.chat-popup-container-wrapper {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 284px;
  z-index: 8000;
  display: flex;
  flex-direction: column;
}
.chat-popup-container{
  background-color: #ffffff;
  border: none;
  display: block;
  overflow: visible;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  order: 5;
}

.--hide-chat-inv .chat-popup-container-wrapper {
  opacity: 0!important;
  z-index: 1!important;
}

#chat_main_container img {
  border: 0;
  padding: 0;
  margin: 0;
  max-height: 100%;
  object-fit: cover;
  object-position: center top;
}

#chat_main_container img.sticker {
  max-height: 50px!important;
}

.chat-popup-container-title-wrapper {
  padding: 12px 40px 10px 8px;
  position: relative;
}

.chat-popup-container-title{
  color: #084B8D;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 700;
}

.minimizer {
  background: url("new_popups/minimize.svg");
  position: absolute;
  height: 24px;
  width: 24px;
  cursor: pointer;
  transition: transform 0.2s linear;
  top: 7px;
  right: 8px;
}

.chat-popup-container--minimized .minimizer {
  transform: scaleY(-1);
}

.notifier {
  position: relative;
  zoom: 1;
  width: 100% !important;
  box-sizing: border-box;
  background: #fff;
}

.notifier-content-wrap {
  padding: 8px;
  box-sizing: border-box;
}

.notifier-info {
  color: #000;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 15px;
  flex: 0 0 auto;
}

.notifier__age {
  font-weight: 400;
  white-space: nowrap;
}

.notifier__age::after, .chat-popup__online-icon {
  content: "";
  display: inline-block;
  background: #3A974A;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}

.chat-popup-container-title-wrapper .chat-popup__online-icon {
  display: none;
}

.notifier-message{
  color: #1B1B1B;
  font-family: Verdana;
  font-size: 12px;
  height: 71px;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  z-index: 10001;
  padding-top: 8px;
}

.notifier-message::before {
  content: "";
  display: block;
  background-image: url("new_popups/speech-bubble-tip.svg");
  background-size: 100% 100%;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 20px;
}

.notifier-message-text {
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.25em;
  overflow: hidden;
  position: relative;
  z-index: 10003;
  background-color: #e1f0fa;
  border-radius: 4px;
  padding: 5px 8px;
  box-sizing: border-box;
}

.notifier-message-text-content {
  position: relative;
  word-wrap: break-word;
}

.notifier-photo-container {
  height: 133px;
  position: relative;
  width: 100px;
  margin-right: 10px;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease-out;
  transform-origin: right bottom;
}

.notifier-photo {
  border-radius: 8px;
}

.notifier-info-container {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.notifier-start-chat{
  overflow: hidden;
  position: relative;
  text-align: center;
  flex: 0 0 auto;
  margin-top: 7px;
}

.notifier-top{
  clear: both;
  display: flex;
  flex-direction: row;
  height: 133px;
}

.notifiers-wrapper{
  background-color: #fff;
  clear: both;
  zoom: 1;
}

#chat_main_container img {
  border: 0;
}

span.notifier-close-action {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url('new_popups/close.svg') no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
  box-sizing: content-box!important;
}

span.notifier-close-action:hover {
  text-decoration: underline;
}

span.notifier-webcam {
  background: url(new_popups/webcam.svg) no-repeat transparent;
  width: 26px;
  height: 17px;
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.chat-popup-container--in_chat {
  right: 20px;
}
.chat-popup-container--in_chat .chat-popup-container-title {
  font-family: Helvetica, sans-serif;
}
.chat-popup-container--in_chat .notifier-wrap {
  margin-top: 5px;
  width: 284px!important;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 1.2;
}
.chat-popup-container--in_chat .notifiers-wrapper {
  width: auto;
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  transition: transform 0.5s ease-out;
  line-height: 0;
  font-size: 0;
}
.chat-popup-container--in_chat .notifier-timer {
  display: none;
}
.chat-popup-container--in_chat .notifiers-navigation {
  font-size: 0
}
.chat-popup-container--in_chat .notifiers-navigation button {
  width: auto;
  border: none;
  background: none;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.notifications-button-back {
  left: -10px;
}
.notifications-button-forward {
  right: -10px;
}
.chat-popup-container--in_chat .notifier-bottom {
  border-bottom: none;
}
.chat-popup-container--in_chat .notifier-close {
  position: absolute;
  top: 145px;
}
.notifiers-viewport {
  clear: both;
  overflow: visible;
}
.chat-popup-container--in_chat .notifiers-viewport {
  line-height: 0;
  font-size: 0;
}
.notifier-caption-watching {
  overflow: hidden;
  margin-top: 0;
  font-size: 14px;
  flex: 1;
  align-self: center;
}
.notifier-startchat-button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #22A360;
  border: none;
  padding: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.5;
  border-radius: 10px;
}
.notifier-start-chat--stream .notifier-startchat-button {
  background: #a32222;
}
.notifier-startchat-button::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 11px;
  background-image: url("new_popups/start-chat.svg");
  background-size: 100% 100%;
  vertical-align: middle;
  opacity: 0.75;
}
.notifier--yes .notifier-startchat-button::before, .notifier--bcast .notifier-startchat-button::before {
  display: none;
}
.notifier--yes .notifier-startchat-button, .notifier--bcast .notifier-startchat-button {
  line-height: 1;
  font-size: 16px;
}
.notifier-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
.notifier-wrap--favorite {
  border: 3px solid #F8DB76;
  border-radius: 6px;
  position: relative;
}
.notifier-wrap--favorite::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url("new_popups/fav.svg") no-repeat center #F8DB76;
  background-size: 16px 16px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 9
}
.chat-mobile-secondary {
  opacity: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-45px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  position: absolute;
  right: calc((100% - 1320px) / 2);
  top: 71px;
  width: 375px;
  height: 400px;
  overflow: auto;
  z-index: 700010;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}
.chat-mobile-secondary--shown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.chat-mobile-secondary__no-invitations-alert {
  display: none;
  color: #000;
  padding: 1em 0;
  text-align: center;
}
.chat-mobile-secondary__list:empty + .chat-mobile-secondary__no-invitations-alert {
  display: block;
}
.chat-mobile-secondary__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.notifier-caption-watching--online {
  display: none;
}
.notifier-wrap--always-horizontal {
  width: 100%!important;
  display: block;
}
.notifier-wrap--always-horizontal:not(.--slide-up):hover {
  z-index: 9;
}
.notifier-wrap--always-horizontal.--slide-up {
  overflow: hidden;
}
.notifier-wrap--always-horizontal.notifier-wrap--favorite::before {
  top: 0;
  left: 0;
}
.notifier-wrap--always-horizontal .notifier {
  width: 100%!important;
}
.notifier-wrap--always-horizontal .notifier-message {
  flex: 1 0 155px;
  width: auto;
  margin-right: 10px
}
.notifier-wrap--always-horizontal .notifier-message-text {
  width: 100%;
}
.notifier-wrap--always-horizontal .notifier-caption-watching {
  margin-top: 0;
}
.notifier-wrap--always-horizontal .notifier-content-wrap {
  padding: 8px 15px 8px 8px;
  overflow: visible;
  width: 100%!important;
}
.notifier-wrap--always-horizontal .notifier-info {
  display: none;
}
.notifier-wrap--always-horizontal .notifier__age::after {
  display: none;
}
.notifier-wrap--always-horizontal .notifier-message {
  height: auto;
  flex: 1 0;
}
.notifier-wrap--always-horizontal .notifier-message-text {
  width: auto;
  overflow: hidden;
}
.notifier-wrap--always-horizontal .notifier-photo-container {
  height: 64px;
  width: 50px;
  z-index: 2;
  transform-origin: left top;
}
.notifier-wrap--always-horizontal .notifier-photo-container img {
  width: 100%;
  height: 100%;
  max-height: 9999px !important;
  object-fit: cover;
  object-position: center top;
}
.notifier-wrap--always-horizontal .notifier-info-container {
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 1;
}
.notifier-wrap--always-horizontal .notifier-top{
  height: 64px;
}
.notifier-wrap--always-horizontal span.notifier-close-action {
  top: 5px;
  right: 5px;
  background: url('new_popups/close.svg') center no-repeat #fff;
  background-size: 10px 10px;
  opacity: 1;
  z-index: 9;
  box-sizing: content-box;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #22A360;
}
.notifier-wrap--always-horizontal span.notifier-webcam {
  display: none;
}
.notifier-wrap--always-horizontal .notifier-startchat-button {
  width: 100px;
  height: 100%;
  font-size: 16px;
}
.notifier-wrap--always-horizontal .notifier--yes .notifier-startchat-button, .notifier--bcast .notifier-startchat-button {
  line-height: 1;
  font-size: 16px;
}
.notifier-wrap--always-horizontal .notifier-caption-watching {
  margin-right: 10px;
}
.notifier-wrap--always-horizontal .notifier-startchat-button::before, .notifier-startchat-button::before {
  display: none;
}
.notifier-wrap--always-horizontal .notifier-caption-watching--online {
  display: block;
}
.notifier-name__link {
  color: inherit;
}
.page--STREAMING > header {
  margin-bottom: 0;
}
.page--STREAMING #featuredLadiesBlock {
  margin-top: 0;
  border-top: none;
}
.page--STREAMING .section-page > .container {
  padding-left: 0;
  padding-right: 0;
}
.h-chat-inv-attach-marker {
  background: url(https://static.behappy2day.com/chat/m/css/new_popups/paperclip.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  float: right;
  margin: 0 0 1px 1px;
}
.invite-attachment {
  width: 84px;
  height: 52px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.invite-attachment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 2;
}
.invite-attachment__img {
  position: absolute;
  z-index: 1;
  top: 0; left: 0; width: 100%; height: 100%;
  object-position: center;
  object-fit: cover;
}
.invite-attachment__view-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(http://static.behappy2day.com/chat/m/css/new_popups/attachment.svg) center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
  z-index: 3;
}
.invite-attachment--shortie .invite-attachment__view-button {
  background-image: url(http://static.behappy2day.com/chat/m/css/new_popups/shortie.svg);
}
/* @start Virtual gifts */
.notifier-message-text .chat-vgifts__play-badge {
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
  width: 28px;
  height: 28px;
  background: url(../img/play-circle.svg) center no-repeat;
  background-size: 100%;
  font-size: 0;
}

.notifier-message-text .chat-virtual-gift {
  white-space: normal;
}

.notifier-message-text .chat-virtual-gift__img-wrap {
  position: relative;
  cursor: pointer;
  width: max-content;
}

.notifier-message-text .chat-virtual-gift__img, .individual-content .chat-virtual-gift__img {
  max-height: 100px;
  width: auto;
}

.notifier-message-text .chat-virtual-gift .chat-vgifts__play-badge {
  width: 33px;
  height: 33px;
  filter: drop-shadow(0 0 4px rgba(255, 149, 0, 1));
}

.notifier-message-text .chat-virtual-gift__play-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: #fff;
  color: #2A6CBF;
  border: 1px solid currentColor;
  line-height: 2.2;
  padding: 0 15px;
  font-size: 10px;
  z-index: 1;
  font-weight: 700;
  cursor: pointer;
}

.notifier-message-text .chat-virtual-gift__note {
  margin: 1em 0 0;
}
.notifier-message-text .chat-virtual-gift__note:empty {
  display: none;
}
/* @end Virtual gifts */
@media (pointer: fine) {
  .notifier-wrap--always-horizontal .notifier-photo-container:hover {
    transform: scale(1.1) translateZ(0);
    transform-origin: center;
    z-index: 15;
  }
  .notify-dropdown-box .notifier-wrap--always-horizontal .notifier-photo-container:hover {
    transform: none;
    z-index: auto;
  }
}
@media (max-width: 1900px) {
  .chat-popup-container-wrapper {
    right: auto;
    left: 10px;
  }
  .chat-mobile-secondary {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .chat-popup-container-wrapper {
    width: auto;
    right: 0;
  }
  .chat-popup-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
  }
  .chat-popup-container-title-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: -0px 0 10px rgba(0,0,0,0.25);
    padding: 3px;
    transform: translateX(-100%);
    border-radius: 50% 0 0 50%;
    font-size: 0;
  }
  .chat-popup-container-title{
    display: none;
  }
  .minimizer {
    position: static;
    transform: rotate(270deg);
    width: 20px;
    height: 20px;
    opacity: 0.5;
  }
  .minimizer:hover {
    opacity: 1;
  }
  .chat-popup-container--minimized {
    transform: translateX(100%);
    box-shadow: none;
  }
  .chat-popup-container--minimized .minimizer {
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
  }
  .chat-popup-container--minimized .chat-popup-container-title-wrapper .chat-popup__online-icon {
    display: inline-block;
  }
  .notifier-wrap {
    display: inline-block;
    vertical-align: top;
  }
  .notifier-content-wrap {
    width: 24vw;
  }
  .notifier-content-wrap {
    padding: 8px 15px 8px 8px;
  }
  .notifier-info {
    display: none;
  }
  .notifier__age::after {
    display: none;
  }
  .notifier-message {
    height: auto;
    flex: 1 0;
    margin-right: 10px;
  }
  .notifier-message-text {
    width: auto;
    overflow: hidden;
  }
  .notifier-photo-container {
    height: 64px;
    width: 50px;
  }
  .notifier-photo-container img {
    width:100%;
    height: auto;
    max-height: 9999px!important;
  }
  .notifier-info-container {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
  }
  .notifier-top{
    height: 64px;
  }
  span.notifier-close-action {
    top: 5px;
    right: 5px;
    background: url('new_popups/close.svg') center no-repeat #fff;
    background-size: 10px 10px;
    opacity: 1;
    z-index: 9;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #22A360;
  }
  .notifier-wrap.--slide-up span.notifier-close-action {
    display: none;
  }
  span.notifier-webcam {
    display: none;
  }
  .notifier-startchat-button {
    width: 100px;
    height: 100%;
    font-size: 16px;
  }
  .notifier--yes .notifier-startchat-button, .notifier--bcast .notifier-startchat-button {
    line-height: 1;
    font-size: 16px;
  }
  .notifier-caption-watching {
    margin-right: 10px;
  }
  .notifier-startchat-button::before, .notifier-startchat-button::before {
    display: none;
  }
  .notifier-caption-watching--online {
    display: block;
  }
  .chat-mobile-secondary {
    right: 5px;
  }
  @media (pointer: fine) {
    .notifier-photo-container:hover {
      transform: scale(1.5) translateZ(0);
      z-index: 15;
    }
  }
}
@media (max-width: 991px) {
  .notifier-content-wrap {
    width: 32vw;
  }
}
@media (max-width: 960px) {
  .notifier-content-wrap {
    width: 49vw;
  }
}
@media (max-width: 560px) {
  .chat-popup-container-title-wrapper {
    display: none;
  }
  .notifier-wrap, .notifier-content-wrap {
    width: 100%!important;
    display: block;
  }
  .chat-popup-container-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }
  .chat-popup-container {
    background: none;
  }
  .notifier-startchat-button__now {
    text-transform: uppercase;
  }
  .notifier {
    width: 100%!important;
  }
  .notifier-message {
    flex: 1 1 155px;
    width: auto;
    margin-right: 10px
  }
  .notifier-message-text {
    width: 100%;
  }
  .notifier-wrap--favorite::before {
    left: -5px;
  }
  .notifier-caption-watching {
    margin-top: 0;
  }
  .chat-mobile-secondary {
    position: fixed;
    top: 52px;
    left: 0;
    right: auto;
    width: 100%;
    height: calc(100% - 52px);
    background: rgba(0,0,0,0.5);
    box-shadow: none;
  }
  .chat-mobile-secondary__no-invitations-alert {
    color: #fff;
  }
  .invite-attachment {
    width: 70px;
    height: 45px;
  }
}
/* @start Streaming preview  */
.notifier-top--full-only {
  display: flex;
}
.notifier-top--compact-only {
  display: none;
}
.notifier-top--streaming-preview {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.notifier-top {
  position: relative;
  z-index: 1;
}
.notifier-streaming-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  backdrop-filter: blur(5px);
}
.notifier-streaming-video--bg {
  object-fit: cover;
  backdrop-filter: none;
  z-index: 1;
}
.notifier-top--streaming-preview .notifier-info-container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5px 5px;
  justify-content: space-between;
  cursor: pointer;
}
.notifier-top--streaming-preview .notifier-name {
  color: #fff;
}
.notifier-top--streaming-preview::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0; left: 0; bottom: 0; right: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 60px);
}
.notifier-top--streaming-preview .notifier-startchat-button {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .notifier--stream.notifier--stream-has-preview .notifier-close-action {
    z-index: 5;
    background-color: #fff;
    padding: 10px;
    background-size: 10px;
    background-position: center;
    border-radius: 50%;
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 1000px) {
  .notifier-top--full-only {
    display: none;
  }
  .notifier-top--compact-only {
    display: flex;
  }
}
.notifier-wrap--always-horizontal .notifier-top--full-only {
  display: none;
}
.notifier-wrap--always-horizontal .notifier-top--compact-only {
  display: flex;
}
/* @end Streaming preview  */