.search-result .highlight p {
  background: var(--secoundary);
  color: white;
  height: 4.5rem;
  padding: 0px 1.3rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 554px) {
  .search-result .highlight p {
    height: 3.5rem;
  }
}

.search-result .highlight span {
  color: white;
}

.search-result {
  position: relative;
  padding: 2rem;
  box-shadow: var(--soft-shadow);
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 2rem;
  margin-top: 5rem;
  background: white;
  column-gap: 4rem;
}

.search-result .highlight {
  position: absolute;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  top: -1.5rem;
  left: 2rem;
}

.search-result .details .travel-info, .search-result .details .travel-info .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.search-result .details .travel-info {
  flex-wrap: wrap;
}

.travel-info .item i {
  color: var(--secoundary);
  font-size: 2rem;
}

.btn {
  background: tomato;
  color: var(--primary);
  border-radius: 5rem;
}

@media (max-width: 660px) {
  .search-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  .etd {
    font-size: 1.2rem;
  }
}

.travel-info p {
  margin-bottom: 0;
}

@media (max-width: 660px) {
  .booking-details {
    /*height: 100%;*/
  }
}

.booking-details .block {
  border-radius: 1rem;
  background: white;
  box-shadow: var(--soft-shadow);
  padding: 1rem 2rem;
  margin: 1.5rem 0px;
}

.booking-details .item i {
  font-size: 2rem;
  color: var(--secoundary);
}

.booking-details .block .item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.booking-details .locate-block .item {
  justify-content: unset;
  gap: 0.5rem;
}

.booking-details .continue {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  background: gray;
  cursor: not-allowed;
}

.cancel-btn {
  width: 100%;
  background: rgb(255, 44, 44);
  color: white;
  font-weight: 500;
  border-radius: 1rem;
  margin-top: 1rem;
  display: none;
  padding: 1.5rem 3rem;
}

.booking-details .block .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin: 0.5rem 0px;*/
}

.booking-details .block .item p {
  margin-bottom: 0px;
}

.booking-details .block .item > div span {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--secoundary);
}

.booking-details .title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 660px) {
  .booking-details {
    /*display: none;*/
  }
}

@media (max-width: 660px) {
  .booking-details.active {
    display: initial;
  }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--primary);
  background-color: #ff6347;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-link {
  color: var(--secoundary);
}

.input-group-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: 0px;
}

.form-control:focus {
  color: var(--secoundary);
  border-color: var(--bs-border-color-translucent);
  box-shadow: none;
}

.form-control {
  padding: .375rem .75rem;
  /*font-size: 2rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--primary);
  background-color: var(--secoundary);
  border-color: var(--bs-btn-active-border-color);
}

.reserveNo {
  color: tomato;
  font-weight: 600;
  text-decoration: underline;
}

table {
  font-size: 1.7rem;
}

.v-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211,211,211,0.78);
  animation: fadeIn 0.3s;
  z-index: 2;
  border-radius: 1rem;
}

.v-overlay.d-none {
  animation: fadeOut 1s;
}

.v-type:hover {
  cursor: pointer;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-size: initial;
  border: 0;
  appearance: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn-chat {
  background: #2e79b4;
}

.search-bar-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3rem 5rem;
  background: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 3rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 1;
  border: var(--border);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.search-bar-main.active {
  display: flex;
  animation: fade-in 0.3s linear;
}

.item p {
  font-size: 1.6rem;
}

.item span {
  color: var(--secoundary);
  font-weight: 600;
  font-size: 1.6rem;
}

.payment-module {
  display: none;
}

.payment-module.active {
  display: block;
}

