._sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
}

tr ._sticky:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
}

tr:has(> ._sticky) {
  border: none;
}

.work-list-table-item {
  font-size: 0.9rem;
  word-wrap: break-word;
}

.org .dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
}

.dropdown-filter .dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
}

.dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
  background-color: "#F00";
}

/* .btn-no-hover:active {
  pointer-events: none;
} */

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #000000 !important;
  background-color: inherit !important;
  border-color: #111 !important;
  /*set the color you want here*/
}

.btn-light {
  color: #000000 !important;
  background-color: inherit !important;
  border-color: #111 !important;
  /*set the color you want here*/
}

.bold {
  font-weight: bold;
}

.hatching {
  background-color: "#AF6" !important;
}

.table {
  --bs-table-bg: transparent !important;
}


/*# sourceMappingURL=main.d6a8a066.css.map*/