﻿.hidden {
    display: none !important;
}

.lh-0 {
    line-height: 0;
}

.lh-2 {
    line-height: 2rem;
}

textarea {
    resize: none;
}

canvas {
    display: block !important;
    box-sizing: border-box !important;
    height: 250px !important;
    width: 500px !important;
    font-family: inherit !important;
}

.offcanvas-backdrop.show {
    opacity: 0.6 !important;
}

.h-80 {
    height: 80% !important;
}
