:root {
    --theme-text-color: #e13822;

    --theme-tab-games-selector-item:linear-gradient(to bottom, #feffff, #feffff);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #ffca54, #e13822);
    --theme-menu-border: 1px solid #ffc953;
    --theme-menu-text-color: #a3144a;
    --theme-active-menu-text-color: #fff;

    /** for app style 2 **/
    --theme-tab-games-selector-bg: #000000f1;
    --theme-text-frame-color: #a3144a;
    --theme-text-frame-games-selected-bg: linear-gradient(to right, #093c88, rgba(0,0,0,0));

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

    --theme-top-header-bg-color: #57aea7;
    --theme-top-header-bg: linear-gradient(to bottom, #28b1d3, #57aea7);
    --theme-top-header-border: 0px solid #f48f17;
    --theme-hamburger-bg: linear-gradient(to bottom, #ff6640, #ff6640);

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

    --theme-login-bg-color: #e13813;
    --theme-login-bg: linear-gradient(to right, #ff6640 ,#e13813);

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

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

    --theme-primary-dark: #178abb !important;
    --theme-text-tertiary: #f48f17;

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

    /* bootstrap */
    --bs-primary: #28b1d3 !important;
    --bs-primary-rgb: 40, 177, 211 !important;
    --bs-secondary: #f48f17 !important;
    --bs-secondary-rgb: 244, 143, 23 !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;
    --bs-info: #198bea !important;
    --bs-info-rgb: 25, 139, 234 !important;
    --bs-success: #09b677 !important;
    --bs-success-rgb: 9, 182, 119 !important;
}

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