:root {
  --color-site-2: #FF5722;

}

/*! CSS Used from: http://127.0.0.1:8000/assets/css/aerien-v3.css */
.vol-v3 .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.vol-v3 .text-gray-1 {
  color: #636C7D;
}

.vol-v3 .font-weight-400 {
  font-weight: 400;
}

.vol-v3 .font-weight-500 {
  font-weight: 500;
}

.vol-v3 .font-size-12 {
  font-size: 12px;
}

.vol-v3 .font-size-16 {
  font-size: 16px;
}

.vol-v3 .radius-10 {
  border-radius: 10px;
}

.vol-v3 .position-relative {
  position: relative;
}

.vol-v3 .dropbtn {
  display: block;
  cursor: pointer;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.vol-v3 .contact-form-action .input-marker::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none !important;
}

.qtyInc,
.qtyDec {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: var(--color-site-2);
}

.dropdown-menu.guest-selector-dropdown {
  min-width: 100%;
}

@media only screen and (max-width: 991px) {
  .d-flex {
    flex-wrap: wrap;
  }
}

.vol-v3 .section-tab-v3 ul.nav.nav-tabs {
  position: relative;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #C7DBEB;
 overflow: auto;
}

@media (min-width: 991px) {
  .vol-v3 .section-tab-v3 {
    display: inline-flex;
  }
}

.vol-v3 .section-tab-v3 .nav-tabs>li>a {
  font-size: 16px;
  color: #636C7D;
  font-weight: 500;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;

}

.vol-v3 .section-tab-v3 .nav-tabs > li.active > a{
  color: #fff;
  background-color: var(--color-site-2);
}
.vol-v3 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: transparent !important;
padding:auto 0
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: transparent !important;
}
.vol-v3 .form-vol-v3 .label-text {
  color: #000000;
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  top: 5px;
  left: 5px;
  gap: 5px;
  z-index: 99;
}

.form-vol-v3 .filter-form-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr) min-content;
  gap: 10px;
}

.form-vol-v3 .filter-form-grid-2 {
  display: grid;
  grid-template-columns: auto auto auto min-content;
  gap: 10px;
}

.form-vol-v3 .main-form-grid {
  display: grid;
  grid-template-columns: 1fr 350px 350px auto;
  gap: 10px;
}

.form-vol-v3 .btn-search-vol {
  border-radius: 50%;
  background-color: var(--color-site-1);
  height: 65px;
  width: 65px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-white);
}

.form-vol-v3 .form-control,
.form-vol-v3 #Class-a {
  font-size: 14px;
  color: #636C7D;
  font-weight: 400;
  height: 65px;
  padding: 25px 0 0 10px !important;
  background: var(--color-white) !important;
  border-radius: 4px;
}

@media (max-width: 991px) {

  .form-vol-v3 .filter-form-grid,
  .form-vol-v3 .filter-form-grid-2,
  .form-vol-v3 .main-form-grid {
    grid-template-columns: 1fr;
  }

  .form-vol-v3 .btn-search-vol {
    width: 100%;
    border-radius: 4px;
  }
}

.vol-v3 .list-select-PV3 .fa-plus-square,
.vol-v3 .list-select-PV3 .fa-minus-square {
  color: var(--color-site-2);
  font-size: 25px;
}

.vol-v3 .list-select-PV3 .qtyBtn input {
  width: 70px;
  height: auto;
  border: none;
  font-size: 20px !important;
  text-align: center;
  padding: 0 !important;
  color: var(--color-site-2);
  font-weight: 500;
}

.list-select-PV3 .qtyDec {
  font-size: 16px;
  color: var(--color-site-2);
}

.vol-v3 .form-vol-v3 .guest-selector-dropdown.dropmenu-v3-vol {
  border: none;
  border-radius: 4px;
  min-width: 350px;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .vol-v3 .form-vol-v3 .guest-selector-dropdown.dropmenu-v3-vol {
    min-width: 100%;
  }
}

.form-vol-v3 .btn.btn-link.addLigne {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  padding: 15px 0;
}
.form-vol-v3 .btn.btn-link.addLigne svg {
	filter: brightness(0) invert(0);
}
.form-vol-v3 .btn.btn-link.addLigne:hover {
  text-decoration: none;
}

.vol-v3 .list-select-PV3 .label-passagers {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}


.vol-v3 .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
  pointer-events: none;
}

.vol-v3 .select-arrow select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vol-v3 .select-arrow::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.hidden {
  display: none;
}

/*! CSS Used keyframes */
@keyframes bounce-arrow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.fa.fa-trash.font-size-16.font-weight-600{
  color:red !important
}

.section-tab.section-tab-v3.mb-3 li.nav-link{
  padding:10px 0;
}