:root {
    --theme-text-color: #fff;
    
    --theme-tab-games-selector-item: linear-gradient(to bottom, #3c0000, #000);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #ff1800, #a60100);
    --theme-menu-border: 1px solid #ff1800;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #ffffff;

    /** 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, #a60100, #d40100);
    /* affiliate credit card at affiliate*/
    --theme-gradient-secondary: linear-gradient(to bottom, #000000, #111111);
    /* wallet card at home*/
    --theme-gradient-quinary: linear-gradient(to bottom, #a60100, #d40100);
    /* promotion card at promotion*/
    --theme-gradient-dark: linear-gradient(to bottom, #000000, #111111);

    --theme-top-header-bg-color: #a60100;
    --theme-top-header-bg: linear-gradient(to left, #a60100, #000000);
    --theme-top-header-border: 1px solid #fff;
    --theme-hamburger-bg: linear-gradient(to bottom, #fff, #fff);

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

    --theme-login-bg-color: #2f2f2f;
    --theme-login-bg: linear-gradient(to right, #2f2f2f ,#2f2f2f);

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

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

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

    /* bootstrap */
    --bs-primary: #a60100 !important;
    --bs-primary-rgb: 166, 1, 0 !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;
}