#aut-in-search-select{
    border-radius: 0;
    background-color: aliceblue;
    padding-top: 6px;
    padding-left: 5px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    border-bottom: 1px solid #3b4952;
}

.aut-select-list .aut-select-ul{
    background-color: aliceblue;
    padding-left:5px;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.aut-select-list .aut-select-ul li{
    padding-top: 2px;
    padding-bottom: 2px;
    cursor:pointer;
}

.aut-select-list .aut-select-ul li:hover{
    background-color: lightskyblue;
}

.d-none{
    display: none;
}