.acceso-estado {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}

#generated_Container {
    width: 100%;
    overflow: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    padding-left: 12px;
}

.loading-spinner_initial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.spinner_initial {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 10px;
    color: #555;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#acceso-estado {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}
