html,
body {
    min-height: 100%;
}

.app-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
}

.app-main {
    width: 100%;
}

.app-footer {
    flex-shrink: 0;
}

.page-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding-bottom: 1rem;
}

.card-soft {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
}

.navbar .btn {
    white-space: nowrap;
}
