:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #840bc9, #2e0890);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #f8f8d9,#de9d3f);

    --theme-gradient-primary: linear-gradient(180deg, #840bc9, #2e0890);
    --theme-gradient-secondary: linear-gradient(180deg, #840bc9, #2e0890);
    --theme-gradient-quinary: linear-gradient(to bottom, #840bc9, #2e0890);
    --theme-gradient-dark: linear-gradient(to bottom, #840bc9, #2e0890);

    --theme-top-header-bg-color: #840bc9;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #840bc9, #2e0890);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #840bc9, #2e0890);
    --theme-top-header-bg: linear-gradient(to bottom, #840bc9, #2e0890);

    --theme-register-bg-color: #de9d3f;
    --theme-register-bg-moz: -moz-linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);
    --theme-register-bg-webkit: -webkit-linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);
    --theme-register-bg: linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);

    --theme-login-bg-color: #de9d3f;
    --theme-login-bg-moz: -moz-linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);
    --theme-login-bg-webkit: -webkit-linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);
    --theme-login-bg: linear-gradient(to right, #de9d3f,#ecdbc2, #de9d3f);

    --theme-active-menu-text-color: #333333;
    --theme-btn-play-bg-color:linear-gradient(to bottom, #de9d3f, #f8f8d9);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #333333;
    --theme-register-btn-radius: 20px;

    --theme-footer-bg: linear-gradient(to bottom, #840bc9, #2e0890) !important;

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

    --theme-text-frame-color: #6d4616;

    --theme-text-tertiary: #ffe306;

    --theme-fpm-bg: #0c001a;
    --theme-body-bg-color: #0c001a;
    --theme-bg-filter: #0c001aa3;
    /* bootstrap */
    --bs-primary: #840bc9 !important;
    --bs-primary-rgb: 132, 11, 201  !important;
    --bs-secondary: #a00ef3 !important;
    --bs-secondary-rgb: 189, 102, 238 !important;
    
}