.fdd-wrapper,
.modal-body,
.modal-header {
  --this-black: #474c54;
  --card-radius: 15px;
  --fdd-shadow: 0 0 10px #0000004f;
}
.fdd-carousel-wrapper {
  position: relative;
}
.add-to-row,
.line-text,
.line-title {
  align-items: center;
  position: relative;
}

.fdd-wrapper {
  background: var(--this-body-bg);
}

.line-text::after,
.tour-collapse [data-toggle="collapse"]::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  font-weight: 500;
}

.line-text[data-toggle="collapse"] {
  cursor: pointer;
}

.line-text[data-toggle="collapse"][aria-expanded="true"]::after {
  content: "\f077";
}

.add-to-row,
.line-title {
  text-align: center;
  padding-bottom: 25px;
  display: flex;
}

.add-to-row::after,
.add-to-row::before,
.line-title::after,
.line-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--this-yellow);
}

.line-text {
  width: max-content;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 22px;
  font-family: var(--pf-bold);
  color: var(--this-black);
  padding: 5px 10px;
  background-color: var(--this-yellow);
  border-radius: 20px;
  text-transform: uppercase;
}

.line-text::after {
  position: absolute;
  right: 20px;
}

.line-text .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--this-black);
  border-radius: 50px;
}

.flight-card {
  border: 1px solid var(--white);
  border-radius: var(--card-radius);
  padding: 12px;
}

.flight-card:hover {
  background: var(--white);
  background: var(--white);
  box-shadow: var(--fdd-shadow);
  border-color: transparent;
  border-left: 0;
}

.flight-card .fls-row:hover {
  background: 0 0;
  border-color: var(--white);
  border-left: 1px solid var(--white);
  box-shadow: none;
}

.tp-body ul,
.tp-body ul li {
  list-style: none;
  margin-left: 10px;
  text-align: center;
}

.tp-body ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
  margin-right: 10px;
  margin-bottom: 3px;
}

.btn-pay {
  width: 100%;
  white-space: normal;
}

.mdyn-cont * {
  color: var(--white);
}

@media (max-width: 576px) {
  .line-text,
  .line-text::after,
  .tour-collapse [data-toggle="collapse"]::after {
    font-size: 16px;
  }
  .line-text {
    width: max-content;
  }
  .line-text .text,
  .tour-collapse [data-toggle="collapse"] .text {
    transform: translateY(1.2px);
  }
  .line-text::after {
    position: relative;
    right: 0;
  }
  .fdd-s-row {
    flex-wrap: wrap;
  }
  .fdd-s-row > div {
    min-width: 205px;
  }
}

@media (min-width: 992px) {
  .line-text {
    width: 400px;
  }
}


