/* this is needed to make the content scrollable on larger screens */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df!important;
}

.bg-success-900 {
    background: #1e593c !important;
}