:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #0052dd, #8f1dee);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #f7d000, #ffb100);

    --theme-top-header-bg-color: none;
    --theme-top-header-bg-moz: none;
    --theme-top-header-bg-webkit: none;
    --theme-top-header-bg: none;

    --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: #020b38;
    --theme-btn-play-bg-color: #e0245f;
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;

    --theme-footer-bg: linear-gradient(to bottom, #200055, #200055);
    --theme-footer-border: 1px solid #ffb100;

    --theme-text-tertiary: #ffed00;

    --theme-primary-dark: #11002c !important;

    --theme-fpm-bg: #020b38;
    --theme-body-bg-color: #020b38;
    --theme-bg-filter: #0000005c;

    /* bootstrap */
    --bs-primary: #4600b7 !important;
    --bs-primary-rgb: 32,0,85 !important;
    --bs-dark: #11002c !important;
    --bs-dark-rgb: 17, 0, 44 !important;
    --bs-secondary: #8412cf !important;
    --bs-secondary-rgb: 160, 25, 249 !important;
}