.search-tool{
    width: 100% !important;
    padding: 10px;
    border: 1px rgba(128,128,128,0.32) solid;
    font-size: 14px;
    border-radius: 4px;
    background-color: none;
    line-height: 1.45em;
    margin-bottom: 20px;
    display: block;
}

.autocomplete>div.selected, .autocomplete>div:hover:not(.group) {
    /* background: none; */
    background-color: rgb(213,180,49);
}

.autocomplete>div {
    /* background: none; */
    background-color: rgb(255,255,255);
    border: 1px solid rgb(232,232,232);
    padding: 10px;
}

#search-tool-btn{
    background-color: rgb(213,180,49);
    padding: 10px;
    color: rgb(255,255,255);
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px !important;
    border: none;
    margin-top: 10px;
    text-align: left;
}

.search-tool-play-btn{
    background-color: rgb(71,50,40);
    border-radius: 4px !important;
    border: none;
    padding: 6px;
    color: rgb(255,255,255);
    font-weight: bold;
    cursor: pointer;
}

#no-result {
    background-color: rgb(231,210,195);
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    display: none;
    margin-top: 20px;
}