/*
    *
    *
    *
    * ALL CUSTOM APP LEVEL CSS WRITTEN BELOW THIS POINT
    *
    *
    *
*/

.navigation-divider {
    border-right: 1px rgba(0, 0, 0, 0.2) solid;
}

html, body {
    height: 100%;
    margin: 0;
}

.full-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.full-height > .content {
    flex: 1;
}