.rate_defs{
   list-style: none;
}


.signature-pad{
  position: relative;
  width: 100%;
  height: 200px; /* Adjust as needed */
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.badge-stack {
  gap: 0; /* ensures tight overlap */
}

.badge-stack .badge {
  margin-left: 0px; /* overlap amount */
  position: relative;
  z-index: 1;
}

.badge-stack .badge:first-child {
  margin-left: 0;
}

@media (max-width: 576px) {


.status_list li {
  display: block !important;
  margin-right: 15px; /* Adds spacing between items */
}


}

.status_list {
  list-style: none; /* Removes default bullet points */
  margin: 0;
  padding: 0;
}

.status_list li {
  display: inline-block;
  margin-right: 15px; /* Adds spacing between items */
}


#signature-pad-modal{
   outline: solid;
  outline-width: 1px;
}

.is_row{
   border-bottom: 2px solid #cbcbcb;
}


.tooltip-box {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 10px;
  z-index: 9999;
}

.tooltip-box button {
  padding: 5px 8px;
  margin-top: 6px;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.signature-input{
  height: 38px;
}

.readonly {
    pointer-events: none;
    background-color: #eee;
}

.hidden {
  display: none !important;
}
.center {
  margin: auto;
  width: 50%;
}

.pw_match {
  color: gray !important;
}

.pw_len_req {
  color: gray !important;
}
.pw_upper_req {
  color: gray !important;
}
.pw_lower_req {
  color: gray !important;
}
.pw_number_req {
  color: gray !important;
}
.pw_special_req {
  color: gray !important;
}

.pw_matched {
  color: green !important;
}

.disabled {
  cursor: not-allowed !important;
}

.upload-area {
  width: 100%;
  height: 100%;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.upload-area h2 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pull-right {
  float: right;
  margin: 5px;
}

.pull-right-link {
  float: right;
}

.crew_btns {
  margin: 5px;
}
.btn.fixed_size {
  width: 140px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.btn.fixed_size2 {
  width: 135px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.upload-area button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.upload-area button:hover {
  background-color: #0056b3;
}

.upload-area.dragover {
  background-color: #e9e9e9;
  border-color: #007bff;
}

.datatable-container {
  width: 100%;
  /* Ensure the container takes up the full width of its parent */
  overflow-x: auto;
  /* Add horizontal scroll if needed */
}

#contractor_coi_table th:first-child,
#contractor_coi_table td:first-child {
  text-align: left;
  padding-left: 8px;
}

.rename_event.disabled {
  border-color: transparent !important;
}

.navbar-divider {
  width: 1px;
  height: 20px;
  background-color: #ccc;
  margin: auto 10px;
  list-style: none;
  /* Removes any list styling */
}

/* Mobile styles */
@media (max-width: 990px) {
  .navbar-divider {
    width: 100%;
    /* Full width */
    height: 1px;
    /* Make it flat */
    margin: 10px 0;
    /* Adjust margin for spacing */
  }
}

.sheet_btn {
  width: 100%;
  margin: 5px;
}

.action_buttons {
  margin: 5px;
}

.hidden_col {
  opacity: var(--bs-btn-disabled-opacity);
}

.is_active {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.is_active.inactive {
  background-color: red;
}

.is_active.active {
  background-color: green;
}

.contractor_info {
  display: inline-block;
  width: 90%;
  min-width: 200px;
  height: 60px;
  /* or any fixed width you prefer */

  text-align: left;
  /* allow wrapping if names are long */
  box-sizing: border-box;
}

.pac-container {
  z-index: 10000 !important;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #25b09b;
  animation: l15 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}

.loader::after {
  margin: 8px;
  animation-duration: 3s;
}

@keyframes l15 {
  100% {
    transform: rotate(1turn);
  }
}

.map-marker {
  width: 32px;
  height: 32px;
  background-color: #1d4ed8;
  color: white;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: absolute;
}

#yard_maps {
  height: 400px;
  position: relative;
  background-color: #f0f0f0;
}

.text-purple {
  color: #6f42c1;
}

.text-green {
  color: #198754;
}

.text-orange {
  color: #fd7e14;
}
.text-light-green {
  color: #20c997;
}

/* Slider Toggle */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}
.toggle-switch input {
  display: none;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: background-color 0.3s;
}
.active-icon,
.inactive-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: white;
  transition: opacity 0.2s;
}
.inactive-icon {
  left: 8px;
  opacity: 1;
}
.active-icon {
  right: 8px;
  opacity: 0;
}

/* Optional: make hover dropdown open without clicking */
@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* removes gap */
    top: 100%;
    /* ensures it sits right under the toggle */
  }
}
.login_activity {
  max-height: 400px;
  overflow-y: scroll;
}

#email_templates_manager .tox-tinymce {
  margin-bottom: 24px;
}
#email_templates_manager .tpl-box,
#email_templates_manager .tpl-card {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
#email_templates_manager .tpl-box:last-child,
#email_templates_manager .tpl-card:last-child {
  border-bottom: 0;
}
.modal-xxl {
  --bs-modal-width: 1130px;
}

.need_info {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5e727;
  --bs-btn-border-color: #f5e727;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8ee63;
  --bs-btn-hover-border-color: #f8ee63;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8ee63;
  --bs-btn-active-border-color: #f8ee63;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5e727;
  --bs-btn-disabled-border-color: #f5e727;
}

.gps_update {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a60ab;
  --bs-btn-border-color: #1a60ab;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18385a;
  --bs-btn-hover-border-color: #18385a;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18385a;
  --bs-btn-active-border-color: #18385a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1a60ab;
  --bs-btn-disabled-border-color: #1a60ab;
}

.view_mob_requests {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c8571;
  --bs-btn-border-color: #1c8571;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #10473d;
  --bs-btn-hover-border-color: #10473d;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #10473d;
  --bs-btn-active-border-color: #10473d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c8571;
  --bs-btn-disabled-border-color: #1c8571;
}

.show_removed {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c40404;
  --bs-btn-border-color: #c40404;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a60303;
  --bs-btn-hover-border-color: #a60303;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a60303;
  --bs-btn-active-border-color: #a60303;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c40404;
  --bs-btn-disabled-border-color: #c40404;
}

.demob_btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #851c80;
  --bs-btn-border-color: #a82497;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a82497;
  --bs-btn-hover-border-color: #a82497;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #851c80;
  --bs-btn-active-border-color: #851c80;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a82497;
  --bs-btn-disabled-border-color: #a82497;
}

#contact_info_block {
  height: 150px;
}

.share_gps_btn {
  width: 100%;
  height: 150px;
}

.reassign_crew {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2c4069;
  --bs-btn-border-color: #362c69;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #362c69;
  --bs-btn-hover-border-color: #362c69;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c4069;
  --bs-btn-active-border-color: #2c4069;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #362c69;
  --bs-btn-disabled-border-color: #362c69;
}

.overlimit input:focus {
  color: red !important;
}

.overlimit {
  color: red !important;
}

.fixed_btn_height {
  height: 60px !important;
  width: 100% !important;
}

.modal-foot {
  padding: 25px;
}

.copy-btn:hover {
  cursor: pointer;
}

/* Legend styling */
.legend {
  background: white;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.legend div {
  margin-bottom: 5px;
}

.legend span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50%;
}

.not_contracted {
  background-color: #391ae8ff;
}
.contracted {
  background-color: #25d92eff;
}

.gradient-text {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for non-webkit browsers */
}

.logo {
  display: flex;
  align-items: center;
}

.logo-icon {
  width: 150px;
  height: auto;
  margin-right: -42px;
  margin-top: -48px;
  z-index: 1;
}
.logo-text {
  font-size: 3.75rem;
  font-weight: 700;
}

.trademark {
  font-size: 1rem;
  vertical-align: super;
  margin-left: 0.1rem;
}
.logo-nav {
  width: 55px;
}

.sign_up_logo-text {
  font-size: 2.75rem;
  font-weight: 700;
}

.sign_up_logo-icon {
  width: 105px;
  height: auto;
  margin-right: -31px;
  margin-top: -32px;
  z-index: 1;
}

.mapping_table td[contenteditable="true"] {
  background-color: #fefefe;
  outline: none;
  cursor: text;
}

.mapping_table td[contenteditable="true"]:focus {
  border-bottom: 1px solid black;
  /* black line at the bottom */
  padding-bottom: 2px;
  /* optional: small padding so text doesn’t touch the line */
}

.mapping_table {
  border: 1px solid black;
  border-collapse: collapse;
}

.mapping_table td {
  border: none;
  /* Remove borders from individual cells */
  padding: 8px;
  /* Add some padding for readability */
}

.container-fs {
  max-width: unset !important;
}

/* On mobile, reset margins so logo stays tight */
@media (max-width: 576px) {
  .logo-icon {
    width: 105px;
    margin-right: -31px;
    margin-top: -32px;
  }

  .logo-text {
    font-size: 2.75rem;
  }

  .text-6xl {
    font-size: 1.75rem;
    line-height: 1.75;
  }
  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 700;
  }
}
