




























.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%;
  }
}








































.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 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
  width: 100%;
}

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

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

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

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

.MediaAccessOverlayCover__icon-wrapper\#uW{

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

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

  @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 {
  min-width: 100%;
  font-size: 10px;
  margin-top: 4px;
  opacity: 0.6;
  width: 50px;

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

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

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

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

.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 {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

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

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

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

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

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

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













































































































































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

.PrivateShowTestimonials\#Ki {
  background-color: $testimonials-on-do-in-my-shows-bg-color;
  padding: 7px 10px 5px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  color: $text-color-base-ds;
}

.PrivateShowTestimonials\#Ki:hover {
    text-decoration: none;
    color: $text-color-base-ds;
  }

.PrivateShowTestimonials\#Ki:hover .PrivateShowTestimonials__reviews\#K2 {
      opacity: 0.8;
    }

.PrivateShowTestimonials__title\#aB {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  opacity: $testimonials-on-do-in-my-shows-title-opacity;
}

.PrivateShowTestimonials__rating\#bD {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.PrivateShowTestimonials__ratingValue\#fm {
  color: $testimonials-on-do-in-my-shows-rating-color;
  font-size: 20px;
  font-weight: 700;
  margin-right: 8px;
}

.PrivateShowTestimonials__ratingStars\#sQ {
  display: flex;
  align-items: center;
}

.PrivateShowTestimonials__ratingStarIcon\#f5 {
  display: block;
}

.PrivateShowTestimonials__reviews\#K2 {
  opacity: 0.6;
  color: $testimonials-on-do-in-my-shows-reviews-color;
}

.PrivateShowTestimonials__reviewsIcon\#Tn {
  fill: currentColor;
  margin-left: 6px;
  margin-right: 0;
}




































$non-nude-shutter-with-teasing-min-height: 300px;

.NonNudeShutterWithTeasing\#sc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: $non-nude-shutter-with-teasing-min-height;
  padding: 20px 0;
}

.NonNudeShutterWithTeasing__videoWrapper\#cg {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(#fff, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 17px 0 rgba(#000, 0.25);
  margin-bottom: 18px;
  overflow: hidden;
  transform: translateZ(0);
  width: 60vw;
}

.NonNudeShutterWithTeasing__content\#GX {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.NonNudeShutterWithTeasing__header\#eE {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}

.NonNudeShutterWithTeasing__fire\#M1 {
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.NonNudeShutterWithTeasing__title\#pZ {
  color: $text-color-white-ds;
  font-size: 18px;
  font-weight: 700;
}

.NonNudeShutterWithTeasing__description\#zS {
  color: $text-color-white-ds;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin-bottom: 8px;
}

.NonNudeShutterWithTeasing__timeHint\#AA {
  align-items: center;
  display: flex;
}

.NonNudeShutterWithTeasing__voltageIcon\#CC {
  height: 14px;
  margin-right: 4px;
  width: 14px;
}

.NonNudeShutterWithTeasing__button\#HJ {
  background-color: $color-blue !important;
  color: $text-color-white-ds !important;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 16px;
}

.NonNudeShutterWithTeasing__button\#HJ:hover {
    background-color: #5f9ef1 !important;
  }

.NonNudeShutterWithTeasing__timeHintText\#tB {
  color: rgba($text-color-white-ds, 0.6);
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 16px;
}

@include media($media-s-min) {
  .NonNudeShutterWithTeasing\#sc {
    flex-direction: row;
    max-width: 530px;
    min-height: auto;
    padding: 30px 15px;
  }

  .NonNudeShutterWithTeasing__videoWrapper\#cg {
    border-radius: 10px;
    box-shadow: 0 0 12.75px 0 rgba(0, 0, 0, 0.25);
    flex-grow: 1;
    margin: 0 18px 0 0;
    width: auto;
  }

  .NonNudeShutterWithTeasing__content\#GX {
    align-items: start;
    flex-shrink: 0;
    text-align: left;
    width: 170px;
  }
}

@include media($media-m-min) {
  .NonNudeShutterWithTeasing\#sc {
    max-width: 80%;
  }

  .NonNudeShutterWithTeasing__videoWrapper\#cg {
    margin-right: 24px;
  }

  .NonNudeShutterWithTeasing__content\#GX {
    width: 190px;
  }

  .NonNudeShutterWithTeasing__header\#eE {
    margin-bottom: 16px;
  }

  .NonNudeShutterWithTeasing__fire\#M1 {
    height: 32px;
    margin-right: 8px;
    width: 32px;
  }

  .NonNudeShutterWithTeasing__title\#pZ {
    font-size: 24px;
  }

  .NonNudeShutterWithTeasing__description\#zS {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .NonNudeShutterWithTeasing__button\#HJ {
    font-size: 16px;
    height: 40px;
    margin-bottom: 12px;
    padding: 0 20px;
  }

  .NonNudeShutterWithTeasing__timeHintText\#tB {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (media-rule($media-xl-min)),
  (media-rule($media-tablet-min)) and (media-rule($media-m-max)) and (orientation: portrait) {
  .NonNudeShutterWithTeasing\#sc {
    max-width: 750px;
  }

  .NonNudeShutterWithTeasing__videoWrapper\#cg {
    margin-right: 32px;
  }

  .NonNudeShutterWithTeasing__content\#GX {
    width: 210px;
  }

  .NonNudeShutterWithTeasing__description\#zS {
    font-size: 20px;
    line-height: 28px;
  }

  .NonNudeShutterWithTeasing__button\#HJ {
    font-size: 18px;
    height: 48px;
    padding: 0 40px;
  }
}

@include media($media-xxl-min) {
  .NonNudeShutterWithTeasing\#sc {
    max-width: 910px;
  }

  .NonNudeShutterWithTeasing__videoWrapper\#cg {
    margin-right: 48px;
  }

  .NonNudeShutterWithTeasing__content\#GX {
    width: 250px;
  }

  .NonNudeShutterWithTeasing__description\#zS {
    font-size: 24px;
    line-height: 32px;
  }
}











































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

.FanClubDiscount__tierName_tier1\#lm {
    color: $tier-1-color;
  }

.FanClubDiscount__tierName_tier2\#E9 {
    color: $tier-2-color;
  }

.FanClubDiscount__tierName_tier3\#Qf {
    color: $tier-3-color;
  }

















































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

.FanClubTipDiscountMessage\#Qf {
  vertical-align: middle;
}

.FanClubTipDiscountMessage__text\#C2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
  color: $fan-club-tip-discount-text-color;
}

.FanClubTipDiscountMessage__discount\#Ux {
  color: #ffa900;
  font-weight: 700;
}

.FanClubTipDiscountMessage__button\#qc {
  background: rgba(255, 255, 255, 0.1);
}


















































/* root = overlay + header + body*/
.ModelChatActionsLayout\#KH {
  display: flex;
  flex-direction: column;
  pointer-events: none;
  position: relative;
}
.ModelChatActionsLayout\#KH > * {
    pointer-events: all;
  }
.ModelChatActionsLayout_overlay\#yj {
    background-color: rgba(#000, 0.3);
    pointer-events: all;
  }

/* content = header + body*/
.ModelChatActionsLayout__content\#di {
  display: flex;
  flex-direction: column;
  /* height and max-height ignored if height of root not specified*/
  height: 100%;
  max-height: 100%;
  min-height: 0;
}
.ModelChatActionsLayout__content_shrinkToBottom\#o6 {
    height: auto;
    margin-top: auto;
  }
.ModelChatActionsLayout__content_default\#zU {
    background-color: $chat-action-background-color;
    box-shadow: 0 1px 0 $chat-action-background-shadow-color;

    @include media($media-m-max) {
      background-color: $send-tip-form-new-public-chat-mobile-background-color;
    }
  }
.ModelChatActionsLayout__content_private\#dN {
    background-color: $send-tip-form-new-private-menu-bg-color;
    box-shadow: 0 1px 0 $chat-action-background-shadow-color;

    @include media($media-m-max) {
      background-color: $chat-action-background-color-mobile;
    }
  }
.ModelChatActionsLayout__content_fullscreen\#DB {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;

    @include media($media-xxs-max) {
      border-radius: 0;
    }
  }
.ModelChatActionsLayout__content_bottomSheet\#Dl {
    backdrop-filter: blur(3px);
    background: $chat-actions-bottom-sheet-bg;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

.ModelChatActionsLayout__header\#GN {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  justify-content: space-between;
  padding: 15px 20px 15px 22px;
  position: relative;
}

.ModelChatActionsLayout__content_default\#zU .ModelChatActionsLayout__header\#GN,
  .ModelChatActionsLayout__content_private\#dN .ModelChatActionsLayout__header\#GN {
    background-color: $chat-action-header-background-color;
  }

.ModelChatActionsLayout__content_bottomSheet\#Dl .ModelChatActionsLayout__header\#GN {
    padding-right: 17px;
  }

.ModelChatActionsLayout__content_bottomSheet\#Dl.ModelChatActionsLayout__content_canScrollTop\#_U .ModelChatActionsLayout__header\#GN {
    box-shadow: 0 -1px 0 0 rgba($text-color-base-ds, 0.04) inset;
  }

.ModelChatActionsLayout__body\#Vm {
  /* height and max-height ignored if height of root not specified*/
  flex: 1 1 auto;
  height: 100%;
  max-height: 100%;
  min-height: 0;
}

.ModelChatActionsLayout__closeBtn\#_e {
  border-radius: 2px;
  cursor: pointer;
  height: 24px;
  padding: 0;
  text-align: center;
  width: 24px;
}

.ModelChatActionsLayout__closeBtn\#_e .ModelChatActionsLayout__closeIcon\#hW {
    color: $chat-action-close-btn-color;
    height: 24px;
    margin: 0;
    transform: translateY(1px);
    width: 13px;
  }

.ModelChatActionsLayout__closeBtn\#_e:hover {
    background: rgba($tabs-color-base, 0.1);
  }

.ModelChatActionsLayout__closeBtn\#_e:hover .ModelChatActionsLayout__closeIcon\#hW {
      color: $text-color-base;
    }

.ModelChatActionsLayout__outerCloseBtn\#Zc {
  cursor: pointer;
  left: -23px;
  position: absolute;
  top: 10px;

  @include media($media-xxs-max) {
    left: auto;
    right: 15px;
    top: -30px;
  }
}

.ModelChatActionsLayout__outerCloseBtn\#Zc .ModelChatActionsLayout__outerCloseIcon\#wC {
    color: rgba(255, 255, 255, 0.6);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
    height: 16px;
    margin: 0;
    width: 16px;
  }

.ModelChatActionsLayout__outerCloseBtn\#Zc:hover .ModelChatActionsLayout__outerCloseIcon\#wC {
    color: #fff;
  }

.ModelChatActionsPrivateTip__form\#bG {
  background-color: $chat-action-header-background-color;
}

.ModelChatActionsNav\#md {
  box-shadow: inset 0 -1px rgba($tabs-color-base, 0.1);
}

  .ModelChatActionsNav_fullscreen\#TI {
    box-shadow: inset 0 -1px rgba(248, 248, 248, 0.1);
  }

.ModelChatActionsNav__item\#iJ {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: rgba($tabs-color-base, 0.6);
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  margin: 0 10px 0 20px;
  padding: 14px 0;
}

.ModelChatActionsNav__item\#iJ:hover {
    color: rgba($tabs-color-base, 0.7);
  }

.ModelChatActionsNav_fullscreen\#TI .ModelChatActionsNav__item\#iJ {
    color: rgba(#f8f8f8, 0.6);
  }

.ModelChatActionsNav_fullscreen\#TI .ModelChatActionsNav__item\#iJ:hover {
      color: rgba(#f8f8f8, 0.7);
    }

.ModelChatActionsNav__item\#iJ.ModelChatActionsNav__item_active\#Ll {
    border-bottom: 2px solid rgba($tabs-color-base, 0.8);
    color: rgba($tabs-color-base, 0.9);
  }

.ModelChatActionsNav_fullscreen\#TI .ModelChatActionsNav__item\#iJ.ModelChatActionsNav__item_active\#Ll {
      border-bottom: 2px solid rgba(248, 248, 248, 0.8);
      color: rgba(248, 248, 248, 0.9);
    }

.ModelChatActionsNav_private\#hW .ModelChatActionsNav__item\#iJ.ModelChatActionsNav__item_active\#Ll {
      border-bottom-color: $color-gold;
    }

.ModelChatActionsNav__itemIcon\#rb {
  margin-right: 9px;
}

.ModelChatActionsNav__cut\#of {
  @include media($media-desktop-max) {
    display: none;
  }

  @include media($media-m-max) {
    display: inline;
  }
}

.ModelChatActionsNav__restBlock\#VY {
  display: flex;
  flex-direction: column;
}

.ModelChatActionsNav__restItem\#xl {
  margin: 0;
  padding: 10px;
}

.ModelChatActionsNav_fullscreen\#TI .ModelChatActionsNav__scrollableNavbar\#H9 {
  white-space: nowrap;
}













.TipMenuDiscountViewCamPanel\#k0 {
  color: rgba($text-color-full-ds, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
  text-align: center;
}

  .TipMenuDiscountViewCamPanel_multiline\#eO {
    text-align: left;
  }

.TipMenuDiscountViewCamPanel__text\#xJ {
  letter-spacing: 0.15px;
}

.TipMenuDiscountViewCamPanel__discount\#tv {
  color: #ffa900;
}

.TipMenuDiscountViewCamPanel__button\#gA {
  background-color: $viewcam-chat-message-highlight-button-bg;
  border: 1px solid $viewcam-chat-message-highlight-button-border-color;
  border-radius: 14px;
  color: rgba($text-color-full-ds, 0.8);
  line-height: 22px;
  margin-left: 8px;
  padding: 0 2px 0 5px;
  transition: 0.15s linear;
  transition-property: background-color, color, border-color;
}

.TipMenuDiscountViewCamPanel__button\#gA:hover {
    background-color: $viewcam-chat-message-highlight-button-bg-hover;
    border-color: $viewcam-chat-message-highlight-button-border-color-hover;
    color: $text-color-full-ds;
  }

.TipMenuDiscountViewCamPanel__button_multiline\#jS {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

.TipMenuDiscountViewCamPanel__diamond\#qZ {
  height: 13px;
  margin: 0;
  margin-right: 5px;
  vertical-align: -3px;
  width: 14px;
}

.TipMenuDiscountViewCamPanel__chevron\#kr {
  height: 12px;
  margin: 0;
  margin-left: 2px;
  vertical-align: -2px;
  width: 12px;
}

.TipMenuDiscountViewCamPanel_fullscreen\#ei {
  color: rgba(#fff, 0.6);
}

.TipMenuDiscountViewCamPanel_fullscreen\#ei .TipMenuDiscountViewCamPanel__button\#gA {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid transparent;
    color: rgba(#fff, 0.8);
  }

.TipMenuDiscountViewCamPanel_fullscreen\#ei .TipMenuDiscountViewCamPanel__button\#gA:hover {
      background-color: rgba(255, 255, 255, 0.15);
      border-color: transparent;
      color: #fff;
    }


.ModelChatActionsSectionsWithScroll__standaloneHeader\#F3 {
  margin-top: 28px;
}

.ModelChatActionsSectionsWithScroll__builtinPluginHeader\#IX {
  margin-bottom: 8px;
}

.ModelChatActionsSectionsWithScroll__bottomSheetSection\#T_ + .ModelChatActionsSectionsWithScroll__bottomSheetSection\#T_ {
    padding-top: 18px;
  }

/* should have padding even if first child*/

.ModelChatActionsSectionsWithScroll__bottomSheetSection_toys\#uz,
  .ModelChatActionsSectionsWithScroll__bottomSheetSection_plugins\#kY {
    padding-top: 10px;
  }

.ModelChatActionsContentWithScroll\#vk {
  display: flex;
  flex-direction: column;
}

.ModelChatActionsContentWithScroll__nav\#nE {
  flex-shrink: 0;
}

.ModelChatActionsContentWithScroll__scrollbar\#tj {
  flex-grow: 1;
}

.ModelChatActionsContentWithScroll\#vk .ModelChatActionsContentWithScroll__form\#xu {
  flex-shrink: 0;

  @include media($media-m-max) {
    order: -1;
  }
}

.ModelChatActionsContentWithScrollBS\#FU {
  display: flex;
  flex-direction: column;
}

.ModelChatActionsContentWithScrollBS__scrollbar\#XP {
  flex-grow: 1;
  overscroll-behavior: contain;
}

.ModelChatActionsContentWithScrollBS__tabRef\#L5 {
  /* overscroll-behavior works only with elements which have scroll*/
  /* so such hack used to create scroll in short chat actions*/
  height: calc(0.0001% + 1px);
}

.ModelChatActionsContentWithTabs\#S_ {
  display: flex;
  flex-direction: column;
}

.ModelChatActionsContentWithTabs__nav\#Fg {
  flex-shrink: 0;
}

.ModelChatActionsContentWithTabs__scrollbarWrapper\#J3 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
  position: relative;
}

.ModelChatActionsContentWithTabs__scrollbarWrapper\#J3::before,
  .ModelChatActionsContentWithTabs__scrollbarWrapper\#J3::after {
    content: '';
    display: none;
    height: 40px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

.ModelChatActionsContentWithTabs__scrollbarWrapper_topShadow\#Vs:before {
    background-image: linear-gradient(to top, transparent 0%, #000 100%);
    display: block;
    top: 0;
  }

.ModelChatActionsContentWithTabs__scrollbarWrapper_bottomShadow\#mA:after {
    background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    bottom: 0;
    display: block;
  }

.ModelChatActionsContentWithTabs__scrollbar\#E0 {
  flex-grow: 1;
}

.ModelChatActionsContentWithTabs__form\#F4 {
  flex-shrink: 0;

  @include media($media-m-max) {
    order: -1;
  }
}

.ModelChatActions__content\#vy {
  height: 100%;
}

.ModelChatActions__layout_bottomSheet\#cV {
  height: 100%;
}






































































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

.PirvateShowDiscountIcon\#kF {
  background-image: url('features/discounts/images/user-active-discount.svg');
  position: absolute;
  width: 30px;
  height: 30px;
  left: -12px;
  top: -7px;
}







































.PushNotificationWarningText__link_newLine\#x2 {
  display: block;
}


























































































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

.ReviewPublishedAvatarPlaceholder\#tN {
  position: relative;
  background: $testimonials-published-notification-avatar-bg-color;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ReviewPublishedAvatarPlaceholder__icon\#_D {
  color: $testimonials-published-notification-avatar-icon-color;
  width: 24px;
  height: 24px;
  margin: 0;
}

.ReviewPublishedAvatarPlaceholder__heartIcon\#iF {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 0;
}

















































































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

$create-icon: url('cams/components/ui/SaveFanClubBenefitModal/icons/create-discount.svg');
$update-icon: url('cams/components/ui/SaveFanClubBenefitModal/icons/update-discount.svg');

.SaveFanClubBenefitModal\#l_ {
  width: 350px;
}

.SaveFanClubBenefitModal__content\#Es {
  padding: 30px 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.SaveFanClubBenefitModal__icon\#Gp {
  fill: #f8f8f8;
}

.SaveFanClubBenefitModal__icon_Create\#Yj {
    height: 52px;
    width: 52px;
    margin-bottom: 10px;
  }

.SaveFanClubBenefitModal__icon_Update\#M9 {
    height: 58px;
    width: 68px;
  }

.SaveFanClubBenefitModal__title\#K8 {
  color: $text-color-base;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-top: 8px;
}

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

.SaveFanClubBenefitModal__description_Create\#A1 {
    margin: 8px 0 20px;
  }

.SaveFanClubBenefitModal__description_Update\#M4 {
    margin: 12px 0 16px;
  }

.SaveFanClubBenefitModal__description_Accent\#DG {
    color: #ffd54f;
  }

.SaveFanClubBenefitModal__rights\#mi {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: $text-color-base;
  opacity: 0.8;
  list-style: initial;
  padding: 16px 4px 16px 22px;
  background: rgba(39, 39, 39, 0.6);
  border: 1px solid rgba(255, 213, 79, 0.2);
  border-radius: 8px;
}

.SaveFanClubBenefitModal__rights\#mi li:first-child {
    margin-bottom: 10px;
  }

.SaveFanClubBenefitModal__buttons\#NX {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}

.SaveFanClubBenefitModal__buttons\#NX button {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
  }

@include media($media-mobile-s-max) {
  .SaveFanClubBenefitModal__content\#Es {
    padding: 20px 16px;
  }
}









































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

.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%;
  z-index: $z-modal;
}

.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;
}










































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

.TwoFALogin__h1\#Ni {
  color: $text-color-base;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 24px;
  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;
  margin: 8px 0 30px;
  opacity: 0.6;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 18px;
}

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

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

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

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

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

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

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


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

  .SignupCounter\#Ds:before {
    background-color: #1e9b4b;
    border-radius: 4px;
    content: '';
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    width: 8px;
  }

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




























































































































