.dropdown-menu.open {
    position: absolute;
    display: block;
    inset: auto 0 0 auto;
}

.dropdown-menu {
    --bs-dropdown-item-padding-y: 0.4rem;
}

.dropdown-menu.inset {
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
    margin: 0;
    z-index: 1021;
    transform: translate3d(1px, 40px, 0px);
}

.dropdown-menu.left-inset {
    inset: 0 auto auto;
}

.dropdown-item {
    --bs-dropdown-link-active-bg: var(--bs-dark);
    --bs-dropdown-link-hover-bg: var(--bs-form-control-secondary)
}
