:root {
    --theme-text-color: #fff;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #090919, #090919);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #3f6bc5, #55a1ec);
    --theme-menu-border: 1px solid #4482df;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #090919;

    /** for app style 2 **/
    --theme-tab-games-selector-bg: #000000f1;
    --theme-text-title-color: #fff;
    --theme-text-title-games-selected-bg: linear-gradient(to right, #01267e, rgba(0,0,0,0));

    /** for app style 2-3 **/
    /* wallet card at all*/    
    --theme-gradient-primary: linear-gradient(to bottom, #0d0e1f, #141939);
    /* affiliate credit card at affiliate*/
    --theme-gradient-secondary: linear-gradient(to bottom, #090919, #141939);
    /* wallet card at home*/
    --theme-gradient-quinary: linear-gradient(to bottom, #090919, #141939);
    /* promotion card at promotion*/
    --theme-gradient-dark: linear-gradient(to bottom, #090919, #141939);

    --theme-top-header-bg-color: #090919;
    --theme-top-header-bg: linear-gradient(to bottom, #090919, #090919);
    --theme-top-header-border: 0px solid #fff;
    --theme-hamburger-bg: linear-gradient(to bottom, #4482df, #4482df);

    /* --theme-register-bg-color: #02ff20;
    --theme-register-bg: linear-gradient(to right, #02ff20, #02ff20); */

    --theme-register-bg-color: #c19238;
    --theme-register-bg: linear-gradient(to right, #c7993c, #e8c55f,#c7993c);

    --theme-register-btn-text-color: black;
    --theme-register-btn-radius: 20px;

    /* --theme-login-bg-color: #fed400;
    --theme-login-bg: linear-gradient(to right, #fed400, #fed400); */
    
    --theme-login-bg-color: #c19238;
    --theme-login-bg: linear-gradient(to right, #c7993c, #e8c55f,#c7993c);

    --theme-btn-play-bg-color:linear-gradient(to bottom, #c27e00, #ffd650, #d1ad34);
    --theme-btn-play-text-color: #fff;

    /* --theme-footer-bg: linear-gradient(to bottom, #4984fd, #071265) !important;
    --theme-footer-border: 1px solid #4984fd; */

    --theme-footer-bg: #0c0c0c !important;
    --theme-footer-border: 1px solid #0c0c0c;

    /* for footer style 5 */
    /* --theme-footer-stop-color-1: #4984fd;
    --theme-footer-stop-color-2: #071265; */

    --theme-footer-stop-color-1: #0c0c0c;
    --theme-footer-stop-color-2: #0c0c0c;

    --theme-primary-dark: #000b23 !important;
    --theme-text-tertiary: #dacd13;

    --theme-fpm-bg: #000000f1;
    --theme-body-bg-color: #090919;
    --theme-bg-filter: unset;

    /* bootstrap */
    --bs-primary: #3f6bc5 !important;
    --bs-primary-rgb: 63, 107, 197 !important;
    --bs-secondary: #55a1ec !important;
    --bs-secondary-rgb: 85, 161, 236 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark-rgb: 1, 38, 126 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

#root {
    --footer-label-color: #fff!important;
}