:root {
    --theme-text-color: #570087;
    --theme-text-tertiary: #f21846;

    --theme-tab-games-selector-item:linear-gradient(to bottom, #ffa4bb, #fb4b5c);

    --theme-gradient-primary: linear-gradient(to bottom, #ffa4bb, #fb4b5c);
    --theme-gradient-secondary: linear-gradient(to right, #fb4b5c, #fb4b5c);
    --theme-tab-games-selector-item-active:linear-gradient(to bottom, #ffe92a, #FB8506);
    --theme-gradient-quinary: linear-gradient(to bottom, #fb4b5c, #fb4b5c);
    --theme-gradient-dark: linear-gradient(to bottom, #fb4b5c 0%, #f21846);

    --theme-top-header-bg-color: #f51b4c;
    --theme-top-header-bg-moz: -moz-linear-gradient(bottom, #feaa97, #f51b4c);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(bottom, #feaa97, #f51b4c);
    --theme-top-header-bg: linear-gradient(to bottom, #feaa97, #f51b4c);

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

    --theme-active-menu-text-color: #ffffff;
    --theme-btn-play-bg-color: linear-gradient(to bottom, #ffe92a, #FB8506);
    --theme-btn-play-text-color: #2c2c2c;
    --theme-register-btn-text-color: #333333;

    --theme-login-bg-color: #ffa52b;
    --theme-login-bg-moz: -moz-linear-gradient(to bottom, #ffec38,#ffa52b);
    --theme-login-bg-webkit: -webkit-linear-gradient(to bottom,#ffec38,#ffa52b);
    --theme-login-bg: linear-gradient(to bottom, #ffec38,#ffa52b);

    --theme-register-btn-radius: 20px;

    --theme-footer-bg: linear-gradient(to bottom, #f21846, #fd846a) !important;

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

    --theme-fpm-bg: #d81640;
    --theme-body-bg-color: #d81640;
    --theme-bg-filter: unset;
    /* bootstrap */
    --bs-primary: #fb4b5c !important;
    --bs-primary-rgb: 251, 75, 92 !important;
    --bs-secondary: #d81640 !important;
    --bs-secondary-rgb: 216, 22, 64 !important;
}