:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #232323, #595959 );
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #a0a09e, #fff);

    --theme-gradient-primary: linear-gradient(to bottom, #595959, #3d3d3d);
    --theme-gradient-secondary: linear-gradient(to right, #595959, #3d3d3d);
    --theme-gradient-quinary: linear-gradient(to bottom, #595959, #3d3d3d);
    --theme-gradient-dark: linear-gradient(to bottom, #595959, #3d3d3d);

    --theme-top-header-bg-color: #595959;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #3d3d3d, #595959);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #3d3d3d, #595959);
    --theme-top-header-bg: linear-gradient(to bottom, #3d3d3d, #595959);

    --theme-register-bg-color: #fb0001;
    --theme-register-bg-moz: -moz-linear-gradient(45deg,#fb0001 0%,#790901 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(45deg,#fb0001 0%,#790901 100%);
    --theme-register-bg: linear-gradient(45deg,#fb0001 0%,#790901 100%);

    --theme-login-bg-color: #595959;
    --theme-login-bg-moz: -moz-linear-gradient(to left,#3d3d3d, #595959);
    --theme-login-bg-webkit: -webkit-linear-gradient(to left,#3d3d3d, #595959);
    --theme-login-bg: linear-gradient(to left, #3d3d3d, #595959);

    --theme-active-menu-text-color: #000;
    --theme-btn-play-bg-color: linear-gradient(to bottom, #c38235, #f9df4e);
    --theme-btn-play-text-color: #000;
    --theme-register-btn-text-color: #ffffff;
    --theme-register-btn-radius: 20px;

    --theme-footer-bg: linear-gradient(to bottom, #312f30, #191716);
    --theme-footer-border: 2px solid #e4b715;

    --theme-text-tertiary: #f7941d;

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

    --theme-fpm-bg: #040809ee;
    --theme-body-bg-color: #040809;
    --theme-bg-filter: #04080921;

    /* bootstrap */
    --bs-primary: #595959 !important;
    --bs-primary-rgb: 89, 89, 89 !important;
    --bs-secondary: #001810 !important;
    --bs-secondary-rgb: 109, 109, 109 !important;
}