/* Core */
.app-content {
    margin-top: 101px;     /* pushes content below fixed header */
    margin-bottom: 92px;   /* prevents overlap with fixed footer */
    height: calc(100vh - 193px);
    overflow-y: auto;
}
/* Colours */
.bg-red {
    background: #D52027 !important;
}
.text-red {
    color: #D52027 !important;
}
.bg-purple {
    background: #6f42c1 !important;
}
.text-bg-purple {
    color: #fff !important;
    background-color: #6f42c1 !important;
}
/* Footer */
.active-page {
    border-top: 3px solid #D52027;
    color: #D52027;
}
.page-link {
    border-top: 3px solid white;
}
.page-link a {
    color: black !important;
    text-decoration:  none !important;
}
.active-page a{
    color: #D52027 !important;
    text-decoration:  none !important;
}
