.autoComplete_wrapper > input {
    border-color: #e2e2e2;
    border-radius: .25rem;
    border-width: 2px;
}

.jSearch {
    background-color:#03ccd9;
    color: white;
    border-color: #03ccd9;
    border-width: 2px;
    padding: .5em 1.5em;
    border-radius: 0;
    font-family: var(--main-bold-font);
    margin-top: 1em;
}

.no_result {
    padding: 1em;
    margin-bottom: 25px;
}
