/* Print styles */
@media print {
  .non-printable {
      display: none; /* Hide non-printable elements */
  }

  .printable {
      display: block; /* Ensure the printable area is shown */
  }
}


.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add your spinner or loading message styles here */
}

/* google autocomplete for address */
.illum-required {
  color: red;
}

#illum-editor-container.ql-snow p {
  margin-top: 0;
  margin-bottom: 0px;
}

.editor-paragraph {
  margin-top: 0;
  margin-bottom: 0px;
}

/* google autocomplete for address */
.pac-container {
  z-index: 10000;
}

/* Default font size for larger screens */
.app_subtext {
  font-size: 0.75rem;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .app_subtext {
    font-size: 0.5rem; /* Adjust the font size for smaller screens */
  }
}



.illum-badge-dark {
  background-color: #66666625 !important;
  color: #666666 !important;
  font-size:0.9rem;
}

.illum-badge-green {
  background-color: #00796b25 !important;
  color: #00796b !important;
  font-size:0.9rem;
}

.illum-badge-yellow {
  background-color: #fbc02d25 !important;
  color: #fbc02d !important;
  font-size:0.9rem;
}

.illum-badge-pink {
  background-color: #ec407a25 !important;
  color: #ec407a !important;
  font-size:0.9rem;
}

.illum-badge-blue {
  background-color: #0a72e825 !important;
  color: #0a72e8 !important;
  font-size:0.9rem;
}

.illum-badge-red {
  background-color: #ff213325 !important;
  color: #ff2133 !important;
  font-size:0.9rem;
}

.illum-badge-teal {
  background-color: #0097a725 !important;
  color: #0097a7 !important;
  font-size:0.9rem;
}

.illum-badge-purple {
  background-color: #671fa225 !important;
  color: #671fa2 !important;
  font-size:0.9rem;
}

.illum-badge-grey {
  background-color: #46464625 !important;
  color: #464646 !important;
  font-size:0.9rem;
}

.illum-badge-orange {
  background-color: #d9690025 !important;
  color: #d96900 !important;
  font-size:0.9rem;
}

.illum-search-operator {
  background:#d3d3d3;
  border-radius: 10px;
  padding:4px;
  margin-right:4px;
  margin-left:4px;
}


.illum-stop-unassigned {
  background-color: #0a73e825 !important;
  color: #0a73e8 !important;
  font-size:0.9rem;
}
.illum-stop-unassigned-solid {
  background-color: #0a73e8 !important;
  color: #0a73e8 !important;
}
.card.card-border-shadow-stop-unassigned::after {
  border-bottom-color: #0a73e825;
}
.card.card-border-shadow-stop-unassigned:hover::after {
  border-bottom-color: #0a73e8;
}


.illum-stop-ready {
  background-color: #00796b25 !important;
  color: #00796b !important;
  font-size:0.9rem;
}
.illum-stop-ready-solid {
  background-color: #00796b !important;
  color: #00796b !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-ready::after {
  border-bottom-color: #00796b25;
}
.card.card-border-shadow-stop-ready:hover::after {
  border-bottom-color: #00796b;
}


.illum-stop-dispatched {
  background-color: #ba69c825 !important;
  color: #ba69c8 !important;
  font-size:0.9rem;
}
.illum-stop-dispatched-solid {
  background-color: #ba69c8 !important;
  color: #ba69c8 !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-dispatched::after {
  border-bottom-color: #ba69c825;
}
.card.card-border-shadow-stop-dispatched:hover::after {
  border-bottom-color: #ba69c8;
}




.illum-stop-enroute {
  background-color: #fcc12c25 !important;
  color: #fcc12c !important;
  font-size:0.9rem;
}
.illum-stop-enroute-solid {
  background-color: #fcc12c !important;
  color: #fcc12c !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-enroute::after {
  border-bottom-color: #fcc12c25;
}
.card.card-border-shadow-stop-enroute:hover::after {
  border-bottom-color: #fcc12c;
}


.illum-stop-completed {
  background-color: #0db36625 !important;
  color: #0db366 !important;
  font-size:0.9rem;
}
.illum-stop-completed-solid {
  background-color: #0db366 !important;
  color: #0db366 !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-completed::after {
  border-bottom-color: #0db36625;
}
.card.card-border-shadow-stop-completed:hover::after {
  border-bottom-color: #0db366;
}



.illum-stop-rescheduled {
  background-color: #ec407a25 !important;
  color: #ec407a !important;
  font-size:0.9rem;
}
.illum-stop-rescheduled-solid {
  background-color: #ec407a !important;
  color: #ec407a !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-rescheduled::after {
  border-bottom-color: #ec407a25;
}
.card.card-border-shadow-stop-rescheduled:hover::after {
  border-bottom-color: #ec407a;
}



.illum-stop-exception {
  background-color: #ff6f0025 !important;
  color: #ff6f00 !important;
  font-size:0.9rem;
}
.illum-stop-exception-solid {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-exception::after {
  border-bottom-color: #ff6f0025;
}
.card.card-border-shadow-stop-exception:hover::after {
  border-bottom-color: #ff6f00;
}



.illum-stop-cancelled {
  background-color: #ff213325 !important;
  color: #ff2133 !important;
  font-size:0.9rem;
}
.illum-stop-cancelled-solid {
  background-color: #ff213325 !important;
  color: #ff2133 !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-cancelled::after {
  border-bottom-color: #ff213325;
}
.card.card-border-shadow-stop-cancelled:hover::after {
  border-bottom-color: #ff2133;
}



.illum-stop-shipment-count {
  background-color: #1da1f225 !important;
  color: #1da1f2 !important;
  font-size:0.9rem;
}
.card.card-border-shadow-stop-shipment-count::after {
  border-bottom-color: #1da1f225;
}
.card.card-border-shadow-stop-shipment-count:hover::after {
  border-bottom-color: #1da1f2;
}


.illum-bg-transparent {
  background:transparent !important;
}



.illum-ci-note {
  color:#0a73e8 !important;
}
.timeline .timeline-item-ci-note .timeline-event {
  background-color: #0a73e810;
}
.timeline .timeline-item-ci-note .timeline-event:before {
  border-left-color: #0a73e810 !important;
  border-right-color: #0a73e810 !important;
}



.illum-ci-email {
  color:#6a1b9a !important;
}
.timeline .timeline-item-ci-email .timeline-event {
  background-color: #6a1b9a10;
}
.timeline .timeline-item-ci-email .timeline-event:before {
  border-left-color: #6a1b9a10 !important;
  border-right-color: #6a1b9a10 !important;
}


.illum-ci-todo {
  color:#9d1196 !important;
}
.timeline .timeline-item-ci-todo .timeline-event {
  background-color: #9d119610;
}
.timeline .timeline-item-ci-todo .timeline-event:before {
  border-left-color: #9d119610 !important;
  border-right-color: #9d119610 !important;
}


.illum-ci-ticket {
  color:#c24e00 !important;
}
.illum-ci-ticket-bg {
  background-color: #c24e00 !important;
  box-shadow: 0 0 0 0.1875rem rgba(40, 199, 111, 0.16);
}
.timeline .timeline-item-ci-ticket .timeline-event {
  background-color: #c24e0010;
}
.timeline .timeline-item-ci-ticket .timeline-event:before {
  border-left-color: #c24e0010 !important;
  border-right-color: #c24e0010 !important;
}


.illum-ci-order {
  color:#9e00c2 !important;
}
.illum-ci-order-bg {
  background-color: #9e00c2 !important;
  box-shadow: 0 0 0 0.1875rem rgba(40, 199, 111, 0.16);
}
.timeline .timeline-item-ci-order .timeline-event {
  background-color: #9e00c210;
}
.timeline .timeline-item-ci-order .timeline-event:before {
  border-left-color: #9e00c210 !important;
  border-right-color: #9e00c210 !important;
}


.illum-ci-shipment {
  color:#c29200 !important;
}
.illum-ci-shipment-bg {
  background-color: #c29200 !important;
  box-shadow: 0 0 0 0.1875rem rgba(40, 199, 111, 0.16);
}
.timeline .timeline-item-ci-shipment .timeline-event {
  background-color: #c2920010;
}
.timeline .timeline-item-ci-shipment .timeline-event:before {
  border-left-color: #c2920010 !important;
  border-right-color: #c2920010 !important;
}



.custom-marker {
  background-color: rgba(0, 123, 255, 0.7); /* Adjust alpha channel for transparency */
  color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}


.illum-date-button {
  background-color: #7367f0 !important;
  color: #fff !important;;
}

.illum-date-button:hover {
  color: #fff !important;
  background-color: #685dd8 !important;
  border-color: #685dd8 !important;
}


/* Default styles for stacking a table */
.illum-responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.illum-responsive-table th,
.illum-responsive-table td {
  padding: 8px;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
  /* Stack table cells vertically on screens smaller than 600px */
  .illum-responsive-table th,
  .illum-responsive-table td {
    display: block;
    width: 100%;
  }

  /* Hide table header cells on small screens */
  .illum-responsive-table th {
    display: none;
  }
  
}

.illum-text-decoration-underline {
  text-decoration: underline dotted #cccccc !important;
  cursor: pointer;
}

.min-vh-50 {
  min-height: 50vh !important;
}


.illum-underline {
  text-decoration: none;
  position: relative;
}
.illum-underline:after {
  content: '';
  color: #7367f0;

  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;

  border-width: 0 0 1px;
  border-style: dotted;
  margin-bottom: 2px;
}


@media
only screen 
and (max-width: 1024px) {
  /* Force table to not be like tables anymore */
  #illum-responsive-table table, 
  #illum-responsive-table thead, 
  #illum-responsive-table tbody, 
  #illum-responsive-table th, 
  #illum-responsive-table td, 
  #illum-responsive-table tr { 
    display: block; 
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #illum-responsive-table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #illum-responsive-table tr { 
    border: 1px solid #e8e8e8; 
    border-radius: 5px;
  }

  #illum-responsive-table td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%; 
    white-space: normal;
    text-align:left;
  }

  #illum-responsive-table td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  #illum-responsive-table td:before { 
    content: attr(data-title); 
    color: #5d596c;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: normal;
    text-align: right;
    width:30%;
    top: 33%;
  }
}

.dashed-line-dots {
  display: inline-block;
  width: 10px; /* Adjust the width as needed */
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  vertical-align: middle;
  margin: 0 5px; /* Spacing between badges */
}

.dashed-line-dots::before,
.dashed-line-dots::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #6f6b7d;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.dashed-line-dots::before {
    left: -8px; /* Adjust spacing for the left dot */
}

.dashed-line-dots::after {
    right: -8px; /* Adjust spacing for the right dot */
}