:root {
    --theme-tab-games-selector-item: linear-gradient(to bottom, #0888d3, #015275);
    --theme-tab-games-selector-item-active: linear-gradient(to bottom, #ffffff,#ffffff);

    --theme-gradient-primary: linear-gradient(to bottom, #0888d3, #015275);
    --theme-gradient-secondary: linear-gradient(to right, #0888d3, #015275);
    --theme-gradient-quinary: linear-gradient(to right, #0888d3, #015275);
    --theme-gradient-dark: linear-gradient(to bottom, #0888d3, #015275);

    --theme-top-header-bg-color: #015275;
    --theme-top-header-bg-moz: -moz-linear-gradient(to bottom, #015275, #0888d3);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(to bottom, #015275, #0888d3);
    --theme-top-header-bg: linear-gradient(to right, #015275, #0888d3);

    --theme-register-bg-color: #e12f3d;
    --theme-register-bg-moz: -moz-linear-gradient(to bottom,#c81a28 0%, #c40f47 22%,#e12f3d 66%,#c81a28 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(to bottom,#c81a28 0%, #c40f47 22%,#e12f3d 66%,#c81a28 100%);
    --theme-register-bg: linear-gradient(to bottom,#c81a28 0%, #c40f47 22%,#e12f3d 66%,#c81a28 100%);

    --theme-login-bg-color: #111111;
    --theme-login-bg-moz: -moz-linear-gradient(to bottom, #111111 0%, #4b4b4b 22%,#111111 100%);
    --theme-login-bg-webkit: -webkit-linear-gradient(to bottom, #111111 0%, #4b4b4b 22%,#111111 100%);
    --theme-login-bg: linear-gradient(to bottom, #4b4b4b ,#111111);

    --theme-active-menu-text-color: #015275;
    --theme-btn-play-bg-color:linear-gradient(to bottom,#4b4b4b , #111111 );
    --theme-btn-play-text-color: #ffffff;
    --theme-register-btn-text-color: #ffffff;
    --theme-register-btn-radius: 20px;

    --theme-footer-bg: linear-gradient(to bottom, #0888d3, #015275);
    --theme-footer-border: 2px solid #dee2e6;

    --theme-footer-stop-color-1: #0888d3;
    --theme-footer-stop-color-2: #015275;

    --theme-text-tertiary: #fdb006;

    --theme-primary-dark: #013a53 !important;

    --theme-fpm-bg: #111111f2;
    --theme-body-bg-color: #111111;
    --theme-bg-filter: unset;
    /* bootstrap */
    --bs-primary: #0888d3 !important;
    --bs-primary-rgb: 8, 136, 211 !important;
    --bs-secondary: #111111 !important;
    --bs-secondary-rgb: 3, 197, 245 !important;
}
