.holiday-header-section {
  min-height: 575px;
}
@media (min-width: 744px) {
  .holiday-header-section {
    min-height: 485px;
  }
}
@media (min-width: 1024px) {
  .holiday-header-section {
    min-height: 600px;
  }
}
.holiday-header-section .holiday-logo {
  display: block;
  margin: 0 auto 86px;
  width: 100%;
  max-width: 343px;
}
@media (min-width: 744px) {
  .holiday-header-section .holiday-logo {
    margin: 0 auto 50px;
    max-width: 398px;
  }
}
@media (min-width: 1024px) {
  .holiday-header-section .holiday-logo {
    max-width: 538px;
  }
}
.holiday-header-section .basic-page-header-text {
  color: #FFF;
  font-family: Volkhov;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  margin: 0 auto 16px;
}
@media (min-width: 744px) {
  .holiday-header-section .basic-page-header-text {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.holiday-header-section .saddleback-dropdown {
  margin: 0 auto;
}
.holiday-header-section .holiday-date-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.holiday-header-section .holiday-date-container:last-child {
  margin-bottom: 40px;
}
.holiday-header-section .holiday-date-header {
  margin: 0 auto 6px;
}
.holiday-header-section .holiday-time-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.holiday-header-section .holiday-time {
  display: flex;
  color: #5B5B5B;
  text-align: center;
  font-family: Archivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
  margin: 0;
}
.holiday-header-section .holiday-time:after {
  content: "&";
  display: block;
  margin: 0 10px;
}
.holiday-header-section .holiday-time:last-child:after {
  display: none;
}
.holiday-header-section .holiday-modal-link-btn {
  padding: 0 48px;
  width: auto;
  max-width: fit-content;
  margin: 0 auto;
}
.holiday-header-section .holiday-service-times-modal .saddleback-dropdown {
  margin: 0 auto 35px;
}
.holiday-header-section .holiday-modal-title {
  margin: 0 auto 24px;
  text-align: center;
}
.holiday-header-section .modal-header {
  padding: 0;
}
.holiday-header-section .modal {
  padding: 48px 24px;
  animation: ease-in-out 0.3s;
}
@media (min-width: 744px) {
  .holiday-header-section .modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 720px;
  }
  .holiday-header-section .modal.taller-than-screen {
    top: 0;
    transform: translate(-50%, 0);
  }
}

.saddleback-dropdown {
  width: 100%;
  max-width: 343px !important;
}
.saddleback-dropdown .select2-container .select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.16px;
  border: 1px solid #929292;
  border-radius: 16px;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__rendered {
  color: #242424;
  padding-right: 24px;
  padding-left: 16px;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 16px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border-color: transparent !important;
  position: unset;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow b:before {
  content: "\e907" !important;
  vertical-align: middle !important;
  text-align: center !important;
  color: #242424;
  font-family: "icomoon" !important;
  font-size: 24px;
  font-weight: normal;
  transition: all ease 0.5s;
}
.saddleback-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
}
.saddleback-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(180deg);
}
.saddleback-dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.saddleback-dropdown .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 16px;
}
.saddleback-dropdown select[disabled] + .select2-container .select2-selection__rendered {
  color: #C8C8C8;
}
.saddleback-dropdown select[disabled] + .select2-container .select2-selection__arrow b:before {
  color: #C8C8C8 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #242424 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F3F3F2 !important;
  color: #242424 !important;
  border-radius: 8px;
  margin-right: 4px;
}

.select2-results__option {
  padding: 12px 8px !important;
  margin-bottom: 0;
  font-size: 16px;
}

.select2-results__options {
  font-size: 16px;
  color: #242424 !important;
}

span.select2-dropdown.select2-dropdown--above {
  border: 1px solid #929292;
  box-shadow: 0px 8px 24px 0px rgba(17, 12, 12, 0.15);
  border-radius: 16px;
  margin-top: -6px;
  padding: 24px 0 24px 16px;
}

span.select2-dropdown.select2-dropdown--below {
  border: 1px solid #929292;
  box-shadow: 0px 8px 24px 0px rgba(17, 12, 12, 0.15);
  border-radius: 16px;
  margin-top: 6px;
  padding: 24px 0 24px 16px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #929292;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 16px !important;
  border-color: #929292;
  padding-right: 24px;
  padding-left: 16px;
  padding-bottom: 0;
  padding-top: 0;
  border: 1px solid #929292;
  height: 48px;
  width: 100%;
  position: relative;
}
.select2-container--default .select2-selection--multiple::after {
  content: "\e907" !important;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  font-size: 24px;
  color: #242424;
  pointer-events: none;
}
.select2-container--default .select2-selection--multiple textarea {
  min-height: unset;
  border-radius: 0;
  margin: 0;
  line-height: 0;
}
.select2-container--default .select2-selection--multiple .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /* Remove the default remove button */
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: Archivo;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid 1px #929292;
}

/* Rotate the arrow when dropdown is open */
.select2-container--open .select2-selection--multiple:after {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}
.select2-container .checkbox-container .checkbox-option {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
.select2-container .checkbox-container .checkbox-option .checkbox-input {
  margin-bottom: 0;
}
.select2-container .checkbox-container .checkbox-option input[type=checkbox] {
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(0%) hue-rotate(153deg) brightness(92%) contrast(84%);
  cursor: p;
}
.select2-container .checkbox-container .checkbox-option input[type=checkbox]:checked {
  content: url(../../../icons/check_box_blue.svg);
  filter: brightness(0) saturate(100%) invert(38%) sepia(94%) saturate(1539%) hue-rotate(187deg) brightness(95%) contrast(101%);
}
.select2-container .checkbox-container .checkbox-option .checkbox-label {
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 0;
}

.select2-search--dropdown {
  padding: 0 16px 0 0;
  position: relative; /* Make this relative for absolute positioning */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 1px solid #929292;
  border-radius: 16px;
  padding: 12px 16px 12px 40px; /* Add left padding for the icon */
  width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  border: 1px solid #929292 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Add this new rule for the icon */
.select2-search--dropdown:before {
  content: "";
  background-image: url(../../../icons/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 1;
  filter: invert(91%) sepia(0%) saturate(0%) hue-rotate(153deg) brightness(94%) contrast(93%);
}

.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single:focus-visible {
  border: 1px solid #929292 !important;
  outline: none !important;
  box-shadow: none !important;
}