.nav-vertical-2 .nav-item.active {
    padding-bottom: 5px !important;
}

.documentation-search-results {
    box-shadow: 0 2px 5px 0 rgb(60 66 87 / 8%), 0 1px 1px 0 rgb(0 0 0 / 12%);
    background-color: white;
    border-radius: 5px;
    margin-top: 4rem;
    padding: 8px;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
}

.search-result {
    height: 4rem;
    padding: .5rem;
    margin-bottom: .5rem;
    color: #555555;
}

.search-result:last-child {
    margin-bottom: 0;
}

.search-result:hover {
    background-color: #33C564;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.search-result:hover > span {
    color: white !important;
}