:root {
    --theme-tab-games-selector-item: #1b275c;
    --theme-tab-games-selector-item-active: #e0245f;

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

    --theme-footer-bg: #1b275c;
    --theme-footer-border: 1px solid #dee2e6;

    --theme-text-tertiary: #ffed00;

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

    --theme-fpm-bg: #12152a;
    --theme-body-bg-color: #12152a;
    --theme-bg-filter: unset;

    /* bootstrap */
    --bs-primary: #1b275c !important;
    --bs-primary-rgb: 27,39,92 !important;
    --bs-dark: #12152a !important;
    --bs-dark-rgb: 18, 21, 42 !important;
    --bs-secondary: #e0245f !important;
    --bs-secondary-rgb: 224, 36, 95 !important;
}