:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #a20313, #72000e);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #61460f, #e2b76d);
    --theme-menu-border: 1px solid #d7ad69;
    --theme-active-menu-text-color: #333333;

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

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

    --theme-top-header-bg-color: #360000;
    --theme-top-header-bg: linear-gradient(to bottom, #360000, #6f010a);
    --theme-top-header-border: 1px solid #d7ad69;
    --theme-hamburger-bg: linear-gradient(to bottom, #fff, #fff);

    --theme-register-bg-color: #8e0412;
    --theme-register-bg: linear-gradient(to bottom, #ee1228, #8e0412);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: 20px;

    --theme-login-bg-color: #61460f;
    --theme-login-bg: linear-gradient(to bottom, #e2b76d, #61460f);

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

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

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

    --theme-fpm-bg: #000000f1;
    --theme-body-bg-color: #180301;
    --theme-bg-filter: #00000052;

    /* bootstrap */
    --bs-primary: #cb2936 !important;
    --bs-primary-rgb: 203, 41, 54 !important;
    --bs-secondary: #cb2936 !important;
    --bs-secondary-rgb: 203, 41, 54 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark-rgb: 146, 19, 29 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

.test {
    color: rgb(203, 41, 54);
}