/**
    For airport suggestion box template css
*/
.country-name-lt {
  padding: 0;
  width: auto;
  font-size: 9px;
  color: #333;
}

.city-box {
  display: block;
  width: 100%;
}

.city-lt {
  padding: 0 !important;
  width: auto !important;
  font-size: 12px;
}

.city-lt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 19em;
  display: inline-block;
  padding: 0 0 0 0px !important;
  font-size: 11px;
  color: #999;
}

.city-rt {
  font-size: 12px;
}

.city strong {
  color: #dc143c;
}

.city {
  font-weight: 400 !important;
  color: #000 !important;
  font-size: 16px;
}

/**
    For TypeHead  css
*/
ngb-typeahead-window .dropdown-item {
  background-color: #fff;
}


ngb-typeahead-window .dropdown-item {
  padding: 0.25rem 0.5rem !important;
}

typeahead-container button.dropdown-item {
  width: 120% !important;
  cursor: pointer;
}

typeahead-container button.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f5f5;
}

button.dropdown-item.active,
.dropdown-item:active {
  background-color: #eee;
}

ngb-typeahead-window {
  max-height: 369px;
  overflow-y: auto;
  width: 94%;
}

/**
    Date Picker css
*/

.theme-green .bs-datepicker-head {
  background-color: #168FCE !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #168FCE !important;
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #168FCE !important;
}

.bootstrap-error-msg {
  color: red;
  font-size: 13px;
  font-family: Segoe UI, arial, sans-serif !important;
}

.bootstrap-error-msg2 {
  color: red;
  font-size: 13px;
  font-family: Segoe UI, arial, sans-serif !important;
  margin-left: 190px;
}

.processing-bg {
  background: #cce3ff;
  border: #3d8bf1 solid 1px;
  padding: 4px;
  border-radius: 4px;
}

.rt-ribbon {
  --f: .5em;
  --r: .8em;
  font-size: 12px;
  color: #212529;
  position: absolute;
  top: 8px;
  right: calc(-0.2*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #DFF6DD;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.rt-ribbon2 {
  --f: .5em;
  --r: .8em;
  font-size: 12px;
  color: #212529;
  position: absolute;
  top: 8px;
  right: calc(-0.2*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #FED9CC;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.mc-ribbon {
  --f: .5em;
  --r: .8em;
  font-size: 12px;
  color: #212529;
  position: absolute;
  top: -1px;
  right: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #DFF6DD;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.mc-ribbon2 {
  --f: .5em;
  --r: .8em;
  font-size: 12px;
  color: #212529;
  position: absolute;
  top: -1px;
  right: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #FED9CC;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f)/2));
}

.roundtrip-select {
  /* width: calc(100% - 358px) !important;
    background: #168fce !important;
    padding: 10px !important;
    position: fixed !important; */
  bottom: 37px !important;
  /* z-index: 99 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-top: #015a8c solid 1px !important;
    border-radius: 4px !important;
    left: 17.5% !important; */
}

.noUi-target {
  position: relative;
  direction: ltr;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-horizontal {
  height: 6px !important;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  top: -9px !important;
  background: #189afc !important;
  cursor: pointer;
}

.noUi-handle:before {
  height: 0px;
}

.noUi-handle:after {
  height: 0px;
}

.noUi-handle {
  border-radius: 25px !important;
  border: 4px solid #fafafa !important;
  box-shadow: -4px 4px 6px -3px rgba(0, 0, 0, 0.6) !important;
}

.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  top: -9px !important;
  background: #1a8ecd !important;
  cursor: pointer;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #ffffff !important;
  left: 14px;
  top: 6px;
}

.status-badge2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 7px 7px 16px;
  border-radius: 20px;
}

.seats-left-status {
  background: #ecf3f6;
}

.account-code-status {
  background: #ecf3f6;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(22 143 206));
}

.fare-family-status {
  /* background: #e9d4d4; */
  color: red;
}

.flight-multicity-tab .nav-link {
  line-height: 7px !important;
}

.flight-multicity-tab .nav-link {
  padding: 8px 14px !important;
}

.btn-second-sutisoft-selected {
  border: 1px solid #242424 !important;
  border-radius: 4px;
  min-width: 96px;
  color: #242424 !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  background: #fff;
}

.btn-second-sutisoft-selected:hover {
  background: #f5f5f5 !important;
}

.btn-second-sutisoft-selected:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
  box-shadow: none;
}

@media (min-width: 1440px) {
  .bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: 0 0 10px 0 #aaa;
    position: relative;
    z-index: 1;
    left: 35px !important;
  }

  .bs-datepicker.ng-tns-c3649951909-0.theme-green.ng-star-inserted {
    left: 35px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: 0 0 10px 0 #aaa;
    position: relative;
    z-index: 1;
    left: 90px !important;
  }

  .bs-datepicker.ng-tns-c3649951909-0.theme-green.ng-star-inserted {
    left: 90px !important;
  }
}


#destination+.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  left: 90px !important;
}


.custom-datepicker-input~.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: absolute;
  /* Use absolute since bs-datepicker often positions itself this way */
  z-index: 1050;
  /* Ensure it's above other elements */
  left: 90px !important;
}

.align-end {
  text-align: end !important;
}

.align-start {
    cursor: pointer;
    text-align: start !important;
}

.align-center {
  text-align: center !important;
}

.profile-icon {
  height: 38px;
  border-radius: 50px;
}

body.modal-open {
  font-size: 16px !important;

}

body {

  font-size: 16px !important;

}


.radio-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #616161;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: relative !important;
  margin-right: 0px;
  margin-top: .3rem;
  margin-left: -1.5rem;
  top: 3px !important;
}

.radio-btn:checked::after {
  content: "";
  position: absolute !important;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #0F6CBD;
  border-radius: 50%;
}

.choose-btns {
  position: relative;
  display: block;
  /* padding-left: 0px !important; */
  margin-bottom: 12px;
}

.card-type-indicator img {
  position: absolute;
  top: 34px;
  right: 20px;
}

.filter-sec .list-inline-item:not(:last-child) {
  margin-right: 4px !important;
}

.filter-icon ul .list-inline-item {
  width: 24% !important;
  float: left;
}

.flight-booking .flight-booking-inner {
  background: #F9F9F9;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  min-height: 0px !important;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn {
  padding: 6px 12px 6px 12px !important;
  font-size: 15px !important;
  /*   line-height: 1.42857143; 
  margin-left: 4px;*/
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}


/* Override the default toast container styles, including inline styles */
.custom-toast.swal2-popup.swal2-toast {
  display: flex !important;
  /* Use flexbox for alignment */
  flex-direction: row !important;
  /* Align icon and text in a row */
  align-items: center !important;
  /* Vertically center icon and text */
  justify-content: flex-start !important;
  /* Align content to the start */
  grid-template-columns: none !important;
  /* Disable grid layout */
  width: auto !important;
  /* Ensure width adjusts to content */
  max-width: 80vw !important;
  /* Prevent the toast from becoming too wide */
  padding: 8px 12px !important;
  /* Compact padding */
  box-sizing: content-box !important;
  /* Ensure padding doesn't affect width */
  background: #fff !important;
  /* Consistent background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  /* Subtle shadow */
  overflow-y: hidden !important;
  /* Prevent vertical overflow */
}

/* Ensure child elements don't use grid positioning */
.custom-toast.swal2-popup.swal2-toast>* {
  grid-column: auto !important;
  /* Disable grid column placement */
}

/* Style the success icon container */
.custom-toast .swal2-icon.swal2-success {
  display: inline-flex !important;
  /* Ensure proper alignment */
  align-items: center !important;
  /* Center the checkmark vertically */
  justify-content: center !important;
  /* Center the checkmark horizontally */
  width: 2em !important;
  /* Default size for visibility */
  height: 2em !important;
  /* Match height to width */
  min-width: 2em !important;
  /* Ensure minimum width */
  margin: 0 8px 0 0 !important;
  /* Space between icon and text */
  color: #43af05 !important;
  /* Match icon color */
  position: relative !important;
  /* Ensure child elements position correctly */
  overflow: visible !important;
  /* Prevent clipping of child elements */
  flex-shrink: 0 !important;
  /* Prevent the icon from shrinking */
}

/* Ensure the success ring is visible */
.custom-toast .swal2-success-ring {
  display: block !important;
  /* Ensure the ring is visible */
  border: 4px solid #43af05 !important;
  /* Visible border for the ring */
  border-radius: 50% !important;
  /* Circular shape */
  width: 2em !important;
  /* Match the icon size */
  height: 2em !important;
  /* Match the icon size */
  top: 50% !important;
  /* Center vertically */
  left: 50% !important;
  /* Center horizontally */
  transform: translate(-50%, -50%) !important;
  /* Adjust for centering */
  position: absolute !important;
  /* Position relative to the icon container */
  z-index: 2 !important;
  /* Ensure it’s above other elements */
}

/* Style the checkmark lines */
.custom-toast .swal2-success-line-tip,
.custom-toast .swal2-success-line-long {
  display: block !important;
  /* Ensure the lines are visible */
  background-color: #43af05 !important;
  /* Match the icon color */
  height: 0.3125em !important;
  /* Default thickness */
  position: absolute !important;
  /* Ensure proper positioning */
  z-index: 3 !important;
  /* Ensure they’re above the ring */
}

/* Adjust the success line positions */
.custom-toast .swal2-success-line-tip {
  top: 1.125em !important;
  /* Default position */
  left: 0.1875em !important;
  width: 0.75em !important;
  /* Default width */
  animation: swal2-toast-animate-success-line-tip 0.75s !important;
  /* Ensure animation */
}

.custom-toast .swal2-success-line-long {
  top: 0.9375em !important;
  /* Default position */
  right: 0.1875em !important;
  width: 1.375em !important;
  /* Default width */
  animation: swal2-toast-animate-success-line-long 0.75s !important;
  /* Ensure animation */
}

/* Ensure the circular lines and fix are visible */
.custom-toast .swal2-success-circular-line-left,
.custom-toast .swal2-success-circular-line-right,
.custom-toast .swal2-success-fix {
  display: block !important;
  /* Ensure visibility */
  background-color: #fff !important;
  /* Match the toast background */
  position: absolute !important;
  /* Ensure proper positioning */
  z-index: 1 !important;
  /* Ensure they’re behind the checkmark */
}

/* Style the circular lines */
.custom-toast .swal2-success-circular-line-left {
  top: -0.8em !important;
  left: -0.5em !important;
  width: 1.6em !important;
  height: 3em !important;
  transform: rotate(-45deg) !important;
  transform-origin: 2em 2em !important;
  border-radius: 4em 0 0 4em !important;
}

.custom-toast .swal2-success-circular-line-right {
  top: -0.25em !important;
  left: 0.9375em !important;
  width: 1.6em !important;
  height: 3em !important;
  transform-origin: 0 1.5em !important;
  border-radius: 0 4em 4em 0 !important;
}

/* Style the success fix */
.custom-toast .swal2-success-fix {
  top: 0 !important;
  left: 0.4375em !important;
  width: 0.4375em !important;
  height: 2.6875em !important;
}

/* Style the message */
.custom-toast .swal2-title {
  display: inline-block !important;
  /* Ensure the title adjusts to content */
  white-space: nowrap !important;
  /* Prevent text from wrapping */
  font-size: 14px !important;
  /* Match existing font size */
  line-height: 1 !important;
  /* Normalize line height */
  margin: 0 !important;
  /* Remove default margins */
  padding: 0 !important;
  /* Remove default padding */
  text-align: initial !important;
  /* Keep text alignment */
  vertical-align: middle !important;
  /* Align with the icon */
  color: #43af05 !important;
  /* Match text color with icon */
  flex-shrink: 0 !important;
  /* Prevent the text from shrinking */
}

/* Ensure other elements don’t affect the width */
.custom-toast .swal2-html-container,
.custom-toast .swal2-actions,
.custom-toast .swal2-footer,
.custom-toast .swal2-timer-progress-bar-container {
  flex-shrink: 0 !important;
  /* Prevent these elements from shrinking */
}

.swal2-container {
  width: auto !important;
  max-width: 100% !important;
}

abbr[data-original-title],
abbr[title] {

  cursor: pointer !important;

}

.loader {
  width: 28px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #c5c5c5 92%, #0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 8px 8px;
  animation: l7 1s infinite;
  position: absolute;
  top: 22%;
  right: 4%;
}

.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: var(--gray) !important;
  border-color: var(--gray) !important;
}


.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: var(--gray) !important;
  border-color: var(--gray) !important;
}

@keyframes l7 {
  to {
    transform: rotate(.5turn)
  }
}

.fw-bold {
  font-weight: 600 !important;
}

.version-sec {
  border-top: 1px solid #d2d2d2;
  padding: 4px !important;
  text-align: center !important;
  margin-top: 4px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
  background: #e0e0e0 !important;
  margin: 2px;
  border-radius: 4px #e0e0e0;
  height: 24px !important;
  align-items: center;
  box-sizing: border-box;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  background: #e0e0e0 !important;
  color: #333333;
  margin: 2px !important;
  padding: 3px 8px !important;
  border-radius: 4px #e0e0e0 !important;

  height: 24px !important;

  align-items: center;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {


  background: #e0e0e0 !important;
  color: #333333;
  margin: 2px !important;
  /* padding: 3px 8px !important; */
    padding: 0px 8px 0px 0px !important;
  border-radius: 4px #e0e0e0 !important;

  height: 24px !important;
  display: flex;
  align-items: center;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: #333333 !important;
  color: #333333;
  padding: 0px 1px 3px 2px !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background: #e0e0e0 !important;
  border-radius: 2px;
  margin-right: 5px;
}

.my-profile-box {
  padding: 16px;
  border: #D2D2D2 solid 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 16px;
}

.bg-warning {
  background-color: #168FCE !important;
  color: white;
}

/* Ag grid list Styles Starts */

body {
  --ag-header-foreground-color: #000 !important;
  --ag-header-background-color: #f6f6f6 !important;
  --ag-font-size: 16px !important;
  --ag-data-font-size: 16px !important;
  --ag-font-family: inherit;
  --ag-font-weight: 400;
}

div.ag-root-wrapper {
  border: none !important;
}

.ag-theme-alpine .ag-header-cell {
  font-size: inherit;
  font-weight: normal;
}

.ag-theme-alpine .ag-header-cell {
  padding-left: 4px;
  padding-right: 4px;
}

.ag-theme-alpine .ag-cell {
  padding-left: 4px;
  padding-right: 4px;
}

div[class="ag-header ag-pivot-off ag-header-allow-overflow"] {
  background-color: #f6f6f6 !important;
}

.ag-row-selected::before {
  content: "";
  background-color: transparent !important;
}


.ag-header .ag-pivot-off .ag-header-allow-overflow,
.ag-header-viewport,
.ag-pinned-right-header {
  background-color: #f6f6f6 !important;
  color: #000 !important;
  font-weight: normal;
}

.ag-center-cols-viewport,
.ag-center-cols-container,
.ag-row,
.ag-row:hover {
  border-bottom: 1px solid #d2d2d2 !important;
  border-bottom-width: 1px;
  background: #fff !important;
  border-right: 0px solid #fff !important;
  border-left: 0px solid #fff !important;
}

.ag-row-hover,
.ag-row-hover::before {
  background: #fafafa !important;
}

.example-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-wrapper {
  flex: 1 1 0px;
  width: 100%;
}

#myGrid {
  height: 100%;
}

.ag-center-cols-viewport {
  min-height: unset !important;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: 1px solid #fff !important;
}

.ag-header-cell.ag-header-cell-sortable.ag-focus-managed {
  width: auto;
}

div[class*="ag-theme-quartz"] div[role="columnheader"][class*="amount"].ag-header-cell-sortable .ag-header-cell-label {
  justify-content: right !important;
}

.ag-sort-indicator-icon,
.ag-column-last .ag-sort-indicator-icon {
  padding-right: 8px;
}

.custom-tooltip {
  padding: 5px;
  color: var(--ag-foreground-color);
  background-color: #f2f2f2 !important;
  border-radius: 6px;
}

.custom-tooltip p {
  margin: 5px;
  white-space: nowrap;
}

.custom-tooltip p:first-of-type {
  font-weight: bold;
}

.ag-theme-quartz.ag-popup {
  background-color: #fff !important;
}

.ag-theme-quartz {
  --ag-popup: #fff !important
}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border-top: 1px solid #d2d2d2 !important;
  border-top-width: 0px;
}

.ag-theme-quartz .custom-select {
  top: 3px;
}

div[class*="sub-section"] div[class*=ag-theme-] {
  font-family: SegoeUIRegular, arial, sans-serif !important;
  font-size: var(--body-font-size);
}

.table-font {
  --body-font-size: 16px;
}

.ag-header-cell.listactions {
  justify-content: left !important;
  width: inherit !important;
}

.ag-header-cell,
.ag-header-group-cell {
  padding-left: 4px !important;
  padding-right: unset !important;
}

div[class="ag-cell-wrapper"][role="presentation"] span[class="ag-cell-value"]:active {
  background-color: transparent;
}

.expSummary .ai-warning {
  width: 24px;
}

div[class*="ag-pagination-false"] div[class="ag-center-cols-viewport"][role="presentation"] {
  height: inherit !important;
}

div[class*="ag-pagination-false"] div[class="ag-center-cols-container"][role="rowgroup"] {
  height: inherit !important;
  overflow: auto;
}

.ag-header-cell:hover {
  background-color: #ebebeb;
  /* Use your desired hover color */
}

.right-aligned-header .ag-header-cell-label {
  justify-content: flex-end !important;
}

/* Ag Grid List Styles Ends */

/* Ag Grid Sort images Styles Starts */

table thead tr th.default,
table thead tr th.down,
table thead tr th.up {
  padding: 8px !important;
  cursor: pointer
}

div[class*=ag-header-cell-sortable][aria-sort=none]::after,
table thead tr .default::after {
  display: block
}


table tbody td {
  padding: 4px;
  vertical-align: top
}

table tbody tr.odd td {
  background-color: #fff
}


table>thead>tr>th.down,
table>thead>tr>th.up {
  background-color: #f2f2f2 !important
}
/* Table header background color */
.ag-theme-alpine .ag-header {
    background-color: #f0f0f0 !important;  /* Light blue background for the header */
}

/* Table data background color */
.ag-theme-alpine .ag-row {
    background-color: #f2f2f2 !important;  /* Light gray background for table data rows */
}

.ag-root-wrapper{ border:none !important;}

.ag-theme-alpine .ag-header {
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #d2d2d2;  
    }

    .ag-header-cell:hover{
          background-color: #f0f0f0 !important;
    color: #242424;
    cursor: pointer;
    }

    .ag-header-cell:focus{background-color: #e0e0e0 !important;
    box-shadow: none;}

    .ag-header-cell-label {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.ag-row {
    height: var(--ag-row-height);
    background-color:#fff !important;
    color: #242424 !important;
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px !important;
}

.ag-theme-alpine .ag-row {
   
    background: #fff !important;
    border-bottom: 1px solid #d2d2d2;
}

.ag-theme-alpine {
    --ag-alpine-active-color: none !important;
    --ag-selected-row-background-color: #f6f6f6 !important;
    --ag-row-hover-color:#fafafa !important;
    --ag-column-hover-color:#fafafa !important;

}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within {
    border: none !important;
   
}


.ag-pinned-right-header {
    border-left: none !important;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
    border-left: none !important;
}

.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
    border-right: none !important;
}
.ag-pinned-left-header {
    border-right: none !important;
}


.ag-cell {
    display: inline-block;
    height: 100%;
    position: absolute;
    white-space: nowrap;
    padding: 4px 8px !important;
}


.status-badge1 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 14px !important;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.alert-warning {
    color: #212529 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}
/* .row table-inner-flight .p{
  margin :0px
}
.fold-content reports-tab .card{
  padding: 8px;
} */

/*** Tool Tip CSS ***/
/* .app-tooltip {
  position: absolute;
  z-index: 1050;
  padding: 8px 12px;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  max-width: 300px;
  word-wrap: break-word;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
} */

/* Custom Tooltip Directive CSS */
#tooltip {
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

[appTooltip] {
  text-decoration: none !important;
}

/* Fix for btn-first-sutisoft focus outline */
.btn-first-sutisoft:focus,
.btn-first-sutisoft:active:focus,
.btn-first-sutisoft.focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-first-sutisoft:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Override btn-first-sutisoft focus outline with higher specificity */
.btn.btn-first-sutisoft:focus,
.btn.btn-first-sutisoft:active:focus,
.btn.btn-first-sutisoft.focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #0F6CBD !important;
  background-color: #115EA3 !important;
}

.btn.btn-first-sutisoft:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #0F6CBD !important;
}
/* Fix for login-btn focus outline */
.btn.login-btn:focus,
.btn.login-btn:active:focus,
.btn.login-btn.focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn.login-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
/* Fix for btn-second-sutisoft focus outline */
.btn.btn-second-sutisoft:focus,
.btn.btn-second-sutisoft:active:focus,
.btn.btn-second-sutisoft.focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-second-sutisoft:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
/* Override btn-second-sutisoft focus outline with higher specificity */
.btn.btn-second-sutisoft:focus,
.btn.btn-second-sutisoft:active:focus,
.btn.btn-second-sutisoft.focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #d2d2d2 !important;
  background-color: #e0e0e0 !important;
}

.btn.btn-second-sutisoft:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #d2d2d2 !important;
 
}

.icon-blue {
    fill: #2886DE;
}
.sidebar .logo-details {
    height: 60px;
    width: 100%;
    padding: 12px 8px;
}


 .sidebar {
        position: fixed;
        top: 67px;
        left: 60px;
        height: 100%;
        background: #fff;
        z-index: 2;
        padding-bottom: 30px;
        border-right: 1px solid #d2d2d250;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
      }

      .sidebar-expand {
        width: 250px !important;
      }

      .sidebar-collapse {
        width: 60px;
      }

      .sidebar .logo-details {
        height: 60px;
        width: 100%;
        padding: 12px 8px;
      }

      .sidebar .nav-links {
        height: 100%;
        padding: 0px 0 150px 0;
        overflow: auto;
      }

      .sidebar .nav-links::-webkit-scrollbar {
        display: none;
      } 

      .sidebar .nav-links li {
        position: relative;
        list-style: none;
        transition: all 0.4s ease;
        color: #242424;
      }

      .sidebar .nav-links li.arrow:hover {
        background: #f0f0f0;
        cursor: pointer;
      }

      .sidebar .nav-links li.arrow:hover .sb-icon-f {
        fill: #2886DE;
      }

      
      .sidebar .nav-links li .icon-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .menu-tab-active {
        background: #f0f0f0;
      }

      .menu-tab-active .sb-icon-f {
        fill: #2886DE;
      }

      .c-icon1 {
        width: 1rem;
        rotate: 90deg;
        margin-right: 1rem;
      }

      .sidebar-collapse:hover {
        /* for pin icons functionality*/
        width: 250px;
      }

      .sidebar-collapse .nav-links li a .link_name {
        display: none;
      }

      .sidebar-collapse:hover .nav-links li a .link_name {
        display: block; 
      }

      .sidebar-collapse .c-icon1 {
        display: none;
      }

      .sidebar-collapse:hover .c-icon1 {
        display: block;
      }

      /* .sidebar-collapse .pin-icon {
        display: none;
      }

      .sidebar-collapse:hover .pin-icon {
        display: block;
      } */

      /* .pin-icon {
        padding: 4px 6px !important;
      } */

      .sidebar .nav-links li a .link_name {
        font-size: 16px;
        font-weight: 400;
        color: #242424;
        margin-left: 0.8rem;
        text-align: left;
      }

      .sidebar .nav-links li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #242424;
        font-size: 16px;
        padding: 0.25rem 1rem;
        font-weight: 400;
        margin: 0.25rem 0rem;
      }

      .sidebar .nav-links li .sub-menu,
      .sidebar.close .nav-links li .sub-menu2 {
        padding: 1px 0px 0px 34px;
        background: #fff;
        display: none;
      }

      .sidebar .nav-links li.showMenu .sub-menu {
        display: block;
      }

      .sidebar .nav-links li .sub-menu a:hover, .sidebar .nav-links li .sub-menu a:active, .sidebar .nav-links li .sub-menu a.active {
        color: #0E6BBB;
        background-color: #f0f0f0;
        /* border-left:2px solid #0E6BBB; margin-left: 0.5rem;*/
      }

      .arrow1 .icon-link:hover {
        background: #f0f0f0;
      }

      a.link_name2 {
        color: #242424 !important;
        border-left: none !important;
        font-weight: 500 !important;
      }

      .sidebar .sub-menu2 {
        display: none;
      }

      .sidebar .sub-menu {
        display: block;
      }

      .version-sec {
        border-top: 1px solid #d2d2d2;
        padding: 4px !important;
        text-align: center !important;
        margin-top: 4px;
      }

      .version-sec a {
        color: #616161 !important;
        text-decoration: none;
        cursor: context-menu;
        font-size: 14px !important;
      }


      .version-sec a:hover {
        color: #616161 !important;

      }

      .main-content-expand {
    left: 120px;
    width: calc(100% - 120px) !important;
}



.sidebar .logo-details {
    height: 60px;
    width: 100%;
    padding: 12px 6px !important ;
}

.metrics-icon1 {
    display: none;
}

.metrics-icon1 {
    padding: 4px;
    /* background-color: #F7F3FF; */
    background-color: #f0f0f0;
    border-radius: 8px;
    width: 46px;
    height: 46px;
}

.m-icon {
    /* fill: #8957FF; */
    fill: #0a2e4ad9;
    /* width: 36px; */
    height: 36px;
}
.metrics .card {

  justify-content: center;
}

.visually-hidden {
  display: none !important;
}

.results-scroll-wrapper {
  height: calc(100vh - 300px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.flight-results-header {
  background: #fafafa;
  margin-right: 1px;
  margin-left: 1px;
}

.card.toggel-sec {
  background: #fafafa !important;
}

.dropdown-menu {
  z-index: 9999 !important;
}