@import "flight-passengers-count.css";

header {
  box-shadow: none !important;
  position: relative;
}

section.search-result-again {
  padding: 1vw 5vw;
  width: 100%;
  min-height: 5vw;
  background-color: white;
  position: sticky;
  webkit-position: sticky;
  top: 0;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.2);
}

section.search-result-again::before {
  content: "";
  width: 90%;
  height: 0.1vw;
  background: linear-gradient(
    to left,
    transparent,
    rgba(192, 192, 192, 0.5),
    transparent
  );
  position: absolute;
  top: 0;
}

.target-search-details {
  width: 100%;
  height: 3vw;
  gap: 1.5vw;
  font-size: 0.95vw;
  transition: all 0.3s ease-in-out;
  display: none !important;
}

.target-search-details.active {
  display: flex !important;
  animation: animate-form-revealer 0.3s ease-in-out forwards;
}

.target-search-details > div {
  gap: 0.2vw;
}

.target-search-details > div i {
  margin-left: 0.25vw;
}

.target-search-details button.search-revealer {
  padding: 1vw;
  background-color: var(--blue2);
  color: var(--light-font);
  transition: all 0.25s ease;
  border-radius: 50%;
}

.target-search-details button.search-revealer * {
  pointer-events: none;
}

.target-search-details button.search-revealer:hover {
  filter: brightness(1.25);
  color: var(--dark-font);
}

section.search-result-again form {
  padding: 1vw;
  width: 100%;
  height: 14vw;
  position: relative;
  visibility: visible;
  opacity: 1;
  display: none !important;
  transition: all 0.2s ease-in-out;
  gap: 0.15vw;
}

section.search-result-again form input {
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.15) !important;
}

section.search-result-again form.active {
  display: flex !important;
  animation: animate-form-revealer 0.3s ease-in-out forwards;
}

@keyframes animate-form-revealer {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}

section.search-result-again form .search-again-form-closer {
  position: absolute;
  top: 1vw;
  left: 5vw;
  color: var(--blue2);
  font-weight: normal;
  gap: 0.4vw;
  font-size: 0.9vw;
}

section.search-result-again form .search-again-form-closer:hover {
  color: var(--red);
}

section.search-result-again form .search-again-form-closer i {
  transform: scale(1.25) translateY(0.1vw);
}

/*/////*/

section.search-result-again form .search-inputs-container {
  width: 80%;
  height: 50%;
  position: relative;
  z-index: 1;
  gap: 1.2vw;
  justify-content: space-between !important;
}

section.search-result-again form .search-inputs-container input:disabled {
  filter: brightness(1) !important;
  opacity: 0.7;
  cursor: not-allowed !important;
}

section.search-result-again form .search-inputs-container .search-input-group {
  width: 20vw;
  gap: 0.2vw;
  position: relative;
  justify-content: space-between !important;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  input {
  background: rgba(185, 194, 203, 0.5);
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  .input-group {
  position: relative;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  .input-group
  input {
  width: 100%;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  .input-group
  > i {
  right: 1vw;
  font-size: 1.1vw;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  input::placeholder {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  input:hover {
  filter: brightness(1.3);
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group
  .input-group.open
  input {
  filter: brightness(1.25);
  background: rgba(178, 195, 211, 0.5);
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1) {
  width: 35vw;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1)
  .input-group {
  width: 16vw;
  position: relative;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1)
  .input-group
  input {
  width: 100%;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1)
  .reverseHandler-location {
  padding: 0.9vw;
  background: #cfd7de;
  border-radius: 0.7vw;
  font-size: 1.2vw;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.15) !important;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1)
  .reverseHandler-location
  i {
  transform: translateY(0.15vw);
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(1)
  .reverseHandler-location:hover {
  background: var(--blue2) !important;
  color: var(--light-font) !important;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(2) {
  width: 22vw;
  justify-content: space-between !important;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(2)
  .input-group {
  position: relative;
  width: 50%;
}

section.search-result-again
  form
  .search-inputs-container
  .search-input-group:nth-child(3) {
  width: 14vw;
  justify-content: space-between !important;
}

section.search-result-again form .flights-options {
  padding: 0 0.25vw;
  width: 80%;
  min-height: 2vw;
  justify-content: start !important;
  gap: 1vw;
  position: relative;
  z-index: 2;
}

section.search-result-again form .flights-options > div {
  min-width: 6vw;
  position: relative;
}

section.search-result-again form .flights-options > div button {
  min-width: 6vw;
  background: rgba(185, 194, 203, 0.5);
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  gap: 0.3vw;
}

section.search-result-again form .flights-options > div button * {
  pointer-events: none;
}

section.search-result-again form .flights-options > div button:hover {
  filter: brightness(1.3);
}

section.search-result-again
  form
  .flights-options
  > div
  .flights-options-drop-down {
  min-width: 8vw;
  min-height: 5vw;
  background-color: var(--light-bg);
  border-radius: 0.8vw;
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

section.search-result-again
  form
  .flights-options
  > div.active
  .flights-options-drop-down {
  opacity: 1;
  visibility: visible;
}

section.search-result-again
  form
  .flights-options
  > div
  .flights-options-drop-down
  input {
  display: none !important;
}

section.search-result-again
  form
  .flights-options
  > div
  .flights-options-drop-down
  label {
  padding: 0.65vw 0.75vw;
  min-width: 7vw;
  justify-content: start !important;
  font-size: 0.9vw;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 0 !important;
  text-align: start !important;
}

section.search-result-again
  form
  .flights-options
  > div:nth-child(2)
  .flights-options-drop-down
  label {
  min-width: 9vw;
}

section.search-result-again
  form
  .flights-options
  > div
  .flights-options-drop-down
  label
  * {
  pointer-events: none;
}

section.search-result-again
  form
  .flights-options
  > div
  .flights-options-drop-down
  label:hover {
  background-color: rgba(40, 187, 250, 0.1);
}

section.search-result-again
  form
  .flights-options-drop-down
  input:nth-child(1):checked
  ~ div
  label:nth-child(1) {
  background-color: rgba(40, 187, 250, 0.2);
  color: #287dfa;
}

section.search-result-again
  form
  .flights-options-drop-down
  input:nth-child(2):checked
  ~ div
  label:nth-child(2) {
  background-color: rgba(40, 187, 250, 0.2);
  color: #287dfa;
}

section.search-result-again
  form
  .flights-options-drop-down
  input:nth-child(3):checked
  ~ div
  label:nth-child(3) {
  background-color: rgba(40, 187, 250, 0.2);
  color: #287dfa;
}

main.flight-search-results {
  padding: 2vw 8vw;
  position: relative;
  z-index: 2;
  justify-content: end !important;
  align-items: start !important;
  gap: 1vw;
}

main.flight-search-results.forward {
  z-index: 100;
}

aside.flight-search-results-sidebar {
  padding: 1vw;
  width: 22vw;
  min-height: 5vw;
  border-radius: 1vw;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.15);
  position: relative;
  justify-content: start !important;
  gap: 2vw;
}

aside.flight-search-results-sidebar.fixed {
  position: fixed;
  top: 7vw;
  right: 8.5vw;
}

aside.flight-search-results-sidebar > h1 {
  padding: 0.5vw 1vw;
  width: 100%;
  font-size: 1.05vw;
  font-weight: 600;
  color: var(--dark-font);
  text-align: start !important;
  position: relative;
  justify-content: start;
}

aside.flight-search-results-sidebar > h1::before {
  content: "";
  width: 100%;
  height: 0.1vw;
  background: linear-gradient(
    to right,
    transparent,
    rgba(192, 192, 192, 0.5),
    transparent
  );
  position: absolute;
  bottom: -0.5vw !important;
  right: 0;
}

aside.flight-search-results-sidebar form {
  width: 100%;
  position: relative;
  gap: 2vw;
}

aside.flight-search-results-sidebar div.filter-section {
  padding: 0.5vw 1vw;
  width: 100%;
  min-height: 5vw;
  position: relative;
  margin-bottom: 1vw !important;
}

aside.flight-search-results-sidebar div.filter-section::before {
  content: "";
  width: 100%;
  height: 0.1vw !important;
  background: linear-gradient(
    to right,
    transparent,
    rgba(192, 192, 192, 0.5),
    transparent
  );
  position: absolute;
  bottom: -1vw;
  right: 0;
}

aside.flight-search-results-sidebar div.filter-section > h3 {
  font-weight: 600;
  font-size: 1vw;
  width: 100%;
  text-align: start;
  margin-bottom: 1vw;
}

div.filter-section.price-range::before {
  height: 0.1vw !important;
  bottom: -0.25vw !important;
}

div.filter-section.price-range div.number-inputs {
  margin: 0.5vw 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.3vw;
  direction: ltr !important;
  justify-content: space-between !important;
}

div.filter-section.price-range div.number-inputs label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: silver;
  font-size: 0.8vw;
  font-weight: normal;
}

div.filter-section.price-range input[type="text"] {
  width: 7vw;
  height: 1.75vw;
  border: none;
  border-radius: 0.75vw;
  background-color: rgba(192, 192, 192, 0.7);
  text-align: center;
}

div.filter-section.price-range input[type="text"]::-webkit-inner-spin-button {
  display: none;
}

div.filter-section.price-range input[type="text"]:focus {
  outline: none;
  background-color: silver;
}

div.filter-section.price-range div.slider {
  margin: 1vw 0;
  width: 100%;
  height: 0.3vw;
  background-color: silver;
  border-radius: 0.2vw;
  position: relative;
}

div.filter-section.price-range div.progress {
  height: 0.3vw;
  background-color: var(--blue2);
  border-radius: 0.2vw;
  position: absolute;
  left: 0;
  right: 0;
}

div.filter-section.price-range div.range-inputs {
  width: 100%;
  position: relative;
  top: -1.35vw;
  direction: ltr !important;
}

div.filter-section.price-range input[type="range"] {
  width: 100%;
  height: 0.3vw;
  position: absolute;
  left: 0;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
  direction: ltr !important;
}

div.filter-section.price-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0.9vw;
  height: 0.9vw;
  background-color: var(--blue2);
  border-radius: 100%;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s;
}
div.filter-section.price-range input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 0.9vw;
  height: 0.9vw;
  background-color: var(--blue2);
  border-radius: 100%;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s;
}
div.filter-section.price-range input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0.8vw #0daaff;
}

div.filter-section .filter-radio-btns {
  width: 100%;
  align-items: start !important;
  position: relative;
  gap: 0.3vw;
}

div.filter-section .filter-radio-btns > div {
  width: 100%;
  align-items: start !important;
  position: relative;
  gap: 0.15vw;
}

div.filter-section .filter-radio-btns input {
  display: none;
}

div.filter-section .filter-radio-btns label {
  font-size: 0.85vw;
  cursor: pointer;
  gap: 0.25vw;
  transition: all 0.25s ease-in-out;
}

div.filter-section .filter-radio-btns label * {
  pointer-events: none;
}

div.filter-section .filter-radio-btns label .label-button {
  width: 2.5vw;
  height: 1.25vw;
  border-radius: 2vw;
  border: 0.1vw solid silver;
  transition: all 0.25s ease-in-out;
  position: relative;
}

div.filter-section .filter-radio-btns label .label-button span {
  margin: 0 !important;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: linear-gradient(45deg, #d3d3d3, white);
  position: absolute;
  left: 0.1vw;
  box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in-out;
}

div.filter-section.departure-clock .filter-radio-btns > div {
  flex-wrap: wrap !important;
  gap: 0.5vw;
}

div.filter-section.departure-clock .filter-radio-btns label .label-button {
  padding: 0.5vw;
  width: 7.5vw;
  height: 3.25vw;
  border-radius: 1vw;
  gap: 0.5vw;
  overflow: hidden;
}

div.filter-section.departure-clock .filter-radio-btns label .label-button i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.25;
  transition: all 0.25s;
}

div.filter-section.departure-clock .filter-radio-btns label .label-button img {
  width: 20%;
  position: relative;
  z-index: 2;
  transform: scale(1.2);
}

div.filter-section.departure-clock .filter-radio-btns label .label-button h5 {
  width: 75%;
  font-size: 0.8vw;
  font-weight: 600;
  gap: 0.25vw;
  content: var(--dark-font);
  position: relative;
  z-index: 2;
}

div.filter-section.departure-clock .filter-radio-btns label .label-button h5 p {
  font-size: 0.7vw;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

div.filter-section.air-lines .filter-radio-btns label {
  gap: 0.75vw;
}

div.filter-section.air-lines .filter-radio-btns label img {
  width: 2vw;
}

div.filter-section
  .filter-radio-btns
  input:nth-child(1):checked
  ~ div
  label:nth-child(1)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(2):checked
  ~ div
  label:nth-child(2)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(3):checked
  ~ div
  label:nth-child(3)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(4):checked
  ~ div
  label:nth-child(4)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(5):checked
  ~ div
  label:nth-child(5)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(6):checked
  ~ div
  label:nth-child(6)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(7):checked
  ~ div
  label:nth-child(7)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(8):checked
  ~ div
  label:nth-child(8)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(9):checked
  ~ div
  label:nth-child(9)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(10):checked
  ~ div
  label:nth-child(10)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(7):checked
  ~ div
  label:nth-child(11)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(8):checked
  ~ div
  label:nth-child(12)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(9):checked
  ~ div
  label:nth-child(13)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(10):checked
  ~ div
  label:nth-child(14)
  i {
  background: var(--blue2);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(1):checked
  ~ div
  label:nth-child(1)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(2):checked
  ~ div
  label:nth-child(2)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(3):checked
  ~ div
  label:nth-child(3)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(4):checked
  ~ div
  label:nth-child(4)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(5):checked
  ~ div
  label:nth-child(5)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(6):checked
  ~ div
  label:nth-child(6)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(7):checked
  ~ div
  label:nth-child(7)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(8):checked
  ~ div
  label:nth-child(8)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(9):checked
  ~ div
  label:nth-child(9)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(10):checked
  ~ div
  label:nth-child(10)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(7):checked
  ~ div
  label:nth-child(11)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(8):checked
  ~ div
  label:nth-child(12)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(9):checked
  ~ div
  label:nth-child(13)
  i
  span {
  left: calc(100% - 1.1vw);
}

div.filter-section
  .filter-radio-btns
  input:nth-child(10):checked
  ~ div
  label:nth-child(14)
  i
  span {
  left: calc(100% - 1.1vw);
}

.flight-search-results-main-content {
  width: calc(100% - 23.5vw);
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}

.calendar-sec {
  padding: 1.5vw;
  width: 100%;
  min-height: 10vw;
  border-radius: 1vw;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.15);
  position: relative;
  justify-content: start !important;
  gap: 1.25vw;
}

.calendar-sec h3 {
  width: 100%;
  justify-content: start !important;
  gap: 0.8vw;
  font-size: 0.95vw;
  font-weight: 500;
  position: relative;
}

.calendar-sec h3 i {
  font-size: 1.4vw;
}

.calendar-sec h3 span {
  position: relative;
  font-weight: 300;
  font-size: 0.8vw;
}

.calendar-container {
  width: 100%;
  height: 7vw;
  border-radius: 0.85vw;
  border: 0.1vw solid rgba(192, 192, 192, 0.3);
  position: relative;
}

.calendar-container input {
  display: none;
}

.calendar-container .day-card {
  margin: 0 !important;
  width: calc(100% / 7);
  height: 100%;
  gap: 0.1vw;
  position: relative;
}

.calendar-container .day-card:not(.day-card:last-child)::before {
  content: "";
  width: 0.1vw;
  height: 72%;
  background-color: rgba(192, 192, 192, 0.2);
  position: absolute;
  left: 0;
}

.calendar-container .day-card:hover {
  background-color: rgba(13, 170, 255, 0.1);
}

.calendar-container .day-card.today {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(1):checked ~ div label:nth-child(1) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(2):checked ~ div label:nth-child(2) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(3):checked ~ div label:nth-child(3) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(4):checked ~ div label:nth-child(4) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(5):checked ~ div label:nth-child(5) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(6):checked ~ div label:nth-child(6) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container input:nth-child(7):checked ~ div label:nth-child(7) {
  border: 0.15vw solid var(--blue2);
}

.calendar-container .day-card div {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 0.7vw;
}

.calendar-container .day-card div:nth-child(1) {
  font-size: 0.92vw;
}

.calendar-container .day-card div:nth-child(2) {
  direction: ltr !important;
}

.calendar-container .day-card div:nth-child(3).highest * {
  color: red !important;
}

.calendar-container .day-card div:nth-child(3).lightest * {
  color: #00c900 !important;
}

.calendar-container .day-card div:nth-child(3) :first-child {
  font-size: 1.25vw;
  font-weight: normal;
}

.calendar-container .day-card div:nth-child(3) :last-child {
  font-size: 0.75vw;
  font-weight: normal;
}

.quick-filters {
  width: 100%;
  position: relative;
  gap: 1vw;
}

.quick-filters input {
  display: none;
}

.quick-filters h2 {
  font-size: 1.1vw;
  color: #0c0e13;
  font-weight: 500;
}

.quick-filters-cont {
  padding: 0 1vw;
  border-radius: 3vw;
  border: 0.1vw rgba(192, 192, 192, 0.3) solid;
  min-height: 3.2vw;
  background-color: #ffffff;
  overflow: hidden;
}

.quick-filters-cont .quick-filter-card {
  width: 9vw;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  gap: 0.15vw;
}

.quick-filters-cont .quick-filter-card::after {
  content: "";
  width: 80%;
  height: 0.12vw;
  background-color: var(--blue2);
  position: absolute;
  bottom: -0.22vw;
  border-radius: 0.1vw;
  opacity: 0;
  transition: all 0.25s;
}

.quick-filters input:nth-child(2):checked ~ div label:nth-child(1)::after {
  opacity: 1;
}

.quick-filters input:nth-child(3):checked ~ div label:nth-child(2)::after {
  opacity: 1;
}

.quick-filters input:nth-child(4):checked ~ div label:nth-child(3)::after {
  opacity: 1;
}

.quick-filters input:nth-child(5):checked ~ div label:nth-child(4)::after {
  opacity: 1;
}

.quick-filters input:nth-child(6):checked ~ div label:nth-child(5)::after {
  opacity: 1;
}

.quick-filters-cont .quick-filter-card:not(:last-child)::before {
  content: "";
  width: 0.1vw;
  height: 60%;
  position: absolute;
  left: 0;
  background-color: rgba(192, 192, 192, 0.3);
}

.quick-filters-cont .quick-filter-card div:nth-child(1) {
  text-align: center;
  font-size: 0.9vw;
  font-weight: 500;
  color: #0c0e13;
}

.quick-filters-cont .quick-filter-card div:nth-child(2) {
  opacity: 0.6;
  font-size: 0.75vw;
}

.tickets-container {
  margin-top: 1vw !important;
  width: 100%;
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}

.ticket-template {
  width: 100%;
  height: 11vw;
  border-radius: 0.85vw;
  box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #fefefe;
}

.ticket-template > span.flight-type-label {
  position: absolute;
  top: 0.95vw;
  right: 0.9vw;
  padding: 0.2vw 0.5vw;
  border-radius: 1vw;
  font-size: 0.7vw;
  font-weight: 300;
  color: #0c0e13;
  background-color: rgba(192, 192, 192, 0.35);
}

.ticket-template-right-side {
  width: 75%;
  height: 100%;
  position: relative;
}

.ticket-template-left-side {
  width: 25%;
  height: 100%;
  position: relative;
}

.ticket-template-left-side::before {
  content: "";
  width: 0.1vw;
  height: 75%;
  background-color: rgba(192, 192, 192, 0.4);
  position: absolute;
  right: 0;
}

.ticket-template-right-side div.sub-divider {
  padding: 0.5vw;
  gap: 0.5vw;
  position: relative;
  height: 100%;
}

.ticket-template-right-side div.sub-divider:nth-child(1) {
  width: 20%;
}

.ticket-template-right-side div.sub-divider:nth-child(2) {
  width: 60%;
}

.ticket-template-right-side div.sub-divider:nth-child(3) {
  width: 20%;
}

.ticket-template-right-side div.sub-divider:nth-child(1) figure {
  position: relative;
  width: 3vw;
  transform: translateX(-1vw);
}
.ticket-template-right-side div.sub-divider:nth-child(1) figure img {
  width: 100%;
}

.ticket-template-right-side div.sub-divider:nth-child(1) figure figcaption {
  width: 8vw;
  position: absolute;
  top: 110%;
  font-weight: normal;
  font-size: 0.75vw;
  text-align: center;
}

.ticket-template-right-side .origin-destination {
  width: 22vw;
  position: relative;
}

.ticket-template-right-side .origin-destination svg {
  width: 45%;
  transform: translateY(-1vw) rotateY(-180deg);
}

.ticket-template-right-side .origin-destination h4 {
  font-size: 1vw;
  font-weight: bold;
  width: 25%;
  gap: 0.25vw;
  color: var(--dark-font);
}

.ticket-template-right-side .origin-destination h4:first-child {
  transform: translateX(0.75vw);
  align-items: end !important;
}

.ticket-template-right-side .origin-destination h4:last-child {
  transform: translateX(-0.75vw);
  align-items: start !important;
}

.ticket-template-right-side .origin-destination h4 span:nth-child(1) {
  font-size: 1vw;
  font-weight: bold;
}

.ticket-template-right-side .origin-destination h4 span:nth-child(2) {
  font-size: 0.9vw;
  font-weight: 600;
}

.ticket-template-right-side .origin-destination h4 span:nth-child(3) {
  font-size: 0.8vw;
  font-weight: 300;
}

.ticket-template-right-side .origin-destination div.flight-duration {
  font-weight: 500;
  font-size: 0.7vw;
  /*color: var(--dark-font);*/
  color: var(--dark-blue);
  position: absolute;
  bottom: 36%;
  opacity: 0.5;
}

.ticket-template-right-side .origin-destination div.flight-duration i {
  margin-left: 0.2vw;
  transform: scale(1.2);
}

.ticket-template-right-side div.sub-divider:nth-child(3) {
  padding-left: 1.5vw;
  align-items: end;
  gap: 0.5vw;
}

.ticket-template-right-side div.sub-divider:nth-child(3) span {
  font-size: 0.7vw;
  gap: 0.25vw;
  padding: 0.25vw 0.75vw;
  border-radius: 1vw;
  background-color: rgba(192, 192, 192, 0.35);
  font-weight: normal;
}

.ticket-template-right-side div.sub-divider:nth-child(3) span i {
  font-size: 0.9vw;
}

.ticket-template-left-side {
  gap: 0.6vw;
}

.ticket-template-left-side h2.ticket-price {
  font-size: 1.35vw;
  font-weight: bold;
  color: var(--blue2);
  gap: 0.3vw;
}

.ticket-template-left-side h2.ticket-price svg {
  width: 1.35vw;
  fill: var(--blue2);
}

.ticket-template-left-side .view-ticket-details.btn {
  padding: 0.6vw;
  width: 80%;
  background-color: var(--blue2);
  color: var(--light-bg);
  font-weight: 600;
  font-size: 0.95vw;
  border-radius: 2vw;
  transition: all 0.25s ease-in-out;
}

.ticket-template-left-side .view-ticket-details.btn:hover {
  filter: brightness(1.3);
  color: var(--dark-font);
}

.ticket-template-left-side .view-ticket-details.btn * {
  pointer-events: none !important;
}

.ticket-template-left-side .remain-msg {
  font-size: 0.9vw;
  font-weight: 300;
  color: #31292b;
}

.ticket-template.two-way {
  height: 20vw;
}

.ticket-template.two-way .ticket-template-right-side {
  gap: 1.2vw;
}

.ticket-template-right-side-divider {
  width: 100% !important;
  position: relative;
  height: 40% !important;
}

.ticket-template.two-way
  .ticket-template-right-side
  div.sub-divider:nth-child(1) {
  width: 20%;
  overflow: hidden;
}

.ticket-template.two-way
  .ticket-template-right-side
  div.sub-divider:nth-child(1)
  > span {
  padding-bottom: 0.5vw;
  width: 4.15vw;
  height: 2vw;
  position: absolute;
  right: 0 !important;
  transform: rotate(-90deg) translateY(1.5vw);
  margin: 0 !important;
  font-weight: 500;
  background-color: var(--blue2);
  color: var(--light-bg);
  font-size: 0.9vw;
  border-radius: 0.6vw 0.6vw 0 0;
}

.ticket-template.two-way
  .ticket-template-right-side
  .origin-destination
  div.flight-duration {
  bottom: 30%;
}

.flight-full-details-layer {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none !important;
}

/*main {*/
/*    z-index: 10000000!important;*/
/*}*/

.flight-full-details-layer.active {
  display: flex !important;
  animation: animate-reveal6 0.5s ease-in-out forwards;
}

@keyframes animate-reveal6 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.flight-full-details {
  width: 32vw;
  height: 85vh;
  border-radius: 1vw;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
  position: relative;
  justify-content: start !important;
  background-color: #eff0f6;
  overflow: hidden;
}

.flight-full-details .flight-full-details-closer.btn {
  font-size: 1.5vw;
  position: absolute;
  left: 1vw;
  top: 1vw;
}

.flight-full-details .flight-full-details-closer.btn:hover {
  color: red;
}

.flight-full-details h2.window-title {
  gap: 0.25vw;
  font-size: 1vw;
  position: absolute;
  right: 1.6vw;
  top: 1.9vw;
  font-weight: 600;
  color: var(--dark-font);
}

.flight-full-details h2.window-title i {
  font-size: 1.2vw;
}

.flight-full-details .flight-full-details-closer.btn * {
  pointer-events: none !important;
}

.flight-full-details-main-division {
  padding: 0 1vw;
  width: 100%;
  height: 75%;
  overflow: auto;
  position: relative;
}

.flight-full-details-main-division::-webkit-scrollbar {
  width: 0.3vw;
}

.flight-full-details-main-division > div {
  padding: 1vw;
  width: 100%;
  min-height: 14vw;
  background-color: var(--light-bg);
  border-radius: 1vw;
  margin-bottom: 0.75vw;
  justify-content: start !important;
}

.flight-full-details-main-division > div h4.box-title {
  width: 100%;
  gap: 0.5vw;
  font-size: 0.9vw;
  color: #0c0e13;
  font-weight: 600;
  justify-content: start !important;
  margin-bottom: 1vw !important;
}

.flight-full-details-main-division > div h4.box-title i {
  font-size: 1vw;
}

.flight-full-details-main-division > div h4.box-title span.flight-type {
  padding: 0.25vw 0.75vw;
  font-weight: 300;
  font-size: 0.75vw;
  background-color: rgba(192, 192, 192, 0.5);
  color: #0c0e13;
  border-radius: 1vw;
}

.flight-full-details-main-division .f-details {
  width: 100%;
  height: 20vw;
  position: relative;
}

.flight-full-details-main-division .f-details > div {
  height: 100%;
  justify-content: space-between !important;
  position: relative;
}

.flight-full-details-main-division .f-details > div:nth-child(1) {
  width: 30%;
}

.flight-full-details-main-division .f-details > div:nth-child(1) h3 {
  font-size: 1vw;
  font-weight: 600;
  gap: 0.4vw;
}

.flight-full-details-main-division .f-details > div:nth-child(1) h3 span {
  font-size: 0.8vw;
  font-weight: 300;
}

.flight-full-details-main-division .f-details > div:nth-child(1) h6 {
  font-size: 0.8vw;
  font-weight: 500;
  text-align: center;
}

.flight-full-details-main-division .f-details > div:nth-child(2) {
  width: 10%;
}

.flight-full-details-main-division .f-details > div:nth-child(2) h3 {
  font-size: 0.9vw;
  font-weight: 600;
  gap: 0.4vw;
}

.flight-full-details-main-division .f-details > div:nth-child(2) h3 i {
  font-size: 1.25vw;
}

.flight-full-details-main-division .f-details > div:nth-child(2) > div {
  width: 0.15vw;
  height: 75%;
  background-color: rgba(13, 170, 255, 0.25);
  border-radius: 0.1vw;
  position: relative;
}

.flight-full-details-main-division .f-details > div:nth-child(2) > div::after {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  border: 0.1vw solid #0daaff;
  position: absolute;
  bottom: 0;
  background-color: var(--light-bg);
}

.flight-full-details-main-division .f-details > div:nth-child(3) {
  padding-right: 0.75vw;
  width: 60%;
  align-items: start !important;
}

.flight-full-details-main-division .f-details > div:nth-child(3) h3 {
  font-size: 0.9vw;
  font-weight: 600;
  gap: 0.4vw;
  align-items: start !important;
}

.flight-full-details-main-division .f-details > div:nth-child(3) h3 span {
  font-size: 0.8vw;
  font-weight: 300;
}

.flight-full-details-main-division .f-details > div:nth-child(3) ul {
  width: 80%;
  align-items: start !important;
  gap: 0.75vw;
  position: relative;
}

.flight-full-details-main-division .f-details > div:nth-child(3) ul li {
  position: relative;
  gap: 0.5vw;
  width: 100%;
  font-size: 0.8vw;
  font-weight: normal;
  justify-content: start !important;
}

.flight-full-details-main-division .f-details > div:nth-child(3) ul li img {
  width: 2vw;
}

.flight-full-details-main-division .f-details > div:nth-child(3) ul li i {
  width: 1.9vw;
  text-align: center;
  font-size: 1.2vw;
}

.flight-full-details-main-division .f-details > div:nth-child(3) ul li span {
  font-weight: 600;
}

.flight-full-details-main-division .f-details.stop {
  width: 100%;
  height: 5vw;
  position: relative;
  margin: 0 !important;
}

.flight-full-details-main-division .f-details.stop > div {
  justify-content: center !important;
}

.flight-full-details-main-division .f-details.stop > div:nth-child(1) h3 {
  font-size: 1vw;
  font-weight: 500;
}

.flight-full-details-main-division .f-details.stop > div:nth-child(2) > div {
  width: 0.15vw;
  height: 75%;
  background-color: rgba(124, 124, 124, 0.25);
  border-radius: 0.1vw;
  position: relative;
}

.flight-full-details-main-division
  .f-details.stop
  > div:nth-child(2)
  > div::after {
  border-color: rgba(119, 119, 119, 0.5);
}

.flight-full-details-main-division .f-details.stop > div:nth-child(3) h3 span {
  padding: 0.25vw 0.7vw;
  border-radius: 0.5vw;
  background-color: rgba(192, 192, 192, 0.7);
  font-size: 0.75vw;
  font-weight: normal;
  text-align: center;
  gap: 0.3vw;
}

.flight-full-details-main-division .price-details .table {
  padding: 0.6vw;
  width: 100%;
  min-height: 5vw;
  border-radius: 0.85vw;
  border: 1px solid rgba(0, 178, 255, 0.75);
  gap: 0.5vw;
  position: relative;
  align-items: start !important;
  justify-content: start !important;
}

.flight-full-details-main-division .price-details .table > h5 {
  font-size: 0.85vw;
  font-weight: 600;
  margin-bottom: 0.5vw !important;
}

.flight-full-details-main-division .price-details .table > div {
  padding: 0.1vw;
  width: 100%;
  position: relative;
  justify-content: space-between !important;
  font-size: 0.85vw;
  font-weight: normal;
}

.flight-full-details-main-division .rules {
  text-align: start;
  font-size: 0.9vw;
}

.flight-full-details-buy {
  padding: 0 2vw;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.2);
  background-color: var(--light-bg);
  justify-content: space-between !important;
  z-index: 2;
}

.flight-full-details-buy .btn {
  padding: 0.5vw;
  width: 10vw;
  background-color: var(--blue2);
  border-radius: 2vw;
  color: var(--light-bg);
  font-weight: 600;
  font-size: 1.1vw;
  transition: all 0.25s;
}

.flight-full-details-buy .btn:hover {
  filter: brightness(1.25);
  color: var(--dark-font);
}

.flight-full-details .total-price {
  width: 60%;
  align-items: start !important;
  gap: 0.3vw;
}

.flight-full-details .total-price span {
  margin: 0;
  font-weight: 300;
  font-size: 0.8vw;
  color: #888888;
}

.flight-full-details .total-price h3 {
  margin: 0;
  font-size: 1.4vw;
  color: #06805b;
  font-weight: 600;
  gap: 0.25vw;
}

.flight-full-details .total-price h3 svg {
  width: 1.4vw;
  fill: #06805b;
}
i#close-sidebar-mobile {
  display: none;
}
.mobile-filtering {
  display: none;
}
.drop-down-header {
  display: none;
}

div.filter-section .flight-radio-btns {
  width: 100%;
  align-items: center !important;
  border: 0.1vw solid silver;
  border-radius: 1vw;
  position: relative;
  gap: 0.3vw;
  padding-top: 0.5vw;
}

div.filter-section .flight-radio-btns > div {
  width: 100%;
  align-items: start !important;
  position: relative;
  gap: 0.15vw;
}

div.filter-section .flight-radio-btns input {
  display: none;
}

div.filter-section .flight-radio-btns label {
  font-size: 0.95vw;
  cursor: pointer;
  gap: 0.25vw;
  transition: all 0.25s ease-in-out;
  height: 2.9vw;
  border-radius: 0.8vw;
  width: 8.3vw;
}

div.filter-section .flight-radio-btns label * {
  pointer-events: none;
}

div.filter-section
  .flight-radio-btns
  input:nth-child(1):checked
  ~ div
  label:nth-child(1) {
  color: var(--light-font);
  background: var(--blue2);
  transition: all 0.4s ease-in-out;
}
div.filter-section
  .flight-radio-btns
  input:nth-child(2):checked
  ~ div
  label:nth-child(2) {
  background: var(--blue2);
  color: var(--light-font);
  transition: all 0.4s ease-in-out;
}
.checkbox-container {
  width: 100%;
  justify-content: start;
  align-items: start;
  gap: 1vw;
}
.checkbox-container input[type="checkbox"] {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 2.6vw;
  accent-color: var(--blue2) !important;
  color: white;
}
@media screen and (max-width: 450px) {
  .drop-down-header {
    display: block;
    color: var(--blue2);
    font-size: 3.7vw;
  }
  .mobile-filtering {
    display: flex;
    border: 1.2px solid rgba(192, 192, 192, 0.3) !important;
    padding: 2vw;
    font-size: 3.6vw;
    border-radius: 2.3vw;
    background-color: white;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  }
  .target-search-details.active {
    display: flex !important;
    gap: 2.77vw;
  }
  /* ... */
  section.search-result-again form.active {
    display: flex !important;
    height: 110vw;
    justify-content: start;
    padding-top: 2vw;
  }
  section.search-result-again form .search-again-form-closer {
    position: absolute;
    top: 1vw;
    left: 5vw;
    color: var(--blue2);
    font-weight: normal;
    gap: 0.4vw;
    font-size: 3.9vw;
  }
  section.search-result-again form .search-inputs-container {
    gap: 2.2vw;
    flex-direction: column;
    width: 100%;
    margin-top: 3vw;
    justify-content: start !important;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(1) {
    width: 90%;
    gap: 5.9vw;
    flex-direction: column;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group
    .input-group
    > i {
    right: 1.9vw;
    font-size: 3.9vw;
    bottom: 3.5vw;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(1)
    .input-group
    i.fa-magnifying-glass {
    top: 5vw !important;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(1)
    .reverseHandler-location:hover {
    background: var(--blue2) !important;
    color: var(--light-font) !important;
  }
  .flight-type button span {
    font-size: 3.3vw !important;
  }
  .flight-class button span {
    font-size: 3.3vw !important;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(1)
    .reverseHandler-location {
    padding: 1.6vw;
    background: #cfd7de;
    border-radius: 3vw;
    font-size: 3.82vw;
    top: 9.85vw;
    left: 2vw;
    width: 8.95vw;
    z-index: 4;
    height: 8.95vw;
    position: absolute;
    transform: rotate(90deg);
    box-shadow: 0 0 2.63vw rgba(0, 0, 0, 0.15) !important;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(2) {
    width: 90%;
    gap: 6vw;
    margin-top: 4vw;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(2)
    .input-group {
    width: 100%;
  }
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(3) {
    width: 90%;
    margin-top: 4vw;
  }

  section.search-result-again form .flights-options > div button {
    min-width: 32vw;
    background: rgba(185, 194, 203, 0.5);
    box-shadow: 0 0 1.3vw rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
    gap: 0.3vw;
    padding: 1vw;
    border-radius: 1.6vw;
  }
  section.search-result-again
    form
    .flights-options
    > div
    .flights-options-drop-down {
    min-width: 32vw;
    min-height: 25vw;
    border-radius: 1.8vw;
    box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.4);
  }
  section.search-result-again
    form
    .flights-options
    > div
    .flights-options-drop-down
    label {
    padding: 1.65vw 1.75vw;
    min-width: 7vw;
    justify-content: start !important;
    font-size: 3.39vw;
    font-weight: normal;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin: 0 !important;
    text-align: start !important;
  }
  section.search-result-again form .flights-options > div button i {
    font-size: 3.2vw;
  }

  /* ... */
  section.search-result-again
    form
    .search-inputs-container
    .search-input-group:nth-child(1)
    .input-group {
    width: 100%;
    position: relative;
  }
  section.search-result-again {
    padding: 2vw 1vw;
    width: 100%;
    min-height: 14vw;
    box-shadow: 0 1.2vw 1.6vw rgba(0, 0, 0, 0.2);
  }
  .ticket-template-right-side .origin-destination h4 span:nth-child(1) {
    font-size: 3vw;
    font-weight: bold;
  }
  .ticket-template-right-side .origin-destination h4 span:nth-child(2) {
    font-size: 3vw;
    font-weight: 600;
  }
  .ticket-template-right-side .origin-destination h4 span:nth-child(3) {
    font-size: 2.8vw;
    font-weight: 300;
  }
  .target-search-details i {
    font-size: 2.3vw !important;
  }
  .target-search-details div {
    gap: 0.72vw;
    font-size: 2.3vw;
    white-space: nowrap;
  }
  .target-search-details span {
    gap: 0.72vw;
    font-size: 2.3vw !important;
  }
  .target-search-details button.search-revealer {
    padding: 2vw;
  }
  aside.flight-search-results-sidebar {
    padding: 1vw;
    width: 22vw;
    min-height: 5vw;
    border-radius: 1vw;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.15);
    position: fixed;
    transform: translateX(-140vh);
    justify-content: start !important;
    gap: 2vw;
  }
  aside.show-sidebar {
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 1);
    z-index: 59;
    backdrop-filter: blur(0);
    width: 100vw;
    height: 100vh;
    left: 0;
    padding: 3vw;
    bottom: 0vh;
    transition: all 0.2s ease-in-out;
  }
  aside.flight-search-results-sidebar > h1 {
    padding: 1.5vw 1vw;
    margin-top: 55vw;
    width: 100%;
    font-size: 3.8vw;
    justify-content: space-between;
  }
  i#close-sidebar-mobile {
    display: block;
    font-size: 5vw;
  }
  aside.flight-search-results-sidebar form {
    width: 100%;
    position: relative;
    height: 155vw;
    overflow: auto;
    gap: 2vw;
  }
  aside.flight-search-results-sidebar div.air-lines {
    padding-bottom: 55vw !important;
  }
  aside.flight-search-results-sidebar div.filter-section > h3 {
    font-size: 3.15vw;
    margin-bottom: 4vw;
  }
  div.filter-section.price-range div.number-inputs label {
    font-size: 2.8vw;
    text-align: right;
    gap: 1vw;
    align-items: start;
  }
  .flight-full-details-main-division .f-details > div:nth-child(1) h3 span {
    font-size: 3vw !important;
    font-weight: 300;
  }
  .flight-full-details-main-division > div h4.box-title span.flight-type {
    padding: 0.95vw 2.75vw;
    font-weight: 300;
    font-size: 3.2vw;
    background-color: rgba(192, 192, 192, 0.5);
    color: #0c0e13;
    border-radius: 2vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) h3 span {
    font-size: 2.7vw !important;
    font-weight: 300 !important;
    margin-top: 0vw;
    margin-bottom: 8vw;
    text-align: right !important;
    border-radius: 1.5vw !important;
  }
  div.filter-section.price-range div.slider {
    margin: 1vw 0;
    width: 100%;
    height: 0.8vw;
    background-color: silver;
    border-radius: 1.2vw;
    position: relative;
  }
  div.filter-section.price-range div.progress {
    height: 0.8vw;
    background-color: var(--blue2);
    border-radius: 1.2vw;
    position: absolute;
    left: 0;
    right: 0;
  }
  div.filter-section.price-range input[type="text"] {
    width: 16vw;
    height: 4.75vw;
    border: none;
    border-radius: 1.75vw;
    background-color: rgba(192, 192, 192, 0.7);
    text-align: center;
  }
  div.filter-section.price-range div.range-inputs {
    width: 100%;
    position: relative;
    direction: ltr !important;
  }
  div.filter-section .filter-radio-btns label {
    font-size: 2.85vw;
    cursor: pointer;
    width: 42vw;
    white-space: nowrap;
    gap: 2.25vw;
    justify-content: start;
    transition: all 0.25s ease-in-out;
  }
  div.filter-section .filter-radio-btns > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.95vw;
    justify-content: space-between;
    width: 100%;
    place-items: start;
    place-content: start;
    align-items: start !important;
  }
  div.filter-section .filter-radio-btns label .label-button {
    width: 9.95vw;
    height: 6.25vw;
    border-radius: 3vw;
    border: 0.2vw solid rgb(171, 171, 171);
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  div.filter-section .filter-radio-btns label .label-button span {
    margin: 0 !important;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: linear-gradient(45deg, #d3d3d3, white);
    position: absolute;
    left: 0.4vw !important;
    box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease-in-out;
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(1):checked
    ~ div
    label:nth-child(1)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(2):checked
    ~ div
    label:nth-child(2)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(3):checked
    ~ div
    label:nth-child(3)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(4):checked
    ~ div
    label:nth-child(4)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(5):checked
    ~ div
    label:nth-child(5)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(6):checked
    ~ div
    label:nth-child(6)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(7):checked
    ~ div
    label:nth-child(7)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(8):checked
    ~ div
    label:nth-child(8)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(9):checked
    ~ div
    label:nth-child(9)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(10):checked
    ~ div
    label:nth-child(10)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(7):checked
    ~ div
    label:nth-child(11)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(8):checked
    ~ div
    label:nth-child(12)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(9):checked
    ~ div
    label:nth-child(13)
    i
    span {
    left: calc(100% - 4.4vw);
  }

  div.filter-section
    .filter-radio-btns
    input:nth-child(10):checked
    ~ div
    label:nth-child(14)
    i
    span {
    left: calc(100% - 4.4vw);
  }
  div.filter-section.air-lines .filter-radio-btns label img {
    width: 6vw;
  }
  div.filter-section.departure-clock .filter-radio-btns label .label-button {
    padding: 1.5vw;
    width: 25.5vw;
    height: 8.25vw;
    border-radius: 2vw;
    gap: 1.5vw;
    overflow: hidden;
  }
  div.filter-section.departure-clock
    .filter-radio-btns
    label
    .label-button
    img {
    width: 30%;
    position: relative;
    z-index: 2;
    transform: scale(1.2);
  }
  div.filter-section.departure-clock .filter-radio-btns label .label-button h5 {
    width: 70%;
    font-size: 2.8vw;
    font-weight: 600;
    gap: 0.25vw;
    content: var(--dark-font);
    position: relative;
    z-index: 2;
  }
  div.filter-section.departure-clock
    .filter-radio-btns
    label
    .label-button
    h5
    p {
    font-size: 2.7vw;
    font-weight: normal;
    position: relative;
    z-index: 2;
  }
  .flight-search-results-main-content {
    width: 100%;
    min-height: 20vw;
    position: relative;
    justify-content: start !important;
    gap: 2vw;
  }
  main.flight-search-results {
    padding: 2vw 3vw;
    gap: 2vw;
  }
  .calendar-sec {
    padding: 4vw 2.5vw;
    margin-top: 3vw;
    width: 100%;
    min-height: 46vw;
    border-radius: 2.8vw !important;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.15);
    position: relative;
    justify-content: start !important;
    gap: 2.25vw;
  }
  .calendar-sec h3 {
    width: 100%;
    justify-content: start !important;
    gap: 1.8vw;
    font-size: 2.95vw;
    margin-bottom: 3vw;
  }
  .calendar-sec h3 i {
    font-size: 2.74vw;
  }
  .calendar-sec h3 span {
    position: relative;
    font-weight: 300;
    font-size: 2.68vw !important;
  }
  .calendar-container {
    width: 100%;
    height: 29vw;
    border-radius: 2.25vw;
    border: 0.1vw solid rgba(192, 192, 192, 0.3);
    position: relative;
  }
  .calendar-container div.flex-hz {
    height: 29vw;
  }
  .calendar-container .day-card:not(.day-card:last-child)::before {
    width: 0.2vw;
    height: 82%;
  }
  .calendar-container .day-card {
    margin: 0 !important;
    width: 45vw !important;
    height: 100%;
    gap: 0.1vw;
    position: relative;
  }
  .calendar-container .day-card div:nth-child(1) {
    font-size: 2.4vw;
  }
  .calendar-container .day-card {
    height: 100%;
    gap: 1.1vw;
  }

  .calendar-container .day-card div:nth-child(3) :first-child {
    font-size: 2.35vw;
  }
  .calendar-container .day-card div:nth-child(3) :last-child {
    font-size: 2.35vw;
  }
  .quick-filters {
    flex-direction: column;
  }
  .quick-filters h2 {
    font-size: 3.71vw;
    color: #0c0e13;
    font-weight: 500;
    margin-bottom: 3vw;
    margin-top: 3vw;
    justify-content: space-between;
    width: 80%;
  }
  .quick-filters-cont {
    padding: 0 3vw;
    border-radius: 3.5vw;
    border: 0.1vw rgba(192, 192, 192, 0.3) solid;
    min-height: 15.42vw;
    width: 100%;
    justify-content: space-between;
  }
  .quick-filters-cont .quick-filter-card:not(:last-child)::before {
    content: "";
    width: 0.1vw;
    height: 85%;
    position: absolute;
    left: 0;
    background-color: rgba(192, 192, 192, 0.3);
  }
  .quick-filters-cont .quick-filter-card div:nth-child(1) {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 500;
    color: #0c0e13;
    white-space: nowrap;
  }
  .quick-filters-cont .quick-filter-card {
    width: 30vw;
    height: 9vw;
    margin: 0 !important;
    padding: 0 2vw !important;
    position: relative;
    gap: 1.15vw;
  }
  .quick-filters-cont .quick-filter-card div:nth-child(2) {
    opacity: 0.6;
    font-size: 1.7vw;
  }
  .quick-filters-cont .quick-filter-card::after {
    content: "";
    width: 86%;
    height: 0.12vw;
    background-color: var(--blue2);
    position: absolute;
    bottom: -3.9vw;
    border-radius: 0.1vw;
    opacity: 0;
    transition: all 0.25s;
  }
  .quick-filter-card span {
    font-size: 1.7vw !important;
  }
  .tickets-container {
    margin-top: 3vw !important;
    width: 100%;
    min-height: 20vw;
    position: relative;
    justify-content: start !important;
    gap: 6vw;
  }
  .ticket-template {
    width: 100%;
    height: 54vw;
    border-radius: 2.5vw;
    box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
  .ticket-template-right-side {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ticket-template-left-side::before {
    content: "";
    width: 0;
    height: 0;
  }
  .ticket-template.two-way {
    height: 99vw;
  }
  .ticket-template.two-way .ticket-template-right-side {
    gap: 5.2vw;
  }
  .ticket-template > span.flight-type-label {
    position: absolute;
    top: 1.95vw;
    right: 2.9vw;
    padding: 1.22vw 1.85vw;
    border-radius: 2vw;
    font-size: 2.7vw;
    font-weight: 300;
    color: #0c0e13;
    background-color: rgba(192, 192, 192, 0.35);
  }
  .ticket-template-right-side div.sub-divider:nth-child(3) {
    justify-content: space-between;
    padding-top: 3vw;
    padding-bottom: 3vw;
    flex-direction: row;
    position: absolute;
    top: -23vw;
    left: 17vw;
  }
  .ticket-template-right-side .origin-destination svg {
    width: 95%;
    transform: translateY(-3vw) rotateY(-180deg);
  }
  .ticket-template-right-side .origin-destination div.flight-duration i {
    margin-left: 1.2vw;
    transform: scale(1.6);
  }
  .ticket-template-right-side .origin-destination div.flight-duration {
    font-weight: 500;
    font-size: 2.4vw;
    bottom: 25%;
    opacity: 0.5;
  }
  .ticket-template.two-way
    .ticket-template-right-side
    .origin-destination
    div.flight-duration {
    bottom: 16%;
  }
  .ticket-template-right-side div.sub-divider:nth-child(1) figure {
    width: 7vw;
    margin-top: 6vw;
    margin-right: 2vw;
  }
  .ticket-template-right-side div.sub-divider:nth-child(1) figure figcaption {
    width: 5vw;
    font-size: 2.55vw;
  }
  .ticket-template-right-side div.sub-divider:nth-child(3) span {
    font-size: 2.37vw !important;
    white-space: nowrap;
    padding: 1.55vw 1.75vw;
    border-radius: 2vw;
  }
  .ticket-template-right-side div.sub-divider:nth-child(3) span i {
    font-size: 2.29vw;
  }
  .ticket-template-right-side div.sub-divider:nth-child(2) {
    width: 80%;
    margin-right: 2vw;
    margin-top: 8vw;
  }
  .ticket-template-left-side h2.ticket-price {
    font-size: 3.95vw;
    gap: 0.9vw;
  }
  .ticket-template-left-side h2.ticket-price svg {
    width: 4.75vw;
  }
  .ticket-template-left-side {
    width: 90%;
    height: 30vw;
    gap: 2vw;
    flex-direction: row;
    justify-content: start;
  }
  .ticket-template-left-side .remain-msg {
    font-size: 2.29vw;
    position: absolute;
    bottom: 2vw;
  }
  .ticket-template-left-side .view-ticket-details.btn {
    padding: 1.6vw;
    width: 80%;
    font-size: 2.85vw;
    border-radius: 2vw;
  }
  .ticket-template.two-way
    .ticket-template-right-side
    div.sub-divider:nth-child(1)
    > span {
    padding-bottom: 1.5vw;
    width: 12.15vw;
    height: 5.6vw;
    position: absolute;
    right: -3.2vw !important;
    font-size: 2.9vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .flight-full-details-layer {
    justify-content: start;
    padding-top: 20vw;
  }
  .flight-full-details {
    width: 92vw;
    height: 65vh;
    border-radius: 3vw;
    box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
    padding: 0 2vw;
  }
  .flight-full-details h2.window-title {
    gap: 1.25vw;
    font-size: 3.85vw;
    right: 3.96vw;
    top: 5.99vw;
  }
  .flight-full-details h2.window-title i {
    font-size: 3.82vw;
  }
  .flight-full-details .flight-full-details-closer.btn {
    font-size: 4.95vw;
    left: 3vw;
    top: 5vw;
  }
  .flight-full-details-main-division > div {
    padding: 4vw 2vw;
    min-height: 84vw;
    border-radius: 3vw;
    margin-bottom: 3.75vw;
    justify-content: start !important;
  }
  .flight-full-details-main-division > div h4.box-title i {
    font-size: 3.3vw;
  }
  .flight-full-details-main-division > div h4.box-title {
    width: 100%;
    gap: 1.5vw;
    font-size: 3.49vw;
    color: #0c0e13;
    font-weight: 600;
    justify-content: start !important;
    margin-bottom: 4vw !important;
  }
  .flight-full-details-main-division .f-details > div:nth-child(1) {
    width: 40%;
  }
  .flight-full-details-main-division .f-details {
    height: 68vw;
    position: relative;
  }
  .flight-full-details-main-division .f-details > div:nth-child(1) h3 {
    font-size: 3.18vw;
    gap: 1.4vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(1) h6 {
    font-size: 3.18vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(2) h3 i {
    font-size: 5.25vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(2) h3 {
    font-size: 2.9vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(2) > div {
    width: 0.45vw;
    height: 70%;
    background-color: rgba(13, 170, 255, 0.25);
    border-radius: 0.1vw;
    position: relative;
  }
  .flight-full-details-main-division
    .f-details
    > div:nth-child(2)
    > div::after {
    content: "";
    width: 1.85vw;
    height: 1.85vw;
    border-radius: 50%;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) h3 {
    font-size: 3.19vw;
    text-align: right;
    gap: 1.4vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) ul li img {
    width: 5.6vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) ul {
    gap: 2vw;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) ul li {
    gap: 0.95vw;
    font-size: 3.18vw;
    font-weight: normal;
    white-space: nowrap;
    justify-content: start !important;
  }
  .flight-full-details-main-division .f-details > div:nth-child(3) ul li i {
    width: 4.3vw;
    text-align: center;
    font-size: 4.2vw;
  }
  .flight-full-details-main-division .price-details .table {
    padding: 1.6vw;
    min-height: 35vw;
    border-radius: 2.45vw;
    gap: 1.5vw;
  }
  .flight-full-details-main-division .price-details .table > h5 {
    font-size: 3.25vw;
    font-weight: 600;
    margin-bottom: 1.5vw !important;
  }
  .flight-full-details-main-division .price-details .table > div {
    padding: 0.1vw;
    font-size: 2.85vw;
  }
  .rules p {
    font-size: 2.98vw;
    line-height: 5.9vw;
  }
  .flight-full-details-buy {
    height: 16vw;
    box-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.2);
  }
  .flight-full-details .total-price {
    width: 60%;
    align-items: start !important;
    gap: 1.3vw;
  }
  .flight-full-details .total-price span {
    font-size: 4.28vw !important;
  }
  .flight-full-details .total-price h3 {
    margin: 0;
    font-size: 4.4vw;
  }
  .flight-full-details .total-price h3 svg {
    width: 4.4vw;
    fill: #06805b;
  }
  .flight-full-details-buy .btn {
    padding: 2vw 0.5vw;
    width: 30vw;
    border-radius: 2.5vw;
    font-size: 3.91vw;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(2):checked
    ~ div
    label:nth-child(2)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(3):checked
    ~ div
    label:nth-child(3)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(4):checked
    ~ div
    label:nth-child(4)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(5):checked
    ~ div
    label:nth-child(5)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(6):checked
    ~ div
    label:nth-child(6)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(7):checked
    ~ div
    label:nth-child(7)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(8):checked
    ~ div
    label:nth-child(8)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(9):checked
    ~ div
    label:nth-child(9)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(10):checked
    ~ div
    label:nth-child(10)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(11):checked
    ~ div
    label:nth-child(11)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(12):checked
    ~ div
    label:nth-child(12)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(13):checked
    ~ div
    label:nth-child(13)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(14):checked
    ~ div
    label:nth-child(14)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  div.filter-section
    .filter-radio-btns
    input:nth-child(15):checked
    ~ div
    label:nth-child(15)
    i
    span {
    left: calc(100% - 4.4vw) !important;
  }
  .calendar-container .day-card div {
    color: #4d4d4d;
    font-weight: 300;
    font-size: 2.4vw;
  }

  div.filter-section .flight-radio-btns {
    width: 52%;
    align-items: center !important;
    border: 0.1vw solid silver;
    border-radius: 2.8vw;
    position: relative;
    gap: 1.3vw;
    padding-top: 1.9vw;
    height: 14vw;
  }

  div.filter-section .flight-radio-btns > div {
    width: 100%;
    align-items: start !important;
    position: relative;
    gap: 1.15vw;
  }

  div.filter-section .flight-radio-btns input {
    display: none;
  }

  div.filter-section .flight-radio-btns label {
    font-size: 3.2vw;
    cursor: pointer;
    gap: 0.25vw;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
    height: 10.9vw;
    border-radius: 2.5vw;
    width: 21.3vw;
  }

  div.filter-section .flight-radio-btns label * {
    pointer-events: none;
  }

  div.filter-section
    .flight-radio-btns
    input:nth-child(1):checked
    ~ div
    label:nth-child(1) {
    color: var(--light-font);
    background: var(--blue2);
    transition: all 0.4s ease-in-out;
  }
  div.filter-section
    .flight-radio-btns
    input:nth-child(2):checked
    ~ div
    label:nth-child(2) {
    background: var(--blue2);
    color: var(--light-font);
    transition: all 0.4s ease-in-out;
  }
  .checkbox-container {
    width: 100%;
    justify-content: start;
    align-items: start;
    gap: 2vw;
  }
  .checkbox-container input[type="checkbox"] {
    width: 5.5vw;
    height: 5.5vw;
    border-radius: 50%;
    accent-color: var(--blue2) !important;
    color: white;
  }
  .checkbox-container label {
    font-size: 3vw;
  }
  aside.flight-search-results-sidebar div.filter-section::before {
    content: "";
    width: 100%;
    height: 0.3vw !important;
    background: linear-gradient(
      to right,
      transparent,
      rgba(192, 192, 192, 0.5),
      transparent
    );
    position: absolute;
    bottom: -1vw;
    right: 0;
  }
  .filter-section {
    padding: 5vw 0 !important;
  }
  .quick-filters-cont .quick-filter-card::after {
    content: "";
    width: 86%;
    height: 0.42vw !important;
    background-color: var(--blue2);
    position: absolute;
    bottom: -3vw;
    border-radius: 0.1vw;
    opacity: 0;
    transition: all 0.25s;
  }
  div.filter-section.price-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 2.5vw;
    height: 2.5vw;
    background-color: var(--blue2);
    border-radius: 100%;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s;
  }
  div.filter-section.price-range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 2.5vw;
    height: 2.5vw;
    background-color: var(--blue2);
    border-radius: 100%;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s;
  }
}
