.no-border-bottom {
  border-bottom: none !important;
}

.no-border-top {
  border-top: none !important;
}

.info_clase_mapa{
  display: flex;
  justify-content: space-around;
}

#btn_confirmacion_lugar{
  justify-content: end;
  margin-top: 1rem !important;
}

.lugar_clase_seleccionado{
  background: #c36 !important;
  color: white !important;
}

.registrado_en_clase{
  border: 1px solid green;
  border-radius: 0.5rem;
  margin-top: 1rem !important;
  text-align: center;
  background-color: rgb(139, 214, 159);
}

.dt-length label {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dt-search {gap: 14px;
  display: flex;
  align-items: center;
}