* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Ubuntu', 'Helvetica Neue',
    sans-serif !important;
}

.textCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
::-webkit-scrollbar {
  width: 0px;
}
.textAlign {
  display: flex;
  align-items: center;
}

.selectorText:hover {
  color: #db3938;
}

.fw-500 {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fs-25 {
  font-size: 25px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.border {
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.flightCardBorder {
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-radius: 8px;
}

.flightSelectedCardBorder {
  border: 1px solid rgba(37, 37, 37, 0.1);
}

/* .viewFlightInfoCardBorder { */
/* border: 1px solid rgba(37, 37, 37, 0.2); */
/* border-top: 0px; */
/* border-radius: 8px; */
/* border-top-right-radius: 0px;
  border-top-left-radius: 0px; */
/* } */

.cardBorderBottom {
  padding: 0px 10px 10px 10px;
  border: 1px solid rgba(37, 37, 37, 0.2);
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cardBorderBottomNone {
  padding: 10px 10px 0px 10px;
  border: 1px solid rgba(37, 37, 37, 0.2);
  border-top: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0;
}

.hideBottomBorder {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px !important;
  border-bottom: 0;
}

.topBorderRadius {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.dateAndTripBorder {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.MuiTabs-indicator {
  display: none !important;
}

.navbarUserIcon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.dotMenuMobileIcon {
  display: none;
  cursor: pointer;
}

.dotMenuDesktopIcon {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

::placeholder {
  text-transform: capitalize;
  color: rgba(37, 37, 37, 1) !important;
  font-weight: 500;
}

.MuiTabs-scroller {
  overflow-x: auto !important;
}

.MuiTabs-scroller::-webkit-scrollbar {
  display: none !important;
}

.MuiMenu-paper {
  border-radius: 8px !important;
  box-shadow: 0px 4px 30px 0px rgba(210, 210, 210, 0.37) !important;
}

.homepageImage {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.flightCardFlex {
  display: flex;
  justify-content: space-around;
}

.viewFlightInfoTimeFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seatFilingFastBox {
  justify-content: space-between;
}

.dateBoxBorder {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.leftCalendarArrow {
  width: 24px;
  margin-right: 10px;
  margin-left: -34px;
}

.rightCalendarArrow {
  width: 24px;
  margin-left: 10px;
  margin-right: -34px;
}

.lineClass {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.MuiFormControl-root {
  width: 100% !important;
}

.bidirectionalIconBox {
  position: relative;
  /* position: absolute;
    right: 49.5%;
    top: 39%;
    transform: translateX(-20%);
    transform: translate(30%); */
  rotate: 90deg;
  width: 30px;
  margin-right: 6px;
  cursor: pointer;
}

.circleIcon {
  /* position: absolute; */

  z-index: 3;
  width: 30px;
  cursor: pointer;
}

.ArrowIcon {
  position: absolute;
  right: -2%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 16px;
  cursor: pointer;
}

.bidirectionalIconBoxHomepage {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: 3;
  width: 40px;
  cursor: pointer;
}

.circleIconHomePage {
  position: absolute;
  right: 15%;
  top: 45%;
  z-index: 3;
  width: 40px;
  cursor: pointer;
}

.ArrowIconHomePage {
  position: absolute;
  right: 36.6%;
  top: 90%;
  z-index: 6;
  width: 22px;
  transform: translateY(22%);
  cursor: pointer;
}

.MuiOutlinedInput-input {
  border-radius: 0px !important;
  border: 0px !important;
}

.brandIcon {
  width: 42px;
  height: 42px;
}

/* .MuiContainer-root {
    max-width: 1400px !important;
  } */

.loginModalImage {
  height: 437px;
  border-radius: 12px;
}

@media screen and (max-width: 600px) {
  /* .dateAndTripBorder {
      border: 0px !important;
    } */

  .separateBorder {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
  }

  .topBorder {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .bottomBorder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .directionIcon {
    position: absolute;
    right: 49.5%;
    top: 34.7%;
    transform: translateX(-20%);
    transform: translateY(-50%);
    rotate: 90deg;
    z-index: 3;
  }

  /* .directionIconHomePage {
      right: 15%;
      top: 43.2%;
      transform: translateX(-15%);
      transform: translateY(-50%);
      width: 35px !important;
    } */

  .bidirectionalIconBox {
    position: absolute !important;
    right: 15%;
    top: 50%;
    transform: translate(-50%, 63%);
    rotate: 180deg !important;
    width: 30px;
    z-index: 3;
    cursor: pointer;
  }

  .flightCardFlex {
    justify-content: space-between;
  }

  .navbarUserIcon {
    width: 23px !important;
    height: 23px !important;
  }

  .dotMenuMobileIcon {
    display: block !important;
    width: 38px;
    height: 38px;
  }

  .dotMenuDesktopIcon {
    display: none !important;
  }

  .seatFilingFastBox {
    justify-content: flex-start;
  }

  .lineClass {
    display: none !important;
  }

  .brandIcon {
    width: 39px !important;
    height: 39px !important;
  }

  .loginModalImage {
    width: 100% !important;
    height: 250px !important;
  }
}

@media screen and (max-width: 900px) {
  .homepageImage {
    object-position: calc(80%);
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .seatFilingFastBox {
    justify-content: flex-start;
  }

  .brandIcon {
    width: 39px !important;
    height: 39px !important;
  }

  .navbarUserIcon {
    width: 24px !important;
    height: 24px !important;
  }

  .loginModalImage {
    width: 100% !important;
    height: 250px !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
  .loginModalImage {
    width: 100% !important;
    height: 330px !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.PhoneInput {
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 4px;
}

.PhoneInputInput {
  border: 0;
}

.PhoneInputInput:focus-visible {
  outline: 0;
}

.error-border {
  border: 1px solid #ff4d4f !important;
  border-radius: 8px;
}


.travelClassSelector .MuiInputBase-input {
  padding: 9.5px 14px 9.5px 0px !important;
}

.profileSelector .MuiInputBase-input {
  font-size: 16px !important;
  padding: 11.5px 14px 11.5px 14px !important;
}

.scrollBox::-webkit-scrollbar {
  display: none !important
}