.bodyID {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
.myWrapper {
  padding: 2em;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 3em;
  justify-content: center;
}

.chat_body_content {
  overflow-anchor: none !important;
}

body .tabs-menu {
  display: flex;
  width: max-content !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}

.block {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.btn-gift-cancel *,
.btn-gift-ok *,
.btn-click * {
  pointer-events: none;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  opacity: 0;
  transition: opacity 0.3s linear;
  display: none;
}

.overlay--speed {
  transition: opacity 0.07s linear;
}

.overlay--blue {
  background: rgba(38, 29, 68, 0.8);
}

.overlay--roze {
  background: rgba(155, 62, 169, 0.7) !important;
}

.overlay--show {
  z-index: 999;
  opacity: 1;
  display: block;
}

.pop-up-search-city {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.07s linear;
}

.pop-up-search-city--show {
  opacity: 1;
  z-index: 9991;
}

.custom-input__search {
  position: relative;
}

.custom-input__search::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-search.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.custom-input__resset {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-reset-search.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
}

.input[type="search"] {
  padding-left: 30px;
  font-weight: 600;
}

.input[type="search"]:not(:placeholder-shown) + .custom-input__resset {
  display: block;
}

.form-search__sity {
  width: 100%;
}

.button-white-bg--center {
  margin: 0 auto;
}

.custom-textarea {
  width: 100%;
  height: 100%;
}

.custom-textarea__field {
  border: none;
  width: 100%;
  height: 100%;
  resize: none;
  background: transparent;
  font-size: 0.85em;
  padding: 0;
  outline: none;
}
.custom-textarea__field::placeholder {
  color: #a39bc2;
}

.custom-textarea__field:hover::placeholder,
.custom-textarea__field:focus-visible::placeholder {
  color: #a39bc2b3;
}

.custom-checkbox--hide {
  display: none;
}

.custom-radio-city {
  position: relative;
  width: 100%;
}

.custom-radio-city__field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.custom-radio-city__label {
  cursor: pointer;
  margin: 0;
  width: 100%;
  border: 0 solid #00000026;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0.5em 0.75em 1em;
  display: flex;
}

.custom-radio-city__field:checked + .custom-radio-city__label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-check-done.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.custom-radio-city__label .subtitle--xxs {
  color: var(--color-2);
  font-size: 0.75em;
  font-weight: 400;
  pointer-events: none;
}

.custom-radio-city__field:checked + .custom-radio-city__label .subtitle--xxs {
  color: #62529f;
}

.custom-radio-city__label:hover .subtitle-xxs,
.custom-radio-city__label:focus-visible .subtitle-xxs {
  color: #62529f;
}

.input--error {
  background-color: #eececefa !important;
}
.input--error::placeholder {
  color: #c71b1b !important;
}
.input--errorBorder {
  border-color: #c71b1b !important;
}

.search-cityWrapperCity {
  width: 100%;
  max-height: 30vh;
  overflow: auto;
}

@media (min-width: 1024px) {
  .search-cityWrapperCity {
    max-height: 20vh;
  }
}

.w-dropdown-link--selected {
  background-color: var(--color-5);
  border: 1px solid var(--color-5);
}
.enter_otp_email,
.otp_head {
  width: 20em !important;
  max-width: 20em !important;
}

.w-100,
.row {
  width: 100%;
}

.enter_otp,
.enter_otp_email {
  max-width: 270px;
  margin: 20px auto 0;
  border-top: 1px solid rgb(255 255 255 / 26%);
  padding: 0px 40px;
  display: none !important;
}
#otp_outer {
  width: 190px;
  overflow: hidden;
  margin: 0 auto;
}
#otp_inner {
  left: 0;
  position: sticky;
  display: flex;
  flex-direction: column;
}
#otp_check_email {
  outline: none;
  font-size: 26px;
}
#otp_check,
#otp_check_email,
#otp_check_phone,
#otp_check_forget_email,
#otp_check_forget_phone {
  padding: 0;
  padding-left: 11px;
  letter-spacing: 34px;
  border: 0 !important;
  background: linear-gradient(to left, #000000 70%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 50px 2px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
  box-shadow: none;
  border-radius: 0;
  color: #000000;
}
#otp_outer a {
  color: #5e508d;
  background: rgb(255 255 255 / 20%);
  margin: 25px auto 0;
  display: inline-block;
  line-height: 25px;
  border-radius: 6px;
  transition: all 0.2s;
  text-decoration: none;
  position: relative;
  width: fit-content;
}

#otp_outer a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #5e508d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-100%);
}
#otp_outer a:hover::before,
#otp_outer a:hover {
  background: rgb(255 255 255 / 30%);
}

.dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

@media (max-height: 850px) {
  .dropdown-list--top {
    transform: translateY(-100%);
    top: -5px;
  }
}

.dropdown-list-2.checkbox.blur.w--open {
  max-height: 10em;
  overflow: auto;
}

.avatar-huge-empty {
  position: relative;
  overflow: visible !important;
}

.tabs-none {
  display: none !important;
}

.button-card {
  background: transparent;
}
.button-flirt {
  background: transparent;
}
.avatar-profile {
  padding: 0;
}

.profile-box * .btn-close-gift *,
.main-menu-icon,
.avatar-profile img,
.icon-medium-wrapper *,
.action-button *,
.like-button *,
.dialog-button--close *,
.button-card * {
  pointer-events: none;
}

.pop-up-profile {
  position: absolute;
  z-index: 9991;
  transform: scale(0);
  right: 0;
  top: 0;
}

.pop-up-profile--show {
  transform: scale(1);
}

.settings-header-right {
  position: relative;
}

.empty-page-wrapper--sure,
.datepickers,
.pop-up-search,
.pop-up-event {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.07s linear;
}
.pop-up-all-chats {
  position: fixed !important;
  z-index: -1;
  opacity: 0;
  transition: all 0.07s linear;
}

.pop-up-dialogue {
  transition: all 0.07s linear;
}
.pop-up-search--show,
.empty-page-wrapper--show,
.pop-up-meet--show,
.pop-up-all-chats--show,
.pop-up-dialogue--show,
.datepickers--show,
.pop-up-event--show {
  opacity: 1;
  z-index: 9991;
}

.tag-selection {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.age-choose-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 19.5em;
  height: 2.75em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.age-line {
  grid-row-gap: 10px;
  background-color: #0000004d;
  background-image: linear-gradient(
    135deg,
    var(--navy),
    var(--magenta) 51%,
    var(--navy)
  );
  border-radius: 30em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 0.5em;
  text-decoration: none;
  display: flex;
}

.age-line.filter {
  background-color: #0000;
  background-image: linear-gradient(
    135deg,
    #a39bc24d,
    #a39bc24d 9%,
    var(--magenta) 51%,
    #a39bc24d 82%,
    #a39bc24d
  );
  overflow: hidden;
}

.age-choose-item {
  grid-row-gap: 0.375em;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 2em;
  left: 4.9em;
}

.icon-gender-age {
  aspect-ratio: 1;
  background-color: #ff42dc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 1.375em;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 14px #ff42dc;
}

.subtitle-xxs.navy {
  color: var(--navy);
}

.age-choose-item-second {
  grid-row-gap: 6px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 2em;
  left: 12em;
}

.icon-l {
  aspect-ratio: 1;
  flex: none;
  height: 1.5em;
}

.pop-up-profile .label-l {
  margin: 0 !important;
}

.text-count.navy-pale {
  color: var(--pale-navy) !important;
  inset: 0% auto 0% 18% !important;
}

.pop-up-meet--chat .gift-text-wrapper {
  justify-content: space-between !important;
}

.pop-up-all-chats {
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.5em;
  display: flex;
  overflow: hidden;
}
.all-chats-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em 0.75em;
  display: flex;
}
.search-status-bar-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0.75em;
  padding-right: 0.75em;
  display: flex;
}
.form-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.form-2.signup {
  flex-flow: column;
}
.input-with-icon {
  background-color: #e5e5e5;
  border: 1px solid #000;
  border-radius: 0.5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0.5em;
  display: flex;
}
.input-with-icon.pop-up {
  cursor: pointer;
  background-color: #f1eff7;
  border-color: #0000;
}
.status-item {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.toggle-box {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.toggle.pop-up {
  background-color: var(--color-5);
}
.toggle-circle.pop-up {
  background-color: var(--white);
}
.toggle-unselected.pop-up {
  border-color: #00000026;
}
.chat-button {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  cursor: pointer;
  border: 1px solid #00000026;
  border-radius: 0.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em 0.75em;
  display: flex;
}
.chat-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.tabs {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}
.tabs.pop-up {
  width: 100%;
}
.tabs-menu {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  background-color: #0000004d;
  border-radius: 2em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 0.375em;
  display: flex;
  overflow: hidden;
}
.tabs-menu {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}
.tabs-menu.pop-up {
  background-color: #f1eff7;
  width: 100%;
  margin-bottom: 0;
}
.tab-pop-up {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  color: var(--color-5) !important;
  cursor: pointer;
  background-color: #0000 !important;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 0.875em;
  font-weight: 500;
  display: flex !important;
}
.tab-pop-up.w--current {
  background-color: var(--color-5) !important;
  color: var(--white) !important;
}
.tab-pane-settings {
  width: 100%;
}
.white-gradient-pop-up {
  z-index: 100;
  background-image: linear-gradient(#fff 1%, #fffc 43%, #ffffff80 76%, #fff0);
  width: 100%;
  height: 9em;
  position: absolute;
  inset: 0% 0% auto;
}
.white-gradient-pop-up.extrashort {
  height: 3em;
  pointer-events: none;
}

.chat-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-radius: 0.75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
  padding: 0.75em;
  display: flex;
}
.sms-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.name-icons-wrapper {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.checked-icon-18 {
  aspect-ratio: 1;
  height: 1.125em;
  position: absolute;
  inset: auto 0% 0% auto;
}
.single-avatars-wrapper-small {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 2.5em;
  display: flex;
  position: relative;
}
.user-image {
  z-index: 200;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.tabs-content {
  width: 100%;
}
.input--c {
  grid-column-gap: 0.5em !important;
  color: #252525 !important;
  cursor: pointer !important;
  background-color: #e5e5e500 !important;
  border: 1px solid #e5e5e500 !important;
  border-radius: 0.5em !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100% !important;
  height: 3em !important;
  margin-bottom: 0 !important;
  padding: 0 0.75em 0 !important;
  font-size: 0.8em !important;
  display: flex !important;
  min-width: auto !important;
}
.input--c:hover {
  background: transparent !important;
}
.input-with-icon.pop-up:hover {
  background-color: var(--hover-semitransperant) !important;
}
.toggle.pop-up:hover {
  background-color: #59328f !important;
}
.toggle-circle.pop-up:hover {
  background-color: var(--hover-white-button) !important;
}
.chat-button:hover {
  background-color: var(--hover-for-transperant) !important;
}
.tab-pop-up:hover:not(.w--current) {
  background-color: #6b42a326 !important;
}
.chat-box:hover {
  background-color: var(--hover-for-transperant) !important;
}

.chat-box .avatar-small,
.offline,
.online,
.premium-icon-18-lightviolet,
.checked-icon-18,
.icon-m,
.icon-s {
  pointer-events: none;
}

.chat-wrapper .tabs {
  grid-row-gap: inherit !important;
}

.pop-up-all-chats .form-block {
  width: 100% !important;
  margin: 22.4px 0 0 0;
}
@media screen and (max-width: 479px) {
  .pop-up-all-chats .form-block {
    margin: 0;
  }
}

.profile-box {
  color: transparent;
  margin: 0;
  outline: none;
  background: transparent;
}
.profile-box .subtitle-xxs {
  text-align: left;
}

.profile-box * {
  pointer-events: none;
}

.responses-bottom-container {
  background-color: var(--white);
  padding-bottom: 1.5em;
  position: relative;
}
.white-gradient-pop-up {
  z-index: 100;
  background-image: linear-gradient(#fff 1%, #fffc 43%, #ffffff80 76%, #fff0);
  width: 100%;
  height: 9em;
  position: absolute;
  inset: 0% 0% auto;
}
.white-gradient-pop-up.short {
  height: 4.5em;
  pointer-events: none;
}
.responses-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 27em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
  overflow: scroll;
}
.responses-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.separator-po-up {
  grid-row-gap: 10px;
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
}
.separator-po-up.mobile {
  display: none;
}
#w-node-_0c47cd69-9d5a-50db-895d-cbcfe4c93d1d-142b7604,
#w-node-ac36d7bc-acb6-5eab-724f-27a8967b29da-142b7604,
#w-node-_8c6591c5-3043-f1df-28a0-ff4b14aa3806-142b7604,
#w-node-_1e190b12-91e6-6854-73ed-31087740179a-142b7604,
#w-node-_2343dabd-acc3-2f25-bc34-a8cb59334b00-142b7604,
#w-node-_53976865-90c2-42e5-1564-db7d1224253c-142b7604,
#w-node-cc9cbe0f-111d-7d3d-f73d-9b14c164f42d-142b7604 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.main-info-wrapper {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.response-button {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  cursor: pointer;
  border: 1px solid #00000026 !important;
  border-radius: 0.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.response-button:hover {
  background-color: var(--hover-for-transperant) !important;
}
.response-button * {
  pointer-events: none;
}
.avatars-wrapper-medium {
  justify-content: space-between;
  align-items: flex-end;
  width: 6.85em;
  display: flex;
  position: relative;
}
.response-descriotion-wrapper {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.avatar-response {
  aspect-ratio: 1;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 4em;
  overflow: hidden;
}
.avatar-response.right {
  position: absolute;
  inset: 0% 0% 0% auto;
}
.pop-up-avatars-icons-wrapper-2 {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.user-data-second {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.pop-up-avatars-icons-wrapper {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.gender-icon-22-orange {
  aspect-ratio: 1;
  height: 1.375em;
}
.names-wrapper {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.icons-small-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.icons-small-wrapper.pop-ups {
  width: 2em;
  position: relative;
}
.user-data-second {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.response-button {
  background: transparent;
}
.response-button * {
  pointer-events: none;
}

.input-full-component-buttons {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-flow: wrap;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 6.75em;
  height: 5.5em;
  text-decoration: none;
  display: flex;
}

.text-button--flirt,
.text-button--message {
  background: transparent;
}
.text-button--flirt *,
.text-button--message * {
  pointer-events: none;
}

.pop-up-dialogue .white-gradient-pop-up {
  z-index: 0 !important;
}

.ai-text-container {
  max-width: 400px;
}

.avatar-huge-empty--men::before {
  content: "He";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 0.85em;
  color: #a39bc2;
}

.avatar-huge-empty--women::before {
  content: "She";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 0.85em;
  color: #a39bc2;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 501;
}

.preloader--show {
  display: block;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.avatar-huge-empty--men .user-image,
.avatar-huge-empty--women .user-image {
  color: transparent;
}

.loader-text {
  display: none;
  position: absolute;
  text-align: center;
  bottom: 30%;
  max-width: 13em;
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .loader-text {
    max-width: 12em;
    font-size: 10px !important;
  }
}

.loader-text--show {
  display: block;
}

.day-wrapper *,
.day-wrapper.other-month,
.selectDateBtn * {
  pointer-events: none;
}
.day-wrapper {
  cursor: pointer;
}
.day-wrapper.selected {
  background-color: #ff42dc63;
}
.day-wrapper:hover:not(.selected) {
  background-color: #62068e45;
}
#cancelBtn {
  background: transparent;
}
#selectBtn:disabled {
  background: #b36ea6;
}
.selectDateBtn {
  background: transparent;
}

.native-time-input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0;
}
.custom-time-display {
  z-index: 1;
  pointer-events: none;
}
.time-item {
  position: relative;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f8f8f8;
  cursor: pointer;
}

.avatar-medium {
  cursor: pointer;
}

.avatar-medium * {
  pointer-events: none;
}

.button-primary.pink:disabled:hover,
.button-primary.pink:disabled {
  background: #ac94a8 !important;
  box-shadow: none;
}

.pop-profile-button * {
  pointer-events: none;
}

.pop-profile-button {
  background: transparent;
}

.tabs-menu-width {
  width: auto !important;
}
.plan-item * {
  pointer-events: none;
}

.plan-item {
  position: relative;
  cursor: pointer;
}

.plan-item::after {
  content: attr(data-text);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  background-color: var(--magenta);
  border-radius: 0.35em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0.75em 1em;
  display: flex;
  font-size: 0.85em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
  width: max-content;
  max-width: 240px;
}
@media (max-width: 1005px) {
  .plan-item::after {
    max-width: 180px;
  }
}
@media (max-width: 950px) {
  .plan-item::after {
    max-width: 140px;
  }
}

.plan-item::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 13px solid transparent;
  border-top-color: var(--magenta);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9;
}

.plan-item:hover::after,
.plan-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.steps-section {
  align-items: center !important;
  overflow: hidden;
}

.steps-container {
  max-width: 1080px;
}
@media (max-width: 1220px) {
  .steps-container {
    max-width: 920px;
  }
}

@media (max-width: 1060px) {
  .steps-container {
    max-width: 768px;
  }
}

@media (max-width: 900px) {
  .steps-container {
    max-width: 600px;
  }
}

.plan-wrapper .plan-item {
  padding-top: 0.2em !important;
  min-width: 43px;
}

.plan-wrapper .plan-item .plan-current-point {
  position: relative;
}

.plan-wrapper .timeline {
  background-image: linear-gradient(
    90deg,
    var(--color-5),
    var(--color-5) 38%,
    var(--purple) 56%,
    var(--purple)
  ) !important;
}

.plan-current-point {
  background-color: var(--magenta) !important;
}

.plan-wrapper .plan-item-selected {
  grid-row-gap: 1.5em !important;
}

.plan-wrapper .plan-item--last {
  grid-row-gap: 0.4em !important;
}
.plan-wrapper .plan-item--gap {
  grid-row-gap: 0.4em !important;
}

#send_otp_email * {
  pointer-events: none;
}

.error-social {
  background-color: #eea0a0;
  border-radius: 0.5em;
  padding: 0.75em;
  display: none;
}

.paragraph-s {
  font-size: 1em;
  line-height: 140%;
}

@media (max-width: 990px) {
  .ai-text-container {
    max-width: initial;
  }
}

.user-data-wrapper .names-wrapper .subtitle-s {
  text-align: center;
}

.button-white-bg *,
.menu-pop-up .text-button *,
.pop-up-all-chats .chat-box *,
.profile-settings-button *,
.button-secondary * {
  pointer-events: none;
}

.button-white-bg {
  background: transparent;
}

.gender-checkbox {
  cursor: pointer;
}

.gender-checkbox * {
  pointer-events: none;
}

.pointerEvents-none *,
.penone {
  pointer-events: none;
}

.toggle {
  margin: 0 !important;
  cursor: pointer;
  background: transparent !important;
  transition: all 0.3s linear;
  position: relative;
}

.toggle-circle {
  transform: translateX(-1em);
  transition: all 0.1s linear;
}

.toggle-input:checked + .toggle-circle {
  transform: translateX(0em);
}

.toogle--checked {
  background-color: #ffffff !important;
}

.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.footer-link-wrapper:hover .plaintext-xxs,
.footer-link-wrapper:focus-visible .plaintext-xxs {
  color: #a39bc2;
}

.header-section-final-profile--shadow {
  position: relative;
  background: linear-gradient(180deg, #140e2c 0%, rgba(20, 14, 44, 0) 100.07%);
}
#map {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.loader-maps {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none;
  border-top: 6px solid #ff42dc;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  inset: 0;
  margin: auto;
}

.loader-maps--show {
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w--open .plan-point-mobile {
  position: relative;
  transform: scale(2);
  background-color: #ff42dc !important;
}

.w--open .subtitle-xs {
  color: var(--color) !important;
}
.plan-point-mobile--pink.plan-point-mobile--first:after {
  content: "";
  width: 1px;
  height: 400%;
  background-image: linear-gradient(
    180deg,
    var(--color),
    var(--color) 38%,
    var(--color) 50%,
    var(--color) 70%,
    var(--purple)
  );
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.plan-point-mobile--pink::after {
  content: "";
  width: 1px;
  height: 400%;
  background-image: linear-gradient(
    180deg,
    var(--purple),
    var(--color) 38%,
    var(--color) 50%,
    var(--color) 70%,
    var(--purple)
  );
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.w-dropdown-toggle.w--open .icon-m {
  transform: rotate(180deg) !important;
}

.text-box textarea::-webkit-scrollbar,
.input-full-component-left textarea::-webkit-scrollbar {
  display: none;
}

.pop-up-dialog-bottom textarea.plaintext-xs,
.input-full-component-left textarea.plaintext-xs,
.text-box textarea.plaintext-xs {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.image-preview {
  margin-bottom: 1em;
  display: none;
}
.image-preview--show {
  display: block;
}
.image-preview img {
  margin: 0;
}

.preview-image {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 4px;
}
.message-input {
  position: relative;
}

.emoji-panel {
  position: absolute;
  max-height: 250px;
  border-radius: 1.2em;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 325px;
  bottom: 0.5em;
}

.emoji-panel2 {
  position: absolute;
  max-height: 250px;
  border-radius: 1.2em;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  bottom: 4.5em;
  right: 7em;
}

.text-box textarea.plaintext-xs:focus-visible {
  color: #a39bc2 !important;
}

.icon-button *,
.icon-l {
  pointer-events: none;
}

.couple-avatar-wrapper-medium {
  justify-content: space-between;
  align-items: flex-end;
  width: 6.85em;
  display: flex;
  position: relative;
}

.pop-up-all-chats .toggle.pop-up {
  background-color: var(--color-5) !important;
}

.pop-up-all-chats .toggle.pop-up:hover {
  background-color: #59328f !important;
}

.pop-up-all-chats .toggle.pop-up *,
.pop-up-all-chats .toggle-unselected.pop-up * {
  pointer-events: none;
}

.played-audio {
  width: 0%;
}

.icon-play * {
  pointer-events: none;
}

.icon-play {
  cursor: pointer;
}

.btn-remove-image {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textarea-plaintext {
  width: 100%;
  outline: none;
  border: none;
}

.attached-image {
  max-width: 100px;
  max-height: 100px;
  border-radius: 8px;
  margin: 5px 0;
  cursor: pointer;
  display: block;
}

.image-container {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.delete-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(38, 29, 68, 0.8);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  max-width: 100%;
  max-height: 90vh;
}

.attached-image {
  max-width: 100px;
  max-height: 100px;
  cursor: pointer;
  margin: 10px;
}

.messages-pop-up-scroll {
  position: relative;
}

.message-my-block {
  width: 100%;
}

.chat-container .message-scroll {
  height: 72vh !important;
}
@media screen and (max-width: 767px) {
  .chat-container .message-scroll {
    height: 55svh !important;
    margin-top: 1.5em;
  }
}

.chat-container .message-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chat-container .message-scroll::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .message-my-block {
    position: fixed;
    inset: auto 0 0 0;
    padding: 1em 2em 2em;
  }
}
@media screen and (max-width: 479px) {
  .message-my-block {
    inset: auto 0 0 0;
    background-color: var(--color-6);
    background-image: none;
    padding-bottom: 1em;
    padding-left: 1.125em;
    padding-right: 1.125em;
  }
  .message-top-block {
    inset: -1em 0 auto 0 !important;
  }

  .chat-left-container {
    padding: 7em 0 0 !important;
  }
  .chat-container .message-scroll {
    height: 50svh !important;
    margin-top: 1.5em;
  }
}

.block-checkmark label {
  margin: 0;
}
.button-blacklist * {
  pointer-events: none;
}

.main-section-full-screen--new {
  height: 87svh !important;
}

.add-audio {
  grid-template-columns: repeat(2, auto);
  overflow: initial !important;
}
.add-audio .audio-track-playing {
  grid-column: span 2;
}

.pop-up-dialogue .plaintext-xs.pale:hover {
  color: #a39bc2 !important;
}

.add-audio .button-card-with-icon {
  padding: 0 1em;
}

.playButton:hover,
.playButton:focus-visible {
  opacity: 0.8;
}

.icon-medium-wrapper {
  background: transparent;
  padding: 0;
}

.tabs-names-finb {
  display: none !important;
}

.pop-up-all-chats .toggle {
  border: 1px solid #00000026;
}

.pop-up-all-chats .toggle--checked {
  background-color: var(--color-5) !important;
}
.pop-up-all-chats .toggle--checked .toggle-circle {
  background-color: var(--white) !important;
}

.pop-up-all-chats .toggle--checked:hover,
.pop-up-all-chats .toggle--checked:focus-visible {
  background-color: #59328f !important;
}

.pop-up-all-chats .chat-button {
  background: transparent;
}

#btn_reset_chat_search {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e449e;
}

.hide {
  display: none !important;
}

.pop-up-all-chats {
  left: 0;
  right: 0;
  margin: auto;
}

.chat-boxes-wrapper.m_conversation {
  margin: 0 !important;
  padding: 0 !important;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(38, 29, 68, 1);
  display: none;
  will-change: opacity;
}

.chat_body_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.chat-intro {
  background: #d7d7d7;
  padding: 1em;
  border-radius: 2em;
  color: #3a3a3a;
}

.valign-wrapper {
  width: 100%;
}

.emojionearea-editor,
.emojionearea,
.chat_f_write,
.chat_f_textarea {
  height: 100% !important;
}

.emojionearea .emojionearea-editor {
  background: transparent !important;
}
.chat_f_textarea {
  width: 100%;
}

.m_c_item_snippet {
  max-width: 23em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.message {
  max-width: 18em;
  word-wrap: break-word;
  width: 100%;
  overflow-wrap: break-word;
}
.m_c_item_snippet {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.message-icon-big-3 {
  grid-column: span 2;
}
@media screen and (max-width: 479px) {
  .message-icon-big-3 {
    grid-column: span 1;
  }
  .input-full-component {
    grid-row-gap: 0em !important;
  }
}
#gify_box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

nav .header_home_link li a.prem,
a.prem,
.prema {
  animation: skel_animation 1.7s ease infinite;
  color: white !important;
  height: 31px;
  margin: 11.5px 0;
  padding: 0 16px;
  box-shadow: none;
  position: relative;
  margin-left: 12px;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  background: transparent
    linear-gradient(90deg, #f5d143 0%, #e8b826 18%, #e19724 69%, #e39c2d 100%)
    0% 0% no-repeat padding-box;
  border: 1px solid #e39c2d;
  border-radius: 30px;
  background-size: 200% 200%;
  font: normal normal normal 16px/30px Montserrat;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@keyframes skel_animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pop-up-dialogue #btn_load_prev_chat_message {
  color: var(--color-2);
  position: absolute;
  top: 70px;
}
.pop-up-dialogue.chat_conversations::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #f1eff7;
  position: absolute;
  top: 62px;
  left: 0;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.pop-up-dialogue > div .dropdown-content {
  min-width: 160px;
  left: auto !important;
  top: 10px !important;
  right: 45px;
  border-radius: 4px;
  padding: 2px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transform: none !important;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

.dropdown-content li {
  min-height: 30px;
  line-height: 1rem;
}
.pop-up-dialogue > div .dropdown-content li > a {
  color: var(--color-2);
  display: flex;
  align-items: center;
  padding: 6px 6px 8px 16px;
  height: 34px;
  font-size: 14px;
}

.pop-up-dialogue .dialog-button .dropdown-trigger {
  padding: 0;
}

.dropdown-trigger img {
  pointer-events: none;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}

.m_body_content {
  overflow-y: scroll;
  height: 23em;
}

.m_body_content::-webkit-scrollbar {
  display: none;
}

.m_body_content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#stiker_box2,
#stiker_box,
#gify_box2,
#gify_box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border-radius: 1.5em 1.5em 0 0;
  overflow: initial;
}
#stiker_box2 .modal-content,
#stiker_box .modal-content {
  height: 100%;
  padding: 20px;
}
#gify_box2 .modal-content,
#gify_box .modal-content {
  height: 85%;
  padding: 20px;
}
#stiker_box2 .modal-content h5,
#stiker_box .modal-content h5,
#gify_box2 .modal-content h5,
#gify_box .modal-content h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 14px;
  display: flex;
  align-items: center;
  color: var(--color-2);
}
#gify_box2 .modal-content h5 > div,
#gify_box .modal-content h5 > div,
#stiker_box2 .modal-content h5 > div,
#stiker_box .modal-content h5 > div {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background-color: var(--color-5);
  margin: 1px 8px 0 0;
  aspect-ratio: 1;
}
#gify_box2 .modal-content h5 > input,
#gify_box .modal-content h5 > input {
  background-color: var(--hover-for-transperant);
}
#gify_box2 .stiker_imgprogress,
#gify_box .stiker_imgprogress,
.dt_msg_box .modal-content .chat_message_upload_media_imgprogress,
#stiker_box2 .stiker_imgprogress,
#stiker_box .stiker_imgprogress,
.dt_msg_box .modal-content .chat_message_upload_media_imgprogress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
#stiker_box2 .stiker_imgprogress .progress,
#stiker_box .stiker_imgprogress .progress,
.dt_msg_box .modal-content .chat_message_upload_media_imgprogress .progress {
  margin: 0;
  background-color: #dadada;
  border-radius: 0;
  height: 3px;
}
#stiker_box2 .stiker_imgprogress .progress .determinate,
#stiker_box .stiker_imgprogress .progress .determinate,
.dt_msg_box
  .modal-content
  .chat_message_upload_media_imgprogress
  .progress
  .determinate {
  background-color: #a33596;
}
#stikerlist2 hr,
#stikerlist hr {
  border: 1px solid #ddd;
  margin: 15px 0;
}
#stikerlist2 p,
#stikerlist p {
  text-align: center;
}
.modal .modal-content p {
  line-height: 23px;
  font-size: 16px;
  color: #000;
}
#stikerlist2 .dt_stk_buy_btn,
#stikerlist .dt_stk_buy_btn {
  text-align: center;
  margin: 20px 0;
}
#stikerlist2 .dt_stk_buy_btn .btn.prem,
#stikerlist .dt_stk_buy_btn .btn.prem {
  background-color: #ff9800;
  background: linear-gradient(
    -90deg,
    #efb34e 0%,
    #e4982a 45%,
    #e4982a 55%,
    #efb34e 100%
  );
  background-size: 300% 300%;
  animation: skel_animation 1.7s ease infinite;
}
#stikerlist2 .dt_stk_buy_btn .btn,
#stikerlist .dt_stk_buy_btn .btn {
  min-width: 100px;
  height: 34px;
  line-height: 16px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 6px;
  background-color: #c649b8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  display: inline-flex;
  align-items: center;
  margin: 0 8px;
}
.stiker_chat {
  width: 100%;
}
#gifylist,
#stikerlist,
#stikerlist2 {
  padding-bottom: 1em;
  height: 100%;
  overflow-y: auto;
  margin: auto;
  text-align: center;
  font-family: sans-serif;
}
#stikerlist2 embed.stiker_chat,
#stikerlist embed.stiker_chat {
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 8px;
  transition: transform 0.2s ease;
  cursor: pointer;
}
#gifylist2 img,
#gifylist img {
  transition: transform 0.2s ease;
  cursor: pointer;
}
#stikerlist2 embed.stiker_chat:hover,
#stikerlist embed.stiker_chat:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#gifylist2 img:hover,
#gifylist img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#gify_box2 .btn-floating.btn-large,
#gify_box .btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
#gify_box2 button.btn-floating,
#gify_box button.btn-floating {
  border: none;
}
#reload_gifs2,
#reload_gifs {
  cursor: pointer;
  background: var(--color-5);
  color: #ffffff;
}
#reload_gifs2 *,
#reload_gifs * {
  pointer-events: none;
}
#reload_gifs2:hover,
#reload_gifs2:focus-visible,
#reload_gifs:hover,
#reload_gifs:focus-visible {
  background-color: #59328f;
}
#gifylist2 img,
#gifylist img {
  width: 100px;
  height: 106px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #9c27b0;
  pointer-events: inherit !important;
}

.gender-checkboxes-wrapper {
  display: flex;
  gap: 16px;
}

.gender-checkbox-item {
  position: relative;
}

.gender-checkbox-item input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gender-checkbox-item svg {
  fill: rgba(162, 100, 241, 0.3);
}
.gender-checkbox-item svg path {
  fill: white;
}
.gender-checkbox-item.selected .subtitle-xxs {
  color: var(--white) !important;
}
.gender-checkbox-item.selected svg {
  fill: white;
}
.gender-checkbox-item.selected svg path {
  fill: #6b42a3;
}

.pop-up-filter .special-rangeslider-wrapper {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.pop-up-filter .rangeslider-track {
  position: absolute;
  width: 100%;
  background-color: #a264f14d;
  border-radius: 6em;
  height: 0.5em;
}
.pop-up-filter .rangeslider-fill {
  position: absolute;
  height: 100%;
  background-image: linear-gradient(
    90deg,
    #a264f14d,
    #ff42dc 20% 80%,
    #a264f14d
  );
  border-radius: 6em;
  z-index: 1;
}
.pop-up-filter input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  appearance: none;
  background: none;
}
.pop-up-filter input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: #ff42dc;
  box-shadow: 0.2em 0.2em 1em #ff42dce6;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px;
  position: relative;
  z-index: 2;
}
.pop-up-filter .rangeslider-values-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.dropdown[aria-name="dropdown-checkbox"]
  input[type="checkbox"]
  + .fs-checkbox_button-1 {
  background: none;
  border: none;
}
.dropdown[aria-name="dropdown-checkbox"]
  input[type="checkbox"]:checked
  + .fs-checkbox_button-1 {
  background-color: #ff42dc33;
  background-image: none;
  border-width: 0;
  border-radius: 0.75em;
}
.filter-dropdow-item .subtitle-s {
  pointer-events: none;
}

.filter-dropdow-item .icon-l {
  transition: all 0.2s linear;
  transform: rotate(-180deg);
}

.filter-dropdow-item .icon-l--open {
  transform: rotate(0deg);
}

.width100 {
  width: 100%;
}
.pop-up-filter-bottom-container {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
  z-index: 999;
}

.tab-link2 .text-block-13 {
  color: var(--color-2);
}
.tab-link2.w--current .text-block-13 {
  color: var(--white);
}

.btn-close-modal * {
  pointer-events: none;
}

.message-input .text-box .plaintext-xs {
  font-size: 0.85em !important;
}
.message-input .text-box .plaintext-xs.pale::placeholder {
  color: #a39bc2;
}

.sent-image {
  max-width: 50svh;
}
.answer-wrapper.image .answer-item {
  padding: 1em !important;
}

.custom-checkbox__field {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.custom-checkbox__label {
  user-select: none;
  cursor: pointer;
  border-radius: 2em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0.25em 0.5em;
  display: flex;
  margin: 0;
  font-weight: 400;
}
.custom-checkbox__field:checked ~ .custom-checkbox__label {
  background-color: var(--color-5);
  border: 1px solid var(--color-5);
  flex: none;
}
.custom-checkbox__label .subtitle-xxs {
  pointer-events: none;
}
.custom-checkbox__field:checked ~ .custom-checkbox__label .subtitle-xxs {
  color: var(--color-6);
}

.message-icon-container-right {
  position: relative;
}

#emojiPicker {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 1002;
}

.text-pale-bullet--online {
  background-color: #34a853 !important;
}
emoji-picker::part(search) {
  display: none !important;
}
.checkbox-item__label {
  margin: 0;
}

.checkbox-item__field:checked + .checkbox-item {
  background-color: var(--color-5);
  flex: none;
}
.checkbox-item__field:checked + .checkbox-item .subtitle-xxs {
  color: var(--color-6);
}
.checkbox-item__field:not(:checked) + .checkbox-item {
  background-color: #a897e500;
  border: 1px solid #ffffff1a;
  border-radius: 30em;
  flex: none;
}

.filter-close-button * {
  pointer-events: none;
}

.checkbox-item--add input[type="checkbox"] {
  pointer-events: none;
}
.checkbox-item--add *,
#add-checkbox-profile *,
.plus-button--modal * {
  pointer-events: none;
}

.blue-input .textarea-edit {
  background: transparent;
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  outline: none;
  padding: 0;
}
.pop-places-bottom .input.w-input,
.form-search__sity .input.w-input {
  background: #f1eff7 !important;
}

.form-search__sity .input.w-input:hover,
.form-search__sity .input.w-input:focus-visible {
  background-color: #e5e2ed !important;
}

.searchInput {
  height: 30px;
  width: 100%;
}

.icon-text-input-wrapper {
  align-items: center !important;
}

.form-search__sity .input.w-input::placeholder {
  color: #777777;
}

.avatars-wrapper-medium--single {
  width: auto !important;
}

.datepickers .header-xs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.year-button {
  padding: 0;
  width: 25px;
  height: 36px;
  background: transparent;
}
.calendar-year-selector {
  position: relative;
}
#yearUp {
  transform: rotate(-90deg) translate(100%, -50%);
  position: absolute;
  top: 0;
  left: 60%;
}
#yearDown {
  transform: rotate(90deg) translate(100%, 50%);
  position: absolute;
  bottom: 0;
  left: 60%;
}

.couple-input {
  display: flex;
  gap: 1.5em;
}

.couple-input .input-transperant-dropdown * {
  pointer-events: none;
}

#selectBtn * {
  pointer-events: none;
}
.swiper-day {
  max-width: 36.75em;
  z-index: 301;
}

@media screen and (max-width: 479px) {
  .swiper-day {
    max-width: 100%;
  }
}
.pading-full {
  padding: 0.65em 0.75em;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3 !important;
}
.profile-settings-button *,
.pop-profile-button-long * {
  pointer-events: none;
}
.pop-up-wrapper-left-absolute,
.pop-up-wrapper-absolute {
  transition: all 0.3s linear;
  opacity: 0;
}

.popUp-show {
  visibility: visible !important;
  opacity: 1;
}

.pop-places-bottom .checkbox-item__field + .checkbox-item {
  color: var(--color-2);
}

.pop-places-bottom .checkbox-item__field:checked + .checkbox-item {
  color: var(--color-6);
}

.dialog-button.stroke,
.checkbox-item__label {
  user-select: none;
  padding: 0;
}

.checkbox-item__label--pointerEvents {
  cursor: pointer !important;
}

.checkbox-item__label--pointerEvents * {
  pointer-events: none !important;
}
.separator-p {
  padding: 0 !important;
}
.position-relative {
  position: relative;
}

.adress-input-meeting:not(:placeholder-shown) + .custom-input__resset,
.message-input-meeting:not(:placeholder-shown) + .custom-input__resset {
  display: block;
}

.event-image-item {
  position: relative;
}
.event-image__field {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.event-image-item .event-image-check-wrapper {
  display: none !important;
}

.event-image__field:checked + .event-image-item {
  background-color: var(--purple) !important;
  position: relative !important;
}
.event-image__field:checked + .event-image-item .event-image-check-wrapper {
  display: flex !important;
}

.pop-up-matching .dialog-button.stroke {
  background: transparent;
}
.pop-up-matching .dialog-button.stroke:hover,
.pop-up-matching .dialog-button.stroke:focus-visible {
  background: var(--hover-on-white);
}

.respond-counter * {
  pointer-events: none;
}

.response-swiper {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background: #fff;
}
.response-swiper .response-bottom-container {
  padding: 0 !important;
}

.response-swiper .swiper-notification {
  display: none;
}

.custom-checkbox4 {
  position: relative;
  display: flex;
  gap: 0.5em;
}

.custom-checkbox4__label {
  user-select: none;
  cursor: pointer;
}
.custom-checkbox4__field {
  position: relative;
  aspect-ratio: 1;
  height: 1em;
  cursor: pointer;
  width: 12px;
}
.custom-checkbox4__field::after {
  content: "";
  aspect-ratio: 1;
  background-color: #f1eff7;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1px;
}

.custom-checkbox4__field::before {
  content: "";
  aspect-ratio: 1;
  background: url(/themes/dz_love/images/Icons16pxCheck.svg);
  height: 1em;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  display: none;
}
.custom-checkbox4__field:checked::before {
  display: block;
}

.time-item.invalid {
  border: 1px solid red;
  background-color: #ffecec;
}

.date-selector * {
  pointer-events: none;
}

.pop-up-wrapper-absolute .pop-up-meeting {
  transition: all 0.3s linear;
}

.pop-up-wrapper-absolute .pop-up-meeting--openCalender {
  filter: brightness(0.5);
  pointer-events: none;
}

.account .icon-medium-wrapper:hover svg path,
.account .icon-medium-wrapper:focus-visible svg path {
  stroke: #ff42dc;
}

.loader-load,
.loader-load:before,
.loader-load:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.5s infinite ease-in-out;
}
.loader-load {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader-load:before,
.loader-load:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader-load:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-load:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.fs-tag_template-1 * {
  pointer-events: none;
}
.pop-up-filter .selected .icon-16 path {
  stroke: white;
}

.pop-up-filter .checkbox-item-with-icon {
  min-height: 26px;
}
.button-tiny * {
  pointer-events: none;
}

.loader-fetch,
.loader-fetch:before,
.loader-fetch:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1s infinite ease-in-out;
}
.loader-fetch {
  color: #a39bc2;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  margin: 0 auto;
}
.loader-fetch:before,
.loader-fetch:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader-fetch:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-fetch:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.loader-fetch--pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.couple-avatars-wrapper-small .online,
.chat_participant .couple-avatars-wrapper-small .online,
.chat-box .couple-avatars-wrapper-small .online,
.response-swiper-slide .online {
  inset: auto 0% 0% auto !important;
}
.response-swiper-slide {
  height: auto !important;
}

.response-swiper-slide .response-info-container {
  margin: auto 0 0 0;
}

.myavatar-link-header {
  overflow: hidden;
}

.myavatar-link-header .ava {
  width: 100% !important;
}

.event-wrapper {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 640px) {
  .event-wrapper {
    grid-template-columns: auto, auto !important;
  }
}

.step-done * {
  pointer-events: none;
}
.emoji-btn * {
  pointer-events: none;
}

[fs-modal-element="modal-matching-message"] .pop-up-meet {
  overflow: initial !important;
}

[fs-modal-element="modal-matching-message"] .pop-up-head {
  border-radius: 1.5em 1.5em 0 0;
}

[fs-modal-element="modal-matching-message"] .pop-up-bottom {
  border-radius: 0 0 1.5em 1.5em;
}

[fs-modal-element="modal-matching-message"] #emojiPicker {
  top: 35px;
}
.pe-n * {
  pointer-events: none;
}
.avatars-wrapper-el .online {
  inset: auto 0% 0% auto;
}

[fs-modal-element="modal-matching-message"] .loader {
  border: none;
}
.loaderMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2.5em;
}

[fs-modal-element="modal-matching"] .icon-play {
  position: absolute !important;
}

[fs-modal-element="modal-matching"] .audio {
  margin-left: 30px;
}

.my-btn--v {
  color: var(--pale-navy);
}

.df-g2 {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding-bottom: 1em;
}

.m_con_item.active {
  background: #db76f43b;
}
.swiper-day .names-wrapper .subtitle-s {
  max-width: 10em;
}

.flirt-wrapper-bottom .avatar-sticker-wrapper,
.avatar-message-wrapper {
  display: grid !important;
  grid-template-columns: auto 1fr;
}

.flirt-wrapper-bottom .avatar-message-wrapper .plaintext-xs,
#aside-flirt__wrapper .avatar-message-wrapper .plaintext-xs {
  grid-column: 2/3;
}

.flirt-wrapper-bottom .avatar-message-wrapper .sticker-wrapper {
  margin: 0 auto;
}

.main-container-meetings .meeting-title .meeting-header,
.main-container-meetings .meeting-title .meeting-description {
  max-width: 11em;
}

.main-container-meetings .meeting-description .subtitle-xxs,
.main-container-meetings .meeting-header .label-xs {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.pop-up-matching .matching-info-top-wrapper .label-s {
  word-break: break-word;
  text-align: center;
}
.pop-up-matching .date-place-wrapper .subtitle-xxs {
  word-break: break-word;
  max-width: 36em;
}
.pop-up-matching .date-place-wrapper {
  flex-wrap: wrap;
}
.messages .plaintext-xs {
  max-width: 40em;
  word-break: break-word;
}

/* .meetings-block .event-card-title-wrapper {
  max-width: 10em;
} */

.meetings-block .event-card-title-wrapper .label-xs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bg-play-response {
  background-color: var(--pale-navy);
  border-radius: 0.375em !important;
}

.meeting-item.blur .button-card {
  margin: auto 0;
}
.main-container-meetings .meeting-item.blur .button-card {
  /* margin: 0; */
  margin: auto 0 0 0;
}
.main-container-meetings .meeting-icon {
  margin: auto 0 0 0;
}

.main-container-meetings .meeting-icon--my {
  margin: 0;
}

.white-space {
  white-space: nowrap;
}
.full-audio {
  background: rgba(217, 217, 217, 0.3);
}
.played-audio {
  background: #d9d9d9;
}

.places-block #map {
  position: relative;
  height: 21em;
}

.places-block {
  position: relative;
}
.places-block .loader-maps {
  z-index: 1;
  margin: 3rem auto auto;
}
.credits {
  min-width: 9em;
}
.pop-up-gift-container * {
  pointer-events: none;
}

[fs-modal-element="modal-flirt"] .pop-up-meet {
  overflow: initial !important;
}

[fs-modal-element="modal-flirt"] .pop-up-head {
  border-radius: 1.5em 1.5em 0 0;
}

[fs-modal-element="modal-flirt"] .pop-up-bottom {
  border-radius: 0 0 1.5em 1.5em;
}
.flirt-wrapper {
  max-height: 25em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.flirt-wrapper::-webkit-scrollbar {
  display: none;
}

.flirt-item {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.button-up * {
  pointer-events: none;
}

.pop-up-profile .premium-left {
  justify-content: center;
}
.pop-up-profile .premium-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.status-item--show,
.status-item--status {
  min-width: 7em;
}

.help-tip-wrapper.hide::after {
  display: none;
}

.help-tip-wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  display: block;
  z-index: -1;
}
.close-tooltip * {
  pointer-events: none;
}

.loader-maps--filter {
  z-index: 2000;
}

.profile-title-wrapper {
  position: relative;
}

.profile-title-wrapper .help-tip-wrapper {
  inset: -50% auto auto -2% !important;
}

.gift--hover {
  position: relative;
}

.gift--hover img {
  transition: filter 0.15s linear;
}

.gift--hover:hover img {
  filter: blur(2px) brightness(0.6);
}

.gift--hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/themes/dz_love/images/closex.svg) no-repeat;
  background-position: center;
  aspect-ratio: 1;
  height: 1.5em;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #00000045;
  opacity: 0;
  transition: opacity 0.15s linear;
}

.gift--hover:hover::after {
  opacity: 1;
}

[fs-modal-element="modal-flirt"] .gift--hover {
  justify-content: center !important;
}

.tarif-arrow--prev *,
.tarif-arrow--next * {
  pointer-events: none;
}

.tarifs-container .swiper-wrapper {
  z-index: 0 !important;
}
.tarifs-container .swiper-slide {
  width: 100% !important;
}

.tarifes-wrapper .swiper-slide {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .tarif-main {
    padding: 1em !important;
  }
}

.tarifs-container .swiper-slide-active {
  padding: 1.5em !important;
}

@media screen and (max-width: 991px) {
  .tarifs-container {
    width: 100% !important;
    max-width: 13.57em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .tarifs-container {
    max-width: 250px;
  }
}
@media screen and (max-width: 479px) {
  .tarifs-container {
    max-width: 220px;
  }
}

@media screen and (max-width: 640px) {
  .credits {
    display: none;
  }
}

.all-chats-wrapper .tab-pop-up.w--current {
  color: var(--color-5) !important;
  background-color: #0000 !important;
}

.all-chats-wrapper .tab-pop-up.active {
  background-color: var(--color-5) !important;
  color: var(--white) !important;
}

.records-icon-pulse {
  animation: RecordsPulse 1s infinite;
}

@keyframes RecordsPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.like-fly {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.like-fly.animate {
  transform: translateY(-80px) scale(1.8);
  opacity: 0;
}

.heart-burst {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url("https://moon.avenue69.ru/themes/dz_love/images/Vector_4.svg")
    no-repeat center/contain;
  opacity: 0;
  animation: burst 0.5s ease forwards;
  pointer-events: none;
  z-index: 9999;
}

@keyframes burst {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .message-top-block {
    padding-left: 0;
  }
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all, 0.2s linear;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--purple);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip]::after {
  content: attr(tooltip) !important;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 10px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px,
    rgb(0 0 0 / 10%) 0px 4px 6px -4px;
  background: var(--purple);
  color: var(--navy);
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  visibility: visible;
  opacity: 1;
}
.icon-18-accountextra {
  position: relative;
}
.icon-18-accountextra * {
  pointer-events: none;
}
[fs-modal-element="submit-flirt-modal"] {
  max-width: initial !important;
}
.w-tab-link * {
  pointer-events: none;
}
.right-header-block {
  position: relative;
}
@media screen and (max-width: 479px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    right: auto !important;
    left: 0 !important;
    margin-top: -270px !important;
  }
  .emojionearea
    .emojionearea-picker.emojionearea-picker-position-top
    .emojionearea-wrapper:after {
    background-position: -2px -49px;
    bottom: -10px;
    left: 10px;
    right: 0 !important;
  }

  [fs-modal-element="modal-matching-message"] #emojiPicker {
    top: -40px;
    left: 0;
    right: auto;
    max-width: 250px;
    max-height: 320px;
  }
}

.input-full-buttons--center {
  align-items: center !important;
}

.chat-right-container .emojionearea .emojionearea-editor {
  max-width: 100% !important;
}
.chat-container .message-top-block {
  z-index: 1;
}
.chat-container .message-my-block {
  z-index: 2;
}
.chat-container .emojionearea .emojionearea-picker {
  right: 16% !important;
}
.chat-container
  .emojionearea
  .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -165px !important;
}
@media screen and (max-width: 991px) {
  .chat-container .emojionearea .emojionearea-picker {
    right: 17% !important;
  }
  .chat-container
    .emojionearea
    .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -177px !important;
  }
}
@media screen and (max-width: 767px) {
  .chat-container .emojionearea .emojionearea-editor {
    min-height: 3.2em;
  }
  .chat-container
    .emojionearea
    .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: 0px !important;
    bottom: 100% !important;
    top: auto !important;
    left: -15px !important;
  }
  .chat-container
    .emojionearea
    .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom
    .emojionearea-wrapper:after {
    left: 10px !important;
  }
}
@media screen and (max-width: 991px) and (max-height: 754px) {
  .chat-container .message-scroll {
    height: 97% !important;
  }
}

[fs-modal-element="modal-matching-message"] .input-full-component {
  padding: 0.65em 0.75em;
}

[fs-modal-element="modal-text"] .emoji-box-medium {
  flex-shrink: 0;
}

.ymaps3x0--marker .pop-up-avatars-icons-wrapper {
  justify-content: center !important;
}
@media screen and (max-width: 640px) {
  #gify_box .input-transperant,
  #gify_box2 .input-transperant {
    width: 80% !important;
    margin-left: 0 !important;
  }
  #stiker_box2 .modal-content h5,
  #stiker_box .modal-content h5,
  #gify_box2 .modal-content h5,
  #gify_box .modal-content h5 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .places-block .loader-maps {
    margin: 14rem auto auto;
  }
}
@media screen and (max-width: 479px) {
  .m_c_item_snippet {
    max-width: 13em;
  }
}
[fs-modal-element="modal-flirt"] .emojionearea .emojionearea-picker {
  right: -5px !important;
}

[fs-modal-element="modal-flirt"]
  .emojionearea
  .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -175px !important;
}

@media screen and (max-width: 991px) {
  [fs-modal-element="modal-flirt"]
    .emojionearea
    .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -190px;
  }
}

@media screen and (max-width: 767px) {
  [fs-modal-element="filter-Modal"] .dropdown-container {
    z-index: 1;
  }
}

.emojionearea .emojionearea-editor {
  font-size: 1.35em !important;
}

@media screen and (max-width: 479px) {
  .emojionearea .emojionearea-editor:empty:before,
  .emojionearea .emojionearea-editor {
    font-size: 1.15em !important;
  }
  [tooltip][flow^="down"]::after {
    left: -330%;
  }
}

.w-dropdown-list {
  min-width: 7em !important;
}

@media screen and (max-width: 460px) {
  .loader-text {
    max-width: 15em;
    bottom: -3%;
  }
}
[fs-modal-element="modal-matching-message"] .emojionearea .emojionearea-editor,
.msg_chat .emojionearea .emojionearea-editor {
  min-height: 5.6em;
}

.button-white-bg--violent {
  background-color: var(--color-5) !important;
}
.button-white-bg--violent:hover,
.button-white-bg--violent:focus-visible {
  background-color: #6b42a3b0 !important;
}

.gifts-wrapper {
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gifts-wrapper::-webkit-scrollbar {
  display: none;
}
.gift {
  pointer-events: none;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  background-color: #a264f12d !important;
  border-radius: 6em !important;
  height: 0.5em !important;
}
.noUi-target {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
}
.noUi-connect {
  background: linear-gradient(
    90deg,
    #a264f14d,
    #ff42dc 20% 80%,
    #a264f14d
  ) !important;
  border-radius: 6em;
}

.noUi-handle {
  width: auto !important;
  aspect-ratio: 1 !important;
  height: 1.375em !important;

  border: none !important;
  border-radius: 100% !important;
  background: #ff42dc !important;
  cursor: pointer !important;
  box-shadow: 0.2em 0.2em 1em #ff42dce6 !important;
}

.rangeslider-handle {
  z-index: 2;
}

.noUi-handle.noUi-handle-lower::before {
  height: 20px;
  width: 10px !important;
  background: url(../images/Vector_3.svg) no-repeat !important;
  left: 7px;
  top: 3px;
}

.noUi-handle.noUi-handle-upper::before {
  height: 20px;
  width: 10px !important;
  background: url(../images/Vector_2.svg) no-repeat !important;
  left: 8px;
  top: 3px;
}
.noUi-handle:after {
  display: none !important;
}

.tabs-menu--padding {
  padding: 1.25em !important;
}

.popUp-description {
  font-family: Inter, sans-serif;
  font-size: 0.925em;
  font-weight: 600;
  color: var(--pale-navy);
  margin: 0;
  text-align: center;
  width: 100%;
}

.just-validate-error-label {
  position: absolute;
  bottom: -20px;
  left: 10px;
}

.contactUs-text {
  resize: none;
  max-height: 9.4em;
  min-height: 9.4em;
  color: #a39bc2;
  font-size: 0.85em;
  padding: 0.75em;
  border-radius: 0.5em;
  background-color: #f1eff7;
}
#email-contactUs,
.contactUs-text::placeholder {
  color: #a39bc2;
}

#email-contactUs:hover,
#email-contactUs:focus-visible,
.contactUs-text:hover,
.contactUs-text:focus-visible {
  color: #a39bc2b3;
}
.contactUs-message__block {
  position: relative;
  width: 100%;
}

.button-white-bg:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.place-item * {
  pointer-events: none;
}

.pointerEvents-none {
  pointer-events: none;
}

@media (max-width: 479px) {
  .tabs-index {
    grid-column-gap: 0.7em !important;
    padding: 1.25em 0.7em !important;
  }

  .tabs-index .tab-link {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .faq-heading-wrapper {
    margin-bottom: 1em;
  }
}

.playButton,
.recordButton--mobile {
  background: transparent;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 1em;
}

.creditpayTable tr td {
  text-align: center;
  padding: 0.5em;
}
.creditpayTable {
  background-color: #a897e54d;
  border-radius: 1em;
  border-collapse: collapse;
  width: 100%;
  /* min-width: 600px; */
  table-layout: auto;
}
.creditpayTable td:first-child,
.creditpayTable th:first-child {
  white-space: nowrap;
  width: 1%;
}

.creditpayTable th {
  /* padding: .7em 2em; */
  padding: 0.7em;
}

.creditpayTable th,
.creditpayTable td {
  border: 1px solid #ffffff26;
}

.creditpayTable tr td:first-child,
.creditpayTable tr th:first-child {
  border-left: none;
}

.creditpayTable tr td:last-child,
.creditpayTable tr th:last-child {
  border-right: none;
}

.creditpayTable tr:first-child th {
  border-top: none;
}

.creditpayTable tr:last-child td,
.creditpayTable tr:last-child th {
  border-bottom: none;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 655.99px) {
  .creditpayTable th:nth-child(1),
  .creditpayTable td:nth-child(1),
  .creditpayTable th:nth-child(3),
  .creditpayTable td:nth-child(3) {
    display: none;
  }
}

#add-event {
  order: 5;
}

.minTxt {
   display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.minTxt--7 {
  -webkit-line-clamp: 7;
}