/* Responsive web - breakpoints */
/* Box Shadows */
/* float-labels mixins */
/* Common Controls*/
/* Pop up Modal*/
.modal-content.popupContainer-3-0 {
  font-family: Roboto;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 0px;
  width: 774px;
  background: #fff;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .modal-content.popupContainer-3-0 {
    width: 675px;
  }
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 {
    width: 320px;
    padding: 1rem;
  }
}
.modal-content.popupContainer-3-0 .modal-seperator-margin-top {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-seperator-margin-top {
    margin-top: 16px;
  }
}
.modal-content.popupContainer-3-0 .modal-seperator-margin-bottom {
  margin-bottom: 16px;
}
.modal-content.popupContainer-3-0 .modal-title {
  color: #352b2b;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /*
  @at-root .modal-content.popupContainer-3-0 .modal-title--large {
    font-size: 32px;
    line-height: 38px;

    @include respond-to(tablet) {
      font-size: 28px;
      font-weight: 500;
      line-height: 34px;
    }
    @include respond-to(mobile) {
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
    }

  } */
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.modal-content.popupContainer-3-0 .modal-title.--large {
  font-size: 32px;
  line-height: 38px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .modal-content.popupContainer-3-0 .modal-title.--large {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-title.--large {
    font-size: 24px;
    line-height: 28px;
  }
}
.modal-content.popupContainer-3-0 .modal-body .modal-body-content {
  color: #352b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-body .modal-body-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-content.popupContainer-3-0 .modal-body .modal-body-content .message {
  font-size: 18px;
  line-height: 26px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .modal-content.popupContainer-3-0 .modal-body .modal-body-content .message {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-body .modal-body-content .message {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-content.popupContainer-3-0 .modal-actions {
  display: flex;
  float: right;
}
.modal-content.popupContainer-3-0 .mfp-close {
  display: none !important;
}
.modal-content.popupContainer-3-0 .close-x {
  margin-left: auto;
  background: url("/images/modal-close-x.1x.png") no-repeat center;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  cursor: pointer;
}
.modal-content.popupContainer-3-0 .close-x:focus {
  background-color: #e4e4e4;
  border-radius: 4px;
  outline: none;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .close-x {
    background-size: 16px 16px;
  }
}
.modal-content.popupContainer-3-0 div.horizontal-seperator {
  background: #e4e4e4;
  height: 2px;
  width: 100%;
}
.modal-content.popupContainer-3-0 .modal-action.right-align {
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-action {
    width: 100%;
  }
}
.modal-content.popupContainer-3-0 .modal-action input[type=button] {
  display: flex;
  min-width: 104px;
  max-width: 264px;
  min-height: 44px;
  max-height: 48px;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(91deg, #2172e8 12.9%, #235ec9 90.03%);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .modal-action input[type=button] {
    width: 100%;
  }
}
.modal-content.popupContainer-3-0 .modal-action input[type=button] .blue {
  border-radius: 24px;
  background: linear-gradient(91deg, #2172e8 12.9%, #235ec9 90.03%);
}
.modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item {
  display: flex;
  gap: 16px;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item {
    padding: 4px 0px 4px 0px;
  }
}
.modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0px 4px 0px;
}
.modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content .content-header {
  overflow: hidden;
  color: #352b2b;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content .content-header {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content .content-header {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content .content-text {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media all and (min-width: 1025px) {
  .modal-content.popupContainer-3-0 .master-card-promo-container .master-card-promo-item--text-content .content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal-content.popupContainer-3-0 .icon, .modal-content.popupContainer-3-0 .icon-call-speaking, .modal-content.popupContainer-3-0 .icon-baggage-tag, .modal-content.popupContainer-3-0 .icon-new-profile-red, .modal-content.popupContainer-3-0 .icon-wallet-money, .modal-content.popupContainer-3-0 .icon-scissors, .modal-content.popupContainer-3-0 .icon-invoice {
  width: 52px;
  height: 52px;
  float: left;
  aspect-ratio: 1/1;
}
@media all and (max-width: 767px) {
  .modal-content.popupContainer-3-0 .icon, .modal-content.popupContainer-3-0 .icon-call-speaking, .modal-content.popupContainer-3-0 .icon-baggage-tag, .modal-content.popupContainer-3-0 .icon-new-profile-red, .modal-content.popupContainer-3-0 .icon-wallet-money, .modal-content.popupContainer-3-0 .icon-scissors, .modal-content.popupContainer-3-0 .icon-invoice {
    width: 48px;
    height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.modal-content.popupContainer-3-0 .icon-invoice {
  background: url("/css/2.0/icons/icon-invoice.svg") no-repeat center;
}
.modal-content.popupContainer-3-0 .icon-scissors {
  background: url("/css/2.0/icons/icon-scissors.svg") no-repeat center;
}
.modal-content.popupContainer-3-0 .icon-wallet-money {
  background: url("/css/2.0/icons/icon-wallet-money.svg") no-repeat center;
}
.modal-content.popupContainer-3-0 .icon-new-profile-red {
  background: url("/css/2.0/icons/icon-new-profile-red.svg") no-repeat center;
}
.modal-content.popupContainer-3-0 .icon-baggage-tag {
  background: url("/css/2.0/icons/icon-baggage-tag.svg") no-repeat center;
}
.modal-content.popupContainer-3-0 .icon-call-speaking {
  background: url("/css/2.0/icons/icon-call-speaking.svg") no-repeat center;
}

.no-bottom-border {
  border-bottom: none !important;
}/*# sourceMappingURL=popup3.0.css.map */