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

    --theme-tab-games-selector-item: linear-gradient(to bottom, #830097, #540165);
    --theme-tab-games-selector-item-active: linear-gradient(to top, #c68d38, #f9ed80);
    --theme-menu-border: 0px solid #540165;
    --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, #830097, rgba(0, 0, 0, 0));

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

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

    --theme-register-bg-color: #fb0001;
    --theme-register-bg: linear-gradient(to top, #8d0b02, #fb0001);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: 1rem;

    --theme-login-bg-color: #c68d38;
    --theme-login-bg: linear-gradient(to top, #c68d38, #f9ed80);

    --theme-btn-play-bg-color: linear-gradient(to bottom, #61460f, #e2b76d);
    --theme-btn-play-text-color: #ffffff;

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

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

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

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

    /* bootstrap */
    --bs-primary: #830097 !important;
    --bs-primary-rgb: 131, 0, 151 !important;
    --bs-secondary: #830097 !important;
    --bs-secondary-rgb: 131, 0, 151 !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;
    /* color:rgb(131, 0, 151); */

}

.footer-menu-item.play-button .text {
    color: white !important;
}

.btn-color {
    color: #000 !important;
}