/* Estilos para o rodapé do sistema */

.app-footer {
    display: none;
}

.app-footer p {
    margin: 0;
    padding: 0;
}

.layout {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main-content {
    flex: 1;
    margin-left: 280px;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

