.dropdown-list-catogory {
  position: relative;
  display: inline-block;
  align-items: center;
}

.boxes {
  padding: 10px 10px;
  border: solid 1.5px #aaaaaa;
  border-radius: 30px;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  width: 10rem;
}

.date-input-container {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

.date-content {
  flex: 1;
  padding-left: 12px;
}

.day-short {
  color: #666;
  font-size: 14px;
}

.date-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.month-short {
  color: #666;
  font-size: 14px;
}

.dropdown-content-catogory {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 10;
  align-items: center;

}

.dropdown-list-catogory:hover .dropdown-content-catogory {
  display: block;
}

.side-border {
  border-right: solid 2px #aaa;
  border-left: solid 2px #aaa;

}

.btn-dull {
  background-color: rgba(189, 194, 206, 1);
  margin: 4px 2px;
  display: flex;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 17px;
  border: 0px;
  text-wrap: nowrap;
  font-weight: 500;
  width: 150px;
  height: 55px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.btn-dull a {
  color: #f3f3f3;
}

.btn-dull a:hover {
  color: white;
}

.background-bg {
  background-image: url('Background.jpg');
  background-size: cover;

}

.list_heads ul li {
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 10px;
}


.list_heads ul li a {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
  display: inline;
  text-align: center;
}

.list_heads ul {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
  height: 45px;
  border-radius: 10px;

}

.fillter-fill {
  font-size: 18px;
  padding-top: 7%;
  padding-left: 5px;
  font-weight: 500;
}

.box_sidemenu {
  border-radius: 10px;
}

.radioRegular2 {
  justify-content: center;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.radioRegular2 li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  margin: 0 5px;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 17px;
}

.radioRegular2 li .tabsCircle2 {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #9b9b9b;
}

.radioRegular2 li.selected {
  background: #eaf5ff;
  color: #000000 !important;
  font-weight: 900;
}

.radioRegular2 li {
  margin: 0px 0px;
  padding: 0px 8px;
  border-radius: 20px;
  font-size: 14px;
}

.box-radio-2 label {
  padding: 3px 15px 3px 10px;
}

@media (max-width: 767px) {
  .radioRegular2 li {
    color: #333;
  }
}

li.selected .tabsCircle2 {
  border: #008cff;
  background: #008cff;
}

.radioRegular2 li .tabsCircle2 {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #9b9b9b;
}

.tabsCircle2::after {
  content: '';
  display: block;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin-top: 1.5px;
  margin-left: 3.5px;
}

.grouping-bg {
  background-color: #fff;
  height: 68px;
  margin-bottom: 1.5%;
  border-radius: 10px;
}

.deals_full {
  padding-right: 0px;
}

.sem {
  padding: 5px;
  background-color: #E5E7EB;
  border-radius: 5px;
}

.sem a {
  color: #333;
}

.sem a:hover {
  color: rgb(0, 92, 213);
}

.lost-section {
  text-align: end;
}

.view-fare {

  justify-content: end;
  display: flex !important;
}

.img_tot img {
  width: 35px;
  height: 35px;
  margin-top: 20px;
}

.img_tot span {
  padding-top: 10px;
  font-size: 14px;
  color: #595959;
}

.aligning-middle {
  align-items: center;
}

.departure span,
.arrival span {
  padding-top: 18px;
  font-size: 14px !important;
  color: rgba(89, 89, 89, 1);
}

.aligning-middle .departure h4,
.aligning-middle .arrival h4 {
  color: #000 !important;
  font-size: 20px;
  text-align: center !important;
}

li.duration h5 img {
  margin-right: 5px;
}

li.duration h5 {
  font-size: 18px;
}

li.duration h5 div {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.stack-in {
  display: flex;
  margin-left: 5px;
  gap: 7px;
}

.stack-in p {
  padding-bottom: 1px;
  margin-bottom: 1px !important;
}

.icon-mod {
  align-items: center;
  display: flex;
}

.blackText {
  align-items: center;

  justify-content: space-evenly;
}

.paragrap-p {
  padding-left: 6px;
}

.spacing-two {
  line-height: 15px;
  padding: 5px;
  padding-left: 10px;
}

.label_input {
  font-weight: 400 !important;
  color: #595959;
  font-size: 13px;
  display: block;
}

.option-group {
  display: flex;
  gap: 16px;
  margin-bottom: 6%;
}



.option {
  position: relative;
  display: inline-block;
}

.option input[type="radio"],
.option input[type="checkbox"] {
  display: none;
}

.box-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  font-family: sans-serif;
  color: #333;
  border: 1px solid #0000001A;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0px;
}

.box-radio:hover {
  background: #E8F0F8;
}

/* Checkmark in top-right */
.checkmark {
  font-size: 12px;
  color: white;
  background-color: #FF7F3B;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: -1.2px;
  border-radius: 0px 5px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.checkmark .bi-check-lg::before {
  content: "\f633";
  font-weight: 700 !important;
}

/* When radio is selected: change border + show checkmark */
.option input:checked+.box-radio {
  border: solid 2px #FF7F3B;
}

.option input:checked+.box-radio .checkmark {
  transform: scale(1);
}


/* second-radio design */
.option-group-2 {
  display: flex;
  gap: 7px;
  margin-top: 6%;
}

.option-2 {
  position: relative;
  display: inline-block;
}

.option-2 input[type="radio"],
.option-2 input[type="checkbox"] {
  display: none;
}

.box-radio-2 {
  display: flex;
  align-items: center;

  width: 130px;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  font-family: sans-serif;
  color: #333;
  border: 1px solid #0000001A;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0px;
}

/* Checkmark in top-right */
.checkmark-2 {
  font-size: 12px;
  color: white;
  background-color: #FF7F3B;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: -1.2px;
  border-radius: 0px 5px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

/* When radio is selected: change border + show checkmark */
.option-2 input:checked+.box-radio-2 {
  border: solid 2px #FF7F3B;
}

.box-radio-2:hover {
  background: #E8F0F8;
}

.option-2 input:checked+.box-radio-2 .checkmark-2 {
  transform: scale(1);
}

.box-radio-2 img {
  width: 25px;
  height: 25px;
}

.box-radio-2 span {
  line-height: 16px;
  font-size: 14px;
  color: #3e3e3e;
}

.seperation {
  padding-top: 5%;
  display: flex;
  gap: 7px;
}

.fareidentifier-checkbox,
.airline-checkbox,
.rt-airport-checkbox,
.connecting-airport {
  width: 16px;
  height: 32px;
}

.dispaying {
  font-size: 15px;
  color: #7e7d7d;
  padding-left: 5px;
  font-weight: 400;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.feat-show {
  margin-bottom: 15px;
}

.bulk label {
  font-size: 16px;
  padding-left: 2%;
}

.bulk form li {
  padding-bottom: 2%;
}

.amount-value {
  padding-right: 30px;
  font-size: 17px;
  color: #333;
}


/* Ani Fercia */

/* View Details popup */

.flight-modal {
  background: #ffffff;
  /* border-radius: 12px; */
  width: 100%;
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  display: grid;
  grid-template-columns: 496px 742px;
  gap: 10px;
}

.flight-details {
  padding: 14px 15px 14px 13px;
  /* border-right: 1px solid #e9ecef; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.fare-panel {
  background: white;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.fare-header {
  padding: 14px 20px 0px;
  display: flex;
  justify-content: space-between;
}

.fare-options {
  padding: 20px 0px 20px 20px;
}

.fare-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fare-cards-container {
  flex: 1;
  overflow: hidden;
}

.fare-cards-wrapper {
  display: flex;
  gap: 10px;
  width: calc(100% * 2);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* Adjust based on total cards vs visible cards */
}

.view-details-popup .carousel-nav {
  background: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 1);
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
  font-size: 30px;
  z-index: 999;
}

.view-details-popup .nextBtn {
  position: absolute;
  right: -6px;
}

.view-details-popup .prevBtn {
  position: absolute;
  left: -19px;
}

.view-details-popup .carousel-nav .bi-chevron-right::before {
  content: "\f285";
  font-weight: 600 !important;
}

.view-details-popup .carousel-nav .bi-chevron-left::before {
  content: "\f284";
  font-weight: 600 !important;
}

.view-details-popup .carousel-nav:hover {
  background: white;
  border-color: #adb5bd;
}

.view-details-popup .carousel-nav:disabled {
  display: none;
}


.view-details-popup .carousel-nav:disabled:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
}

h1.route-title span {
  font-weight: 400;
}

.route-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1a1a;
  margin-left: 10px;
}

.trip-info {
  color: rgba(89, 89, 89, 1);
  margin-bottom: 21px;
  margin-left: 10px;
}

p.trip-info span {
  margin-right: 5px;
  margin-left: 5px;
}

.airline-info {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  gap: 35px;
  background: rgba(232, 241, 248, 1);
  padding: 10px;
  border-radius: 5px;
}

.airline-logo {
  display: flex;
  gap: 17px;
  align-items: center;
}

.airline-logo-brand {
  margin-top: 6px;
}

.airline-logo img {
  width: 24px;
  height: 24px;
}

.airline-logo-brand h5 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
}

.airline-details h5 {
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
}

.flight-date {
  color: black;
  font-size: 16px;
}

.flight-route-info span {
  margin-right: 5px;
  margin-left: 5px;
}

.flight-route-info {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}

.flight-card-details {
  display: flex;
}

.flight-card-img img {
  height: 165px;
  width: 28px;
}

.flight-card-time div {
  margin-bottom: 55px;
}

.flight-card-time {
  margin-top: -4px;
}

.flight-card-scroll {
  height: 330px;
  overflow: auto;
  scrollbar-width: thin;
}

.flight-card-place div {
  margin-bottom: 63px;
  margin-top: -20px;
}

.flight-card-time h5 {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  margin-left: 8px;
}

.flight-card-time p {
  font-size: 15px;
  color: rgba(89, 89, 89, 1);
}

.flight-card-place h6 {
  color: black;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}

.flight-card-place p {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
  margin-bottom: 0px;
}

.airline-logo-flex {
  display: flex;
  align-items: center;
  gap: 17px;
}

.airline-logo-flex img {
  width: 24px;
}

.flight-card-details {
  display: flex;
  gap: 25px;
}

.airport-code {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
}

.airport-name {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.3;
}

.timeline-center {
  text-align: center;
  margin: 0 20px;
  position: relative;
}

.duration-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.flight-path {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-path::before {
  content: '';
  height: 2px;
  background: #ddd;
  width: 60px;
  margin-right: 8px;
}

.flight-path::after {
  content: '';
  height: 2px;
  background: #ddd;
  width: 60px;
  margin-left: 8px;
}

.plane-icon {
  color: #666;
  font-size: 16px;
}

.flight-number {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.baggage-section {
  /* background: #f8f9fa; */
  padding: 19px 17px 10px;
  border-radius: 5px;
  margin-top: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.baggage-title {
  font-weight: 500;
  margin-bottom: 13px;
  color: #1a1a1a;
  font-size: 16px;
}

.baggage-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(89, 89, 89, 1);
}

.baggage-item span {
  font-size: 16px;
  color: black;
  margin-left: 5px;
}

.baggage-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.baggage-item img {
  margin-right: 3px;
  margin-left: 3px;
}

.baggage-icon {
  margin-right: 8px;
  width: 16px;
}

.fare-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #1a1a1a;
}

.fare-subtitle {
  color: rgba(0, 149, 15, 1);
  font-size: 14px;
  /* font-weight: 500; */
}

.fare-subtitle span {
  font-size: 16px;
  font-weight: 500;
}

.fare-option-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;

  /* Fixed size */
  width: 242px;
  height: 300px;

  /* Remove flex grow/shrink constraints */
  flex: 0 0 auto;
}

.fare-option-card:hover {
  border-color: #ccc;
}

.fare-option-card.selected {
  border: 4px solid rgba(255, 127, 59, 1);
}

.fare-option-card h1 {
  font-size: 24px;
  /* font-weight: 600; */
}

.fare-option-card h1 span {
  color: rgb(89 89 89);
  font-size: 14px;
  margin-left: 3px;
  font-weight: 400;
}

.fare-option-card.selected::after {
  content: "\f272";
  font-family: "bootstrap-icons";
  position: absolute;
  top: -1px;
  right: -1px;
  background: rgba(255, 127, 59, 1);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 0 6px 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}


.fare-type-badge {
  /* background: #f8f9fa; */
  color: #666;
  padding: 0px 7px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-bottom: 8px;
  display: inline-block;
  background: var(--color-grey-91, rgba(229, 231, 235, 1));
}

.fare-type-badge-flex p {
  color: rgba(89, 89, 89, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.fare-price-details p {
  color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 15px;
}

.fare-price-details {
  margin-top: 15px;
}

.fare-price-details p span {
  float: right;
}

.fare-type-badge-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fare-price-details {
  margin-top: 15px;
}

.fare-price {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.fare-per {
  font-size: 12px;
  color: #666;
}

.fare-name {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.selected-fare-bottom {
  padding: 20px 15px 0px 30px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}



.fare-breakdown {
  margin-bottom: 20px;
}

.fare-breakdown-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.fare-breakdown-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
  padding-top: 8px;
  border-top: 1px solid #dee2e6;
}

.final-price {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.fare-tags {
  margin-top: 12px;
}

.fare-tag {
  color: rgba(51, 51, 51, 1);
  padding: 0px 7px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  background: var(--color-grey-91, rgba(229, 231, 235, 1));
}

.fare-tag-title {
  color: rgba(131, 131, 131, 1);
  font-weight: 500;
  font-size: 12px;
  margin-left: 6px;
}

.book-btn {
  background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 400;
  width: 140px;
  height: 37px;
  font-size: 14px;
  cursor: pointer;
}


.view-details-popup .chevron-right {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 24px;
}

.view-details-popup .modal-dialog {
  max-width: 1270px;
  height: 602px;
  margin: 50px auto;
}

.view-details-popup .modal-content {
  border-radius: 12px;
}

.view-details-popup .modal-body {
  padding: 10px 10px;
}

/* Flights Search box CSS */
.inputBoxSearch {
  width: 270px;

  border-radius: 0;
  margin-right: 0;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;

}

.inputFieldSearch {
  border: 0;
  outline: 0;
  background: none;
  min-width: 140px;
  max-height: 30px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  font-size: 17px;
}

.box-border {
  Width: 100%;
  border-radius: 5px;
  height: 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.inputBoxSeachDate {
  width: 180px;
  border-radius: 5px;


  transition: 0.5s;
  position: relative;
  height: 75px;
}

.inputField01 {
  width: 50px;
}

.Space-Id {
  padding: 5%;
}

x .blackText {
  font-size: 20px;
  font-weight: 500;
  padding-right: 0px;
  color: black;
  margin-top: -1px;
}

.filterCircle {
  color: #1c6fbc;
}

.blackText label {
  font-size: 14px;
  color: #595959;

}

.BlackTrav span {
  font-size: 20px;
  font-weight: 500;
  color: black;
  padding-right: 3%;
}

.shareResult {
  text-align: end;
  margin-top: 16px;
}

.shareResult label {
  font-size: 16px;
  color: #1C6FBC;
  cursor: pointer;
}

label.share_toggle img {
  margin-left: 5px;
}

.listing-search-flex {
  display: flex;
  justify-content: space-between;
}

.listing-page-search-section .custom-radio-group {
  margin-top: 10px;
}

.listing-page-search-section {
  margin-bottom: 20px;
}

label {
  margin-left: 0px !important;
}

/* END Flights Search box CSS */
.desktop-hide-modal-header {
  display: none;
}

section.flight_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hotel-list-bg.webp);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 25%) 15%, rgb(0 0 0 / 39%) 85%, rgb(0 0 0 / 0%) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: -1;
}

section.flight_list {
  position: relative;
  padding-top: 15px;
  padding-bottom: 70px;
}

.custom-radio-group select#selected_class_list {
  width: 175px !important;
}

.list-top-search-section .custom-radio-group .form-select:focus {
  box-shadow: none;
  outline: 0;
}

/* --- CUSTOM RADIO BUTTON STYLE --- */
.custom-radio .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(89, 89, 89, 1);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.custom-radio .form-check-input:checked {
  background-color: #fff;
}

.custom-radio .form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(28, 111, 188, 1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio .form-check-label {
  font-size: 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

.custom-radio .form-check-input:checked+.form-check-label {
  font-weight: 700;
}

.custom-radio input[type="radio"]:checked+label:after {
  display: none;
}

.custom-radio label:before {
  display: none;
}

.custom-radio label {
  padding-left: 5px;
  margin-top: 2px;
}

.custom-radio {
  margin-bottom: 0px;
}

.custom-radio .form-check-input:checked {
  border: 1px solid rgba(28, 111, 188, 1) !important;
}

/*  */

.list-top-search-section .custom-radio-group {
  margin-top: 5px;
}

section.list-top-search-section {
  padding-top: 25px;
}

.list-top-search-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.list-top-search-section {
  padding-top: 25px;
  padding-bottom: 20px;
}

.flight-list-search-section .search_inupt {
  box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
}

.truncate {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}

.flight_list .box_sidemenu ul li a {
  font-size: 18px;
}

.flight_list nav.sidebar {
  background: none !important;
  box-shadow: none;
  padding: unset;
}

.flight_list .box_sidemenu {
  height: 90dvh;
  position: sticky;
  top: 75px;
  /* width: 280px; */
  background-color: #fff;
  /* overflow-x: hidden; */
  padding: 20px 5px 20px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  bottom: 0;
}


.flight_list nav ul li {
  border-top: none;
}

.flight_list nav ul li:last-child {
  border-bottom: none;
}

.flight_list .box_sidemenu nav.sidebar>ul {
  border-bottom: none;
}

a.feat-btn span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}

.list_box {
  box-shadow: none;
  padding: 28px 25px 16px 25px;
}

.listwrap {
  scrollbar-width: none;
}

.list_heads ul li.active {
  border-bottom: solid 4px rgba(255, 127, 59, 1);
  font-weight: 700;
}

.list_heads ul li.active a {
  color: black;
}

.radio-group-items {
  gap: 15px;
}

.share-section {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
}

.share-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(88, 88, 88, 1);
  white-space: nowrap;
}

.share-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 600;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(28, 111, 188, 1);
  border-radius: 7px;
  background: transparent;
  color: rgba(28, 111, 188, 1);
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.share-btn:hover {
  background-color: #007bff;
  color: #fff;
}

button.share_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #edf2f8;
  color: rgba(88, 88, 88, 1);
  font-size: 16px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-weight: 600;
  border: none;
}

button.share_close .bi-x::before {
  content: "\f62a";
  font-weight: 600 !important;
}

/* Target the checkbox with the specific class or ID */
.sidebar input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  border: 1px solid #767676;
  border-radius: 3px;
}

/* Style when the checkbox is checked */
.sidebar input[type="checkbox"]:checked {
  background-color: rgba(255, 127, 59, 1);
  border-color: rgba(255, 127, 59, 1);
}

.sidebar input[type="checkbox"]:checked+label {
  color: #FF7F3B;
}


.sidebar input[type="checkbox"]::after {
  content: '\F633';
  font-family: 'bootstrap-icons';
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

/* Shared container */
.pricerange-input {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

/* Base track */
.pricerange-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  transform: translateY(-50%);
  z-index: 0;
}

/* Range input */
.pricerange-input input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Webkit */
.pricerange-input input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
}

.pricerange-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #ff7f3b;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
  position: relative;
  z-index: 2;
}

/* Firefox */
.pricerange-input input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
}

.pricerange-input input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #ff7f3b !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.pricerange-input input[type="range"]::-moz-range-progress {
  background: #ff7f3b;
  height: 8px;
  border-radius: 4px;
}

/* .listwrap {
  scrollbar-width: none;
  max-height: 720px;
  overflow-y: auto;
} */

/* .share-result-form-checked input {
    position: absolute;
    top: -27px;
    left: -4px;
} */
.share-result-form-checked input {
  position: absolute;
  top: -21px;
  left: 3px;
}

.mobile-hide-multicity-list .share-result-form-checked input {
  position: absolute;
  top: -26px;
  left: -14px;
}

.share-result-form-checked input:focus {
  box-shadow: none;
  outline: 0;
}

.share-result-form-checked {
  position: relative;
}

.share-result-form-checked .form-check-input {
  width: 18px;
  height: 18px;
}

.share-result-form-checked .form-check-input:checked {
  background-color: rgba(255, 127, 59, 1);
  border-color: rgba(255, 127, 59, 1);
}

.share-result-form-checked .form-check-input[type=checkbox] {
  border-radius: 7px 0px 0px 0px;
  border-color: #ff7f3b;
}

li.mb-15.main-radiolist.tile__element.lost-section {
  width: 170px;
}

.one-way-list-margin {
  margin-top: 12px !important;
}

.one-way-list-margin img {
  width: 100px;
}

.modal-arrow-back-btn {
  display: none;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .flight-tabs-container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .nav-tabs .nav-link {
    width: 100%;
  }

  .flight-content {
    padding: 20px 14px 15px;
    gap: 15px;
    flex-wrap: wrap;
  }

  .tab-header {
    top: -13px;
    font-size: 16px;
  }

  .flight-modal {
    display: unset;
  }

  .airline-logo {
    display: unset;
  }

  .airline-info {
    gap: 15px;
    flex-wrap: wrap;
  }

  .flight-card-details {
    gap: 10px;
  }


  .baggage-flex {
    flex-wrap: wrap;
  }

  .fare-title {
    margin-bottom: 0px !important;
    font-size: 22px;
  }

  .fare-header .btn-close {
    display: none;
  }

  .view-details-popup .modal-dialog {
    margin: 0px auto;
    height: auto;

  }

  .view-details-popup .modal-content {
    border-radius: 0px;
  }

  .view-details-popup .modal-header {
    border-bottom: none;
  }

  .view-details-popup .modal-header a {
    font-size: 19px;
    color: black;
  }

  .view-details-popup .modal-header a .bi-chevron-left::before {
    content: "\f284";
    font-weight: 600 !important;
    box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
    padding: 4px;
    border-radius: 50%;
  }

  .flight-details {
    padding: 14px 8px 14px 8px;
    box-shadow: 0px 0px 6px 2px #1C6FBC33;
    border: 1px solid #0000001A;
    margin-top: 60px;
  }

  .modal-arrow-back-btn {
    box-shadow: 0px 0px 20px 0px #1C6FBC33;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 16px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    display: block;
  }

  /* .view-details-popup .carousel-nav {
    z-index: 0;
  } */

  .modal-arrow-back-btn .bi-chevron-left::before {
    content: "\f284";
    margin-left: 20px;
    box-shadow: 0px 0px 20px 0px #1C6FBC33;
    padding: 5px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700 !important;
  }

  .baggage-section {
    margin-top: 0px;
  }

  .flight-card-time h5 {
    font-weight: 500;
    font-size: 16px;
  }

  .flight-card-time p {
    font-size: 14px;
  }

  .route-title {
    font-size: 24px;
  }

  .flight-card-scroll {
    height: auto;
  }

  .flight-card-details {
    margin-left: 5px;
    height: 220px;
  }

  .fare-header {
    padding: 14px 10px 0px;
  }

  .fare-options {
    padding: 20px 0px 20px 6px;
  }

  .view-details-popup .modal-body {
    /* display: block;
    height: 717px;
    overflow-y: scroll;
    margin-bottom: 100px; */
    display: block;
    height: auto;
    overflow-y: scroll;
    margin-bottom: 85px;
  }

  .desktop-hide-modal-header {
    display: block;
  }

  .fare-option-card {
    height: 235px;
  }

  .list-top-search-flex {
    flex-direction: column;
    gap: 15px;
  }

  .search_box-bottom-noborder {
    margin-top: 10px;
  }

  .listing-page-search-section {
    display: none;
  }

  .one-way-list-margin {
    text-align: center;
  }

  .list_heads {
    display: none;
  }

  .list_box {
    padding: 28px 15px 16px 15px;
  }

  .listwrap li.airline {
    margin-top: 0px;
    width: 100%;
  }

  .deals_full {
    z-index: 0;
  }

  .final-price {
    font-size: 23px;
    margin-bottom: -3px;
  }

  .fare-option-card h1 {
    font-size: 20px;
  }

  .fare-price-details p {
    font-size: 15px;
  }

  .aligning-middle {
    align-items: start;
  }

  .departure span,
  .arrival span {
    padding-top: 15px;
  }

  .selected-fare-bottom {
    flex-direction: row !important;
  }

  .share-result-form-checked input {
    top: -38px;
    left: -20px;
  }

  #filterModal .nav-tabs .nav-item.show .nav-link,
  #filterModal .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
  }

  #filterModal .nav-tabs .nav-link.active {
    box-shadow: 0 -2px 0 #ff7f3b inset;
  }

  #filterModal .nav-tabs .nav-link {
    border: none;
    color: #000000 !important;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #filterModal .modal-body {
    padding-top: 15px;
    height: 500px;
    overflow: auto;
  }

  #filterModal .nav-tabs {
    border-bottom: none;
  }

  section.flight_list::before {
    mask-image: linear-gradient(to bottom, rgb(255 255 255 / 4%) 0%, rgb(0 0 0 / 25%) 15%, rgb(0 0 0 / 39%) 85%, rgb(0 0 0 / 0%) 100%);
  }

  section.flight_list {
    margin-top: 0px !important;
  }

  .fillter-fill {
    display: none;
  }

  .view-details-popup .prevBtn {
    left: -12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .roundtrip-viewdetails-modal .nav-tabs .nav-link {
    width: 100%
  }

  .roundtrip-viewdetails-modal .tab-header {
    font-size: 13px;
  }

  .roundtrip-viewdetails-modal .flight-content {
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 12px 15px;
  }


  .flight-info-img {
    gap: 8px;
  }

  .roundtrip-viewdetails-modal .airline-name {
    font-size: 20px;
  }

  .roundtrip-viewdetails-modal .route-info {
    gap: 7px;
  }

  .roundtrip-viewdetails-modal .time-location {
    font-size: 13px;
  }

  .roundtrip-viewdetails-modal .time {
    font-size: 14px;
    line-height: unset;
  }

  .flight-modal {
    display: unset;
  }

  .listing-page-search-section .custom-radio-group {
    width: 80%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .roundtrip-viewdetails-modal .nav-tabs .nav-link {
    width: 495px;
  }

  .flight-modal {
    grid-template-columns: 430px 565px;
  }

  .baggage-flex {
    flex-wrap: wrap;
  }
}