:root {
  --crm-blue: #002b6c;
  --crm-yellow: #ffd200;
  --crm-gold: #f7971e;
  --crm-black: #1a1a1a;
  --crm-green: #01d873;
  --crm-semi-blue: #b1caf6;
  --crm-light-blue: #f5f1e6;
  --crm-aqua-blue: #d0dff9;
  --crm-light-grey: #fafafa;
  --crm-grey: #d5d5d5;
  --crm-orange: #fd3122;
  --crm-bright-blue: #3f8cff;

  --crm-light-primary: #bcd7ff;
  --crm-light-success: #aef4b5;
  --crm-light-warning: #ffe1a7;
  --crm-light-danger: #ffb9b9;
  --crm-light-aqua: #81e6fb;
}

html {
  background-color: #f5f1e6;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #0a1629 !important;
  font-weight: 400;
}

* {
  font-family: "Roboto", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  color: #0a1629;
}

.btn-primary {
  background: #3f8cff !important;
  padding: 11px 22px 11px 22px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  transition: 0.3s !important;
  text-transform: capitalize;
  box-shadow: 0px 6px 12px 0px #3f8cff43 !important;
}

.btn-yellow {
  background: var(--crm-yellow) !important;
  padding: 11px 22px 11px 22px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  transition: 0.3s !important;
  text-transform: capitalize;
  box-shadow: 0px 6px 12px 0px #ffb53f43 !important;
}

.btn-gold {
  background: var(--crm-gold) !important;
  padding: 11px 22px 11px 22px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  transition: 0.3s !important;
  text-transform: capitalize;
  box-shadow: 0px 6px 12px 0px #ffb53f43 !important;
}

.btn-outline-secondary {
  padding: 11px 22px 11px 22px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  transition: 0.3s !important;
  text-transform: capitalize;
  border: 1px solid #434343 !important;
  color: #434343 !important;
  background: #fff !important;
}
.btn-outline-secondary:hover {
  background: #fff !important;
}

.form-control {
  color: #0a1628 !important;
  border: 1px solid #dedede !important;
  box-shadow: 0px 1px 2px 0px #b8c8e039 !important;
  border-radius: 14px !important;
}

.form-select {
  color: #0a1628 !important;
  border: 1px solid #d8e0f0 !important;
  box-shadow: 0px 1px 2px 0px #b8c8e039 !important;
  border-radius: 14px !important;
}

.form-select * {
  color: #0a1629;
}

.form-label {
  color: #0a1629 !important;
  font-size: 14px;
}

.flight-info-detail {
  max-height: 400px;
  overflow-y: scroll;
}

.change-itinerary .flight-info-detail {
  max-height: unset;
  overflow-y: unset;
  height: 100%;
}

.color-crm-primary {
  color: var(--crm-blue);
}

.btn-close {
  width: 0.6em !important;
  height: 0.6em !important;
  opacity: 1 !important;
  top: -20px !important;
  right: -20px !important;
}

.end-5 {
  right: 5% !important;
}

table thead th {
  font-size: 14px;
}

table tbody td {
  font-size: 14px;
}

.custom-file-btn {
  position: relative;
  overflow: hidden;
}

.custom-file-input {
  position: absolute;
  top: -2px;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.text-gold {
  color: var(--crm-gold);
}

.bg-crm-green {
  background: var(--crm-green);
}

.bg-crm-black {
  background: var(--crm-black) !important;
}

.bg-crm-yellow {
  background: var(--crm-yellow) !important;
}

.bg-crm-gold {
  background: var(--crm-gold) !important;
}

.bg-crm-grey {
  background: var(--crm-grey);
}
.bg-bright-blue {
  background: var(--crm-bright-blue);
}
.bg-crm-light-success {
  background: var(--crm-light-success);
}

.bg-light-primary {
  background: var(--crm-light-primary) !important;
}

.bg-light-success {
  background: var(--crm-light-success) !important;
}

.bg-light-warning {
  background: var(--crm-light-danger) !important;
}

.bg-light-danger {
  background: var(--crm-light-danger) !important;
}

.bg-light-info {
  background: var(--crm-light-aqua) !important;
}

.process-popup-modal {
  z-index: 1060;
}

.border-top-left-radius {
  border-top-left-radius: var(--bs-border-radius) !important;
}

.process-popup-modal .modal-content {
  background: transparent;
  display: flex;
  align-items: center;
  border: none;
}

.bg-aqua-blue {
  background: var(--crm-aqua-blue) !important;
}

.bg-orange {
  background: var(--crm-orange);
}

.bg-light-blue {
  background: var(--crm-light-blue) !important;
}

.bg-semi-blue {
  background: var(--crm-semi-blue) !important;
}
.close-btn-bg {
  background-color: var(--crm-light-blue) !important;
}

.tableHeader-bg {
  background-color: #e6edf5;
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  background-color: var(--crm-yellow) !important;
  position: relative;
  color: var(--crm-black) !important;
}

.nav-pills .nav-link.active::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: var(--crm-yellow);
  border-radius: 2px;
  right: -16px;
}

.order-sidemenu .nav-link.active {
  background-color: var(--crm-yellow) !important;
  position: relative;
  color: var(--crm-black) !important;
}

.order-sidemenu .nav-link.active::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: var(--crm-yellow);
  border-radius: 2px;
  right: -8px;
}

.order-sidemenu .booking-id {
  border-radius: 8px 0px 0px 0px;
}

.flight-detail .nav-pills .flight-detail .fi-tab.active,
.flight-detail .nav-tabs .flight-detail .fi-tab.active {
  background-color: var(--crm-blue) !important;
}

.flight-detail .nav-tabs .nav-link.active {
  background-color: var(--crm-blue) !important;
  color: #fff !important;
}

.flight-detail .tab-content .tab-pane {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.inquiry-modal .flight-detail .tab-content .tab-pane {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.e-tkt-box .bg-light-blue {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.bg-crm-grey {
  background: var(--crm-grey) !important;
}

.bg-light-grey {
  background: var(--crm-light-grey) !important;
}

.bg-light-blue {
  background-color: var(--crm-light-blue);
}

.crm-gradient-btn {
  background: linear-gradient(
    90deg,
    var(--crm-yellow) -2.85%,
    var(--crm-gold) 106.3%
  );
  border: none !important;
}

.color-crn-blue {
  color: var(--crm-blue);
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.cursor-auto {
  cursor: auto;
}

.crm-border-box .row .col-6 {
  outline: 1px solid red;
}

.payment-status-type {
  column-count: 5;
  font-size: 12px;
  list-style: none;
}

/* For webkit browsers (Chrome, Safari) */
.table-sroll::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
  width: 1em;
}

.table-sroll::-webkit-scrollbar-track {
  background: grey;
  /* Track color */
}

.table-sroll::-webkit-scrollbar-thumb {
  background-color: black;
  /* Thumb color */
  border-radius: 0px;
  /* Roundness of the thumb */
  border: none;
  /* Border around the thumb */
  width: 5px;
}

.table-sroll::-webkit-scrollbar-thumb:hover {
  background-color: #9f9d9d;
  /* Thumb color on hover */
}

/* For Firefox */
.table-sroll * {
  scrollbar-color: red;
  scrollbar-width: 5px;
}

/* For Firefox */
.table-sroll * {
  scrollbar-color: red;
  scrollbar-width: 5px;
}

/* crm hrader css starts */

/* .crm-heade {
  height: 55px;
} */
/* .logo-box {
  width: 220px !important;
  height: 55px;
} */
/* 
.logo-box img {
  width: 150px !important;
}
 */
.crmlogo {
  width: 147px;
  height: 46px;
  margin: 5px;
}

.nav-collepse-btn {
  width: 30px;
}

/* crm header css ends */

/* sidebar css starts */
/* .sidebar {
  width: 220px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  box-shadow: 6px 0px 10px 0px #6c757d1f;
  overflow: hidden;
} */

.nav-collepse .sidebar .nav-link {
  justify-content: center;
  padding: 6px;
  width: 38px !important;
  margin: auto;
}

.detail-container.h-100 {
  min-height: 100% !important;
  max-height: 100% !important;
}

/* sidebar css ends */

/* login page css starts */

.login-page {
  background-color: #f5f1e6;
  background-image:
    url(/images/login/login_left_bg.svg), url(/images/login/login_right_bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position:
    left bottom,
    right bottom;
  background-size: auto, auto;
}

.login-page .input-group {
  height: 51px;
}

.login-page .btn.crm-gradient-btn {
  height: 51px;
}

.login-asetts {
  width: 220px;
  z-index: 0;
}

.login-container {
  z-index: 2;
}

.login-container {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 950px !important;
  width: 100%;
}
/* 
.form-bg {
  box-shadow: 0px 6px 15px 0px #f5af8d29;
} */

.login-container .input-group img {
  width: 24px;
}

.login-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* login page css ends */

/* crm-content-box css starts  */
.inner-wraper {
  padding-top: 76px !important;
  background: var(--crm-light-blue);
}

.crm-content-box {
  /* width: calc(100% - 220px) !important; */
  transition: all 0.3s ease-in-out;
}

.nav-collepse .crm-content-box {
  /* width: calc(100% - 80px) !important; */
  transition: all 0.3s ease-in-out;
}

.crm-content-box {
  min-height: 100vh;
}

/* crm-content-box css ends */

.nav-collepse .sidebar {
  width: 80px !important;
}

.nav-collepse .sidebar .sidenav-title {
  display: none;
}

.sidebar a {
  color: #fff;
  font-size: 14px;
}

.sidebar li.nav-item :hover {
  background: rgb(70, 67, 67);
  color: #fff;
}

.detail-container {
  min-height: 550px;
  max-height: 550px;
}

.sidebar-menu .nav-link.active {
  color: black !important;
}

.flight-detail .text-light.active {
  color: black !important;
}

/* #bookingdetail .booking-detail-box{
  min-height: 550px;
  max-height: 550px;
} */
/* .booking-detail-box .tab-pane {
   overflow: hidden!important; 
} */

.lostProtection {
  background-color: #ffcbcb;
}

.zx-3 {
  position: relative;
  z-index: 3;
}

.rights-card-icon {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #fff;
}

.z-1050 {
  z-index: 1050 !important;
}

/* .faZveH {
  outline: 1px solid #EEEEEE !important;
} */
.e-tkt-card-header {
  background: #f2694b !important;
  color: white !important;
}

.datepicker-100 .react-datepicker-wrapper {
  width: 100% !important;
}

.last-input-icon {
  width: 35px;
  height: 22px;
  margin-left: 15px !important;
}

.green-switch .form-check-input:checked {
  background-color: #05a730;
  border-color: #05a730;
}

.green-switch .form-check-input:focus {
  border-color: #09a73047;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(9 167 48 / 28%);
}

.green-switch .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

@media (max-width: 767px) {
  .sidebar .nav-link.w-100 {
    width: auto !important;
  }

  .sidebar.h-100 {
    height: auto !important;
  }
}

input.has-error {
  border-color: red !important;
}

select.has-error {
  border-color: red !important;
}

@media (max-width: 992px) {
  .sidebar {
    width: 100% !important;
    height: 75px;
    box-shadow: 0px 6px 10px 0px #6c757d1f;
  }

  .nav-collepse-btn {
    display: none;
  }

  /*   .logo-box {
    width: 160px !important;
    height: 55px;
  } */
  .crm-content-box {
    width: calc(100% - 0px) !important;
    margin-top: 75px !important;
  }
}

/* ----crm table css ----- */
.rdt_Table {
  background: none !important;
  border: none !important;
}

.rdt_TableHeadRow {
  background-color: #d5d5d5 !important;
  border: none !important;
  border-radius: 16px 16px 0px 0px !important;
}

.e-tkt-pill {
  border-radius: 20px;
  border: 1px solid #05a730;
  background: #e4ffeb;
  color: #05a730;
}

.crm-green-bg {
  background: #d9ffdd;
}

.comment-label {
  border-radius: 0px 0px 6px 0px;
}

.custom-check-box {
  height: 20px !important;
  width: 20px !important;
  border-radius: 4px !important;
  z-index: 9999;
}

.rdt_TableHead {
  background: var(--crm-light-blue);
}

.rdt_TableCol {
  border: none !important;
  color: #1c1f21;
}

.iJdfvk.rdt_TableCol,
.inIBgH.rdt_TableCell {
  position: sticky !important;
  left: 0 !important;
  width: 20px;
  z-index: 999;
  background: #fff;
}

.rdt_TableCell {
  color: #7d8592 !important;
}

.iJdfvk.rdt_TableCol .fixed-checkbox.bg-white {
  background: #eff4fd !important;
}

.iJdfvk.rdt_TableCol .fixed-checkbox,
.inIBgH.rdt_TableCell .fixed-checkbox {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.fixed-checkbox .form-check-input {
  position: absolute;
  top: 0 !important;
}

.fixed-checkbox .form-check-input {
  top: 15px !important;
}

.est-watch {
  margin-right: 10px;
  /*   margin-top: 5px; */
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}

.curser-pointer {
  cursor: pointer !important;
}

/* ----crm static-import css ----- */
.flight-preview-box {
  font-size: 14px;
}

.flight-preview-box .airline-code {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-preview-box .class {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-preview-box .airline-logo {
  margin-right: 5px;
}

.flight-preview-box .airline-logo img {
  max-width: 30px;
}

.flight-preview-box .date {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-preview-box .airport-name {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.travel-details .table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

.travel-details .table > tbody > tr > td > input.form-control {
  text-align: center;
  font-size: 14px;
}

.travel-details .table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.md-sec ul li {
  list-style: none;
  line-height: 30px;
}

.geography-sec {
  background-image: url(/images/geography_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 71px;
}

.markup-sec {
  background-image: url(/images/markup_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 71px;
}

.flight-info-sec {
  font-size: 12px;
}

.flight-info-sec .airline-code {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-info-sec .class {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-info-sec .airline-logo {
  margin-right: 5px;
}

.flight-info-sec .airline-logo img {
  max-width: 30px;
}

.flight-info-sec .date {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-info-sec .airport-name {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.pnr-import-sec .input-group-text {
  background: #fff;
}

.geography-sec {
  background-image: url(/images/geography_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 71px;
}

.markup-sec {
  background-image: url(/images/markup_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 71px;
}

.flight-info-sec {
  font-size: 12px;
}

.flight-info-sec .airline-code {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-info-sec .class {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.offcanvas-backdrop.fade.show {
  opacity: 0 !important;
  pointer-events: none !important;
}

.flight-info-sec .airline-logo {
  margin-right: 5px;
}

.flight-info-sec .airline-logo img {
  max-width: 30px;
}

.flight-info-sec .date {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.flight-info-sec .airport-name {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 5px;
}

.pnr-import-sec .input-group-text {
  background: #fff;
}

.sidecanvas {
  transition: 0.5s;
  max-width: 275px !important;
}

#main {
  margin-left: 243px;
  transition: margin-left 0.5s;
}

#crmheader {
  margin-left: 243px;
  transition: margin-left 0.5s;
  height: 76px;
  background: var(--crm-black) !important;
}

.travel-details .react-tel-input .form-control {
  width: 100%;
  height: calc(1.5em + 2px + 0.75rem);
}

.form-check .info-tooltip {
  background: #b1caf6;
  z-index: 999;
  color: #000;
}

.auto-complete {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  padding: 2px 12px;
}

.auto-complete-parent {
  background: #fff;
  padding: 0;
  border-radius: 4px;
  position: absolute;
  list-style: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #a0a0a0;
  z-index: 1000;
  max-height: 150px;
  min-width: 428px;
  overflow-y: scroll;
}

.auto-complete-parent .auto-complete:hover {
  background-color: #e0e0e6;
}

.modal-body .auto-complete-parent {
  min-width: 325px;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* scrollbar-css */
.oi-comment-box {
  scrollbar-color: #b1caf6 #eff4fd;
  scrollbar-width: thin;
}

/* width */
.oi-comment-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.oi-comment-box::-webkit-scrollbar-track {
  background: #eff4fd;
}

/* Handle */
.oi-comment-box::-webkit-scrollbar-thumb {
  background: #b1caf6;
}

/* Handle on hover */
.oi-comment-box::-webkit-scrollbar-thumb:hover {
  background: #b1caf6;
}

.inquiry-modal .oi-comment-box {
  max-height: 300px;
  overflow-y: auto;
}

.inquiry-modal #nav-flight-info .detail-container {
  min-height: 450px;
  max-height: 450px;
}

.card-body .rdt_Table .rdt_TableBody .buswgy {
  border: none !important;
}

.rdt_TableCell:hover {
  background: #eeeeee;
}

.react-datepicker__portal,
.react-datepicker__calendar {
  z-index: 10 !important;
}

/* .liKbIZ {
  position: sticky !important;
  left: 0 !important;
  width: 20px;
  z-index: 1;
  background: #fff;
} */

/* data-table z-index fix in upload files */
.datepicker-100 {
  position: relative;
  z-index: 10;
}

.data-table-wrapper {
  position: relative;
  z-index: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;

  .dropdown-toggle {
    width: 100%;
    text-align: left !important;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  right: 16px;
  top: 17px;
  position: absolute;
}

.dropdown-item {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.dropdown-menu {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.custom-scrollbar {
  max-height: 300px;
  overflow-y: auto;
}

/* For WebKit browsers (Chrome, Safari) */
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the scrollbar track */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar handle */
  border-radius: 10px;
  /* Round corners of the scrollbar handle */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}

/* For Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  /* Width of the scrollbar */
  scrollbar-color: #888 #f1f1f1;
  /* Scrollbar handle color and track color */
}

.react-tel-input .form-control {
  padding: 17.5px 14px 18.5px 51px;
  margin-left: 2.3px;
}

.dash-datanum-tabs .nav-link {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  color: #000;
  padding: 8px 0px;
}

.dash-datanum-tabs .nav-link:hover {
  background: var(--crm-yellow) !important;
  color: #333;
}

.dash-datanum-tabs .nav-link.active {
  background: var(--crm-yellow) !important;
  color: #333 !important;
  border-bottom: solid 1px #333 !important;
}

.dash-datanum-tabs .nav-item {
  margin: 0px;
}

.dash-datanum-con .num-wrap {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}

.dash-custm-btn {
  padding: 7.5px 0px !important;
}

.dash-custm-btn:hover {
  background: var(--crm-yellow) !important;
  color: #333 !important;
}

.open-id .modal-dialog {
  max-width: 300px;
}

.open-id .modal-content {
  width: 100%;
}

.react-datepicker-popper {
  z-index: 999 !important;
}

#popover-contained .form-control {
  position: initial;
}

.auto-complete {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  padding: 2px 12px;
}

.auto-complete-parent {
  background: #fff;
  padding: 0;
  border-radius: 4px;
  position: absolute;
  list-style: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #a0a0a0;
  z-index: 1000;
  max-height: 150px;
  min-width: 428px;
  overflow-y: scroll;
}

.auto-complete-parent .auto-complete:hover {
  background-color: #e0e0e6;
}

.modal-body .auto-complete-parent {
  min-width: 325px;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.crm-blog-tabs .nav-link {
  background: #fff !important;
  background: #fff !important;
  border-radius: 5px;
  border: none;
}

.crm-blog-tabs .nav-link:hover {
  background: var(--crm-blue) !important;
  color: #fff;
}

.crm-blog-tabs .nav-link.active {
  background: var(--crm-blue) !important;
  color: #fff !important;
}

.crm-blog-tabs .nav-item {
  margin: 5px 5px;
}

.crm-blog-table .table > tbody > tr > td {
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}

.crm-blog-table .table > thead > tr > th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.add-blog-form .info-tooltip {
  background: #000;
  z-index: 999;
  color: #fff;
}

/* editor css */
.editor-container {
  background-color: red;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ql-toolbar {
  border-bottom: 1px solid #ccc;
  background: #ced4da4c;
}

.ql-container {
  height: 200px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.ql-editor {
  width: 100%;
}

span.back-btn {
  background: #3f8cff;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  top: -1px;
  padding-top: 6px;
  position: relative;
  box-shadow: 0px 6px 12px 0px #3f8cff43;
}
.crossRotate {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.crossAnimation {
  transition: transform 0.3s ease-in-out;
}
/* .modal-content, .modal-content .modal-body, .modal-dialog {width: 800px !important; margin: 0 auto; margin-left: 0;} */
@media (min-width: 768px) and (max-width: 992px) {
  .mobal-tab-view .modal-dialog {
    max-width: 900px !important;
  }
}
.filter-form .react-datepicker-wrapper {
  width: 100%;
}

.custom-datepicker {
  width: 150px !important;
}

.customer-vendor-notes-tabs .nav-tabs .nav-link.active {
  color: #0c6dfd;
  background: #ecf3ff;
  border-bottom: 2px solid #3f8cff;
}

.small-input {
  font-size: 14px;
  padding: 4px 8px;
  height: 32px;
}

.broadcastmarquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #fef0eb;
  height: 48px;
}

.broadcastmarquee-wrap img.flipvimg {
  transform: scaleX(-1);
}

.broadcastmarquee p {
  display: inline-block;
  padding-left: 100%;
  animation: broadcastmarquee 45s linear infinite;
}

@keyframes broadcastmarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .broadcastmarquee-wrap {
    width: 94%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .broadcastmarquee-wrap {
    width: 94%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .broadcastmarquee-wrap {
    width: 96%;
  }
}
@media screen and (min-width: 1921px) and (max-width: 9000px) {
  .broadcastmarquee-wrap {
    width: 100%;
  }
}

.custom-dropdown button {
  width: 100%;
  text-align: start;
}
.member-search-wrap input {
  border-radius: 14px 0px 0px 14px !important;
}
.member-search-wrap button#button-addon2 {
  margin-left: -15px;
  z-index: 9;
}
.last-column-fixed-table .rdt_TableCol:last-child,
.last-column-fixed-table .rdt_TableCell:last-child {
  position: sticky !important;
  right: 0 !important;
  z-index: 10;
  background-color: #d5d5d5 !important;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
}
.last-column-fixed-table .rdt_TableCol:last-child {
  border-radius: 0px 16px 0px 0px !important;
}

/* Product Details */
.product-detail .slider-container .slick-slider .slick-dots li {
  width: 20%;
  height: auto;
  margin: 0px 8px !important;
}
.product-detail .slider-container .slick-slider .slick-dots li a img {
  width: 100%;
  border-radius: 10px;
  max-height: 100px;
  object-fit: cover;
}
.product-detail .slider-container .slick-slider .slick-dots li a img {
  opacity: 0.5;
}
.product-detail
  .slider-container
  .slick-slider
  .slick-dots
  li.slick-active
  a
  img {
  opacity: 1 !important;
}
.product-detail .slick-slide img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.product-detail .slick-prev:before,
.product-detail .slick-next:before {
  /* background: #ffffff33; */
  background: none;
  font-size: 35px;
}
.product-detail .slick-prev {
  left: -50px;
  z-index: 1;
}
.product-detail .slick-next {
  right: -35px;
}
.product-detail .slick-prev,
.product-detail .slick-next {
  top: 43%;
}
.product-detail .slick-dots {
  position: relative !important;
}
.product-detail-modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px);
}
.product-detail-modal .modal-content {
  background: transparent;
  border: none;
}
.we-chatbox {
  background: #e5e2d5;
  height: 100vh;
  /*   height: calc(100vh - 76px);
  margin-top:76px; */
}
.new-mail-form .input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* MAIN IMAGE BIG */
.main-image-wrapper {
  height: 520px; /* ⬅ increase main image area */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* THUMBNAILS SMALL & NORMAL */
.thumb-slider {
  margin-top: 12px;
}

.thumb-wrapper {
  padding: 4px;
}

.thumb-img {
  width: 100%;
  height: 55px; /* ⬅ smaller thumbnails */
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}

/* Active thumb */
.slick-current .thumb-img {
  border: 2px solid #000;
}

.img-container-height {
  height: auto !important;
  max-height: 175px;
  overflow-y: auto;
}

/* Bootstrap ka default arrow hata do (agar aa raha ho) */
.accordion-button::after {
  display: none !important;
}

.accordion-arrow img {
  transition: transform 0.2s ease;
}

/* Closed state: arrow right (ya up) */
.accordion-button.collapsed .accordion-arrow img {
  transform: rotate(180deg); /* right arrow feel, jo pasand ho use kar lo */
}

/* Open state: arrow down */
.accordion-button:not(.collapsed) .accordion-arrow img {
  transform: rotate(0deg);
}

/* default arrow */
.accordion-button .arrow-icon {
  transition: transform 0.3s ease;
}

/* jab accordion open ho */
.accordion-button:not(.collapsed) .arrow-icon {
  transform: rotate(180deg);
}

.attach-menu {
  position: absolute;
  bottom: 75px;
  right: 70px;
  width: 130px;
  background: #f3efe6;
  border-radius: 12px;
  z-index: 2000;
}

.attach-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}

.attach-item:hover {
  background-color: #f5f5f5;
}

.attach-item .icon {
  font-size: 18px;
}

/* location card */
.location-card {
  width: 230px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}

.location-card.inbound {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.location-card.outbound {
  background: #f9a825;
}

.location-map img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.location-fallback {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  font-weight: 600;
}

.location-info {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 6px 8px;
  color: #2e7d32;
  background: #eaffea;
}

.location-footer {
  text-align: center;
  padding: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #e53935;
  background: #eaffea;
}
/* Media Queries CSS */
@media (max-width: 767px) {
  .mob-fs-12 {
    font-size: 12px !important;
  }
  .mob-fs-14 {
    font-size: 14px !important;
  }
  .btn-yellow {
    padding: 0.375rem 0.75rem !important;
  }
  .crm-content-box {
    margin-top: 15px !important;
  }
  .action-icon-bg {
    background-color: #d5d5d5 !important;
  }
  #crmheader,
  #main {
    margin-left: 0px !important;
  }
  .mob-overflow-visible {
    overflow: visible !important;
  }
  .mob-top-12 {
    top: 25px !important;
  }
}

.tab-layout {
  display: flex;
}

.tab-nav {
  height: 100%;
}

.detail-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.detail-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
}

.detail-tabs .nav-link img {
  width: 18px;
  height: 18px;
}

.detail-tabs .nav-link.active {
  background: #ffc107;
  font-weight: 600;
}

.tab-content-area {
  height: 100%;
}

@media (max-width: 767px) {
  .tab-layout {
    flex-direction: column;
  }

  .tab-nav {
    border-right: 0 !important;
  }

  .detail-tabs {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 10px 12px;
  }

  .detail-tabs::-webkit-scrollbar {
    display: none;
  }

  .detail-tabs .nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 12px;
    background: #f2f2f2;
  }

  .detail-tabs .nav-link img {
    width: 16px;
    height: 16px;
  }

  .detail-tabs .nav-link.active {
    background: #ffc107;
    color: #000;
  }

  .tab-content-area {
    padding: 0 12px 16px;
  }
  .offcanvasflightdetails.w-50 {
    width: 100% !important;
  }
  .sidecanvas.show .offcanvas-body {
    overflow-y: hidden !important;
  }
}
.scroll-hide {
  overflow: hidden;
  position: fixed;
}

.nav-num-badge {
  width: 24px;
  height: 24px;
}
.dot-icon::before {
  content: "•";
  position: absolute;
  width: 2px;
  height: 2px;
  top: -2px;
  font-size: 24px;
  left: 5px;
}

.dashboard-leads .lead-card {
  max-width: 420px;
  border-radius: 16px;
}
.dashboard-leads .lead-item {
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.dashboard-leads .lead-count {
  font-weight: 700;
  font-size: 20px;
}
.dashboard-leads .lead-item.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 4px;
  background: var(--crm-yellow);
  border-radius: 4px;
}
.dashboard-leads .lead-item.bg-success.active::after {
  background: #28a745 !important;
}
.dashboard-leads .lead-item.bg-primary.active::after {
  background: #3777f1 !important;
}
.dashboard-leads .lead-item.bg-danger.active::after {
  background: #dc3545 !important;
}
.dashboard-leads .lead-item.bg-warning.active::after {
  background: #ffc107 !important;
}

.dashboard-leads .lead-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .pagination {
    font-size: 12px;
  }
  .nav-fill .nav-item {
    flex: 0.1 1 auto !important;
  }
  .mob-end-0 {
    right: 0 !important;
  }
  .dashboard-leads .lead-item.active::after {
    width: 80% !important;
    height: 2px;
    bottom: 0px;
    top: auto;
    right: 7px;
  }
  .we-chatbox {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .end-md-50 {
    right: 50% !important;
  }
}
/* scroll slider */
.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding-bottom: 10px;
}

.scroll-container::-webkit-scrollbar {
  height: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.scroll-item {
  flex: 0 0 calc(100% / 7);   /* 7 items ek row me */
  max-width: calc(100% / 7);
  height: 110px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.viewQuotation .modal-content{
  width: 750px;
}
.mailer-wraper{max-width: 650px; margin: 0 auto;}
.mailer-header{background: #1A1A1A;}
.mailer-wraper .mailer-bg-gray{background: #EBEBEB;}
.mailer-wraper .mailer-bg-lightGray{background: #F7F7F7;}
.mailer-wraper .terms-bg{background: #F5F1E6;}
.mailer-wraper .footer-bg{background: #F5F1E6;}
.end-15{right: 15px !important;}

@media (max-width: 992px) {
  .scroll-item {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .scroll-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
