.menu-top .views-exposed-form form label {
  display: none;
}

.menu-top .views-exposed-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu-top .views-exposed-form form .form-type-search-api-autocomplete {
  width: auto;
  margin: 0;
}

.menu-top .views-exposed-form form .form-type-search-api-autocomplete input {
  width: 194px;
  border-radius: 20px;
  background: none;
  background: white;
  border-color: unset;
  border: solid 1px transparent;
  height: 50px;
  transition: all .5s ease-in;
  color: var(--verde-facelift-2);
  position: relative;
  z-index: 501;
  z-index: 601;
}

.menu-top .views-exposed-form form .form-type-search-api-autocomplete input:focus {
  width: 280px;
  border: 1px solid rgba(215, 249, 211, 1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding-left: 20px;

}

.menu-top .views-exposed-form form:focus .js-form-submit {
  width: 37px;
  height: 37px;
}

.menu-top .views-exposed-form form .form-actions {
  position: relative;
  z-index: 602;
  width: auto;
}

.menu-top .views-exposed-form form input::placeholder {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  color: rgba(3, 57, 54, 1);

}

/* 
.js-form-submit {
  text-indent: -9999px;
  background: url(https://ref.accamargo.org.br/sites/default/files/2025/08/lupa.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  margin-left: -52px;
} */

.menu-top .views-exposed-form form .js-form-submit {
  text-indent: -9999px;
  background: url(/sites/default/files/imagens/menu/busca/lupa.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  margin-left: -44px;
  width: 40px;
  height: 40px;
  padding: 20px;
}

.focus-checked {
  filter: blur(8px);
  transition: filter .3s ease;
}



/* .ui-widget.ui-widget-content {
  width: 281px !important;
}

.ui-autocomplete .ui-menu-item {
  white-space: normal;
  max-width: 100%;
  padding: 3px 0;
}


.ui-autocomplete .ui-menu-item a {
  padding: 0 20px;
  display: flex;
}


.ui-widget.ui-widget-content {
  border: none;
  background: white;
  padding-top: 40px;
  z-index: 500;
  width: 282px;
}

.ui-autocomplete .ui-menu-item span {
  font-family: 'Raleway';
  font-size: 16px;
}

.ui-autocomplete .ui-menu-item .autocomplete-suggestion-results-count {
  display: none;
} 
  
.ui-autocomplete .ui-menu-item span {
  font-family: 'Raleway';
  font-size: 16px;
  word-wrap: break-word;
  white-space: pre-wrap;
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;   
  overflow-wrap: break-word;
  white-space: normal;

}


.ui-autocomplete .ui-menu-item a {
    padding: 0 20px;
    display: flex;
    width: 100%;
}

.search-api-autocomplete-suggestion {
    position: relative;
    padding: 3px 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

*/