﻿.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 10px;
    border: 2px solid #F6F7F9;
    border-radius: 14px;
    background-color: #fff;
    cursor: default;
    overflow: auto;
    position: relative;
    top: 10px;
    min-height: 100px;
    max-height: 221px;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    padding: 0 10px;
    color: #757575;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

#autocomplete-ajax {
    color: #757575;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F6F7F9;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #65AF34;
}

.autocomplete-group {
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 14px;
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 8px;
    background-color: #757575;
    border-radius: 14px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: #65AF34;
    border-radius: 14px;
}
