html, body {
    height: 100%;
}

[v-cloak] {
    display: none;
}

.h-30 {
    height: 30% !important;
}
.h-70 {
    height: 70% !important;
}

.border-none {
    border: none !important;
}
@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important
    }
}

.ws-pre-wrap {
    white-space: pre-wrap;
}
