
body {
    background-color: #fff !important; /* You can replace this color with any color of your choice */
    margin: 0 !important;
  }

.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #C51C1F;
    box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn)
    }
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}
  
.Maindestopview {
  font-family: 'interstatelight';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 32px;
  flex-direction: column;
}


.nav .flighticon1 {
    display: block;
    outline: none;
    padding: 10px 15px 2px 45px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-image: url('../../Assets/Image/flighticon.png');
    background-position: 10px;
    background-repeat: no-repeat;
    
}
.nav .hotelicon1 {
    display: block;
    outline: none;
    padding: 10px 15px 2px 45px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-image: url('../../Assets/Image/hotelicon.png');
    background-position: 10px;
    background-repeat: no-repeat;
    
}
.nav .otherservices {
    display: block;
    outline: none;
    padding: 10px 15px 2px 45px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-image: url('../../Assets/Image/otherservice.png');
    background-position: 10px;
    background-repeat: no-repeat;
    
}
.maintab {
    border: 1px solid #ddd;
}


div.DynaDiv {
    display: block;
    background-color: #FFF;
    background-repeat: repeat;
    padding: 0;
    z-index: 9999;
    border: 1px solid #A5ACB2;
    overflow-x: auto;
    max-height: 344px;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 0px;
    min-height: 22px;
    font-size: 12px;
    border-radius: 2px;
}



:root {
    --width-container: 540px;
  }
  

  .input-row {
    display: flex;
    padding: var(--space-8) 0;
    border-bottom: var(--border);
  }
  .input-row:last-child {
    border-bottom: 0;
  }
  .title {
    margin-right: var(--space-8);
  }
  .label {
    margin-bottom: var(--space-1);
    font-weight: bold;
  }
  .description {
    color: var(--color-gray-600);
  }
  .input {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--space-12);
    height: var(--space-12);
    border: 1px solid var(--color-blue-500);
    border-radius: var(--round);
    background-color: var(--color-white);
  }
  button:hover {
    background-color: var(--color-blue-200);
    cursor: pointer;
  }
  button:focus {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  button[disabled] {
    opacity: var(--opacity-50);
    pointer-events: none;
  }
  button:active {
    background-color: var(--color-blue-300);
  }
  
  .number {
    font-size: var(--text-lg);
    min-width: var(--space-12);
    text-align: center;
  }
  .icon {
    user-select: none;
  }
  .dim {
    color: var(--color-gray-400);
  }

  .Categorysection .f-col {
    gap: 12px;
  }
  .Categorysection h2{
    font-size: 14px;
    font-family: 'interstateregular';
    color: #1D2C3C;

  }
  .Categorysection .description {
    font-size: 14px;
    color: #68687D;
    font-family: 'interstatelight';
    margin: 0;
  }

  .accordion-body {
    position: absolute;
    background: white;
    z-index: 1;

  }
  .accordion  {
    position: relative;
  }


  .Businesspolicy {
    max-height: 200px;
    overflow: scroll;
  }

  /* datepicker css start */

  input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
    width: 100%!important;
} 
        body {
            font-family: Arial, sans-serif;
            margin: 20px;
        }
        .custom-range {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        
        .range-container {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            text-align: center;
        }
        .col-md-6 {
            width: 48%;
        }

        .range-container .col-md-6 {

            padding: 21px 8px 19px 0px;
            border: 1px solid #ddd;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 17px;
        }
        
        .daterangepicker th.month {
            width: auto;
        }

        .daterangepicker th.month {
    width: auto;
    font-size: 24px!important;
    padding: 10px 5px 16px 6px;
}



#startDate {
  margin: 0;
}
#endDate {
  margin: 0;
}
/* Datepickercssend */

.tabmenuselect {
  display: flex;
  gap: 40px;
  padding: 8px 8px 19px 6px;
}
.tabmenuselect1 {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
  align-items: center;
}
.radioselecttab {
  width: 16px;
}

.tabstartallse {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {

  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #3C6992!important;
}

.form-control:focus {
  color: var(--bs-body-color); 
  background-color: var(--bs-body-bg); 
   border-color: none; 
   outline: 0; 
  box-shadow: none!important; 
}


.accordion  {

  --bs-border-radius: 0px!important;
}
.Employeesec {
  height: 46px;
  padding: 1px 24px 3px 27px!important;
} 

.flightexchange {

  position: absolute;
  right: -15px;
  top: 7px;
}
.flightexchangeicon {
  display: flex;
      position: relative;
}
.flightexchange img {
  width: 32px;
  height: 32px;
}
.Employeesec22 {
  display: block;
  outline: none;
  font-size: 12px;
  color: black;
  background-image: url(../../Assets/Image/Pesonicon.png);
  background-position: 1px;
  background-repeat: no-repeat;
}
.callendaricon22 {
  height: 16px;
  width: 20px;
  display: block;
  outline: none;
  font-size: 12px;
  color: black;
  background-image: url(../../Assets/Image/calendaricon.png);
  background-position: 1px;
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
  color: #000!important;
  background-color: white!important;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none!important;
  outline: none!important;
  box-shadow: none!important;
  background-color: white;
}

.form-control:focus { 

  border-color: #ddd!important;
}


/* Reposivecss */
@media screen and (max-width: 767px) { 

  .mb-3 {
    display: flex;
        gap: 14px;
  }
  .flightexchange {
    position: absolute;
    right: 177px;
    top: 36px;
}
 }





 .btn-primary-dashboard { 
  height: 48px; 
  color: #fff; 
  background-color: #3C6992; 
  border: none; 
  font-size: 16px; 
  font-weight: 400; 
  border-radius: 4px; 
  padding: 0 24px; 
  line-height: 20px; 
  font-family: "interstateregular";
}

 .btn-primary-dashboard:hover { 
  color: #fff; 
  background-color: #084876;
}

.btn-primary-dashboard:not(:disabled):not(.disabled):active,
.btn-primary-dashboard:not(:disabled):not(.disabled).active,
.show>.btn-primary-dashboard.dropdown-toggle {
    color: #fff;
    background-color: #084876;
    border-color: none;
}

.btn-primary-dashboard:not(:disabled):not(.disabled):active:focus,
.btn-primary-dashboard:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary-dashboard.dropdown-toggle:focus {
    box-shadow: none;
}


 .main-booking-engine { 
  border: .6px solid #BFCBD9;
  padding: 0 !important;
 }

 .nav.nav-tabs.bookingengine { 
  height: 56px;
 }

 .line-division {
   height: 0.6px; 
   background-color: #BFCBD9; 
   width: 100%;  
   display: flex; 
 }

.bookingengine .nav-item .nav-link{
    padding: 15px 24px;
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    gap: 4px;
    color: #68687D;
    font-family: "interstateregular";
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ 
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}

.bookingengine .nav-item .nav-link.active{
  color: #1D2C3C;
}

.bookingengine .nav-tabs .nav-link:hover {
  border:none !important; 
  color: #68687D !important;
}

.tab-panel-container {
  padding: 1.5rem;
}

.tab-panel-container .tab-pane .tabmenuselect{
    padding: 0 0 1.5rem 0;
    border-bottom: none;
    gap: 24px;
}

.flight-rt-tab {
  gap: 1.5rem;
}

.flight-rt-tab .row {
  /* margin: 0; */
  flex-wrap: nowrap;
  /* gap: 16px; */
}

.tab-genric-inputs {
  padding: 0 8px !important;
  /* flex: 1 !important; */
  position: relative;
}

.flight-destination-route {
  flex: 2;
  display: flex;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swipe {
    position: absolute;
    background: #fff;
    border: 1px solid;
    border-radius: 24px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: -16px;
    z-index: 1;
    top: 8px;
    display: flex;
    cursor: pointer;
}
.tab-genric-inputs .form-control { 
  border-radius: 2px !important;
  border: .6px solid #BFCBD9;
  min-height: 48px;
    font-family: 'interstatelight';
    padding: 11px 8px 11px 32px !important;
}

.tab-genric-inputs .field-icons {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 20px;
    color: #68687D;
}

.datepickcustom {
  border-radius: 2px !important;
  padding: 15px 19px 15px 9px !important;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 48px;
  border: .6px solid #BFCBD9;
  padding: 0 4px 0 32px !important;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 2px !important;
  border: .6px solid #BFCBD9;
  min-height: 48px;
  padding: 0 8px;
  font-size: 16px;
  color: #68687D;
  font-family: 'interstatelight';
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.field-dropdown.accordion-item:last-of-type .accordion-collapse {
  background: #fff;
  height: 100%;
}

.field-dropdown.accordion-collapse .accordion-body {
  border: .6px solid #BFCBD9;
  padding: 12px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  max-height: 344px;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection.room-additional {
  border-bottom: .6px solid #BFCBD9;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection.room-additional:last-of-type {
  border-bottom: none;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection .tripcontenthead {
  font-size: 12px;
  line-height: 16px;
  color: #68687D;
  font-family: 'interstatelight';
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection .tripcontenthead.room-heading {
  color: #1570EE;
  font-size: 14px;
  font-family: 'interstateregular';
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection  .categoryselection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'interstateregular';
  font-size: 14px;
  line-height: 16px;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection  .categoryselection.employee {
  display: flex;
  flex-direction: column;
  font-family: 'interstateregular';
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.field-dropdown.accordion-collapse .accordion-body .Categorysection  .categoryselection.employee:hover {
  background: #F5F7FA;
}

.field-dropdown.accordion-collapse .accordion-body .Categorysection  .categoryselection.employee .empname {
  font-size: 14px;
  font-family: 'interstateregular';
  color: #1D2C3C;
}

.field-dropdown.accordion-collapse .accordion-body.employee-list-dropdown  {
  padding: 12px 0;
}

.field-dropdown.accordion-collapse .accordion-body.employee-list-dropdown .categoryselection {
  padding: 8px 12px;
}

.field-dropdown.accordion-collapse .accordion-body.employee-list-dropdown .categoryselection span {
  font-size: 12px;
  color: #68687D;
}

.field-dropdown.accordion-collapse .accordion-body.employee-list-dropdown .Categorysection .tripcontenthead {
  padding: 0 12px;
}

.pax-vale-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  height: 32px;
}

.pax-vale-block .minus, .pax-vale-block .plus{
  width: 32px;
  height: 32px;
  border-radius: 25px;
  border: .6px solid #BFCBD9;
}

.checkflight-action {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
  gap: 16px;
}

input[type=radio] {
  width: 18px;
  height: 18px;
}

.flightexchangeicon .DynaDiv {
  position: absolute;
  top: 48px;
  width: 100%;
 }

.main-section-block { 
  padding: 0;
}

.main-section-block .inside-block {
  flex:1;
}
 .expense-view-section {
  border: .6px solid #BFCBD9;
  padding: 16px;
  flex: 1;
  display: flex;
  gap: 12px;
 }

 .pro-heading-row {
  justify-content: space-between;
 }

.h6-heading {
  font-size: 20px;
  line-height: 20px;
  font-family: 'interstateregular';
  color: #1D2C3C;
}

 .empty-state-dashbord {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 12px;
  text-align: center;
 }

 .empty-title {
   color: #68687D;
   font-family: 'interstateregular';
   font-size: 20px;
   line-height: 32px;
   letter-spacing: -1px;
   margin: 0;
 }

 .empty-perh {
  font-size: 14px;
  line-height: 20px;
  color: #68687D;
  font-family: 'interstatelight';
  margin: 0;
 }

 .empty-button {
  color: #1570EE;
 }


 .booking-section {
  border: .6px solid #BFCBD9;
  flex: 1;
  display: flex;
  gap: 12px;
  flex-direction: column;
 }

 .booking-row-head {
  background: #F1F4F8;
  font-size: 24px;
  font-family: 'interstateregular';
  color: #1D2C3C;
  padding: 8px;
 }

 .card-listingrow {
  padding: 12px;
 }

 .card {
  width: 25%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'interstatelight';
    font-size: 14px;
}

.card .status {
  background-color: #1E8449;
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  width: auto;
}

.trip-details {
  margin-bottom: 12px;
}

.trip-title {
  font-family: 'interstateregular';
  font-size: 16px;
  color: #1D2C3C;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: -.5px;
}

.trip-dates-cost {
  color: #68687D;
  margin-bottom: 4px;
}


.divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}

.flex-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.flex-row .icon {
  width: 20px;
  height: 20px;
}

.route-text {
  font-size: 16px;
  color: #1D2C3C;
}

.traveler-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.avatar {
  background-color: #F5C6CB;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.traveler-name {
  flex-grow: 1;
  margin-left: 8px;
}

.traveler-code {
  font-size: 12px;
  color: #666;
}

.briefcase-icon {
  font-size: 18px;
  color: #1A73E8;
}

 .data-listing-dashboard .grid-listing thead {background-color: #3B4859; color: white; font-family: 'interstateregular'; }
 .data-listing-dashboard .grid-listing tr .th-grid { text-align: left; padding: 8px; font-weight: 400; letter-spacing: -1px;}
 .data-listing-dashboard .grid-listing tr .td-grid {text-align: left;  padding: 8px; font-weight: 400; letter-spacing: -1px; border-bottom: .6px solid #D7E2EE; }

.welcome-section {}
.h2-welcome-heading { font-size: 42px; font-family: 'interstateregular'; line-height: 48px; letter-spacing: -1px;}
.welcome-text { color: #68687D; font-size: 16px; line-height: 24px; font-family: 'interstatelight'; margin: 0;}

.airline-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.airline-row i.flight-icon {
  color:#5F6368;
}

.airline-row i.material-symbols-outlined {
  font-size: 16px;
  rotate: 90deg;
}

.airline-row i.hotel-icon {
  rotate: 0deg;
}

.airline-row .flight-details  strong {
  font-family: 'interstateregular'; 
  font-size: 14px;
  line-height: 20px;
  color: #1D2C3C;
}

.airline-row .flight-details p {
  font-size: 12px;
  line-height: 16px;
  color: #68687D;
  font-family: 'interstatelight'; 
  margin: 0;
}


.airport-code {
  font-family: 'interstatelight'; 
  color: #1D2C3C;
  font-size: 14px;
}

.destination-list {
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.add-flight-mt {
  color: #1570EE;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.add-flight-mt i {
  font-size: 20px;
}

.remove-inputs {
  width: 2%;
  padding: 0;
  align-items: center;
  display: flex;
}

.remove-inputs i {
  border: 2px solid #B51213;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 4px;
  color: #B51213;
}

.room-adder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.room-adder button.add-room-button {
  color: #1570EE;
  font-size: 14px;
  font-family: 'interstateregular'; 
}

.room-adder button.add-room-button i {
  font-size: 16px;
}

.remove-button {
  justify-content: end;
  color: #1570EE;
  font-family: 'interstateregular'; 
  margin-bottom: 8px;
  font-size: 14px;
}
/* Hide Edge default password reveal icon */
input::-ms-reveal {
    display: none;
}

/* Optional: also for Internet Explorer if needed */
input::-ms-clear {
    display: none;
}
