.medroad-checkout-modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.medroad-checkout-modal {
  position: fixed;
  inset: 0;
}

.medroad-checkout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.medroad-checkout-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 24px));
  margin: 4vh auto;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  max-height: 92vh;
  overflow: auto;
}

.medroad-checkout-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.medroad-checkout-modal__header {
  margin-bottom: 20px;
}

.medroad-checkout-modal__title {
  margin: 0 0 10px;
}

.medroad-checkout-modal__subtitle {
  margin-bottom: 14px;
}

.medroad-checkout-modal__product {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f5f8ff;
}

.medroad-modal-open,
.medroad-modal-open body {
  overflow: hidden;
}

.medroad-coupon-message {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.medroad-coupon-message--error {
  color: #d63638;
}

.medroad-coupon-message--success {
  color: #46b450;
}

button.frm_button_submit.frm_final_submit.start-button.v2 {
    border: none;
    box-shadow: none;
    background: none;
}
@media (max-width: 480px) { 
	body .frm_style_formidable-style.with_frm_style .frm_form_field.frm6 {
		grid-column: 1 / span 12;
	}

	body .frm_style_formidable-style.with_frm_style .frm_form_subfield-first + .frm_form_subfield-last {
		margin-top: 20px;
	}
}