body {
  background-color: #eae6e8;
  background-image: none; }

.area-provider-mail {
  text-align: center;
  max-width: 400px;
  margin: 10px auto; }
  .area-provider-mail .title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    color: #ffffff; }
    .area-provider-mail .title::after {
      content: '>>';
      margin-left: 20px; }
  .area-provider-mail .img-mail {
    display: flex;
    align-items: center;
    border-radius: 60px; }
    .area-provider-mail .img-mail .provider-mail-image {
      width: 60px;
      height: 60px;
      background: #ffffff;
      border-radius: 50%;
      margin: 1px;
      overflow: hidden; }
      .area-provider-mail .img-mail .provider-mail-image img {
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain;
        box-sizing: border-box; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-gmail img {
        padding: 10px; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-outlook img {
        padding: 10px; }
    .area-provider-mail .img-mail:hover {
      text-decoration: none; }

.logo.center, .center {
  margin: 20px auto 0;
  text-align: center; }

.user-photo-list ul {
  padding-top: 0; }
  .user-photo-list ul li {
    width: 182px !important;
    height: 182px !important; }

.frame #guessGameContentBox {
  width: 100%;
  height: 400px;
  position: relative; }
  .frame #guessGameContentBox .guessGameText {
    margin: 0;
    border-radius: 10px;
    padding: 8px 12px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px; }
  .frame #guessGameContentBox .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .frame #guessGameContentBox .splash-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 5px; }
  .frame #guessGameContentBox .img-ai {
    position: absolute; }
  .frame #guessGameContentBox .flex-row > * {
    padding-left: 5px;
    padding-right: 5px; }
  .frame #guessGameContentBox .img-spacer {
    height: calc(100% - 40px); }
  .frame #guessGameContentBox .message {
    position: absolute;
    bottom: 50px;
    left: 10px;
    right: 190px; }
    .frame #guessGameContentBox .message p {
      margin: 0;
      border-radius: 10px;
      padding: 8px 12px;
      display: inline-block;
      background-color: rgba(51, 51, 51, 0.8);
      color: #ffffff;
      font-size: 14px; }
  .frame #guessGameContentBox .mimg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 5px 5px 0 0; }
  .frame #guessGameContentBox .guessGameTemplate_footer {
    position: absolute;
    bottom: 50px;
    opacity: 1;
    right: 15px; }
    .frame #guessGameContentBox .guessGameTemplate_footer .additional-buttons {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 5px;
      margin-top: 0;
      display: flex;
      gap: 10px;
      justify-content: space-between; }
      .frame #guessGameContentBox .guessGameTemplate_footer .additional-buttons .btn {
        width: 100%; }
  .frame #guessGameContentBox a {
    display: block; }
  .frame #guessGameContentBox .message-text {
    color: #ffffff; }

.frame .guessGameContentBox_footer {
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  height: 20px; }
  .frame .guessGameContentBox_footer .name {
    font-size: 1rem;
    color: #333333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .frame .guessGameContentBox_footer .name:hover {
      color: #4285F4; }

.member-home .box-content {
  min-height: 145px; }

.login--fct .btn {
  font-size: 1rem;
  line-height: 20px;
  font-weight: normal;
  padding: 8px 25px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  transition: all .12s linear;
  box-shadow: none; }
  .login--fct .btn--lg {
    font-size: 18px;
    padding: 12px 30px; }
  .login--fct .btn--block {
    display: block;
    width: 100%; }

.login--fct .container {
  max-width: 987px; }

.login--fct .header {
  padding: 19px 0;
  min-height: 68px;
  position: relative;
  z-index: 101; }
  .login--fct .header .logo--link {
    display: inline-block; }
    .login--fct .header .logo--link--img {
      height: 25px;
      width: auto; }
  .login--fct .header .logo {
    display: inline-block; }
    .login--fct .header .logo img {
      height: 25px;
      width: auto; }

.login--fct label.remember-me {
  color: #333333; }

.login--fct .navbar-footer li a,
.login--fct .copyright {
  color: #ffffff; }

.login--fct .bg-one-screen:before {
  content: "";
  position: absolute;
  left: 0;
  right: 27%;
  top: 0;
  bottom: 0;
  background: #5a554d;
  z-index: 100;
  background: -moz-linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
  background: -webkit-linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
  background: linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a554d",endColorstr="#5a554d",GradientType=1); }

.login--fct .wrapper-form {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: none;
  padding: 20px 30px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  max-width: 350px;
  z-index: 101; }
  .login--fct .wrapper-form .error-label {
    color: #df4141;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 3px; }
  .login--fct .wrapper-form h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.2; }
  .login--fct .wrapper-form .password-field,
  .login--fct .wrapper-form .email-field {
    margin-bottom: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 20px;
    height: auto;
    border-radius: 30px;
    background-position: 17px 4px; }
  .login--fct .wrapper-form .password-field {
    margin-bottom: 0;
    background-position: 22px 11px; }
  .login--fct .wrapper-form .change-link {
    color: #333333; }

.box-content,
.info-box .box-content {
  background-image: none;
  border-radius: 10px !important;
  height: calc(100% - 88px);
  min-height: 182px !important; }
  .box-content p,
  .info-box .box-content p {
    font-size: 16px;
    line-height: 1.5; }

ul.messages-list {
  margin: -7px -10px -10px -10px; }

.member-home .box-content {
  border-radius: 10px;
  overflow: hidden;
  padding: 7px 10px 10px 10px; }

.frame .box-content, .sidebar-box .box-content {
  box-shadow: none; }

.confirmed .logo-img {
  max-height: 25px;
  margin-top: 14px; }

.logo img {
  max-height: 25px !important;
  margin-top: 4px; }

.header .btn {
  margin-top: 0 !important; }

.bubble {
  background-color: #23d18c;
  box-shadow: none; }

.payment-footer img {
  max-height: 40px; }

.btn-circle {
  box-shadow: none;
  outline: none;
  text-align: center;
  padding: 0;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-transition: all .12s linear;
  -moz-transition: all .12s linear;
  -o-transition: all .12s linear;
  transition: all .12s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative; }
  .btn-circle:hover {
    box-shadow: none;
    outline: none; }
  .btn-circle i {
    font-size: 24px;
    width: auto;
    height: auto;
    background-image: none; }

.btn-danger {
  background-color: #df4141;
  color: #ffffff; }
  .btn-danger:hover {
    background-color: #cb2222;
    color: #ffffff; }

.btn-secondary {
  background-color: #888888;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #6f6f6f;
    color: #ffffff; }

.btn-success {
  background: #23d18c;
  color: #ffffff; }
  .btn-success:hover {
    color: #ffffff;
    background: #1ca56f; }

.product-list .plan .best-plan-title {
  background: #23d18c; }

.caret-left:after {
  border-right-color: #ffffff; }

.payment .left-side .frame .box-content,
.payment .right-side .frame .box-content {
  border: none; }

.avatar-box {
  background-color: #ffffff;
  box-shadow: none; }

.member-nickname {
  background-color: transparent; }

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1031; }

.form-control.general-info,
.form-control.general-info.selectpicker {
  width: 100%;
  padding: 4px 8px;
  height: auto;
  font-size: 14px; }

.area-form-edit {
  margin-bottom: 30px;
  padding: 30px 0 0; }
  .area-form-edit .member-control {
    margin-top: 15px; }
  .area-form-edit .box-content-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .area-form-edit .form-horizontal.member-control .controls {
    margin-left: 200px;
    width: auto; }
  .area-form-edit .form-horizontal.member-control .control-label {
    width: 180px;
    text-align: right;
    font-size: 14px; }

.profile-info {
  padding-top: 25px;
  padding-bottom: 10px; }
  .profile-info-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.3;
    position: relative;
    display: block; }
    .profile-info-title span {
      display: inline-block;
      padding: 0 10px 0 0;
      background-color: #ffffff;
      position: relative;
      z-index: 101; }
    .profile-info-title .profile-icon-wrapper {
      position: absolute;
      z-index: 101;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      border: 1px solid #eae6e8;
      cursor: pointer; }
      .profile-info-title .profile-icon-wrapper:hover {
        background-color: #eae6e8; }
    .profile-info-title .icon {
      font-size: 18px;
      color: #333333; }
    .profile-info-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #eae6e8;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      z-index: 100; }
  .profile-info-group {
    width: auto;
    position: relative;
    display: flex; }
    .profile-info-group + .profile-info-group {
      margin-top: 10px; }
  .profile-info-label {
    font-size: 14px;
    line-height: 1.5;
    width: 130px;
    text-align: right;
    color: #999;
    padding-right: 7px;
    flex: 1 0 0; }
  .profile-info-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex: 1.5 0 0; }
    .profile-info-text span {
      display: inline-block;
      padding: 0 3px; }

.area-counter {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .area-counter .box-counter {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
  .area-counter .title {
    text-align: center;
    font-size: 20px;
    color: #fefefe;
    line-height: 1.4; }
    .area-counter .title .count {
      font-weight: bold; }
  .area-counter .counter-content {
    padding: 10px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 102px; }

.frame__list__light .box-title {
  min-height: 42px; }

.frame__list__light .box-content__no-message .message-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px; }
  .frame__list__light .box-content__no-message .message-wrapper p {
    margin: 0;
    font-size: 1rem;
    color: #333333; }

.form-horizontal .controls .select2-container {
  max-width: 100%; }

.select2-container-multi .select2-choices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 0 0 2px; }
  .select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 18px 2px 8px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
    margin: 0 2px 2px 0; }

.select2-container-multi .select2-search-choice-close {
  top: 50%;
  transform: translateY(-50%);
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0; }

.area-form-edit .form-horizontal.member-control .control-label {
  font-size: 14px; }

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea#hello_message {
  width: calc(100% - 22px); }

.discount-20 {
  position: relative; }
  .discount-20:before {
    content: "";
    background: url("../img/discount-20.svg") no-repeat center/cover;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: -20px;
    z-index: 103;
    top: 20px; }

.flex-row-g-1 {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px; }
  .flex-row-g-1 > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px; }

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px; }
  .flex-row > * {
    box-sizing: border-box;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .flex-row-justify-center {
    justify-content: center; }

.flex-col-6 {
  flex: 0 0 auto;
  width: 50%; }

.flex-col {
  flex: 1 0 0; }

.flex-col-auto {
  flex: 0 0 auto;
  width: auto; }

@media (min-width: 768px) {
  .flex-col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .flex-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; } }

.widget-area {
  margin-bottom: 30px;
  padding-top: 42px; }

.widget-item {
  width: 100%;
  min-width: 100%;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden; }
  .widget-item:hover {
    text-decoration: none; }
  .widget-item-danger {
    background-color: #FF7980; }
  .widget-item-success {
    background-color: #61CE70; }
  .widget-item-warning {
    background-color: #F08B5E; }
  .widget-item-primary {
    background-color: #6FC4C2; }

.widget-body {
  padding: 15px;
  text-align: right;
  min-height: 71px; }

.widget-footer {
  padding: 0 15px 15px;
  background-color: inherit; }

.widget-img {
  position: absolute;
  left: 20px;
  top: 10px;
  opacity: .12;
  transform: rotate(12deg);
  max-width: 120px;
  max-height: 110px; }

.widget-title {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: normal; }

.widget-data {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold; }

.btn-outline-secondary {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
  text-shadow: none; }
  .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:hover {
    top: 0;
    transform: translate(0);
    outline: none;
    background-color: #ffffff;
    color: #333333;
    border: 2px solid #ffffff;
    box-shadow: none; }
  .btn-outline-secondary:focus, .btn-outline-secondary:active {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.4); }

.hot-picture-element .box-content {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .hot-picture-element .box-content .action-box {
    margin-bottom: 0; }

.notifications-area {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  max-width: 350px; }
  .notifications-area-bottom {
    bottom: 0; }
    .notifications-area-bottom .alert-notification {
      margin: 0 5px 5px; }
  .notifications-area-top-right {
    top: 0;
    left: auto; }
    .notifications-area-top-right .alert-notification {
      margin: 5px 5px 0; }
  .notifications-area .alert-notification {
    border-radius: 5px;
    padding: 10px 60px 10px 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
    transform: translateX(105%); }
    .notifications-area .alert-notification.show {
      transform: translateX(0); }
  .notifications-area .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 70px;
    text-align: center;
    padding: 0;
    opacity: 1; }
    .notifications-area .close .img-close {
      width: 24px;
      height: 24px; }
  .notifications-area .alert-ava {
    width: 50px;
    height: 50px;
    position: relative; }
    .notifications-area .alert-ava img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      overflow: hidden; }
    .notifications-area .alert-ava-online:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14px;
      height: 14px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 101; }
    .notifications-area .alert-ava-online:after {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 10px;
      height: 10px;
      background-color: #67AE55;
      border-radius: 50%;
      z-index: 102; }
  .notifications-area .alert-username {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 50px;
    color: #ffffff; }
  .notifications-area .alert-text {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 50px;
    color: #ffffff; }
    .notifications-area .alert-text .icon {
      width: auto;
      height: 15px; }
  .notifications-area .alert-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px; }
    .notifications-area .alert-row .col-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .notifications-area .alert-row .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .notifications-area .alert-row > [class*=col] {
      padding-right: 5px;
      padding-left: 5px; }

.additional-buttons .btn {
  margin-left: 0; }

.nav-payment {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #aca1b4;
  margin-bottom: 15px; }
  .nav-payment--item {
    flex: 1 0 0; }
  .nav-payment .text {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px 10px 15px;
    color: #333333;
    position: relative; }
    .nav-payment .text:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      background-color: transparent; }
    .nav-payment .text.active {
      color: #003781; }
      .nav-payment .text.active:after {
        background-color: #003781; }

.trusted-box {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #ffffff; }

.trusted-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.trusted-item + .trusted-item {
  margin-top: 20px; }

.trusted-img {
  height: 30px;
  width: auto; }

body.bg-404-neueliebe40 {
  background: url("../img/bg_404_desktop_neueliebe40.jpg") no-repeat center 60px;
  background-size: 100%; }

body.bg-404-neueliebe50 {
  background: url("../img/bg_404_desktop_neueliebe50.jpg") no-repeat center 60px;
  background-size: 100%; }

body.bg-404-neueliebe60 {
  background: url("../img/bg_404_desktop_neueliebe60.jpg") no-repeat center 60px;
  background-size: 100%; }

.fct-banner {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 20px; }
  .fct-banner-img {
    height: 147px;
    width: auto;
    object-fit: cover; }
  .fct-banner .banner-desk-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .fct-banner .banner-desk-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
    .fct-banner .banner-desk-item-active {
      font-weight: bold; }
  .fct-banner .banner-desk-img {
    height: 20px;
    width: auto; }
  .fct-banner .banner-desk-text {
    font-size: 1rem;
    color: #333333;
    line-height: 1.4; }

.picture-box {
  margin-bottom: 30px;
  padding: 0; }
  .picture-box .pictures-list {
    margin: 0; }
    .picture-box .pictures-list > li {
      margin-right: 5px;
      margin-top: 5px; }
  .picture-box .box-content-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px; }

.img-ai:before {
  content: "";
  background: url("../img/ai-icon.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 101; }

.img-ai.member-ava #userAvatar {
  border-radius: 5px 5px 0 0; }

.messages-container .img-ai:before {
  left: 40px;
  top: -5px; }

.mCSB_container .img-ai:before {
  top: 0;
  left: 48px; }

.ai-description-box {
  display: inline-block;
  padding: 5px;
  background-color: #f3f3f3;
  border-radius: 0 0 5px 5px;
  max-width: 157.58px; }
  .ai-description-box p {
    margin: 0;
    line-height: 1.3; }

.help-box {
  padding-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .help-box .help-text {
    font-family: "Open Sans", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5; }

.help-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.help-img {
  height: auto;
  width: 150px;
  max-width: 150px; }

.termsfeed-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.3) !important; }

.termsfeed-com---pc-overlay {
  background: rgba(0, 0, 0, 0.3) !important; }

.termsfeed-com---pc-dialog {
  right: auto !important;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important; }

@media (max-height: 550px) {
  .termsfeed-com---pc-dialog {
    top: 10px;
    transform: translate(-50%, 0);
    margin-bottom: 30px !important;
    position: relative !important; } }

.termsfeed-com---nb-interstitial {
  right: 0 !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  max-width: 100% !important;
  position: fixed; }

.cc-nb-main-container {
  padding: 30px 240px 30px 296px !important;
  position: relative; }
  .cc-nb-main-container:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 236px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    display: block; }
  .cc-nb-main-container .cc-nb-buttons-container {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center; }

.termsfeed-com---nb .cc-nb-text {
  margin: 0 !important; }

.termsfeed-com---reset p {
  margin-bottom: 5px !important; }

.termsfeed-com---palette-light.termsfeed-com---nb {
  border: 1px solid #d5d5d5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #111;
  padding: 4px 3px;
  border: 1px solid #ccc;
  height: auto; }

.termsfeed-com---palette-light .cc-pc-head-title-text {
  display: none; }

.termsfeed-com---palette-light .cc-pc-head-close {
  position: absolute;
  top: 0;
  right: 0; }
  .termsfeed-com---palette-light .cc-pc-head-close:active, .termsfeed-com---palette-light .cc-pc-head-close:focus {
    border: none !important; }
  .termsfeed-com---palette-light .cc-pc-head-close:hover {
    color: #000; }

.termsfeed-com---palette-light .cc-pc-head {
  padding-top: 28px !important;
  position: relative; }
  .termsfeed-com---palette-light .cc-pc-head:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 6rem);
    height: 23px;
    position: absolute;
    top: 20px;
    left: 15px;
    display: block; }

.after-first-login h4 {
  text-align: center; }

.modal-body h4, .modal-body h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px; }

.modal {
  padding-bottom: 0 !important; }
  .modal.after-first-login .continue-btn {
    position: relative;
    bottom: 0 !important; }
  .modal-box p {
    color: #333333; }

.list-data-web {
  width: -webkit-fill-available;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin: 2px 0 0;
  z-index: 111;
  background-color: #ffffff;
  padding: 4px;
  max-height: 190px;
  overflow: auto; }
  .list-data-web-link {
    padding: 3px 7px 4px;
    color: #444444;
    cursor: pointer;
    display: block;
    border-radius: 5px; }
    .list-data-web-link:active, .list-data-web-link:focus, .list-data-web-link:hover {
      color: #444444;
      text-decoration: none;
      background-color: #f8f6f7; }

.member-control .control-group .form-control {
  width: -webkit-fill-available; }

.send-message-field-action {
  display: flex;
  gap: 10px; }
  .send-message-field-action .send-message-field-cancel-btn {
    margin-left: auto; }

.modal-footer-help-me-write {
  display: flex;
  padding: 15px 30px; }

.modal-footer-help-me-write.modal-footer .send-message-field-cancel-btn {
  margin-left: auto; }

.behalf-message {
  overflow: visible !important; }
  .behalf-message .message-arrow {
    display: none !important; }
  .behalf-message .message-item-behalf,
  .behalf-message p.my-message {
    margin-top: 10px !important; }
  .behalf-message .message-item-behalf {
    border-color: #23d18c;
    background-color: rgba(35, 209, 140, 0.03) !important;
    padding-top: 15px; }
    .behalf-message .message-item-behalf-text {
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      padding: 1px 6px;
      border-radius: 5px;
      background-color: #23d18c;
      color: #ffffff;
      font-size: 12px; }

.right-user-box .user-box {
  margin-right: 40px; }

.navbar .btn-navbar {
  float: right;
  position: relative;
  z-index: 101;
  top: 14px;
  background-color: transparent;
  border-color: transparent;
  padding-top: 0;
  padding-bottom: 2px;
  box-shadow: none;
  outline: none; }
  .navbar .btn-navbar .btn-text {
    color: rgba(255, 255, 255, 0.7); }
  .navbar .btn-navbar .icon-bar {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.7); }
  .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover {
    background-color: transparent;
    border-color: transparent; }
    .navbar .btn-navbar:active .icon-bar, .navbar .btn-navbar:focus .icon-bar, .navbar .btn-navbar:hover .icon-bar {
      background-color: #ffffff; }

#cardPaymentForm #s2id_googleLocation {
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto; }
  #cardPaymentForm #s2id_googleLocation .select2-choices {
    min-height: 34px; }

#cardPaymentForm .select2-search-field input {
  color: #999999;
  font-weight: 400;
  text-shadow: none;
  margin-top: -5px;
  padding-left: 7px;
  font-size: 13px; }

#card-element {
  padding: 0.475rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  #card-element.StripeElement--focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
  #card-element.StripeElement--invalid {
    border-color: #dc3545;
    box-shadow: none; }

#payment-form .btn {
  width: 100%;
  font-size: 14px;
  box-shadow: none; }

/*# sourceMappingURL=main_fct_web.sass */