.reg-page-bg {
    background-image: url(./images/reg-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.avatar-default {
    background-image: url(images/avatar-default.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
}

.menu-logo {
    background-position: 20px;
    background-repeat: no-repeat;
    display: block;
    background-size: 150px;
    width: 260px;
    height: 70px;
    background-color: rgb(255 255 255 / 10%);
}

.menu-logo-sm {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 35px;
    width: 70px;
    height: 70px;
}

/***** APP STORE **********************************/

.mobile-store-logo {
    display: inline-block;
    width: 145px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.mobile-store-appstore {
    background-image: url(images/AppStore.svg);
}

.mobile-store-playmarket {
    background-image: url(images/PlayMarket.svg);
}

.telegram-icon {
    background-image: url(images/telegram-icon.svg);
}

/***** QR **********************************/

.qr-project-img-template {
    background-image: url(images/sauda-qr.png);
}

.qr-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qr-project-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    width: 150px;
    height: 150px;
}

.qr-footer-card {
    width: 160px;
}

.qr-project-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    width: 150px;
    height: 150px;
}

body[data-leftbar-compact-mode="condensed"] .wrapper .project-qr-card {
    display: none;
}

.qr-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    margin-left: 60px;
    border-radius: 6px;
    width: 115px;
    height: 135px;
}

/***** LOGO SETTING**********************************/

.menu-logo-container {
    height: 70px;
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
}

.menu-logo {
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 320px;
}

.menu-logo-sm {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 35px;
    width: 70px;
    height: 70px;
}

.footer-logo-lg-img {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
}

.topnav-logo-lg-img {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 200px;
}

.topnav-logo-sm-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 40px;
    height: 70px;
}

/***** LOGO **********************************/

.logo-template-light {
    background-image: url(logo/sauda-light.svg);
}

.logo-template-light-sm {
    background-image: url(logo/sauda-light-sm.svg);
}

.logo-template-light-text:before {
    content: 'SAUDA';
    font-weight: 900;
    font-size: 16px;
    color: var(--white);
}

.logo-template-dark {
    background-image: url(logo/sauda-dark.svg);
}

.logo-template-dark-sm {
    background-image: url(logo/sauda-dark-sm.svg);
}

.logo-template-dark-text:before {
    content: 'SAUDA';
    font-weight: 900;
    font-size: 16px;
    color: var(--dark);
}
