:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #02caf6 0%, #0098ce 20%, #055ca3 75%, #0a4177 100%);

    --theme-gradient-primary: linear-gradient(to bottom, #02caf6 0%, #0098ce 20%, #055ca3 75%, #0a4177 100%);
    --theme-gradient-secondary: linear-gradient(to right, rgba(224,36,95,1), rgba(224,36,95,1));
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #c5a455 0%, #e5d796 30%, #f5f9be 50%, #dbc579 75%, #bd8d2b 100%);
    --theme-gradient-quinary: linear-gradient(to bottom, #0a4177 0%, #055ca3 50%, #0a4177 100%);
    --theme-gradient-dark: linear-gradient(to bottom, #0a4177 0%,  #0957aa 50%, #0957aa 75%, #0a4177 100%);

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

    --theme-register-bg-color: #9013b8;
    --theme-register-bg-moz: -moz-linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 100%);
    --theme-register-bg: linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 100%);

    --theme-login-bg-color: #1a64b0;
    --theme-login-bg-moz: -moz-linear-gradient(45deg,#1a64b0 0%,#0f96d2 33%,#0d9bd5 67%,#07b0e2 100%);
    --theme-login-bg-webkit: -webkit-linear-gradient(45deg,#1a64b0 0%,#0f96d2 33%,#0d9bd5 67%,#07b0e2 100%);
    --theme-login-bg: linear-gradient(45deg,#1a64b0 0%,#0f96d2 33%,#0d9bd5 67%,#07b0e2 100%);

    --theme-active-menu-text-color: #333333;
    --theme-btn-play-bg-color:linear-gradient(to bottom, #c5a455 0%, #e5d796 30%, #f5f9be 50%, #dbc579 75%, #bd8d2b 100%);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;

    --theme-footer-bg:linear-gradient(to bottom, #02caf6 0%, #0098ce 20%, #055ca3 75%, #0a4177 100%);

    --theme-tab-games-selector-bg: rgb(255, 255, 255, 0.4);
    --theme-text-frame-games-selected-bg: linear-gradient(to right, rgba(197, 164, 85) 0%, rgba(197, 164, 85) 40%, rgba(229, 215, 150, 0.8) 70%, rgba(0,0,0,0) 100%);

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

    --theme-fpm-bg: #010630;
    --theme-body-bg-color: #010630;
    --theme-bg-filter: rgb(15 19 51 / 79%);
    /* bootstrap */
    --bs-primary: #0a4177 !important;
    --bs-primary-rgb: 10, 65, 119  !important;
}
