﻿.logoWKS {
    border-radius: 50%;
    height: 50px;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 32px -4px rgba(0, 0, 0, 0.75);
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.cardForm {
    height: 100%;
}

    .cardForm .row.g-0 {
        height: 100%;
    }

    .cardForm .col-md-6 {
        display: flex;
        flex-direction: column;
    }

    .cardForm img {
        object-fit: cover;
        height: 20%;
        width: 20%;
    }

.tooltip {
    --bs-tooltip-max-width: none !important;
}

.tooltip-inner {
    --bs-tooltip-max-width: none !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    max-width: none !important;
}

.object-fit-cover {
    object-fit: cover;
}

.carouselWKS {
    padding: 10px !important;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.cardForm {
    z-index: 1000;
    position: relative;
}


#loading-overlay {
    position: fixed; /* Fijar en toda la pantalla */
    top: 0;
    left: 0;
    width: 100vw; /* Cubrir todo el ancho */
    height: 100vh; /* Cubrir todo el alto */
    background: rgba(0, 0, 0, 0.1); /* Fondo oscuro semitransparente */
    display: flex; /* Para centrar el contenido */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    z-index: 9999; /* Asegurar que esté sobre todo */
    visibility: hidden; /* Ocultar por defecto */
}

    /* Estilos para el GIF */
    #loading-overlay img {
        width: 100px; /* Ajusta el tamaño según el GIF */
        height: auto;
    }

.validation-container {
    font-size: 11px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #f8d7da; /* fondo rojo suave */
    border: 1px solid #f5c6cb;
    color: #721c24;
    border-radius: 5px;
    text-align: center;
}

.validation-summary-errors {
    display: flex;
    align-items: center;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .validation-summary-errors li::before {
        content: "• ";
        margin-right: 4px;
    }
