/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: inline-flex !important;
  }
}

.ranger-marker {
  position: absolute;
  width: 9px;
  height: 17px;
  border-radius: 0;
}

.sort-by-section {
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 6px;
}

.sort-by-section .form-control{
  text-indent: 30px;
}
.form-group .datePicker {
  border: 1px solid #ccc;
  color: #555;
  background-color: #fff;
}

.listing-style3.flight .details .details-wrapper .time .seat span {
  position: absolute;
  top: -4px;
  right: 5px;
  color: #000;
  font-size: 14px;
}

.listing-style3.flight .details .details-wrapper .time .seat img {
  width: 25px;
}

.listing-style3.flight .details .details-wrapper .time .bagg span {
  position: absolute;
  top: 35px;
  /* 	right: -55px; */
  left: 65px;
  color: #000;
  font-size: 10px;
}

.listing-style3.flight .details .details-wrapper .time .bagg i {
  top: 20px;
  font-size: 15px;
  width: 150px;
}

.location-name.location-name-70 {
  background-color: #b60015;
  padding: 0px 5px;
  color: white;
}

h5.advancedSearch {

 
  background: #3F51B5;
  color: white;
  font-size: 12px;
  text-transform: capitalize;
  padding: 10px;
  border-radius: var(--radius);
}


.TyepSearch {
  text-align: center;
}

.booking-details .timing label,
.booking-details .timing span {
  font-size: 12px;
}

.airport-detail {
  font-weight: bold;
  color: black;
}

#flight-details .flights .logo img {
  padding-bottom: 5px;
}

.entete {
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
  vertical-align: bottom;
  border-bottom: 2px solid var(--primary);
  color: black;
  padding: 5px;
}

.td-body {
  font-size: 14px;
  color: black;
  padding: 5px 5px;
}

.td-body img {
  max-height: 50px;
}

.td-body span {
  font-weight: bold;
}

.splitterow p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

.splitter {
  width: 45%;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 5px;
}

.confirm-booking:disabled {
  cursor: not-allowed;
  background-color: #949494;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;

  background: var(--primary) !important;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 12;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 0px;
  top: 5px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.back-to-top:hover i {
  color: #fff;
  top: 0px;
}

.sortorder:after {
  content: '\25b2'; 
}

.sortorder.reverse:after {
  content: '\25bc';
  
}

/* Amor Custom width for dialog */
.ngdialog.ngdialog-theme-default.custom-width-750 .ngdialog-content {
  width: 750px;
}

.ngdialog.ngdialog-theme-default.custom-height-300 .ngdialog-content {
  height: 300px;
  width: 800px;

}

/* #header .main-header{ */
/* 	box-shadow: 5px 4px 12px rgba(0, 0, 0, .1); */
/* } */







.ngdialog.ngdialog-theme-default .ngdialog-content {

  border-radius: 10px !important;


}


.import-i:hover:before {
  position: absolute;
  content: 'Import PNR';
  height: 35px;
  width: 100;
  font-size: 10;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -15px;
  left: -7px;


}


.ticket-i:hover:before {
  position: absolute;
  content: 'Ticket';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -19px;
  left: -10px;

}

/* Modern ticket dialog */
.ticket-dialog .dialog-card {
  background: #ffffff;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
  padding: 22px 24px;
}

.ticket-dialog .dialog-grid .row {
  margin-bottom: 14px;
}

.ticket-dialog .dialog-grid .row:last-child {
  margin-bottom: 0;
}

.ticket-dialog label {
  font-weight: 600;
  color: #2b2f38;
  letter-spacing: 0.01em;
}

.ticket-dialog .input-text,
.ticket-dialog select.input-text,
.ticket-dialog textarea.input-text,
.ticket-dialog .form-control {
  border-radius: 10px;
  border: 1px solid #d8dde6;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ticket-dialog .input-text:focus,
.ticket-dialog textarea.input-text:focus,
.ticket-dialog select.input-text:focus,
.ticket-dialog .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
  outline: none;
}

.ticket-dialog .photo-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ticket-dialog .photo-frame {
  width: 170px;
  height: 170px;
  border-radius: 14px;
  border: 1px dashed #cfd6e4;
  background: #f6f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}

.ticket-dialog .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticket-dialog .fileinputc {
  margin-left: 0;
}

.ticket-dialog .fileinputc input[type=file] {
  width: 170px;
}


.home-i:hover:before {
  position: absolute;
  content: 'Home';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -19px;
  left: -5px;

}


.profil-i:hover:before {
  position: absolute;
  content: 'Profile';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -15px;
  left: 30px;

}

.message-i:hover:before {
  position: absolute;
  content: 'Contact ';
  height: 35px;
  width: 80;

  display: block;


  letter-spacing: 0.1em;
  top: -15px;
  left: 0px;

}

.profil-i,
.message-i,
.home-i,
.import-i,
.news-i,
.log-i,
.support-i {
  color: var(--dark-blue);

  position: relative;
}

.news-i:hover:before {
  position: absolute;
  content: 'News';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -15px;
  left: 0px;

}

.support-i:hover:before {
  position: absolute;
  content: 'Support';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -15px;
  left: -15px;

}

.log-i:hover:before {
  position: absolute;
  content: 'Logout';
  height: 35px;
  width: 80;
  background-size: 100%;
  background-color: #ffffffbd;
  display: block;
  padding: 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.1em;
  top: -19px;
  left: -10px;

}



.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: white !important;
  /* border-radius: 5px; */
  color: #444;
  font-family: 'Helvetica', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
  border-radius: 7px !important;
}


#header .topnav {
  height: 46px;
  text-transform: capitalize;
  padding: 5px;
  background: #152e40 !important;
  width: 100%;
}

:root {

  --appnav: #0a1048;
}


@font-face {
  font-family: "Poppins", sans-serif;
  src: url('../fonts/Poppins-Regular.ttf.ttf') format('ttf');

  * {
    font-family: 'Poppins', sans-serif;
  }




  .btn-hover:hover {

    border: none !important;
  }



  input::placeholder {
    font-size: 11px !important;
  }
}

.quantity__input{

  text-indent: 0px!important;
}




.flight-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.flight-input-icon {
    position: absolute;
    left: 15px;
    height: 20px;
    z-index: 2;
}

.flight-input {
    padding-left: 50px !important;
    padding-right: 45px !important;
    background: var(--input);
}

.flight-input-action {
    position: absolute;
    right: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.flight-input-question {
    background: var(--primary);


}

a.flight-input-question {
    position: absolute;
    right: 3px;

    top: 3px;
}

.dep-icon {



    height: 31px;
    margin-top: 7px;
    position: absolute;
    width: 25px;
    left: 6px;
    z-index: 100;
}


.ar-icon {


    height: 37px;
    margin-top: 2px;
    position: absolute;
    width: 32px;
    border-radius: 6px;
    left: 9px;
    z-index: 10;

}



.calendar-icon {

    height: 26px;
    margin-top: 9px;
    position: absolute;
    width: 30px;
    border-radius: 6px;
    left: 5px;
    z-index: 10;
}

.calendar-icon1 {

    height: 26px;
    margin-top: 9px;
    position: absolute;
    width: 30px;
    border-radius: 6px;
    left: 20px;
    z-index: 10;
}
.table-responsive{
  
    max-width: 1400px!important;
    overflow-x: scroll !important;
}

.calendar-icon1 {
    height: 24px;
    margin-top: 9px;
    position: absolute;
    width: 30px;
    border-radius: 6px;
    left: 19px;
    z-index: 10;
}

.dep-icon1 {



    height: 31px;
    margin-top: 7px;
    position: absolute;
    width: 25px;
    left: 23px;
    z-index: 100;
}

.ar-icon1 {
    height: 37px;
    margin-top: 2px;
    position: absolute;
    width: 31px;
    border-radius: 6px;
    left: 17px;
    z-index: 100;
}

.bg-orange {
  background: var(--sec) !important;
  color: white !important;
  border: none;
}


.tab-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;

  border-radius: var(--rad);
  padding: 12px 24px;
  background-color: #f5f5f5;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-align: center;

  border: 2px solid #226a9a3b;
}

.tab-item input[type="radio"]:checked+.tab-label {
    background-color: var(--primary);
    color: white!important;
}

 




.calendar-icon {

  height: 26px;
  margin-top: 9px;
  position: absolute;
  width: 30px;
  border-radius: 6px;
  left: 5px;
  z-index: 10;
}

 
.calendar-icon1 {
  height: 24px;
  margin-top: 9px;
  position: absolute;
  width: 30px;
  border-radius: 6px;
  left: 19px;
  z-index: 10;
}

.dep-icon1 {



	height: 31px;
	margin-top: 7px;
	position: absolute;
	width: 25px;
	left: 23px;
	z-index: 100;
}

.ar-icon1 {
	height: 37px;
	margin-top: 2px;
	position: absolute;
	width: 31px;
	border-radius: 6px;
	left: 17px;
	z-index: 100;
}

 

.d-flex{
  display: flex;
}

section#content,
section#content2,
section#content3,
#contentVisa,
#newflightcontent,
#contentTransfer,
#contentTours {
  /*max-width: 1500px;*/
  min-height: 117%;
  padding-top: 80px;
  text-align: left;
  text-align: left;

  justify-content: center;
  margin: 0 auto;
}



/* Modern search button */
.search-btn {
  /* background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 40%, #38bdf8 100%) !important; */
  color: #fff !important;
  border: none !important;
  border-radius: var(--rad) !important;
  padding: 4px 18px !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.32);
  filter: brightness(1.03);
}

.search-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.btn-secondary {
  border-radius: var(--rad) !important;

}
