.lds-ellipsis {
    position: relative;
    width: 240px;
    height: 240px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 99px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #F78536;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .admin-ellipsis div {
    background: transparent;
    background-image: linear-gradient(45deg, #4e545c, #9da6af);
    background-size: cover;
  }
  .lds-ellipsis div:nth-child(1) {
    left: 0px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 24px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 96px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 168px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(72px, 0);
    }
  }
  .height{
    min-height: 77vh;
  }
  .profile-height{
    min-height: 75vh;
  }
  .faq-height{
    min-height: 43.5vh;
  }
  .admin-height{
    min-height: 88.5vh;
  }
  .login-height{
    min-height: 100vh;
    position: relative;
  }
  .invalid-feedback{
    font-weight: 400;
  }
.font-25{
  font-size: 25px;
}
.h-35{
  height: 35px;
}
.pr-0{
  padding-right: 0;
}
.btn-filter{
  position: relative;
  top: 52%;
}
.container-fluid .journey-details.sticky .big-lbl{
  padding: 0em 1em;
  height: 2em;
  margin-bottom: 0;
}
.container-fluid .journey-details.sticky {
  padding: 1em 0em;
  top:0px;
}
.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px;
}
.arrow.col {
  -webkit-box-flex: none;
  -webkit-flex: none;
  flex: none;
  padding: 0.3em 0.8em 1.8em 0.8em;
  overflow: visible;
  height: 100%;
}
.arrow.col .dir {
  position: relative;
  height: 100%;
  border-left: 1px solid #9d9d9c;
}
.arrow.col .dir::before {
  content: '';
  left: -0.32em;
  width: 0.6em;
  height: 0.6em;
  background: #b5bbbe;
  position: absolute;
  border-radius: 1em;
  top: 0;
}
.arrow.col .dir::after {
  content: '';
  left: -0.32em;
  width: 0.6em;
  height: 0.6em;
  background: #b5bbbe;
  bottom: 0;
  position: absolute;
  border-radius: 1em;
}
.arrow.col .dir .origin {
  top: 1px;
  left: -0.27em;
  width: 0.5em;
  height: 0.45em;
  background: #fff;
  position: absolute;
  border-radius: 1em;
  position: absolute;
  border-radius: 1em;
}

.dot-container {
  display: flex;
  justify-content: space-evenly;
  top: -2.5px;
  position: absolute;
  width: 100%;
}
.dot-white-container {
  height: 7px;
  width: 10px;
}
.dot-white-container .dot {
  height: 7px;
  width: 7px;
  background-color: #9d9d9c;
  border-radius: 50%;
  margin: 0 auto;
}

.details.row .p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transfer.item {
  line-height: 1.5em;
  display: flex;
}
.gap-left.col {
  width: 386px;
  flex: none;
  text-align: right;
}
.transfer.item span {
  font-size: 1em;
  font-weight: 500;
  color: #F78536;
}
.narrow.col {
  margin: -1em 1em;
  flex: none;
}
.narrow.col .dir {
  border-left-style: dashed;
  border-left-color: #F78536;
  position: relative;
  height: 100%;
}
.gap-right.col {
  text-align: left;
}

.legend {
  margin-left: -0.3em;
  padding: 0.2em 0.6em;
  font-size: 1em;
  border-radius: 0.3em;
  background: #b94c00;
  color: #fff;
  cursor: default;
  margin-bottom: 0;
  margin-top: 10px;
  width: fit-content;
  color: white;
  font-weight: normal;
  position: absolute;
}
.journey-details{
  position: relative;
  border-radius: 0.5em;
  text-align: left;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 12%) 1px 1px 2px 0;
  border-radius: 0.5em;
  position: inherit;
  margin-bottom: 1em;
}
.journey-details label {
  font-weight: bolder;
  color: black;
  margin-bottom: 0;
  height: 2.2em;
  padding: 0.7em 0em 0em 1em;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.journey-details .script {
  padding-left: 45px;
  font-size: 13px;
  height: auto;
  padding-top: 7px;
}
.journey-details .script .geekmark {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 15px;
}
.big-lbl{
  padding: 1em 1.5em;
  height: 3em;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.journey,
.journey-details table {
  table-layout: fixed;
  width: 100%;
}
.journey .head {
  font-weight: 500;
  font-size: .875em;
  color: #5d686e;
  background-color: #d1eaf7;
  width: 100%;
  position: relative;
}
.journey .head td{
  height: 2em;
  padding: 0em 0.8em;
  color: black;
}

.journey .head td span{
  font-weight: normal;
}
.flight-info>tbody>tr>td:first-child {
  padding-left: 2.2em;
}

.flight-info>tbody>tr>td {
  padding: 0.4em .5em;
}
.flight-info table tr td {
  color: black;
  padding: 0 10px;
}
.partner-info {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.journey strong {
  font-size: .9em;
  color: black;
}

.journey .body {
  font-size: .87em;
  margin: 0.5em auto 0;
  text-align: center;
}
.journey .times,
.journey .locations.col {
  margin-bottom: 0;
  width: 230px !important;
  white-space: nowrap;
  table-layout: fixed;
}
.journey .departure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #5d686e;
}
.arrow.col.w-auto{
  width: auto !important;
}
.journey .times td{
  padding-bottom: 0;
  height: 1.8em;
  vertical-align: middle;
}
.times .flight-time {
  margin-left: -2em;
  margin-right: 0.5em;
  display: flex;
}
.line-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  vertical-align: middle;
  margin: auto 0.3em;
  border: 0.05em solid #1a1b1c;
  background-color: #1a1b1c;
}

.time svg{
  margin-right: 3px;
}
.journey td.spacer {
  width: 0.5em;
}
.crescent-container {
  height: 0.7em;
  position: relative;
}
.crescent-container hr {
  border-collapse: collapse;
  border: 0;
  border-top: 2px dashed #b5bbbe;
  margin: 0;
  margin-right: 10px;
}
.crescent-container:after, .crescent-container:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  top: -0.5em;
  background-color: #f2f3f4;
  position: absolute;
  border-radius: 4em;
  box-shadow: inset -0.1em 0 0 0 #ededed;
}
.crescent-container:before {
  right: -0.4em;
  transform: rotate(180deg);
}
.crescent-container:after {
  left: -0.4em;
}
td p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.journey .transfers {
  text-align: center;
  color: #b5bbbe;
  white-space: nowrap;
  width: 100%;
}
.journey .transfer-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: .95em;
  max-width: 98%;
  margin: 0 auto;
}
.transfer-info-container>div,
.transfer-info-container>div>div>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.transfer-info-container hr {
  opacity: .6;
}
.line-row-left {
  margin-right: 0.7em;
  border: 0.05em solid #b5bbbe;
}
.transfer-info-container>div>div{
  margin-right: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.transfer-info-container .transfer-info {
  font-size: .8em;
  text-align: left;
}
.transfer-info-container .line-row-mid {
  margin-right: 0.5em;
  margin-left: 0.5em;
  border: 0.05em solid #b5bbbe;
}
.transfer-info-container .line-row-right {
  -webkit-box-flex: 3.1;
  -webkit-flex: 3.1;
  flex: 3.1;
  margin-left: 0.5em;
  border: 0.05em solid #b5bbbe;
}
.journey .direction{
  margin-top: 1em;
  background-color: transparent;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-size: 1.3em;
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}
.form-select,
.form-control{
  height: 35px;
  font-size: 13px;
}
.lbl{
  padding: 0;
  height: auto;
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bolder;
  color: black;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active{
  background-color: #b94c00 !important;
  background-image: none;
}

input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #d1d3d1;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffa500;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffa500;
}
.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
button{
  border: none;
}

.login{
  padding: 15px;
}
.login .lbl{
  white-space: inherit;
  text-align: center;
}
.background{
  padding: 0;
  background-color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 1px 2px rgb(60 68 72 / 29%);
}

.login button{
  border-radius: 0.3em !important;
}
.socials div{
  border-radius: 0.85em;
  padding: 10px;
  font-size: .85em;
  margin: 0 5px;
}
.socials .insta{
  top: 0px;
  position: absolute;
}
.messengers button{
  height: 56px;
}
.messengers button div{
  background: transparent;
  border-radius: 0.85em;
    box-shadow: rgb(0 0 0 / 54%) 1px 1px 2px 0;
    height: 53px;
    margin: 0 5px;
    padding: 5px;
}
.messengers div img,
.messengers div svg{
  width: 45px;
  height: 45px;
}
.fb,
.google{
  height: 50px;
  margin: 5px;
}
.fb{
  color: #fff;
  background: #45619d;
}
.fb div{
  text-align: center !important;
  font-size: 15px !important;
}

.google span{
  width: 100% !important;
  text-align: center !important;
  font-size: 15px !important;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 28px;
  font-weight: 100;
}
.tw{
  color: #fff;
  background: #000000;
}
.insta{
  background: #ff7701;
}
.google{
  color: #fff !important;
  background: #4285f4 !important;
  margin-top: 1em !important;
}
.google svg,
.google div{
  display: none !important;
}
.fb svg,
.google .icon-google,
.tw svg{
  display: block !important;
  width: 33px;
  height: 33px;
  float: left;
}
.fb svg{
  margin-top: 0;
}
.insta svg{
  width: 33px;
  height: 33px;
}
.google svg{
  background: white;
  padding: 5px;
  border-radius: 5px;
  margin-left: 0.5em;
  width: 30px !important;
  height: 30px !important;
}
.login span{
  position: unset;
}
.login .geekmark{
  position: absolute;
  width: 17px;
  height: 17px;
}
.login input{
  height: 50px;
  font-size: 15px;
  padding-left: 15px;
}
.remember-group {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: .85em;
  margin: 0;
}

.login .geekmark:after {
  left: 6px;
  top: 2px;
}
.login .script{
  padding-left: 30px;
  font-size: 13px;
  font-weight: normal;
  color: black;
}
.register{
  display: flex;
  justify-content: space-between;
  background: #f2f3f4;
  margin-bottom: 0;
  padding: 10px 25px;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}
.register button,
.register a{
  display: inline-block;
  font-size: .75em!important;
  width: 14em;
  border: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  outline: none;
  padding: 0.5em 1em;
  border-radius: 0.4em;
  cursor: pointer;
}
.separator {
  text-align: center;
  font-size: .8em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  height: 25px;
  line-height: 24px;
}
.line {
  border-bottom: 2px solid #9d9d9c;
  width: 35%;
  padding: 10px 0 1em;
  margin-top: -1em;
  margin-bottom: 0.2em;
  display: inline-block;
}
.line-text {
  padding: 0 1em;
  line-height: 40px;
}
a{
  cursor: pointer;
  text-decoration: none;
}
.copy-input{
  border: 1px dashed #ccc;
  background-color: #fff;
  color: #9c9b9b;
  text-align: center;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer !important;
    width: 100% !important;
}


.border td{
  border: 1px solid lightgray;
}
.border img{
  margin-right: 5px;
  margin-bottom: 5px;
}
button{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.currency{
  font-size: 18px;
}
.btn-send{
  padding: 8px;
}
.btn-save{
  font-size: 14px;
  padding: 10px;
  width: auto;
  float: right;
  margin-right: 20px;
}
.color-white{
  color:white;
}
.color-white>*{
  color:white !important;
}

.text-detail{
  color: #F78536;
  font-size:11px;
}
.ml-8{
  margin-left: 8px;
}
.mr-8{
  margin-right: 8px;
}

.btn-login{
  font-size: 20px;
  height: 2.5em;
  line-height: 1.5em;
}
.login .text-detail{
  color: black;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  text-align: center;
}
.padding-15{
  padding: 1em 1.5em;
}
.color-main,
#color-main{
  color: #F78536 !important;
}
#color-main:hover,
#color-main:active,
#color-main:focus{
  color: white !important;
  opacity: 1 !important;
}
.btn-invite{
  font-size: 14px;
  padding: 5px 0;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-around{
  justify-content: space-around;
}
.justify-end{
  justify-content: end;
}
.justify-center{
  justify-content: center;
}
.not-registered{
  font-size: 12px;
  line-height: 33px;
}
.btn.btn-register{
  background: transparent;
  border-color: #F78536 !important;
  color: #F78536 !important;
  max-height: 34px;
}
.popular .img{
  width: 100%;
  height: 50px;
}
.popular-dest .img{
  width: 100%;
  height: 68px;
}
.popular-dest .d-flex{
  margin-top: 0 !important;
  justify-content: space-between;
}
.h-40{
  height: 40px;
}
.font-20{
  font-size: 20px !important;
}
.font-16{
  font-size: 16px;
}
.font-15{
  font-size: 15px;
}
.font-14{
  font-size: 14px;
}
.font-13,
.btn.font-13{
  font-size: 13px !important;
}
.point-table-header{
  background-color: #F78536;color: white;
}
.width-90{
  width: 90px;
}
.width-100{
  width: 100px;
}
.width-120{
  width: 120px;
}
.mb{
  margin-bottom: 10px;
}
.input-field .btn{
  padding: 5px 0px;
}
.btn-primary.btn-edit{
  border-color: white !important;
  color: #F78536;
  background: white;
  height: 35px;
  font-size: 14px;
}
.btn-primary.btn-research{
  color: white;
  background: #b94c00;
  height: 35px;
  font-size: 14px;
}
.rotate-div{
  padding: 0;
}
.passenger{
  width: 250px;
}
.btn-search{
  margin-top: 28px;
    height: 50px;
}
.mb-05{
  margin-bottom: 2px;
}
.dropdown-events .minus{
  width: 22px;
    height: 22px;
    padding: 0;
    padding-bottom: 2px;
    font-weight: 400;
}
.dropdown-events .plus{
  width: 22px;
    height: 22px;
    padding: 0;
    font-weight: 400;
}
.mt-10{
  margin-top: 10px;
}
.mt-05{
  margin-top: 5px;
}
.float-right{
  float: right;
}
.requeue::after{
  margin-left: 6px;
  margin-top: 13px;
}
#filter::after{
  margin-left: 10px;
  margin-top: 15px;
}
#airway::after,
#airport::after,
#time::after{
  display: none;
}
.form-select{
  padding: 0.375rem 3rem 0.375rem 0.75rem;
  background-position: right 0.5rem center;
}
.journey.item .row>*{
  width: auto;
}
.search-input{
  padding-left:18px;
}
.btn-reverse{
  border: 0;
  background: transparent;
  width: 40px;
}
.icon-location{
  width: 16px;
  position: absolute;
  top: 9px;
  left: 2px;
}
.border-0{
  border: 0;
}

.btn-passenger{
  background: transparent;
  border: none;
  color: white;
}
.input-field{
  position: relative;
}
.reset{
  right: .7em;
  border-radius: 20px;
  line-height: 0px;
}
.class{
  position: relative;
  margin: 0 auto;
  height: 32px;
}
.p-relative{
  position: relative;
}
.selected .airline-name,
.selected .detailed-info{
  font-weight: 500;
  color: white;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.airline-name,
.detailed-info{
  font-weight: 500;
  color: black;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailed-info{
  text-decoration: underline;
  background: none;
}
.selected .bag-text{
  font-weight: 500;
  color: white;
}
.bag-text{
  font-weight: 500;
  color: black;
}
.requeue{
  display: flex !important;
  box-shadow: none;
  line-height: 27px;
  padding-left: 15px;
  background: transparent;
  border: none;
}
.icon-requeue{
  transform: rotate(90deg);
  width: 20px; 
  height: 20px;
  margin-top: 4px;
}
.icon-filter{
  transform: rotate(90deg);
  width: 20px; 
  height: 20px;
  margin-top: 6px;
}
.btn-filters{
  border-radius: 4px;
  padding: 0;
}
.btn-filters .btn{
  padding: 5px 20px;
}
.filter-script{
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
}
.p-0{
  padding: 0;
}
.icon-filter:before {
  display: none;
}
.main{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.list-none{
  list-style: none;
}
.pr-20{
  padding-right: 20px;
}
.sum{
  border: none;
  background: transparent;
  display: flex;
  width: inherit;
  line-height: 16px;
}
.show-arrow{
  transform: rotate(180deg);
}
.w-inherit{
  width: inherit;
}
.pay-methods{
  padding: 8px 35px;
}
.pl-1{
  padding-left: 1em !important;
}
.gender{
  padding: 3px !important;
  margin-left: 5px;
}
.citizen{
  padding-top: 10px !important;
}
.h-30{
  height: 30px;
}

.big-lbl svg{
  width: 15px;
  margin-bottom: 3px;
}
.big-lbl .active{
  text-decoration: underline;
}
.ticket-container{
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  padding: 10px 15px;
  background-color: white;
  overflow-x: scroll;
  position: relative;
  transition: .3s;
  border: 2px solid transparent;
}
.ticket-inner,
.ticket-operations{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: black;
  min-width: 700px;
  position: relative;
}
.ticket-operations::before{
  content: "";
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: #F78536;
  top: 10px;
}
.ticket-operations .btn.btn-login{
  padding: 0 30px;
  line-height: 36px;
}
.pnr{
  font-size: 18px;
  font-weight: bold;
}
.ticket-inner .airway{
  font-weight: 200;
}
.ticket-inner p{
  margin-bottom: 0;
  font-weight: bolder;
}
.airline{
  font-weight: bold;
}
.airline span{
  font-weight: 300;
}

.flip svg{
  transform: scaleX(-1);
}
.price{
  font-size: 25px;
  font-weight: bold;
}
.status{
  font-size: 14px;
  font-weight: 300 !important;
}
.lh-18{
  line-height: 18px;
}
.mobile-row{
  display: flex;
}
.mobile-row button{
  padding: 5px 20px;
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .mobile-row button{
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .w-500{
    width: 100% !important;
  }
}
.journey-details .form-control,
.journey-details .form-select{
  background-color: #e9ecef !important;
}
.faq-wrapper{
  margin-bottom: 30px;
  background-image: url(../images/faq.jpeg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  z-index: 200;
}
.faq-container{
  background: #f78536cc;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.faq-header{
  color: white;
  font-weight: bolder;
}
.faq-wrapper h1{
  font-size: 2.5em;
}
.faq-search{
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
  background: transparent;
  box-shadow: none;
}
.faq-form input{
  height: 50px;
  font-size: 16px;
  padding: 20px;
  font-weight: bolder;
}
.faq-search:not([disabled])::after{
  content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 35px;
    top: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAOVBMVEUAAAD/kRP/jxT/jxD/jxP/kRT/jxD/kBP/jxD/kRT/kBP/kRP/kBT/kRP/jxP/kBT/khL/kRP/kRSotVJfAAAAEnRSTlMA8EAQYIAwnyDA4LDQoFC/cJC/P31kAAABsUlEQVRYw+2WzZKEIAyEQ/gZAXGQ93/YrdmLLCMddLnM1vZV64vpNBL6130tm43Pb1njblP4EUotFc0NirahvEs9loscq0pHD32lqVD6Unm4q71gPfUYZy2SlCNZTpUBmUkcmaRVGRRjUOuPSpZfynton8BENfNKrm66ydaK8lNqedf2nUot2weFxk5hFN3mbG3BuZnLWgdzYGLKjcS185JphiuXS6JDBkZWcMlV86JD0MosZIhH07/iUCfCykdJfTLY4+kmgDR8lY/Rk6R4pBtZGEVQRmNJVRVJjNz2oG/gJwIxifpU0BWP1KypeZSjJIIMAm23kr3DbDgJhI9lGO7N4D9bOn8MSwYiYJJ0bK10tQXQOvhnw0rKDa1PUb5ogu6Bns2lJd20wZ0Xqzl+aDlSZz65dejuJ4MXYf1zsdlh9mspu9QYE5qNG4B0u5etllkTMee6hkySd9FxUplF4nnfNI2k/SwSZfhRNo+TdOpi/PIWXHzjnKMiE9E1EmkT23QeSW9JktgmH179eG83DY4lXdNnkbZZpJVmkWgWiSaRIk0iMc0hGfq1OCoVmf66vgBRbnATzbUmjwAAAABJRU5ErkJggg==);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.breadcrumbs-container li,
.breadcrumbs-container li a{
  color: white;
  text-decoration: none;
  font-size: 17px;
}
.breadcrumbs-container li a:hover{
  text-decoration: underline;
}
.separator:after {
  content: "\25b6";
  display: block;
  font-size: .5em;
  font-family: sans-serif;
  padding: 0 8px;
  color: white;
  margin-top: 2px;
}
.faq{
  position: relative;
  background-color: white;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  position: relative;
  transition: .3s;
}
.faq a{
  font-size: 1.1em;
  color: black;
  font-weight: bolder;
  padding: 15px 40px 15px 15px;
}
.faq.my-5::before{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F78536;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F78536;
}
.faq:hover,
.ticket:hover,
.ticket-container:hover{
  border: 2px solid #ff9012;
}
.faq:hover a{
  color: #ff9012;
}
.faa{
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}
.offcanvas-start {
  visibility: visible;
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0,0,0,.2);
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 0px;
  overflow-y: scroll !important;
}
.sf-menu li{
  white-space: normal;
}
.offcanvas.show {
  transform: none;
}
.offcanvas-header {
  display: block;
  float: right;
  padding:1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  line-height: 0px;
  background-image: none !important;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
  font-size: 20px;
}
.form-control.invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/invalid.png") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: 20px !important;
}
.form-control.valid{
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/valid.png") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: 20px !important;
}
.offcanvas-backdrop{
  display: none !important;
}
.sf-menu .great .sub-menu a,
.sf-menu .great .sub-menu button{
  padding: 0 1em !important;
}

.journey-details .big-lbl a:focus {
    color: #F78536;
    text-decoration: none;
}
.journey-details .big-lbl .active:focus {
  text-decoration: underline;
}
.with-logout button{
  color:black !important;
  font-weight: bold;
}
.col-md-2 button{
  height: 35px;
}
.tooltiptext{
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.btn-invite:hover .tooltiptext{
  opacity: 1;
  visibility: visible;
}
.p-absolute{
  position: absolute;
}
.empty-list{
  text-align: center;
  padding: 20px;
}
.cls-1{
  fill: white;
  opacity:0;
}
.cls-2{
  fill:#231f20;
}
.cls-3{fill:white;}
.cls-4{fill:black;}
.place-1{
  background-image: url(../images/place-1.jpg);
}
.place-2{
  background-image: url(../images/place-2.jpg);
}
.place-3{
  background-image: url(../images/place-3.jpg);
}
.place-4{
  background-image: url(../images/place-4.jpg);
}
.place-5{
  background-image: url(../images/place-5.jpg);
}

.place-6{
  background-image: url(../images/place-6.jpg);
}
.place-7{
  background-image: url(../images/place-7.jpg);
}
.place-8{
  background-image: url(../images/place-8.jpg);
}
.place-9{
  background-image: url(../images/place-9.jpg);
}
.place-10{
  background-image: url(../images/place-10.jpg);
}
.cls-1{
  fill:none;
  stroke:#ffffff;
  stroke-miterlimit:10;
  stroke-width:1.89px;
}
.st0{
  fill:none;
  stroke:#ffffff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
} 
.st1{
  fill:none;
  stroke:#ffffff;
  stroke-width:2;
  stroke-linejoin:round;
  stroke-miterlimit:10;
} 
.bg-theme,
.topbar-nav .navbar,
#sidebar-wrapper{
  background-position: bottom;
  background-size: cover;
  background-image: linear-gradient(45deg, #29323c, #485563);
}
#sidebar-wrapper{
  background-position: inherit;
  background-size: inherit;
}
.topbar-nav .navbar {
  padding: 0px 15px;
  z-index: 999;
  height: 60px;
  background-color: rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  border-radius: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.search-bar {
  margin-left: 20px;
  position: relative;
}
.search-bar input {
  border: 0px solid #f1f1f1;
  font-size: 15px;
  width: 530px;
  border-radius: 0.25rem;
  height: 34px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.search-bar a svg {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #fff;
  font-size: 16px;
  width: 15px;
}
.search-bar input:focus {
  background-color: rgba(0,0,0,.2);
  border: 0px solid #f1f1f1;
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 45%);
  color: white;
}
.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f1f1f1;
  opacity: 1; /* Firefox */
}

.search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f1f1f1;
}

.search-bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: #f1f1f1;
}
#sidebar-wrapper {
  background-color: rgba(0,0,0,.2);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.brand-logo {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.logo-text {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 3px;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
}
.fixed-top{
  left:250px;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 90%;
  overflow: scroll;
  padding-bottom: 30px;
}
.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu>li>a {
  padding: 13px 5px 13px 15px;
  display: block;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  text-decoration: none;
  font-weight: bolder;
  transition: .3s all;

}
.sidebar-menu li a svg:first-child {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
  margin-bottom: 4px;
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-left-color: #ffffff;
}
.footer {
  bottom: 0px;
  color: rgba(255, 255, 255, 0.73);
  text-align: center;
  padding: 12px 30px;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-wrapper {
  margin-left: 250px;
  padding: 20px 10px;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  border: none;
  background-color: rgba(0,0,0,.2);
}
.card-title {
  margin-bottom: 0.75rem;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 20px;
  color: #ffffff;
}
.table-responsive {
  white-space: nowrap;
}
.card-body{
  padding: 2rem 1.5rem;
}
.card .table {
  margin-bottom: 0px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  /* color: rgba(255,255,255,.85); */
}
 
thead th, 
.MuiTableCell-head {
  background-color: rgb(74 73 73 / 30%) !important;
}

.table>:not(caption)>*>*{
  border: 0 !important;
}
.table thead th {
  /* font-size: .72rem; */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 1px;
  font-weight: bolder;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.card .table td, .card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 15px;
}
.table button{
  background: transparent;
}
.three-dot::after{
  content: none;
}
.three-dot svg{
  width: 20px;
}
.MuiTableCell-head,
.MuiTableBody-root td,
.MuiTablePagination-selectLabel,
.MuiInputBase-root,
.MuiTablePagination-displayedRows,
.MuiInputBase-root svg,
.MuiTablePagination-actions svg,
.MuiButtonBase-root,
.MuiTypography-root{
  font-size: 16px !important;
  color: white !important;
}
.MuiTableRow-root{
  background-color: transparent !important;
}
.MuiIconButton-root,
.MuiButtonBase-root svg{
  width: 40px;
  height: 25px;
}
.MuiIconButton-sizeMedium {
  margin-bottom: 30px !important;
}

.MuiTableContainer-root{
  margin-top: 20px !important;
}
.MuiPaper-elevation,
.MuiTableRow-head,
.MuiToolbar-gutters{
  background-color: transparent !important;
}

.MuiTablePagination-selectLabel,
.MuiTablePagination-actions .MuiIconButton-sizeMedium{
  margin-bottom: 0px !important;
}
td{
  transition: .3s all !important;
}
tr:hover td{
  color: black !important;
}
.MuiMenu-list{
  background-color: white;
}
.MuiBox-root{
  height: 20px;
  font-weight: 500 !important;
  font-family: inherit !important;
}
.MuiTableCell-sizeMedium{
  font-weight: 100 !important;
  font-family: inherit !important;
}
.MuiBox-root{
  height: 60px;
  line-height: 60px;
}
.MuiButton-textSizeMedium,
.MuiFormControlLabel-label,
.MuiMenuItem-gutters{
  color: black !important;
}

.MuiAlert-message{
  display: none;
}
.MuiTableRow-root.Mui-selected {
  background-color: white !important;
}
.Mui-selected td,
.Mui-selected td span {
  color: black !important;
}
.MuiPaper-elevation{
  box-shadow: none !important;
}
.user-item {
  width: 100%
}

.user-container {
  display: flex;
  flex-wrap: wrap;
  color: transparent;
}

.user-container > .user-item {
  flex: 49%;
  margin-bottom: 10px;
}
hr{
  margin: 10px;
}

.bg-theme .btn-light {
  color: #fff;
  background-color: rgba(255,255,255,.125);
  border-color: rgba(255,255,255,.125);
}

.bg-theme .btn {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 9px 19px;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.bg-theme .btn:hover,
.bg-theme .btn:focus,
.bg-theme .btn:active,
.bg-theme .btn.active {
  background-color: white !important;
  color: black;
}
.bg-theme .btn-alert:hover,
.bg-theme .btn-alert:focus,
.bg-theme .btn-alert:active,
.bg-theme .btn-alert.active {
  background-color: #b94c00 !important;
  color: white !important;
}
.bg-theme .btn-alert {
  font-size: 14px !important;
  padding: 6px !important;
}
.border-container{
  border: 1px solid white;
  padding: 10px;
  border-radius: 6px;
}
.st0{fill:#ffffff;} 
.ln-h{
  line-height: 50px;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.head-row{
  padding: 0 20px;
}
.MuiTooltip-popper>*{
  font-size: 12px !important;
}
.tox-statusbar{
  display: none !important;
}
.scrollbtn{
  background-color: rgba(0, 0, 0, 0.397);
  height: 60px;
  position: fixed;
  bottom: 20px;
  width: 60px;
  transition: opacity 0.5s ease-in-out 0s, right;
  cursor: pointer;
  opacity: 1;
  right: 30px;
  z-index: 1000;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
}
.d-hotline {
  background-color: white !important;
}
.width-140{
  width: 140px;
}
#fc_frame{
  position: fixed;
}
#fc_push_frame{
  position: fixed;
  z-index: 999999999999999999;
  top: 0;
  display: none;
}
#fc_push{
  height: 260px;
  border-radius: 10px; 
  box-shadow: 0 1px 2px rgb(60 68 72 / 29%);
}
.card-authentication1 {
  width: 400px;
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.card-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.has-icon-right .form-control {
  padding-right: 37px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.has-icon-right .form-control:focus {
  background-color: rgba(0,0,0,.2);
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 45%);
}
.has-icon-right .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(204 205 206);
  opacity: 1; /* Firefox */
}

.has-icon-right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(204 205 206);
}

.has-icon-right .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(204 205 206);
}
.has-icon-right .form-control-position {
  right: 0px;
  left: auto;
}

.form-control-position {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
[class*="icheck-material"] {
  min-height: 22px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 0px;
}
.icheck-material-white > input:first-child {
  background-color: #ffffff;
}
[class*="icheck-material"] > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
  background-color: #787878;
  border-radius: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  display: block;
  width: 22px;
  height: 22px;
  outline: none;
  transform: scale(2);
  -ms-transform: scale(2);
  transition: opacity 0.3s, transform 0.3s;
}
[class*="icheck-material"] > label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  color: white;
}
.icheck-material-white > input:first-child:checked + label::before, .icheck-material-white > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}
[class*="icheck-material"] > input:first-child + label::before, [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0.25rem;
  margin-left: -29px;
  box-sizing: border-box;
}
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after, [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
  width: 6px;
  height: 12px;
  transform: translate(7px, 2px) rotate(45deg);
  -ms-transform: translate(7px, 2px) rotate(45deg);
}
.icheck-material-white > input:first-child:checked + label::after, .icheck-material-white > input:first-child:checked + input[type="hidden"] + label::after {
  border-bottom-color: #000 !important;
  border-right-color: #000 !important;
}
[class*="icheck-material"] > input:first-child:checked + label::after, [class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
  box-sizing: border-box;
}
.card-authentication1 .btn{
  font-size: 1.70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.mb-17{
  margin-bottom: 17vh !important;
}
.btn-picker.btn{
  font-size: 14px;
  padding: 3px 5px;
  height: 30px;
}
.react-datepicker{
  border: none !important;
  box-shadow: rgb(0 0 0 / 25%) 1px 1px 2px 0;
  border-radius: 5px;
}
.react-datepicker__header{
  background-color: #F78536 !important;
  color: white !important;
}
.react-datepicker__current-month, 
.react-datepicker-time__header, 
.react-datepicker-year-header,
.react-datepicker__navigation,
.react-datepicker__year-read-view--down-arrow, 
.react-datepicker__month-read-view--down-arrow, 
.react-datepicker__month-year-read-view--down-arrow, 
.react-datepicker__navigation-icon::before,
.react-datepicker__day-name, 
.react-datepicker__time-name
{
  color: white !important;
}
.react-datepicker__navigation-icon::before
{
  border-color: white !important;
  top: 12px !important;
}
.react-datepicker__day--keyboard-selected, 
.react-datepicker__month-text--keyboard-selected, 
.react-datepicker__quarter-text--keyboard-selected, 
.react-datepicker__year-text--keyboard-selected{
  background-color: transparent !important;
  color: black !important;
  font-weight: 200 !important;
}
.react-datepicker__day--selected, 
.react-datepicker__day--in-selecting-range, 
.react-datepicker__day--in-range, 
.react-datepicker__month-text--selected, 
.react-datepicker__month-text--in-selecting-range, 
.react-datepicker__month-text--in-range, 
.react-datepicker__quarter-text--selected, 
.react-datepicker__quarter-text--in-selecting-range, 
.react-datepicker__quarter-text--in-range, 
.react-datepicker__year-text--selected, 
.react-datepicker__year-text--in-selecting-range, 
.react-datepicker__year-text--in-range{
  background-color: #f78736 !important;
}
.react-datepicker__close-icon::after,
.react-datepicker__today-button{
  background-color: #f78736 !important;
  color: white !important;
}
.react-datepicker__today-button{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  width: 2em !important;
  line-height: 2em !important;
}
.alert-container {
  background: rgba(0, 0, 0, 0.3);padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
.alert-modal {
  margin:0 auto;
  cursor: default;
  transition: opacity .4s;
  overflow: scroll;
  background: #fafafa;
  padding-bottom: 1em;
  border-radius: 10px;
  max-width: 700px;
}

.alert-modal .header {
  position: relative;
  box-shadow: 0 1px 0 0 rgb(60 68 72 / 16%);
  background-color: #fff;
}
.alert-modal p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
}
.not-found{
  height: 100vh;
  
}
.not-found h1{
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.minus.disabled,
.plus.disabled{
  background-color: gray;
}
.react-datalist-input__listbox{
  max-height: 200px;
  overflow: scroll;
}
#from-place input,
#to-place input{
  font-size: 14px;
  color: black;
  padding-left: 18px;
  height: 100%;
}

#from-place,
#to-place{
  height: 35px;
}
.dt-modal-container{
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  height: 100%;
}
.btn-close.btn-edit{
  opacity: 1;
  height: 15px;
  line-height: 10px;
}
.btn-close.btn-edit:hover{
  background: white !important;
}
.flight-cost{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.flight-cost svg{
  width: 10px;
  margin: 8px;
}

.alternatives p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ml-05{
  margin-left: 5px;
}
.mr-05{
  margin-right: 5px;
}
.w-500{
  width: 50%;
}
.dropdown-item:active{
  color: inherit;
  background: inherit;
}
.reset{
  cursor: pointer;
}
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow{
  top: 5px !important;
  border-color: white !important;
}
.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown{
  background: white !important;
}
.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option{
  color: #F78536 !important;
}
.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type{
  background: #F78536 !important;
}

.react-datepicker__navigation.react-datepicker__navigation--years.react-datepicker__navigation--years-previous::after{
  border-color: white !important;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 9px;
  transform: rotate(135deg);
}
.react-datepicker__navigation.react-datepicker__navigation--years.react-datepicker__navigation--years-upcoming::after{
  border-color: white !important;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 12px;
  width: 9px;
  transform: rotate(-45deg);

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#field-wrapper img{
  height: 1.2em !important;
  margin-top: 11px;
}
.ccicontainer p{
  display: none;
}
.fh5co-social a{
  display: inline-block;
  width: 40px;
  height: 40px;
}
tr td{
  color: black !important;
}
tr th{
  color: white !important;
}
.hour-diff{
  position: absolute;
  top: 0;
  right: 10%;
  font-size: 13px;
  color: black;
}
.selected .hour-diff{
  position: absolute;
  top: -20%;
  right: 10%;
  color: white;
}
.departure .hour-diff{
  top:-34%;
  right: 10%;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.equals{
  font-weight: 100;
  font-size: 12px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 426px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.MuiPaper-root svg,
.MuiPaper-elevation svg,
.MuiPaper-rounded svg,
.MuiSelect-select, 
.MuiTablePagination-select,
.MuiSelect-standard,
.MuiInputBase-input{
  color: white !important;
}
.bank-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.bank-table td,.bank-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
  text-align: center;
  color: black !important;
  min-width: 100px;
}

.bank-table tr:nth-child(even) {
  background-color: #dddddd;
}
.bank-table td img {
  width: 100%;
  height: 40px;
}
.bank-table button {
  background-color: transparent;
}
.pdf-height{
  width: 100%;
  height: 100vh;
}
.faq.d-flex{
  width: 100%;
}
.faq.d-flex:hover{
  border: 2px solid white;
}
h3{
  margin-top: .4rem !important;
}
.admin-table td, .admin-table th{
  border: 1px solid white;
  padding: 0px 10px;
  color: white !important;
}
.admin-table tr:hover, .admin-table tr:hover td, .admin-table td:hover, .admin-table th:hover{
  color: white !important;
}
.btn-popular.btn{
  font-size: 16px;
  padding: 4px 10px;
}
#popular input{
  font-size: 15px;
}
.faq .ml-auto{
  font-size: 12px;
    padding: 3px;
}
hr{
  opacity: 1 !important;
}
.populars-cover{
  padding:0;
  height:280px;
  overflow:hidden;
}
.populars-img{
  position: absolute;
  padding:0;
  height:auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.react-datalist-input__listbox{
  width: 300px !important;
}

.popular-container{
  max-width: 1000px;
}
.popular-races{
  padding:0;
  height:100%;
  width: 100%;
  object-fit: cover;
}