@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url("../default/loading.css");

*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 16px;
    color: #1b1b1b;
    letter-spacing: -0.2px;
    margin-top: 0;
}

.app-container{    
    max-width: min(620px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: start;
    padding-bottom: 0.5rem;
    background-color: #fff;
    min-height: 100vh;
    max-height: 100%;
}

.nav-app {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    font-family: "Plus Jakarta Sans", serif;
    display: block;
    background-color: #f5f5f8;
}

.nav-app .nav-brand {
    width: 120px;
}

.frame-info {
    padding: 0;
    min-height: 55px;
    margin-top: 55px;
}

.frame-img {
    height: 210px;
    width: 100%;
}

.frame-emoji {
    height: auto;
}

.frame-avatar {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-grid {
    width: 80px;
    height: 80px;
    border: 2px solid #82ecad;
    border-radius: 50%;
    padding: 3px;
}

.app-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    filter: opacity(0.65);
}

.app-avatar {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    filter: opacity(0.65);
}

.box-stats {
    padding: 1rem 1.5rem;
}

.color-fav {
    display: block;
    height: 35px;
    width: 35px;
    background-color: #c8c8c8;
    border-radius: 25px;
    border: 2px solid #b9c3e9;
    margin: 0;
}

.btn-check:checked+.btn .color-fav {
    padding: 6px;
}

/** Form Foto */
input[type="file"] {
    display: none;
}
.ident-label {
    padding: 8px;
    width: 180px;
    background-color: #d9d9d9;
    color: #212121;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
}

.ident-photo-border {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0px 10px 0 10px;
    border: 1px solid #a6a6a6;
    display: flex;
    justify-content: center;
}

.ident-photo {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    background-size: cover;
    background-position: 100%;
    border: 1px solid #f5f5f5;
    object-fit: cover;
    align-self: center;
}

/** Card Store */
.card-store {
    /*cursor: pointer;*/
    transition: all 0.5s;
    border-radius: .75rem;
    border: 1px solid #f5f7fb;
    transition: box-shadow 0.5s ease-in-out;
    background-color: #f5f7fb;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .08);
}

.card-store.active {
    box-shadow: 1px 0px 13px rgba(0, 0, 0, .08);
    background-color: #ffeddd;
}

.card-body {
    padding: 10px;
}

.card-title {
    font-family: "Plus Jakarta Sans", serif;
    padding: 0;
    font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 0px;
    color: #1b1b1b;
    font-weight: 500;
}

.card-text {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 13px;
    color: #75706f;
    letter-spacing: 1px;
}

.card-img-top {
    border-top-right-radius: .75rem;
    border-top-left-radius: .75rem;
    height: 80px;
    object-fit: cover;
    padding: 0;
}

.card-body-store {
    min-height: 125px;
}

/** Header **/
.title-form {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 15px;
}

/** Collection **/
.collection-emoji {
    font-size: 55px;
}

.collection-name {
    font-family: "Plus Jakarta Sans", serif;
    color: #7a73bd;
    font-size: 16px;
    font-weight: 500;
}

.app-title {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 0;
    text-align: left;
    line-height: 2rem;
}

.collection-card {
    border-radius: 14px;
    padding: 14px;
    background-color: #f5f7fb;
    height: 120px;
    width: 100%;
    max-width: 370px;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #eee;
    transition: all 0.5s;
}

.collection-card:hover {
    border: 1px solid #1b1b1b;
    transition: all 0.5s;
}

.collection-card-img {
    border-radius: 8px;
    height: 100%;
    width: 80px;
    object-fit: cover;
    padding: 0;
}

.collection-title {
    font-size: 15px;
    font-weight: 600;
    color: #1b1b1b;
    display: block;
    letter-spacing: 0;
}

.collection-text {
    font-size: 13px;
    color: #999999;
    display: block;
    line-height: 15px;
    font-weight: 700;
}

.shc-collection {
    max-width: 254px;
    box-shadow: 1px 3px 7px -2px rgba(0, 0, 0, .15);;
}

.shc-collection-title {
    font-size: 15px;
    font-weight: 700;
}

.shc-collection-text {
    color: #1b1b1b;
}

/** Titles */
.subhome {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

/** Home */
.box-menu-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 20px;
}

.box-shc {
    border-radius: 14px;
    padding: 14px;
    background-color: #f5f7fb;
    height: 110px;
    width: 120px;
    box-shadow: 1px 3px 7px -2px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #fff;
}

.box-style-2 {
    background-color: #fff;
    border: 1px solid #ccc;
}

.box-shc-2 {
    max-width: 410px;
    width: 100%;
}

.box-shc:hover .shc-red {
    color: #fe6f73;
    transition: all 0.5s ease-out;
}

.box-shc:hover .shc-yellow {
    color: #DAAB00;
    transition: all 0.5s ease-out;
}

.box-shc:hover .shc-green {
    color: #00ced1;
    transition: all 0.5s ease-out;
}

.box-shc:hover .shc-purple {
    color: #925bcf;
    transition: all 0.5s ease-out;
}

.box-shc:hover .shc-blue {
    color: #009cd1;
    transition: all 0.5s ease-out;
}

.box-shc-3 {
    width: 400px;
}

.box-shc-img {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(.15);
}

.box-shc-img:hover {
    filter: saturate(1);
    transition: all 0.5s ease-out;
}

.box-shc i, .box-shc img {
    font-size: 22px;
    color: #212121;
    display: block;
    text-align: left;
}

.shc {
    margin-top: 5px;
    line-height: 1.15em;
    display: inline-block;
}

.shc-link {
    width: 100%;
    height: 100%;
    display: grid;
}

.shc-title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
    display: block;
    letter-spacing: 0;
    transition: all 0.5s ease-out;
}

.shc-text {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    display: block;
    line-height: 15px;
}

.badge-stats {
    border: 1px solid #d8d8d8;
    width: auto;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f8f8f8;
}

@media only screen and (max-width: 768px) {
   
}