



























@import 'common/sass/helpers.scss';

/* Change it in tsx also*/
$icon-color: rgba($colors-white-ds, 0.4);
$icon-color-hover: $colors-white-ds;
$animation-duration: 250ms;

@keyframes Modal__appear-overlay\#G6 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Modal__overlay\#s0 {
  animation: Modal__appear-overlay\#G6 $animation-duration;
  background-color: $new-modal-backdrop-bg;
  transition: opacity $animation-duration;
  z-index: $z-modal;
  position: fixed;
  padding: 20px;
  display: flex;
  opacity: 1;
  inset: 0;
}

.Modal__overlay\#s0.Modal__hidden\#Bq {
    pointer-events: none;
    opacity: 0;
  }

@media (prefers-reduced-motion: reduce) {

.Modal__overlay\#s0 {
    animation: none;
    transition: unset
}
  }

.Modal__overlay\#s0:hover .Modal__closeIcon\#PR {
      color: $icon-color-hover;
    }

@keyframes Modal__appear\#Se {
  0% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes Modal__hide\#_L {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.6);
  }
}

.Modal\#ph {
  animation: Modal__appear\#Se $animation-duration;
  justify-content: flex-start;
  color: $text-color-base-ds;
  background: transparent;
  flex-direction: column;
  align-items: stretch;
  position: initial;
  max-height: 100%;
  max-width: 100%;
  cursor: initial;
  display: flex;
  margin: auto;
  padding: 0;
  border: 0;
}

.Modal\#ph.Modal__hidden\#Bq {
    animation: Modal__hide\#_L $animation-duration;
  }

@media (prefers-reduced-motion: reduce) {

.Modal\#ph {
    animation: none
}

    .Modal\#ph.Modal__hidden\#Bq {
      animation: none;
    }
  }

.Modal\#ph:hover .Modal__closeIcon\#PR {
      color: $icon-color;
    }

.Modal_fullscreen\#Ev {
    height: 100%;
    width: 100%;
  }

.Modal_fullscreen\#Ev .Modal__content\#zn {
      flex: 1;
    }

.Modal__closeIcon\#PR {
  bottom: 5px;
  color: $icon-color;
  display: flex;
  height: 22px;
  left: 2px;
  /* Using margin/padding trick to increase real size of a button*/
  margin: -4px -4px -4px auto;
  padding: 4px;
  position: relative;
  width: 22px;
}

.Modal__closeIcon\#PR.Modal__closeIcon\#PR:hover {
    color: $icon-color-hover;
  }

.Modal__closeIcon\#PR[disabled] {
    opacity: 0;
  }

.Modal__closeIcon\#PR svg {
    margin-right: 0;
  }

.Modal__outsideContent\#dq {
  align-items: center;
  display: flex;
  font-size: 18px;
  padding: 5px;
}

.Modal__content\#zn {
  background-color: $new-modal-bg;
  border-radius: 12px;
  overflow-x: auto;
  max-width: 100%;
  padding: 30px;
}





.BSActionsMenuPositioner\#xp {
  pointer-events: none;
}

  .BSActionsMenuPositioner_completelyHidden\#p3 {
    visibility: hidden;
  }

.BSActionsMenuPositioner__menuWrapper\#it,
.BSActionsMenuPositioner__backgroundWrapper\#uE {
  $hd-aspect-ratio: math.div(9, 16);
  $actions-menu-overlap: 12px; /* we need to position actions menu a little higher than the bottom of the video*/

  border-top: $header-height + $subheader-height solid transparent;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  min-height: 100%;
  padding-top: calc(#{$hd-aspect-ratio * 100%} - #{$actions-menu-overlap});
  position: fixed;
  top: 0;
  width: 100%;
  z-index: $z-mobile-tip-menu;
}

.BSActionsMenuPositioner_theatreMode\#vT .BSActionsMenuPositioner__menuWrapper\#it, .BSActionsMenuPositioner_theatreMode\#vT .BSActionsMenuPositioner__backgroundWrapper\#uE {
    border-top: none;
  }

.BSActionsMenuPositioner__menu\#Pv {
  height: 100%;
  min-height: 0;
  pointer-events: all;
  width: 100%;
}

.BSActionsMenuPositioner__menu_shrinkToBottom\#DY {
    height: auto;
  }

.BSActionsMenuPositioner__backgroundBoundary\#O9 {
  clip-path: inset(0);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: $z-mobile-tip-menu - 1;
}

.BSActionsMenuPositioner__background\#JG {
  background-color: $chat-actions-bottom-sheet-underlay;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-height: 100%;
  position: relative;
  width: 100%;
}

.BSActionsMenuPositioner__background\#JG::before,
  .BSActionsMenuPositioner__background\#JG::after {
    background: inherit;
    content: '';
    height: 200px;
    position: absolute;
    top: 100%;
    transform: translateZ(0);
    width: 100%;
  }

.BSActionsMenuPositioner__background\#JG:after {
    background: $chat-actions-bottom-sheet-bg;
  }

.BSActionsMenuPositioner__menu\#Pv,
.BSActionsMenuPositioner__background\#JG {
  transform: translateY(100%);
  transition: transform 0.25s;
}

.BSActionsMenuPositioner_visible\#kB .BSActionsMenuPositioner__menu\#Pv, .BSActionsMenuPositioner_visible\#kB .BSActionsMenuPositioner__background\#JG {
    transform: translateY(0);
  }

@media (orientation: landscape) and (max-height: 1030px) {
  .BSActionsMenuPositioner__menuWrapper\#it,
  .BSActionsMenuPositioner__backgroundWrapper\#uE {
    border-top: 0;
    padding-top: 0;
  }

  .BSActionsMenuPositioner__menu\#Pv,
  .BSActionsMenuPositioner__background\#JG {
    height: 350px;
    max-height: 85%;
  }
}





























.UltimatePerksList\#QK {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}

  .UltimatePerksList_mask\#Xf {
    mask-image: linear-gradient(to top, transparent 0%, rgba(#000, 0.5) 60px, #000 70px, #000 100%);
  }

.UltimatePerksList__content\#vU {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  width: 100%;
}

.UltimatePerksList__perk\#hu {
  align-items: center;
  background: $ultimate-modal-perk-bg;
  border: $ultimate-modal-perk-border;
  border-radius: 8px;
  display: flex;
  padding: 15px 23px;
}

.UltimatePerksList__perkIcon\#Ie {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 48px;
  margin: 0 24px 0 0;
  width: 48px;
}

.UltimatePerksList__perkIcon_privateMessages\#Wh {
    background-image: url(common/images/levels/heart.svg);
  }

.UltimatePerksList__perkIcon_changeUsername\#pd {
    background-image: url(users/components/ui/UltimateRenewalModal/change-username.svg);
  }

.UltimatePerksList__perkIcon_modelStreamPreviews\#a8 {
    background-image: url(common/images/levels/hover-previews.gif);
  }

.UltimatePerksList__perkIcon_customBadge\#K_ {
    background-image: url(common/images/levels/custom-badge.svg);
  }

.UltimatePerksList__perkIcon_invisibleMode\#ln {
    background-image: url(common/images/levels/invisible.svg);
  }

.UltimatePerksList__perkIcon_smiles\#Fc {
    background-image: url(common/images/levels/smiles.svg);
  }

.UltimatePerksList__perkIcon_moderation\#Xt {
    background-image: url(common/images/levels/shield.svg);
  }

.UltimatePerksList__perkIcon_anonymousTips\#y_ {
    background-image: url(common/images/levels/coin.svg);
  }

.UltimatePerksList__perkIcon_technicalSupport\#Td {
    background-image: url(users/components/ui/UltimateRenewalModal/24-7-support.svg);
  }

.UltimatePerksList__perkIcon_seasonalOffers\#Gd {
    background-image: url(users/components/ui/UltimateRenewalModal/exclusive-offers.svg);
  }

.UltimatePerksList__title\#Vt {
  color: $text-color-base-ds;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.UltimatePerksList__subtitle\#X3 {
  color: rgba($text-color-base-ds, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.UltimatePerksList__perkInfo\#t2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  letter-spacing: 0.2px;
}

.UltimatePerksList__perkTitle\#r3 {
  color: $text-color-base-ds;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.UltimatePerksList__perkSubtitle\#X9 {
  color: rgba($text-color-base-ds, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.UltimateRenewalModal\#pi {
  display: flex;
  flex-direction: column;
  max-width: 90vw;
  position: relative;
  width: 800px;
}

  .UltimateRenewalModal\#pi:before {
    background: $ultimate-modal-bg-gradient;
    content: '';
    display: block;
    inset: 0;
    opacity: 1;
    position: absolute;

    @include accessibleAnimation(transition, opacity 0.5s);
  }

  .UltimateRenewalModal\#pi.UltimateRenewalModal__cracked\#eZ:before {
      opacity: 0;
    }

  .UltimateRenewalModal\#pi.UltimateRenewalModal__cracked\#eZ .UltimateRenewalModal__icon_left\#sE {
      transform: translate(6px, 2px) rotate(-6deg);
    }

  .UltimateRenewalModal\#pi.UltimateRenewalModal__cracked\#eZ .UltimateRenewalModal__icon_right\#XI {
      transform: translate(-6px, -0.8px) rotate(-4deg);
    }

  .UltimateRenewalModal\#pi.UltimateRenewalModal__cracked\#eZ .UltimateRenewalModal__iconFixed\#IE {
      opacity: 0;
      transition-delay: unset;
      transition-duration: unset;
    }

  @media (pointer: coarse) {

  .UltimateRenewalModal\#pi.UltimateRenewalModal__cracked\#eZ .UltimateRenewalModal__renewButton\#jP {
        box-shadow: 0 0 0 transparent
    }
      }

.UltimateRenewalModal__wrapper\#uG {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 16px;
  position: relative;

  @include media($media-m-min) {
    padding: 32px;
  }
}

.UltimateRenewalModal__header\#xZ {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.UltimateRenewalModal__iconsContainer\#QF {
  display: flex;
  transform: rotate(4deg);
}

.UltimateRenewalModal__icon\#sK {
  @include accessibleAnimation(transition, transform 0.5s);
}

.UltimateRenewalModal__icon_left\#sE {
    background-image: url(users/components/ui/UltimateRenewalModal/star-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    transform: translate(12px, 0);
    width: 44px;
  }

.UltimateRenewalModal__icon_right\#XI {
    background-image: url(users/components/ui/UltimateRenewalModal/star-right.svg);
    height: 60px;
    transform: translate(-13px, -0.8px) rotate(-7deg);
    width: 40px;
  }

.UltimateRenewalModal__iconFixed\#IE {
  background: url(common/images/levels/ultimate-star-big.svg) no-repeat;
  background-size: contain;
  height: 75px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: -7px;
  transform: rotate(-4deg);
  width: 75px;

  @include accessibleAnimation(transition, opacity 0.5s 0.5s);
}

.UltimateRenewalModal__title\#Eu {
  color: $text-color-base-ds;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}

.UltimateRenewalModal__subtitle\#cg {
  color: rgba($text-color-base-ds, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}

.UltimateRenewalModal__footer\#sh {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding: 24px 0 0;
}

.UltimateRenewalModal__renewButton\#jP.UltimateRenewalModal__renewButton\#jP {
  align-items: center;
  box-shadow: 0 0 0 transparent;
  color: $text-color-base-ds;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: initial;
  margin: 0;
  padding: 11px 20px;

  @if ($theme == 'dark') {
    @include accessibleAnimation(transition, box-shadow 0.5s);

    &:hover {
      background: #e54500;
    }

      @media (pointer: fine) {

    &:hover {
        box-shadow:
          0 0 16px 0 rgba(229, 95, 0, 0.4),
          0 0 40px 0 rgba(229, 41, 0, 0.55)
    }
      }

    @media (pointer: coarse) {
      box-shadow:
        0 0 16px 0 rgba(229, 95, 0, 0.4),
        0 0 40px 0 rgba(229, 41, 0, 0.55);
    }
  } @else {
    color: #fff;

    .UltimateRenewalModal__renewButtonStar\#AQ {
      color: #fff;
    }
  }
}

.UltimateRenewalModal__renewButtonStar\#AQ.UltimateRenewalModal__renewButtonStar\#AQ {
  color: $text-color-base-ds;
  margin: 0 12px 0 0;
}

@media screen and (max-height: 450px) {
  .UltimateRenewalModal__perkList\#Mr {
    overflow: unset;
  }

  .UltimateRenewalModal\#pi {
    overflow: hidden;
  }

  .UltimateRenewalModal__wrapper\#uG {
    overflow: scroll;
  }
}












.FanClubTierIcon__tier1\#T5 {
  color: map-get($tier-colors, 'tier1');
}

.FanClubTierIcon__tier2\#V8 {
  color: map-get($tier-colors, 'tier2');
}

.FanClubTierIcon__tier3\#Eq {
  color: map-get($tier-colors, 'tier3');
}


@use 'sass:list';

@mixin small-size {
  @include media(list.join($media-l-min, $media-desktop-max)) {
    @content;
  }

  @include media($media-xs-max) {
    @content;
  }
}

.MediaAccessOverlayCover__icons\#D9 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
}

.MediaAccessOverlayCover__icon\#HT {
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.MediaAccessOverlayCover__icon-wrapper\#uW {
  height: 24px;
  position: relative;
  width: 24px;
}

.MediaAccessOverlayCover__icon-wrapper\#uW:not(:last-child) {
    margin: 0 8px 0 0;
  }

.MediaAccessOverlayCover__icon-wrapper\#uW:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }

.MediaAccessOverlayCover__icon-wrapper\#uW{

  @include small-size {
    height: 18px;
    width: 18px;
  }
}

.MediaAccessOverlayCover__tokens\#ZV {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 4px;

  @include small-size {
    font-size: 11px;
    margin-top: 0;
  }
}

.MediaAccessOverlayCover__tokensIcon\#zc {
  height: 20px !important;
  width: 20px !important;

  @include small-size {
    height: 16px !important;
    width: 16px !important;
  }
}

.MediaAccessOverlayCover__delimiter\#Cs {
  font-size: 10px;
  margin-top: 4px;
  min-width: 100%;
  opacity: 0.6;
  width: 50px;

  @include small-size {
    margin: -2px 0 0;
  }
}

.MediaAccessOverlayCover__text\#rL {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  @include small-size {
    font-size: 13px;
  }
}

.MediaAccessOverlayCover__textContent\#YY {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.JoinFanClubButton\#we {
  @include text-s17-w500-lh1_5;
  align-items: center;
  background: $tier-3-color;
  border: 0;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 45px;
  margin: 32px 0 40px;
}

  button.JoinFanClubButton\#we:hover {
      background: #ff5276;
      color: #fff;
    }

.JoinFanClubButton__icon\#TV {
  color: #fff;
  height: 18px;
  margin: 0 10px 0 0;
  width: 18px;
}

/* TODO right now this file doesn't contain all the styles needed for MediaAccessOverlayViewer.*/
/*  After video and album overlay styles are merged, the styles must be applied using CSS modules.*/

.MediaAccessOverlayViewer__tiers\#vr {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.MediaAccessOverlayViewer__tier\#MQ {
  align-items: center;
  color: rgba($colors-white-ds, 0.8);
  display: flex;
  font-size: 16px;
  line-height: 24px;
}

.MediaAccessOverlayViewer__tier\#MQ:not(:last-child) {
    margin-right: 10px;
  }

.MediaAccessOverlayViewer__tierIcon\#wC {
  margin-right: 6px;
}

.MediaAccessOverlayViewer__delimiter\#Xb {
  margin: 24px 0;
  min-width: 100%;
  width: 50px;
}

.MediaAccessOverlayViewer__nameAndCounter\#sW {
  color: rgba($colors-white-ds, 0.8);
  margin-bottom: 16px;
  margin-top: 8px;
}

.MediaAccessOverlayViewer__unlockButton\#wZ {
  color: #fff !important;
}











.ModelListItemBadge\#c_ {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #f8f8f8;
  height: 20px;
  margin: 0;
  width: 20px;
}

.ModelListItemBadge__mobile\#S_ {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/mobile-phone-ds.svg);
}

.ModelListItemBadge__vr\#eJ {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/badge-vr-ds.svg);
  width: 25px;
}

.ModelListItemBadge__ticketShow\#UU {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/ticket-ds.svg);
}

.ModelListItemBadge__groupShow\#W5 {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/group-ds.svg);
}

.ModelListItemBadge__toy\#Gb {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/interactive-toy-ds.svg);
}

.ModelListItemBadge__new\#N_ {
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/badge-new-ds.svg);
  height: 16px;
  width: 32px;
}

.ModelListItemBadge__favorite\#jh {
  background-color: transparent;
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/badge-favorite.svg);
  height: 18px;
  width: 18px;
}

.ModelListItemBadge__eye\#qG {
  background-color: transparent;
  background-image: url(cams/components/ui/ModelList/ModelListItem/badges/icons/eye-ds.svg);
  height: 12px;
  margin-right: 4px;
  width: 12px;
}



































.SignupCounter\#Ds {
  color: rgba($text-color-base-ds, 0.6);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

  .SignupCounter\#Ds em {
    color: rgba($text-color-base-ds, 0.8);
    font-style: normal;
  }

.SignupCounter__icon\#SZ {
  color: #1e9b4b;
  height: 20px;
  margin-right: 6px;
  vertical-align: -6px;
  width: 20px;
}





















@import 'common/sass/helpers.scss';

$images-path: 'common/components/ui/GoUltimatePromo/GoUltimateTag/images/';

.GoUltimateTag__tag\#Fh {
  align-items: center;
  background-color: $inline-badge-bg;
  border: 2px solid $inline-badge-border;
  border-radius: 80px;

  color: $text-color-base-ds;

  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  gap: 8px;

  height: 32px;

  margin-bottom: 8px;
  margin-right: 8px;
  padding: 5px 16px 5px 8px;
  text-decoration: none;

  @include font-size(13);
  @include line-height(17);
}

.GoUltimateTag__tag\#Fh:hover {
    background-color: $inline-badge-hover-bg;
    border-color: $inline-badge-border-active;
    text-decoration: none;
  }

.GoUltimateTag__icon\#CQ {
  background: url('#{$images-path}ultimate-star.svg') no-repeat center;
  display: block;
  height: 20px;
  position: relative;

  width: 20px;
}

.GoUltimateTag__close\#lG {
  cursor: pointer;
  margin-right: -8px;

  opacity: 1;
  pointer-events: all;
}
























@import 'common/sass/helpers.scss';

.ModelsOrder\#LR {
  position: relative;
  display: flex;
  align-items: center;
}

.ModelsOrder__divider\#Ha {
  width: 8px;
}

.ModelsOrder__label\#Af {
  color: rgba($text-color-base-ds, 0.6);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.ModelsOrder__button_icon\#W5 {
  fill: $text-color-base-ds;

  margin-right: 4px;
  min-height: 16px;
  min-width: 16px;
}

.ModelsOrder__button_title\#KD {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

@import 'common/sass/helpers.scss';

.ModelsOrderButton\#fz {
  align-items: center;

  color: $text-color-base-ds;
  display: flex;
  border: 1px solid $text-color-base-ds;
  border-radius: 36px;
  padding: 3px 12px;

  margin: 0;
  opacity: 0.8; /* To make styles the same as edit button*/
  white-space: nowrap;
}

.ModelsOrderButton_active\#JE {
    opacity: 1;
  }

.ModelsOrderButton_active\#JE .icon.icon-triangle-arrow-down-ds {
      transform: rotate(180deg);
    }

.ModelsOrderButton\#fz:hover {
    opacity: 1;
  }

.ModelsOrderButton__icon_arrow\#tQ {
  @include transition();

  height: 5px;
  margin-left: 4px;
  margin-right: 0px;

  fill: $editable-collection-edit-button-color;
}

@import 'common/sass/helpers.scss';

.ModelsOrderDropdown\#Bj {
  white-space: nowrap;
}

.ModelsOrderDropdown\#Bj.dropdown-wrapper.ModelsOrderDropdown__mobile\#Di {
      max-width: initial;
      position: absolute;
      width: initial;
    }

.ModelsOrderDropdown\#Bj.dropdown-wrapper.bottom-left {
      top: calc(100% + 12px);
    }

.ModelsOrderDropdown\#Bj .dropdown-content::after {
    display: none;
  }

.ModelsOrderDropdown\#Bj{

  @include media($media-m-max) {
    left: 0;
    right: auto;
    width: auto;
    margin-left: 0;
      &.dropdown-wrapper.bottom-left {
        right: auto;
      }

    &.dropdown-wrapper.mobile {
      left: 0;
      width: auto;
      position: absolute;
    }
  }
}

.ModelsOrderDropdown\#Bj .ModelsOrderDropdown__content\#Oo {
    background-color: $models-order-dropdown-background;
    padding: 8px 0px;
  }

@import 'common/sass/helpers.scss';

.ModelsOrderDropdownDivider\#nB {
  padding: 4px 12px;
}

.ModelsOrderDropdownDivider__divider\#pD {
  border-top-color: $models-order-dropdown-divider-color;
  margin: 0;
}

@import 'common/sass/helpers.scss';

.ModelsOrderDropdownItem\#z0 {
  align-items: center;
  color: $models-order-dropdown-item-color;
  cursor: pointer;

  display: flex;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
}

.ModelsOrderDropdownItem\#z0:hover {
    background-color: $models-order-dropdown-item-bg-color-hover;
    color: $models-order-dropdown-item-color-active;
    text-decoration: none;
  }

.ModelsOrderDropdownItem\#z0:hover .ModelsOrderDropdownItem__icon\#Bf {
      fill: $models-order-dropdown-item-color-active;
    }

.ModelsOrderDropdownItem_active\#ek {
    color: $models-order-dropdown-item-color-active;
  }

.ModelsOrderDropdownItem_active\#ek .ModelsOrderDropdownItem__icon\#Bf {
      fill: $models-order-dropdown-item-color-active;
    }

.ModelsOrderDropdownItem__icon\#Bf {
  fill: $models-order-dropdown-item-color;

  margin-right: 12px;
  min-height: 20px;
  min-width: 20px;
}

.ModelsOrderDropdownItem__label\#Ix {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 188px;
}






@import 'common/sass/helpers.scss';

.GoUltimateBanner__banner\#_b {
  align-items: center;
  background: $go-ultimate-banner-bg;
  border: $go-ultimate-banner-border;

  border-radius: 5px;
  box-shadow: $go-ultimate-banner-shadow;

  color: $go-ultimate-banner-color;
  cursor: pointer;

  display: flex;
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: 10px;
  margin-top: -6px;
  overflow: hidden;

  padding: 6px 22px 6px 6px;

  position: relative;
}

.GoUltimateBanner__banner\#_b:hover,
  .GoUltimateBanner__banner\#_b:focus,
  .GoUltimateBanner__banner\#_b:focus-within,
  .GoUltimateBanner__banner\#_b:active {
    text-decoration: none;
  }

.GoUltimateBanner__banner\#_b:hover {
    color: $go-ultimate-banner-color;
  }

.GoUltimateBanner__banner\#_b:hover .GoUltimateBanner__hover\#wn {
      opacity: 1;
    }

.GoUltimateBanner__hover\#wn {
  background: $go-ultimate-banner-bg--hover;
  height: 100%;
  left: 0;

  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.05s ease-in-out;
  width: 100%;
}

.GoUltimateBanner__icon\#hv {
  @include ultimate-star(true, 50px);
  display: block;
  position: relative;
}

.GoUltimateBanner__iconContainer\#vv {
  flex-shrink: 0;

  margin-right: 7px;
  position: relative;
}

@keyframes GoUltimateBanner__u-promo-pulse\#qJ {
    0% {
      opacity: 0.3;
    }
    33% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    66% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }

.GoUltimateBanner__pulse\#hh{
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-name: GoUltimateBanner__u-promo-pulse\#qJ;
  animation-timing-function: ease-in-out;
  border-radius: 50%;

  box-shadow: $go-ultimate-banner-star-shadow;
  height: 40px;
  left: 50%;

  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

.GoUltimateBanner__text\#ZN {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  position: relative;
}

.GoUltimateBanner__close\#XG {
  cursor: pointer;

  height: 0.8rem;

  margin-right: 0;

  opacity: 0.4;
  pointer-events: all;
  position: absolute;
  right: 5px;
  top: 6px;
  transition: opacity 0.05s ease-in-out;
}

.GoUltimateBanner__close\#XG:hover {
    opacity: 1;
  }

.GoUltimateBanner__tooltip\#Lr .tooltip-inner {
    background-color: $app-sidebar-tooltip-back-color;
    border-color: $app-sidebar-tooltip-back-color;
    color: $text-color-full-ds;
    font-size: 12px;
    font-weight: 400;
  }

.GoUltimateBanner__compact\#oj {
  background: transparent;
  border: none;
  margin-bottom: 3px;
  margin-left: -10px;
  margin-right: 9px;
  margin-top: -3px;
  padding: 7px;
}

.GoUltimateBanner__compact\#oj:hover {
    background: transparent;
  }

.GoUltimateBanner__compact\#oj:hover .GoUltimateBanner__hover\#wn {
      opacity: 0;
    }

.GoUltimateBanner__compact\#oj.GoUltimateBanner__banner\#_b .GoUltimateBanner__iconContainer\#vv {
      margin-right: 0;
    }

.GoUltimateBanner__compact\#oj.GoUltimateBanner__banner\#_b .GoUltimateBanner__icon\#hv {
      height: 30px;
      width: 30px;
    }

.GoUltimateBanner__compact\#oj.GoUltimateBanner__banner\#_b .GoUltimateBanner__pulse\#hh {
      box-shadow: $go-ultimate-banner-compact-star-shadow;
      height: 20px;
      width: 20px;
    }
























@import 'common/sass/helpers.scss';

.AllSpiesLeftModal\#pp {
  width: 320px;
}

.AllSpiesLeftModal__icon\#WP {
  fill: $text-color-base-ds;
}

.AllSpiesLeftModal__content\#HJ {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.AllSpiesLeftModal__title\#Dr {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 12px 0;
}

.AllSpiesLeftModal__description\#iu {
  color: rgba($text-color-base-ds, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 10px 20px;
  text-align: center;
}

.AllSpiesLeftModal__button\#F6 {
  font-size: 14px;
  font-weight: 500;
}

.DeleteActivityBaseModal\#p9 {
  width: 400px;
}

.DeleteActivityBaseModal__content\#wa {
  background: #2e2e2e;
  border-radius: 8px;
  padding: 30px;
}

.DeleteActivityBaseModal__title\#F2 {
  align-items: center;
  color: $color-white;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}

.DeleteActivityBaseModal__titleIcon\#SZ {
  color: $color-white;
  margin-bottom: 16px;
}

.DeleteActivityBaseModal__description\#pX {
  background: #272727;
  border-radius: 8px;
  color: rgba(248, 248, 248, 0.8);
  display: flex;
  font-size: 13px;
  margin-bottom: 16px;
  padding: 16px 24px;
}

.DeleteActivityBaseModal__descriptionTitle\#Om {
  color: $color-white;

  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
}

.DeleteActivityBaseModal__descriptionContent\#wa {
  display: flex;
  flex-direction: column;
}

.DeleteActivityBaseModal__descriptionList\#LA {
  font-size: 13px;
  line-height: 20px;
  list-style: disc;
  margin: 0;
  padding-left: 10px;
}

.DeleteActivityBaseModal__descriptionList\#LA li {
    color: rgba(248, 248, 248, 0.6);
  }

.DeleteActivityBaseModal__descriptionList\#LA li:not(:last-child) {
      padding-bottom: 12px;
    }

.DeleteActivityBaseModal__descriptionIcon\#iL {
  color: #c22934;
  margin-left: -5px;
  margin-right: 4px;
}

.DeleteActivityBaseModal__checkboxContainer\#bF {
  color: $color-white;
  display: flex;
  font-size: 13px;
  justify-content: center;
  margin-bottom: 25px;
}

.DeleteActivityBaseModal__checkbox\#Qr {
  text-align: left;
}

.DeleteActivityBaseModal__checkboxContent\#ud {
  color: $color-white;
}

.DeleteActivityBaseModal__buttons\#Ur {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.DeleteActivityBaseModal__button\#on {
  width: 162px;
}




.Discount\#BO {
  background: rgba(255, 169, 0, 0.08);
  border-radius: 20px;
  color: #ffa900;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  padding: 2px 4px;
  width: max-content;
}

@import 'common/sass/helpers.scss';

.LoaderSkeleton__line\#Pk {
  @include skeleton-animation($messenger-chat-skeleton-gradient);
  border-radius: 20px;
  height: 8px;
}

.LoaderSkeleton__line_dot_small\#CV {
    height: 14px;
    margin: auto;
    width: 18px;
  }

.LoaderSkeleton__line_dot_medium\#VO {
    height: 18px;
    margin: auto;
    width: 18px;
  }

.LoaderSkeleton__body-row\#GK:nth-child(odd) td {
  background-color: $tip-menu-discounts-modal-row-bg;
}

.LoaderSkeleton__body-row\#GK:nth-child(odd) td:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }

.LoaderSkeleton__body-row\#GK:nth-child(odd) td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }

.LoaderSkeleton__activity\#B7 {
  color: $tip-menu-discounts-modal-activity;
  padding: 10px 5px 10px 12px;
}

.LoaderSkeleton__price\#hO {
  padding: 10px 0;
  text-align: center;
}

@import 'common/sass/helpers.scss';

.PrivateDiscountsModal\#e1 {
}

.PrivateDiscountsModal__title\#gY {
  color: $text-color-base;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 0 16px;
  display: flex;
  justify-content: center;
  position: relative;
}

.PrivateDiscountsModal__modalContent\#QW {
  background: $tip-menu-discounts-modal-bg-with-gradient;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  max-width: 100%;
  min-height: 302px;
  padding: 16px 0 22px;
  width: 620px;
}

.PrivateDiscountsModal__fullPriceDescription\#A8 {
  color: rgba(248, 248, 248, 0.6);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: 0.2px;
}

.PrivateDiscountsModal__tierLabel\#oG {
  display: block;
  margin-top: 4px;
}

.PrivateDiscountsModal__table\#Oc {
  border-top: 1px solid $tip-menu-discounts-modal-separator;
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 138.462% */
  letter-spacing: 0.2px;
  width: 100%;
}

.PrivateDiscountsModal__table\#Oc .PrivateDiscountsModal__targetName\#Vt {
    min-width: 165px;
  }

.PrivateDiscountsModal__table\#Oc th {
    padding: 16px 0;
    min-width: 95px;
    text-align: center;
  }

.PrivateDiscountsModal__table\#Oc td {
    padding: 8px 0;
    text-align: center;
  }

.PrivateDiscountsModal__table\#Oc td:first-child {
    text-align: start;
  }

.PrivateDiscountsModal__tier1\#Jl {
  color: $tier-1-color;
}

.PrivateDiscountsModal__tier2\#hi {
  color: $tier-2-color;
}

.PrivateDiscountsModal__tier3\#FZ {
  color: $tier-3-color;
}

.PrivateDiscountsModal__discount\#Dy {
  margin-left: 4px;
}

.PrivateDiscountsModal__scrollBar\#XP {
  padding: 0 32px;
}

.PrivateDiscountsModal__buttonWrapper\#zV {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PrivateDiscountsModal__button\#iz {
  padding: 6px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.PrivateDiscountsModal__emptyPrice\#Hp {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: rgba($text-color-base, 0.6);
}

@import 'common/sass/helpers.scss';

.UserFanClubTierLabel__tier1\#T8 {
  color: $tier-1-color;
}

.UserFanClubTierLabel__tier2\#GC {
  color: $tier-2-color;
}

.UserFanClubTierLabel__tier3\#_E {
  color: $tier-3-color;
}























.UserFanClubTier\#rI {
  display: flex;
  align-items: center;
}

$transition: 300ms;

.CollapsedV2__contentWrapper\#gy {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows $transition ease-in-out;
}

.CollapsedV2__contentWrapper_isOpen\#L1 {
    grid-template-rows: 1fr;
  }

.CollapsedV2__content\#eh {
  overflow: hidden;
}

.CollapsedV2__header\#eU {
  align-items: center;
  display: flex;
}

.CollapsedV2__iconClose\#L8 {
  margin-left: auto;
  fill: $text-color-base;
  height: 20px;
  padding: 2px;
  transition: transform $transition;
}

.CollapsedV2__iconClose_collapsed\#Pd {
    transform: rotate(180deg);
  }

$collapsed-transition-duration: 0.4s;

.FanClubPrivateDiscount\#YH {
  background: #343434;
  border-radius: 10px;

  color: #9c9c9c;
  margin-bottom: 16px;
  border-bottom: none;

  @include media($media-s-max) {
    margin-bottom: 12px;
  }
}

.FanClubPrivateDiscount_card\#Q0 {
    justify-content: center;
    display: flex;
    padding: 12px 14px;
    text-align: center;
  }

.FanClubPrivateDiscount__nowrap\#uU {
  white-space: nowrap;
}

.FanClubPrivateDiscount__accent\#Mz {
  color: $user-fan-club-subscribe-benefit-discount-accent-text-color;
  white-space: nowrap;
}

.FanClubPrivateDiscount__headerCollapsed\#ih {
  padding: 12px 14px;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}

.FanClubPrivateDiscount__headerTitle\#_H {
  color: $text-color-white-ds;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.FanClubPrivateDiscount__headerTitle_card\#o9 {
    display: inline;
  }

.FanClubPrivateDiscount__headerTitle_collapsed\#Qy {
    text-align: center;
    flex: 1;
  }

.FanClubPrivateDiscount__footer\#Lg {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.FanClubPrivateDiscount__content\#0F {
  padding: 0 14px 12px;
}

.FanClubPrivateDiscount__table\#iR {
  margin: 0 auto;
  width: 100%;
  max-width: 464px;
}

.FanClubPrivateDiscount__table\#iR tr {
    border-bottom: 1px solid $tip-menu-discounts-modal-separator;
  }

.FanClubPrivateDiscount__table\#iR tr:last-child {
      border-bottom: none;
    }

.FanClubPrivateDiscount__table\#iR td {
    padding: 12px 8px;
    text-align: end;
  }

.FanClubPrivateDiscount__table\#iR td:first-child {
      text-align: start;
    }

.FanClubPrivateDiscount__table\#iR th {
    padding: 12px 8px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: rgba($text-color-white-ds, 0.6);
    letter-spacing: 0.2px;
    text-align: end;
  }

.FanClubPrivateDiscount__table\#iR th:first-child {
      text-align: start;
    }

.FanClubPrivateDiscount__tiersColumn\#RH {
  width: 100%;
}

.FanClubPrivateDiscount__tierLabel\#Xy {
  color: $text-color-white-ds;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.FanClubPrivateDiscount__joinButton\#fn {
  width: fit-content;
  padding: 6px 16px;
  margin: 0 0 8px;
  min-height: 32px;
  max-height: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: $tier-3-color;

  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

button.FanClubPrivateDiscount__joinButton\#fn:active,
    button.FanClubPrivateDiscount__joinButton\#fn:focus,
    button.FanClubPrivateDiscount__joinButton\#fn:hover {
      background: #ff5276;
      color: #fff;
    }

.FanClubPrivateDiscount__discountLabel\#TP {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.FanClubPrivateDiscount__discountsColumn\#LJ {
  min-width: 80px;
}

.FanClubPrivateDiscount__emptyDiscount\#uR {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  margin-right: 12px;
}

.FanClubPrivateDiscount__tierWrapper\#X0 {
  display: flex;
}

.FanClubPrivateDiscount__activeLabel\#Y4 {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: rgba($text-color-white-ds, 0.8);
  background: #4a4a4a;
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 8px;
}

.FanClubPrivateDiscount__fanClubIcon\#c0 {
  margin-right: 0;
}

.HappyHourAlert\#Jz {
  align-items: center;
  background: #343434;
  border: 1px solid #ffa900;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 16px;
  padding: 10px;
}

.HappyHourAlert__timer\#Ny {
  align-items: center;
  background: rgba(#000, 0.4);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  justify-content: center;
  margin-left: auto;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 17px;
}

.HappyHourAlert__icon\#UE {
  background-size: contain;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.HappyHourAlert__title\#gW {
  color: rgba(248, 248, 248, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}

.HappyHourAlert__title\#gW strong {
    color: #ffa900;
  }

.PrivateDiscount__happyHour\#oE {
  border: none;
}





























@import 'common/sass/helpers.scss';

.StopVirtualPrivateModal\#cr {
  max-width: 370px;
}

.StopVirtualPrivateModal__icon\#jb {
  fill: $text-color-base-ds;
}

.StopVirtualPrivateModal__content\#Ze {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 22px 20px;
}

.StopVirtualPrivateModal__title\#Mf {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 12px 0;
}

.StopVirtualPrivateModal__descriptionContainer\#eA {
  align-items: center;
  color: $stop-private-show-description-color;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.StopVirtualPrivateModal__descriptionWarning\#K6 {
  margin-bottom: 10px;
}

.StopVirtualPrivateModal__button\#Tu {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 16px;
}

.StopVirtualPrivateModal__button_cancel\#BQ {
    padding: 5px 16px;
  }

.StopVirtualPrivateModal__descriptionAccent\#xr {
  color: $stop-private-show-description-accent-color;
}

@include media($media-mobile-m-max) {
  .StopVirtualPrivateModal\#cr {
    max-width: 320px;
  }

  .StopVirtualPrivateModal__buttonWrapper\#ef {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

    .StopVirtualPrivateModal__buttonWrapper\#ef .StopVirtualPrivateModal__button\#Tu {
      flex: 1;
      margin-right: 0;
    }
}
















.IosInstallPwaPopupWrapper__wrapper\#Lf {
  background: $modal-backdrop-bg;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: $z-modal;
}

.IosInstallPwaPopupWrapper__popup\#Vg {
  background-color: $pwa-popup-bg;
  border-radius: 12px;
  bottom: 20px;
  color: $text-color-base-ds;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: calc(100% - 55px);
  max-width: 290px;
  pointer-events: all;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
}

.IosInstallPwaPopupWrapper__popup\#Vg::before {
    border-color: transparent;
    border-style: solid;
    border-top-color: $pwa-popup-bg;
    border-width: 8px 8px 0;
    content: '';
    height: 0;
    left: calc(50% - 8px);
    position: absolute;
    top: 100%;
    width: 0;
  }

.IosInstallPwaPopupWrapper__popup_new\#yE {
    bottom: 28px;
  }

.IosInstallPwaPopupWrapper__popup_new\#yE:before {
      border-width: 19px 18px 0;
      left: calc(50% - 18px);
    }

.IosInstallPwaPopupWrapper__popup_new\#yE {

    @include media($media-tablet-min) {
      bottom: auto;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);

      &::before {
        display: none;
      }
    }
}

.IosInstallPwaPopupWrapper__content\#BT {
  border-radius: inherit;
  min-height: 0;
  overflow: auto;
}

.IosInstallPwaLegacyPopup\#zS {
  padding: 38px 24px 20px;
}

.IosInstallPwaLegacyPopup__title\#lX {
  font-size: 16px;
  font-weight: $bold-font-weight;
  line-height: 18px;
  margin: 8px 0;
}

.IosInstallPwaLegacyPopup__description\#Ym {
  font-size: 13px;
  line-height: 16px;
  margin: 8px 0;
  opacity: 0.6;
}

.IosInstallPwaLegacyPopup__steps\#NU {
  font-size: 12px;
  line-height: 16px;
}

.IosInstallPwaLegacyPopup__steps\#NU ul {
    margin: 0;
  }

.IosInstallPwaLegacyPopup__steps\#NU li {
    align-items: center;
    display: flex;
    padding: 8px 0;
  }

.IosInstallPwaLegacyPopup__icon\#jp {
  color: $text-color-base-ds;
  fill: $text-color-base-ds;
  margin-left: 5px;
  margin-top: -5px;
}

.IosInstallPwaLegacyPopup__shareIcon\#MK {
  color: #2e7cf6;
}

.IosInstallPwaLegacyPopup__logo\#G_ {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  height: 48px;
  position: absolute;
  top: 0;
  transform: translateY(-40%);
  width: 48px;
}

.IosInstallPwaLegacyPopup__closeButton\#fU {
  color: #f8f8f8;
  margin-right: 15px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 10px;
}

.IosInstallPwaLegacyPopup__closeIcon\#IM {
  fill: #f8f8f8;
  margin: 0;
}


.StepsModal\#c9 {
  max-width: 360px;
  width: 100%;
}

.StepsModal__content\#eO {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.StepsModal__imgWrapper\#gm {
  margin-bottom: 20px;
}

.StepsModal__title\#u1 {
  color: $text-color-base-ds;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.StepsModal__description\#BW {
  color: rgba($text-color-base-ds, 0.6);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.StepsModal__steps\#G_ {
  counter-reset: steps;
  list-style-type: none;
  margin: 0;
  width: 100%;
}

.StepsModal__step\#cd {
  align-items: center;
  background: $pwa-ios-benefits-bg;
  border: 1px solid $pwa-ios-benefits-border;
  border-radius: 12px;
  counter-increment: steps;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  min-height: 60px;
  padding: 14px 20px;
}

.StepsModal__step\#cd:before {
    background-color: $button-default-active;
    border-radius: 8px;
    content: counter(steps);
    display: block;
    flex-shrink: 0;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
    text-align: center;
    width: 24px;
  }

.StepsModal__step_topIndex\#rE:before {
    align-self: flex-start;
  }

.StepsModal__step\#cd + .StepsModal__step\#cd {
    margin-top: 8px;
  }

.StepsModal__stepImageWrapper\#VF {
  flex-shrink: 0;
  margin-left: auto;
}

.IosPushDeniedModal__bell\#Tu {
  align-items: center;
  background-color: $pwa-ios-promo-green-color;
  border-radius: 29px;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.IosPushDeniedModal__bellIcon\#B2 {
  color: #f8f8f8;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  height: 32px;
  margin: 0;
  transform: rotate(-19.33deg);
  width: 32px;
}

.IosPushDeniedModal__settingsImage\#Jw {
  border-radius: 9px;
  height: 32px;
  width: 32px;
}

.IosPushDeniedModal__redBell\#cT {
  align-items: center;
  background-color: $text-color-accent;
  border-radius: 10px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.IosPushDeniedModal__redBellIcon\#GI {
  color: #f8f8f8;
  height: 20px;
  margin: 0;
  width: 20px;
}

.IosPushDeniedModal__pwaLogo\#jP {
  height: 32px;
  width: 32px;
}

.IosPushDeniedModal__switcher\#IU {
  pointer-events: none;
}

.IosPushDeniedModal__refreshBlock\#BN {
  padding-bottom: 6px;
}

.IosPushDeniedModal\#Sq .IosPushDeniedModal__refreshBtn\#vq {
  font-weight: 500;
  height: 32px;
  margin: 12px 0 0;
}

.IosPushDeniedModal__refreshError\#vh {
  color: $pwa-push-denied-modal-refresh-error-color;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 14px;
  margin-top: 12px;
}

.IosUpdateSoftwareModal__iosImgWrapper\#UZ {
  border-radius: 14px;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.IosUpdateSoftwareModal__iosImg\#p2 {
  height: 100%;
  transform: scale(1.02);
  width: 100%;
}

.IosUpdateSoftwareModal__bell\#TK {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  height: 18px;
  transform: rotate(18.175deg);
  width: 18px;
}

.IosUpdateSoftwareModal__settingsImage\#Hy {
  border-radius: 9px;
  height: 32px;
  width: 32px;
}















.VerifyAgeBanner\#o1 {
  background-color: rgba(220, 250, 230, 1);
  color: rgb(12, 79, 26);
  display: flex;
  justify-content: center;
  padding: 16px 20px;
}

.VerifyAgeBanner__wrapper\#kE {
  display: flex;
}

.VerifyAgeBanner__icon\#Z5 {
  background-image: url('tokens/components/ui/PurchaseTokensModal/Banners/VerifyAgeBanner/icons/verify-age.svg');
  background-repeat: no-repeat;
  margin-right: 12px;
  min-height: 48px;
  min-width: 48px;
}

.VerifyAgeBanner__accent\#G5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.VerifyAgeBanner__description\#QD {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.VerifyAgeBanner__hiddenOnMobile\#KC {
  display: none;
  @include media($media-tablet-min) {
    display: inline;
  }
}






















.TwoFALogin\#cZ {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.TwoFALogin__h1\#Ni {
  color: $text-color-base;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 16px;
  opacity: 0.8;
}

.TwoFALogin__shield\#lV {
  color: $login-2fa-shield-icon-color;
}

.TwoFALogin__blocked\#ob {
  color: $login-2fa-blocked-icon-color;
}

.TwoFALogin__description\#so {
  color: $text-color-base;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin: 8px 0 30px;
  opacity: 0.6;
}

.TwoFALogin__field\#jE {
  margin-bottom: 20px;
  width: 100%;
}

.TwoFALogin__btn\#_B {
  font-size: 16px;
  margin: 0;
  width: 100%;
}

.TwoFALogin__checkBoxLabel\#ln {
  align-items: center;
  display: flex;
  margin-top: 32px;
}

.TwoFALogin__checkBox\#Ay {
  margin-right: 8px;
}

.TwoFALogin__errorWrapper\#wl {
  padding: 8px 6px;
}

.TwoFALogin__error\#rp {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 18px;
}

.TwoFALogin__errorDescription\#Av {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin: 8px 0 0;
}





























.SignUpWithoutEmailModal__captcha\#a2.SignUpWithoutEmailModal__captcha\#a2 {
  background-image: $signup-details-modal-captcha-bg !important;
  height: 90vh;
  padding: 0 !important;
  width: 90vw;

  @include media($media-s-min) {
    height: 400px;
    width: 320px;
  }

  @include media($media-m-min) {
    width: 640px;
  }
}

.SignUpWithoutEmailModal__captchaBackground\#mh {
  background: #fff;
  height: 100%;
  position: relative;
  width: 100%;

  @include media($media-m-min) {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
    width: 465px;
  }
}

.SignUpWithoutEmailModal__dataDomeIframe\#Fj {
  background: #fff;
  height: 100%;
  position: absolute;
  width: 100%;

  @include media($media-m-min) {
    width: 80%;
  }
}
















































