:root {
  --primary-light: #ffffff;
  --primary-dark: #000000;
  --chat-male-color: #000099;
  --chat-female-color: #FF3366;
}

@font-face {
  font-family: 'Arial Black';
  src: url('../fonts/custom/ariblk.ttf') format('truetype');
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/custom/BebasNeue Book.otf') format('opentype');
}

@font-face {
  font-family: 'Metropolis Medium';
  src: url('../fonts/custom/Metropolis-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Metropolis Regular';
  src: url('../fonts/custom/Metropolis-Regular 2.otf') format('opentype');
}

.fo {
  --primary-light: #ffffff;
  --primary-dark: #000000;
  --primary-fill: #1d7138;
  --primary-background: #1d7138;
  --primary-border: #509a42;
  --primary-text: #1d7138;
  --secondary-background: #eff5f1;
  --secondary-background-dark: #1c2921;
  --primary-hover: #15803d;
  --primary-premium: #0052cc;
  --primary-counter: #dc2626;
  --counter-color: #ffffff;
  --confirmation-btn-color: #dc2626;
}

.eqs {
  --primary-light: #ffffff;
  --primary-dark: #000000;
  --primary-fill: #83281b;
  --primary-background: #83281b;
  --primary-border: #83281b;
  --primary-text: #83281b;
  --secondary-background: #f6f0f0;
  --secondary-background-dark: #1c2921;
  --primary-hover: #a33b2c;
  --primary-premium: #0052cc;
  --primary-counter: #d9a449;
  --counter-color: #000000;
  --confirmation-btn-color: #83281b;
}

.mld {
  --primary-light: #d0edf7;
  --primary-dark: #000000;
}

@media (max-width: 576px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.active {
  display: block;
  background: var(--primary-light);
}

.color-bubble::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 80%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid green;
}

.slider-box-container .slide-2 .green::after {
  border-top-color: #1d7136;
}

.slider-box-container .slide-2 .vivid-magenta::after {
  border-top-color: #e700f1;
  left: 20% !important;
}

.slider-box-container .slide-2 .deep-amber::after {
  border-top-color: #c98000;
}

.slider-box-container .slide-2 .bright-teal::after {
  border-top-color: #00a0bb;
  left: 20%;
}

.slider-box-container .slide-2 .light-blue::after {
  border-top-color: #35a1ff;
}

.slider-box-container .slide-2 .deep-purple::after {
  border-top-color: #9a00f1;
  left: 20%;
}

.slider-box-container .slide-2 .green::after {
  border-top-color: #1d7136;
}

.slider-box-container .slide-2 .turquoise::after {
  border-top-color: #00c9bb;
  left: 20%;
}

.slider-box-container .slide-2 .royal-blue::after {
  border-top-color: #1a4bff;
  left: 20%;
}

.slider-box-container .slide-2 .bright-orange::after {
  border-top-color: #ff5b28;
}

.slider-box-container .slide-2 .dark-magenta::after {
  border-top-color: #a10078;
  left: 70%;
}

.slider-box-container .slide-2 .olive-green::after {
  border-top-color: #99ae00;
  left: 70%;
}
@media (max-width: 600px) {
  .registration-teaser {
    height: 90vh !important;
    background-position: 63% !important;
  }
  .logo {
    margin-top: -60px !important;
    right: -36px !important;
  }
  .registration-box {
    margin-top: 45px;
    margin-left: 20px;
    width: 90%;
  }
  .startpage-icons {
    padding-top: 2rem !important;
  }
  .slider-box-container {
    margin-top: -48px;
    padding: 12px;
    .slide {
      padding: 6px !important;
      border-radius: 18px !important;
      gap: 18px !important;
      background-position: 151%;
      .main-content {
        font-size: 7px !important;
        line-height: 11px !important;
      }
      .homepage-quote {
        grid-template-columns: 110px 1fr !important;
        img {
          width: 100px !important;
          height: 100px !important;
        }
        .line-top {
          background-size: 138% 90px !important;
          right: 4px !important;
          left: 64px !important;
        }
        .line-bottom {
          background-size: 138% 90px !important;
          right: 4px !important;
          left: 60px !important;
        }
      }
    }
    .slide-1 {
      height: 710px !important;
    }
    .slide-2 {
      height: 680px !important;
      .deep-amber, .turquoise, .bright-orange, .dark-magenta, .olive-green {
        background-position: 10px 10px !important;
      }
      .color-bubble::after {
        bottom: -7px;
      }
    }
    .slide-3 {
      height: 710px !important;
      .slider-3-content {
        h2 {
          margin: 24px !important;
          font-style: normal !important;
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
        p {
          margin-left: 24px !important;
          margin-right: 24px !important;
        }
      }
    }
    .switch-slide {
      margin-top: 16px !important;
      background: var(--primary-light) !important;
      .switch-dot {
        border-color: var(--primary-border) !important;
      }
      .active {
        background: var(--primary-fill) !important;
      }
    }
  }
  .get-started {
    h2 {
      display: none !important;
    }
    .down-arrow {
      display: none !important;
    }
  }
}

@media (min-width: 350px) and (max-width: 360px) {
  .registration-teaser {
    height: 82vh !important;
  }
}

@media (min-width: 376px) and (max-width: 390px) {
  .registration-teaser {
    height: 72vh !important;
  }
}

@media (min-width: 411px) and (max-width: 450px) {
  .registration-teaser {
    height: 67vh !important;
  }
}

.photo-upload {
  @media (max-width: 820px) {
    .pc-only {
      display: none !important;
    }
    .mobile-only {
      display: block !important;
    }
  }
  @media (min-width: 750px) and (max-width: 820px) {
    .mobile-only {
      .footer .notification-icon {
        right: 3.5rem !important;
      }
    }
  }
}

.discover {
  @media (min-width: 750px) and (max-width: 820px) {
    .mobile-only {
      .footer .notification-icon {
        right: 3.5rem !important;
      }
    }
  }
}

.conversation {
  @media (max-width: 576px) {
    .inner-container {
      .content-container {
        padding-bottom: 5rem !important;
      }
      .send-message, .send-message-text-container, .message-photo-container {
        width: 100% !important;
        img {
          width: 2.5rem !important;
          height: 2.5rem !important;
        }
      }
      .message-container {
        padding: 0.5rem !important;
      }
      .send-btn-cont {
        justify-content: center !important;
      }
    }
  }
  .message-delete-btn, .message-restore-btn {
    svg {
      fill: white !important;
    }
  }
  .message-status {
    svg {
      fill: var(--primary-fill) !important;
    }
  }
  .matches {
    .location {
      svg {
        fill: var(--primary-fill) !important;
      }
    }
    .favorite {
      svg {
        stroke-width: 8px !important;
        width: 2rem;
        height: 2rem;
      }
    }
  }
  .back-container-content {
    svg {
      width: 2rem;
      height: 2rem;
    }
  }
  .message {
    &.sent {
      flex-flow: row-reverse;
    }
    .message-photo-container {
      &.sent {
        flex-flow: row-reverse;
      }
      .message-container {
        &.sent {
          background-color: #e5e7eb;
        }
        &.received {
          background-color: #fff;
        }
        .indicator {
          &.sent {
            right: -0.5rem;
            border-left-width: 8px;
          }
        }
        .indicator {
          &.received {
            left: -0.5rem;
            border-right-width: 8px;
            border-color: #ffffff;
          }
        }
      }
    }
  }
}
.not-visible {
  display: none;
}

.live-chat-container {
  .message-action-container {
    .send-button, .attachment-popup-btn {
      svg {
        width: 1.25rem;
        height: 1.25rem;
      }
    }
  }
  .users-sidebar.expanded {
    width: 166px;
    opacity: 0.95;
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }

  .messages {
    .message {
      .actions {
        a.selected .glyphicon {
          font-weight: bold;
          color: rgba(0,120,0,1);
        }
        a.not-selected .glyphicon {
          color: rgba(0,0,0,.1);
        }
      }
      .sender {
        &.male {
          color: var(--chat-male-color);
        }
        &.female {
          color: var(--chat-female-color);
        }
      }
      &.own {
        .sender {
          color: var(--primary-text);
        }
      }
      &.sent {
        flex-flow: row-reverse;
        padding-left: 110px;
        @media (max-width: 530px) {
          padding-left: 0;
        }
        .text {
          float: right;
          background-color: var(--primary-fill);
          color: black;
          @media (max-width: 530px) {
            margin: 0 20px;
          }
          &:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            top: 20px;
            border: 20px solid;
            transform: rotate(112deg);
            right: 92px;
            border-color: transparent transparent transparent var(--primary-fill);
            @media (max-width: 530px) {
              top: 15px;
              border: 15px solid;
              border-color: transparent transparent transparent var(--primary-fill);
              right: 5px;
            }
          }
        }
        /* .photo {
          width: 60px;
          height: 60px;
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 0px;
          @include border-radius(50%);
          overflow: hidden;
          @media (max-width: 530px) {
            display: none;
          }
        } */
      }
      &.received {
        padding-right: 110px;
        @media (max-width: 530px) {
          padding-right: 20px;
        }
        .text {
          float: left;
          background-color: var(--primary-fill);
          @media (max-width: 530px) {
            margin-left: 20px;
          }
          &:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            top: 0px;
            border: 20px solid;
            transform: rotate(112deg);
            left: 100px;
            border-color: transparent var(--primary-fill) transparent transparent;
            @media (max-width: 530px) {
              top: 0px;
              border: 15px solid;
              border-color: transparent var(--primary-fill) transparent transparent;
              left: 5px;
            }
          }
        }
        /* .photo {
          width: 60px;
          height: 60px;
          display: inline-block;
          position: absolute;
          left: 30px;
          top: 0px;
          border-radius: 50%;
          overflow: hidden;
          @media (max-width: 530px) {
            display: none;
          }
        } */
      }
    }
    .message-block {
      .content {
        .name-hlight {
          font-weight: bold;
          color: #428bca;
        }
      }
    }
  }

  .outer-container {
    .profile-link {
      .reply {
        svg {
          transform: rotate(180deg);
        }
      }
    }
  }

  .unread-msg-popup {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    &.hidden {
      display: none;
    }
    &:hover {
      cursor: pointer;
    }
    .message-block {
      display: inline-block;
      padding: 0 4px;
      .item {
        display: inline-block;
        &:first-child {
          padding-right: 4px;
        }
      }
    }
  }
}

.payment-method-container, .manage-subscription-container {
  .creditCardPayment .field-card .spreedly-field iframe {
    max-height: 60px;
    min-height: 60px;
  }
  .creditCardPayment .field-cvv .spreedly-field iframe {
    max-height: 60px;
    min-height: 60px;
  }
}

.purchase-container {
  .upgrade-comments {
    .quote {
      svg {
        width: 2rem;
        height: 2rem;
      }
    }
  }
  .pricing-options li.popup-animate {
    transition: transform 0.2s cubic-bezier(0.4,0,0.2,1), box-shadow 0.2s cubic-bezier(0.4,0,0.2,1);
  }
  .pricing-options li.popup-animate:hover {
    transform: scale(1.08) translateY(-10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    z-index: 2;
  }
}

.support-container {
  .card {
    .hand-thumbs-up, .hand-thumbs-up-fill, .cash {
      svg {
        width: 2rem;
        height: 2rem;
      }
    }
  }
}

.faq-container {
  .static-content {
    padding: 20px;
    background-color: var(--primary-background);
    text-align: left;
    /* @media (max-width: 500) {
      margin: 0px;
    } */
    @media (max-width: 530px) {
      padding: 5px;
      margin-top: -10px;
    }
    a.ref {
      position: relative;
      top: -70px;
      visibility: hidden;
    }
    h1 {
      font-size: 24px;
      font-weight: bold;
      font-style: italic;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid var(--primary-border);
      padding: 5px 0px 5px 0px;
      margin-bottom: 5px;
    }
    h2 {
      font-size: 20px;
      font-weight: bold;
      font-style: italic;
      margin: 10px 0px 5px 0px;
    }
    h4 {
      font-size: 16px;
      font-weight: bold;
    }
    em {
      font-style: italic;
    }
    p {
      margin: 5px 0px 5px 0px;
      text-align: justify;
      text-justify: inter-word;
    }
    p + p {
      text-indent: 25px;
    }
    blockquote {
      p {
        text-indent: 0px;
        margin-left: 25px;
      }
    }
    p + ul {
      margin-left: 45px;
    }
    ul {
      padding-left: 25px;
    }
    ol {
      padding-left: 25px;
      list-style-type: decimal;
    }
    &.faq {
      background-color: white;
      line-height: 20px;
      padding: 20px 70px;
      h1 {
        font-size: 35px;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 50px;
        color: black;
        border-color: lighten(black, 20%);
        margin-bottom: 45px;
      }
      h2 {
        text-align: left;
        color: black;
        font-weight: bold;
        font-size: 30px;
        padding-top: 60px;
        border-top: 1px solid lighten(black, 30%);
      }
      h2 + p {
        margin-left: 20px;
        margin-top: 20px;
      }
      h3 {
        border: none;
        font-size: 20px;
        margin-left: 30px;
        color: black;
      }
      h3 + p {
        margin-top: 20px;
        margin-left: 60px;
        line-height: 30px;
        text-align: left;
      }
      h3 + h5 {
        margin-left: 60px;
      }
      h4 {
        text-align: left;
        font-size: 30px;
        padding: 30px 10px 10px;
      }
      h5 {
        font-size: 20px;
        padding: 30px 0 10px;
        font-weight: bold;
        color: black;
      }
      h5 + p {
        margin-left: 60px;
        text-align: left;
      }
      p + h5 {
        margin-left: 60px;
      }
      p, ol {
        color: black;
      }
      p + ol {
        margin-left: 60px;
        line-height: 30px;
      }
      ol + p {
        margin-left: 60px;
        line-height: 30px;
        text-align: left;
      }
      ul + p {
        margin-left: 60px;
        line-height: 30px;
        text-align: left;
      }
      ol + h5 {
        margin-left: 60px;
      }
      blockquote {
        margin-bottom: 30px;
        width: 100%;
        p {
          display: inline-block;
          text-align: left;
        }
        p:first-child {
          color: black;
          display: inline-block;
          width: 25%;
          vertical-align: top;
          font-size: 23px;
          line-height: 23px;
          font-weight: bold;
        }
        p:nth-child(2) {
          display: inline-block;
          a {
            display: block;
            text-decoration: none;
            color: var(--primary-text);
            line-height: 30px;
          }
        }
        @media (max-width: 1000px){
          p:first-child {
            font-size: 18px;
            width: 20%;
            white-space: nowrap;
          }
        }
        @media (max-width: 890px){
          p:first-child {
            font-size: 20px;
            width: 100%;
            display: block;
            white-space: nowrap;
          }
          p:nth-child(2) {
            display: block;
          }
        }
        @media (max-width: 716px) {
          p {
            margin-left: 0 !important;
          }
        }
      }
      p + p {
        text-indent: 0;
        margin-left: 60px;
        line-height: 30px;
        text-align: left;
      }
      img {
        max-width: 80%;
      }
      img[alt="Heart Icon"],img[alt="Star Icon"],img[alt="Navigation Menu"],img[alt="Discover Icon"],img[alt="Mail Icon"],img[alt="Quick Access"], img[alt="Pink Star"],img[alt="Blue Star"],img[alt="Orange Star"],img[alt="Block Icon"],img[alt="Heart Icon"],img[alt="More Options"] {
        height: 80px;
      }
      img + em {
        font-style: normal;
        position: absolute;
        margin-top: -55px;
        margin-left: 96px;
        @media (max-width: 940px) {
          position: relative;
          display: block;
        }
      }
      a {
        color: var(--primary-text);
        text-decoration: none;
      }
      @media (max-width: 530px){
        padding: 20px 10px !important;
        h1 {
          margin-top: 20px;
          line-height: 35px;
        }
        h2 {
          line-height: 35px;
        }
        h3 {
          line-height: 25px;
        }
        p {
          padding: 10px;
        }
        p, ol, h3, h5 {
          margin-left: 0 !important;
        }
        p + ul {
          margin-left: 0px;
        }
      }
    }
  }
}

.static-content {
  padding: 20px;
  background-color: var(--secondary-background);
  text-align: left;
  /* @media (max-width: $second-responsive-break) {
    margin: 0px;
  } */
  @media (max-width: 530px) {
    padding: 5px;
    margin-top: -10px;
  }
  a.ref {
    position: relative;
    top: -70px;
    visibility: hidden;
  }
  h1 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--primary-border);
    padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0px 5px 0px;
  }
  h4 {
    font-size: 16px;
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  p {
    margin: 5px 0px 5px 0px;
    text-align: justify;
    text-justify: inter-word;
  }
  p + p {
    text-indent: 25px;
  }
  blockquote {
    p {
      text-indent: 0px;
      margin-left: 25px;
    }
  }
  p + ul {
    margin-left: 45px;
  }
  ul {
    padding-left: 25px;
  }
  ol {
    padding-left: 25px;
    list-style-type: decimal;
  }
  &.faq {
    background-color: white;
    line-height: 20px;
    padding: 20px 70px;
    h1 {
      font-size: 35px;
      text-align: center;
      margin-top: 20px;
      padding-bottom: 50px;
      color: var(--primary-border);
      border-color: var(--primary-border);
      margin-bottom: 45px;
    }
    h2 {
      text-align: left;
      color: var(--primary-border);
      font-weight: bold;
      font-size: 30px;
      padding-top: 60px;
      border-top: 1px solid var(--primary-border);
    }
    h2 + p {
      margin-left: 20px;
      margin-top: 20px;
    }
    h3 {
      border: none;
      font-size: 20px;
      margin-left: 30px;
      color: var(--primary-border);
    }
    h3 + p {
      margin-top: 20px;
      margin-left: 60px;
      line-height: 30px;
      text-align: left;
    }
    h3 + h5 {
      margin-left: 60px;
    }
    h4 {
      text-align: left;
      font-size: 30px;
      padding: 30px 10px 10px;
    }
    h5 {
      font-size: 20px;
      padding: 30px 0 10px;
      font-weight: bold;
      color: var(--primary-border);
    }
    h5 + p {
      margin-left: 60px;
      text-align: left;
    }
    p + h5 {
      margin-left: 60px;
    }
    p, ol {
      color: var(--primary-border);
    }
    p + ol {
      margin-left: 60px;
      line-height: 30px;
    }
    ol + p {
      margin-left: 60px;
      line-height: 30px;
      text-align: left;
    }
    ul + p {
      margin-left: 60px;
      line-height: 30px;
      text-align: left;
    }
    ol + h5 {
      margin-left: 60px;
    }
    blockquote {
      margin-bottom: 30px;
      width: 100%;
      p {
        display: inline-block;
        text-align: left;
      }
      p:first-child {
        color: var(--primary-border);
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 23px;
        line-height: 23px;
        font-weight: bold;
      }
      p:nth-child(2) {
        display: inline-block;
        a {
          display: block;
          text-decoration: none;
          color: var(--primary-text);
          line-height: 30px;
        }
      }
      @media (max-width: 1000px){
        p:first-child {
          font-size: 18px;
          width: 20%;
          white-space: nowrap;
        }
      }
      @media (max-width: 890px){
        p:first-child {
          font-size: 20px;
          width: 100%;
          display: block;
          white-space: nowrap;
        }
        p:nth-child(2) {
          display: block;
        }
      }
      @media (max-width: 716px) {
        p {
          margin-left: 0 !important;
        }
      }
    }
    p + p {
      text-indent: 0;
      margin-left: 60px;
      line-height: 30px;
      text-align: left;
    }
    img {
      max-width: 80%;
    }
    img[alt="Heart Icon"],img[alt="Star Icon"],img[alt="Navigation Menu"],img[alt="Discover Icon"],img[alt="Mail Icon"],img[alt="Quick Access"], img[alt="Pink Star"],img[alt="Blue Star"],img[alt="Orange Star"],img[alt="Block Icon"],img[alt="Heart Icon"],img[alt="More Options"] {
      height: 80px;
    }
    img + em {
      font-style: normal;
      position: absolute;
      margin-top: 25px;
      @media (max-width: 940px) {
        position: relative;
        display: block;
      }
    }
    a {
      color: var(--primary-text);
      text-decoration: none;
    }
    @media (max-width: 530px){
      padding: 20px 10px !important;
      h1 {
        margin-top: 20px;
        line-height: 35px;
      }
      h2 {
        line-height: 35px;
      }
      h3 {
        line-height: 25px;
      }
      p {
        padding: 10px;
      }
      p, ol, h3, h5 {
         margin-left: 0 !important;
      }
      p + ul {
        margin-left: 0px;
      }
    }
  }
}

.messaging {
  .disabled {
    pointer-events: none;
    cursor: default;
  }
  .mobile-only {
    .message-delete-btn {
      svg.bi-trash3 {
        width: 2rem;
        height: 2rem;
      }
    }
    .message-restore-btn {
      svg.bi-recycle {
        width: 2rem;
        height: 2rem;
      }
    }
  }
}

.content-container {
  .blur {
    filter: blur(3px) !important;
  }
}
