
.terminology_search {
    position: relative;
    border-radius: 6px;
    padding: 10px 10px;

}
#searchTerminology_dropdown{
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 100;
    padding: 10px;
    margin-top: 0px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
    border: 1px solid #f1f3f4;
}
.terminology_search input {
    height: 44px;
    color: #393939;
    padding: 0 30px 0 40px;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 2rem;
    font-size: 15px;
}

.terminology_search i {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #737373;
}


.terminology_search ul {
    list-style: none;
}
.terminology_search ul li{
    border-bottom: 1px dotted #e1e1e1;
}
.terminology_search ul li:last-child{
    border-bottom: none;
}
.terminology_search ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-radius: 8px;
    padding-left: 6px;
}

.terminology_search ul a:hover {
    background: #f0f2f5;
}

.terminology_search ul .list-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.terminology_search ul .list-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
}
.terminology_search ul .list-name span {
    font-size: 12px;
    color: #8d8d8d;
    display: block;
}
.header_dropdown {
    width: 340px;
    margin-top: 50px;
    border-radius: 5px;
    padding: 15px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin: auto;
    right: 10px !important;
    left: auto !important;
}
