:root {
  --crm-blue: #0c6dfd;
  --crm-green: #01d873;
  --crm-semi-blue: #b1caf6;
  --crm-light-blue: #eff4fd;
  --crm-aqua-blue: #d0dff9;
  --crm-light-grey: #fafafa;
  --crm-grey: #f6f6f6;
  --crm-orange: #fd3122;

  --crm-blue: #0c6dfd;
  --crm-green: #01d873;
  --crm-semi-blue: #b1caf6;
  --crm-light-blue: #eff4fd;
  --crm-aqua-blue: #d0dff9;
  --crm-light-grey: #fafafa;
  --crm-grey: #f6f6f6;

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

.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;
}

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;
}

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

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

.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;
}

.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;
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  background-color: var(--crm-semi-blue) !important;
}

.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;
}

.crm-gradient-btn {
  background: linear-gradient(90deg, #115b9b -2.85%, #0e3d66 106.3%);
}

.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;
}

.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;
}

/* sidebar css ends */

/* login page css starts */

.login-page {
  background: #fff;
}

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

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

.form-bg {
  box-shadow: 0px 6px 15px 0px #f5af8d29;
}

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

/* login page css ends */

/* crm-content-box css starts  */
.inner-wraper {
  margin-top: 55px !important;
}

.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: 80vh;
  max-height: 80vh;
}

.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 .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  -webkit-user-drag: none !important;
  -moz-user-drag: none !important;
} */
/* .rdt_Table .rdt_TableBody .rdt_TableRow div:nth-child(n + 3) {
  pointer-events: none;
} */
.rdt_TableHeadRow {
  background: var(--crm-light-blue) !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;
}

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

.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;
  border: 1px solid #b1caf6;
}

.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: 236px !important;
}

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

#crmheader {
  margin-left: 236px;
  transition: margin-left 0.5s;
}

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

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

.form-select * {
  font-size: 14px;
  font-family: var(--bs-body-font-family);
}

.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;
}

.rdt_TableHead .rdt_TableCol:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #eff4fd;
}


.Payment-transaction .rdt_TableHead .rdt_TableCol:nth-child(2){
  position: relative !important;
}

.travoport_data .rdt_TableHead .rdt_TableCol:nth-child(2) {
  position: relative !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-blue) !important;
  color: #fff;
}

.dash-datanum-tabs .nav-link.active {
  background: var(--crm-blue) !important;
  color: #fff !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-blue) !important;
  color: #fff !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%;
}

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

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

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

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

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

.image-container {
  position: relative;
}

.delete-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: rgb(255, 0, 0);
  border: none;
  color: white;
  font-size: 24px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  z-index: 10;
}

.delete-button:hover {
  background-color: rgba(255, 0, 0, 1);
  transform: scale(1.1);
}

.delete-button:focus {
  outline: none;
}

#dropdown-basic {
  width: 100%;
  text-align: start;
}

.dropdown-toggle {
  background-color: #f8f9fa;
}

.dropdown-menu.show {
  padding-block: 0px;
  padding-bottom: 5px;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.fullscreen-button {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 10000;
}

.fullscreen .quill,
.fullscreen .ql-container.ql-snow {
  height: 100% !important;
}
#activeCheck.form-check-input:checked {
  background-color: var(--crm-green);
  border-color: var(--crm-green);
}

.rea-date-time .react-datepicker {
  display: flex;
}
.sectionPageDetail .detail-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0px !important;
}
.sectionPageDetail .modal-dialog {
  width: 100% !important;
  min-width: 100% !important;
}
.sectionPageDetail .modal-dialog .closebtn {
  display: none;
}

.mail-details .accordion-button {
  background: var(--crm-grey);
}
.mail-details .accordion-button:not(.collapsed) {
  background: var(--crm-grey);
  color: #212529;
}

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

.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%;
  }
}

/* scrollable table for post booking in reservations page -  START ` */
.scrollable-table {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 70vh;
}

@media (max-width: 768px) {
  .scrollable-table {
    height: 50vh;
  }
}

@media (min-width: 1200px) {
  .scrollable-table {
    height: 80vh;
  }
}

/* scrollable table for post booking in reservations page -  END ` */
.merchant-wrap .accordion,
.merchant-wrap .accordion-item {
  background: var(--crm-grey) !important;
}
.merchant-wrap .form-control {
  border-radius: 0.375rem !important;
}
.merchant-wrap .react-tel-input .form-control {
  padding: 16px 14px 16px 51px;
}
.merchant-wrap label {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.relatedBooking-modal {
  min-width: 80%;
}
.traveller-info-table thead tr th, .traveller-info-table tbody tr td  {
  width: min-content;
}
.traveller-info-table thead tr th:first-child, .traveller-info-table tbody tr td:first-child  {
  max-width: 120px;
}
.input-height54 {
  height: 54px !important;
}
label.label-top10 {
  top:-9px !important;
} 
.btn-grd{background: linear-gradient(180deg, #B1CAF6 0%, #0C6DFD 100%);
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  }
  .aitports-list{z-index: 9 !important;}
  .trv-travelers-box{    z-index: 9 !important;
    width: 320px !important;}
  .tripClass{width: 250px !important; z-index: 9;}
 .trip-type{z-index: 9 !important;}
.announcement-wrap .accordion-button{
  padding-bottom: 8px;
  border-bottom: 1px solid #dee2e6;
}
.announcement-wrap .accordion-button:not(.collapsed){
  color: #212529;
}
.announcement-wrap .accordion-button:focus{
 box-shadow: none;
}
.announcement-wrap .accordion-body{
  padding-bottom: 0px;
}

.nav-num-badge {
  width: 24px;
  height: 24px;
}

.agent-perform-table .rdt_TableCol:last-child,
.agent-perform-table .rdt_TableCell:last-child {
  position: sticky !important;
  right: 0 !important;
  z-index: 10;
  background-color: #e8ffe8 !important;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
}
.agent-perform-table .rdt_TableHead .rdt_TableCol:nth-child(2){
  position: relative!important;
}