:root {
    --theme-text-color: #fff;
    --theme-text-tertiary: #ff162f;

    --theme-tab-games-selector-item: linear-gradient(to bottom, #ff5800, #FD9012);
    --theme-text-frame-color: #e5bf45;

    --theme-gradient-primary: linear-gradient(to bottom, #ff5800, #FD9012);
    --theme-gradient-secondary: linear-gradient(to right, #ff162f, #ff162f);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #fa8995, #ff162f);
    --theme-gradient-quinary: linear-gradient(to bottom, #ff5800, #d24a01);
    --theme-gradient-dark: linear-gradient(to bottom, #ff5800, #ff162f);

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

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

    --theme-active-menu-text-color: #ffffff;
    --theme-btn-play-bg-color: linear-gradient(to bottom, #fa8995, #ff162f);
    --theme-btn-play-text-color: #ffffff;
    --theme-register-btn-text-color: #333333;

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

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

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

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

    --theme-fpm-bg: #f1bec3;
    --theme-body-bg-color: #f1bec3;
    --theme-bg-filter: #0000007d;
    /* bootstrap */
    --bs-primary: #ff5800 !important;
    --bs-primary-rgb: 255, 88, 0 !important;
    --bs-secondary: #ff162f !important;
    --bs-secondary-rgb: 255, 22, 47 !important;
}