html[data-bs-theme="dark"] .datepicker table tr td span.focused

{

background-color: var(--bs-primary) !important;

}



html[data-bs-theme="dark"] .dataTables_info

{

  color: #FFF;

}

.empresa-item.active > div:first-child
{
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

/* Add position: relative to modal-content */
.modal-content {
  position: relative;
}

.modal-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
   z-index: 1050;
  color: #333;
  background:rgba(255, 255, 255, .3);
}