.api_search_filter{
  position:relative;
  overflow:hidden;
  background:var(--bs-white);
  color:#6d7986;
  -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
  -webkit-box-shadow:0 3px 8px 0 #94aacc24;-moz-box-shadow:0 3px 8px 0 rgba(148, 170, 204, .14);box-shadow:0 3px 8px 0 #94aacc24;
}
.api_search_filter.is_active{}
.api_search_filter .api_search_filter_form{
  position:relative;
  overflow:hidden;
  cursor:text;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
}
.api_search_filter .api_search_filter_input{
  line-height:48px;outline:none;width:100%;max-width:100%;min-width:165px;padding:4px 35px 4px 45px;font-family:inherit;font-size:inherit;border:0 !important;background:var(--bs-white);
}
.api_search_filter .api_search_filter_clear{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:.6;
}
.api_search_filter .api_search_filter_clear:hover,
.api_search_filter .api_search_filter_clear:active{
  opacity:1;
}
.api_search_filter .api_search_filter_search{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
@media (min-width:361px){
}