/* .custom-search-form{background: #fff;padding: 2px 15px;border-radius:8px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content: center;}
.custom-search-form .form-group{position:relative;}
.custom-search-form select,.custom-search-form input[type="text"]{padding: 10px 30px 10px 10px;border:1px solid #ccc;border-radius:4px;background: #fff;font-size: 19px !important;width: 278px !important;}
.guest-box{background:#f0f8e0;padding:10px;position:absolute;top:40px;left:0;z-index:10;border-radius:5px;}
.guest-icon{cursor:pointer;padding:10px;border:1px solid #ccc;}
.number-toggle{display:flex;align-items:center;gap:5px;}
.number-toggle button{padding:5px 10px;font-size:16px;}
.search-btn{background:#2d7450;color:#fff;padding:10px 20px;border:none;border-radius:4px;}

form#ajax-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 63%;
}

.custom-search-form {
    justify-content: center;
}

.select2.select2-container {
  width: 100% !important;
  padding: 13px 42px 13px 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2.select2-container .select2-selection {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 0;
  outline: none !important;
  transition: all .15s ease-in-out;
  font-size: 21px !important;
  width: 240px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 0;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #fff;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background: #fff !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

.select2-selection__arrow {
    display: none;
}

.select2.select2-container:before {
    content: '';
    background: url('https://flimsy-magnolia.flywheelstaging.com/wp-content/uploads/2023/04/Location-Marker-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 35px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-results__option--selectable {
    font-size: 22px !important;
}

.guest-icon {
    width: 250px;
} */