.casino-labels-module_labels__6UxV28vM__casino-common{display:var(--casinoLabelsDisplay, inline-flex);flex-wrap:var(--casinoLabelsFlexWrap, wrap);flex-direction:var(--casinoLabelsFlexDirection, column);align-items:var(--casinoLabelsAlignItems, flex-end);gap:var(--casinoLabelsGap, 6px)}.casino-labels-module_label__pG3rJgVh__casino-common{color:var(--casinoLabelColor, #fff);padding:var(--casinoLabelPadding, 4px 10px);font-size:var(--casinoLabelFontSize, 10px);font-weight:var(--casinoLabelFontWeight, 900);line-height:var(--casinoLabelLineHeight, 12px);border-radius:var(--casinoLabelBorderRadius, 40px);text-transform:var(--casinoLabelTextTransform, uppercase);background:var(--casinoLabelDefaultBg, linear-gradient(115deg, #FF7931 0%, #FF1500 100%))}.casino-labels-module_label__pG3rJgVh__casino-common.casino-labels-module_new__VgCjQFtD__casino-common{background:var(--casinoLabelNewBg, linear-gradient(115deg, #FF7931 0%, #FF1500 100%))}.casino-labels-module_label__pG3rJgVh__casino-common.casino-labels-module_top__xb2CHVq3__casino-common{background:var(--casinoLabelTopBg, linear-gradient(115deg, #D400FF 0%, #7300FF 100%))}.casino-labels-module_label__pG3rJgVh__casino-common.casino-labels-module_hot__fcM0DUH4__casino-common{background:var(--casinoLabelHotBg, linear-gradient(115deg, #FFB143 0%, #AE5700 100%))}.casino-labels-module_label__pG3rJgVh__casino-common.casino-labels-module_exclusive__c-6E-B1c__casino-common{background:var(--casinoLabelExclusiveBg, linear-gradient(115deg, #1BBF72 0%, #00864C 100%))}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

.styles-module_loader__bmoVj2rw__platform-common{align-items:center;background-color:var(--registrationPopupBg);display:flex;height:100vh;justify-content:center;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:var(--zIndex-registrationLoader)}.styles-module_loaderWrapper__ovxuSrLb__platform-common{align-items:center;background-color:var(--registrationPopupItemBg);border-radius:10px;display:flex;flex-direction:column;height:197px;justify-content:center;width:194px}.styles-module_loaderTitle__cLDrblrm__platform-common{color:var(--registrationPopupTitle);font-size:21px;font-weight:700;line-height:23px;margin-bottom:5px;text-transform:uppercase}.styles-module_loaderSubtitle__6E1GR6EK__platform-common{color:var(--registrationPopupText);font-size:14px;font-weight:500;line-height:21px}.styles-module_loaderLogo__zZfgSbGF__platform-common{align-items:center;display:flex;height:66px;justify-content:center;margin:14px 0;width:86px}.styles-module_loaderLogo__zZfgSbGF__platform-common img{max-height:100%;max-width:100%}.styles-module_loaderText__BJpw6iCh__platform-common{color:var(--registrationPopupText);font-size:14px;font-weight:400;line-height:25px}

:root{--zIndex-dropdown: 900;--zIndex-dropdown-below: 899;--zIndex-notification: 850;--zIndex-notification-below: 849;--zIndex-registrationLoader: 800;--zIndex-registrationLoader-below: 799;--zIndex-modalView: 600;--zIndex-modalView-below: 599;--zIndex-modalPortal: 550;--zIndex-modalPortal-below: 549;--zIndex-bonusPrize: 545;--zIndex-bonusPrize-below: 544;--zIndex-cookieBarDesktop: 540;--zIndex-cookieBarDesktop-below: 539;--zIndex-cookieBarMobile: 540;--zIndex-cookieBarMobile-below: 539;--zIndex-mobileAsideMenu: 530;--zIndex-mobileAsideMenu-below: 529;--zIndex-broadcastWidgetMobile: 390;--zIndex-broadcastWidgetMobile-below: 389;--zIndex-casinoGameNavigation: 380;--zIndex-casinoGameNavigation-below: 379;--zIndex-bottomMenu: 370;--zIndex-bottomMenu-below: 369;--zIndex-modalCoupon: 360;--zIndex-modalCoupon-below: 359;--zIndex-promoSnackbar: 350;--zIndex-promoSnackbar-below: 349;--zIndex-watchersChat: 340;--zIndex-watchersChat-below: 339;--zIndex-casinoGameContainer: 120;--zIndex-casinoGameContainer-below: 119;--zIndex-toTop: 23;--zIndex-toTop-below: 22;--zIndex-headerMenu: 20;--zIndex-headerMenu-below: 19;--zIndex-stickyLeagueHeader: 10;--zIndex-stickyLeagueHeader-below: 9;--zIndex-desktopAsideMenuForTextPage: 10;--zIndex-desktopAsideMenuForTextPage-below: 9;--zIndex-loader: 5;--zIndex-loader-below: 4}

.slot-ui{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;left:0;top:0;z-index:var(--zIndex-casinoGameNavigation);width:100%;height:var(--slotUiHeight);background:var(--slotUiBgColor);padding:0 10px 0 4px}.slot-ui__back-button{color:var(--slotUiButtonsColor);padding:12px}.slot-ui__back-button svg{width:var(--slotUiBackButtonIconSize);height:var(--slotUiBackButtonIconSize)}.slot-ui__wager-progress{display:flex;flex-direction:column;justify-content:center;padding:6px;min-width:50px;height:100%}@media screen and (orientation: landscape){.slot-ui__wager-progress{min-width:auto;gap:8px}}.slot-ui__wager-info{display:flex;align-items:center}@media screen and (orientation: landscape){.slot-ui__wager-info{flex-direction:column}}.slot-ui__wager-amount{display:flex;justify-content:center;gap:4px;font-size:10px;font-weight:var(--baseFontBold);color:var(--color_01);line-height:1.2;padding-top:3px;min-width:30px;padding-bottom:3px}.slot-ui__wager-block-img{height:18px;width:auto}.slot-ui__wager-img{height:10px;width:auto}.slot-ui__buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px;height:100%;flex:1;min-width:0}@media screen and (max-width: 375px){.slot-ui__buttons{gap:4px}}.slot-ui__join-button.app-button.app-button--medium .app-button__content{min-width:unset}.slot-ui__deposit-button .app-button__icon svg,.slot-ui__search .app-button__icon svg{width:18px;height:18px}@media screen and (orientation: landscape){body.mobile-device .slot-ui{flex-direction:column;width:var(--slotUiHeight);height:100%;padding:6px 0}[data-notch=left] body.mobile-device .slot-ui{width:calc(var(--slotUiHeight) + env(safe-area-inset-left));padding-left:env(safe-area-inset-left)}body.mobile-device .slot-ui__back-button{zoom:clamp(.6,tan(atan2(100dvh,400px)),1);flex-shrink:0}body.mobile-device .slot-ui__buttons{flex:1 1 auto;min-height:0;overflow:hidden;flex-direction:column;justify-content:flex-start;gap:8px;width:100%;padding-top:8px;zoom:clamp(.6,tan(atan2(100dvh,400px)),1)}body.mobile-device .slot-ui__bonus-count{order:2}body.mobile-device .slot-ui__search{order:3}body.mobile-device .slot-ui__deposit-block{order:1}}.slot-ui--skeleton{pointer-events:none}.slot-ui--skeleton .slot-ui__buttons{justify-content:space-between}.slot-ui--skeleton .slot-ui__buttons .react-loading-skeleton{border-radius:18px}.slot-ui--skeleton .slot-ui__back-button{padding:4px}.slot-ui--skeleton .slot-ui__back-button .react-loading-skeleton{display:block}@media screen and (min-width: 1200px){.slot-ui{padding:var(--headerPaddingDesktop);height:var(--headerDesktopHeight)}.slot-ui__buttons>span:nth-child(2){margin-left:auto}}

/*# sourceMappingURL=75266.css.map*/