.search-group .form-control{
    border-top-left-radius: var(--bs-border-radius-button) !important;
    border-bottom-left-radius: var(--bs-border-radius-button) !important;
}
.search-group .btn:before{
    display: none;
}