:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #1b275c, #1b275c);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #e0245f, #e0245f);
    --theme-menu-border: 0px solid #1b275c;
    --theme-active-menu-text-color: #fff;

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

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

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

    --theme-register-bg-color: #9013b8;
    --theme-register-bg: linear-gradient(to right, #9013b8, #e103a7);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: .25rem;

    --theme-login-bg-color: #1a64b0;
    --theme-login-bg: linear-gradient(to right, #1a64b0 ,#07b0e2);

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

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

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

    --theme-fpm-bg: #12152a;
    --theme-body-bg-color: #12152a;
    --theme-bg-filter: unset;

    /* bootstrap */
    --bs-primary: #1b275c !important;
    --bs-primary-rgb: 27,39,92 !important;
    --bs-secondary: #e0245f !important;
    --bs-secondary-rgb: 224, 36, 95 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark: #12152a !important;
    --bs-dark-rgb: 18, 21, 42 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

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