/* GET FONTS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/*----------------------------------------------
                    GLOBAL
------------------------------------------------*/
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style: none !important;
  color: inherit;
}

html[dir="rtl"],
html[dir="rtl"] #root,
html[dir="rtl"] body {
  font-family: "Rubik", sans-serif;
}

html[dir="ltr"],
html[dir="ltr"] #root,
html[dir="ltr"] body {
  font-family: "Poppins";
}

#root,
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  user-select: none;
  background-color: #01121e;
}

body::-webkit-scrollbar {
  cursor: pointer;
  width: 0.65rem;
  background: #2f3838;
}

body::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 0.65rem;
  background: #5a5a5a;
  border-radius: 0.3125rem;
}

/* Global Media Query */
@media only screen and (max-width: 2600px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (max-width: 2300px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1750px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}

/*----------------------------------------------
                Desktop Container
------------------------------------------------*/
.desktop_container {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

html[dir="ltr"] .desktop_container {
  /* background: right 2.875rem bottom / calc(41.875rem - 2.875rem) no-repeat url("../../../public/assets/img/background.png"), #01121e; */
}

html[dir="rtl"] .desktop_container {
  /* background: left 2.875rem bottom / calc(41.875rem - 2.875rem) no-repeat url("../../../public/assets/img/background.png"), #01121e; */
}

/*----------------------------------------------
                Desktop Main
------------------------------------------------*/
.desktop_main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* margin-top: 5.0625rem; */
  flex: 1;
}

/*----------------------------------------------
                    Button
------------------------------------------------*/
.desktop_input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  user-select: none;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 9.375rem;
  background: transparent;
  color: white;
}

html[dir="ltr"] .desktop_input {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}

html[dir="rtl"] .desktop_input {
  font-family: "Tajawal", sans-serif;
  font-size: 1rem;
  padding: 0.48rem 1.25rem;
}

.btn-primary {
  background-color: #f3d675 !important;
}

.pagenation-button {
  border: 0.18em solid #f3d675 !important;
  color: #ffffff;
}

.pagenation-button:hover {
  background: rgb(238 83 35 / 17%);
  color: #ffffff;
}

.pagenation-button:active {
  background: rgb(238 83 35 / 17%) !important;
  color: #ffffff !important;
}

.pagenation-button:disabled {
  color: #ccc;
}

/*----------------------------------------------
                    Blur Item
------------------------------------------------*/
.blur {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #ef5123;
  box-shadow: 0 0 12.5rem 12.5rem rgb(238 82 35 / 40%);
  position: absolute;
  border-radius: 50%;
  filter: blur(6.25rem);
}

.blur:nth-child(1) {
  top: -9rem;
}

.blur:nth-child(2) {
  top: 60.125rem;
}

.blur:nth-child(3) {
  top: 80.875rem;
}

html[dir="ltr"] .blur:nth-child(1) {
  left: 0;
}

html[dir="ltr"] .blur:nth-child(2) {
  right: -13.25rem;
}

html[dir="ltr"] .blur:nth-child(3) {
  left: -13.25rem;
}

html[dir="rtl"] .blur:nth-child(1) {
  right: 0;
}

html[dir="rtl"] .blur:nth-child(2) {
  left: -13.25rem;
}

html[dir="rtl"] .blur:nth-child(3) {
  right: -13.25rem;
}

/*----------------------------------------------
                Desktop Header
------------------------------------------------*/
.SVG-component {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SVG-component__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SVG-component__content-svg {
  width: 100%;
  height: 100%;
}

.footer-links {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-links__list {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-links__header {
  position: absolute;
  top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-links__header,
.footer-links__item {
  height: 33.3333333333%;
}

.footer-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.footer-links__link_fontColor_red {
  color: #5e0885;
}

.footer-links__link_fontColor_red .footer-links__arrow-svg path {
  fill: #5e0885;
}

.footer-links__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.1875rem;
  width: 0.3125rem;
}

.footer-links__socials {
  width: 9.375rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-links__icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.footer-links__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.footer-links__social:not(:last-child) {
  margin-right: 0.8125rem;
}

.footer {
  width: 1200px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
  background: #061713;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  background: #ececec;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer__logo-text {
  width: 12.75rem;
  height: 3.875rem;
}

.footer__f-link {
  margin: 1rem 0;
}

.footer__text-bsw {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.footer__top {
  height: 10.8125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5f5f5f;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 1.4375rem 3.25rem 1.25rem 1.625rem;
}

.footer__affiliate-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  color: #5e0885;
}

.footer__affiliate-program .footer__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.1875rem;
  width: 0.3125rem;
}

.footer__affiliate-program .footer__arrow path {
  fill: #5e0885;
}

.footer__logo {
  width: 12.75rem;
  height: 3.875rem;
  line-height: 0;
}

.footer__center {
  width: 100%;
  height: 7.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.footer__license {
  margin-left: auto;
}

.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 9.625rem;
  width: 100%;
}

.footer__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.4375rem 0 12.6875rem;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#505050),
      to(#1e1d1b));
  background: -o-linear-gradient(top, #505050 0%, #1e1d1b 100%);
  background: linear-gradient(180deg, #505050 0%, #1e1d1b 100%);
  color: #acacac;
  font-size: 0.875rem;
}

.footer__sport-icon {
  height: 100%;
  position: absolute;
  left: 2.0625rem;
}

.footer__grass {
  width: 100%;
}

.footer__text {
  padding: 1.4375rem 0;
}

.footer__text-paragraph {
  text-align: center;
  width: 60.9375rem;
  margin: 0 auto;
}

.footer__text-paragraph:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom-item {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 1.25rem;
}

.footer__bottom-item-link {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__bottom-item-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__ages {
  margin-left: 1.25rem;
  color: rgba(38, 139, 233, 0.68);
  font-size: 1.5625rem;
  font-weight: 900;
}

.button-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.625rem;
  border: none;
  outline: none;
  user-select: none;
  font-weight: 400;
  font-size: 0.875rem;
  color: #111;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  white-space: nowrap;
}

.button-desktop:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.button-desktop_rounded {
  border-radius: 0.3125rem;
}

.button-desktop_uppercase {
  text-transform: uppercase;
}

.button-desktop_color_grey {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f3d675),
      to(#ab8835));
  background: -o-linear-gradient(top, #f3d675 0%, #ab8835 100%);
  background: linear-gradient(180deg, #f3d675 0%, #ab8835 100%);
}

.button-desktop_color_light-grey {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7da79),
      to(#a4802f)),
    #a5a5a5;
  background: -o-linear-gradient(top, #f7da79 0%, #a4802f 100%), #a5a5a5;
  background: linear-gradient(180deg, #f7da79 0%, #a4802f 100%), #a5a5a5;
}

.button-desktop_color_red {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7da79),
      to(#a4802f)),
    #5e0885;
  background: -o-linear-gradient(top, #f7da79 0%, #a4802f 100%), #5e0885;
  background: linear-gradient(180deg, #f7da79 0%, #a4802f 100%), #5e0885;
  color: #111;
  font-weight: bold;
}

.button-desktop_color_gold {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7da79),
      to(#a4802f));
  background: -o-linear-gradient(top, #f7da79 0%, #a4802f 100%);
  background: linear-gradient(180deg, #f7da79 0%, #a4802f 100%);
}

.button-desktop_sizable_default {
  height: 100%;
}

.button-desktop_sizable_low {
  height: 1.6875rem;
}

.button-desktop_sizable_medium {
  height: 2.5rem;
}

.button-desktop_sizable_high {
  height: 3rem;
}

.button-desktop:hover.button-desktop_color_default {
  background: #cb0000;
  color: #fff;
}

.button-desktop_disabled {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-desktop_disabled.button-desktop:active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@font-face {
  font-family: "password";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/password.ttf);
}

.input-desktop {
  background: #fff;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-desktop__native {
  background: rgba(0, 0, 0, 0);
  border: none;
  display: block;
  width: 100%;
  min-height: 2.5rem;
  outline: none;
  padding: 0 0.6875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.input-desktop__native:focus.input-desktop__native::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-desktop__native:focus.input-desktop__native::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-desktop__native:focus.input-desktop__native:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-desktop__native:focus.input-desktop__native::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-desktop__native:focus.input-desktop__native::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-desktop__native_activePassword {
  font-family: "password";
}

.input-desktop__native:-webkit-autofill,
.input-desktop__native:-webkit-autofill:hover,
.input-desktop__native:-webkit-autofill:focus.input-desktop__native:-webkit-autofill,
.input-desktop__native:-webkit-autofill::first-line,
.input-desktop__native::-internal-input-seggested {
  font: 0.875rem "Roboto", sans-serif !important;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 174, 255, 0.04) 50%,
      rgba(255, 255, 255, 0) 51%,
      rgba(0, 174, 255, 0.03) 100%);
}

.input-desktop__native::-webkit-inner-spin-button {
  display: none !important;
}

.input-desktop__measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: right;
  color: #797b83;
}

.input-desktop__password,
.input-desktop__password-off {
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 0.3125rem;
}

.input-desktop__password_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-desktop__password-off_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-desktop_fontSize_16 .input-desktop__native {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_fontSize_16 .input-desktop__native::-webkit-input-placeholder {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_fontSize_16 .input-desktop__native::-moz-placeholder {
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_fontSize_16 .input-desktop__native:-ms-input-placeholder {
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_fontSize_16 .input-desktop__native::-ms-input-placeholder {
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_fontSize_16 .input-desktop__native::placeholder {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.input-desktop_color_default {
  border: 2px solid #d9d9d9;
  background: #fff;
  border-radius: 0.3125rem;
}

.input-desktop_color_default .input-desktop__native {
  color: #000;
}

.input-desktop_color_default .input-desktop__native::-webkit-input-placeholder {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-desktop_color_default .input-desktop__native::-moz-placeholder {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-desktop_color_default .input-desktop__native:-ms-input-placeholder {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-desktop_color_default .input-desktop__native::-ms-input-placeholder {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-desktop_color_default .input-desktop__native::placeholder {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-desktop_validState_2 {
  border: 1px solid #0d9252 !important;
}

.input-desktop_validState_3 {
  border: 1px solid #d31c32 !important;
}

.handle-login {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6.375rem 3.5rem 4rem;
}

.handle-login__back {
  position: absolute;
  top: 1.5625rem;
  left: 2.375rem;
  cursor: pointer;
}

.handle-login__header {
  height: 5.5rem;
  width: 100%;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.handle-login__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.handle-login__input:not(:last-child) {
  margin-bottom: 0.75rem;
}

.handle-login__button {
  margin-top: auto;
}

.time {
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.language-dropdown-selector-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.8125rem;
  font-size: 0.875rem;
  min-width: 8rem;
}

.language-dropdown-selector-desktop__selector {
  position: absolute;
  width: 100%;
}

.language-dropdown-selector-desktop__selector-wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-left: 0.3125rem;
}

.language-dropdown-selector-desktop__selector_open {
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  background: #fff;
}

.language-dropdown-selector-desktop__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  line-height: 0;
}

.language-dropdown-selector-desktop__check-box {
  height: 1.25rem;
  width: 1.25rem;
  border: 1px solid #b3b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-dropdown-selector-desktop__check-box_checked {
  border: none;
  background: #d5b55a;
}

.language-dropdown-selector-desktop__check-box_checked svg {
  width: 0.75rem;
}

.language-dropdown-selector-desktop__check-box_checked svg path {
  fill: #fff;
}

.language-dropdown-selector-desktop__current-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
  height: 100%;
  padding: 0 0.5rem;
}

.language-dropdown-selector-desktop__current-item,
.language-dropdown-selector-desktop__item {
  height: 1.8125rem;
  color: #000;
}

.language-dropdown-selector-desktop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 13px;
  cursor: pointer;
}

.language-dropdown-selector-desktop__items {
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.5rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items {
  display: block;
}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.language-dropdown-selector-desktop__arrow {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  cursor: pointer;
  margin-left: auto;
  width: 8px;
}

.language-dropdown-selector-desktop__arrow path {
  fill: #fff;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.375rem;
  width: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#515151),
      to(#363636));
  background: -o-linear-gradient(top, #515151 0%, #363636 100%);
  background: linear-gradient(180deg, #515151 0%, #363636 100%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
  font-family: "Open Sans", sans-serif;
}

.main-menu__new {
  width: 2rem;
  position: absolute;
}

.main-menu__new:first-child {
  left: 0.5rem;
}

.main-menu__new:last-child {
  right: 0.5rem;
}

.main-menu__item {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #2e2e2e;
  border-top: none;
  border-bottom: none;
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.main-menu__item_isSpecial {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7da79),
      to(#a4802f)) !important;
  background: -o-linear-gradient(top, #f7da79 0%, #a4802f 100%) !important;
  background: linear-gradient(180deg, #f7da79 0%, #a4802f 100%) !important;
  color: #111;
}

.main-menu__item:not(:last-child) {
  border-right: none;
}

.main-menu__item:before,
.main-menu__item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #4f4f4f;
}

.main-menu__item:before {
  left: 0;
}

.main-menu__item:after {
  right: -2px;
}

.main-menu__item_active {
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#222222),
      to(#505050)),
    -webkit-gradient(linear, left top, left bottom, from(#515151), to(#363636));
  background: -o-linear-gradient(top, #222222 0%, #505050 100%),
    -o-linear-gradient(top, #515151 0%, #363636 100%);
  background: linear-gradient(180deg, #222222 0%, #505050 100%),
    linear-gradient(180deg, #515151 0%, #363636 100%);
}

.top-header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header__logo {
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4.125rem;
}

.top-header__logo-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9375rem 0rem 0.75rem 0.8375rem;
  height: 6.125rem;
}

.top-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 18%;
}

.top-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header__skype-anchor {
  width: 3rem;
  border-radius: 50%;
  overflow: hidden;
}

.top-header__skype-svg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
}

.top-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 1.3125rem;
}

.top-header__history-button-container {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 8rem;
}

.top-header__menu-for-authorized-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-header__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header__user-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0 1.125rem;
}

.top-header__user-info-item:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}

.top-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  width: 100%;
}

.top-header__icon path {
  fill: #fff;
}

.top-header__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-header__input:not(:first-child),
.top-header__button:not(:first-child) {
  margin-left: 0.5625rem;
}

.top-header__input button,
.top-header__button button {
  padding: 0 3.875rem;
  text-transform: uppercase;
}

.top-header__social-item-link {
  cursor: pointer;
}

.top-header__social-item-link:nth-child(1) .top-header__icon {
  height: 1.7rem;
}

.top-header__socials {
  margin-left: auto;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #373737;
  overflow: hidden;
  color: #fff;
}

.header__wrapper {
  width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__top-block {
  height: 1.8125rem;
  width: 100%;
  background: #5f5f5f;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__top-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 1200px;
}

.header__selector {
  margin-left: 1.875rem;
}

.header__selector:not(:last-child) {
  margin-left: auto;
}

/*----------------------------------------------
                Header Languages
------------------------------------------------*/
.language-dropdown-selector-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.8125rem;
  font-size: 0.875rem;
  min-width: 8rem;
}

.language-dropdown-selector-desktop__selector {
  position: absolute;
  width: 100%;
}

.language-dropdown-selector-desktop__selector-wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-left: 0.3125rem;
}

.language-dropdown-selector-desktop__selector_open {
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  background: #fff;
}

.language-dropdown-selector-desktop__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  line-height: 0;
}

.language-dropdown-selector-desktop__check-box {
  height: 1.25rem;
  width: 1.25rem;
  border: 1px solid #b3b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-dropdown-selector-desktop__check-box_checked {
  border: none;
  background: #d5b55a;
}

.language-dropdown-selector-desktop__check-box_checked svg {
  width: 0.75rem;
}

.language-dropdown-selector-desktop__check-box_checked svg path {
  fill: #fff;
}

.language-dropdown-selector-desktop__current-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
  height: 100%;
  padding: 0 0.5rem;
}

.language-dropdown-selector-desktop__current-item,
.language-dropdown-selector-desktop__item {
  height: 1.8125rem;
  color: #000;
}

.language-dropdown-selector-desktop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 13px;
  cursor: pointer;
}

.language-dropdown-selector-desktop__items {
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.5rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items {
  display: block;
}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.language-dropdown-selector-desktop__arrow {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  cursor: pointer;
  margin-left: auto;
  width: 8px;
}

.language-dropdown-selector-desktop__arrow path {
  fill: #fff;
}

/*----------------------------------------------
                Desktop Sidebar
------------------------------------------------*/
.desktop_sidebar {
  max-width: 18.125rem;
  width: 100%;
  min-width: 0;
  padding: 0;
  padding-bottom: 1rem;
  padding-inline-start: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: auto;
  max-height: calc(100vh - 5.0625rem);
  position: fixed;
}

.desktop_sidebar::-webkit-scrollbar {
  width: 0rem;
}

.desktop_sidebar::-webkit-scrollbar-thumb {
  width: 0rem;
}

.desktop_sidebar_menu {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
  padding: 0;
  padding-top: 1.25rem;
  margin: 0;
}

.sidebar_btn {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  min-width: 0;
  gap: 0.625rem;
  background-color: inherit;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar_btn_child {
  padding-inline-start: 2.5rem !important;
}

.sidebar_link_arrow {
  width: 0.75rem;
  cursor: pointer;
  margin-inline-end: 1.813rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
}

.sidebar_btn:active {
  transform: translateY(2px);
}

.sidebar_link.active .sidebar_btn {
  color: #ef5123;
}

.sidebar_btn:hover {
  color: #fb9f82;
  font-size: 1rem;
  font-weight: 700;
}

.sidebar_item {
  display: inline;
}

.sidebar_item_menu.active {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding-bottom: 0.625rem;
}

.sidebar_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.sidebar_item_icon {
  width: 2rem;
  height: 2rem;
}

.sidebar_item_icon svg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sidebar_item_text {
  font-size: 1rem;
  font-weight: 700;
  text-align: start;
  white-space: break-spaces;
}

.sidebar_separator {
  width: 100%;
  height: 1px;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  margin: 2.188rem 0;
}

.sidebar_flat_link {
  margin-bottom: 1.25rem;
  padding-inline-start: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar_flat_link a {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar_flat_link a.active {
  color: #ef5123;
}

.sidebar_bottom {
  padding-inline-start: 1.25rem;
}

.sidebar_bottom .sidebar_bottom_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 700;
}

.sidebar_bottom .sidebar_bottom_bg {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.sidebar_bottom .sidebar_bottom_bg span {
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  margin: 0;
  margin-inline-end: 0.375rem;
}

.sidebar_bottom .sidebar_bottom_bg p {
  max-width: 4.1875rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.75rem;
  margin: 0;
}

/*----------------------------------------------
                Modal Comp
------------------------------------------------*/
.modal_layout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal_layout .modal_content {
  min-width: 18.75rem;
  background: linear-gradient(121.78deg,
      #111c22 38.37%,
      #080d09 60.85%,
      #080d09 75.5%,
      #080c0d 90.61%);
  border-radius: 0.625rem;
  position: relative;
}

/* Close Modal */
.modal_layout .modal_content .close_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.063rem;
  width: 0.762rem;
  height: 0.762rem;
  color: white;
  cursor: pointer;
}

html[dir="ltr"] .modal_layout .modal_content .close_modal {
  right: 2.125rem;
}

html[dir="rtl"] .modal_layout .modal_content .close_modal {
  left: 2.125rem;
}

.modal_layout .modal_content .close_modal svg {
  width: 100%;
  height: 100%;
}

/* Login Modal */
.modal_layout .login_modal {
  min-width: 26.813rem;
  min-height: 26.438rem;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
}

.modal_layout .login_modal .modal_img {
  position: relative;
}

.modal_layout .login_modal .modal_img img {
  width: 24.875rem;
  height: 31rem;
  position: absolute;
  bottom: 0;
}

html[dir="ltr"] .modal_layout .login_modal .modal_img img {
  left: -2.5rem;
  border-top-right-radius: 80%;
}

html[dir="rtl"] .modal_layout .login_modal .modal_img img {
  right: -2.5rem;
  transform: rotateY(180deg);
  border-top-left-radius: 80%;
}

.modal_layout .login_modal .login_form_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal_layout .login_modal .login_form_container .login_title {
  margin-bottom: 2.375rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
}

.modal_layout .login_modal .login_form_container .login_form {
  width: 17.75rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.login_form .desktop_input {
  border: 0.18em solid #f3d675;
}

.login_form .desktop_input:hover {
  background: rgb(238 83 35 / 17%);
}

/*----------------------------------------------
                Blur Comp
------------------------------------------------*/
.blur_comp {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
}

/*----------------------------------------------
                Desktop Content
------------------------------------------------*/
.desktop_content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  /* min-width: 26.125rem; */
  overflow: auto;
  /* margin-left: 11.9rem;
  margin-right: 11.9rem; */
}

/* html[dir="ltr"] .desktop_content {
  margin-left: 11.9rem;
  margin-right: 11.9rem;
} */

html[dir="ltr"] .desktop_content.full {
  margin-left: 19.5rem;
  margin-right: 1.25rem;
}

/* html[dir="rtl"] .desktop_content {
  margin-right: 19.5rem;
  margin-left: 27.5rem;
} */

html[dir="rtl"] .desktop_content.full {
  margin-right: 19.5rem;
  margin-left: 1.25rem;
}

/*----------------------------------------------
                Desktop Jackpot
------------------------------------------------*/
.desktop_jackpot {
  max-width: 27.5rem;
  width: 100%;
  min-width: 0;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-height: calc(100vh - 5.0625rem);
  position: fixed;
  overflow: auto;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
  z-index: 1;
}

html[dir="ltr"] .desktop_jackpot {
  right: 0;
}

html[dir="rtl"] .desktop_jackpot {
  left: 0;
}

.desktop_jackpot::-webkit-scrollbar {
  cursor: none;
  width: 0;
  background: transparent;
}

.desktop_jackpot::-webkit-scrollbar-thumb {
  cursor: none;
  width: 0;
  background: transparent;
}

/*----------------------------------------------
                Blure Container
------------------------------------------------*/
.blure_container {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* border-radius: 1.25rem; */
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.blure_container.slot {
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}

.blure_container.mb {
  margin-bottom: 1.25rem;
}

.blure_container.top_win_container {
  padding: 1.25rem 1.875rem 1.8755rem 1.875rem;
}

/* Top Win */
.top_win_container .top_win_header {
  display: flex;
  padding-bottom: 0.625rem;
  align-items: center;
  align-self: stretch;
  user-select: none;
}

.top_win_container .top_win_header .top_win_title {
  font-weight: 700;
  font-size: 2.4rem;
  color: white;
  white-space: nowrap;
  margin-inline-end: 1.25rem;
  margin-bottom: 0;
}

.top_win_container .top_win_header .top_win_separator {
  height: 1px;
  width: 100%;
  flex: 1 0 0;
  background: rgba(182, 186, 213, 0.2);
}

.top_win_container .top_win_body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top_win_container .top_win_body .top_win_row {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0.625rem 0;
  user-select: text;
}

.top_win_container .top_win_body .top_win_row .top_win_col {
  display: flex;
  flex-direction: column;
  text-align: center;
}

html[dir="ltr"] .top_win_container .top_win_body .top_win_row .top_win_col.user {
  text-align: left;
}

html[dir="ltr"] .top_win_container .top_win_body .top_win_row .top_win_col.amount {
  text-align: right;
}

html[dir="rtl"] .top_win_container .top_win_body .top_win_row .top_win_col.user {
  text-align: right;
}

html[dir="rtl"] .top_win_container .top_win_body .top_win_row .top_win_col.amount {
  text-align: left;
  direction: ltr;
  justify-content: start;
}

.top_win_container .top_win_body .top_win_row .top_win_col span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.top_win_container .top_win_body .top_win_row .top_win_col.data span {
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top_win_container .top_win_body .top_win_row .top_win_col.amount.data {
  color: #f3d675;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
}

.top_win_container .top_win_body .top_win_row .top_win_col.amount.data .currency {
  margin-inline-start: 5px;
}

.top_win_container .top_win_body .top_win_row .top_win_col.amount.data span:first-child {
  color: #f3d675;
  flex-direction: row;
}

.top_win_container .top_win_body .top_win_row .top_win_col.amount.data span:not(:first-child) {
  font-size: 0.75rem;
}

/*----------------------------------------------
                Desktop Slider
------------------------------------------------*/
.desktop_slider {
  margin-bottom: 2.3rem;
  user-select: none;
}

.desktop_slider .swiper {
  border-radius: 1.25rem;
}

.desktop_slider .swiper .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}

.desktop_slider .swiper .swiper-slide img {
  max-height: 24.813rem;
  width: 100%;
}

.desktop_slider .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.desktop_slider .swiper-pagination-bullet {
  width: 0.288rem !important;
  min-width: 0.288rem !important;
  height: 0.288rem !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  margin: 0 0.144rem !important;
}

.desktop_slider .swiper-pagination-bullet-active {
  background: #ef5123 !important;
}

/*----------------------------------------------
                Slots
------------------------------------------------*/
.slots:not(:last-child) {
  margin-bottom: 3.75rem;
}

.slots:last-child {
  margin-bottom: 0;
}

.slots .slots_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  padding: 0 0.625rem;
  user-select: none;
}

.slots .slots_header .header_row {
  display: flex;
  align-items: center;
}

.slots_header .header_row .slot_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}

.slots_header .header_row .slot_icon img {
  width: 30px;
  height: 30px;
}

.slots_header .slots_title {
  font-weight: 700;
  font-size: 2.4rem;
  color: white;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0;
}

.slots_header .slots_separator {
  width: 100%;
  height: 1px;
  display: flex;
  background: rgba(182, 186, 213, 0.2);
  margin: 0 1.25rem;
}

.slots_header .slots_action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slots_header .slots_action a {
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
  margin-inline-end: 1.25rem;
  text-decoration: none;
}

.slots_header .slots_action .slots_action_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slots_header .slots_action .slots_action_btn span {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

.slots_header .slots_action .slots_action_btn span.slots_action_btn_prev {
  margin-inline-end: 0.313rem;
}

.slots_header .slots_action .slots_action_btn span.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slots_header .slots_action .slots_action_btn span svg {
  width: 100%;
  height: 100%;
}

/* Slot Body */
.slots .slots_body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.638rem;
  user-select: none;
}

/* Single Slot Game */
.slots_body .single_slots_game {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.single_slots_game .single_slots_game_image {
  width: 100%;
  height: 8rem;
  background-image: url("/assets/img/preloader.gif");
  background-position: center;
  background-color: #ffffff0d;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 1px solid #ffffff1a;
  border-radius: 0.625rem;
  overflow: hidden;
}

.single_slots_game .single_slots_game_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.slots_body .single_slots_game:hover .single_slots_game_image img {
  transition: 0.4s;
  filter: blur(0.2rem);
  transform: scale(1.1);
}

.single_slots_game .single_slots_game_control {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 0.625rem;
  width: 0;
  height: 0;
  overflow: hidden;
}

.slots_body .single_slots_game:hover .single_slots_game_control {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
}

.single_slots_game .single_slots_game_control .game_play_btn {
  margin: 0px auto;
  width: 1.875rem;
  height: 1.875rem;
}

.single_slots_game .single_slots_game_control .game_play_btn svg {
  width: 100%;
  height: 100%;
}

.single_slots_game .single_slots_game_control .game_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
}

.single_slots_game_control .game_content .game_info {
  align-items: flex-start;
  color: #ffffff;
  margin-top: 0.5rem;
}

.single_slots_game_control .game_content .game_info .game_name {
  /* max-width: 80px; */
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

html[dir="rtl"] .single_slots_game_control .game_content .game_info .game_name {
  text-align: right;
  direction: ltr;
}

.single_slots_game_control .game_content .game_info .game_provider {
  font-size: 0.625rem;
  font-weight: 400;
  display: block;
}

.single_slots_game_control .game_content .game_fav {
  display: flex;
  min-width: 1.75rem;
  min-height: 1.75rem;
  max-width: 1.75rem;
  max-height: 1.75rem;
  cursor: pointer;
}

.single_slots_game_control .game_content .game_fav .game_fav_btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fdd834;
}

.single_slots_game_control .game_content .game_fav .game_fav_btn svg {
  width: 100%;
  height: 100%;
}

/* Main Slot Header */
.slot_main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 0.625rem;
  user-select: none;
}

.slot_main_header .slots_separator {
  width: 100%;
  height: 1px;
  display: flex;
  background: rgba(182, 186, 213, 0.2);
  margin: 0;
}

.slot_main_header span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0 1.25rem;
  background-color: #ffffff00;
  padding: 0.5rem 1.5rem;
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
}

/*----------------------------------------------
                Skeleton
------------------------------------------------*/
.singleSkeletonContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.singleSkeletonContainer .singleSkeleton {
  width: 100%;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/*----------------------------------------------
                Single Slot Skeleton
------------------------------------------------*/
.singleSlotSkeletonContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.638rem;
  user-select: none;
}

.singleSlotSkeleton {
  display: flex !important;
  width: 100%;
  height: 8rem;
  border-radius: 0.625rem !important;
}

/*----------------------------------------------
                Single Provider Skeleton
------------------------------------------------*/
.singleProvSkeletonContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
  user-select: none;
  margin-bottom: 3.75rem;
}

.singleProvSkeleton {
  display: flex !important;
  width: 100%;
  height: 10rem;
  border-radius: 0.625rem !important;
}

/*----------------------------------------------
                Single Filter Skeleton
------------------------------------------------*/
.singleFilterSkeletonContainer {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
  width: 100%;
}

.singleFilterSkeletonContainer .singleFilterSkeleton {
  flex-shrink: 0;
  width: 50px;
  height: 25px;
  border-radius: 15px;
}

/*----------------------------------------------
                Load More
------------------------------------------------*/
.load_more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load_more .load_more_btn {
  flex: 0.3;
  border: 0.18em solid #f3d675;
  font-family: inherit;
  font-weight: 700;
  color: white;
}

html[dir="ltr"] .load_more .load_more_btn {
  padding: 0.725rem 1.25rem;
  font-size: 1rem;
}

html[dir="rtl"] .load_more .load_more_btn {
  padding: 0.725rem 1.25rem;
  font-size: 1rem;
}

.load_more .load_more_btn:hover {
  background: rgb(238 83 35 / 17%);
}

.load_more .load_more_btn.disabled {
  cursor: not-allowed;
}

.form-group .form-wrapper:first-child {
  margin-right: 20px;
}

.form-group .form-wrapper {
  width: 50%;
}

.form-wrapper {
  margin-bottom: 17px;
}

.form-control {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-family: muli-bold;
  overflow: none;
}

.form-control:focus {
  border: none;
  outline: 0.18em solid #f3d675;
}

.form-wrapper label {
  margin-bottom: 9px;
  display: block;
  color: #ffffff;
}

/*----------------------------------------------
                Server Error
------------------------------------------------*/
.error_container {
  width: 100%;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_container .error_content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.error_container .error_content img {
  width: 35%;
}

.error_container .error_content p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.error_container .error_content button {
  width: fit-content;
  border: 2px solid #f3d675;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8rem;
  transition: all 0.5s linear;
}

.error_container .error_content button:hover {
  -webkit-animation: reconnect 2s linear infinite;
  animation: reconnect 2s linear infinite;
  background: rgb(238 83 35 / 17%);
}

@keyframes reconnect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-180deg);
  }
}

.mbsc-windows.mbsc-label {
  color: #fff;
}

/*----------------------------------------------
                Filter
------------------------------------------------*/
.filter_container {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}

.filter_container.flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

.filter_list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.5em;
}

.filter_list::-webkit-scrollbar {
  cursor: pointer;
  width: 0.3rem;
  height: 0.3em;
  background: #2f3838;
}

.filter_list::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 0.3rem;
  height: 0.3em;
  background: #5a5a5a;
  border-radius: 0.5rem;
}

.filter_container.flex .filter_list {
  width: 100%;
}

.filter_container .search_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5em;
  width: fit-content;
  padding: 0 0.2rem 0.2rem 0.5rem;
  padding-bottom: 0.2rem;
}

.filter_container .search_box input {
  width: 150px;
  border: 2px solid #f3d675;
  text-align: start;
  cursor: initial;
  padding: 0.5rem 1.25rem;
}

.filter_container .search_box button {
  width: fit-content;
  border: 2px solid #f3d675;
  background-color: #f3d675;
  text-align: start;
  padding: 0.5rem 1rem;
}

.filter_list .filter_item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.2rem 0.7em;
  flex-shrink: 0;
  min-width: 50px;
  min-height: 25px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
  cursor: pointer;
  transition: all 0.1s linear;
}

.filter_list .filter_item:last-child {
  margin-inline-end: 0.5em;
}

.filter_list .filter_item:hover {
  background-color: rgba(238, 82, 35, 0.3);
}

.filter_list .filter_item.active {
  background-color: #f3d675;
}

.header_user {
  margin-inline-end: 1.5rem;
}

.header_user .user_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.header_user .user_info .user_balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.3rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
}

.header_user .user_info .user_balance span {
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
}

.header_user .user_info .user_balance .user_balance_lebel {
  color: #f3d675;
  font-size: 1rem;
  font-weight: 600;
}

.header_user .user_info .user_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  outline: none;
}

.header_user .user_info .user_menu_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------------------------------------------
                Game Iframe
------------------------------------------------*/
.game_iframe {
  min-height: calc(100vh - (1.25rem + 115px + 1.875rem));
  height: calc(100vh - (1.25rem + 115px + 1.875rem));
}

.game_iframe .game_iframe_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.game_iframe .game_iframe_header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-backdrop-filter: blur(0.313rem);
  backdrop-filter: blur(0.313rem);
  border: none;
  outline: none;
  color: #f3d675;
  font-size: 1.5rem;
  padding: 0.5rem;
}

.game_iframe .game_iframe_header button svg {
  width: 100%;
  height: 100%;
}

.game_iframe .singleIframeSkeletonContainer {
  display: block;
  width: 100%;
  height: calc(100% - 39px);
}

.game_iframe .singleIframeSkeletonContainer .singleIframeSkeleton {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.game_iframe .iframe {
  width: 100%;
  height: calc(100% - 39px);
  border-radius: 0;
  overflow: auto;
}

.game_iframe .iframe::-webkit-scrollbar {
  cursor: pointer;
  width: 0.2rem;
  background: #2f3838;
}

.game_iframe .iframe::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 0.2rem;
  background: #5a5a5a;
  border-radius: 0.3125rem;
}

.game_iframe .iframe>div {
  width: 100%;
  overflow: auto;
}

.game_iframe .iframe>div::-webkit-scrollbar {
  cursor: pointer;
  width: 0.2rem;
  background: #2f3838;
}

.game_iframe .iframe>div::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 0.2rem;
  background: #5a5a5a;
  border-radius: 0.3125rem;
}

.game_iframe .iframe>div>iframe {
  width: 100% !important;
  min-height: 100% !important;
}

/*----------------------------------------------
        Single User Skeleton Container
------------------------------------------------*/
.singleUserSkeletonContainer {
  display: inline-block;
  width: 118px;
  height: 47px;
}

.singleUserSkeletonContainer .singleUserSkeleton {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------
        Coming Soon
------------------------------------------------*/
.coming_soon {
  width: 100%;
  height: 37.6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.coming_soon p {
  margin: 0;
}