/* Adicione estilos personalizados aqui */
.dark-theme {
    background-color: #111;
    color: #fff;
}

/* style.css */
/* Estilos para o overlay de loading */
/*.loading-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.loading-overlay .spinner-border {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

*/
