html {
    background-color: var(--color-background) !important;
}

body,
.shell,
.barra-topo,
.velox-loading {
    background-color: var(--color-background);
}

.shell__conteudo {
    background-color: var(--color-background);
}

.velox-loading {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
}

.velox-loading--ativo {
    display: flex;
}
