.elementor-781 .elementor-element.elementor-element-8b786da{--display:flex;--background-transition:0.3s;--padding-top:60px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-781 .elementor-element.elementor-element-3cd618c > .elementor-widget-container{padding:0px 0px 50px 0px;}.elementor-781 .elementor-element.elementor-element-3cd618c{text-align:center;}.elementor-781 .elementor-element.elementor-element-3cd618c .elementor-heading-title{color:#333333;font-family:"Abril Fatface", Sans-serif;font-size:32px;font-weight:400;}.elementor-781 .elementor-element.elementor-element-a273b62 > .elementor-widget-container{background-color:#FFFFFF;padding:25px 25px 25px 25px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-781 .elementor-element.elementor-element-8b786da{--content-width:1227px;}}@media(max-width:1366px) and (min-width:768px){.elementor-781 .elementor-element.elementor-element-8b786da{--content-width:1140px;}}@media(max-width:1200px) and (min-width:768px){.elementor-781 .elementor-element.elementor-element-8b786da{--content-width:100%;}}@media(min-width:2400px){.elementor-781 .elementor-element.elementor-element-8b786da{--content-width:1320px;--gap:0px 0px;}.elementor-781 .elementor-element.elementor-element-a273b62 > .elementor-widget-container{padding:25px 25px 25px 25px;}}@media(max-width:1200px){.elementor-781 .elementor-element.elementor-element-8b786da{--padding-top:60px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-781 .elementor-element.elementor-element-3cd618c .elementor-heading-title{font-size:30px;}}@media(max-width:880px){.elementor-781 .elementor-element.elementor-element-3cd618c .elementor-heading-title{font-size:28px;}}@media(max-width:767px){.elementor-781 .elementor-element.elementor-element-3cd618c .elementor-heading-title{font-size:26px;}}/* Start custom CSS for shortcode, class: .elementor-element-a273b62 *//* Backdrop covering the whole screen */
.hidden-select {
  display: none !important;
}
.popup-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Container for the popup content */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 1000px;
}

/* Close button style */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

/* Styling for each option inside the popup */
.backdrop-option,
.photo-strip-option {
  margin: 10px;
  text-align: center;
}

/* Image styling within options */
.backdrop-option img {
  display: block;
  margin: 0 auto;
}

.photo-strip-option img {
  display: block;
  margin: 0 auto;
}

/* Slick slider customization */
.slick-slide {
  padding: 10px;
}

.mdtimepicker .mdtp__wrapper {
  transform: translate(-50%, -50%);
}

input#input_2_12 {
  width: 100%;
}

.book-booth h3.gsection_title {
  font-family: "Abril Fatface", sans-serif;
  font-size: 20px;
}
.book-booth .gform-theme--foundation .gform_fields .gfield--input-type-section.gfield {
  border-bottom: 0;
  margin-bottom: 0;
}
.book-booth .gform-theme--foundation .gform_fields {
  row-gap: 0;
  display: flex;
  flex-wrap: wrap;
}
.book-booth .gform-theme--foundation .field_sublabel_above {
  width: 100%;
}
.book-booth .gform-theme--foundation .gform_fields .gfield {
  margin-bottom: 28px;
}
.book-booth .gform-theme--foundation .gform_fields .gfield .ginput_container input,
.book-booth .gform-theme--foundation .gform_fields .gfield .ginput_container select {
  border-radius: 0;
  border: 1px solid #333;
  height: 40px;
}
.book-booth .gform-theme--foundation .gform_fields .gfield .ginput_container.ginput_container_date {
  border: 1px solid #333;
  height: 40px;
}
.book-booth
  .gform-theme--foundation
  .gform_fields
  .gfield
  .ginput_container
  input.gdatepicker_with_icon {
  border: 0;
  background: transparent;
}
.book-booth
  .gform-theme--foundation
  .gform_fields
  .gfield
  .ginput_container.ginput_container_date:after {
  transform: translateX(-40%);
}
.book-booth .gform-theme--foundation .gform_fields .gfield .ginput_container input:focus {
  box-shadow: none;
}
.book-booth .ginput_container.ginput_container_radio .gfield_radio,
.book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
.book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
.book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  width: calc(20% - 18px);
  position: relative;
  text-align: center;
  display: flex;
  height: auto;
  align-items: center;
  min-height: 58px;
}
.book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice input,
.book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input {
  height: auto;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice label,
.book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #919191;
  padding: 8px 20px;
  line-height: 18px;
}
.book-booth
  .gform-theme--framework
  input[type="radio"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):checked
  + label {
  background: #b4003d !important;
  color: #fff !important;
  font-weight: 800 !important;
  border-color: #b4003d !important;
}
.book-booth
  .gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):checked
  + label {
  background: #febf38 !important;
  color: #333333 !important;
  font-weight: 800 !important;
  border-color: #333333 !important;
}
.book-booth .gsection_description {
  color: rgb(51, 51, 51, 0.8);
  margin-bottom: 10px;
}
body .book-booth input.gform_button.button {
  background: #b4003d !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
  padding: 0px 30px !important;
}
.book-booth #field_2_36 .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  width: auto;
  max-width: 300px;
}
.book-booth #field_2_39 {
  grid-column: auto;
  min-width: 230px;
}
.book-booth #field_2_39 .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  width: 100%;
}
.book-booth div#field_2_40 {
  margin-top: 10px;
}
.book-booth fieldset#field_2_49 {
  display: flex;
  grid-column: auto;
}
.book-booth fieldset#field_2_49 .gchoice {
  width: 100%;
}
#field_2_49 legend.gfield_label {
  display: none;
}
.book-booth fieldset#field_2_49 {
  grid-column: 1 / 12;
  margin-bottom: 0;
}
body
  .book-booth
  fieldset#field_2_49
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input {
  opacity: 1;
  width: auto;
  height: auto;
}
body .book-booth fieldset#field_2_49 .ginput_container.ginput_container_checkbox label {
  border: 0;
  width: auto;
  font-size: 14px;
  margin-left: 6px;
  background: transparent !important;
}
#field_2_49 input.gfield-choice-input:checked:before {
  background: #b4003d;
  color: #fff;
  font-size: 10px;
  padding: 3px;
}
#field_2_49 input.gfield-choice-input:checked {
  border-color: #b4003d;
}
.popup-content .slick-track {
  margin: 0;
}
body .popup-content .backdrop-option {
  margin: 30px 0px 10px 0px;
}
.popup-content .slick-slide {
  padding: 0 10px;
}
.popup-content .slick-slide .backdrop-option img {
  max-width: 100%;
  height: 140px;
}
.popup-content .backdrop-option {
  margin: 0 0px 10px 0px;
}
.close-btn:before {
  content: "X";
  color: #333;
  position: absolute;
  right: 10px;
}

.close-btn {
  background: transparent;
  color: transparent;
  font-weight: bold;
}
.popup-content .backdrop-option label {
  font-family: "Abril Fatface", sans-serif;
  margin-top: 10px;
}
.radio-span-wrapper {
  display: block;
  position: absolute;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 8px;
}

.radio-span-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  right: 0;
  top: 0px;
  z-index: 99;
}

.radio-span {
  position: absolute;
  top: 0px;
  left: auto;
  height: 16px;
  width: 16px;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  right: 0;
}

.radio-span-wrapper:hover input ~ .radio-span {
  background-color: #ccc;
}

.radio-span-wrapper input:checked ~ .radio-span {
  background-color: #b4003d;
}

.radio-span:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-span-wrapper input:checked ~ .radio-span:after {
  display: block;
}

.radio-span-wrapper .radio-span:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-content .slick-arrow {
  background: transparent;
  border: 0;
  color: transparent;
  z-index: 999;
}
.popup-content .slick-arrow::before {
  color: #333;
  position: absolute;
}
.gform_heading p.gform_required_legend {
  display: none;
}
#label_2_49_1 a {
  padding-left: 6px;
}
.section-break {
  background: #fafafa;
  margin: 20px -25px !important;
  width: 100vw !important;
  display: block;
}
.mdtimepicker section.mdtp__time_holder,
.mdtimepicker section.mdtp__clock_holder {
  background: transparent !important;
}
section.mdtp__time_holder span {
  color: #333 !important;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit.active span,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit.active:before,
span.mdtp__clock_dot,
span.mdtp__pm.active,
span.mdtp__am.active {
  background: #386a20 !important;
}
span.mdtp__button {
  color: #386a20 !important;
}
section.mdtp__time_holder {
  padding-bottom: 0 !important;
}
span.mdtp__time_h.active,
span.mdtp__time_m.active {
  background: #386a20 !important;
  color: #fff !important;
}
span.mdtp__time_h,
span.mdtp__time_m {
  padding: 10px 17px;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock {
  background-color: #dfe4d6;
}
body .mdtp__wrapper {
  border-radius: 35px !important;
  background: #e5eadc !important;
  padding: 10px;
}
@media (min-width: 2100px) {
  .radio-span-wrapper {
    margin-top: 2.3rem;
  }
}
/* @media (max-width: 1600px) {
  .radio-span-wrapper {
    margin-top: 1.6rem;
  }
}
@media (max-width: 1440px) {
  .radio-span-wrapper {
    margin-top: 1.2rem;
  }
} */
@media (max-width: 1199px) {
  .book-booth #field_2_36 .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: auto;
    max-width: 280px;
  }
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: calc(25% - 18px);
  }
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice label,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label {
    font-size: 15px;
    padding: 8px 10px;
  }
  body .book-booth fieldset#field_2_49 .ginput_container.ginput_container_checkbox label {
    margin-left: 16px;
  }
  .book-booth h3.gsection_title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: calc(33.3% - 18px);
  }
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    min-height: 48px;
  }
  .book-booth div#field_2_40 {
    margin-top: 7px;
  }
  .book-booth div#field_2_40 {
    grid-column: span 10;
  }
  .popup-content .slick-slide .backdrop-option img {
    max-width: 100%;
    height: 100px;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .book-booth .gform-theme--foundation .gform_fields .gfield--width-half {
    width: calc(50% - 8px);
  }
  .book-booth #field_2_39 {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: calc(50% - 18px);
  }
  .book-booth h3.gsection_title {
    font-size: 16px;
  }
  .book-booth div#field_2_40 {
    grid-column: span 12;
  }
  fieldset#field_2_39 {
    margin-bottom: 10px;
  }
  .popup-content .slick-slide .backdrop-option img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  #field_2_20 input,
  #field_2_25 input {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .book-booth .ginput_container.ginput_container_radio .gfield_radio .gchoice,
  .book-booth .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: 100%;
  }
  body .book-booth fieldset#field_2_49 .ginput_container.ginput_container_checkbox label {
    margin-left: 15px;
    font-size: 12px;
    text-align: left;
  }
}

/*new model css*/

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  transition: transform 0.3s ease;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.image-grid-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  transition: transform 0.5s ease;
}

.image-container {
  position: relative;
  width: calc(100% / 3 - 10px);
  margin: 5px;
}

.thumbnail {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
}

.image-checkbox {
  position: absolute;
  top: 5px;
  right: 5px;
  transform: scale(1.5);
  z-index: 1;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f1f1f1;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}
#imageGrid-imageModal,
#imageGrid-imageModal1,
#imageGrid-imageModal2 {
  transition: opacity 0.5s ease-in-out;
}

#imageGrid-imageModal.fade-out,
#imageGrid-imageModal1.fade-out,
#imageGrid-imageModal2.fade-out {
  opacity: 0;
}

#imageGrid-imageModal.fade-in,
#imageGrid-imageModal1.fade-in,
#imageGrid-imageModal2.fade-in {
  opacity: 1;
}

#imageModal {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#imageModal.show {
  opacity: 1;
}

.image-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#imageGrid-imageModal:not(.fade-out):not(.fade-in) .image-container,
#imageGrid-imageModal1:not(.fade-out):not(.fade-in) .image-container,
#imageGrid-imageModal2:not(.fade-out):not(.fade-in) .image-container {
  opacity: 1;
}
#imageModal {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#imageModal.show {
  opacity: 1;
}

#imageModal,
#imageModal1,
#imageModal2 {
  padding: 10px 0px;
  overflow: hidden;
}
#imageModal.show,
#imageModal1.show,
#imageModal2.show {
  overflow-y: scroll;
}
.admin-bar #imageModal,
.admin-bar #imageModal1,
.admin-bar #imageModal2 {
  padding: 40px 0px;
}

#imageModal .modal-content,
#imageModal1 .modal-content {
  max-width: 55%;
  padding: 0 0 5px 0;
  box-shadow: none;
  border: 0;
  min-height: 77vh;
}
#imageModal2 .modal-content {
  max-width: 70%;
}
#imageModal button.prev-btn,
#imageModal button.next-btn,
#imageModal1 button.prev-btn,
#imageModal1 button.next-btn,
#imageModal2 button.prev-btn,
#imageModal2 button.next-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
#imageModal .image-container,
#imageModal1 .image-container,
#imageModal2 .image-container {
  overflow: hidden;
}
#imageModal .image-grid .image-container,
#imageModal1 .image-grid .image-container {
  width: calc(16.6% - 0px);
  margin: 0px 0px 0px;
}
#imageModal2 .image-grid .image-container {
  width: calc(25% - 10px);
}
#imageModal2 .radio-span-wrapper {
  margin-top: 0;
  right: auto;
  left: 0;
}
#imageModal2 .radio-span,
#imageModal2 .radio-span-wrapper input {
  left: 0;
  right: auto;
}
div#imageModal,
div#imageModal1,
div#imageModal2 {
  z-index: 99;
}
div#imageModal2 .image-grid-wrapper.slider-container2 {
  overflow: auto;
  height: auto;
}
div#imageModal span.close-btn,
div#imageModal1 span.close-btn,
div#imageModal2 span.close-btn {
  margin: 0 0;
  padding: 0;
  position: relative;
  left: -20px;
}
div#imageModal span.close-btn:before,
div#imageModal1 span.close-btn:before,
div#imageModal2 span.close-btn:before {
  display: none;
}
div#imageModal .image-grid-wrapper.slider-container,
div#imageModal1 .image-grid-wrapper.slider-container1 {
  padding: 20px 40px 0;
  /*min-height: 830px;*/
}
div#imageModal input.image-checkbox,
div#imageModal1 input.image-checkbox {
  width: 16px;
  height: 12px;
}
#imageModal button.prev-btn,
#imageModal1 button.prev-btn,
#imageModal2 button.prev-btn {
  left: 20px;
}
#imageModal button.next-btn,
#imageModal1 button.next-btn,
#imageModal2 button.next-btn {
  right: 20px;
}
.modal .modal-content [type="button"]:focus,
.modal .modal-content [type="button"]:hover,
.modal .modal-content [type="submit"]:focus,
.modal .modal-content [type="submit"]:hover,
.modal .modal-content button:focus,
.modal .modal-content button:hover {
  background-color: #febf38;
}
.modal .modal-content button.prev-btn:hover img,
.modal .modal-content button.next-btn:hover img,
.modal .modal-content button.prev-btn:focus img,
.modal .modal-content button.next-btn:focus img {
  opacity: 1;
}
#imageModal2 .image-grid-wrapper.slider-container2 {
  padding: 20px 60px;
}
#imageModal button.prev-btn img,
#imageModal1 button.prev-btn img,
#imageModal2 button.prev-btn img {
  transform: rotate(180deg);
}
.modal .modal-content button.prev-btn img,
.modal .modal-content button.next-btn img {
  opacity: 0.3;
}
html:has(.modal.show) {
  overflow: hidden;
  padding-right: 30px;
}
body:has(.modal.show) {
  overflow: hidden;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  #imageModal .image-grid .image-container,
  #imageModal1 .image-grid .image-container {
    width: calc(20% - 0px);
  }
  .populate-backdrops-dropdown .dropdown-wrapper{
      width:50%!important;
  }
  
}
@media (max-width: 991px) {
  .radio-span-wrapper {
    margin-top: 1.3rem;
  }
  #imageModal .image-grid .image-container,
  #imageModal1 .image-grid .image-container {
    width: 50%;
  }
  #imageModal2 .image-grid .image-container {
    width: calc(50% - 10px);
  }
  #imageModal .modal-content,
  #imageModal1 .modal-content {
    max-width: 75%;
  }
  .populate-backdrops-dropdown .dropdown-wrapper{
      width:50%!important;
  }
  
}
@media (max-width: 767px) {
  .radio-span-wrapper {
    right: 7px;
  }
  #imageModal2 .image-grid .image-container {
    width: 100%;
  }
  #imageModal2 .image-grid-wrapper.slider-container2 {
    padding: 20px 20px;
  }
  .admin-bar #imageModal,
  .admin-bar #imageModal1,
  .admin-bar #imageModal2 {
    padding: 60px 0px;
  }
  .populate-backdrops-dropdown .dropdown-wrapper{
      width:100%!important;
  }
  
}
@media (max-width: 575px) {
  .radio-span-wrapper {
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  #imageModal .image-grid .image-container,
  #imageModal1 .image-grid .image-container {
    width: 100%;
  }

  .radio-span-wrapper {
    right: 7px;
    margin-top: 2.5rem;
  }
  #imageModal2 .modal-content {
    max-width: 100%;
  }
}


/*premium drop down css*/


/* Style the dropdown items to include images */


.populate-backdrops-dropdown  .gfield_select option {
  display: block;
  padding: 10px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px; /* Adjust size as needed */
}

.populate-backdrops-dropdown #input_2_62{
  display: none; /* Hide the original select */
}

.populate-backdrops-dropdown .dropdown-wrapper {
  position: relative;
  width: 30%;
}

.populate-backdrops-dropdown .selected-option {
  padding: 10px;
  border: 1px solid #333;
  width: 100%;
}

.populate-backdrops-dropdown .dropdown-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  z-index: 999;
  width: 100%;
  max-height: 280px;
  overflow: scroll;
}

.populate-backdrops-dropdown .dropdown-option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap:10px;
}

.populate-backdrops-dropdown .dropdown-option img {
  width: 25%;
  margin-right: 10px;
}

.populate-backdrops-dropdown .dropdown-option span {
  font-weight: 500;
}

.populate-backdrops-dropdown .dropdown-option:hover {
  background: #eee;
}

.populate-backdrops-dropdown .selected-option::after {
  content: '';
  position: absolute;
  right: 2%; /* Adjust to your preference */
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent; /* Arrow color */
}/* End custom CSS */