html {
    min-height: 100% !important;
    height: 100% !important;
}

body {
    min-height: 100% !important;
    height: 100vh !important;
}

.h-100-vh {
    height: 100vh !important;
    max-height: 100vh !important;
}

.sidebar {
    width: 200px;
}

.even {
    background-color: rgba(211, 211, 211, 0.5) !important;
}

.overflow-y-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}
