@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css");

.custom__align--icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom--div {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.container--custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: #f6f7fb;
  border: none;
  border-radius: 8px;
}

.custom--icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

label {
  color: var(--primary-color);
  font-weight: 100;
}

input[type="text"] {
  border: none;
}

.btn-inscrito {
  background-color: #333F48 !important;
  border-color: #333F48 !important;
  color: white !important;
}

.btn-inscrito:disabled {
  cursor: not-allowed !important;
  pointer-events: auto;
}

#modalLogin .modal-dialog {
  max-width: 50vw;
  margin-top: 35vh;
}

#modalLogin {
  background: rgba(51, 63, 72, 0.65);
}

#modalLogin .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media (max-width: 1024px) {

  #inscribirse-top,
  #inscribirse-bottom {
    line-height: 20px !important;
  }
}

.bg-carga{ 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
}

.bg-carga .lds-ring{
    position: absolute !important;
    display: flex !important;
    width: 15vw !important;
    height: 15vw !important;
}

.bg-carga .lds-ring div {
    width: 15vw !important;
    height: 15vw !important;
}

.bg-carga.active {
  display: flex;
}