﻿@charset "UTF-8";
:root {
  --sl-z-index-dropdown: 9999;
  --g-teal-linear: linear-gradient(0.5turn, #07535e 0%, #66666600 100%);
  --c-teal-action: #07535e;
  --c-teal-action-h: #036470;
  --c-teal-strong: #022b32;
  --c-teal-strong-h: #093d46;
  --c-white: #fefefe;
}

body * {
  font-family: "Montserrat", "Inter", Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  transition: 200ms ease-in-out;
  background-color: rgb(5, 25, 28) !important;
  overflow-x: hidden;
}

body #page-content {
  min-height: 100vh;
  padding: 20px;
}

body .menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 36px;
  justify-content: space-between;
  outline: none;
  padding: 10px;
  width: 38px;
}

body .menu-button:before {
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
  width: 14px;
}

body .menu-button:after {
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
  width: 14px;
}

body .menu-button span {
  background: transparent;
  height: 2px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

body .menu-button span:before {
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
  width: 100%;
  position: absolute;
}

body .menu-button span:after {
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
  width: 100%;
  position: absolute;
}

body .menu-button.is-open:before {
  opacity: 0;
}

body .menu-button.is-open:after {
  opacity: 0;
}

body .menu-button.is-open span:before {
  transform: rotate(45deg);
}

body .menu-button.is-open span:after {
  transform: rotate(-45deg);
}

body sl-drawer.push-drawer::part(panel) {
  /* ... existing styles ... */
  top: 70px;
  overflow-y: hidden;
  height: calc(100vh - 70px);
  background-color: #021C20 !important;
}

body .drawer-wrap {
  top: 70px;
  position: fixed;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: calc(100vh - 70px);
  width: 0px;
}

body .drawer-wrap-width {
  width: 240px;
}

body .drawer-main-wrap {
  display: flex;
}

body .title_page, body .wraper_title {
  color: white !important;
  padding: 0;
  width: 100%;
}

body .search-wrap input {
  width: 550px;
  background: #021C20 !important;
  border-radius: 6px;
  padding: 7px 10px 7px 27px;
  font-size: 14px !important;
  height: initial !important;
  border: 0;
}

body .search-wrap input::-webkit-input-placeholder {
  color: #D3D7DB !important;
}

body button {
  outline: none !important;
}

body .playerclub-button {
  padding: 10px;
  color: white !important;
  font-size: 14px;
  line-height: 16px;
}

body .login-button, body .signup-button {
  text-transform: uppercase !important;
  font-size: 14px;
  min-width: 107px !important;
}

body .signup-button {
  margin-left: 10px;
}

body .playerclub-button {
  text-decoration: none;
  font-size: 14px;
  min-width: 107px !important;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: #07535E;
  transition: initial !important;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

body .playerclub-button-darker {
  text-decoration: none;
  font-size: 14px;
  min-width: 107px !important;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: var(--c-teal-action);
  transition: initial !important;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
body .playerclub-button-darker:hover {
  background-color: var(--c-teal-action-h);
}

body .buttons-wrap {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

body .navigation-wrap {
  display: flex;
  align-items: center;
  gap: 10px !important;
}

body .playerclub-button-yellow {
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
  background: linear-gradient(100.44deg, #F8E092 0%, #EECF7F 100%);
  border: 1px solid rgba(45, 11, 3, 0.6);
  box-shadow: 0px -6px 10px 1px rgba(242, 156, 27, 0.8) inset;
  color: black;
  text-align: center;
}

body .playerclub-button-gray {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  min-width: 107px !important;
  padding: 10px 30px;
  border-radius: 6px;
  transition: initial !important;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: white !important;
  text-align: center;
}

body .playerclub-button:hover {
  filter: brightness(120%) !important;
}

body .playerclub-button-gray:hover {
  background: rgba(170, 170, 170, 0.1);
}

body .country-buttons-wrap {
  display: flex;
  align-items: center;
}

body .dropdown-lang-option {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  background: #010F11 !important;
}

body header sl-button sl-icon {
  color: white;
}

body .country-buttons-wrap sl-menu-item::part(base) {
  background: #010F11 !important;
  width: 157.5px !important;
}

body header .country-buttons-wrap sl-button {
  color: #05191c !important;
}

body header .country-buttons-wrap sl-button::part(base) {
  background-color: #05191c !important;
  padding: 10px 40px 10px 12px;
}

body header .country-buttons-wrap sl-button::part(caret) {
  color: white !important;
  margin-left: 4px;
}

body .dropdown-lang-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .dropdown-lang-button img {
  width: 25px;
  clip: revert;
  clip-path: inset(0 25% 0 0);
  border-bottom-left-radius: 30%;
  border-top-left-radius: 30%;
}

body .dropdown-lang-button span, body .dropdown-lang-option span {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 4px;
}

body #slidable-menu::part(base) {
  background-color: #010F11 !important;
}

body .slidable-menu-option a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
}

body .slidable-menu-option, body .active-slide-menu {
  padding: 0 10px;
}

body .slidable-menu-option a span {
  margin-left: 15px;
}

body .slidable-menu-option a svg {
  width: 20px;
  height: 20px;
}

body .active-slide-menu a {
  border-radius: 6px;
  background-color: #021C20 !important;
}

body main {
  transition: 0.3s ease-in-out;
  max-width: 100%;
  margin: 0 auto;
}

body main .compact {
  max-width: 1330px !important;
  width: 100% !important;
}

body main .less-compact {
  max-width: 1680px !important;
  width: 100% !important;
}

body .main-banner-wrap {
  width: 100%;
  max-height: fit-content;
  position: relative;
}

body .main-banner-wrap .awards-group {
  display: flex;
  position: absolute;
  left: 22px;
  top: 58px;
  max-width: 450px !important;
  flex-wrap: wrap;
}

body .main-banner-wrap .awards-group img:nth-child(n+2) {
  margin-left: 17px;
}

body .main-banner-wrap .awards-group img:last-child {
  margin-top: 21px;
  margin-left: 0;
}

body .main-banner .awards-group img {
  width: 75px;
  height: 40px;
}

body .main-banner-wrap > img {
  width: 100%;
  max-height: 507px !important;
}

.main-banner-button {
  font-size: 20px;
  min-width: 228px !important;
  min-height: 68px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  top: 63%;
  left: 23%;
  text-decoration-line: none !important;
  font-size: 1.5rem;
}

.main-banner-bottom {
  margin-top: 16px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

body .main-banner-bottom .main-banner-bottom-option {
  padding: 20px 30px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  background: var(--c-teal-strong);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-banner-bottom .main-banner-bottom-option:hover {
  background: var(--c-teal-strong-h);
}
body .main-banner-bottom .main-banner-bottom-option::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: var(--g-teal-linear);
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none; /* ensure the border never blocks interactions */
}

.teal-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: var(--g-teal-linear);
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none; /* ensure the border never blocks interactions */
}

.gold-corners-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: radial-gradient(ellipse at top left, #DEB04C 0%, transparent 70%) no-repeat, radial-gradient(ellipse at bottom right, #D8AB47 0%, transparent 70%) no-repeat;
  background-size: 50% 50%;
  background-position: top left, bottom right;
  box-sizing: border-box;
  /* маска, чтобы бордер был только по padding */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.gold-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #DEB04C, #D8AB47);
  box-sizing: border-box;
  /* маска, чтобы бордер был только по padding */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.gold-gradient-text {
  background-image: var(--g-gold);
  background-clip: text;
  -webkit-background-clip: text; /* For compatibility */
  color: transparent;
  -webkit-text-fill-color: transparent; /* For compatibility */
  font-weight: bold;
}

.gold-button {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background: var(--g-gold);
  color: black;
  border-radius: 0.375rem;
  display: flex;
  justify-items: center;
  align-items: center;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.gold-button:hover {
  background: var(--g-gold-hover);
}

body .green-game-card {
  background: rgb(4, 44, 50) !important;
}

body .purple-game-card {
  background: rgb(43, 39, 64) !important;
}

body .nav-buttons-wrap div {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .nav-buttons-wrap div img {
  max-width: 23px;
}

body .nav-buttons-wrap div:last-child img {
  transform: rotate(180deg);
}

body main {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

body main > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .games-title-nav-buttons {
  display: flex;
  justify-content: space-between;
}


body .game-nav-button, body .payment-methods-nav-button {
  height: 30px;
  width: 30px;
  padding: 0 !important;
  min-width: initial !important;
}

body .games-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

body .game-wrap div {
  height: 232px;
  width: 176px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden;
  background-size: 176px 232px !important;
  webkit-transition: background-size 100ms linear;
  -moz-transition: background-size 100ms linear;
  -o-transition: background-size 100ms linear;
  -ms-transition: background-size 100ms linear;
  transition: background-size 100ms linear;
}

body .game-wrap div:hover {
  background-size: 185px 243px !important;
}

body .game-wrap.search-result-part div {
  background-size: 128px 170px !important;
}

body .game-wrap.search-result-part div:hover {
  background-size: 134px 179px !important;
}

body .game-wrap {
  position: relative;
  height: 232px;
  border-radius: 6px;
}

body .games-title-nav-buttons {
  margin-top: 32px !important;
}

body .games-wrap sl-carousel::part(base) {
  height: 232px;
}

body .games-wrap sl-carousel::part(scroll-container) {
  max-width: 1330px !important;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

body .games-wrap sl-carousel sl-carousel-item {
  width: 176px !important;
  flex: 0 0 auto;

}

body .overflow-game-gradient {
  position: absolute;
  background: linear-gradient(90deg, rgba(27, 25, 40, 0) 40%, #1B1928 100%);
  width: 100px;
  height: 100%;
  right: 0;
  border-radius: 6px !important;
}

body .game-card-banner {
  left: 14px;
  top: 10px;
  border-radius: 6px !important;
  position: absolute;
  font-size: 11px;
  height: 24px !important;
  width: fit-content !important;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

body .game-card-banner-mini {
  background: rgb(0, 189, 113);
}

body .game-card-banner-slots {
  background: rgb(227, 19, 81);
}

body .game-card-banner-live {
  background: rgb(133, 77, 255);
}

body .deposit-bonus-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 70px;
}

body .deposit-bonus-wrap .deposit-bonus-item {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap {
  max-width: 433px;
  height: 365px;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #195D00 0%, #181F03 100%);
  border-radius: 6px;
}

body .deposit-image-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body .deposit-image-wrap.w130 img {
  max-width: 130px;
}

body .depsit-bonus-wrap .deposit-bonus-item {
  position: relative;
  overflow: hidden;
}

body .deposit-bonus-wrap .deposit-bonus-item:first-child .first-deposit-wrap {
  bottom: 50px;
  opacity: 0.3;
  scale: 1.2;
}

body .deposit-bonus-wrap .deposit-bonus-item:first-child .second-deposit-wrap {
  position: relative;
  flex-wrap: wrap;
}

body .deposit-bonus-more {
  position: absolute;
  background: linear-gradient(45deg, #FFD584 0%, #FFED8F 30%, #FFD584 100%);
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  width: 127px;
  height: 24px;
  display: flex;
  right: -27px;
  top: 24px;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  z-index: 1;
  white-space: nowrap;
}

body .deposit-bonus-more::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -1px;
  width: 0;
  height: 0;
  transform: rotate(0deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(242, 182, 27);
}

body .deposit-bonus-more::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -1px;
  width: 0;
  height: 0;
  transform: rotate(0deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(242, 182, 27);
}

body .deposit-bonus-more-wrap {
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  right: -8px;
  top: -8px;
  overflow: hidden;
}

body .deposit-bonus-text b {
  font-weight: 900;
}

body .deposit-bonus-text {
  font-weight: 600;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: baseline;
  margin-top: -50px;
  font-size: 16px;
  padding: 0 20px;
}

body .deposit-bonus-item-wrap .playerclub-button-yellow {
  position: relative;
  bottom: 55px;
  white-space: nowrap;
  display: flex;
  max-width: calc(100% - 32px);
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(2) {
  background: linear-gradient(180deg, #072428 0%, #0C2C33 100%);
  background-blend-mode: overlay;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(2) .deposit-bonus-item .first-deposit-wrap {
  top: -125px;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(2) .second-deposit-wrap {
  flex-direction: column;
  top: -152px;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(2) .second-deposit-wrap img {
  width: 133px;
  height: 85px;
}

body .second-banner-winners {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 222px;
  padding: 0 15px;
}

body .second-banner-winners img {
  width: 29px !important;
  height: 24px !important;
}

body .second-banner-winner, body .winner-info-money-wrap, body .winner-name-money {
  display: flex;
  align-items: center;
}

body .second-banner-winner {
  padding: 8px 0;
  justify-content: space-between;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body .second-banner-winner:last-child {
  border-bottom: none;
}

body .winner-name {
  width: 140px;
}

body .winner-name-money span {
  margin-left: 4px;
  color: rgb(255, 237, 143) !important;
  font-weight: 900;
}

body .deposit-bonus-item-wrap:last-child {
  background: linear-gradient(180deg, #1A5001 0%, #194801 100%);
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(3) .deposit-bonus-item .first-deposit-wrap {
  top: -185px;
  bottom: 0px;
  opacity: 1;
  scale: 1;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(3) .second-deposit-wrap {
  flex-direction: column;
  top: -166px;
}

body .deposit-bonus-wrap .deposit-bonus-item-wrap:nth-child(3) .second-deposit-wrap img {
  width: 146px;
  height: 104px;
}

body .deposit-jackpot-cards {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 237px;
}

body .mega-jackpot-card {
  background: linear-gradient(90deg, #194E00 0%, #032830 100%);
  border-radius: 6px;
  width: 400px;
  max-height: 97px;
  padding: 15px;
}

body .mega-jackpot-card p:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

body .mega-jackpot-card p:last-child {
  text-align: center;
  margin-top: 17px;
  font-weight: 900;
  font-size: 32px;
  background: linear-gradient(91.35deg, #FFD584 0.96%, #FFED8F 32.42%, #FFD584 96.83%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .playerclub, body .playerclub * {
  color: white !important;
}

body #signup {
  width: 100%;
}

body #signup > .iti {
  width: 100%;
}

body .minor-jackpot-card {
  width: 400px;
  height: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 14px;
}

body .minor-jackpot-card p:last-child {
  background: linear-gradient(91.35deg, #FFD584 0.96%, #FFED8F 32.42%, #FFD584 96.83%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 900;
}

body .minor-jackpot-card {
  background: linear-gradient(90deg, #194E00 0%, #032830 100%);
}

body .minor-jackpot-card:last-child {
  background: linear-gradient(135deg, #194E00 0%, #032830 100%);
}

body .cookie-container-message {
  position: fixed;
  bottom: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
  background-color: rgb(2, 43, 50);
  border: 0 !important;
  box-shadow: none !important;
}
body .cookie-container-message p {
  color: rgb(158, 164, 174);
}
body .cookie-container-message p a {
  color: rgb(0, 189, 113) !important;
}
body .studio-wrap div:first-child {
  transition: 0.1s ease-in-out;
}
body .studio-wrap div:first-child {
  height: 125px;
  width: 250px;
  background-size: 100% !important;
}
body .studio-wrap div:first-child:hover {
  background-size: 105% !important;
}
body .studios-wrap {
  height: 125px;
}
body .studio-wrap {
  height: 125px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
}
body .studios-wrap sl-carousel::part(base) {
  height: 125px;
}
body .studios-wrap sl-carousel {
  height: 125px;
  width: 100%;
  max-width: 1330px !important;
}
body .studio-wrap {
  width: 100%;
}
body .studios-wrap sl-carousel::part(scroll-container) {
  max-width: 1330px !important;
  justify-content: flex-start;
  display: grid;
  -webkit-overflow-scrolling: touch;
}
body .studios-wrap sl-carousel sl-carousel-item {
  width: 250px !important;
  height: 125px !important;
}
body .bonuses-wrap .playerclub-button-gray {
  width: 190px !important;
  margin: 20px auto 0;
}
body .bonuses-wrap {
  margin-top: 110px !important;
}
body .bonuse-img-wrap h2 {
  font-weight: 700;
  font-size: 42px;
}
body .bonuse-img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
}
body .bonuse-img-wrap img {
  border-radius: 30px;
  width: 24%;
}
body .winners-carousel {
  margin-top: 60px;
  width: 100%;
}
body .winners-carousel-options .playerclub-button-darker {
  padding: 0 16px !important;
  height: 32px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
body .winners-carousel-options .playerclub-button-darker:nth-child(2) {
  margin: 0 8px !important;
}
body .active-winners-carousel-option {
  background: rgb(56, 97, 251) !important;
  color: white !important;
}
body .winners-carousel-options {
  display: flex;
  align-items: center;
}
body .winners-carousel-wrap:first-child {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .winners-carousel-wrap {
  display: flex;
  flex-direction: column;
}
body .winners-carousel-header {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 7.5px 12px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 52px !important;
}
body .winners-carousel-header div {
  color: rgb(158, 164, 174) !important;
}
body .winners-carousel-header div:last-child {
  text-align: right;
}
body .winners-carousel-body sl-carousel-item {
  height: 52px !important;
  display: initial !important;
  max-height: initial !important;
}

body .winners-carousel-body sl-carousel-item {
  transition: 0.3s ease-in-out;
}
body sl-carousel::part(scroll-container) {
  grid-auto-rows: max-content;
  row-gap: 0;
}
body .winners-carousel-body sl-carousel-item:nth-child(even) > div:first-child {
  background: rgba(2, 40, 45, 0.7);
  border-radius: 6px;
}
body sl-carousel-item.new-slide {
  animation: fade-in-top 1000ms ease-in-out;
}
body .winners-carousel-body .winner-carousel-item-wrap div {
  font-size: 16px;
}
body .winners-carousel-body .winner-carousel-item-wrap div:last-child {
  text-align: right;
  justify-content: flex-end;
}
body .winner-carousel-item-wrap {
  display: flex;
  height: 52px;
  align-items: center;
  padding: 0 12px !important;
  width: 100%;
}
body .winner-carousel-item-wrap > div {
  height: 52px !important;
  display: flex;
  align-items: center;
}
body .winner-carousel-item-wrap div:first-child div {
  height: fit-content !important;
}
body .winner-carousel-item-wrap div:first-child {
  display: flex;
  align-items: center;
  text-align: left !important;
}
body .winner-carousel-item-wrap div:first-child div {
  white-space: nowrap;
  margin-left: 16px;
  text-align: left;
}
body .carousel-count-10::part(base) {
  min-height: 520px !important;
  height: 520px !important;
}
body .carousel-count-25::part(base) {
  min-height: 520px !important;
}
body .carousel-count-50::part(base) {
  min-height: 520px !important;
}
body .winner-carousel-item-wrap .filter-field {
  color: rgb(13, 209, 130);
  font-weight: 600;
}
body #dropdown-winners-option sl-button::part(base) {
  /*		color: rgb(2, 40, 45);*/
  background-color: rgb(2, 40, 45);
  border: none;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 16px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body #dropdown-winners-option sl-menu-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body #dropdown-winners-option sl-menu {
  overflow: hidden;
}
body #dropdown-winners-option sl-menu-item div {
  position: absolute;
  left: 0px;
}
body #dropdown-winners-option sl-menu-item {
  background-color: rgb(2, 40, 45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 30px;
  width: 60px;
}
body #dropdown-winners-option sl-menu-item:hover {
  filter: brightness(120%);
}
body #dropdown-winners-option sl-menu-item:nth-child(n+1) {
  border-top: 1px solid black;
}
body #dropdown-winners-option sl-button::part(caret) {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
body #selected-option div:first-child {
  margin-left: -16px;
  height: 16px;
  width: 16px;
}
body .carousel-container {
  overflow: hidden;
  position: relative;
}
body .reviews-wrap {
  margin: 40px !important;
}
body .carousel-track {
  flex: 0 0 100%;
  display: flex;
  will-change: transform;
  cursor: pointer;
  position: relative;
}
body .carousel-track:hover {
  animation-play-state: paused;
}
body .carousel-blur-left {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 200px;
  background: linear-gradient(270deg, rgba(27, 25, 40, 0) 40%, #05191c 100%);
}
body .carousel-blur-right {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 200px;
  background: linear-gradient(90deg, rgba(27, 25, 40, 0) 40%, #05191c 100%);
}
body .studio-list-wrap {
  width: 100%;
}
body .user-review {
  width: 250px !important;
  height: 250px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  flex-direction: column;
  border-radius: 6px;
  padding: 78px 28px 20px;
  text-align: center;
}
body .user-reviews-track {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  animation: infinite-carousel-to-left 80s linear infinite;
}
body .reviews-wrap {
  margin: 40px 0 0 0 !important;
}
body .user-review div {
  display: flex;
  align-items: center;
}
body .user-review div img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
body .user-review div span {
  margin-left: 10px;
}
body .awards-wrap {
  display: flex;
  animation: infinite-carousel-to-right 80s linear infinite;
}
body .awards-track {
  position: relative;
  margin-top: 20px;
}
body .awards-wrap div {
  width: 320px !important;
  height: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, #05191c 100%);
  border-radius: 6px;
  margin: 0 10px;
}
body .awards-wrap div img {
  width: 86px !important;
  height: 50px !important;
}
body .reviews-track:hover .user-reviews-track, body .awards-track:hover .awards-wrap {
  animation-play-state: paused;
}
body .lets-start-wrap {
  background: rgb(1, 38, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 302px;
  margin-top: 60px !important;
  flex-direction: column;
}
body .lets-start-wrap h2 {
  font-weight: 800;
  font-size: 42px;
}
body .social-icons-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .social-icons {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  gap: 20px;
}
body .social-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  pointer-events: all;
}
body .social-icon-wrap {
  transition: 0.3s ease-in-out;
}
body .social-icons:hover .social-icon-wrap {
  opacity: 0.5;
}
body .social-icons:hover .social-icon-wrap:hover {
  filter: brightness(120%);
  opacity: 1;
}
body .header-user-account-details {
  white-space: nowrap;
}
body .facebook-bg {
  background-color: rgb(24, 119, 242);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMTkgNmg1di02aC01Yy0zLjg2IDAtNyAzLjE0LTcgN3YzaC00djZoNHYxNmg2di0xNmg1bDEtNmgtNnYtM2MwLTAuNTQyIDAuNDU4LTEgMS0xeiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KPC9zdmc+Cg==);
}
body .x-bg {
  background-color: black;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjI0MzkgMi4yNUgyMS41NTE5TDE0LjMyNDkgMTAuNTFMMjIuODI2OSAyMS43NUgxNi4xNjk5TDEwLjk1NTkgMTQuOTMzTDQuOTg5OTEgMjEuNzVIMS42Nzk5MUw5LjQwOTkxIDEyLjkxNUwxLjI1MzkxIDIuMjVIOC4wNzk5MUwxMi43OTI5IDguNDgxTDE4LjI0MzkgMi4yNVpNMTcuMDgyOSAxOS43N0gxOC45MTU5TDcuMDgzOTEgNC4xMjZINS4xMTY5MUwxNy4wODI5IDE5Ljc3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
body .tg-bg {
  background-color: rgb(0, 136, 204);
  background-image: url("/images/casino/telegram.png");
}
body .instagram-bg {
  background-color: rgb(225, 48, 108);
  background-image: url("/images/casino/instagram.svg");
}
body .socials-wrap {
  margin-top: 50px !important;
}
body .best-social-experience h3 {
  font-weight: 500;
  font-size: 20px;
}
body .best-social-experience div {
  margin-top: 10px !important;
}
body .best-social-experience div p {
  color: rgb(158, 164, 174);
  font-size: 16px;
  padding-right: 10px !important;
}
body .best-social-experience div p a {
  white-space: nowrap;
  color: rgb(0, 189, 113) !important;
  font-size: 16px;
}
body .best-social-experience div {
  display: flex;
}
body .live-chat-telegram {
  align-items: center;
  display: flex;
}
body .live-chat-telegram a:hover {
  filter: brightness(120%);
}
body .live-chat-telegram div {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 14px;
}
body .live-chat-telegram div p:first-child {
  font-size: 20px;
}
body .live-chat-telegram div p:last-child {
  font-size: 14px;
  padding-top: 3px;
}
body .payment-methods-wrap {
  margin-top: 26px !important;
  height: 88px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #022b32;
  width: 100%;
}
body .payment-methods-wrap img {
  height: 24px !important;
}
body .payment-methods-nav-button {
  width: 36px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out !important;
  opacity: 0;
  background-color: transparent !important;
}
body #payment-methods {
  height: 100% !important;
}
body .payment-methods-nav-button img {
  width: 24px;
  height: 24px !important;
}
body .payment-methods-wrap .payment-methods-nav-button:last-child {
  transform: scale(-1);
}
body .payment-methods-nav-button:hover {
  transition: initial;
  filter: brightness(140%);
}
body .payment-methods-wrap:hover .payment-methods-nav-button {
  opacity: 1;
}
body #payment-methods::part(scroll-container) {
  align-content: center;
  grid-auto-columns: min-content !important;
  column-gap: 50px;
}
body #payment-methods sl-carousel-item {
  height: 40px;
  width: fit-content;
}
body #payment-methods sl-carousel-item div {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  margin: 0 auto;
}
body #payment-methods sl-carousel-item div:hover {
  opacity: 1;
}
body #payment-methods sl-carousel-item img {
  max-height: 24px;
  width: 100%;
}
body #payment-methods::part(base) {
  grid-template-rows: min-content !important;
  align-content: center;
}
body .payment-methods-wrap > div {
  max-width: 1330px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}
body .copyright-footer-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .copyright-text-wrap {
  color: #9ea4ae;
  font-size: 14px;
}
body .footer-menus-icons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer-menus-icons-wrap .footer-menus {
  display: flex;
  gap: 30px;
  text-transform: uppercase !important;
}
body .footer-icons img:first-child {
  width: 32px;
  height: 32px;
}
body .footer-icons img:nth-child(2) {
  width: 29px;
  height: 32px;
}
body .footer-icons img:last-child {
  width: 52px;
  height: 32px;
}
body .footer-icons {
  display: flex;
  margin-left: 31px;
  gap: 18px;
}
body .copyright-footer-text-wrap .copyright-text-wrap {
  height: fit-content;
}
body .navigation-wrap {
  width: 100%;
  padding-right: 20px;
}
body .footer-main-text-wrap {
  margin-top: 20px;
}
body .footer-main-text-wrap p {
  color: #9ea4ae;
  font-size: 14px;
}
body .search-wrap input {
  width: 100%;
  max-width: 550px !important;
}
body .search-wrap {
  max-width: 550px;
  width: 100%;
  position: relative;
}
body .search-result {
  position: absolute;
  top: 30px;
}
body .header-user-account-details {
  width: fit-content;
}

body .find-search-icon {
  position: absolute;
  fill: white;
  top: 7px;
  height: 15px;
  width: 15px;
  left: 8px;
}
body .query-result-header {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 700;
  line-height: 24px;
}
body .search-tab-wrap {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 15px;
  cursor: pointer;
}
body .active-search-tab {
  color: #ffd22f;
  display: block;
  position: relative;
}
body .active-search-tab:after {
  background-color: #ffd22f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
body .disabled-search-tab {
  color: #9ea4ae;
  cursor: default;
  pointer-events: none;
}

body .query-result-empty div:first-child {
  font-size: 16px;
  font-weight: 700;
  margin: 40px 0 10px;
  text-align: center;
}
body .query-result-empty div:last-child {
  color: #d3d7db;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 40px;
  padding: 0 5px;
  text-align: center;
}

body .loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
body .loading-search-box .loader {
  transform: scale(0.8);
}

body .get_free_ticket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
body .get_free_ticket .playerclub-button {
  max-width: fit-content;
}
body .promotion_right-list .info_title:after {
  background-color: white;
}
body #submit_login_1, body #but-cont {
  margin-top: 20px;
  border: 0;
  font-size: 20px;
  max-width: 320px;
  width: 100%;
}
body .submit_login_1 {
  margin-top: 20px;
  border: 0;
  font-size: 20px;
  max-width: 320px;
  width: 100%;
}
body .terms_text * {
  color: white;
}
body .terms_checkbox_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
body #loading-screen {
  z-index: 10000001;
}
body #loading-screen img {
  color: white;
}
body #show-hide-password {
  background: #010F11 !important;
  border: 0;
}
body .playerclub-button .my_account_button_link {
  color: white;
}
body #InviteBtn {
  max-width: 320px !important;
  margin-top: 20px;
  width: 100%;
}
body .affiliate_program {
  color: white;
  margin-top: 10px;
}
body .promotions-page-wrap {
  align-items: center;
}
body #invite {
  margin: 20px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
body #responseElem {
  margin-top: 20px;
  font-size: 20px;
}
body .error_text:after {
  background-color: rgb(5, 25, 28) !important;
}
body select::-webkit-scrollbar {
  width: 10px;
}
body select::-webkit-scrollbar-thumb {
  background: #d3d7db;
  border-radius: 3px;
}
body select::-webkit-scrollbar-track {
  background: black;
  margin: 6px 3px;
}
body .country_code_phone_wrap #phone_number0, body .country_code_phone_wrap .iti {
  width: 100% !important;
}
body .playerclub-button p {
  color: white !important;
}
body .page-wrap .information_form {
  max-width: 780px !important;
  width: 100%;
}
body .transaction_table_data {
  padding: 10px 30px;
  font-size: 18px;
}
body .transactions_table {
  width: 100%;
  border: 0;
}
body .transaction_information_inner {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  margin-top: 20px;
}
body thead tr {
  border-bottom: 1px solid #e0e0e0;
}
body .button_back, body .button_back:hover {
  color: #0061A3 !important;
}
body .step_choise .card {
  background: transparent !important;
}
body .step {
  width: 100% !important;
}
body .identity_wrap .playerclub, body .verification .playerclub-button, body .succesfull-deposit-wrap .playerclub-button {
  max-width: 320px;
  width: 100%;
  margin: 20px auto;
}
body .succesfull-deposit-wrap .playerclub-button {
  display: block;
}
body .bank_item {
  background-color: rgb(1, 15, 17) !important;
  border: 0 !important;
}
body .bank_text, body .bank_country {
  color: white !important;
}
body .modal_content {
  background-color: rgb(1, 15, 17) !important;
}
body .modal_content input, body .modal_content select, body .modal_content dt, body .modal_content .dropdown_menu {
  background-color: rgb(5, 25, 28) !important;
  border: 0 !important;
}
body .dropdown:after, body .dropdown_menu:after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body .dropdown:hover:after, body .dropdown_menu:hover:after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body .close_btn:hover, body .close_btn, body .balance_details * {
  color: white !important;
}
body .page-wrap .withdraw-balance-wrap {
  width: 100% !important;
}
body .winning_text {
  color: white !important;
}
body .balance_details .amount {
  border: 0 !important;
}
body .identity_table_wrap .identity_table {
  background-color: rgb(1, 15, 17) !important;
}
body .transactions_table {
  background-color: #010F11 !important;
  border-radius: 6px !important;
}
body .transactions_table *, body .identity_table_wrap * {
  border: 0 !important;
}
body .transactions_table tr {
  border-bottom: 1px solid white !important;
}
body .transactions_table tbody tr:last-child {
  border-bottom: none !important;
}
body .identity_table_wrap .identity_table_title, body .identity_table_wrap .identity_table {
  border-bottom: 1px solid white !important;
}
body .identity_table_wrap .identity_table:first-child {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body .identity_table_wrap .identity_table:last-child {
  border: none !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body .find-search-mobile-wrap {
  display: none !important;
}
body .login-button, body .signup-button {
  white-space: nowrap !important;
}
body .games-regular-list-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}
body .games-regular-list-wrap .game-wrap {
  margin-top: 10px !important;
}
body .game-card-banner-Slots {
  background-color: #6a1b9a;
}
body .game-card-banner-Live {
  background-color: #d32f2f;
}
body .game-card-banner-Mini {
  background-color: #00796b;
}
body .game-card-banner-RecentlyPlayed {
  background-color: #455a64;
}
body .game-card-banner-Recommended {
  background-color: #388e3c;
}
body .game-card-banner-Placeholder {
  background-color: #9e9e9e;
}
body .game-card-banner-Popular {
  background-color: #fbc02d;
  color: black;
}
body .game-card-banner-TopGames {
  background-color: #1976d2;
}
body .game-card-banner-NewGames {
  background-color: #0288d1;
}
body .game-card-banner-BiggestWins {
  background-color: #f57c00;
}
body .game-card-banner-Exclusive {
  background-color: #5d4037;
}
body .game-card-banner-TrendingGames {
  background-color: #7b1fa2;
}
body .game-card-banner-HotGames24h {
  background-color: #e53935;
}
body .game-card-banner-ColdGames24h {
  background-color: #00acc1;
}

@keyframes fade-in-top {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes infinite-carousel-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-carousel-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 1400px) {
  body .studios-wrap sl-carousel::part(scroll-container) {
    justify-content: initial !important;
    display: flex !important;
    gap: 20px;
  }
  body .main-banner-button {
    bottom: 31% !important;
    top: initial !important;
  }
  body #payment-methods::part(scroll-container) {
    height: 58px !important;
  }
  body .copyright-footer-text-wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  body .payment-methods-wrap .payment-methods-nav-button:first-child {
    margin-left: 20px;
  }
  body .payment-methods-wrap .payment-methods-nav-button:last-child {
    margin-right: 20px;
  }
  body .footer-menus-icons-wrap {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1366px) {
  body .drawer-wrap-width {
    width: 100vw !important;
    z-index: 10000;
  }
  body #slidable-menu::part(panel) {
    width: 100% !important;
  }
  body .deposit-bonus-wrap .deposit-bonus-item-wrap {
    width: 33%;
    gap: 20px !important;
  }
  body .drawer-wrap-width {
    width: 300px;
  }
}
@media (max-width: 1100px) {
  body .winner-carousel-item-wrap * {
    font-size: 12px !important;
  }
  body .deposit-bonus-wrap .deposit-bonus-item-wrap {
    width: 460px !important;
    height: 365px !important;
  }
  body .deposit-bonus-wrap {
    flex-direction: column;
    max-height: initial;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  body .search-wrap input {
    display: none;
  }
  body .search-wrap {
    position: initial;
  }
  body .search-wrap .find-search-icon {
    display: none;
  }
  body .navigation-wrap {
    padding-right: 0;
  }
  body .search-result-part {
    width: initial;
  }
  body .find-search-mobile-wrap {
    display: block !important;
    background-color: #021C20 !important;
    border-radius: 6px;
    padding: 10px !important;
    margin-right: 10px !important;
  }
  body .find-search-mobile-wrap:focus, body .find-search-mobile-wrap:hover, body .mobile-wrap-open .close-search-button:hover, body .mobile-wrap-open .close-search-button:focus {
    filter: brightness(120%);
    transition: 0.3s ease-in-out;
  }
  body .find-search-mobile-wrap svg {
    fill: white;
    width: 16px;
    height: 16px;
  }
  body .mobile-wrap-open #search-field {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    border-radius: 0;
    left: 0;
    width: 100vw !important;
    max-width: initial !important;
    height: 70px !important;
    padding-top: 0;
    padding-right: 0;
    font-size: 20px !important;
    padding-left: 40px;
  }
  body .mobile-wrap-open .find-search-icon {
    display: block;
    z-index: 1000000;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 7px;
  }
  body .mobile-wrap-open .close-search-button {
    display: block;
    z-index: 10000;
    right: 10px;
    background-color: #021C20 !important;
    border-radius: 6px;
    padding: 10px !important;
    width: fit-content;
    height: fit-content;
    top: 16px;
  }
  body .search-result-part.game-wrap div:first-child {
    background-size: 192px 255px !important;
  }
}
@media (max-width: 900px) { /*mobile layout start*/
  body .live-chat-telegram {
    margin-top: 20px !important;
  }
  .main-banner-bottom {
    gap: 12px;
  }
  .main-banner-bottom .main-banner-bottom-option {
    width: 100%;
    min-width: initial !important;
    white-space: nowrap;
    font-size: 12px !important;
    padding: 16px 18px !important;
  }
}
@media (min-width: 900px) {
  .main-banner-bottom {
    gap: 24px;
  }
  .main-banner-bottom .main-banner-bottom-option {
    width: 100%;
    min-width: initial !important;
    white-space: nowrap;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  body .live-chat-telegram {
    margin-top: 20px !important;
  }
}
@media (max-width: 580px) {
  body .main-banner-bottom {
    flex-direction: column;
    gap: 6px;
  }
  body .query-result-header {
    flex-direction: column;
  }
}
@media (max-width: 478px) {
  body .drawer-wrap-width {
    width: 100%;
  }
  body .drawer-wrap {
    position: absolute;
    background-color: #010F11 !important;
  }
}
