/* 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");

/* DS-Digital */
@font-face {
  font-family: 'DS-Digital';
  src: url('/assets/fonts/dsDigital/DS-DIGI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DS-Digital';
  src: url('/assets/fonts/dsDigital/DS-DIGIB.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DS-Digital';
  src: url('/assets/fonts/dsDigital/DS-DIGII.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DS-Digital';
  src: url('/assets/fonts/dsDigital/DS-DIGIT.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-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: #02141f;
  font-size: 1rem;
}

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;
}

table thead th {
  white-space: nowrap;
}

/*----------------------------------------------
                    Blur Item
------------------------------------------------*/
.blur {
  width: 8.25rem;
  height: 8.25rem;
  background-color: #0e9b5c;
  box-shadow: 0 0 12.5rem 12.5rem rgba(14, 155, 92, 0.4);
  position: fixed;
  border-radius: 50%;
  filter: blur(3.25rem);
  z-index: 1;
  top: -12rem;
}

.blur:nth-child(1) {
  top: -12rem;
}

.blur:nth-child(2) {
  top: 40.125rem;
}

.blur:nth-child(3) {
  top: 60.875rem;
}

.blur:nth-child(4) {
  top: 110.875rem;
}

.blur:nth-child(1) {
  left: 0;
}

.blur:nth-child(2) {
  left: -5.25rem;
}

.blur:nth-child(3) {
  right: 3.25rem;
}

.blur:nth-child(4) {
  right: 13.25rem;
}

/*----------------------------------------------
                Mobile Header
------------------------------------------------*/
.header_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: url(/assets/img/header_bg.png);
  background-size: 100% 100%;
}

.header_container.login_header {
  background-size: 100% 175%;
}

.mobile_header {
  height: 3.687rem;
  min-height: 3.687rem;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  padding: 0 0.625rem;
}

.mobile_header .site_logo {
  display: inline-block;
}

.mobile_header .site_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 2.437rem;
}

.mobile_header .site_logo img {
  width: 100%;
  height: 100%;
}

.mobile_header .btn_container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-inline-start: auto;
}

.mobile_header .btn_container .header_login_btn {
  display: flex;
  min-width: 5.063rem;
  height: 2.313rem;
  margin-inline-end: 0.625rem;
  background: linear-gradient(90deg, #ffdf37 2.48%, #f5af21 100%);
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  border: none;
  outline: none;
  user-select: none;
  font-weight: bold;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 9.375rem;
  color: #fff;
  text-transform: uppercase;
}

.mobile_header .profile_link {
  margin-inline-start: auto;
  margin-inline-end: 1.125rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 2.75rem;
  padding: 3px 0.625rem;
  border-radius: 0.875rem;
}

.mobile_header .profile_link .user_info {
  display: flex;
  flex-direction: column;
  text-align: end;
  justify-content: space-between;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 0.563rem;
  font-weight: 700;
}

.mobile_header .profile_link .user_info .single_info.user_id {
  color: #00d274;
}

.mobile_header .profile_link .user_info .single_info .amount {
  color: #ffd102;
  margin-inline-end: 3px;
}

.mobile_header .profile_link .user_icon {
  display: flex;
  margin-inline-start: 0.375rem;
}

.mobile_header .profile_link .user_icon svg {
  width: 1.438rem;
  height: 1.75rem;
}

.mobile_header .sidebar_btn {
  width: 1.563rem;
  height: 1.563rem;
}

.mobile_header .sidebar_btn svg {
  width: 100%;
  height: 100%;
}

/* Navbar */
.header_container .mobile_navbar {
  padding: 0 0.625rem;
}

.header_container .mobile_navbar .navbar_link_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 2.75rem;
  padding: 0 0.9rem;
  border-radius: 1.25rem;
  overflow: auto;
}

.header_container .mobile_navbar .navbar_link_container .navbar_link {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.438rem;
  color: #a7a7a7;
  font-size: 0.875rem;
  line-height: 0.625rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.header_container .mobile_navbar .navbar_link_container .navbar_link.active {
  color: #00d274;
  border-bottom: 1px solid #00d274;
  background: linear-gradient(180deg,
      rgba(0, 255, 142, 0) 60.04%,
      rgba(0, 210, 116, 0.25) 100%);
}

/*----------------------------------------------
                Mobile Sidebar
------------------------------------------------*/
.mobile_sidebar {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

html[dir="ltr"] .mobile_sidebar {
  left: 100%;
}

html[dir="rtl"] .mobile_sidebar {
  right: 100%;
}

.mobile_sidebar.open {
  box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.89);
}

html[dir="ltr"] .mobile_sidebar.open {
  left: 20%;
}

html[dir="rtl"] .mobile_sidebar.open {
  right: 20%;
}

.mobile_sidebar_content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #01121e;
  padding: 0 1.25rem 2.5rem 1.25rem;
}

.mobile_sidebar_content .mobile_sidebar_header {
  margin: 1.25rem 0 0.938rem;
  display: flex;
}

.mobile_sidebar_content .mobile_sidebar_header img {
  width: 15.625rem;
  height: 4.008rem;
  margin: 0px auto;
}

.mobile_sidebar_body .mobile_sidebar_menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.mobile_sidebar_body .sidebar_btn {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.375rem;
  min-width: 0;
  gap: 0.625rem;
  background-color: inherit;
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0.625rem;
  outline: none;
  user-select: none;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
}

.mobile_sidebar_body .sidebar_btn_child {
  padding-inline-start: 2.5rem !important;
}

.mobile_sidebar_body .sidebar_btn_child.lang {
  padding-inline-start: 0.625rem !important;
}

.mobile_sidebar_body .sidebar_link_arrow {
  width: 0.75rem;
  cursor: pointer;
  margin-inline-end: 1.813rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
}

.mobile_sidebar_body .sidebar_btn:active {
  transform: translateY(2px);
}

.mobile_sidebar_body .sidebar_link.active .sidebar_btn {
  color: #00d274;
}

.mobile_sidebar_body .sidebar_item {
  display: inline;
}

.mobile_sidebar_body .sidebar_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.mobile_sidebar_body .sidebar_link.active {
  color: #00d274;
}

.mobile_sidebar_body .sidebar_link.active * {
  color: #00d274;
}

.mobile_sidebar_body .sidebar_item_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile_sidebar_body .sidebar_item_icon img {
  width: 100%;
  height: 100%;
}

.mobile_sidebar_body .sidebar_item_icon svg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile_sidebar_body .sidebar_item_text {
  font-size: 1rem;
  font-weight: 700;
  text-align: start;
  white-space: break-spaces;
}

.mobile_sidebar_body .sidebar_separator {
  width: 100%;
  height: 1px;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  margin: 2.188rem 0;
}

.mobile_sidebar_body .sidebar_flat_link {
  margin-bottom: 1.25rem;
  padding-inline-start: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mobile_sidebar_body .sidebar_flat_link a {
  color: rgba(255, 255, 255, 0.5);
}

.mobile_sidebar_body .sidebar_flat_link a.active {
  color: #00d274;
}

.mobile_sidebar_body .sidebar_bottom {
  padding-inline-start: 1.25rem;
}

.mobile_sidebar_body .sidebar_bottom .sidebar_bottom_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 700;
}

.mobile_sidebar_body .sidebar_bottom .sidebar_bottom_bg {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.mobile_sidebar_body .sidebar_bottom .sidebar_bottom_bg span {
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  margin: 0;
  margin-inline-end: 0.375rem;
}

.mobile_sidebar_body .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;
}

/*----------------------------------------------
                User Skeleton
------------------------------------------------*/
.singleUserSkeletonContainer {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.singleUserSkeleton {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------
                    Modal
------------------------------------------------*/
.mobile_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: end;
}

.mobile_modal_layout {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 42, 50, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.modal_content {
  position: relative;
  width: 100%;
  background-color: #01121e;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  padding: 1.75rem 1.25rem 1rem 1.25rem;
  z-index: 2;
}

.modal_content .close_modal {
  position: absolute;

  top: 1.8rem;
  width: 20px;
  height: 20px;
  color: #fff;
}

html[dir="ltr"] .modal_content .close_modal {
  right: 1rem;
}

html[dir="rtl"] .modal_content .close_modal {
  left: 1rem;
}

.modal_content .close_modal svg {
  width: 100%;
  height: 100%;
}

/* Sport Modal */
.sport_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.625rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.sport_modal_body {
  display: flex;
  flex-direction: column;
  margin-top: 0.688rem;
}

.sport_modal_body .sport_modal_link {
  height: 2.75rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sport_modal_link .sport_modal_link_icon {
  display: flex;
  width: 0.9rem;
  height: 0.977rem;
  color: #f5af21;
  filter: drop-shadow(-1px 2px 1px #f5ae2194);
}

/*----------------------------------------------
                Home
------------------------------------------------*/
.page_content {
  padding: 0 0.625rem;
  padding-top: calc(103px + 0.625rem);
  min-height: calc(100dvh - (103px + 0.625rem) + 57px);
  position: relative;
  z-index: 2;
}

.page_content.login_page_content {
  padding-top: calc(59px + 0.625rem);
  min-height: 100dvh;
  height: 100dvh;
}

/*----------------------------------------------
                Mobile Slider
------------------------------------------------*/
.desktop_slider {
  margin-bottom: 0.625rem;
  user-select: none;
}

.desktop_slider.zero_space {
  margin-bottom: 0;
}

.desktop_slider .swiper {
  border-radius: 0.878rem;
}

.desktop_slider .swiper .swiper-slide {
  border-radius: 0.878rem;
  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: #00d274 !important;
}

/*----------------------------------------------
                Jackpots Mobile
------------------------------------------------*/
.jackpots-mobile {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  border: 0.56px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.jackpots-mobile::after,
.jackpots-mobile::before {
  content: "";
  background-color: #0e9b5c;
  box-shadow: 0 0 2.5rem 2.5rem linear-gradient(180deg, #2ebdfe -24.3%, #37cefe 2.19%, #00deb6 100%);
  position: absolute;
  border-radius: 50%;
  width: 20.75rem;
  height: 2.313rem;
  filter: blur(2.313rem);
}

.jackpots-mobile::after {
  background: linear-gradient(180deg,
      #2ebdfe -24.3%,
      #37cefe 2.19%,
      #00deb6 100%);
  width: 20.75rem;
  height: 2.313rem;
  filter: blur(2.313rem);
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}

.jackpots-mobile::before {
  top: 10px;
  left: 160px;
}

.jackpots-mobile__logo {
  width: 10.67rem;
  margin: 0.392rem 0 0.434rem;
}

.jackpots-mobile__text {
  color: #ffffff;
  font-size: 0.573rem;
  font-weight: 700;
  margin: 0.659rem 0 0.22rem;
}

.jackpots-mobile__item {
  width: 15.281rem;
  height: 2.854rem;
  background-image: url(/assets/img/backgroundpot.png);
  background-position: center;
  border-radius: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jackpots-mobile__amount {
  font-weight: 900;
  color: #ffffff;
  font-size: 1.756rem;
  z-index: 1;
}

.jackpots-mobile__winning {
  color: #00d274;
  font-size: 0.928rem;
  font-weight: 700;
  margin-bottom: 0.369rem;
}

/*----------------------------------------------
                Main Block
------------------------------------------------*/
.main_site_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  gap: 0.938rem;
}

.main_site_block a {
  width: 100%;
  min-width: 0;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  box-sizing: border-box;
}

.main_site_block img {
  width: 100%;
}

/*----------------------------------------------
        Coming Soon
------------------------------------------------*/
.coming_soon {
  width: 100%;
  min-height: calc(100dvh - (165px + 1.875rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.coming_soon p {
  margin: 0;
}

.coming_soon a {
  text-decoration: none;
  color: #f6b323;
  font-size: 3rem;
}

/*----------------------------------------------
                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 {
  padding-top: 0.625rem;
}

.top_win.zero_space {
  padding-top: 0;
}

.top_win_header {
  margin-bottom: 0.625rem;
}

.top_win_header span {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.top_win_body {
  display: flex;
  overflow-x: scroll;
}

.top_win_single_item {
  margin-inline-end: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 5.75rem;
  min-width: 11.875rem;
}

.top_win_single_item:last-child {
  margin-inline-end: 0;
}

.top_win_single_item .top_win_provider {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: start;
  margin-bottom: 0.625rem;
}

.top_win_provider img {
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-end: 0.625rem;
}

.top_win_provider span {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.top_win_user .title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625rem;
  font-weight: 700;
}

.top_win_user .data {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-inline-start: 0.313rem;
}

.top_win_single_item .top_win_amount {
  color: #00d274;
  font-size: 0.875rem;
  font-weight: 700;
}

.top_win_amount span {
  margin-inline-start: 0.313rem;
}

.singleSkeletonTopwinContainer {
  display: flex;
  overflow-x: scroll;
  padding: 0 0.625rem;
}

.singleTopwinSkeleton {
  margin-inline-end: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem !important;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 5.75rem;
  min-width: 11.875rem;
}

/*----------------------------------------------
                Slots
------------------------------------------------*/
.slots {
  margin-top: 0.625rem;
  width: 100%;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)),
    linear-gradient(0deg, rgba(0, 210, 116, 0.05), rgba(0, 210, 116, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.625rem 1.25rem 1.688rem 1.25rem;
  border-radius: 1.25rem;
}

.slots.slots_preview {
  display: flex;
  flex-direction: column;
  padding: 0.625rem 1.25rem 0 1.25rem;
}

.slots .slots_header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 0.313rem;
}

.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 {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 13rem;
}

.slots_header .slots_separator {
  width: 100%;
  height: 1px;
  display: flex;
  background: rgba(182, 186, 213, 0.2);
  margin: 0 0.313rem;
}

.slots_header .slots_action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slots_header .slots_action a {
  font-weight: 700;
  font-size: 0.755rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-inline-start: 0.313rem;
}

.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: flex;
  transition: transform 0.3s ease;
  overflow: auto;
  user-select: none;
}

.slots.slots_preview .slots_body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.313rem;
  margin-top: 0.313rem;
}

/* Single Slot Game */
.slots_body .single_slots_game {
  min-width: 6rem;
  max-width: 8.75rem;
  padding-inline-end: 0.313rem;
  margin-inline-end: 0.33px;
  flex: 0 0 calc(100% / 3);
}

.single_slots_game .single_slots_game_image {
  width: 100%;
  height: 8rem;
  background-image: url("/assets/img/loaded-img.png");
  background-position: center;
  background-color: #ffffff0d;
  background-repeat: no-repeat;
  background-size: 90%;
  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;
}

/* 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;
}

.slots_preview .slot_main_header {
  margin-bottom: 0;
  padding: 0;
}

.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);
}

.slots_preview .slot_main_header span {
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
  padding: 0;
  margin: 0;
  margin-inline-end: 0.313rem;
}

/*----------------------------------------------
                Server Error
------------------------------------------------*/
.error_container {
  margin-top: 0.625rem;
  width: 100%;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)),
    linear-gradient(0deg, rgba(0, 210, 116, 0.05), rgba(0, 210, 116, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.625rem 1.25rem 1.688rem 1.25rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_container.mobile_error {
  background: transparent;
  border: none;
}

.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 {
  background-color: transparent;
  width: fit-content;
  border: 2px solid #00d274;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
  transition: all 0.5s linear;
}

/*----------------------------------------------
                Single Slot Skeleton
------------------------------------------------*/
.singleSlotSkeletonContainer {
  width: 100%;
  display: flex;
  transition: transform 0.3s ease;
  overflow: auto;
  user-select: none;
}

.singleSlotSkeletonContainer.preview {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.313rem;
  margin-top: 0.313rem;
  overflow: hidden;
}

.singleSlotSkeleton {
  display: inline-flex !important;
  min-width: 6rem;
  max-width: 6.2rem;
  height: 8rem;
  border-radius: 0.625rem !important;
  margin-inline-end: calc(0.33px + 0.313rem);
  flex: 0 0 calc(100% / 3);
}

/*----------------------------------------------
              Jackpot Winner
------------------------------------------------*/
.jackpot_win {
  margin: 1.25rem 0 0.625rem;
}

.jackpot_win_header {
  padding: 0 0.625rem;
  margin-bottom: 0.625rem;
}

.jackpot_win_header span {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.jackpot_win_body {
  display: flex;
  overflow-x: scroll;
}

.jackpot_win_single_item {
  margin-inline-end: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 500;
  height: 5.75rem;
  min-width: 11.875rem;
}

.jackpot_win_single_item:last-child {
  margin-inline-end: 0;
}

.jackpot_win_single_item .jackpot_win_provider {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: start;
  margin-bottom: 0.625rem;
}

.jackpot_win_provider svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-end: 0.625rem;
}

.jackpot_win_provider span {
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-size: 0.563rem;
  line-height: 0.563rem;
}

.jackpot_win_single_item .jackpot_win_user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jackpot_win_user .title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.563rem;
  font-weight: 700;
  line-height: 0.563rem;
  width: 60px;
  text-align: center;
}

.jackpot_win_user .data {
  color: #ffffff;
  font-size: 0.563rem;
  font-weight: 700;
  line-height: 0.563rem;
}

.jackpot_win_single_item .jackpot_win_amount {
  color: #00d274;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: 0.313rem;
}

.jackpot_win_amount span {
  margin-inline-start: 0.313rem;
}

.singleSkeletonJackpotwinContainer {
  display: flex;
  overflow-x: scroll;
  padding: 0 0.625rem;
}

.singleJackpotwinSkeleton {
  margin-inline-end: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem !important;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 5.75rem;
  min-width: 11.875rem;
}

/*----------------------------------------------
            Go Top
------------------------------------------------*/
.go_top {
  padding: 0.625rem 0;
}

.go_top span {
  cursor: pointer;
  min-width: 5.5rem;
  width: 100%;
  height: 2.313rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8125rem;
  border-radius: 3.755rem;
  border: 0.2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #00d274;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------------------------------------------
                Filter
------------------------------------------------*/
.filter_space {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0.625rem 0;
}

.filter_container {
  position: relative;
  width: 100%;
}

.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.313rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.filter_list::-webkit-scrollbar {
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
}

.filter_list::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  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 #00d274;
  text-align: start;
  cursor: initial;
  padding: 0.5rem 1.25rem;
}

.filter_container .search_box button {
  width: fit-content;
  border: 2px solid #00d274;
  background-color: #00d274;
  text-align: start;
  padding: 0.5rem 1rem;
}

.filter_list .filter_item {
  cursor: pointer;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.406rem 1.103rem 0.406rem 1.103rem;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.029rem;
  font-weight: 500;
  white-space: nowrap;
  gap: 0.313rem;
  border: 1.18px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.1s linear;
}

.filter_list .filter_item:last-child {
  margin-inline-end: 0;
}

.filter_list .filter_item:hover {
  background-color: rgba(238, 82, 35, 0.3);
}

.filter_list .filter_item.active {
  background: linear-gradient(180deg, #005534 0%, #007953 100%);
  color: #ffd102;
}

/*----------------------------------------------
                Single Filter Skeleton
------------------------------------------------*/
.singleFilterSkeletonContainer {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.singleFilterSkeletonContainer .singleFilterSkeleton {
  flex-shrink: 0;
  width: 75px;
  height: 2.375rem;
  border-radius: 0.625rem;
}

/*----------------------------------------------
              Search Box
------------------------------------------------*/
.search_box {
  display: flex;
  align-items: center;
  gap: 0.313rem;
}

.search_box .input_container {
  min-width: 5.621rem;
  display: flex;
  width: 100%;
  height: 2.375rem;
  padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
  align-items: center;
  gap: 0.9375rem;
  align-self: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.625rem;
  border: 1px solid #d9d9d980;
  background: transparent;
  border-radius: 9.375rem;
}

.search_box .input_container input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  color: #ffffff;
  font-weight: 400;
  line-height: 0.75rem;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 0.875rem;
  color: white;
}

.search_box .input_container svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  color: #00d274;
}

.search_box button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  min-width: 6.125rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  border: none;
  outline: none;
  user-select: none;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 9.375rem;
  background: linear-gradient(90deg, #ffdf37 2.48%, #f5af21 100%);
  color: #fff;
}

/*----------------------------------------------
                Game Iframe
------------------------------------------------*/
.game_iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.game_iframe .game_iframe_header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  background: #063c32;
  height: 78px;
}

.game_iframe .game_iframe_header img {
  width: 200px;
}

.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: #ee5223;
  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% - 75px);
  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;
}

/*----------------------------------------------
                Sport Iframe
------------------------------------------------*/
.sport_iframe {
  min-height: calc(100dvh - (57px + 103px + 0.625rem));
  height: calc(100dvh - (57px + 103px + 0.625rem));
}

.sport_iframe .sport_iframe_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.sport_iframe .sport_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: #ee5223;
  font-size: 1.5rem;
  padding: 0.5rem;
}

.sport_iframe .sport_iframe_header button svg {
  width: 100%;
  height: 100%;
}

.sport_iframe .singleIframeSkeletonContainer {
  display: block;
  width: 100%;
  height: 100%;
}

.sport_iframe .singleIframeSkeletonContainer .singleIframeSkeleton {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.sport_iframe .iframe {
  width: 100%;
  height: calc(100% - 39px);
  border-radius: 0;
  overflow: auto;
}

.sport_iframe .iframe>div>iframe {
  width: 100% !important;
  min-height: 100% !important;
}

/*----------------------------------------------
              Game Modal
------------------------------------------------*/
.game_modal {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.game_modal .game_modal_top {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.game_modal_top .game {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.938rem;
}

.game_modal_top .game img {
  width: 6.25rem;
  height: 4.969rem;
  min-height: 6.875rem;
  border-radius: 0.625rem;
  background-image: url(/img/src/components/LoadableImage/view/img/loaded-img.png);
  background-position: center;
  background-color: #ffffff0d;
  background-repeat: no-repeat;
  border: 1.08px solid #ffffff1a;
  object-fit: cover;
}

.game_modal_top .game .game_info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.game_modal_top .game .game_info span {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  width: 150px;
}

.game_modal_top .game .game_info .provider {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
}

.game_modal_top .game_modal_action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.281rem 0 1.25rem;
  gap: 0.5rem;
}

.game_modal_top .game_modal_action button {
  background: linear-gradient(90deg, #ffdf37 2.48%, #f5af21 100%);
  min-width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 9.375rem;
  color: #fff;
}

.game_modal_top .game_modal_action button svg {
  width: 1.458rem;
  height: 1.338rem;
  color: #00d274;
}

.game_modal_top .game_modal_action button span {
  text-transform: uppercase;
  min-width: 7.813rem;
}

.game_modal .game_modal_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.game_modal_bottom .game_modal_bottom_header {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.938rem 0;
  color: #fff;
}

.game_modal_bottom .game_like_container {
  display: grid;
  grid-template-columns: repeat(6, 5.938rem);
  overflow: auto;
  grid-gap: 0.625rem;
}

.singleLikeSkeletonContainer {
  display: grid;
  grid-template-columns: repeat(6, 5.938rem);
  overflow: auto;
  grid-gap: 0.625rem;
}

.singleLikeSkeleton {
  height: 8rem;
  border-radius: 0.625rem !important;
}

/*----------------------------------------------
              Login Page
------------------------------------------------*/
.login_container {
  height: calc(100% - 1rem);
  background: right 50% bottom -7rem / 24rem no-repeat url(/assets/img/background.png),
    rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border-radius: 1.25rem;
  margin: auto;
}

.login_container .login_header {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_container .login_header span {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.313rem;
  color: #ffffff;
  border-bottom: 2px solid #00d274;
}

.login_container .login_body {
  margin-top: 1.875rem;
}

.login_form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.single_form_item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.single_form_item span {
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
}

.single_form_item .input_wraper {
  width: 100%;
  height: 2.6875rem;
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  position: relative;
  border-radius: 9.375rem;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: transparent;
}

.single_form_item .input_wraper input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0 solid transparent;
  outline: none;
  background: transparent;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-appearance: none;
  color: #fff;
}

.single_form_item .input_wraper input:-webkit-autofill,
.single_form_item .input_wraper input:-webkit-autofill:hover,
.single_form_item .input_wraper input:-webkit-autofill:focus,
.single_form_item .input_wraper input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

.login_container .login_body .submit {
  margin-top: 1.875rem;
  background-color: #00d274;
  width: 100%;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 0.875rem;
  border-radius: 9.375rem;
  color: #fff;
}

.login_container .login_body .submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*----------------------------------------------
                Toastify
------------------------------------------------*/
.Toastify__toast-container {
  display: flex;
  justify-content: end;
  margin: 0 0.5rem !important;
}

.Toastify__toast-theme--light {
  margin-bottom: 0.5rem;
  width: 50%;
  min-height: 3.25rem;
  height: auto;
  margin-top: 1rem;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 400;
  box-shadow: 0px 5px 10px 0px #2e42620d !important;
  -webkit-animation: 0.7s ease init;
  animation: 0.7s ease init;
  background-color: #01121e !important;
  border-radius: 0.625rem !important;
}

html[dir="ltr"] .Toastify__toast-theme--light {
  border-radius: 0.5rem 0 0 0.5rem;
}

html[dir="rtl"] .Toastify__toast-theme--light {
  border-radius: 0 0.5rem 0.5rem 0;
}

.Toastify__close-button--light {
  color: #fff !important;
  opacity: 0.7 !important;
}

.Toastify__progress-bar-theme--light {
  background: #00d274 !important;
}

@media only screen and (max-width: 480px) {

  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 1rem;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 65vw;
    padding: 0;
    margin: 0;
  }

  html[dir="ltr"] .Toastify__toast-container {
    right: 0;
    left: unset;
  }

  html[dir="rtl"] .Toastify__toast-container {
    left: 0;
    right: unset;
  }
}

/*----------------------------------------------
               User Card
------------------------------------------------*/
.user_card {}

.user_card .go_back {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 0.625rem;
}

.user_card .go_back svg {
  width: 1.875rem;
  height: 1.875rem;
  color: #fff;
}

.user_card .go_back span {
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-size: 1rem;
}

.user_card_body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 1.625rem 0;
  margin-top: 0.5rem;
}

.user_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 0.313rem 0 1.25rem;
  margin: 0 0.625rem;
}

.user_card_header .user_main_info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.063rem;
}

.user_card_header .user_main_info svg {
  width: 2rem;
  height: 3rem;
  color: #ffd102;
}

.user_card_header .user_main_info .main_info {
  display: flex;
  flex-direction: column;
}

.user_card_header .user_main_info .main_info .user_name {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.user_card_header .user_main_info .main_info .id {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}

.user_card_header>svg {
  width: 1.9rem;
  height: 1.9rem;
  color: #ffd102;
}

.user_card_body .user_sup_info {
  margin: 1.875rem 0.438rem;
  position: relative;
  margin-inline-end: 1rem;
}

.user_sup_info .user_sup_info_shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(126.33deg, #46a02f 15.29%, #294924 111.33%);
  position: absolute;
  z-index: -1;
  top: 0.438rem;
  left: 0.438rem;
  opacity: 40%;
  border-radius: 0.938rem;
}

.user_sup_info .user_sup_info_content {
  background: linear-gradient(112.53deg,
      #111c22 7.18%,
      #294923 35.89%,
      #44882c 74.45%,
      #080d09 123.12%);
  overflow: hidden;
  color: #ffffff;
  padding: 1.125rem 0 0 1.625rem;
  border-radius: 0.938rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

html[dir="rtl"] .user_sup_info .user_sup_info_content {
  padding: 1.125rem 1.625rem 0 0;
}

.user_sup_info_content>svg {
  position: absolute;
  right: 0rem;
  bottom: -3.5rem;
  width: 6.813rem;
  height: 12.496rem;
}

html[dir="rtl"] .user_sup_info_content>svg {
  left: 0rem;
  right: unset;
}

.user_sup_info_content .balance_title {
  font-size: 0.875rem;
  text-transform: capitalize;
}

.user_sup_info_content .balance span {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
}

.user_sup_info_content .balance span:last-child {
  text-transform: capitalize;
  margin-inline-start: 0.3rem;
}

.user_sup_info_content .balance span:not(:first-child) {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 2rem;
}

.user_sup_info_content .bonus_title {
  font-size: 0.75rem;
  font-weight: 600;
}

.user_sup_info_content .bonus {
  font-size: 0.75rem;
  font-weight: 600;
}

.user_card_body .account_info {
  border-radius: 0.938rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  padding: 1.875rem 1.25rem 1.438rem 1.25rem;
  flex-direction: column;
  color: #ffffff;
  margin: 0 0.625rem;
}

.account_info .account_info_header {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.account_info .single_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 0.625rem;
}

.account_info .single_info:last-child {
  margin-bottom: 0;
}

.single_info .title {
  font-size: 0.875rem;
  font-weight: 400;
}

.single_info .data {
  height: 2.5rem !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  position: relative;
  border-radius: 9.375rem;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: transparent;
}

.single_info .data span {
  font-size: 0.85rem;
  color: rgba(217, 217, 217, 0.5);
  font-weight: 600;
}

.single_info .data span.currency {
  color: #00d274;
}

.user_card_body .user_card_link {
  margin: 1.875rem 0.625rem 0 0.625rem;
}

.user_card_link .user_card_single_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  margin: 0 0.998rem 0 0.625rem;
}

.user_card_link .user_card_single_link span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}

.user_card_link .user_card_single_link svg {
  width: 1.031rem;
  height: 1.221rem;
  color: #f5af21;
  filter: drop-shadow(-1px 2px 1px #f5ae2194);
}

/*----------------------------------------------
              Dashboard
------------------------------------------------*/
.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;
  font-family: muli-bold;
  overflow: none;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 9.375rem !important;
}

.form-control:focus {
  border: none;
  outline: 0.18em solid #00d274;
}

.form-wrapper label {
  margin-bottom: 9px;
  display: block;
  color: #ffffff;
}

.btn-primary {
  background-color: #00d274 !important;
}

.pagenation-button {
  border: 0.18em solid #00d274 !important;
  color: #ffffff !important;
}

.pagenation-button:hover {
  background: rgb(238 83 35 / 17%);
  color: #ffffff !important;
}

.pagenation-button:active {
  background: rgb(238 83 35 / 17%) !important;
  color: #ffffff !important;
}

.pagenation-button:disabled {
  color: #ccc;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 0.75rem;
  padding: 0.5rem !important;
}

.go_back {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.go_back svg {
  width: 1.875rem;
  height: 1.875rem;
  color: #fff;
}

.go_back span {
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-size: 1rem;
}

.profile-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  overflow: auto;
  flex: 1;
}

.profile-layout::-webkit-scrollbar {
  width: 0rem;
}

.profile-layout::-webkit-scrollbar-thumb {
  width: 0rem;
}

.profile-layout__main {
  display: flex;
  width: 100%;
}

.profile-layout__content {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  z-index: 10;
  flex-grow: 2;
  display: flex;
  justify-content: center;
  border-radius: 0.3125rem;
}

.slots-bet-history-filter-desktop {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slots-bet-history-filter-desktop__header {
  display: flex;
  justify-content: space-between;
}

.slots-bet-history-filter-desktop__header__title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

.slots-bet-history-filter-desktop__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0;
  width: 100%;
}

.slots-bet-history-filter-desktop__input-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slots-bet-history-filter-desktop__checkboxes {
  display: flex;
  gap: 0.625rem;
}

.slots-bet-history-filter-desktop__checkbox-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.slots-bet-history-filter-desktop__checkbox-icon svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.slots-bet-history-filter-desktop__status {
  display: flex;
  flex-direction: column;
}

.slots-bet-history-filter-desktop__status__group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.slots-bet-history-filter-desktop__status__option {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  gap: 0.625rem;
}

.slots-bet-history-filter-desktop__item-selector {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slots-bet-history-filter-desktop__item-selector {
  min-width: 6rem;
  width: 100%;
}

.slots-bet-history-filter-desktop__item-date {
  width: 100%;
}

.slots-bet-history-filter-desktop__item-label {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.slots-bet-history-filter-desktop__item-date {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.slots-bet-history-filter-desktop__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.slots-bet-history-filter-desktop__date-input {
  height: 2.5rem;
  width: 100%;
}

.slots-bet-history-filter-desktop__button-icon {
  height: 2.5rem;
  width: 10rem;
}

.slots-bet-history-filter-desktop__button {
  width: 10rem;
  height: 2.75rem;
  display: flex;
  justify-content: flex-end;
}

.slots-bet-history-filter-desktop__button-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.slots-bet-history-filter-desktop__button button {
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  border-radius: 9.375rem;
}

.slots-bet-history-filter-desktop__button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.slots-bet-history-desktop {
  display: flex;
  width: 100%;
  padding: 1.875rem;
  flex-direction: column;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  height: 100%;
  justify-content: space-between;
}

.slots-bet-history-desktop__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slots-bet-history-desktop__filters {
  width: 100%;
  margin-bottom: 1.875rem;
}

.slots-bet-history-desktop__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.slots-bet-history-desktop__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  background-clip: content-box;
  gap: 0.3125rem;
}

.slots-bet-history-desktop__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 2.25rem;
  background-color: #008161;
}

.slots-bet-history-desktop__header-item {
  justify-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.875rem;
}

.slots-bet-history-desktop__paginator {
  margin-top: 0.625rem;
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slots-bet-history-desktop__empty {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.563rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.select-desktop {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.select-desktop__item-selected {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 9.375rem;
}

.select-desktop_open .select-desktop__item-selected {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.select-desktop__item-value-selected {
  font-weight: 400;
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  text-transform: capitalize;
}

.select-desktop__item-arrow-selected {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.875rem;
}

.select-desktop_open .select-desktop__item-arrow-selected {
  transform: scaleY(-1);
}

.select-desktop__items {
  width: 100%;
  max-height: 21rem;
  z-index: 2;
  position: absolute;
  top: 100%;
  overflow: auto;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-clip: content-box;
  background-color: #01121e;
}

.select-desktop__items::-webkit-scrollbar {
  width: 0.1875rem;
  height: 90%;
  scroll-margin-right: 0.5rem;
}

.select-desktop__items::-webkit-scrollbar-thumb {
  width: 0.1875rem;
  background: gray;
  cursor: pointer;
}

.select-desktop__item {
  cursor: pointer;
  width: 100%;
  height: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.625rem;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  text-transform: capitalize;
}

.select-desktop__item:hover {
  background: #2ab66d;
}

.select-desktop__icon {
  display: flex;
  max-width: 5rem;
  height: 100%;
}

.SVG-component__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SVG-component__content-svg {
  width: 100%;
  height: 100%;
}

.input-date-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.input-date-desktop .react-datepicker-wrapper {
  width: 100%;
  height: 100%;
}

.input-date-desktop .react-datepicker__input-container {
  width: 100%;
  height: 100%;
}

.input-date-desktop .react-datepicker__triangle {
  display: none;
}

.input-date-desktop__custom-date-input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  border-radius: 9.375rem;
  border: 1px solid #d9d9d980;
  background: transparent;
  /* gap: 0.3125rem; */
}

.input-date-desktop__custom-date-input-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-desktop__custom-date-input-calendar svg {
  width: 1.3rem;
  height: 1.3rem;
}

.input-date-desktop__custom-date-input-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-desktop__custom-date-input-arrow svg {
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-desktop__custom-date-input-value {
  margin-right: auto;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 5rem;
}

.paginator-switcher-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 2.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 1.906rem;
  margin: 0;
  padding: 0;
}

.paginator-switcher-desktop__page-item {
  cursor: pointer;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator-switcher-desktop__page-item:last-child,
.paginator-switcher-desktop__page-item:first-child {
  background: transparent;
}

.paginator-switcher-desktop__arrow-left-container,
.paginator-switcher-desktop__arrow-right-container {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator-switcher-desktop__arrow-left,
.paginator-switcher-desktop__arrow-right {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.paginator-switcher-desktop__arrow-right {
  transform: rotate(180deg);
}

.paginator-switcher-desktop__page-link {
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.125rem;
}

.slots-history-item-desktop {
  width: 100%;
  display: flex;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.9375rem;
  gap: 0.625rem;
  color: #fff;
}

.slots-history-item-desktop__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.slots-history-item-desktop__item {
  padding-left: 1.25rem;
}

.slots-history-item-desktop__item-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.938rem;
}

.slots-history-item-desktop__item-value {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.313rem;
}

.slots-history-item-desktop__item-value_win,
.slots-history-item-desktop__item-value_lose {
  font-size: 0.875rem;
  font-weight: 700;
}

.slots-history-item-desktop__item-value_win {
  color: #21d91d;
}

.slots-history-item-desktop__item-value_lose {
  color: #ea2139;
}

.slots-history-item-desktop__top,
.slots-history-item-desktop__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.slots-history-item-desktop__left {
  flex-shrink: 0;
  padding-right: 1.1875rem;
  height: 100%;
}

.slots-history-item-desktop__icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.slots-history-item-desktop__provider {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.slots-history-item-desktop__date {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 700;
}

.slots-history-item-desktop__amount {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.slots-history-item-desktop__amount span {
  color: #ffde39;
}

.input-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  position: relative;
  border-radius: 9.375rem;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: transparent;
}

.input-desktop__native {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0 solid transparent;
  outline: none;
  background: transparent;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  -webkit-appearance: none;
  color: #fff;
  font-family: "Poppins";
}

.input-desktop__native_color_green {
  color: #00d274;
}

.input-desktop__native::-moz-placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.input-desktop__native:-ms-input-placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.input-desktop__native::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.input-desktop__native:focus.input-desktop__native::-moz-placeholder {
  color: transparent;
}

.input-desktop__native:focus.input-desktop__native:-ms-input-placeholder {
  color: transparent;
}

.input-desktop__native:focus.input-desktop__native::placeholder {
  color: transparent;
}

.input-desktop__native_activePassword {
  font-family: "password";
}

.input-desktop__native_valid {
  border: 1px solid #34c759;
}

.input-desktop__native_invalid {
  border: 1px solid #ff3b30;
}

.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 {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent 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__password,
.input-desktop__password-off {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  right: 1.0625rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.input-desktop__password_active {
  display: flex;
}

.input-desktop__password-off_active {
  display: flex;
}

.input-desktop_fontSize_14 .input-desktop__native {
  font-size: 0.875rem;
  line-height: 1rem;
}

.input-desktop_fontSize_14 .input-desktop__native::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1rem;
}

.input-desktop_fontSize_14 .input-desktop__native:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1rem;
}

.input-desktop_fontSize_14 .input-desktop__native::placeholder {
  font-size: 0.875rem;
  line-height: 1rem;
}

.input-desktop_fontSize_12 .input-desktop__native {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.input-desktop_fontSize_12 .input-desktop__native::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.input-desktop_fontSize_12 .input-desktop__native:-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.input-desktop_fontSize_12 .input-desktop__native::placeholder {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.input-desktop__measure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1.25rem;
  font-size: 1rem;
  text-align: right;
  color: #00d274;
}

.button-desktop {
  -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;
  padding: 0.625rem 1.25rem;
  border: none;
  outline: none;
  user-select: none;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 9.375rem;
  background: transparent;
  color: #fff;
}

.button-desktop:active {
  transform: translateY(2px);
}

.button-desktop_borderRadius_10 {
  border-radius: 0.625rem;
}

.button-desktop_leftAlignment {
  justify-content: flex-start;
}

.button-desktop_color_grad1 {
  background: linear-gradient(270deg, #00fbc1 0%, #00f67b 100%);
  box-shadow: 0px 0px 0.75rem #00f78e;
  color: #00926f;
}

.button-desktop_color_grad2 {
  background: linear-gradient(89.62deg, #008161 1.96%, #074644 99.68%);
}

.button-desktop_color_grad3 {
  background: linear-gradient(180deg, #008161 0.09%, #074644 99.91%);
  border: 1px solid #055049;
}

.button-desktop_color_green1 {
  background: #008161;
}

.button-desktop_color_yellow {
  background: linear-gradient(90deg, #ffdf37 2.48%, #f5af21 100%);
}

.button-desktop_color_yellow:hover {
  background: linear-gradient(90deg, #ffd600 2.48%, #e7d5ae 100%);
}

.button-desktop_color_yellowBorder {
  border: 1px solid #ffd102;
}

.button-desktop_color_yellowBorder:hover {
  background: rgba(255, 204, 59, 0.17);
}

.button-desktop_color_green {
  background-color: #00d274;
}

.button-desktop_color_green:hover {
  background-color: #097947;
}

.button-desktop:hover.button-desktop_color_grad1 {
  background: linear-gradient(270deg, #00fbc1 0%, #00f67b 100%);
  box-shadow: 0px 0px 0.9375rem #00f78e;
  color: #00926f;
}

.button-desktop_disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}

.iframe.play_sport_iframe {
  margin: 0 -0.625rem;
}

.sport_iframe {
  margin: 0 -0.625rem;
}

.pay-history-mobile {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  height: 100%;
  min-height: 80vh;
  justify-content: space-between;
  padding: 1.625rem 0.625rem 0 0.625rem;
}

.pay-history-mobile__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pay-history-mobile__filters {
  width: 100%;
  margin-bottom: 1.875rem;
}

.pay-history-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
}

.pay-history-mobile__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  background-clip: content-box;
  gap: 0.3125rem;
}

.pay-history-mobile__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 2.25rem;
  background-color: #008161;
}

.pay-history-mobile__header-item {
  justify-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.875rem;
}

.pay-history-mobile__paginator {
  margin-top: 0.625rem;
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-history-mobile__empty {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  text-align: center;
  margin-top: 7.188rem;
}

.app-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #02141f;
}

.app-mobile__blur {
  width: 8.25rem;
  height: 8.25rem;
  background-color: #0e9b5c;
  box-shadow: 0 0 12.5rem 12.5rem rgba(14, 155, 92, 0.4);
  position: absolute;
  border-radius: 50%;
  filter: blur(3.25rem);
}

.app-mobile__blur:nth-child(1) {
  top: -12rem;
  left: 0;
}

.app-mobile__blur:nth-child(2) {
  top: 40.125rem;
  left: -5.25rem;
}

.app-mobile__blur:nth-child(3) {
  top: 60.875rem;
  right: 3.25rem;
}

.app-mobile__blur:nth-child(4) {
  top: 110.875rem;
  right: -13.25rem;
}

.app-mobile__scroll-block {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background-size: cover;
}

.app-mobile__scroll-block_isBC {
  padding-bottom: 0;
}

.profile-layout {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  padding: 0 0.625rem;
}

.profile-layout__back {
  padding: 2.0625rem 2.375rem;
}

.slots-bets-filter-pay-history-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slots-bets-filter-pay-history-mobile__main {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}

.slots-bets-filter-pay-history-mobile__header {
  display: flex;
  justify-content: space-between;
}

.slots-bets-filter-pay-history-mobile__header__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.slots-bets-filter-pay-history-mobile__items {
  width: 100%;
  display: flex;
  gap: 0.625rem;
}

.slots-bets-filter-pay-history-mobile__checkboxes {
  display: flex;
  gap: 0.625rem;
}

.slots-bets-filter-pay-history-mobile__checkbox-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.slots-bets-filter-pay-history-mobile__checkbox-icon svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.slots-bets-filter-pay-history-mobile__type {
  display: flex;
  flex-direction: column;
}

.slots-bets-filter-pay-history-mobile__type__group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.slots-bets-filter-pay-history-mobile__type__option {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.625rem;
}

.slots-bets-filter-pay-history-mobile__type__option span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.slots-bets-filter-pay-history-mobile__type__button {
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.3125rem 0.625rem;
}

.slots-bets-filter-pay-history-mobile__type__button:last-child {
  margin-right: 0;
}

.slots-bets-filter-pay-history-mobile__type__button__selected {
  background-color: #fff;
  color: #000;
}

.slots-bets-filter-pay-history-mobile__type__button__selected:after {
  content: "✓";
  display: inline-block;
  margin-left: 0.3125rem;
}

.slots-bets-filter-pay-history-mobile__item-label {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.slots-bets-filter-pay-history-mobile__item-selector {
  width: 100%;
  height: 100%;
}

.slots-bets-filter-pay-history-mobile__item-dates {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  gap: 0.625rem;
}

.slots-bets-filter-pay-history-mobile__item-date {
  width: calc(50% - 0.325rem);
}

.slots-bets-filter-pay-history-mobile__item-date-label {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.slots-bets-filter-pay-history-mobile__item-date-input {
  height: 2.5rem;
  width: 100%;
}

.slots-bets-filter-pay-history-mobile__button {
  margin-top: 1.25rem;
  height: 2.5rem;
}

.slots-bets-filter-pay-history-mobile__button-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.slots-bets-filter-pay-history-mobile__button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.select-mobile {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.select-mobile__item-selected {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 9.375rem;
}

.select-mobile_open .select-mobile__item-selected {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.select-mobile__item-value-selected {
  font-weight: 400;
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  text-transform: capitalize;
}

.select-mobile__item-arrow-selected {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.875rem;
}

.select-mobile_open .select-mobile__item-arrow-selected {
  transform: scaleY(-1);
}

.select-mobile__items {
  width: 100%;
  max-height: 21rem;
  z-index: 2;
  position: absolute;
  overflow: auto;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-clip: content-box;
  background-color: #01121e;
}

.select-mobile__items::-webkit-scrollbar {
  width: 0.1875rem;
  height: 90%;
  scroll-margin-right: 0.5rem;
}

.select-mobile__items::-webkit-scrollbar-thumb {
  width: 0.1875rem;
  background: gray;
  cursor: pointer;
}

.select-mobile__item {
  cursor: pointer;
  width: 100%;
  height: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.625rem;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.875rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  text-transform: capitalize;
}

.select-mobile__item:hover {
  background: #2ab66d;
}

.select-mobile__icon {
  display: flex;
  max-width: 5rem;
  height: 100%;
}

.pay-history-mobile__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 2.25rem;
  background-color: #008161;
}

.pay-history-mobile__header-item {
  justify-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.875rem;
}

.pay-history-mobile__paginator {
  margin-top: 0.625rem;
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-history-mobile__empty {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  text-align: center;
  margin-top: 7.188rem;
}

.pay-history-item-mobile {
  width: 100%;
  display: flex;
  border-radius: 0.938rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.9375rem;
  gap: 0.625rem;
  color: #fff;
}

.pay-history-item-mobile__content {
  width: 100%;
  align-items: center;
}

.pay-history-item-mobile__item-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625rem;
  font-weight: 700;
}

.pay-history-item-mobile__item-value {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.313rem;
}

.pay-history-item-mobile__item-value_date {
  color: rgba(255, 255, 255, 0.5);
}

.pay-history-item-mobile__item-value_win,
.pay-history-item-mobile__item-value_lose {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
}

.pay-history-item-mobile__item-value_win {
  color: #21d91d;
}

.pay-history-item-mobile__item-value_lose {
  color: #ea2139;
}

.pay-history-item-mobile__top,
.pay-history-item-mobile__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pay-history-item-mobile__left {
  flex-shrink: 0;
  padding-right: 1.1875rem;
  height: 100%;
}

.pay-history-item-mobile__icon {
  display: block;
  width: 3.689em;
  height: 3.689rem;
}

.pay-history-item-mobile__provider {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.pay-history-item-mobile__date {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 700;
}

.pay-history-item-mobile__amount {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.pay-history-item-mobile__amount span {
  color: #ffde39;
}

.input-date-mobile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.input-date-mobile .react-datepicker-wrapper {
  width: 100%;
  height: 100%;
}

.input-date-mobile .react-datepicker__input-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.input-date-mobile .react-datepicker__triangle {
  display: none;
}

.input-date-mobile__custom-date-input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  border-radius: 9.375rem;
  border: 1px solid #d9d9d980;
  background: transparent;
  gap: 0.1125rem;
}

.input-date-mobile__custom-date-input-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-mobile__custom-date-input-calendar svg {
  width: 1.3rem;
  height: 1.3rem;
}

.input-date-mobile__custom-date-input-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-mobile__custom-date-input-arrow svg {
  width: 1.875rem;
  height: 1.875rem;
}

.input-date-mobile__custom-date-input-value {
  margin-right: auto;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.from-datepicker {
  background-color: transparent !important;
}

html[dir="rtl"] .from-datepicker {
  padding-inline-end: 3rem !important;
}

html[dir="ltr"] .from-datepicker {
  padding-inline-start: 3rem !important;
}

.to-datepicker {
  background-color: transparent !important;
}

html[dir="ltr"] .to-datepicker {
  padding-inline-end: 3rem !important;
}

html[dir="rtl"] .to-datepicker {
  padding-inline-start: 3rem !important;
}

.react-datepicker__month-container {
  background-color: white !important;
}

.react-datepicker {
  border: none !important;
}

/*----------------------------------------------
          Launch Game Jackpot
------------------------------------------------*/
.game_iframe_header_jackpot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
  gap: 5px;
}

.game_iframe_header_jackpot .button_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}

.game_iframe_header_jackpot .button_container button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 25px;
  height: 25px;
  background-color: rgba(173, 173, 173, 0.25);
  border-radius: 4px;
  border: none;
  outline: none;
  color: #ddd;
  cursor: pointer;
}

.game_iframe_header_jackpot .button_container button svg {
  width: 100%;
  height: 100%;
}

.game_iframe_header_jackpot .button_container button svg.full_screen {
  width: 75%;
  height: 75%;
}

.game_iframe_header_jackpot .button_container .title {
  font-family: 'DS-Digital', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #ddd;
  letter-spacing: 3px;
}

.game_iframe_header_jackpot .launch_game_jackpot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
  background-color: transparent;
  padding: 0 2px;
}

.game_iframe_header_jackpot .launch_game_jackpot .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DS-Digital', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--font-color);
}

.game_iframe_header_jackpot .launch_game_jackpot .content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  width: 100%;
}

.game_iframe_header_jackpot .launch_game_jackpot .content .single_jackpot {
  font-size: 18px;
  font-family: 'DS-Digital', sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 3px;
  color: #0f0;
  background: #4a4a4a;
  background: linear-gradient(180deg, rgba(74, 74, 74, 0.5) 0%, rgba(222, 222, 222, 0.25) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: calc(100% / 3);
  border-radius: 5px;
}

.game_iframe_header_jackpot .launch_game_jackpot .content .single_jackpot .userJackpotSkeletonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
}

.game_iframe_header_jackpot .launch_game_jackpot .content .single_jackpot .userJackpotSkeletonContainer .userJackpotSkeleton {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Jackpot Winner
========================================================================== */
div.jackpotContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgb(0 0 0 / 80%);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

div.jackpotContainer.active {
  display: flex;
}

div.jackpotContainer .jackpotWinerBackground {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html[dir="ltr"] div.jackpotContainer .jackpotWinerBackground {
  left: 0;
}

html[dir="rtl"] div.jackpotContainer .jackpotWinerBackground {
  right: 0;
}

div.jackpotContainer .jackpotWinerBackground2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
}

html[dir="ltr"] div.jackpotContainer .jackpotWinerBackground2 {
  left: 0;
}

html[dir="rtl"] div.jackpotContainer .jackpotWinerBackground2 {
  right: 0;
}

div.jackpotContainer .jackpotWiner {
  min-width: 30%;
  max-width: 95%;
  background-color: #121212;
  border: 2px solid #272727;
  border-radius: 15px;
  box-shadow: 0 0 141px -5px #f4e58f;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

div.jackpotContainer .jackpotWiner .jackpotWinerHeader {
  width: 100%;
  height: 185px;
  padding: 0;
  overflow: hidden;
}

div.jackpotContainer .jackpotWiner .jackpotWinerHeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader {
  padding: 1.5em;
  text-align: center;
  border-bottom: 1px solid #83838361;
}

div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader p {
  margin: 0;
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 5px #b88625;
  line-height: normal !important;
}

div.jackpotContainer .jackpotWiner .jackpotGroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1.5em;
  border-bottom: 1px solid #83838361;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot {
  position: relative;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot img {
  width: 350px;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  margin-inline-start: 30px;
}

html[dir="ltr"] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent {
  left: 0;
}

html[dir="rtl"] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent {
  right: 0;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotAmount {
  display: block;
  font-size: 1.8em;
  font-weight: 800;
  color: #212121;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  padding: 8px 15px;
  text-transform: uppercase;
}

html[dir="ltr"] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType {
  border-radius: 0 12px 12px 12px;
}

html[dir="rtl"] div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot .jackpotContent .jackpotType {
  border-radius: 12px 0 12px 12px;
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Golden_Prize .jackpotContent .jackpotType {
  background: linear-gradient(94.36deg, #efae42 1.378%, #614922 103.41%);
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Silver_Prize .jackpotContent .jackpotType {
  background: linear-gradient(94.36deg, #9f9f9f 1.017%, #282828 103.873%);
}

div.jackpotContainer .jackpotWiner .jackpotGroup .singleJackpot.Bronze_Prize .jackpotContent .jackpotType {
  background: linear-gradient(94.36deg, #d87e2c .798%, #643f1c 104.154%);
}

div.jackpotContainer .jackpotWiner .jackpotGroupFooter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}

div.jackpotContainer .jackpotWiner .jackpotGroupFooter .closeModalJackpot {
  background-color: rgb(214, 195, 42);
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  padding: 15px 15px;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  div.jackpotContainer {
    padding: 15px 0;
  }

  div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader {
    padding: 1em 0.5em;
  }

  div.jackpotContainer .jackpotWiner .jackpotWinerSupHeader p {
    font-size: 1.2em;
  }
}