/*your custom css goes here*/
.timeline {
    border-left: 2px dashed var(--primary) !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /*background: rgba(114, 124, 245, 0.09);*/
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 60%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    /*border-bottom: 1px dashed #e8ebf1;*/
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px var(--primary) !important;
    box-shadow: 0 0 0 3px var(--primary) !important;
    left: -58.8px;
    background: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.airlines_logo {
    width: 100px !important;
    height: 60px !important;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  &:before {
    content: '';
    // use the linear-gradient for the fading effect
    // use a solid background color for a solid bar
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  &:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    // this is really the only tricky part, you need to specify the background color of the container element...
    color: #818078;
    background-color: #fcfcfa;
  }
}

/*--------------------------------------------------------------
# Custom Preloader
--------------------------------------------------------------*/
#custom-preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    opacity: 0.7;
    background: #fff;
    transition: all 0.6s ease-out;
    display: none; /* Initially hidden */
  }
  
  #custom-preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: #e62e04 transparent #e62e04 transparent;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: animate-custom-preloader 1.5s linear infinite;
  }
  
  @keyframes animate-custom-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .custom-preloader-img {
    position: fixed;
    top: calc(40% - 30px);
    left: calc(45% - 30px);
    height: 65px;
  }
    @media screen and (max-width: 600px){
      .custom-preloader-img {
          position: fixed;
          top: calc(40% - 30px);
          left: calc(25% - 30px);
          height: 45px;
        }
    }

    .aiz-notify{
        z-index: 9999999 !important;
    }
.display-customer-custom{
    display: flex
}
@media screen and (max-width: 600px){
    .display-customer-custom{
        display: block;
    }
    table.table-borderless td.w-50 {
        width: 40% !important;
    }
}
.aiz-user-sidenav-wrap{
    border: 0 !important;
    background: transparent !important;
}
.box-shadow-none{
    box-shadow: none !important;
}
.aiz-user-sidenav{
    background: #fff !important;
    border: 1px solid #f1f1f1 !important;
}
