:root {
    --theme-text-color: #000;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #e6597b ,#da005b);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #ffc735,#ffc735);
    --theme-menu-border: 0px solid #da005b;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #770832;

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

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

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

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

    --theme-login-bg-color: #f03281;
    --theme-login-bg: linear-gradient(to right, #e6597b, #f03281);

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

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

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

    /* bootstrap */
    --bs-primary: #e22e58 !important;
    --bs-primary-rgb: 230, 89, 123 !important;
    --bs-secondary: #e6597b !important;
    --bs-secondary-rgb: 230, 89, 123 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark-rgb: 0, 0, 0 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

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