.dataTables_length {
    margin-bottom: 10px; /* espacio debajo del combo */
    margin-right: 20px;
}
td.highlight-col {
    background-color: #f0f8ff !important; /* Color para la columna */
}

tr.highlight-row {
    background-color: #e6f7ff !important; /* Color para la fila */
}
.apexcharts-tooltip {
    z-index: 9999 !important;
    background: #ccdaf9 !important;
    color: #000;
    font-size: 14px;
}
#_setMapa {
      display: block;
      margin: auto;
      background-color: #fff;
}
.estado {
    stroke: #ffffff;
    stroke-width: 0.5;
    cursor: pointer;
    transition: fill 0.3s;
}
._setToolTip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    pointer-events: none;
    font-size: 14px;
    display: none;
    white-space: nowrap;
    z-index: 100;
}

/* Contenedor del toast en esquina inferior derecha */
.toast-container {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 1055;
}

/* Caja principal del toast */
.toast {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0.25rem;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
  font-size: 0.875rem;
  color: #212529;
  opacity: 1;
  transition: opacity 0.15s linear;
}

/* Encabezado del toast */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* Botón de cerrar */
.toast-header .btn-close {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: none;
  width: 1em;
  height: 1em;
  opacity: 0.5;
  cursor: pointer;
}

/* Cuerpo del toast */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* Clases de color opcionales */
.toast.bg-success {
  background-color: #198754;
  color: #fff;
}

.toast.bg-danger {
  background-color: #dc3545;
  color: #fff;
}

.toast.bg-warning {
  background-color: #ffc107;
  color: #212529;
}

.toast.bg-info {
  background-color: #0dcaf0;
  color: #fff;
}
