:root {
    --theme-text-color: #fff;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #0396cf, #1262d7);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #88c0f9, #fcfdff);
    --theme-menu-border: 0px solid #0b51c1;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #333333;

    /** for app style 2 **/
    --theme-tab-games-selector-bg: #00000078;
    --theme-text-frame-color: #fff;
    --theme-text-frame-games-selected-bg: linear-gradient(to right, #88c0f9, rgba(0,0,0,0));

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

    --theme-top-header-bg-color: #01267e;
    --theme-top-header-bg: linear-gradient(to right, #061139, #1562d8);
    --theme-top-header-border: 0px solid #0b51c1;
    --theme-hamburger-bg: linear-gradient(to bottom, #fff, #fff);

    --theme-register-bg-color: #fb0001;
    --theme-register-bg: linear-gradient(to right, #8d0b02, #fb0001);
    --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, #01267e, #0b51c1) !important;
    --theme-footer-border: 1px solid #fff;
    /* for footer style 5 */
    --theme-footer-stop-color-1: #01267e;
    --theme-footer-stop-color-2: #0b51c1;

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

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

    /* bootstrap */
    --bs-primary: #0b51c1 !important;
    --bs-primary-rgb: 20, 97, 217 !important;
    --bs-secondary: #0b51c1 !important;
    --bs-secondary-rgb: 20, 97, 217 !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: #ffffff!important;
}