:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #2c2c2b 0%, #4a4b4b 20%, #3b3b3c 75%, #1f2021 100%);

    --theme-gradient-primary: linear-gradient(to bottom, #2c2c2b 0%, #4a4b4b 20%, #3b3b3c 75%, #1f2021 100%);
    --theme-gradient-secondary: linear-gradient(to right, #ba8420 0%, #be8c2d 65%, #ffed86 100%);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #ffed86 0%, #ba8420 100%);
    --theme-gradient-quinary: linear-gradient(45deg, #2c2c2b 0%, #4a4b4b 20%, #3b3b3c 75%, #1f2021 100%);
    --theme-gradient-dark: linear-gradient(to bottom, #1f2021 0%, #1f2021 100%);

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

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

    --theme-footer-bg:linear-gradient(to bottom, #1f2021 0%, #1f2021 100%);

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

    --theme-primary-dark: #1f2021 !important;

    --theme-fpm-bg: #000;
    --theme-body-bg-color: #000;
    --theme-bg-filter: unset;

    /* bootstrap */
    --bs-primary: #3b3b3c !important;
    --bs-primary-rgb: 59, 59, 60 !important;
    --bs-dark: #1f2021 !important;
    --bs-dark-rgb: 31, 32, 33 !important;
    --bs-secondary: #ba8420 !important;
    --bs-secondary-rgb: 194, 159, 75 !important;
}
