@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");

body {
  padding: 2rem;
}

table {
  width: 100%;
  margin-top: 1rem;
}

.btn-green {
  background-color: #28a745;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 1rem;
}

.btn-edit {
  background-color: #0d6efd;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 5px;
}

.btn-delete {
  background-color: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none;
}

label {
  display: block;
  margin-top: 0.1rem;
}

input[type="text"],
select {
  width: 100%;
  padding: 6px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

body {
  background: #ececec;
}

.form-check .form-check-label {
  display: inline; /* Restaura el comportamiento original */
  margin-top: 0; /* Quita el margen extra */
}
