
.payment-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 436px;
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.booking-progress{
    padding: 54px 0;
}
.booking-main {
    /* flex: 1; */
}
.confirm_tag{
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;

}
.payment_form{
display: flex;
flex-direction: row;
}
.form-field label {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
}

.form-field input {
  height: 54px;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 16px;
  color: #222222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input::placeholder {
  color: #9ba3b5;
}

.place_payment{
color: #9ba3b5 !important;
font-size: 12px !important;
}
.form-field input:focus {
  outline: none;
  border-color: #23346c;
  box-shadow: 0 0 0 3px rgba(35, 52, 108, 0.12);
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-row .form-field {
  flex: 1;
}
.date_field{
    max-width: 206px;
    width: 100;
}

.active-now-btn{
        background-color: #23346C;
        color: #ffffff;
        margin-top: 0;

}
.payment-btn{
      background-color: #23346C !important;
}
.save-card-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  cursor: pointer;
  padding-top: 8px;
}

.save-card-checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070
}

.payment-alert {
  display: flex;
  gap: 16px;
  padding: 12px;
 max-width: 583px;
  background-color: #F6F6FB;
  color: #4b4f66;
  margin-top: 32px;
}


.total-price-wrap{
    padding-bottom: 32px;
    padding-top: 6px;
}
.consent-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  padding-bottom: 15px;
}

.consent-checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}

.consent-checkbox a {
  color: #23346c;
  text-decoration: underline;
}

.consent-checkbox a:hover {
  text-decoration: none;
}

.alert-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color:transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23346c;
  flex-shrink: 0;
  font-size: 15px;
}
.booking-location-pay{
    display: flex;
    gap: 9px;
    padding: 21px;
    border-radius: 12px;
    border: 1px solid #C7C7EA;
    margin-bottom: 12px;
    flex-direction: column;
}

.alert-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #707070;
}

.alert-text strong {
  font-weight: 700;
  color: #23346c;
}
.booking-main{
max-width: 693px;
width: 100%;
}
@media (max-width: 1199px) {
 .booking-main{
max-width: 519px;
width: 100%;
}
}
@media (max-width: 992px) {
 .booking-main{
max-width: 100%;
width: 100%;
}
.calendar-days{
    gap: 10px;
}
.payment_form{
display: flex;
flex-direction: column;
gap: 60px;
}
}

@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
    gap: 22px;
  }
  .card-section{
    max-width: 100%;
  }
  .date_field{
    max-width: 100%;
    width: 100;
}
.payment-wrapper {

    max-width: 100%;
}
.selected-slot-text {
    font-size: 15px;

}
.total-price-wrap {
    padding-bottom: 27px;
    padding-top: 0px;
}
.service-price {
    font-size: 15px;
}
.booking-progress {
    padding: 22px 0;
}
.confirm_tag {
    font-size: 26px;

}
}

