.searchbg{
    background-image: url(/images/searchicon.png);
    background-position: 7px 9px;
    background-repeat: no-repeat;
}
#searchAIC{
    font-size: 13px;
    border: 1px solid #dedede;
    height: 26px;
    margin-top: 0;
    border-radius: 5px;
    padding: 5px 5px 5px 30px;
    width: calc(100% - 35px);
    outline: none;
}

/* width */
#searchKewordsList::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#searchKewordsList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
#searchKewordsList::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 5px;
}

/* Handle on hover */
#searchKewordsList::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
#searchKewordsList{
    max-height: 200px;
    overflow-x: hidden !important;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 0;
    width: 100%;
    display:none;
}
#searchKewordsList .list-group {
   /* display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
    padding-left: 0;
    margin-bottom: 0;
}
#searchKewordsList .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
#searchKewordsList .list-group-item {
    font-size: 13px;
    position: relative;
    display: block;
    padding: .25rem .25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
#searchKewordsList .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
#searchKewordsList .list-group-item:focus, .list-group-item:hover {
    text-decoration: none;
}
#searchKewordsList .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}