@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
}

.hover:not(.active):hover {
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.hover {
    background-color: transparent;
}