:root {
  --crm-blue: #002b6c;
  --crm-green: #01d873;
  --crm-semi-blue: #b1caf6;
  --crm-light-blue: #f4f9fd;
  --crm-aqua-blue: #d0dff9;
  --crm-light-grey: #fafafa;
  --crm-grey: #e6edf5;
  --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: #ffffff;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #394455 !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;
}

.form-control {
  color: #0a1628 !important;
  border: 1px solid #d8e0f0 !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: #7d8592 !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;
}

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

.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: rgb(6 96 255 / 12%) !important;
  position: relative;
}

.nav-pills .nav-link.active::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: #3f8cff;
  border-radius: 2px;
  right: -16px;
}

.order-sidemenu .nav-link.active {
  background: #ecf3ff !important;
  color: #0c6dfd !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;
}

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

.crm-gradient-btn {
  background: linear-gradient(
    90deg,
    var(--crm-blue) -2.85%,
    var(--crm-blue) 106.3%
  );
  border-color: var(--crm-blue) !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: var(--crm-light-blue);
}

.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: 550px;
  max-height: 550px;
}
.detail-container.h-100 {
  min-height: 100% !important;
  max-height: 100% !important;
}

.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: #e6edf5 !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;
  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: 275px !important;
}

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

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

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

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

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

@media (min-height: 550px) and (max-height: 650px) {
  .lap-top-modal {
    margin-top: 0 !important;
  }
}

.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;
}
/* Color */
.present-bg {
  background-color: #00bc7d !important;
}
.present-text {
  color: #00bc7d !important;
}
.punch-missed-bg {
  background-color: #3abedf !important;
}
.punch-missed-text {
  color: #3abedf !important;
}
.absent-bg {
  background-color: #f05e5e !important;
}
.absent-text {
  color: #f05e5e !important;
}
.late-bg {
  background-color: #3a4146 !important;
}
.late-text {
  color: #3a4146 !important;
}
.holiday-bg {
  background-color: #2b7fff !important;
}
.holiday-text {
  color: #2b7fff !important;
}
.week-off-bg {
  background-color: #666f76 !important;
}
.week-off-text {
  color: #666f76 !important;
}
.lwp-bg {
  background-color: #f0b100 !important;
}
.lwp-text {
  color: #f0b100 !important;
}
.half-day-bg {
  background-color: #615fff !important;
}
.half-day-text {
  color: #615fff !important;
}
.sick-leave-bg {
  background-color: #ff2056 !important;
}
.cl-text {
  color: #ad46ff !important;
}
.attendanceFilter-bg {
  background: #f6f6f6 !important;
}
.attendance-present-bg {
  background: #c9ffe2 !important;
  color: #00b353 !important;
}
.attendance-absent-bg {
  background: #feeeee !important;
  color: #f05e5e !important;
}
.attendance-weekOff-bg {
  background: #edf1f5 !important;
  color: #747474 !important;
}
.sick-leave-text {
  color: #ff2056 !important;
}
.cl-bg {
  background-color: #ad46ff !important;
}
.cl-text {
  color: #ad46ff !important;
}

/* calender css for attendance start */
/* container */
.attendance-calendar {
  width: 100%;
  /* max-width: 1000px; */
  /* height: 60vh; */
  margin: 0 auto;
}

/* outer calendar */
.react-calendar {
  width: 100%;
  border: 2px solid #ddd; /* keep your outer border if you like */
  border-radius: 7px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

/* Weekday header row with separators */
.react-calendar__month-view__weekdays {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.react-calendar__month-view__weekdays__weekday {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  border-right: 1px solid #e5e7eb;
}
.react-calendar__month-view__weekdays__weekday:last-child {
  border-right: 0;
}

/* Days grid with 1px lines between cells */
.react-calendar__month-view__days {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px; /* this is the "border" */
  background: #e5e7eb; /* color of the grid lines */
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

/* Each day tile (no border on tile itself) */
.react-calendar__month-view__days__day {
  background: #fff;
  height: 86px; /* your height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  padding-top: 5px;
  position: relative;
}

/* Optional – dim neighboring month cells */
.react-calendar__month-view__days__day--neighboringMonth {
  opacity: 0.6;
}

.react-calendar__month-view__days__day--weekend {
  color: #666f76;
}
/* Status badge styles (keep as-is) */
.status-badge {
  margin-top: 4px;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.2;
}
.status-badge.present {
  background: #e8f7ee;
  color: #179c52;
  border: 1px solid #bfe9cf;
}
.status-badge.absent {
  background: #fdebec;
  color: #d93025;
  border: 1px solid #f7c6c9;
}
.status-badge.weekoff {
  background: #f1f3f4;
  color: #68685f;
  border: 1px solid #e0e3e7;
}
.status-badge.shift {
  background: #eef2ff;
  color: #4f46e5;
  border: 1px solid #dbe3ff;
}

/* progress bar indigator */

.punch-ring-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
}
.punch-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.punch-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.04);
}
.ring-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

/* Attendance status dropdown */
/* Keep your existing .attendance-select rules, then add/adjust these */

/* Hide the selected text in the closed state so only the overlay shows */
.attendance-select {
  color: transparent; /* hide selected text */
  text-shadow: none; /* ensure it's invisible everywhere */
}

/* Make sure the hidden "shortName" option never appears in the panel */
.attendance-select option[hidden],
.attendance-select option[aria-hidden="true"] {
  display: none !important;
}

/* Wrapper + overlay to render shortName centered */
.attendance-cell {
  position: relative;
  width: 140px;
  min-height: 44px;
}

.attendance-shortname-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* let clicks through to the select */
  font-weight: 600;
  border-radius: 6px;
}

/* Optional: hover/focus ring for nicer feel */
.attendance-select:hover {
  border-color: #cbd3da;
}
.attendance-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}
/* calender css for attendance ebd */

.attendance-container {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.attendance-calendar {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.attendance-calendar .react-calendar {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.attendance-calendar .react-calendar__viewContainer,
.attendance-calendar .react-calendar__month-view,
.attendance-calendar .react-calendar__month-view__days {
  overflow: visible !important;
}

/* IMPORTANT: don't create a stacking context on tiles */
.attendance-calendar .react-calendar__tile {
  overflow: visible !important;
  position: static;
  z-index: auto !important;
  padding-top: 15px !important;
}

/* When tooltip is open, raise this tile above neighbors */
.attendance-calendar .react-calendar__tile.att-tile-open {
  position: relative;
  z-index: 10000 !important;
  padding-top: 15px !important;
}

.att-tile-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.status-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.att-tooltip {
  position: absolute;
  top: -18px;
  right: 0px;
  user-select: none;
}

.att-info-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.att-tooltip-box {
  position: absolute;
  top: 24px;
  left: -50px;
  min-width: 220px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  z-index: 10002; /* above the tile itself */
}

.att-tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #111827;
}

.att-tooltip-row {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 4px 0;
  white-space: nowrap;
}
.toDate .react-datepicker-wrapper {
  width: 100% !important;
}

/* break timer css start */
.break-chip {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  backdrop-filter: saturate(110%) blur(2px);
  -webkit-backdrop-filter: saturate(110%) blur(2px);
}

.break-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981; /* emerald */
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
  animation: break-pulse 1.6s ease-out infinite;
}

@keyframes break-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Accessibility: reduce motion if user prefers */
@media (prefers-reduced-motion: reduce) {
  .break-dot {
    animation: none;
    box-shadow: none;
  }
}

.break-chip.break-blue {
  background: rgba(59, 130, 246, 0.1); /* blue tint */
  border: 1px solid rgba(59, 130, 246, 0.25);
}
.break-dot.break-blue {
  background: #3b82f6;
  box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.55);
}

/* break timer css end */

/* Blue background for today's tile */
.attendance-calendar .react-calendar__tile.att-today {
  background: #0d6dfdea !important; /* light blue */
  border-radius: 6px;
  color: white;
}

/* Optional: slight hover shade for today */
.attendance-calendar .react-calendar__tile.att-today:hover {
  background: #0d6efd !important;
}

/* Keep numbers visible (as before) */
.attendance-calendar .react-calendar__tile:enabled:active,
.attendance-calendar .react-calendar__tile:enabled:focus,
.attendance-calendar .react-calendar__tile--active,
.attendance-calendar .react-calendar__tile--hasActive {
  background: transparent !important;
  color: inherit !important;
  outline: none !important;
}

.attendance-calendar .att-tile-content {
  position: relative;
}
.attendance-calendar .react-calendar__tile:hover {
  cursor: default;
}

.react-calendar__month-view__days__day {
  color: black;
}

.form-control[type="month"] {
  position: relative;
  cursor: pointer;
}

.form-control[type="month"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.dot-icon::before{content: "•"; position: absolute; width: 2px; height: 2px; top: -7px; font-size: 24px; left: 5px;}
.sidenav-accordion button.accordion-button:after { background-image:url(/images/icons/down.svg); background-repeat: no-repeat; height: 20px; width: 20px;}
  .sidenav-accordion button.accordion-button:not(.collapsed)::after {transform:rotate(-180deg);}
  .nav-border-bottom {border-bottom:1px solid #fefeff26 !important;}


/* container for CL / PL / SL inside each leave cell */
.leave-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  text-align: center;
}

/* each value block */
.leave-group span {
  padding: 4px 6px;
  font-size: 14px;
}

/* light backgrounds like the design */
.leave-cl {
  background-color: #f3f8ff; /* blue-ish for CL */
}

.leave-pl {
  background-color: #fcf3ff; /* purple-ish for PL */
}

.leave-sl {
  background-color: #f3fff6; /* green-ish for SL */
}
.green-btn { background: var(--light-green, #D9FFDD) !important; border: 1px solid #05A730 !important; color: #05A730 !important; } 
.stepper { display: flex; justify-content: space-between; /* 1st start, 2nd center, 3rd end */ align-items: center; width: 100%; position: relative; } 
/* Line */ 
.stepper::before { content: ""; position: absolute; top: 50%; left: 20px; right: 20px; height: 1px; background: #ccc; transform: translateY(-50%); z-index: 0; } 
.step { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #B1CAF6; background: #F5F9FF; color: #0C6DFD; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 1; } 
.step.active { background: #4c6ef5; color: #fff; } 
.sucessfull-mail-send { background: #D9FFDD; border: 1px solid #05A730; } 
.greenstep { background: #05A730; color: #ffffff; }