#modalDepartamentosFoundationV1 .table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #6213e2;
  color: #ffffff;
}

#modalDepartamentosFoundationV1 .btn-link {
  text-decoration: none;
}

#modalDepartamentosFoundationV1 .btn-link:focus {
  box-shadow: none;
}

#toolbarAccionesDeptoV1 {
  gap: 8px;
}

@media (max-width: 768px) {
  #modalDepartamentosFoundationV1 .modal-dialog {
    width: calc(100% - 16px) !important;
    max-width: none !important;
    margin: 8px;
  }

  #modalDeptoToolbar {
    align-items: stretch !important;
    flex-direction: column;
  }

  #modalDeptoToolbar > div {
    width: 100%;
  }
}