 
.flight-route-box {
  background-color: white;
  border-radius: 12px;
  border: 1px solid rgba(138, 136, 136, 1);
  height: 59px !important;
  width: 348px !important;
}

.route-block {
  padding: 10px 16px;
}

.route-block.border-start {
  border-left: 0 !important;
  position: relative;
}

.route-block.border-start::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px; 
  border-left: 2px solid #d9d9d9 !important;
  pointer-events: none;
}

.route-icon {
  margin-right: 10px;
  line-height: 1;
  padding-top: 2px;
}

.route-content {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 2px;
}

.route-label {
  font-size: 16px;
  font-weight: 400;
  color: #CD2374;
  font-weight: 600;
  margin-bottom: 1px;
  line-height: 1.1;
}

.route-value {
  all: unset;
  font-size: 12px !important;
  font-weight: 400;
  color: rgba(138, 136, 136, 1);
  max-width: 100%;
  line-height: 1.2;
  width: 100px;
  margin-top: 2px !important;
}

.route-value::placeholder {
  color: #aaa;
}

.input-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
}

/* Date container should mirror route container */
.date-route-box {
  height: 59px !important;
  width: 385px !important;
}

/* Passengers box dimensions */
.passengers-route-box {
  height: 59px !important;
  width: 168.4371337890625px !important;
}

.passengers-value {
  display: inline-block;
  min-width: 24px;
  color: rgba(138, 136, 136, 1);
}



 
.flight-ac,
.flight-ac .route-block,
.flight-ac .route-content {
  position: relative !important;
  overflow: visible !important;
}

.flight-ac .route-content > .dropdown-menu,
.flight-ac .route-content > .ui-autocomplete,
.flight-ac .route-content > .tt-menu,
.flight-ac .route-content > .autocomplete-list,
.flight-ac .route-content > .autocomplete-suggestions,
.flight-ac .route-content > .awesomplete > ul,
.flight-ac .route-content > ul[role="listbox"],
.flight-ac .route-content > div[class*="autocomplete"],
.flight-ac .route-content > div[class*="suggest"] {
  position: absolute !important;
  top: calc(100% + 2px) !important;
  left: 0 !important;

  max-height: 300px !important;
  overflow-y: auto !important;

  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  

  z-index: 9999 !important;
}
.select2-container--default .loading-results:before{left: 12px !important;}


.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(17,24,39,.18);
  max-height: 380px;
  overflow-y: auto;
  padding: 6px 0;
  margin-top: 6px;
  z-index: 9999;
  font-family: 'Rethink Sans', sans-serif;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

/* Autocomplete results dropdown styling */
.autocomplete-results {
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.autocomplete-result {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 5px;
  cursor: pointer;
}
.autocomplete-result:hover {
  background: #f3f4f6;
  border-radius: 8px;
}


.autocomplete-result > div:first-child{
  display:flex;
  align-items:stretch;
  gap:12px;
  flex-wrap:nowrap;
  min-height: 32px;
}

.autocomplete-result i{ order:0; }
.autocomplete-result strong{
  order:1;
  font-size:14px;
  font-weight:700;
  color:#111827;
  flex:1 1 auto;           
  min-width:0;             
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display: flex;
  align-items: center;
}

.autocomplete-result b{
  order:2;
  font-size:12px;
  font-weight:700;
  color:#111827;
  background:#f3f4f6;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:4px 8px;
  flex:0 0 auto;            
  margin-left:8px;
  display: flex;
  align-items: center;
}

.autocomplete-result i{ 
  font-size:14px; 
  color:#111827; 
}

.autocomplete-result .la-plane-departure {
  font-size: 24px;
  color: #000;
  margin-right: 12px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 100%;
}

.autocomplete-location{
  font-size:12px;
  color:#6b7280;
  font-weight:500;
  margin-left:8px;         
}
