.aa-input-container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.algolia-autocomplete {
    width: 100%;
}
.btn-search {
    border-radius: 0 4px 4px 0;
}
.aa-input-search {
    width: 100%;
    padding: 12px 28px 12px 12px;
    border: 1px solid #dae1e7;
    border-radius: 4px 0 0 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: .9375rem;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
    display: none;
}
.aa-input-search:focus {
    outline: 0;
    border-color: rgb(20 65 148 / 0.3);
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgb(25 65 143 / 15%) !important;
}
.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}
.aa-hint {
    color: #e4e4e4;
}
.aa-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgb(20 65 148 / 0.3);
    border-top-width: 1px;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    word-wrap: break-word;
}
.aa-suggestion {
    padding: 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aa-suggestion:hover,
.aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.65);
}
.aa-suggestion > span:first-child {
    color: #333;
}
.aa-suggestion > span:last-child {
    text-transform: uppercase;
    color: #a9a9a9;
}
.aa-suggestion span em {
    font-weight: 700;
    font-style: normal;
    background-color: rgba(58, 150, 207, 0.3);
    padding: 2px 0 2px 2px;
}
.algolia-result {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.algolia-result span {
    display: flex;
    align-items: center;
}
.algolia-result span .aa-margin-left{
    margin-left: 9px;
}
.algolia-result span p{
    font-weight: 600;
    margin-bottom: 5px;
}
.algolia-thumb {
    max-width: 50px;
    max-height: 50px;
}
.algolia-details {
    color: #919191;
}
.ais-hits--item em {
    background-color: rgba(58, 150, 207, 0.3);
}
.aa-not-found-result {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #144194;
}
.aa-not-found-result span{
    font-weight: 500;
}