/* Extracted from base.html.twig */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}
.dashboard-body {
    background-color: #f5f8fc !important;
    background-image: none !important;
}
