text{
    cursor: pointer;
    fill:#888C95;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 300px;
    float:left;
    height: auto;
}

#autocomplete-list .item{
    padding: 5px;
    font-size: 14px;
    color: black;
}

.autocomplete-items div {
    cursor: pointer;
    background-color: #fff;
}

#autocomplete-list div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-block-right {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px solid gray;
    padding: 10px;
}

.autocomplete-block-right:last-child{
    border: none;
}

.autocomplete-block-right:hover {
    background-color: #e9e9e9;
}

#list-wrapper {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 45px;
    left: -15px;
    background: white;
    display: flex;
    border:1px solid gray;
}

#autocomplete-list.autocomplete-items{
    display: inline-flex;
    flex-direction: column;
    width: 40%;
    cursor: auto;
}

.institution-list{
    display: inline-flex;
    flex-direction: column;
    width: 60%;
    border-left: 1px solid gray;
}

.autocomplete-block-right img{
    border:1px solid gray;
    display: inline-flex;
    margin-right: 10px;
    vertical-align: bottom;
}

.autocomplete-block-right p{
    font-weight: 600;
    color: black;
    display: inline-flex;
}
