.left-hand-menu {
    align-items: flex-start;
    border-right: 2px solid #1f4350;
    display: flex;
    height: 100%;
}

.left-hand-menu-sticky {
    position: sticky;
    top: 20px;
    width: 100%;
}

.left-hand-menu-item {
    --bs-gutter-x: 0;
    background-color: #fff;
    border-top: 1px solid #555;
    color: #1F4350;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
}

.left-hand-menu-item:hover {
    background-color: #b2ddf2;
    font-weight: bold;
}

.left-hand-menu-item-focus {
    background-color: #b2ddf2;
    font-weight: bold;
}

.left-hand-menu-item-link {
    display: block;
    padding: 25px 10px;
}

.left-hand-menu-item-expand-menu {
    display: block;
    padding: 25px 10px;
}

.left-hand-menu-item-header {
    background-color: #fff;
    color: #1F4350;
    font-weight: bold;
    padding: 25px 5px;
    width: 100%;
}

.left-hand-menu-item-footer {
    border-top: 1px solid #555;
}

.left-hand-menu-item-indent {
    margin-left: 20px;
}

.left-hand-menu-item-hide {
    display: none;
}

.left-hand-menu-item-pre-icon {
    width: 25px;
}

.left-hand-menu-item-text {
    text-align: left;
}