.chosen-container .chosen-drop {
    bottom: 100%!important;
	top: auto;
}
.containerBoxCircuits:hover {
   opacity:1!important;
}
#ver_precios_circuit {
    margin-left: -15px;
}
/* Centra el GIF de carga */
#bt-gif-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  }

/* Tamaño del GIF (ajústalo según el diseño) */
#bt-gif-loader img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Asegura que el overlay blanco se vea correctamente */
.blockUI.blockOverlay {
  background: rgba(255,255,255,0.85) !important;
}

.blockUI.blockMsg {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

