:root {
    --theme-text-color: #fff;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #a6212d ,#cb2936);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #c27e00, #ffd650, #d1ad34);
    --theme-menu-border: 0px solid #cb2936;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #333333;

    /** 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, #a6212d, rgba(0,0,0,0));

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

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

    --theme-register-bg-color: #1745b2;
    --theme-register-bg: linear-gradient(to right,#1745b2 ,#0091e8);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: .25rem;

    --theme-login-bg-color: #ffa301;
    --theme-login-bg: linear-gradient(to right, #ba7600 ,#ffa301);

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

    --theme-footer-bg: linear-gradient(to bottom, #a6212d, #cb2936) !important;
    --theme-footer-border: 1px solid #fff;
    /* for footer style 5 */
    --theme-footer-stop-color-1: #a6212d;
    --theme-footer-stop-color-2: #cb2936;

    --theme-primary-dark: #92131d !important;
    --theme-text-tertiary: #ffed04;

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

    /* text slide */    
    --theme-slide-text-color: #fff;    

    /* bootstrap */
    --bs-primary: #cb2936 !important;
    --bs-primary-rgb: 203, 41, 54 !important;
    --bs-secondary: #cb2936 !important;
    --bs-secondary-rgb: 203, 41, 54 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark-rgb: 146, 19, 29 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

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