.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    background: #fff;
    box-shadow: 35px 80px 50px 0 rgba(1,15,27,0.25);
    border-top: rgba(2, 24, 43, 0.1) 1px solid;
    position: fixed;
    display: none;
    z-index: 11000;
    max-height: 354px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    top: calc(10% + 90px) !important;
}

.autocomplete-suggestion {
    position: relative;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
    padding: 7px 7px 7px 14px;
    cursor: pointer;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #E8F8F8;
}

.tree-search-input {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    font-size: 17px !important;
    height: 70px;
    background-size: 17px 17px;
    background-position-y: 27px !important;
    background-image: url('../svg/icon-faq-search-blue-2.svg') !important;

}

.tree-search-input:focus {
    border: none;
    outline: none;
}

.autocomplete-suggestion .result-breadcrumb {
    font-size: 14px;
    color: #00B3B6;
    font-weight: 500;
    text-decoration: none;
}

.autocomplete-suggestion .separator {
    color: #011D21;
    opacity: 0.4;
}

.autocomplete-suggestion .result-description {
    font-size: 13px;
    color: #41515F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.tree-search {
    margin-right: 0 !important;
}

#search-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #F1F1F1;
    opacity: 0.7;
    z-index: 100;
}

#search-container {
    display: none;
    width: 50%;
    position: fixed;
    top: calc(10%);
    left: 25%;
    z-index: 101;
}

#search-trigger {
    background-color: #F3F5F9;
    border: none;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    line-height: 30px;
    padding: 10px;
    padding-left: 22px;
    background-image: url('../svg/icon-faq-search-blue-2.svg') !important;
    background-repeat: no-repeat;
    background-position: 265px 15px;
    cursor: pointer;
    color: #02182B;
    font-family: Graphik;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 20px;

}

#search-trigger:focus {
    outline: none;
}

#support_search_results_title {
    font-weight: 700;
}

#support_search_results {
    height: 290px;
}

#support_search_results .autocomplete-suggestion {
    padding-left: 0;
}

.docs-floating-sidebar {
	z-index: 100;
}