




























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


















































































































































































































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










































































































































/* 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;
}














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





























































































.PushNotificationWarningText__link_newLine\#x2 {
  display: block;
}



















































































































































































































.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:before {
      border-width: 11px 14px 0;
      left: calc(50% - 14px);
    }

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



































































































































































