.titulo{
    color: #835195;
}

.log-ine {
    max-width: 150px; /* Ajusta este valor según tus necesidades */
    height: auto;
}

@media (max-width: 576px) {
    .log-ine {
        max-width: 100px; /* Ajusta este valor según tus necesidades para dispositivos móviles */
    }
}


.cabeceraTabla {
    background-color: #a66bd3 !important;
    text-align: center;
    border: 1px solid white;
    font-weight: bold;
    padding: 10px;
}

.moduloSeleccionado {
    background-color: #cecfec !important;
    border: 1px solid #4e2e91 !important;
    font-weight: 600;
}

.btnEnviar {
    background-color: #95d5b2 !important;
    border: 1px solid #40916c !important;
    font-weight: 600;
}


.cuerpoTabla {
    background-color: #ccccff !important;
    border: 1px solid white;
    padding: 10px;
}

.tablaSiNo {
    padding: 10px !important;
    /*text-align: center;*/
    font-weight: bold;
    border: 1px solid black;
}

.tdBordeSiNo {
    border: 1px groove grey;
    padding: 10px;
    text-align: center;
    font-size: medium;
    width: 10%;
}

.tdBorde {
    border: 1px groove grey;
    padding: 10px;
    height: 70px;
    vertical-align:initial
}

.id-elemento {
    font-size: 12px;
}

#navBar {
    background-color: transparent; 
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
}

.sticky-top .nav-item a {
    color: #000000;
}

.powdered-toastman-container {
    z-index: 9999; /* Valor alto para asegurar que esté por encima de otros elementos */
    position: fixed; /* Para asegurarte de que se quede en su posición incluso si haces scroll */
    top: 0; /* Ajusta según sea necesario */
    left: 50%; /* Ajusta según sea necesario */
    transform: translateX(-50%); /* Centra horizontalmente */
    background-color: rgba(0, 0, 0, 0.8); /* Fondo semitransparente para mejor visibilidad */
    color: white; /* Color de texto */
    padding: 10px 20px; /* Padding para mejor apariencia */
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra para dar más énfasis */
}

.toast-container {
    z-index: 9999;
}
