.error{
    color: red;
}

.label-results{
    display: inline-flex;
    align-items: baseline;
}

.tab-title{
    font-family: 'Nunito';
    font-size: 1.3em;
    padding-top: 12px;
}

.form-control::placeholder{
    color: rgba(59, 63, 92, 0.3) !important;
}

.form-control::selection{
    color: white;
    background-color: rgb(67, 97, 238) !important;
}

.loading-overlay{
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según tus preferencias */
    z-index: 9999; /* Asegura que el div esté por encima de otros elementos */
}
.loading-text{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
