:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #3c0000, #000);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #ff1800, #a60100);
    --theme-menu-border: 1px solid #ff1800;

    --theme-gradient-primary: linear-gradient(to bottom, #a60100, #d40100);
    --theme-gradient-secondary: linear-gradient(to bottom, #000000, #111111);
    --theme-gradient-quinary: linear-gradient(to bottom, #a60100, #d40100);
    --theme-gradient-dark: linear-gradient(to bottom, #000000, #111111);

    --theme-top-header-bg-color: #a60100;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #a60100, #000000);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #a60100, #000000);
    --theme-top-header-bg: linear-gradient(to right, #a60100, #000000);
    --theme-top-header-border: 1.5px solid #12f4fa ;
    --theme-hamburger-bg: linear-gradient(to bottom, #fa9d06, #fa9d06);

    --theme-register-bg-color: #d40100;
    --theme-register-bg-moz: -moz-linear-gradient(to bottom,#d40100,#c81a28);
    --theme-register-bg-webkit: -webkit-linear-gradient(to bottom,#d40100,#c81a28);
    --theme-register-bg: linear-gradient(to bottom,#d40100,#c81a28);

    --theme-login-bg-color: #111111;
    --theme-login-bg-moz: -moz-linear-gradient(to bottom, #111111 0%, #4b4b4b 22%,#111111 100%);
    --theme-login-bg-webkit: -webkit-linear-gradient(to bottom, #111111 0%, #4b4b4b 22%,#111111 100%);
    --theme-login-bg: linear-gradient(to bottom, #2f2f2f , #2f2f2f ,#2f2f2f);

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

    --theme-footer-bg: linear-gradient(to bottom, #a60100, #000000);
    --theme-footer-border: 2px solid #ff1800;

    --theme-footer-stop-color-1: #a60100;
    --theme-footer-stop-color-2: #000000;

    --theme-text-tertiary: #fdb006;

    --theme-primary-dark: #7e0000 !important;

    --theme-fpm-bg: #000000e9;
    --theme-body-bg-color: #000000;
    --theme-bg-filter:#000000d7;
    /* bootstrap */
    --bs-primary: #a60100 !important;
    --bs-primary-rgb: 166, 1, 0 !important;
    --bs-secondary: #111111 !important;
    --bs-secondary-rgb: 243, 59, 3 !important;
}
