.search-block-form {
  order: unset;
}

.search-block-form .help-block {
  display: none;
}

.search-block-form .form-group {
  margin-bottom: 0;
}

.search-block-form .form-group .form-search {
  height: 40px;
}

.search-block-form form:not(.layout-builder-configure-block) .form-control {
  height: 40px;
}

.search-block-form .query-textbox.form-control {
  border: 1px solid #E9E9E9;
}

.search-block-form button {
  border-radius: 30px !important;
  margin-top: 0;
  position: absolute;
  display: block;
  right: 0;
  background-color: #0088C4;
  height: 40px;
  width: 40px;
  padding: 1rem;
}

.search-block-form button:before {
  right: -2px;
  top: 5px;
  position: absolute;
  content: '';
  width: 29px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  display: block;
  background: url("../../resources/icons/search/search-icon.svg") no-repeat 0;
}

.search-block-form button:hover {
  background-color: #006591;
}

.search-block-form button:hover:before {
  transform: none;
}

@media (max-width: 575.98px) {
  .search-block-form {
    margin: 0;
    width: 100%;
  }
}

.navbar .search-block-form .form-group .form-search.form-control {
  max-width: 9rem;
}

.views-exposed-form__actions button.btn--pill--arrow:hover:before {
  transform: none !important;
}

/*# sourceMappingURL=search.css.map */
