.mobileFlightSections {
  display: flex;
}
.mobileFlightSection {
  flex-basis: 25%;
  text-align: center;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #f4f4f4;
}
.mobileFlightSection img {
  width: 30%;
  opacity: 0.3;
}
.mobileFlightSectionActive {
  flex-basis: 25%;
  text-align: center;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.mobileFlightSectionActive img {
  opacity: 1;
}
::selection {
  color: #fff;
  background: #9d48e0 !important;
}
.form-control {
  border-color: rgba(0, 0, 0, 0.2);
}
#buttonrow {
  margin-top: 10px;
}
#paymentbox {
  padding: 30px 0px;
}
#agbbox {
  padding: 30px 0px;
}
.header-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1151;
  margin-left: -9px;
  margin-top: -1rem;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  visibility: hidden;
  opacity: 1;
  transform: translateY(-1rem);
}
.header-dropdown {
  position: relative;
  line-height: 1.5;
  padding: 5px 0;
}
.header-dropdown > a {
  padding: 0 5px;
  color: #fff;
}
.header-dropdown > a:after {
  content: "\f078";
  font-family: "fontawesome";
  font-weight: 400;
  margin-left: 0.5rem;
}
.header-dropdown img {
  display: inline-block;
  max-width: none;
  margin: -2px 6px 0 1px;
}
.header-dropdown ul {
  position: absolute;
  list-style-type: none;
  top: 60px;
  z-index: 1150;
  min-width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-out;
  opacity: 0;
  visibility: visible;
  transform: translateY(-1rem);
}
.header-dropdown ul a {
  display: block;
  padding: 0.5em 1.5em;
  color: #777;
  white-space: nowrap;
}
.header-dropdown ul a:hover {
  background: #f4f4f4;
}
.header-dropdown + .header-dropdown {
  margin-left: 1.4rem;
}
.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.text-right {
  text-align: right;
}
#header .header-body {
  display: flex;
  flex-direction: column;
  background: rgb(249, 249, 249);
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 1) 10%,
    rgba(249, 249, 249, 1) 92%,
    rgba(222, 222, 222, 1) 100%
  );
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}
.header-column-1x {
  flex-grow: 1;
}
.header-column-2x {
  flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  .header-column-1x {
    flex-grow: 1 !important;
  }
  .header-column-2x {
    flex-grow: 2 !important;
  }
  .top-logo {
    max-width: 200px !important;
  }
}
.nodisplay {
  display: none;
}
.airportname span {
  font-size: 22px;
  color: #61686f;
}
.iconimagemedium {
  margin: -10px 18px 0px 8px;
}
input {
  height: 34px;
  width: 100%;
  padding-left: 7px;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.nav-menu-social li a img {
  max-height: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.modal-header {
  background: #e6eaef;
  border-radius: 0.3rem;
}
h4.modal-header-title {
  margin: 0px;
}
.iconimage {
  display: inline-block;
  height: 28px;
  margin-top: -5px;
  margin-right: 5px;
}
.iconimagebig {
  display: inline-block;
  height: 48px;
  margin: -10px 10px 0px 0px;
}
.iconimagemedium {
  display: inline-block;
  height: 32px;
  margin: -10px 10px 0px 0px;
}
.iconimagesmall {
  display: inline-block;
  height: 20px;
  width: auto;
  margin-top: -5px;
}
h2.airportname {
  color: #0355a0;
  margin-bottom: 0px;
}
.nodisplay {
  display: none !important;
}
.shopmenu {
  background: #9d48e0;
  padding: 10px 0px;
}
.backdrop {
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.passengerlist {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #4c4c4c;
}
table.table thead tr th {
  text-align: left;
  line-height: 1rem;
  color: #ffffff;
}
table.table thead tr th span {
  font-size: 0.9rem;
  line-height: 0.8rem;
  color: #5c5c5c;
}
.table tr th,
.table tr td {
  border-color: #ececec;
  border-top-color: rgb(234, 239, 245);
  padding: 8px 10px;
  vertical-align: middle;
  color: #3c3c3c;
}
table.table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #ececec;
}
.table-striped tbody tr:nth-of-type(2n + 1) td {
  font-weight: bold;
}
.text-center {
  text-align: center !important;
}
#overlayer {
  position: absolute;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}
.noscroll {
  overflow: hidden;
}
.btn-tab {
  color: #3c3c3c;
  text-align: center;
  width: 100%;
  background: #e3ecf7;
}
.divbtn {
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #fff;
}
.divbtn:first-child {
  border-left: none;
}
.btn-tab.active {
  background: #dbe9fd;
  color: #0355a0;
  font-weight: bold;
}
.btn-tab.inactive {
  background: #f8b758;
  color: rgba(255, 255, 255, 0.7);
}
.btn-tab img {
  opacity: 0.4;
}
.btn-tab.active img {
  opacity: 1;
}
.nav-tabs {
  display: flex;
}
.nav-tabs .nav-link {
  background: rgba(84, 59, 43, 0.8);
  color: #fff;
  border: none;
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
}
.nav-item {
  flex-grow: 1;
  flex-basis: 33.33333%;
  flex-shrink: 1;
}
/*
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgba(84, 59, 43, 0.4);
  background-color: #fff;
  border: none;
  border-radius: 0;
}
*/
.property_block_wrap {
  display: block;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background: #fff;
}
.table-striped tbody tr:nth-of-type(2n + 1) td {
  border-top: none;
  border-bottom: none;
}
.table-striped tbody tr:nth-of-type(2n + 1) td {
  background: #fff;
  border-top: none;
  border-bottom: none;
}
.table-striped tbody tr:nth-of-type(2n + 1) td:first-child {
  background: #fff;
  border-radius: 10px 0px 0px 10px;
}
.table-striped tbody tr:last-child td:last-child {
  background: #fff;
  border-radius: 0px 10px 10px 0px;
}
.airporttimes {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 0px;
  background: #fff;
  border-radius: 0.5rem;
}
#main-wrapper {
  background: #dbe9fd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(0deg, #f1f5fa, #dbe9fd 80%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(0deg, #f1f5fa, #dbe9fd 80%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.table.table-striped thead tr th {
  border-bottom: none;
}
span.select2-selection.select2-selection--single {
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #e7eaf1;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #851ecc;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  padding: 0px 0px 0px 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.loadernew {
  position: relative;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #0355a0;
}
.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #0355a0;
}
.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #0355a0;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.smallfont {
  font-size: 0.8rem;
}
.currency {
  text-align: right;
  font-weight: bold;
}
.productsectionicon:hover {
  cursor: pointer;
}
.productsectionicon {
  font-size: 1.2rem;
  top: 3px;
  position: relative;
  margin-right: 5px;
  color: #2e3b87;
}
.textorange {
  color: #f69b00 !important;
}
.totalrow {
  font-size: 1.1rem;
}
.trashicon {
  position: relative;
  top: 3px;
  font-size: 1.3rem;
}
.trashicon:hover {
  cursor: pointer;
  color: #f69b00 !important;
}
.basketempty {
  opacity: 0.3;
}
.form-control {
  height: 40px;
  border-radius: 7px;
}
.tabs_system.nav-pills .nav-link.active {
  background: #0d8bcc;
  color: #ffffff;
}
.resp_log_caption .form-group .form-control {
  background: rgba(13, 139, 204, 0.1);
  border: 1px solid rgba(13, 139, 204, 0.2);
  color: #0355a0;
}
.resp_log_caption .form-group .form-control:focus {
  background: #ffffff;
  color: #0355a0;
  border: 1px solid rgba(13, 139, 204, 0.2);
}
.resp_log_caption .mod-close {
  background: rgba(13, 139, 204, 0.1);
  border-radius: 50%;
  color: #0355a0 !important;
}
div.prt_price h2 span {
  color: #758688;
}
.btn-tab.inactive:hover {
  background: #dbe9fd;
  color: #0355a0;
  font-weight: bold;
}

hr.divider {
  width: 100%;
  border-top: 3px dotted #efefef !important;
}
div.agb p {
  padding: 0px;
  margin: 0px 0px 10px 0px !important;
  font-size: 13px;
  color: rgba(110, 124, 144, 0.7) !important;
}
div.agb h1,
h2,
h3 {
  letter-spacing: normal !important;
}
div.agb h4 {
  margin: 20px 0px 5px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal !important;
}
div.agb ul {
  list-style-type: none;
}
div.agb ol {
  list-style-type: none;
}
div.agb ol li {
  margin: 0px;
  padding: 0px;
}
div.agb ol li h4 {
  text-transform: uppercase;
  margin: 20px 0px 5px 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
}
div.agb ol li p {
  margin: 0px 0px 5px 0px !important;
  font-size: 13px;
  color: rgba(110, 124, 144, 0.7) !important;
}
div.agb ol li::marker {
  font-size: 15px;
  text-transform: uppercase;
}
.footer_widget ul li {
  margin-top: 5px !important;
}
.badge-carrier {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: #0355a0;
  padding: 7px 11px;
  border-radius: 50px;
  height: 29px !important;
}
.badge-carrier a {
  color: #ffffff !important;
}
@media (min-width: 800px) {
  label {
    margin-top: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .seatmap {
    background: url("../img/aircraftsm.svg") no-repeat top center;
    background-size: auto;
    background-position-y: -180px;
    padding-top: 140px;
  }
  .iconpassenger {
    background: url("/assets/icons/icon_pnr_passenger_20.svg") #ffffff 0px 0px
      no-repeat !important;
    background-size: 40px;
  }
  .iconpassenger:focus {
    background: url("/assets/icons/icon_pnr_passenger.svg") #ffffff 0px 0px
      no-repeat !important;
    background-size: 40px;
  }
  .iconpnr {
    background: url("/assets/icons/icon_pnr_plane_20.svg") #ffffff 0px 0px
      no-repeat !important;
    background-size: 40px;
  }
  .iconpnr:focus {
    background: url("/assets/icons/icon_pnr_plane.svg") #ffffff 0px 0px
      no-repeat !important;
    background-size: 40px;
  }
  #main-wrapper {
    background: #ebedef !important;
  }
  .nav-brand img {
    max-width: 75px !important;
    height: auto;
  }
  .award-wrapper-mobil {
    background: #fff;
    border-radius: 7px;
    padding: 20px;
  }
  .nomargin {
    margin: 0px !important;
  }
  .home-slider {
    background: url("/assets/img/mslidebg.png") bottom center;
    background-size: cover;
  }
  .home-slider .item::before {
    background: none;
  }
  .top_overlio .full_search_box.hero_search-radius.modern {
    margin-top: -120px;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.3);
    margin-bottom: 20px;
  }
  .full_search_box.hero_search-radius.modern {
    padding: 0;
    background: #fff;
    border-radius: 20px;
  }
  .nobackground {
    background: none !important;
  }
  .iconpnr {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px dotted #d9dbdc !important;
    padding: 20px 0px 20px 50px !important;
    box-shadow: none !important;
  }
  .iconpnr:focus {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #214995 !important;
    padding: 20px 0px 20px 50px !important;
    box-shadow: none !important;
  }
  .iconpassenger {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px dotted #d9dbdc !important;
    padding: 20px 0px 20px 50px !important;
    box-shadow: none !important;
  }
  .iconpassenger:focus {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #214995 !important;
    padding: 20px 0px 20px 50px !important;
    box-shadow: none !important;
  }
  .btn {
    padding: 8px 12px !important;
  }
  .btn-sm {
    padding: 5px 7px !important;
  }
  .search-btn {
    border-radius: 14px !important;
  }
  .btn-success {
    border-radius: 14px !important;
  }
  .btn-secondary {
    border-radius: 14px !important;
  }
  .btn-primary {
    border-radius: 14px !important;
  }
  .btn-danger {
    border-radius: 14px !important;
  }
  .btn-warning {
    border-radius: 14px !important;
  }
  .btn-rounded {
    border-radius: 15px !important;
    border-width: 2px !important;
    color: #b9b9b9 !important;
    background: #ffffff !important;
    border-color: #d9d9d9 !important;
  }
  .activert {
    border-radius: 15px !important;
    border-width: 2px !important;
    color: #fff !important;
    background: #9d48e0 !important;
    border-color: #fff !important;
  }
  h4 {
    line-height: 24px;
    font-size: 18px;
  }
  .divbtn .active {
    background: #ebedef !important;
  }
  .divbtn .btn {
    padding: 12px 4px !important;
    font-size: 8px;
  }
  .property_block_wrap {
    display: block;
  }
  h2 {
    line-height: 24px;
    font-size: 18px;
  }
  .iconimagebig {
    display: inline-block;
    height: 24px;
    margin: -5px 5px 0px 5px;
  }
  .airportname span {
    font-size: 16px;
    color: #61686f;
  }
  .iconimagemedium {
    display: block;
    height: 20px;
    margin: 0px auto;
  }
  .iconimage {
    display: block;
    height: 20px;
    margin: 0px auto;
  }
  .airporttimes div span {
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: block;
  }
  .table tr th,
  .table tr td {
    font-size: 11px;
    padding: 6px 8px;
  }
  #seatmapmodal {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1499;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs {
    background: #214995;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  .nav-tabs .nav-link,
  .nav-tabs .nav-link {
    color: #77a8c3;
    background-color: #6fbbe6;
    border: none;
    border-radius: 0;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #ffff;
    background-color: #214995;
    border: none;
    border-radius: 0;
  }
  .closeseatmapmodalbutton {
    width: 100%;
    display: block;
    height: 62px;
    left: 0px;
    padding: 0px 48px 18px 48px;
    margin-top: 10px;
  }
  .checkbox-custom:checked + .checkbox-custom-label:before {
    background: rgba(5, 175, 120, 0.1);
    border-radius: 2px;
    border: 2px solid #ffffff;
  }
  .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\f00c";
    font-family: "fontawesome";
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 16px;
    color: #05af78;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal !important;
  }
  .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    padding: 2px;
    margin: 0px 10px 10px 0px;
    text-align: center;
  }
  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 4px;
    left: 2px;
  }
  .badge-lang {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #bec5ca;
    padding: 7px 15px 8px 7px;
    border-radius: 50px;
    height: 29px;
  }
  .badge-basket {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #bec5ca;
    padding: 7px 11px;
    border-radius: 50px;
    height: 29px !important;
  }
  .badge-basket a {
    color: #ffffff !important;
  }
  .badge-carrier {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #0355a0;
    padding: 7px 11px;
    border-radius: 50px;
    height: 29px !important;
  }
  .badge-carrier a {
    color: #ffffff !important;
  }
  .nav-lang {
    position: absolute;
    z-index: 999 !important;
    top: 0px;
    left: 0px;
    width: 100px;
    padding: 0px 8px !important;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dedede;
    border-radius: 11px;
  }
  .nav-lang li {
    padding-left: 0px !important;
    margin: 7px 0px;
    display: block !important;
  }
  ._awards_list_wrap ._awards_list_caption span {
    font-size: 18px;
    line-height: 1.2;
  }
}
div.awardTablet {
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  height: 250px;
}
ul.awardTablet {
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.awardTablet li {
  text-align: center;
  width: 24%;
  display: inline-block;
  padding: 15px;
  border-right: 2px dotted #999;
}
ul.awardTablet li h5 {
  height: 70px;
  margin-bottom: 0px;
}
ul.awardTablet li:first-child {
  padding-left: 0px;
}
ul.awardTablet li:last-child {
  border-right: none;
  padding-right: 0px;
}
img.awardTabletThumb {
  width: 90%;
  max-width: 90%;
}
.iconpnr {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px dotted #d9dbdc !important;
  padding: 20px 0px 20px 50px !important;
  box-shadow: none !important;
}
.iconpnr:focus {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #214995 !important;
  padding: 20px 0px 20px 50px !important;
  box-shadow: none !important;
}
.iconpassenger {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px dotted #d9dbdc !important;
  padding: 20px 0px 20px 50px !important;
  box-shadow: none !important;
}
.iconpassenger:focus {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #214995 !important;
  padding: 20px 0px 20px 50px !important;
  box-shadow: none !important;
}
.inputicon {
  padding-left: 48px;
  padding-top: 7px;
}
.iconpassenger {
  background: url("/assets/icons/icon_pnr_passenger_20.svg") #ffffff 7px 3px
    no-repeat;
  background-size: 30px;
}
.iconpassenger:focus {
  background: url("/assets/icons/icon_pnr_passenger.svg") #ffffff 7px 3px
    no-repeat;
  background-size: 30px;
}
.iconpnr {
  background: url("/assets/icons/icon_pnr_plane_20.svg") #ffffff 7px 3px
    no-repeat;
  background-size: 30px;
}
.iconpnr:focus {
  background: url("/assets/icons/icon_pnr_plane.svg") #ffffff 7px 3px no-repeat;
  background-size: 30px;
}
@media (max-width: 1024px) {
  .container {
    max-width: 980px;
  }
}
#mySeatTab {
  width: 96%;
  top: 0px;
  height: 132px;
  overflow: hidden;
  left: 2%;
  position: fixed;
  z-index: 1399 !important;
  background: #851ecc;
  color: #fff;
  text-align: center;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.contentinnerdiv {
  padding: 30px;
  background: #ffffff;
}
.fullcontainersections {
  margin-top: 20px;
}
.tabs {
  border-radius: 10px;
  margin-bottom: -2px;
}
.basketinner {
  padding: 20px 10px;
  background: #ededed;
}
div.flightdata {
  font-size: 15px;
}
.flightdata label {
  border-top: 2px dotted #bcbcbc;
  font-size: 10px;
  padding: 0px;
  display: block;
  margin-top: 2px;
}
.airportnamedep {
  margin-bottom: 0px !important;
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #9ea19b !important;
}
.airportnamearr {
  font-size: 28px;
  display: block;
  margin-bottom: 0px !important;
  font-weight: bold;
  color: #9ea19b !important;
}
.showsection img {
  opacity: 0.2;
}
.showsection {
  color: #d7aeff !important;
}
.active img {
  opacity: 0.8 !important;
}
.active {
  color: #9d48e0 !important;
}
label.extrabag {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

label.extrabag .badge-lg {
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 110%;
}
label.extrabag img {
  opacity: 0.25;
}
label.extrabag:hover img {
  opacity: 1;
}
label.etxrabag:hover {
  cursor: pointer;
}
ul.baggageselect {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.baggageselect li {
  display: inline-block;
  text-align: center;
  border-right: 2px dotted #fff;
}
.baggageselect li:last-child {
  border-right: 0px;
}
.tdbaggageselect {
  padding: 0px !important;
  width: 410px;
}
.baggageselect li span {
  font-weight: 400;
}
.extrabagli {
  padding: 14px 0px 10px 0px;
}
.extrabagli:hover {
  background: #f1e8fc;
  cursor: pointer;
  color: #bd71f9;
  font-weight: bold;
}
.extrabag:hover {
  cursor: pointer;
}
.baggageselect li.checkedbag {
  background: #9ea19b;
  cursor: pointer;
  color: white;
}
.baggageselect span.selectedbag {
  background: #f1e8fc;
  cursor: pointer;
  color: white;
}
.baggageselect span.selectedbag img {
  opacity: 1;
}
.baggageselect span.extrabagli:hover span.badge-default {
  background: #bd71f9;
}
.baggageselect span.selectedbag span.badge-default {
  background: #bd71f9;
}
.baggageselect span.selectedbag {
  color: #bd71f9;
  font-weight: bold;
}
.radio-custom-label {
  font-size: 14px;
  font-weight: bold;
  vertical-align: text-bottom;
}
.radio-custom-label:hover {
  cursor: pointer;
}
.basketwrapper {
  background: #f1e8fc;
  border: 0px;
  border-radius: 0px;
  height: 100%;
  padding: 20px;
}
.idshowbasket {
  padding: 20px;
  border-radius: 0px;
}
.pagetitel div {
  color: #ffffff;
}
.pagetitel div:first-child {
  border-right: 1px dotted #ffffff;
}
.pagetitel span {
  font-weight: bold;
  margin-left: 10px;
}
.basketcontent {
  padding: 8px 10px 6px 10px;
  background: #ffffff;
  width: 100%;
}
#showsum {
  margin-left: 0px;
  margin-right: 0px;
}
.basketlist {
  border-bottom: 3px dotted #e8dcf7;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
}
.baskettitle {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.baskettitleleft {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-leftright: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  border-right: 5px dotted #e8dcf7;
}
.totalrow:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-leftright: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.basketprice {
  background: #bd71f9;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.ssrselectround {
  background: #e8dcf7;
  padding: 20px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.smallradio {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 10px;
}
.btn-block {
  width: 100%;
  border: 0px;
  border-radius: 7px;
}
.extrabagli {
  display: block;
  padding: 10px 0px 0px 0px;
  flex-basis: 100%;
  text-align: center;
  border-right: 2px dotted #ffffff;
}
.extrabagli:last-child {
  border-right: none;
}
.cateringdescription {
  height: auto;
  font-weight: bold !important;
  display: block;
  line-height: 1rem;
}
.extraprice {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 1.1rem;
}
#myTabContent {
  padding-top: 0px;
}

.sticky200 {
  position: sticky;
  top: 150px;
}

span.select2-selection.select2-selection--single {
  border: 1px solid #ced4da !important;
  height: 40px !important;
  border-radius: 7px !important;
  padding: 6px 0px 0px 2px !important;
}

ul#mainNav li {
  border-right: 1px dotted #fefefe;
}
ul#mainNav li:last-child {
  border-right: none;
}
#header .header-nav.header-nav-links nav > ul > li {
  border-radius: 0px !important;
}
#header .header-nav.header-nav-links nav > ul > li > a {
  border-top: 4px solid #ffffff !important;
}
#header .header-nav.header-nav-links nav > ul > li > a.active {
  border-top: 4px solid #9d48e0 !important;
  color: #9d48e0 !important;
  border-radius: 0px;
}
.text-left {
  text-align: left !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.borderdotted {
  border-bottom: 1px dotted #999;
}
.borderdotted:last-child {
  border-bottom: none;
}
.passengerseatlist li {
  height: auto !important;
}

.hovergreenXLST {
  color: #9b9797;
}
.hovergreenXLST:hover {
  background: #eec916;
  color: #9b9797;
}
.hovergreenXLST i {
  color: #eec916 !important;
}

.hovergreenXLST:hover i {
  color: #ffffff !important;
}

.hovergreenFRST {
  color: #9b9797;
}
.hovergreenFRST:hover {
  background: #289548;
  color: #ffffff;
}
.hovergreenFRST i {
  color: #289548 !important;
}

.hovergreenFRST:hover i {
  color: #ffffff !important;
}

.hovergreenNRST {
  color: #9b9797;
}
.hovergreenNRST:hover {
  background: #63a875;
  color: #ffffff;
}
.hovergreenNRST i {
  color: #63a875 !important;
}

.hovergreenNRST:hover i {
  color: #ffffff !important;
}

.hovergreenEXST {
  color: #9b9797;
}
.hovergreenEXST:hover {
  background: #d7a020;
  color: #ffffff;
}
.hovergreenEXST i {
  color: #d7a020 !important;
}

.hovergreenEXST:hover i {
  color: #ffffff !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 5px;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #851ecc;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.explBSST {
  font-weight: bold;
}
.seat-price-row {
  font-weight: bold;
}
.tableSeatTypes tr th {
  border-right: 2px dotted #ffffff;
  background: #d1d1d1;
}
.tableSeatTypes tr td {
  border-bottom: 2px dotted #d1d1d1;
}

.nav-checkin img {
  max-width: 20%;
}

.bounce-loader {
  transition: all 0.2s;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  left: calc(50% - 70px);
  position: absolute;
  top: 200px;
  z-index: 10000;
}

.mibheader {
  max-width: 260px;
  width: 260px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  margin-top: 110px;
  margin-left: calc(50% + 180px);
}

.mibtitle-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  transform: skew(0, -3deg);
}

.mibtop-title {
  order: 1;
  text-align: center;
  display: block;
  color: #fff;
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.mibbottom-title {
  order: 3;
  text-align: left;
  display: block;
  color: #067eba;
  font-size: clamp(0.6rem, 4vw, 1rem);
  margin-top: 0.7rem;
  padding-left: 2.5rem;
}

.mibsweet-title {
  order: 2;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1rem, 10vw, 2rem);
  line-height: 0.9em;
  text-align: center;
  text-shadow: 3px 1px 1px #e4e3eb, 2px 2px 1px #ce8b7a, 4px 2px 1px #e4e3eb,
    3px 3px 1px #ce8b7a, 5px 3px 1px #e4e3eb, 4px 4px 1px #ce8b7a,
    6px 4px 1px #e4e3eb, 5px 5px 1px #ce8b7a, 7px 5px 1px #e4e3eb,
    6px 6px 1px #ce8b7a, 8px 6px 1px #e4e3eb, 7px 7px 1px #ce8b7a,
    9px 7px 1px #e4e3eb;

  span {
    display: block;
    position: relative;

    &:before {
      content: attr(data-text);
      position: absolute;
      text-shadow: 2px 2px 1px #0084b7, -1px -1px 1px #054d69,
        -2px 2px 1px #0084b7, 1px -1px 1px #026389;
      z-index: 1;
    }
  }
}

.mibsweet-title2 {
  order: 2;
  color: #ffffff;
  margin: 130px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 10vw, 3.6rem);
  line-height: 0.9em;
  text-align: center;
  text-shadow: 3px 1px 1px #e4e3eb, 2px 2px 1px #ce8b7a, 4px 2px 1px #e4e3eb,
    3px 3px 1px #ce8b7a, 5px 3px 1px #e4e3eb, 4px 4px 1px #ce8b7a,
    6px 4px 1px #e4e3eb, 5px 5px 1px #ce8b7a, 7px 5px 1px #e4e3eb,
    6px 6px 1px #ce8b7a, 8px 6px 1px #e4e3eb, 7px 7px 1px #ce8b7a,
    9px 7px 1px #e4e3eb;

  span {
    display: block;
    position: relative;

    &:before {
      content: attr(data-text);
      position: absolute;
      text-shadow: 2px 2px 1px #0084b7, -1px -1px 1px #054d69,
        -2px 2px 1px #0084b7, 1px -1px 1px #026389;
      z-index: 1;
    }

    &:nth-child(1) {
      padding-right: 2.25rem;
    }

    &:nth-child(2) {
      padding-left: 2.25rem;
    }
  }
}

#checkinClaimer {
  border-radius: 10px;
  background: #ececec;
  padding: 10px 20px;
}
.roundedInfo {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
ul.flightDetails li {
  font-size: 15px;
  color: #666;
}
ul.flightDetails li span {
  margin-right: 10px;
  display: inline-block;
}
.checkinFlightId {
  display: flex;
  align-items: center;
  align-content: center;
}

.btn-success {
  background: #2e3b87;
  color: #ffffff;
  border: none !important;
  border-radius: 5px;
}
.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -3px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
}
.page-header {
  background: rgba(112, 112, 120, 1) !important;
}
.page-header {
  color: #f2f2f2 !important;
}
.page-header h3 {
  font-size: 22px;
}
.page-header a,
.page-header h3,
.activeHeader {
  color: #f2f2f2 !important;
  margin-bottom: 0px !important;
}
.page-header-classic {
  padding: 10px !important;
}
.badge-default {
  background-color: #d1cfd0;
}
.contentinnerdiv {
  min-height: 960px;
}
.tdsportbaggageselect:hover {
  cursor: pointer;
}
ul.sportbaggage {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.sportbaggage li {
  background: #f2f2f2;
  border-bottom: 5px dotted #fff;
  margin: 0px;
}
ul.sportbaggage li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.sportbaggageprice {
  color: #000000;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding-top: 25px;
}
.sportbaggageprice:hover {
  background: #9d48e0;
  color: #fff;
}
.activesportbagprice {
  background: #9d48e0 !important;
  color: #ffffff !important;
}
.sportbagicon img {
  opacity: 0.3;
}
.activesportbagicon img {
  opacity: 1 !important;
}
.menuTop {
  display: flex;
  align-items: center;
}
.menuTop h3 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
.menuTop h5 {
  color: #d7aeff;
  font-weight: 700;
  font-size: 1rem;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.menuTop img {
  width: 64px;
  margin-right: 10px;
}
.meuTop span {
  display: flex;
  align-items: center;
}

.sportbaglist {
  text-align: left;
  white-space: break-spaces;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 15px 0px;
}
.btn {
  font-size: 1rem;
}

ol.agb {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.agb > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.agb > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol.agb > li {
  margin: 0;
}

li ol.agb > li:before {
  content: counters(item, ".") " ";
}

@media (max-width: 1440px) {
  .lang-click::after {
    background-size: 18px auto;
  }
}
.lang-click::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/icons/angle-down.svg") no-repeat center center;
  background-size: auto;
  width: 25.41px;
  height: 16.41px;
}
@media (max-width: 1440px) {
  .lang-click {
    padding-right: 32px;
  }
}
.lang-click {
  padding-right: 42px;
  position: relative;
}

/* Container */

.container {
  max-width: 1670px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container:not(.container-bs):not(.container-xl-custom):not(
    .container-xxl-custom
  ) {
  max-width: 1670px;
}
#header .header-nav-main nav > ul > li > a {
  text-transform: none !important;
  font-weight: 400 !important;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 720px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 5px 40px 5px !important;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 960px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 10px 40px 10px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1240px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 1140px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 10px 40px 10px !important;
  }
}
@media (min-width: 1240px) and (max-width: 1440px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 1240px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 10px 40px 10px !important;
  }
}

@media (min-width: 1440px) and (max-width: 1610px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 1670px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 26px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 17px 40px 17px !important;
  }
}
@media (min-width: 1610px) {
  .container:not(.container-bs):not(.container-xl-custom):not(
      .container-xxl-custom
    ) {
    max-width: 1670px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 26px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 17px 40px 17px !important;
  }
}
.nav {
  flex-wrap: ruby;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border-bottom: 1px solid var(--grey-100);
  color: var(--default);
  font-size: 1em;
  font-weight: 400;
  padding: 6px 18px 6px 18px;
  position: relative;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
}
#header .header-nav-features .header-nav-features-cart .actions .btn {
  font-size: 1rem !important;
}
.custom-border-radius-2 {
  border-radius: 10px;
}
#header .header-nav.header-nav-line nav > ul > li:hover > a::after {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.showsection {
  font-size: 1.4rem;
}
.bounce-loader {
  transition: all 0.2s;
  margin: 0px auto !important;
  text-align: center;
  width: 300px;
  left: 0px !important;
  position: relative !important;
  top: 0px !important;
}
#containerspinner {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {
  .text-footer-swiss h4 {
    color: #bb81f8 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .text-footer-swiss p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .text-footer-swiss p a {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
  }
  .text-footer-swiss a {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
  }
  .text-footer-swiss a i {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
  }

  .header-btn-collapse-nav {
    height: 32px;
    width: 47px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid var(--primary);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0 12px !important;
    background: #ffffff !important;
  }
  #header .header-btn-collapse-nav {
    color: var(--primary) !important;
  }

  #idcontent {
    padding: 10px !important;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs {
    background: #ffffff;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  .iconimagebig {
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    height: 32px;
    margin: 7px 10px 7px 0px;
    border: 1px solid var(--primary);
  }
  .airporttimes label {
    display: none;
  }
  .airporttimes img {
    display: block;
  }

  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link,
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0px !important;
  }
  .page-header-classic {
    padding: 110px 10px 10px 10px !important;
  }
  .page-header {
    margin: 0 0 0px 0;
  }
  .fullcontainersections {
    margin-top: 0px;
  }

  .sportbaglist {
    text-align: left;
    white-space: break-spaces;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding: 15px 0px;
  }

  .sportbaggageprice {
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding-top: 25px;
  }
  .sportbaggage {
    height: 300px;
    overflow: scroll;
  }
  .page-header .col-6 {
    padding-top: 10px;
  }
  .page-header h3 {
    font-size: 18px;
  }
  .menuTop img {
    width: 52px;
    margin-right: 10px;
  }
  .flightdatasm {
    text-align: left;
  }
}

.custom-select-adt {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/adt.svg") no-repeat left 0.5rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-adt {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 30px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-chd {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/chd.svg") no-repeat left 0.5rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-chd {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 30px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-inf {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1rem 0.375rem 0.5rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/inf.svg") no-repeat left 0.2rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-inf {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 26px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0.5s, opacity 1s linear, height 0.5s;
}

.visible {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: height 0.5s, opacity 0.5s linear, visibility 0.5s;
}

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

flightleg td {
  padding: 7px 0px 7px 0px;
}

.flightleg:hover td {
  background: #c5ddef;
  cursor: pointer;
}

.pricemobil {
  text-align: right;
  font-size: 32px;
  font-weight: bold;
}

.price {
  text-align: right;
}
.icon-carrier {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-carrier.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-clock-arr {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-arr.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}

.icon-clock-arr-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-arr-white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-file-pdf {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_file_pdf.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-info.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-overview {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e0e5e7;
  -webkit-mask-image: url("../icons/icon_overview2.svg");
  mask-image: url("../icons/icon_overview2.svg");
  vertical-align: bottom;
}
.icon-wait {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/spinner.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-clock-dep {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-dep.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}

.icon-clock-dep-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-dep-white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}

.icon-baggage {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_baggage.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-baggage-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_baggage_white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-search.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-search-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-search-white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}

.icon-flight-start {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightstart.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-start-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightstart_white.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land-grey {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland-grey.svg") no-repeat center;
  background-size: auto;
}
.icon-card {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_card.svg") no-repeat center;
  background-size: auto;
}
.icon-pnr {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_pnr.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland_white.svg") no-repeat center;
  background-size: auto;
}
.icon-seats {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_seats.svg") no-repeat center;
  background-size: auto;
}
.icon-seats-blue {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_seats_blue.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-roundtrip {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_roundtrip.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-multiple {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_multiple.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-direct {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_direct.svg") no-repeat center;
  background-size: auto;
}
.icon-baby {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/baby.svg") no-repeat center;
  background-size: auto;
}
.icon-baby-x {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/baby-x.svg") no-repeat center;
  background-size: auto;
}
.icon-adress-card {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/address-card.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-via {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_via.svg") no-repeat center;
  background-size: auto;
}
.icon-passenger {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/icon_passenger.svg") no-repeat center;
  background-size: auto;
}
.icon-users-slash {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/users-slash.svg") no-repeat center;
  background-size: auto;
}
.icon-eur {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_eur.svg") no-repeat center;
  background-size: auto;
}
.icon-gbp {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_gbp.svg") no-repeat center;
  background-size: auto;
}
.icon-try {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_try.svg") no-repeat center;
  background-size: auto;
}
.righttext {
  text-align: right;
}
.icon-soft {
  opacity: 0.4;
}

.icon-header {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.icon-small {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .page__content > .content .container,
  .page__content > .content .container-fluid {
    padding: 0px;
    border: none;
  }
  .page-heading .page-heading__container {
    display: block;
    padding: 6px 8px;
    float: left;
    position: relative;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
  }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.selectedrow td {
  background: #c5ddef;
}
.detaillink:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.detaillinkall:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.currency {
  text-align: right;
}
.table.table-hover tbody tr:hover {
  background: #a6b9ce;
  cursor: pointer;
}
.control-sm {
  padding: 5px;
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.badge {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 5px;
  width: 40px;
  text-align: center;
}
.badge::after {
  content: none;
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.switch.switch-sm {
  margin: 2px 0px;
}
#namechangetable .custom-select {
  padding: 4px 30px 4px 4px;
}
#namechangetable .form-control {
  padding: 4px;
}
table.dataTable tbody tr.selectedrow td {
  background: #a6b9ce;
}
.btn.btn-smx,
.btn-group-smx > .btn {
  padding: 0px 6px;
  font-size: 10px;
}
.datepicker th {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #aaaeb3;
  color: #65686b;
}
.datepicker th.dow {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #aaaeb3;
  color: #65686b;
}
.datepicker td.day {
  font-weight: bold;
  border: 1px solid #ccc;
}
.datepicker td.inactive {
  font-weight: bold;
  border: 1px solid #df0024;
}
.datepicker td.active {
  font-weight: bold;
  border: 1px solid #ccc;
}

.datepicker td.day.disabled {
  font-weight: normal;
  color: #ddd;
  border: 1px solid #ddd;
}

table.table-hover tbody tr:hover td {
  cursor: pointer;
}

.invert .btn.btn-info1 {
  border-color: #8d2424;
  background: #a62b2b;
  color: #fff;
}
.invert .btn.btn-info2 {
  border-color: rgba(155, 155, 155, 0.2);
  background: #46455a;
  color: #fff;
}

.ajaxlistcontent {
  display: none;
  position: absolute;
  z-index: 99;
}
.list-group-item {
  padding: 6px 15px;
}

.noopacity {
  opacity: 0;
}
tr.trflight td {
  height: 0px;
}
tr.trtax td {
  height: 0px;
}
tr.trfee td {
  height: 0px;
}
.rtrtax {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.rtrflight {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.rtrfee {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.hanimate {
  max-height: 500px;
}
.pricehover:hover {
  color: #dfdfe9;
  cursor: pointer;
  background-color: #201f2c;
}
.btn-sm {
  text-align: left;
}
.btn-sm .fa {
  margin-right: 10px;
}

.custom-control .custom-control-label::before {
  background-color: #c2c2c2;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.btn.btn-sm2,
.btn-group-sm2 > .btn {
  padding: 5px;
}
.custom-select-sm {
  padding: 5px 30px 5px 9px;
}
.select2-search--dropdown .select2-search__field {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.rw-accordion__header {
  float: left;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.rw-accordion__item {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #fff;
}

.rw-accordion__item.open .rw-accordion__content {
  padding: 0px 10px;
  height: auto;
}
.tooltip-inner {
  text-align: left;
}

.table thead th {
  background: #9d48e0;
  color: #ffffff;
}
.table thead th i {
  filter: opacity(0.5);
  color: #3a4956;
}
.table thead th i {
  fill: #df0024;
}
.table tbody tr td {
  background: #f7f9f8;
  border-right: 2px solid #ffffff;
}
.table tbody tr td:last-child {
  border-right: none;
}

.table tbody tr:nth-child(odd) td {
  background: #fdfbf5;
}

.table tbody tr.totalprice td {
  background: #38535a;
  color: #fff;
}
.table tbody tr.totalprice td h2 {
  color: #fff;
}
.table tbody tr.totalprice td small.detaillinkall {
  color: #fff;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  background: #88989c;
  color: #ffffff;
  border-right: 2px solid #ffffff;
}

.nmb {
  margin-bottom: 0px !important;
  display: flex;
  align-items: end;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link {
  font-size: 2rem;
  padding: 8px 12px;
  color: #e0e5e7;
}

.nav-tabs li .nav-link {
  font-size: 1.6rem;
}

.nav-tabs .nav-link.active .icon-overview {
  background-color: #323c47;
}

.smalllink {
  font-size: 14px !important;
  height: auto;
}

.biglink.active {
  height: 56px !important;
}

.btn-sm [class^="li-"],
.btn .fa {
  font-size: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
  margin-right: 5px;
}
.nocc {
  height: 230px;
}
.ccinput {
  height: 230px;
}
.spinnerwrapper {
  width: 128px;
  margin: 0px auto;
  margin-top: 200px;
}
.wait-spinner {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.noopacity {
  opacity: 0;
}
.dottedsmall {
  border-bottom: 1px dotted #666666;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.showmouse:hover {
  cursor: pointer;
}
.pricesmallrow {
  font-size: 0.8rem;
}
.clickicon:hover {
  cursor: pointer;
}

.errorheader {
  width: auto;
  border: none;
  font-size: 192px !important;
  line-height: 122px;
  margin: 40px;
  height: 180px;
}

@media (max-width: 800px) {
  .text-footer-swiss h4 {
    color: #bb81f8 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .text-footer-swiss p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .text-footer-swiss p a {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
  }
  .text-footer-swiss a {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
  }
  .text-footer-swiss a i {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
  }

  .header-btn-collapse-nav {
    height: 32px;
    width: 47px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid var(--primary);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0 12px !important;
    background: #ffffff !important;
  }
  #header .header-btn-collapse-nav {
    color: var(--primary) !important;
  }

  #idcontent {
    padding: 10px !important;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs {
    background: #ffffff;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  .iconimagebig {
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    height: 32px;
    margin: 7px 10px 7px 0px;
    border: 1px solid var(--primary);
  }
  .airporttimes label {
    display: none;
  }
  .airporttimes img {
    display: block;
  }

  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link,
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0px !important;
  }
  .page-header-classic {
    padding: 110px 10px 10px 10px !important;
  }
  .page-header {
    margin: 0 0 0px 0;
  }
  .fullcontainersections {
    margin-top: 0px;
  }

  .sportbaglist {
    text-align: left;
    white-space: break-spaces;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding: 15px 0px;
  }

  .sportbaggageprice {
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding-top: 25px;
  }
  .sportbaggage {
    height: 300px;
    overflow: scroll;
  }
  .page-header .col-6 {
    padding-top: 10px;
  }
  .page-header h3 {
    font-size: 18px;
  }
  .menuTop img {
    width: 52px;
    margin-right: 10px;
  }
  .flightdatasm {
    text-align: left;
  }
}

.custom-select-adt {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/adt.svg") no-repeat left 0.5rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-adt {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 30px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-chd {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/chd.svg") no-repeat left 0.5rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-chd {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 30px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-inf {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1rem 0.375rem 0.5rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("../icons/inf.svg") no-repeat left 0.2rem center;
  background-size: auto;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-top-color: rgb(206, 212, 218);
  border-right-color: rgb(206, 212, 218);
  border-bottom-color: rgb(206, 212, 218);
  border-left-color: rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select-inf {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 6px 8px 26px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0.5s, opacity 1s linear, height 0.5s;
}

.visible {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: height 0.5s, opacity 0.5s linear, visibility 0.5s;
}

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

flightleg td {
  padding: 7px 0px 7px 0px;
}

.flightleg:hover td {
  background: #c5ddef;
  cursor: pointer;
}

.pricemobil {
  text-align: right;
  font-size: 32px;
  font-weight: bold;
}

.price {
  text-align: right;
}
.icon-carrier {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-carrier.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-clock-arr {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-arr.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-file-pdf {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_file_pdf.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-info.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-overview {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e0e5e7;
  -webkit-mask-image: url("../icons/icon_overview2.svg");
  mask-image: url("../icons/icon_overview2.svg");
  vertical-align: bottom;
}
.icon-wait {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/spinner.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-clock-dep {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-clock-dep.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-baggage {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_baggage.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-baggage-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_baggage_white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-search.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-search-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../icons/icon-search-white.svg") no-repeat center;
  background-size: auto;
  vertical-align: bottom;
}
.icon-flight-oneway {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/icon_oneway.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-oneway-white {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/icon_oneway_white.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-returnflight {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/icon_returnflight_white.svg") no-repeat center;
  background-size: auto;
}
.icon-calendar-1 {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_calendar_1.svg") no-repeat center;
  background-size: auto;
}
.icon-calendar-2 {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_calendar_2.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-start {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_flightstart.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-start-white {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_flightstart_white.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land-grey {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland-grey.svg") no-repeat center;
  background-size: auto;
}
.icon-card {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_card.svg") no-repeat center;
  background-size: auto;
}
.icon-pnr {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_pnr.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-land-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_flightland_white.svg") no-repeat center;
  background-size: auto;
}
.icon-seats {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_seats.svg") no-repeat center;
  background-size: auto;
}
.icon-seats-blue {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_seats_blue.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-roundtrip {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_roundtrip.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-multiple {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_multiple.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-direct {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_direct.svg") no-repeat center;
  background-size: auto;
}
.icon-baby {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/baby.svg") no-repeat center;
  background-size: auto;
}
.icon-baby-x {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/baby-x.svg") no-repeat center;
  background-size: auto;
}
.icon-adress-card {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/address-card.svg") no-repeat center;
  background-size: auto;
}
.icon-flight-via {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_via.svg") no-repeat center;
  background-size: auto;
}
.icon-passenger {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/icon_passenger.svg") no-repeat center;
  background-size: auto;
}
.icon-users-slash {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  background: url("../icons/users-slash.svg") no-repeat center;
  background-size: auto;
}
.icon-eur {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_eur.svg") no-repeat center;
  background-size: auto;
}
.icon-gbp {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_gbp.svg") no-repeat center;
  background-size: auto;
}
.icon-try {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: url("../icons/icon_cur_try.svg") no-repeat center;
  background-size: auto;
}
.righttext {
  text-align: right;
}
.icon-soft {
  opacity: 0.4;
}

.icon-header {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.icon-small {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .page__content > .content .container,
  .page__content > .content .container-fluid {
    padding: 0px;
    border: none;
  }
  .page-heading .page-heading__container {
    display: block;
    padding: 6px 8px;
    float: left;
    position: relative;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
  }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  font-size: 1.6rem;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.selectedrow td {
  background: #c5ddef;
}
.detaillink:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.detaillinkall:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.currency {
  text-align: right;
}
.table.table-hover tbody tr:hover {
  background: #a6b9ce;
  cursor: pointer;
}
.control-sm {
  padding: 5px;
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.badge {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 5px;
  width: 40px;
  text-align: center;
}
.badge::after {
  content: none;
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.switch.switch-sm {
  margin: 2px 0px;
}
#namechangetable .custom-select {
  padding: 4px 30px 4px 4px;
}
#namechangetable .form-control {
  padding: 4px;
}
table.dataTable tbody tr.selectedrow td {
  background: #a6b9ce;
}
.btn.btn-smx,
.btn-group-smx > .btn {
  padding: 0px 6px;
  font-size: 10px;
}
.datepicker th {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #aaaeb3;
  color: #65686b;
}
.datepicker th.dow {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #aaaeb3;
  color: #65686b;
}
.datepicker td.day {
  font-weight: bold;
  border: 1px solid #ccc;
}
.datepicker td.inactive {
  font-weight: bold;
  border: 1px solid #df0024;
}
.datepicker td.active {
  font-weight: bold;
  border: 1px solid #ccc;
}

.datepicker td.day.disabled {
  font-weight: normal;
  color: #ddd;
  border: 1px solid #ddd;
}

table.table-hover tbody tr:hover td {
  cursor: pointer;
}

.invert .btn.btn-info1 {
  border-color: #8d2424;
  background: #a62b2b;
  color: #fff;
}
.invert .btn.btn-info2 {
  border-color: rgba(155, 155, 155, 0.2);
  background: #46455a;
  color: #fff;
}

.ajaxlistcontent {
  display: none;
  position: absolute;
  z-index: 99;
}
.list-group-item {
  padding: 6px 15px;
}

.noopacity {
  opacity: 0;
}
tr.trflight td {
  height: 0px;
}
tr.trtax td {
  height: 0px;
}
tr.trfee td {
  height: 0px;
}
.rtrtax {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.rtrflight {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.rtrfee {
  overflow: hidden;
  height: 0px;
  max-height: 0px;
}
.hanimate {
  max-height: 500px;
}
.pricehover:hover {
  color: #dfdfe9;
  cursor: pointer;
  background-color: #201f2c;
}
.btn-sm {
  text-align: left;
}
.btn-sm .fa {
  margin-right: 10px;
}

.custom-control .custom-control-label::before {
  background-color: #c2c2c2;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.btn.btn-sm2,
.btn-group-sm2 > .btn {
  padding: 5px;
}
.custom-select-sm {
  padding: 5px 30px 5px 9px;
}
.select2-search--dropdown .select2-search__field {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.rw-accordion__header {
  float: left;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.rw-accordion__item {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #fff;
}

.rw-accordion__item.open .rw-accordion__content {
  padding: 0px 10px;
  height: auto;
}
.tooltip-inner {
  text-align: left;
}
#searchform {
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
  background: #f4f4f4;
}
#searchform .label {
  color: #b265ef;
  font-size: 15px;
  font-weight: 600;
}
#searchform .label i {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 2px dotted #ececec;
}
.select2-results__option--highlighted {
  cursor: pointer;
  background: rgba(158, 72, 224, 0.5);
  color: #ffffff;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start:not(.caleran-hovered)
  span,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start:not(.caleran-hovered)
  span {
  background: #9d48e0;
}
.caleran-header-start-day {
  color: #9d48e0 !important;
  font-weight: bold !important;
}
.caleran-header-end-day {
  color: #9d48e0 !important;
  font-weight: bold !important;
}
.caleran-header-start-date {
  line-height: 14px;
}
.caleran-header-end-date {
  line-height: 14px;
}
.caleran-header-start-weekday {
  line-height: 14px;
}
.caleran-header-end-weekday {
  line-height: 14px;
}
.caleran-header-start-day {
  height: 50px;
  padding-top: 17px;
}
.caleran-container
  .caleran-input
  .caleran-header
  .caleran-header-start
  .caleran-header-start-weekday,
.caleran-container
  .caleran-input
  .caleran-header
  .caleran-header-start
  .caleran-header-end-weekday,
.caleran-container
  .caleran-input
  .caleran-header
  .caleran-header-end
  .caleran-header-start-weekday,
.caleran-container
  .caleran-input
  .caleran-header
  .caleran-header-end
  .caleran-header-end-weekday,
.caleran-container-mobile
  .caleran-input
  .caleran-header
  .caleran-header-start
  .caleran-header-start-weekday,
.caleran-container-mobile
  .caleran-input
  .caleran-header
  .caleran-header-start
  .caleran-header-end-weekday,
.caleran-container-mobile
  .caleran-input
  .caleran-header
  .caleran-header-end
  .caleran-header-start-weekday,
.caleran-container-mobile
  .caleran-input
  .caleran-header
  .caleran-header-end
  .caleran-header-end-weekday {
  font-size: 0.9em;
  color: #cccccc;
}
.caleran-hovered {
  background: rgba(158, 72, 224, 0.2);
}
.nav-tabs-cardtopflightleg {
  display: flex;
  padding: 15px;
  flex-flow: row;
  background: rgba(158, 72, 224, 0.7);
  font-size: 28px;
  color: #ffffff;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
}
.flex40 {
  flex-basis: 40%;
}
.flex20 {
  flex-basis: 20%;
}
.flightCard {
  display: flex;
  align-items: center;
  opacity: 0.4;
  color: #667175;
}
.flightCard:hover {
  cursor: pointer;
  opacity: 1;
}

.flightCardActive {
  opacity: 1;
}
.flightCarNumber {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 20%;
  line-height: 18px;
}
.flightCardDate {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 15%;
  line-height: 18px;
}
.flightCardDate span {
  font-weight: 400;
  flex-basis: 30%;
  font-size: 14px;
}
.flightCardTime {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 18%;
  padding: 10px;
  text-align: center;
}
.flightCardDuration {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 34%;
  padding: 10px;
  text-align: center;
  background: url("/assets/icons/icon_duration_outbound.svg") #ffffff 0px bottom
    no-repeat !important;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 60px;
}
.flightCardTime span {
  font-weight: 400;
  font-size: 14px;
}
.flightCardPrice {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 15%;
  text-align: right;
}
.flightCardIcon {
  margin-right: 10px;
  opacity: 0.5;
  width: 28px;
}

.flightSumFlightsDates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flightSumFlightsRoutes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  padding-left: 5px;
}

.badge-primary {
  padding: 5px 7px;
  width: auto;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
#idOutboundDate,
#idOutboundDate2 {
  color: #851ecc;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}

#idInboundDate,
#idInboundDate2 {
  color: #851ecc;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}

#idadt,
#idchd,
#idinf {
  color: #851ecc;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.loader::after {
  border-color: #9d48e0;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.icon-sm {
  width: 22px !important;
  height: 22px !important;
  margin-right: 5px;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FlightSumDetails {
  display: flex;
  justify-content: space-between;
}
.FlightSumDetailsSsr {
  display: flex;
  justify-content: space-between;
}
.flightSumFlightsRoutes h5 {
  margin: 0px;
}
.flightSumFlightsRoutes h3 {
  margin: 5px 0px 10px 0px;
}
.card-header-flightdetails {
  background: rgba(133, 30, 204, 0.7);
  color: #fff;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.priceTopList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px dotted #851ccc;
}
.priceTopListItem {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  line-height: 1rem;
  flex: auto;
  padding: 5px;
  color: #fff;
  text-align: center;
  border-right: 2px dotted #fff;
  background: rgba(133, 30, 204, 0.7);
}
.priceTopListItem:first-child {
  border-radius: 0px 0px 0px 7px;
}
.priceTopListItem:last-child {
  border-radius: 0px 0px 7px 0px;
}
.priceTopListItemActive {
  background: #ffffff;
  color: #000;
}

.priceTopListItem:last-child {
  border-right: none;
}
.PriceTopListPrice {
  font-size: 0.8rem;
  font-weight: bold;
}
.priceTopListItem:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weeknumber,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weeknumber {
  line-height: 18px !important;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  color: #616161;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weeknumber,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-dayofweek,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weeknumber {
  justify-items: stretch;
  text-align: center;
  padding: 9px 7px;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 1px;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range {
  color: #ababab;
  font-weight: 400;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weekend,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-weekend {
  color: #851ecc;
  font-weight: 600;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-selected,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-start,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-selected,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-start,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end {
  background: rgba(133, 30, 204, 0.5);
  border-radius: 0;
  color: #fff;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-hovered,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-hovered {
  background: rgba(133, 30, 204, 0.5);
  color: #fff;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end
  span,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end
  span {
  background: none;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-selected.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-start.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-disabled.caleran-disabled-range.caleran-end.caleran-today {
  color: #ffffff !important;
}

.custom-radio {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.custom-radio:nth-child(2) {
  border-left: 3px dotted #ababab;
  border-right: 3px dotted #ababab;
}

.form-check-label {
  margin-top: 0px;
  padding-left: 30px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 600;
  color: #b265ef;
}

.size32 {
  width: 32px !important;
  height: 32px !important;
  margin-left: 10px !important;
}

table.addPassenger thead tr th {
  background: rgba(133, 30, 204, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
table.addPassenger thead tr th:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
table.addPassenger thead tr th:last-child {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}

table.addPassenger tbody tr td {
  background: rgba(162, 170, 176, 1);
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
table.addPassenger tbody tr td:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
table.addPassenger tbody tr td:last-child {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}

#searchform label {
  font-size: 0.8rem;
}
.flightType {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.label-flighttype {
  color: #b265ef;
  font-size: 15px !important;
  font-weight: 600;
}

.tablePassengers th {
  background-color: #ffffff !important;
}

.tablePassengers td {
  font-size: 1rem;
  white-space: nowrap;
  border-radius: 0px;
}
.tablePassengers {
  border-spacing: 2px;
  border-collapse: separate;
}
.tablePassengers tr:nth-child(2n + 1) td {
  font-weight: 700;
}
.tablePassengers tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px !important;
}
.tablePassengers tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px !important;
}
.tablePassengers tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px !important;
}
.tablePassengers tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px !important;
}

.tablePassengers tbody tr td {
  background: #f4f4f4 !important;
}

.tablePassengers tbody tr:nth-child(2n + 1) td {
  background: #f4f4f4 !important;
}
