:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #a6212d 0%,#cb2936 60%,#cb2936 100%);

    --theme-gradient-primary: linear-gradient(to bottom, #a6212d 0%,#cb2936 60%,#cb2936 100%);
    --theme-gradient-secondary: linear-gradient(to right, rgba(224,36,95,1) 0%,rgba(224,36,95,1) 100%);
    --theme-tab-games-selector-item-active:linear-gradient(to top, #d1ad34 0%,#ffd650 22%,#c27e00 66%,#946500 100%);
    --theme-gradient-quinary: linear-gradient(to bottom, #972d34 0%,#cb2936 60%,#cb2936 100%);
    --theme-gradient-dark: linear-gradient(to bottom, #972d34 0%,#cb2936 60%,#cb2936 100%);

    --theme-top-header-bg-color: #c81a28;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #c81a28 0%,#e12f3d 100%);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #c81a28 0%,#e12f3d 100%);
    --theme-top-header-bg: linear-gradient(to bottom, #c81a28 0%,#e12f3d 100%);

    --theme-register-bg-color: #ffae00;
    --theme-register-bg-moz: -moz-linear-gradient(to bottom, #d1ad34 0%,#ffd650 22%,#c27e00 66%,#946500 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(to bottom, #d1ad34 0%,#ffd650 22%,#c27e00 66%,#946500 100%);
    --theme-register-bg: linear-gradient(to bottom, #d1ad34 0%,#ffd650 22%,#c27e00 66%,#946500 100%);

    --theme-login-bg-color: #0f3561;
    --theme-login-bg-moz: -moz-linear-gradient(to bottom, #103968 0%,#1b5fad 22%,#13437a 66%,#0f3561 100%);
    --theme-login-bg-webkit: -webkit-linear-gradient(to bottom, #103968 0%,#1b5fad 22%,#13437a 66%,#0f3561 100%);
    --theme-login-bg: linear-gradient(to bottom, #103968 0%,#1b5fad 22%,#13437a 66%,#0f3561 100%);

    --theme-active-menu-text-color: #333333;
    --theme-btn-play-bg-color:linear-gradient(to top, #d1ad34 0%,#ffd650 22%,#c27e00 66%,#946500 100%);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;
    --theme-register-btn-radius: 20px;

    --theme-footer-bg: linear-gradient(to bottom, #a6212d 0%,#cb2936 100%) !important;

    --theme-primary-dark: #92131d !important;

    --theme-fpm-bg: #570108;
    --theme-body-bg-color: #570108;
    --theme-bg-filter: unset;
    /* bootstrap */
    --bs-primary: #962A2A !important;
    --bs-primary-rgb: 150, 42, 42 !important;
    --bs-secondary: #cb2936 !important;
    --bs-secondary-rgb: 203, 41, 54 !important;
    --bs-background-games:rgba(255, 206, 206, 0.2);
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    
}
