.emu-wrapper {
  padding: 2rem;
  font-family: sans-serif;
}

.emu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.emu-header h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.emu-header p {
  color: #777;
  font-size: 0.9rem;
}

.emu-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.emu-toolbar input[type="text"] {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  width: 250px;
}

.emu-toolbar .emu-actions {
  display: flex;
  gap: 1rem;
}

.emu-table-container {
  overflow-x: auto;
}

#emu-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

#emu-table thead th {
  background: #f0f0f5;
  text-align: left;
  padding: 0.75rem;
  border-bottom: none;
}

#emu-table tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid #cecfd1;
}

#emu-table tbody tr:hover {
  background: #f9f9f9;
}

.emu-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

button.emu-btn,
input[type="submit"].emu-btn {
  padding: 0.5rem 1rem;
  border: none;
  background-color: #1e40af;
  color: white;
  border-radius: 0.375rem;
  cursor: pointer;
}

button.emu-btn:hover {
  background-color: #1e3a8a;
}

.emu-dropdown {
  position: relative;
  display: inline-block;
}

.emu-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  z-index: 1;
}

.emu-dropdown:hover .emu-dropdown-content {
  display: block;
}

.emu-dropdown-content button {
  display: block;
  background: none;
  border: none;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.emu-dropdown-content button:hover {
  background-color: #f0f0f5;
}
.titulo-alumnos-listado {
  font-family: Quicksand;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #001931;
  margin-bottom: 5px;
}

.bajada-tabla-alumnos-listado {
  font-family: Quicksand;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #4d5e6f;
  margin-bottom: 29px;
}
#emu-table thead tr td {
  color: #4d5e6f;
  font-family: Quicksand;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.2px;
  vertical-align: middle;
}
#emu-table thead {
  padding: 17px 20px 22px 26px;
}

#emu-table thead tr th {
  color: #4d5e6f !important;
  font-family: Quicksand !important;
  font-weight: 600 !important;
  font-style: SemiBold !important;
  font-size: 15px !important;
  leading-trim: NONE;
  line-height: 26px !important;
  letter-spacing: -0.2px !important;
  vertical-align: middle !important;
}
/* El primer <th> conserva el padding completo */
#emu-table thead tr th:first-child {
  padding: 17px 20px 22px 26px !important;
  border-radius: 8px 0 0 0;
}

/* Los <th> intermedios sólo mantienen padding arriba/abajo */
#emu-table thead tr th:not(:first-child):not(:last-child) {
  padding: 17px 0 22px 0 !important;
}

/* El último <th> también sólo con padding arriba/abajo */
#emu-table thead tr th:last-child {
  padding: 17px 0 22px 0 !important;
  border-radius: 0 8px 0 0;
}

.boton-eliminar-usuario {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #385bce;
  padding: 11px 20px;
  border: 1px solid #385bce;
  border-radius: 4px;
  background-color: #fff;
}
a.paginate_button.current {
  background-color: #eff6ff !important;
}
.boton-menu-cargar-archivos {
  background-color: #385bce;
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 11px 19px;
  border-radius: 45px;
  border: none;
  z-index: 2;
}

button.btn.btn-s.boton-menu-cargar-archivos {
  background-color: #385bce;
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 11px 19px;
  border-radius: 45px !important;
  border: none;
  z-index: 2;
}

/* Transición suave para el icono */
.boton-menu-cargar-archivos .dropdown-icon {
  transition: transform 0.3s ease;
}

/* Cuando el dropdown esté abierto (.show en .btn-group), giramos 180° */
.btn-group.show .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}
.dropdown-menu {
  width: 100% !important;
  padding-top: 20px;
  margin-top: -10px;
  z-index: 1;
  background-color: #eff6ff;
  padding: 20px 13px 6px 17px;
}
.link-dropdown {
  padding-bottom: 10px;
  font-family: Quicksand;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #4d5e6f;
}

/* Aumentar un poco el tamaño del botón del file input */
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
}

/* Asegurarnos de que el label de file input no se desborde */
.custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
div#emu-import-form {
    text-align: right;
}

.emu-container.contenedor-alumno-lista-carga{
  padding: 50px 131px  120px 131px !important;
}