/* 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: #0085b3 !important;
}

.pagenation-button {
  border: 0.18em solid #0085b3 !important;
  color: #ffffff !important;
}

.pagenation-button:hover {
  background: rgb(0 133 179 / 17%);
  color: #ffffff !important;
}

.pagenation-button:active {
  background: rgb(0 133 179 / 17%) !important;
  color: #ffffff !important;
}

.pagenation-button:disabled {
  color: #ccc;
}

/*----------------------------------------------
                    Blur Item
------------------------------------------------*/
.blur {
  width: 6.25rem;
  height: 6.25rem;
  background-color: rgb(0, 133, 179);
  box-shadow: 0 0 12.5rem 12.5rem rgba(0, 133, 179, 0.4);
  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
------------------------------------------------*/
.header_desktop {
  width: 100%;
  height: 5.063rem;
  user-select: none;
  padding: 0 1.188rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.header_desktop>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_desktop>a img {
  width: 16.563rem;
  height: 4.249rem;
}

.header_desktop .header_login_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop_header_login_btn {
  border: 0.18em solid #0085b3;
  font-family: "Poppins";
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: white;
  font-size: 0.875rem;
  margin-inline-end: 0.625rem;
}

.desktop_header_login_btn:hover {
  background: rgb(0 133 179 / 17%);
}

/* Desktop Lang Slide */
.desktop_lang {
  position: relative;
}

.desktop_selected_lang {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.625rem 0.625rem 0 0;
}

.desktop_selected_lang img {
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
}

.desktop_lang_slider {
  opacity: 0;
  max-height: 0rem;
  top: 100%;
  position: absolute;
  z-index: 3;

  border-radius: 1.25rem;
  -webkit-animation: reduceVertical 0.3s linear;
  animation: reduceVertical 0.3s linear;
  width: 8.75rem;
  margin-top: 5px;
  overflow: hidden;
}

html[dir="ltr"] .desktop_lang_slider {
  right: 0;
}

html[dir="rtl"] .desktop_lang_slider {
  left: 0;
}

.desktop_lang_slider.open {
  -webkit-animation: incraseVertical 0.3s linear forwards;
  animation: incraseVertical 0.3s linear forwards;
}

@keyframes incraseVertical {
  0% {
    opacity: 0;
    max-height: 0rem;
  }

  100% {
    opacity: 1;
    max-height: 9rem;
  }
}

.desktop_lang_slider .singleLang {
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  background: #01121e;
}

.desktop_lang_slider .singleLang.active {
  background: linear-gradient(90deg, #002e3f 2.48%, #0085b3 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.desktop_lang_slider .singleLang img {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  margin-inline-end: 0.625rem;
}

.desktop_lang_slider .singleLang span {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}

/*----------------------------------------------
                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: #0085b3;
}

.sidebar_btn:hover {
  color: rgba(0, 133, 179, 0.7);
  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: #0085b3;
}

.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: 44.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 #0085b3;
}

.login_form .desktop_input:hover {
  background: rgb(0 133 179 / 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;
}

html[dir="ltr"] .desktop_content {
  margin-left: 19.5rem;
  margin-right: 27.5rem;
}

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: #0085b3;
  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: #0085b3;
  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: #0085b3 !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/logo.svg");
  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 #0085b3;
  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(0 133 179 / 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 #0085b3;
}

.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 #0085b3;
  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(0 133 179 / 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 #0085b3;
  text-align: start;
  cursor: initial;
  padding: 0.5rem 1.25rem;
}

.filter_container .search_box button {
  width: fit-content;
  border: 2px solid #0085b3;
  background-color: #0085b3;
  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: #0085b3;
}

.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: #0085b3;
  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: #0085b3;
  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;
}

/*----------------------------------------------
                Table
------------------------------------------------*/
table thead th {
  white-space: nowrap;
  text-align: center;
}

table tbody td {
  text-align: center;
}