body.light-theme {
    background-color: #fff;
}

body.dark-theme {
    background-color: #010203;
}

body.dark-theme .my-modal {
    background-color: #010203;
}

body.dark-theme .mobile-nav-button-text {
    color: #fff;
}

body.dark-theme .switch-theme-button {
    background-color: #010203;
}

body.dark-theme .username-nav>div>.nav-back-btn>h6 {
    color: #fff;
}

body header nav {
    background-color: #E5E5E5;
}

body.dark-theme header nav {
    background-color: #010203;
}

body.dark-theme .my-menu-link {
    color: #fff !important;
}

body.dark-theme .login-btn>h4 {
    color: #fff;
}

body.dark-theme .announcement-bar {
    position: relative;
    width: 100%;
    background-color: #010203;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    overflow: hidden;
}

.my-title, .register-title {
    color: black;
}

body.dark-theme .announcement-text, body.dark-theme .register-block .register-title,  
body.dark-theme .register-block .register-subtitle, body.dark-theme .register-step p, 
body.dark-theme .register-block .stepper-box p, body.dark-theme .tips-title, body.dark-theme .game-tips-top-layer-game-name>p,
body.dark-theme .game-tips-middle-layer-game-application, body.dark-theme .our-partners-block .title-block, 
body.dark-theme .our-partners-block .title-block a, body.dark-theme .tips-title a,
body.dark-theme .footer-section .footer-section-title, body.dark-theme .footer-section .footer-section-description,
body.dark-theme .footer-section .footer-power-by, body.dark-theme .sort-label, body.dark-theme .bonus-card-label>h5, 
body.dark-theme .bonus-card-label>p, body.dark-theme .login-title, body.dark-theme .log-table-title, 
body.dark-theme .table-text, body.dark-theme .claim-rebate-label, body.dark-theme .main-user-card-mobile-bottom-leftside-balance,
body.dark-theme .main-user-card-type>h6, body.dark-theme .game-acc-card h5 {
    color: #fff;
}

body.dark-theme .game-tips-box, body.dark-theme .our-partners-slick-block, body.dark-theme .container-box, 
body.dark-theme .game-list-container-mobile, body.dark-theme .sort-dropdown, body.dark-theme .bonus-card, 
body.dark-theme .login-container, body.dark-theme .mobile-game-list-part, body.dark-theme .bonus-slider .slide-mobile-content,
body.dark-theme .account-nav, body.dark-theme .account-left-container, body.dark-theme .main-wallet-card,
body.dark-theme .deposit-option-container, body.dark-theme .claim-rebate-container, body.dark-theme .bank-container,
body.dark-theme .main-user-card-mobile-top, body.dark-theme .main-user-card-mobile-bottom, body.dark-theme .mobile-menu-bar,
body.dark-theme .modal-header, body.dark-theme .modal-content, body.dark-theme .mobile-game-box-container-background,
body.dark-theme .moblie-menu-bar-button, body.dark-theme .main-user-card-type, body.dark-theme .game-acc-card,
body.dark-theme .game-list-container {
    background-color: #010203 !important;
}

body.dark-theme .footer-block-1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body.dark-theme .game-label {
    background-color: #515151;
}

.mobile-nav-button.switch-theme-button {
    background: transparent;
}

body.dark-theme .game-label p, body.dark-theme .form-box>label, body.dark-theme .login-container .game-title>h4,
body.dark-theme .account-nav>a.active, body.dark-theme .wallet-btn>.hover-btn>h5,  body.dark-theme .my-title,
body.dark-theme .main-user-card>p, body.dark-theme .main-wallet-card-label, body.dark-theme .profile-container label,
body.dark-theme .profile-container-box-value, body.dark-theme .referral-report-container-title, body.dark-theme .referral-report-container-title,
body.dark-theme .mobile-menu-bar-button>p, body.dark-theme .language-title, body.dark-theme .register-title {
    color: #fff;
}

body.dark-theme .game-label.active {
    background-color: #0d6efd;
}

body.dark-theme .mobile-nav-button:not(.switch-language) > img, body.dark-theme .follow-us-icons img.payment-icon:not(.no-invert),
body.dark-theme .main-user-card-mobile-bottom-rightside-icon > img, body.dark-theme .mobile-menu-bar img{
    filter: brightness(0) invert(1);
}

.theme-toggle {
    padding: 10px 10px;
}

.theme-toggle .checkbox {
    opacity: 0;
    position: absolute;
    display: none !important;
}

.theme-toggle .theme-switch-label {
    background-color: #3b3b3b;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-toggle .fa-moon {color: #f1c40f;}
.theme-toggle .fa-sun {color: #f39c12;}
.theme-toggle .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.theme-toggle .checkbox:checked + .theme-switch-label .ball {
    transform: translateX(24px);
}

.theme-toggle #theme-switch {
    display: none;
}

.theme-toggle .theme-switch-label {
    margin-bottom: 0;
}

body.dark-theme .table-text .status {
    background: #f3f5f6;
    padding: 2px 10px;
    border-radius: 10px;
}

body.dark-theme .main-user-card>div,
body.dark-theme .main-wallet-card-balance,
body.dark-theme .main-user-card-mobile-top>p {
    color: #0d6efd;
}

@media(min-width: 575px){
    .theme-toggle {
        position: absolute;
        right: 5;
    }
}