html, body {
    height: 100%;
}
.v-application {
    height: 100%;
}
.v-application--wrap {
    min-height: calc(100vh - 1px);
}
.v-application .v-main {
    height: 100%;
}

.v-application .vue-notification {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
}
.v-application .vue-notification .notification-title {
    padding-bottom: 6px;
}
.v-application .vue-notification.error {
    background: #E54D42 !important;
    border-left-color: #B82E24 !important;
}
.v-application .vue-notification.warn {
    background: #ffb648 !important;
    border-left-color: #f48a06 !important;
}
.v-application .vue-notification.success {
    background: #68CD86 !important;
    border-left-color: #42A85F !important;
}