.link-89 {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-bottom: 3px solid transparent;
  text-align: center;
  width: auto;
  transition: .3s;
}

.link-89:hover,
.link-89.current {
  position: relative;
}

.link-89:hover::after,
.link-89.current::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 95%;
  height: 0px;
  background: linear-gradient(90deg, #AD5CFE 11%, #40B3F3 45%, #3fa4be 50%, #40B3F3 65%, #AD5CFE 92%);

  border-radius: 15px !important;
  transform: translateX(-50%);
  padding-bottom: 3px !important;
}



.dropdown-item.es {
  background-repeat: no-repeat;
  background-size: 115px 60px;
  /* Ajusta el tamaño del ícono */
  background-position: left center;
  /* Ubica la imagen a la izquierda */
  padding-left: 23px;
  /* Da espacio para que el texto no se solape con la imagen */
  height: 40px;
}


.dropdown-item.en {
  background-repeat: no-repeat;
  background-size: 115px 60px;
  /* Ajusta el tamaño del ícono */
  background-position: left center;
  /* Ubica la imagen a la izquierda */
  padding-left: 23px;
  /* Da espacio para que el texto no se solape con la imagen */
  height: 40px;
}



.dropdown-item.pt {
  background-repeat: no-repeat;
  background-size: 115px 60px;
  /* Ajusta el tamaño del ícono */
  background-position: left center;
  /* Ubica la imagen a la izquierda */
  padding-left: 23px;
  /* Da espacio para que el texto no se solape con la imagen */
  height: 40px;
}


.dropdown-menu {
  width: 36px;
  min-width: 80px !important;
  background-color: transparent !important;
  /* Hace el fondo transparente */
  border: none;
  /* Elimina el borde */
  box-shadow: none;
  /* Elimina la sombra */
  padding-top: 0% !important;
  /* left: -4px !important; */
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  /* Fondo transparente al pasar el mouse */
  color: inherit;
  /* Mantén el color original del texto */
}

.dropdown-toggle::after {
  display: none;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgb(255, 255, 255);
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn-arrow {
  height: 23px;
  display: flex;
  align-items: center;
}