:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #a9a9a9 , #434343);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #feeb9b 0%, #643E07 100%);

    --theme-top-header-bg-color: #0c0c0c;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #0c0c0c , #0c0c0c);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #0c0c0c , #0c0c0c);
    --theme-top-header-bg: linear-gradient(to bottom, #0c0c0c , #0c0c0c);

    --theme-register-bg-color: #d5a334;
    --theme-register-bg-moz: -moz-linear-gradient(45deg,#d5a334 0%,#d5a334 33%,#d5a334 67%,#f8e154 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(45deg,#d5a334 0%,#d5a334 33%,#d5a334 67%,#f8e154 100%);
    --theme-register-bg: linear-gradient(45deg,#d5a334 0%,#d5a334 33%,#d5a334 67%,#f8e154 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: #F5051B;
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;

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

    --theme-text-tertiary: #ffed00;

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

    --theme-fpm-bg: #0c0c0c;
    --theme-body-bg-color: #0c0c0c;
    --theme-bg-filter: #0000007e;

    /* bootstrap */
    --bs-primary: #202020 !important;
    --bs-primary-rgb: 32, 32, 32 !important;
    --bs-dark: #280003 !important;
    --bs-dark-rgb: 40, 0, 3 !important;
    --bs-secondary: #535353 !important;
    --bs-secondary-rgb: 213, 163, 51 !important;
}