@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

body {
  background-color: #273583 !important;
}

body > .container {
  background-color: white !important;
}

.logo-wrapper {
  width: 50%;
  margin-bottom: 42px;
}

.form-body {
  .form-group {
    background-color: #f7f4ed;
    padding: 24px;
    border-radius: 25px;
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.form-participant {
  margin-left: -16px;
  margin-right: -16px;
}

.participant-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px 40px;
  border-radius: 16px;
  margin-top: 24px;
}

.header-flex-div {
  h1 {
    font-size: 28px;
    font-family: 'Sora', sans-serif;
    font-weight: 700 !important;
    line-height: 36px;
  }
}

#bodyContainer {
  background-color: white !important;
  padding: 50px !important;
  border-radius: 25px !important;
  max-width: 628px !important;
}

#bookingForm {
  font-family: 'Sora', sans-serif;
}

#bookingForm .form-group .field-row label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
#bookingForm .form-group .field-row label + div {
  width: 100%;
}
#bookingForm .form-group .field-row .form-control {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: auto;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#bookingForm .form-group.customer_zip,
#bookingForm .form-group.customer_city {
  width: 50%;
  display: inline-block;
}
#bookingForm .form-group.customer_city {
  margin-left: 40px;
}
#bookingForm .nameWrapper {
  border-bottom: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
#bookingForm .nameWrapper .rowName {
  margin-left: 0;
  margin-right: auto;
  font-size: 28px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 36px;
  color: black !important;
}
#bookingForm .nameWrapper .rowName:before {
  display: none;
}
#bookingForm .form-participant + .form-group .col-sm-4,
#bookingForm .addcontactasparticipantrow > div {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
  text-align: right;
}
#bookingForm .ParticipantBtn,
#bookingForm .addcontactasparticipantbutton {
  background-color: transparent;
  width: 100%;
  border: 1px solid #283583 !important;
  border-radius: 27px;
  padding: 15px 25px;
  color: #283583 !important;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  margin-top: 24px;
}
#bookingForm .ParticipantBtn:hover,
#bookingForm .addcontactasparticipantbutton:hover {
  background-color: #283583 !important;
  color: #fff !important;
}
#bookingForm .form-payment .nameWrapper {
  padding-left: 15px;
  padding-right: 15px;
}
#bookingForm .form-payment .col-sm-4.control-label {
  width: 130px;
  text-align: left;
  font-size: 16px;
}
#bookingForm .form-payment .col-sm-4.control-label + div {
  font-size: 16px;
}

.form-payment {
  background-color: #f7f4ed;
  padding: 24px;
  border-radius: 25px;
  margin-bottom: 48px;
  margin-top: 48px;
  .rowName div {
    background-color: #f7f4ed;
  }
}

#bookingForm #sendFormBtn {
  background-color: rgb(255, 221, 39) !important;
  color: #1d1d1b;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Figtree', sans-serif;
  width: 100% !important;
  line-height: 24px;
  padding: 18px 35px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
/* #bookingForm #sendFormBtn:hover {
  text-decoration: underline !important;
} */
