body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
._header_121xo_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
}

._headerLeftSide_121xo_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_121xo_9 ._title_121xo_16 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_121xo_22 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_121xo_29 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_121xo_35 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._control_5qaa3_1 {
  width: 500px;
  height: 44px;
  padding: 0 12px 0 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

._valueContainer_5qaa3_10 {
  color: #9aa6ac;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

._menu_5qaa3_17 {
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
}

._menuList_5qaa3_26 {
  padding: 0;
}

._option_5qaa3_30 {
  background: #fff;
  padding: 4px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
._option_5qaa3_30:hover {
  background: #f5f6fa;
}
._option_5qaa3_30._firstOption_5qaa3_38 {
  padding: 0 16px 4px;
}
._option_5qaa3_30._lastOption_5qaa3_41 {
  padding: 4px 16px 0;
  border-bottom: none;
}

._clearIndicator_5qaa3_46 {
  padding: 0;
  color: #252c32;
  cursor: pointer;
}
._clearIndicator_5qaa3_46:hover {
  color: #252c32;
}

._optionContainer_5qaa3_55 {
  display: flex;
  flex-direction: column;
}

._optionTitle_5qaa3_60 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._optionDetails_5qaa3_68 {
  display: flex;
  align-items: center;
}

._iconContainer_5qaa3_73 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
._iconContainer_5qaa3_73 ._icon_5qaa3_73._inactive_5qaa3_79 path {
  fill: #7e868c;
}

._optionDetailsLeftText_5qaa3_83 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: #7e868c;
}

._dot_5qaa3_91 {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #007aff;
  display: block;
  margin: 0 8px;
}

._loungesText_5qaa3_100 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01px;
  color: #7e868c;
}
._loungesText_5qaa3_100 span {
  color: #11181c;
  font-weight: 600;
}

._additionalLounges_5qaa3_112 {
  color: #007aff;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.09px;
}

._arrowIcon_5qaa3_120 {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

._tooltipItem_5qaa3_128 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  vertical-align: middle;
  color: #7e868c;
}
._tooltipItem_5qaa3_128 span {
  font-weight: 600;
  color: #11181c;
}

._recentSearchesHeader_5qaa3_141 {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  color: #6e7c87;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
}

._menuListContainer_5qaa3_150 {
  display: flex;
  flex-direction: column;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}