:root {
    --theme-text-color: #fff;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #d5000e, #500002);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #ffbc4b, #ffc354);
    --theme-menu-border: 1px solid #b69357;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #090919;

    /** for app style 2 **/
    --theme-tab-games-selector-bg: #000000f1;
    --theme-text-frame-color: #fff;
    --theme-text-frame-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, #fff, #fff);
    --theme-top-hamburger-color : #fff;

    --theme-register-bg-color: #f8191a;
    --theme-register-bg: linear-gradient(to right, #b00000, #f8191a);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: 20px;

    --theme-login-bg-color: #fdd171;
    --theme-login-bg: linear-gradient(to right, #fdd171, #c98900);

    --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, #090919, #090919) !important;
    --theme-footer-border: 1px solid #b69357;
    /* for footer style 5 */
    --theme-footer-stop-color-1: #090919;
    --theme-footer-stop-color-2: #090919;

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

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

    /* bootstrap */
    --bs-primary: #ff3c3c !important;
    --bs-primary-rgb: 255, 60, 60 !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;
}