/*** RIGHT PANEL ***/
.right_panel {
  width: 390px;
  position: relative;
}
.right_panel .form {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
}
.right_panel .form form {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 150px);
  width: 100%;
}
.right_panel .form .mob-head {
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 15%),
    0 1px 5px rgb(0 0 0 / 8%);
  display: none;
  padding: 10px;
}
.right_panel .form .mob-head .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.right_panel .form .mob-head .btn-close {
  background: none;
  background-color: transparent;
  box-shadow: none;
  color: #7d7d7d;
  font-size: 40px;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  position: absolute;
  left: 22px;
  top: 22px;
}

.right_panel .form .box {
  border-bottom: 1px solid #ededed;
  padding: 10px 14px;
  position: relative;
}
.right_panel .form .box.price {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.right_panel .form .box.price .price-txt {
  color: #1e7eee;
  font-size: 24px;
  font-weight: 600;
}
.right_panel .form .box.price .old-price,
div.price-box .old-price,
#property-night-price .old-price {
  opacity: 0.5;
  text-decoration: line-through;
}
.right_panel .form .box.price.snowbird {
  background-image: url(/img/lp/properties/ic_calendar.png);
  background-size: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.right_panel .form .box.price.snowbird span {
  color: #4aca77;
}
.right_panel .form .box .txt {
  color: #626d77;
  font-size: 16px;
}

.right_panel .form .box.property {
}
.right_panel .form .box.property:after {
  margin-left: 0;
  margin-right: 0;
}
.right_panel .form .box.property .property_pic {
  display: inline-block;
  height: 95px;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 95px;
}
.right_panel .form .box.property .property_pic > div {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.right_panel .form .box.property .txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 113px);
}
.right_panel .form .box.property .txt .title {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.right_panel .form .box.property .txt .stars {
  color: #2e2e2e;
  font-size: 13px;
  line-height: 18px;
  margin: 6px auto;
  text-align: left;
}
.right_panel .form .box.property .txt .stars .star:last-child {
  margin-right: 3px;
}

.right_panel .form .box.dates {
  background-image: url("/img/lp/properties/ic-dates.png"), url("/img/icons/ic-ar_right.png");
  background-position:
    20px center,
    45% center;
  background-repeat: no-repeat, no-repeat;
  background-size: 16px, 10px;
  padding-left: 40px;
}
.right_panel .form .box.dates input[type="text"] {
  background-color: transparent;
  color: #626d77;
  border: none;
  font-size: 16px;
}
.right_panel .form .box.dates input[type="text"]:disabled {
  padding-left: 0;
}

.right_panel .form .box.persons {
  background-image: url("/img/lp/properties/ic-persons.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}
.right_panel .form .box.persons .chosen-container-single .chosen-single {
  border: none;
  color: #626d77;
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  text-align: left;
}

.right_panel .form .box.payment {
  color: #192233;
  overflow-y: auto;
  padding: 0;
}
.right_panel .form .box.payment .details {
  font-size: 14px;
  line-height: 19px;
}

.right_panel .form .box.payment .details .row {
  padding: 0 14px;
  position: relative;
}
.right_panel .form .box.payment .details .row .col {
  margin: 0 0 8px;
  padding: 0;
  vertical-align: bottom;
}
.right_panel .form .box.payment .details .row:last-child .col {
  margin: 0;
}
.right_panel .form .box.payment .details .row.title .col {
  padding-bottom: 5px;
  width: 100%;
}
.right_panel .form .box.payment .details .title {
}
.right_panel .form .box.payment .details .subbox {
  position: relative;
}
.right_panel .form .box.payment .details .subbox .title {
  padding: 14px 0;
  position: relative;
}
.right_panel .form .box.payment .details .subbox .title:after {
  border-bottom: 1px solid #ededed;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
}
.right_panel .form .box.payment .details .subbox:last-child .title:after {
  display: none;
}
.right_panel .form .box.payment .details#panel-total .subbox .title:before {
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
}
.right_panel .form .box.payment .details .subbox .title.no-line {
}
.right_panel .form .box.payment .details .subbox .title.no-line:after {
  display: none;
}
.right_panel .form .box.payment .details .subbox .title .btn-toggle {
  background-image: url("/img/icons/ic_arrow_menu_black.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 8px;
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
}
.right_panel .form .box.payment .details .subbox .title.open .btn-toggle {
  background-image: url("/img/icons/ic_arrow_menu_black_re.png");
}
.right_panel .form .box.payment .details .subbox .subbox-toggle {
  background-color: rgba(237, 237, 237, 0.35);
  color: #626d77;
  display: none;
}
.right_panel .form .box.payment .details .subbox .subbox-toggle .row .col {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ededed;
}
.right_panel .form .box.payment .details .subbox .subbox-toggle .row .col:first-child {
  padding-left: 14px;
}
.right_panel .form .box.payment .details .subbox .subbox-toggle .row:last-child .col {
  border: none;
}

.right_panel .form .box.payment .details .hint {
  display: inline-block;
  position: static;
}
.right_panel .form .box.payment .details .hint .hint-sign {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 3px 3px;
  vertical-align: middle;
}
.right_panel .form .box.payment .details .hint .hint-box {
  bottom: 75%;
  left: 10%;
  right: 10%;
  top: auto;
  width: auto;
}
.right_panel .form .box.payment .details .hint .hint-box.to_bot {
  bottom: auto;
  top: 60%;
}

.right_panel .form .box.payment .details.total {
}
.right_panel .form .box.payment .details.total > div {
  border-top: 1px solid #ededed;
  font-weight: 600;
  padding: 14px 0;
}

.right_panel .form .box.buttons {
  border: none;
}

.right_panel .form .box.promo {
}
.right_panel .form .box.promo h3 {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.right_panel .form .box.promo p {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 16px;
}
.right_panel .form .box.promo input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  color: #2e2e2e;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  margin-right: -5px;
  outline: none;
  padding: 9px 18px;
  text-align: left;
  width: calc(100% - 114px);
}
.right_panel .form .box.promo .hbtn {
  border-radius: 0;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 36px;
  width: 112px;
}
.right_panel .form .box.promo .hbtn:disabled {
  background-color: #ddd;
  cursor: default;
}
.right_panel .form .box.promo .message-box,
.right_panel .form .box.promo .error-box {
  border-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.right_panel .form .box.promo .error-box {
  background-color: rgba(250, 105, 105, 0.08);
  color: #fa6969;
}
.right_panel .form .box.promo .error-box p {
  color: inherit;
  margin: 12px 0 0;
  padding: 10px;
}
.right_panel .form .box.promo .message-box {
  background-color: rgba(12, 178, 27, 0.08);
  color: #0cb21b;
  padding: 10px;
}

.right_panel .form .box.snowbird .msg {
  background-color: rgba(82, 162, 255, 0.05);
  border: 1px solid #52a2ff;
  border-radius: 8px;
  color: #1e7eee;
  font-size: 16px;
  padding: 10px 5px;
}

.right_panel .form .box .affirm-modal-trigger {
  color: #1e7eee;
}

.right_panel .agreement {
  padding: 16px 0;
  text-align: center;
}
.right_panel .agreement label {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.right_panel .agreement label a {
  color: #7d7d7d;
  text-decoration: underline;
}

.right_panel .form .accessible {
  display: flex;
  align-items: center;
  margin: 0 25px;
  border-radius: 12px;
  padding: 10px;

  background-color: #f7f7f7;
  background-image: url(/img/lp/icon_wheelchair@3x.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.right_panel .form .accessible label {
  margin: 0 0 0 35px;
  padding: 0;
  font-weight: normal;
}

.right_panel .form .accessible input {
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  nav.navbar.navbar-fixed-top {
  z-index: 999 !important;
}
  .details .right_panel {
    background-color: #fff;
    border-radius: 0;
    display: none;
    float: none;
    margin: 0 !important;
    overflow: visible;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 9990;
  }
  .details .right_panel .form .mob-head {
    display: block;
  }

  .payment .right_panel {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 30px 0 !important;
    position: static;
  }
  .payment .right_panel .form .mob-head {
    display: none;
  }

  .right_panel.booked {
    display: block;
    margin: 5px;
    position: static;
  }
  .right_panel .form .mob-head {
    padding: 20px 10px;
  }
  .right_panel .form {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .right_panel .form form {
    max-height: none;
  }
  .right_panel .form .box.price {
    background-image: url("/img/lp/properties/price.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 36px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.5px) {
  .right_panel {
    top: 0;
    z-index: 999999;
  }
}

#rightPanelBox {
  margin: 12px 24px 0;
  text-align: left;
}
#rightPanelBox ul {
  padding: 0;
}

@media screen and (max-width: 380px) {
  .right_panel .form .box.dates {
    background-position:
      20px center,
      51% center;
    background-size: 14px, 8px;
  }
  .right_panel .form .box.dates input[type="text"]:disabled {
    padding: 0;
    font-size: 13px;
  }
}

body.custom-landing-layout .payment .right_panel .form {
  border-radius: 24px;
  border: 1px solid #EEF1F3;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
  background-color: #F1F5F880 !important;
  padding: 24px;
  min-width: 404px;
}

body.custom-landing-layout .payment .right_panel .form .mob-head {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #EEF1F3;
  margin-bottom: 16px;
  box-shadow: none;
}

body.custom-landing-layout .payment .right_panel .form .box {
  border-bottom: none;
  padding: 16px 0;
  margin: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.property {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.property .property_pic {
  width: 75px;
  height: 73px;
  border-radius: 16px;
  margin: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

body.custom-landing-layout .payment .right_panel .form .box.property .property_pic > div {
  border-radius: 16px;
}

body.custom-landing-layout .payment .right_panel .form .box.property .txt {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.custom-landing-layout .payment .right_panel .form .box.property .txt .title {
  font-family: 'DM Sans', 'Inter', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  letter-spacing: -0.02em;
  margin: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.property .txt .stars {
  display: none;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box,
body.custom-landing-layout .payment .right_panel .form .box.guests-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px !important;
  margin: 4px -12px !important;
  border-radius: 30px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-bottom: none !important;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box:hover,
body.custom-landing-layout .payment .right_panel .form .box.guests-box:hover {
  background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 15%, transparent) !important;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box .circle-icon,
body.custom-landing-layout .payment .right_panel .form .box.guests-box .circle-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--top_section_icon_bg_color, #7f57df) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box .circle-icon.date-icon {
  background-image: var(--top_section_icon_dates, url("/img/lp/propertyLanding/ic-dates.png")) !important;
}

body.custom-landing-layout .payment .right_panel .form .box.guests-box .circle-icon.guest-icon {
  background-image: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png")) !important;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box .date-range-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 15px;
  color: #192233;
  font-weight: 500;
}

body.custom-landing-layout .payment .right_panel .form .box.date-range-box .date-range-text .chevron-separator {
  color: #98A2B3;
  display: flex;
  align-items: center;
}

body.custom-landing-layout .payment .right_panel .form .box.guests-box .guests-text {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 15px;
  color: #192233;
  font-weight: 500;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box {
  background-color: #F0EFFC;
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .accessible-icon {
  color: #7F56D9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container label {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 14px;
  color: #192233;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  flex-grow: 1;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1.5px solid #D0D5DD;
  border-radius: 6px;
  transition: all 0.2s ease;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox input:checked ~ .checkmark {
  background-color: #7F56D9;
  border-color: #7F56D9;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

body.custom-landing-layout .payment .right_panel .form .box.accessible-box .accessible-container .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body.custom-landing-layout .right_panel .form .box.payment {
  background-color: transparent !important;
  padding: 0;
  border-top: 1px solid #D9DDDF !important;
  padding-top: 24px !important;
  margin-top: 16px !important;
}

body.custom-landing-layout .right_panel .form .box.payment .payment-details-container {
  background: #F1F5F880 !important;
  border-radius: 16px;
  padding: 12px 0 !important;
}

body.custom-landing-layout .right_panel .form .box.payment .details {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 19px;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.custom-landing-layout .right_panel .form .box.payment .details .subbox .title {
  padding: 4px 0;
  font-size: 14px;
  background: transparent;
}

body.custom-landing-layout .right_panel .form .box.payment .details .subbox .title:after {
  display: none;
}

body.custom-landing-layout .right_panel .form .box.payment .details .subbox .title .key {
  color: #1E1E1E;
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.custom-landing-layout .right_panel .form .box.payment .details .subbox .title .value,
body.custom-landing-layout .right_panel .form .box.payment .details .subbox .title .value-v {
  color: #1E1E1E;
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox {
  margin-top: 0;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title:before {
  display: none;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .key {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .value,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .value-v,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .js-total {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .value strong,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox .title .js-total strong {
  font-weight: 700;
}

body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox:last-child .title .key,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox:last-child .title .value,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox:last-child .title .value-v,
body.custom-landing-layout .right_panel .form .box.payment .details#panel-total .subbox:last-child .title .js-total {
  font-weight: 700;
}

body.custom-landing-layout .payment .right_panel .form .box.promo {
  padding-top: 16px;
  border-top: 1px solid #EEF1F3;
}

body.custom-landing-layout .payment .right_panel .form .box.promo h3 {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #192233;
}

body.custom-landing-layout .payment .right_panel .form .box.promo p {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 12px;
  color: #667085;
  margin-bottom: 12px;
}

body.custom-landing-layout .payment .right_panel .form .box.promo input[type="text"] {
  border: 1px solid #D0D5DD;
  border-radius: 8px 0 0 8px;
  height: 40px;
  padding: 8px 12px;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 14px;
}

body.custom-landing-layout .payment .right_panel .form .box.promo .hbtn {
  background-color: #7F56D9;
  border: none;
  border-radius: 0 8px 8px 0;
  color: white;
  height: 40px;
  padding: 0 16px;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}

body.custom-landing-layout .payment #confirm-booking-button,
body.custom-landing-layout .payment .btn.btn-primary.action-confirm-booking {
  border-radius: 40px;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}

body.custom-landing-layout .payment #confirm-booking-button:hover,
body.custom-landing-layout .payment #confirm-booking-button:focus,
body.custom-landing-layout .payment .btn.btn-primary.action-confirm-booking:hover,
body.custom-landing-layout .payment .btn.btn-primary.action-confirm-booking:focus {
  background-color: var(--top_section_button_color_hover, var(--top_section_button_color, var(--first_color))) !important;
  border-color: var(--top_section_button_color_hover, var(--top_section_button_color, var(--first_color))) !important;
  transition: background-color 1s ease !important;
}

body.custom-landing-layout .payment .right_panel .form hr {
  border: 0 !important;
  border-top: 1px solid #D9DDDF !important;
}

body.custom-landing-layout,
body.custom-landing-layout .payment,
body.custom-landing-layout .payment section.main {
  background: #FEFEFE !important;
}

body.custom-landing-layout .payment,
body.custom-landing-layout .payment * {
  font-family: 'DM Sans', 'Inter', -apple-system, sans-serif;
}

body.custom-landing-layout .payment h2,
body.custom-landing-layout .payment .guest-details h2,
body.custom-landing-layout .payment .payment-block h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: -0.02em !important;
  color: #1E1E1E !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
}

body.custom-landing-layout .payment label {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #344054 !important;
  margin-bottom: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
}

body.custom-landing-layout .payment .box input[type="text"],
body.custom-landing-layout .payment .box input[type="email"],
body.custom-landing-layout .payment .box select {
  font-size: 14px !important;
  border: 1px solid #D0D5DD !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  color: #1D2939 !important;
  height: 40px !important;
  font-family: 'DM Sans', sans-serif !important;
  box-shadow: none !important;
}

body.custom-landing-layout .payment .box input[type="tel"],
body.custom-landing-layout .payment .box input.intl-tel-input,
body.custom-landing-layout .payment .box input.filter-phone-number {
  font-size: 14px !important;
  border: 1px solid #D0D5DD !important;
  border-radius: 8px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 14px !important;
  padding-left: 3px !important;
  text-indent: 44px !important;
  color: #1D2939 !important;
  height: 40px !important;
  font-family: 'DM Sans', sans-serif !important;
  box-shadow: none !important;
}

body.custom-landing-layout .payment .txt-gray,
body.custom-landing-layout .payment p {
  font-size: 14px !important;
  color: #667085 !important;
  font-weight: 400 !important;
  font-family: 'DM Sans', sans-serif !important;
}
