 /* Estilos para o fundo da tela de loading */
        .loading-overlay {
            display: none; /* Oculto inicialmente */
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: white; /* Fundo cinza com transparência */
            z-index: 9999; /* Garantir que fique no topo */
            justify-content: center;
            align-items: center;
        }

      
		