#booking-form {
  padding-bottom: 90px;
}
#booking-form .input-group {
  margin-bottom: 30px;
}
#booking-form .input-group-checkbox .input-container label {
  margin-left: 5px;
}
#booking-form label {
  font-weight: 600;
  margin-bottom: 3px;
}
#booking-form label span.required {
  color: #FF7400;
}
#booking-form input[type=text],
#booking-form input[type=email],
#booking-form input[type=number],
#booking-form textarea,
#booking-form select {
  width: 100%;
}
#booking-form .conference-menu {
  padding: 0;
}
#booking-form .conference-menu-list {
  padding: 60px 0 0;
}
#booking-form .conference-menu-list .menu-list {
  padding-top: 30px;
}
#booking-form .conference-menu-list .menu-list .item {
  margin-bottom: 30px;
  width: 50%;
}
#booking-form .conference-menu-list .menu-list .item .menu-input {
  width: 350px;
  margin-bottom: 15px;
}
#booking-form .conference-menu-list .menu-list .item .menu-extra-options .input-container label {
  font-weight: 300;
  margin-left: 5px;
}
#booking-form .booking-totals {
  position: fixed;
  bottom: 60px;
  right: 40px;
  background: #FF7400;
  padding: 15px;
  border-radius: 10px;
  z-index: 3;
  width: 300px;
  display: none;
  text-align: right;
}
#booking-form .booking-totals > div > p {
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.93rem !important;
  line-height: 1 !important;
  margin-bottom: 15px !important;
  position: relative;
  font-weight: 500 !important;
  padding-top: 15px;
}
#booking-form .booking-totals .duration p {
  margin-bottom: 15px !important;
}
#booking-form .booking-totals .equipment > p, #booking-form .booking-totals .drinks > p, #booking-form .booking-totals .snacks > p, #booking-form .booking-totals .menu-items > p {
  border-top: 1px solid #ff5500;
}
#booking-form .booking-totals .menu-items > p {
  margin-bottom: 0.25rem !important;
}
#booking-form .booking-totals .menu-items ul {
  background: #ff5500;
  border-radius: 5px;
  padding: 9px 5px;
}
#booking-form .booking-totals .menu-items ul li {
  margin: 0;
}
#booking-form .booking-totals .menu-items ul li:not(:last-child) {
  border-bottom: 1px solid #FF7400;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#booking-form .booking-totals .menu-items ul li p {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem !important;
  padding-top: 0;
  color: white;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
#booking-form .booking-totals .sub-total {
  padding-top: 15px;
  margin-top: 15px;
}
#booking-form .booking-totals .sub-total p {
  border-top: 1px solid #fff;
  font-weight: 600 !important;
}

body .overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body .overlay .ajax-spinner {
  background: white;
  min-width: 350px;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
}

/* Responsive */
@media only screen and (max-width: 990px) {
  #booking-form .conference-menu-list .menu-list .item {
    width: 100%;
  }
}

/*# sourceMappingURL=meeting-room-form.css.map */
