.sidebar-toggler {
    height: inherit;
    width: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border-width: 0px;
    background: none;
}

.sidebar-toggler:hover {
    background-color: var(--bs-primary);
}

.sidebar-toggle-card {
    height: 100% !important;
    width: inherit;
    max-width: 50px;
}

.sidebar-container {
    height: 100%;
    width: 100%;
}

.sidebar > a:hover {
    color: var(--bs-primary);
}

.sidebar > a.active {
    color: var(--bs-primary);
}