:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #8103f6, #9e07fe);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #f2ac03, #fee307);

    --theme-gradient-primary: linear-gradient(to bottom, #8103f6, #9e07fe);
    --theme-gradient-secondary: linear-gradient(to bottom, rgba(224,36,95,1),rgba(170,29,92,1));
    --theme-gradient-quinary: linear-gradient(to bottom, #0973e5, #089cfa);
    --theme-gradient-dark: linear-gradient(to bottom, #9e07fe , #5303bc);

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

    --theme-register-bg-color: #9013b8;
    --theme-register-bg-moz: -moz-linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 100%);
    --theme-register-bg: linear-gradient(45deg,#9013b8 0%,#a81ab4 33%,#c417ae 67%,#e103a7 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, #f2ac03, #fee307);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;

    --theme-footer-bg: linear-gradient(to bottom, #8103f6, #9e07fe);

    --theme-tab-games-selector-bg: #0c0145;
    --theme-text-frame-games-selected-bg: linear-gradient(to right, rgba(129, 3, 246, 1) 0%,rgba(0,0,0,0) 100%);

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

    --theme-fpm-bg: #0c0145;
    --theme-body-bg-color: #0c0145;
    --theme-bg-filter: #04030b59;
    /* bootstrap */
    --bs-primary: #8103f6 !important;
    --bs-primary-rgb: 129, 3, 246  !important;
}
