@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Lexend+Deca:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lwh-event-request-form-wrapper {
  padding: 40px 30px;
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper {
    padding: 20px;
  }
}
.lwh-event-request-form-wrapper .request-form-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 20px;
  max-width: 872px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
  font-family: "Lexend Deca", sans-serif;
  color: #000000;
  /* Content Section */
  /* Form Wrapper */
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper .request-form-container {
    gap: 20px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 715px;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .content {
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper .request-form-container .content {
    gap: 0;
  }
}
.lwh-event-request-form-wrapper .request-form-container .content h2 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .content h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper .request-form-container .content h2 {
    font-size: 30px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .content .sm-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .content .sm-text p {
    margin-top: 15px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper {
    gap: 20px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper h3 {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper h3 {
    font-size: 24px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  /* Field Wrapper */
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .half-width-wrapper {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper form .half-width-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .full-width-wrapper {
  display: flex;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper.single-select .choices .choices__inner .choices__list--single {
  padding: 0px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper.single-select .choices .choices__inner .choices__list--single .choices__item {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper.single-select .choices .choices__inner .choices__list--single .choices__item button {
  display: none;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper label {
  font-weight: 500;
  font-size: 16px;
  line-height: 13.9px;
  color: #000000;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .error-message {
  color: red;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper input[type=text],
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper input[type=date],
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper input[type=file],
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper select {
  padding: 8px 16px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  flex: 1;
  background-color: #F9F9F9;
  min-height: 47px;
  max-height: 47px;
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Lexend Deca", sans-serif;
  color: #858787;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .choices {
  margin-bottom: 0;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .choices .choices__inner {
  max-height: 47px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper select {
  appearance: none;
  background-image: url(../images/arrow-img.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper textarea {
  min-height: 150px;
  outline: none;
  padding: 8px 16px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  flex: 1;
  background-color: #F9F9F9;
  resize: none;
  font-family: "Lexend Deca", sans-serif;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn {
  position: relative;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn input[type=file] {
  color: transparent;
  position: relative;
  cursor: pointer;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn input[type=file]::after {
  content: "";
  background-image: url(../images/image-upload-icon.svg);
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 0;
  height: 32px;
  width: 32px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn #image::-webkit-file-upload-button {
  visibility: hidden;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn #image::-moz-file-upload-button {
  visibility: hidden;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn #image::-ms-browse {
  visibility: hidden;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn .pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  left: 16px;
  top: 6px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn .pills-container .pill {
  gap: 8px;
  background-color: rgba(208, 210, 210, 0.1411764706);
  border-radius: 5px;
  padding: 8px 10px;
  border: 2px solid #D1D1D1;
  min-width: 170px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #858787;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn .pills-container .pill button {
  border: none;
  position: relative;
  transform: scale(1.5);
  color: #858787;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .upload-btn .pills-container .pill button::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #D1D1D1;
  left: -6px;
  top: -2px;
  height: 19px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker {
  padding: 8px 16px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  flex: 1;
  background-color: #F9F9F9;
  min-height: 47px;
  max-height: 47px;
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker .date-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker .date-pills-container .date-pill {
  background-color: rgba(208, 210, 210, 0.1411764706);
  border-radius: 5px;
  padding: 8px 10px;
  border: 2px solid #D1D1D1;
  min-width: 130px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #858787;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker .date-pills-container .date-pill span {
  border: none;
  position: relative;
  transform: scale(1.2);
  color: #858787;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker .date-pills-container .date-pill span::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #D1D1D1;
  left: -6px;
  top: -5px;
  height: 24px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker #multi_date_picker {
  border: none;
  outline: none;
  display: none;
  flex: 0 0 auto;
  width: 30px;
  background: transparent;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .field-wrapper .multi-date-picker .calendar-icon {
  cursor: pointer;
  margin-left: auto;
  font-size: 16px;
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .location-half-width {
  width: calc(50% - 20px);
}
@media all and (max-width: 768px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper form .location-half-width {
    width: 100%;
  }
}
.lwh-event-request-form-wrapper .request-form-container .form-wrapper form .form-btn button {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px;
  background-color: #FAAC1E;
  border-radius: 8px;
  margin-top: 44px;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .lwh-event-request-form-wrapper .request-form-container .form-wrapper form .form-btn button {
    margin-top: 20px;
  }
}

/* Choices.js Styling */
.choices .choices__inner {
  display: flex;
  padding: 8px 16px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  flex: 1;
  background-color: #F9F9F9;
  cursor: pointer !important;
}
.choices .choices__inner .choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.choices .choices__inner .choices__item {
  background-color: rgba(208, 210, 210, 0.1411764706);
  border-radius: 5px;
  padding: 8px 5px 8px 10px;
  border: 2px solid #D1D1D1;
  font-weight: 500;
  font-size: 12px;
  line-height: 13.9px;
  color: #858787;
  min-width: 126px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.choices .choices__inner .choices__item button {
  background-image: url(../images/cross-icon.svg);
  position: relative;
  border: none;
}
.choices .choices__inner .choices__item button::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #D1D1D1;
  left: -2px;
  top: -8px;
  height: 30px;
}
.choices .choices__list input {
  display: none !important;
}
.choices .choices__list .choices__item[data-select-text]::after {
  content: "" !important;
}

/* Arrow style for selects */
.choices[data-type*=select-multiple]::after,
.choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border: solid #647585;
  border-width: 0 2.5px 2.5px 0;
  padding: 2px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.choices.is-open::after {
  transform: rotate(-135deg);
}

.choices[data-type*=select-one].is-open::after {
  border: solid #647585;
  border-width: 0 2.5px 2.5px 0;
  margin-top: inherit;
}

.ui-datepicker {
  border-radius: 8px !important;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  border: 1px solid #647585;
}

/*# sourceMappingURL=event-request-form.css.map */
