/*
    Css to module finder
*/
.mod-finder .input-finder, .com-finder__form .input-finder {
    padding-left: 16px;
    border-radius: 16px;
    width: 360px;
    height: 56px;
    border: none;
    background-color: rgba(234, 236, 240, 1);
}

.search-icon {
    right: 40px;
    bottom: 3px;
    position: relative;
    background: transparent;
}

.awesomplete {
    padding-bottom: 10px;
}

/* Begin - Dropdown style */
.awesomplete > ul:before {
    content: none;
}

.awesomplete > ul {
    margin-top: 2px !important; 
    border-radius: 16px;
    padding: 6px !important;
    border: none !important;
    text-align: left;
}

.awesomplete > ul li {
    border-radius: 12px;
    padding: 8px 12px !important;
}

.awesomplete > ul li:hover {
    background-color: rgba(232, 222, 248, 1) !important;
}

.awesomplete > ul > li[aria-selected="true"] {
    background-color: rgba(232, 222, 248, 1) !important;
    background: initial;
    color: initial;
}
/* End - Dropdown style */