:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #000000, #352c2d);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #61460f, #e2b76d);
    --theme-menu-border: 1px solid #d7ad69;
    --theme-active-menu-text-color: #333333;
    --theme-tab-games-selector-bg: #000000f1;
    --theme-text-frame-color: #fff;
    --theme-text-frame-games-selected-bg: linear-gradient(to right, #311619, rgba(0, 0, 0, 0));
    --theme-gradient-primary: linear-gradient(to bottom, #000000, #1e1516);
    --theme-gradient-secondary: linear-gradient(to bottom, #000000, #000000);
    --theme-gradient-quinary: linear-gradient(to bottom, #a20313, #72000e);
    --theme-gradient-dark: linear-gradient(to bottom, #a20313, #72000e);
    --theme-top-header-bg-color: #000000;
    --theme-top-header-bg: linear-gradient(to bottom, #454545, #000000);
    --theme-top-header-border: 1px solid #d7ad69;
    --theme-hamburger-bg: linear-gradient(to bottom, #fff, #fff);
    --theme-register-bg-color: #1745b2;
    --theme-register-bg: linear-gradient(to right, #1745b2, #0091e8);
    --theme-register-btn-text-color: #fff;
    --theme-register-btn-radius: 20px;
    --theme-login-bg-color: #61460f;
    --theme-login-bg: linear-gradient(to right, #61460f, #e2b76d);
    --theme-btn-play-bg-color: linear-gradient(to bottom, #61460f, #e2b76d);
    --theme-btn-play-text-color: #000;
    --theme-footer-bg: linear-gradient(to bottom, #000000, #474747) !important;
    --theme-footer-border: 1px solid #fff;
    --theme-footer-stop-color-1: #6f010a;
    --theme-footer-stop-color-2: #360000;
    --theme-primary-dark: #92131d !important;
    --theme-text-tertiary: #dacd13;
    --theme-fpm-bg: #000000f1;
    --theme-body-bg-color: #180301;
    --theme-bg-filter: #00000052;
    --bs-primary: #cb2936 !important;
    --bs-primary-rgb: 203, 41, 54 !important;
    --bs-secondary: #cb2936 !important;
    --bs-secondary-rgb: 203, 41, 54 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;
    --bs-dark-rgb: 146, 19, 29 !important;
    --bs-tertiary-rgb: 255, 237, 0 !important;
}

.rtx-content {
    background-color: rgba(53, 53, 53, 0.7) !important;
}