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

    --theme-tab-games-selector-item: linear-gradient(to bottom, #3b3b3c, #1f2021);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #61460f, #e2b76d);
    --theme-menu-border: 0px solid #1f2021;
    --theme-menu-text-color: #fff;
    --theme-active-menu-text-color: #000;

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

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

    --theme-top-header-bg-color: #3b3b3c;
    --theme-top-header-bg: linear-gradient(to bottom, #3b3b3c, #1f2021);
    --theme-top-header-border: 0px solid #1f2021;
    --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: 1rem;

    --theme-login-bg-color: #8E7239;
    --theme-login-bg: linear-gradient(to right, #8E7239, #D0BF73);

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

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

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

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

    /* text slide */
    --theme-slide-text-color: #fff;

    /* bootstrap */
    --bs-primary: #1f2021 !important;
    --bs-primary-rgb: 31, 32, 33 !important;
    --bs-secondary: #1f2021 !important;
    --bs-secondary-rgb: 142, 142, 142 !important;
    --bs-font-black: #000 !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;
}