.app-shell {
    min-height: 100vh;
    background-color: #f7f9fc;
}

.app-header {
    background-color: #ffffff;
}

.app-body {
    min-height: calc(100vh - 88px);
}

.app-sidebar-wrap {
    border-right: 1px solid #eef2f7;
    background-color: #ffffff;
}

.app-main {
    background-color: #f7f9fc;
}

@media (max-width: 991.98px) {
    .app-sidebar-wrap {
        border-right: 0;
        border-bottom: 1px solid #eef2f7;
    }
}
