:root {
    --theme-tab-games-selector-item:linear-gradient(to bottom, #c51cf0 0%, #8d0ce9  20%, #6705fa 75%, #5001c7 100%);

    --theme-gradient-primary: linear-gradient(to bottom, #c51cf0 0%, #8d0ce9  20%, #6705fa 75%, #5001c7 100%);
    --theme-gradient-secondary: linear-gradient(to right, #1c5bee, #1c5bee);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #6705fa 0%, #1c5bee 50%, #05a6fb 75%, #5ef795 100%);
    --theme-gradient-quinary: linear-gradient(90deg, #9013b8 0%, #1c5bee  50%, #5ef795 100%);
    --theme-gradient-dark: linear-gradient(to bottom, #5001c7 0%, #5001c7 100%);

    --theme-top-header-bg-color: #3e0b8a;
    --theme-top-header-bg-moz: -moz-linear-gradient(top, #3e0b8a 0%,#390a85 30%,#34066c 60%,#2f0350 100%);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(top,#3e0b8a 0%,#390a85 30%,#34066c 60%,#2f0350 100%);
    --theme-top-header-bg: linear-gradient(to bottom, #3e0b8a 0%,#390a85 30%,#34066c 60%,#2f0350 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, #6705fa 0%, #1c5bee 50%, #05a6fb 75%, #5ef795 100%);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #ffffff;

    --theme-footer-bg:linear-gradient(to bottom, #c51cf0 0%, #8d0ce9  20%, #6705fa 75%, #5001c7 100%);

    --theme-tab-games-selector-bg: rgb(94, 247, 149, 0.7);
    --theme-text-frame-games-selected-bg: linear-gradient(to right, rgba(94, 247, 149, 1) 0%, rgba(80, 246, 208, 0.5) 80%, rgba(0, 0, 0, 0) 100%);

    --theme-primary-dark: #2c0157 !important;

    --theme-fpm-bg: #0c0145;
    --theme-body-bg-color: #0c0145;
    --theme-bg-filter: rgb(12, 1, 69, 0.5);
    /* bootstrap */
    --bs-primary: #6705fa !important;
    --bs-primary-rgb: 103, 5, 250 !important;
}
