body.body-dark {
    background-color: #000;
}

body {
    background-color: #000;
    /*color: #454545;*/
}

.login-page {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
}

.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: #000;
}

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

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

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

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

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

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

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

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

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

@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;
    }
}

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

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

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

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

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

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

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

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

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: #555;
}

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: #f13884;
}

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

app-page {
    background-color: #000;
    color: #bbbbbb;
}

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

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

app-filters-tabs {
    background-color: #000000;
}

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

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

.badge {
    background-color: #f13884;
}

.match-game-wrapper .game-user .desc {
    background-color: rgba(0, 0, 0, 0.35);
}

app-footer.dark {
    background-color: #000000c9;
    border-top: 0;
}

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

.auth-page {
    background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv3.jpg) no-repeat fixed center top;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .auth-page {
        background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv2m.jpg) no-repeat fixed center top;
        background-size: cover;
    }
}

@media only screen and (max-width: 640px) {
    .welcome-screen {
        background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv2m.jpg) no-repeat fixed center top;
        background-size: cover;
    }
}

@media only screen and (min-width: 641px) {
    .welcome-screen {
        background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv2.jpg) no-repeat fixed center top;
        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);
}

.theme-dark .control-label {
    color: #fff !important;
}

.btn, .navmenu .menu-item.active:after {
    background-color: #f13884 !important
}

.theme-dark .input-content {
    color: rgba(255, 255, 255, 1) !important;
}

.theme-dark .input-native:not(.checked)+.input-emulate {
    color: rgba(255, 255, 255, 1) !important;

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