:root {
    --theme-text-tertiary: #ffd500;
    
    --theme-tab-games-selector-item:linear-gradient(to bottom, #0098ce, #0055a5);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #f5f9be 0%, #dbc579 75%, #bd8d2b 100%);

    --theme-gradient-primary: linear-gradient(to bottom, #0098ce, #0055a5);
    --theme-gradient-secondary: linear-gradient(to right, rgba(224,36,95,1), rgba(224,36,95,1));
    --theme-gradient-quinary: linear-gradient(to bottom, #017aa6, #0055a5);
    --theme-gradient-dark: linear-gradient(to bottom, #0055a5, #0055a5);

    --theme-top-header-bg-color: #0055a5;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #0098ce, #0055a5);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #0098ce, #0055a5);
    --theme-top-header-bg: linear-gradient(to bottom, #0055a5, #0055a5);

    --theme-register-bg-color: rgba(224,36,95,1);
    --theme-register-bg-moz: -moz-linear-gradient(45deg,rgba(224,36,95,1), rgba(224,36,95,1));
    --theme-register-bg-webkit: -webkit-linear-gradient(45deg,rgba(224,36,95,1), rgba(224,36,95,1));
    --theme-register-bg: linear-gradient(45deg,#f21211, #851717);

    --theme-login-bg-color: #1a64b0;
    --theme-login-bg-moz: -moz-linear-gradient(45deg,#dbc579 , #bd8d2b);
    --theme-login-bg-webkit: -webkit-linear-gradient(45deg,#dbc579 , #bd8d2b);
    --theme-login-bg: linear-gradient(45deg, #ffad1e, #8e5f10);

    --theme-active-menu-text-color: #ffd650;
    --theme-btn-play-bg-color:linear-gradient(to bottom, #f21211, #851717);
    --theme-btn-play-text-color: #ffffff;
    --theme-register-btn-text-color: #ffffff;

    --theme-footer-bg:linear-gradient(to bottom, #0098ce, #0055a5);
    
    --theme-tab-games-selector-bg: rgb(255, 255, 255, 0.7);

    --theme-primary-dark: #073057 !important;

    --theme-fpm-bg: #001c40;
    --theme-body-bg-color: #001c40;
    --theme-bg-filter: unset;
    /* bootstrap */
    --bs-primary: #013f9f !important;
    --bs-primary-rgb: 10, 65, 119  !important;
}
