body.body-dark {
    /*background-color: #101010;*/
}

.login-page {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    /* margin-top: -30px;  */
}

@media only screen and (max-width: 640px) {
    .login-page {
        margin-top: -80px;
    }
}

.app-page app-logo .logo-desc {
    display: none;
}

app-logo .logo-desc {
    display: none;
}

.app-page app-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 383px;
}

.navmenu.dark {
    background-color: #000000;
}

app-navbar .navbar {
    background-color: #101010;
}

app-header {
    background-color: #212121;
}

app-footer {
    background-color: #212121;
}

app-footer .menu-link:hover {
    color: #fff;
    text-decoration: none;
}

app-filters .general {
    background-color: #212121;
}

app-filters .settings-icon {
    border: 1px solid #ffffff;
}

.app-page app-logo .logo-img {
    max-width: 383px;
}

.have-account-text {
    color: #ffffff;
}

.have-account-link {
    font-weight: bolder;
    color: #ffffff;
}

.have-account-link:hover {
    color: #d8d8d8;
}


@media only screen and (min-width: 641px) {
    .app-page .app-page-content {
        min-height: 100vh;
        box-sizing: border-box;
        position: inherit;
        /* z-index: 1; */
        /* left: 0; */
        /* top: 0; */
        /* right: 0; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 640px) {
    .app-page app-logo {
        padding-bottom: 50px;
    }
}

.app-verification-icon {
    color: #c0b942;
}

.theme-dark .control-label {
    color: #ffffff;
}

app-user-info.dark .info {
    color: #777;
}

app-user-info.dark .username-box {
    color: #c0b942;
}

app-user-counters.dark .total {
    color: #c0b942;
}

app-user-counters.dark .entity {
    color: #ffffff;
}

app-profile-header {
    background-color: #212121;
}

app-sidebar .mainmenu .menu-text {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.24px;
}

app-sidebar .mainmenu .menu-text:hover {
    color: rgb(204, 51, 0);
}

app-sidebar .mainmenu .icon {
    color: rgba(255, 255, 255, 1);
}

app-sidebar .mainmenu .icon:hover {
    color: rgb(204, 51, 0);
}

/*app-sidebar .mainmenu .menu-item.active {
    color: #000000;
}
*/
app-sidebar .mainmenu .menu-item:not(.active):hover .menu-text,
app-sidebar .mainmenu .menu-item:not(.active):hover .icon {
    color: #c0b942;
}

app-sidebar .mainmenu .menu-item.active {
    color: #c0b942;
}

app-page {
    background-color: #e0e0e0;
    color: #565656;
}

app-page .heading {
    color: #333333;
}

.app-icon-round:hover {
    border-color: #666666;
    color: #666666;
}

app-page .content-inside a {
    color: #0a2b3f;
}


app-filters-tabs .menu .menu-item.active .icon {
    color: #ffffff;
}

app-filters-tabs .menu .menu-item.active:after {
    background-color: #ffffff;
}

app-filters-tabs .menu .menu-item.active:before {
    border-top-color: #ffffff;
}

.badge {
    background-color: #c0b942;
}

app-navbar .logo .logo-img {
    max-height: 45px;
}

app-navbar .logo .logo-img {
    max-height: 50px;
    content: url(/templates/template-lsf/assets/images/logo-mobile.png);
}

.auth-page {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(/templates/template-lsf/assets/images/welcome-screen-bgv3.jpg) !important;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .auth-page {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(/templates/template-lsf/assets/images/welcome-screen-bgv2m.jpg) !important;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (max-width: 640px) {
    .welcome-screen {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(/templates/template-lsf/assets/images/welcome-screen-bgv2m.jpg) !important;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (min-width: 641px) {
    .welcome-screen {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(/templates/template-lsf/assets/images/welcome-screen-bgv2.jpg) !important;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
    }
}

html:not(.has-touch-support) .theme-dark .input-wrapper:hover .input-content {
    border-color: rgb(255, 255, 255);
}

.theme-dark .input-content {
    color: rgb(255, 255, 255);
}

.navmenu .menu-item.active:after {
    background-color: #c0b942 !important
}

.navmenu.dark .menu-item {
    color: #fff !important;
}

app-user-info.dark .info {
    color: rgba(255, 255, 255, 1);
}


.app-icon-round {
    border-radius: 0;
}
app-account>.page {
    max-width: 100%
}
app-user-desc .username {
    /* color: white; */
}
app-account .main-content  {
    background-color: #ffffff;
}
/* app-pagination .pagination-counter{color: white;}
.icon-arrow-left4, .icon-arrow-right4{
    
    color: white;
} */
app-filters-line button {
    color: #c0b942;
    border-bottom: 0
}
.line-selected {
    border: 1px solid #c0b942;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}
app-user-avatar-box .avatar {
    border-radius: 5px;
}

app-user-card {
    background-color: #eeeeee;
    /* border: 2px solid #c0b942; */
    border-radius: 5px;
}
.browse-page .browse-user {
    margin-left: 10px;
}

.browse-page .browse-user:last-child {
    margin-right: 0px;
}

app-user-hot .total .icon {
    /* color: var(--user-hot-total-icon-color, #9E9E9E); */
    color: #000000;
}


/* Icon Set #4 */
.browse-page-icon:before {
    content: '\ec5f'
}
.feed-page-icon:before {
    content: '\eb8d';
}
.hot-page-icon:before {
    content: "\eba7";
}
.chat-page-icon:before {
    content: '\eacd';
}
.gifts-page-icon:before {
    content: '\ebac';
}
.pokes-page-icon:before {
    content: '\ed0b';
}
.visitors-page-icon:before {
    content: '\ecb2';
}
.friends-page-icon:before {
    content: '\eb0c';
}
.favorites-page-icon:before {
    content: '\ece5';
}
app-page .content-inside img {
    margin-bottom: 1.5em;
    max-width: 100%;
    display: none;
}
