.travelpro-plus-leginfo {
  overflow: hidden; /* Clear the float */
}

.travelpro-plus-leginfo > div {
  float: left;
}

.travelpro-plus-leginfo-from-time,
.travelpro-plus-leginfo-to-time {
  width: calc(
    42% - 41px
  ); /* 50% of container width minus half of the width of center column */
  text-align: center;
  padding: 0px 15px;
}

.travelpro-plus-leginfo-stops {
  width: 120px;
  text-align: center;
}

.travelpro-leginfo-timings {
  font-size: 22px;
  line-height: 2rem;
  font-weight: 400;
  color: #626971;
  font-family: "DM Sans", sans-serif;
  text-align: right;
}

.travelpro-plus-leginfo-from-time span {
  display: block;
}

.travelpro-leginfo-location {
  font-size: 16px;
  font-weight: 400;
  color: #626971;
  font-family: "DM Sans", sans-serif;
  text-align: right;
}

.travelpro-plus-leginfo-stops {
  text-align: center;
}

.travelpro-plus-leginfo-duration {
  font-size: 12px;
  font-weight: 400;
  color: #626971;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.travelpro-plus-LegInfo_stopLine {
  position: relative;
  display: block;
  width: 90%;
  height: 0.125rem;
  margin: 0.25rem auto;
  padding: 0;
  border-radius: 0.5rem;
  background-color: #626971;
  line-height: 0;
  text-align: center;
}

.travelpro-plus-leginfo-stops span {
  display: block;
}

.travelpro-plus-LegInfo_planeEnd {
  position: absolute;
  top: 50%;
  right: -0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  padding-left: 0.25rem;
  background-color: #fff;
}

.travelpro-plus-leginfo-to-time span {
  display: block;
}

.left-align {
  text-align: left;
}

.main-flight-card-view {
  padding: 10px 20px 10px 20px;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1),
    0 1px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  margin: 20px 0px;
}

.travelpro-plus-select-border {
  border-left: 1px solid #959aa0;
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  flex-direction: column; /* Align items vertically */
}
.travelpro-plus-select-border span {
  display: block;
}

.travelpro-leginfo-pricing {
  font-size: 20px;
  color: #626971;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}

.travelpro-plus-spacing {
  margin-top: 25px;
}

.travelpro-plus-card-footer span {
  display: block;
  color: #626971;
  font-family: "DM Sans", sans-serif;
  text-align: left;
}

.travelpro-plus-footer-pricing {
  font-size: 16px;
  font-weight: 700;
}

.travelpro-plus-operator-name {
  font-size: 12px;
  font-weight: 400;
}

.travelpro-plus-book-now-button {
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
}

.airlineLogos {
  height: 32px;
  width: 32px;
}

.book-select-btn {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.travelpro-plus-flight-results-heading,
.travelpro-plus-hotel-results-heading {
  text-align: center;
  font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
  padding-bottom: 20px;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Loader CSS */
.flight-loader-wrapper,
.hotel-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@media (max-width: 768px) {
  .travelpro-plus-select-border {
    border-left: none;
  }
  .travelpro-plus-card-footer span {
    display: none;
  }

  .travelpro-leginfo-timings {
    font-size: 14px;
    line-height: 1rem;
  }
}
