.tab-estacionamientos .card {
  background: #1f242d;
}

.tabla-estacionamientos {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #424750;
  background: #f7f8fa;
}

.tabla-estacionamientos th {
  background: #23272a;
  color: #fff;
  padding: 12px 10px;
  border-bottom: 1px solid #3d424c;
}

.tabla-estacionamientos td {
  padding: 10px;
  border-bottom: 1px solid #d0d4db;
  color: #111;
}

.tabla-estacionamientos tbody tr:nth-child(odd) td {
  background: #fff;
}

.tabla-estacionamientos tbody tr:nth-child(even) td {
  background: #f1f3f6;
}

.tabla-estacionamientos tbody tr:hover td {
  background: #e7ecf3;
}

.tabla-estacionamientos .acciones {
  text-align: right;
  white-space: nowrap;
}

.btnEst {
  background: #4e8cff;
  border: none;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 6px;
}

.btnEst.btnEliminarEst {
  background: #e55353;
}

.btnEst:hover {
  filter: brightness(1.05);
}

#modalEstacionamiento .modal-contenido {
  max-width: 520px;
}

#modalEstacionamiento label {
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
