.bank-menu-search {
  visibility: hidden;
  top: 40px;
  opacity: 0;
}
.bank-menu-search.show {
  visibility: visible;
  top: 52px;
  opacity: 1;
  transition: opacity 0.3s ease-out, top 0.3s;
}

.modal-open .bank-menu-search {
  width: calc(100% + 17px);
}

.bank_add_nav .bank-menu-search {
  position: absolute;
  left: 0;
  height: 100vh;
  top: 68px;
  padding: 38px 300px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.03);
  z-index: 999;
}

.main_search_form {
  width: 100%;
}

.bank-menu-search .search_site_submit {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 50px;
  height: 100%;
  padding: 0;
}
.bank-menu-search .search_site_submit:hover path {
  fill: #057B48;
}

.bank-menu-search .search_site_input {
  width: 100%;
  height: 56px;
  padding: 0 47px;
  border: solid 2px inherit;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 50px;
  border-radius: 0;
}

.search-form-input:focus {
  border: solid 2px transparent;
}

/* SEARCH */

.search_box {
  position: relative;
}

.search_input .search_button {
  position: absolute;
  top: 7px;
  right: -5px;
  z-index: 27;
}

.qnt {
  position: absolute;
  top: 30px;
  right: 13px;
  font-size: 0.688rem;
  color: #000;
  margin: 0;
}

.qntp {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 13px;
  top: 7px;
  margin: 0;
  color: var(--sm-text-color);
}

.ac_results {
  z-index: 999;
  background-color: Window;
  width: 100% !important;
  margin-top: 40px;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 0;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li:hover {
  background-color: #f5f5f5;
}

.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
  color: #ffffff;
}

.ac_results iframe {
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 3000px;
  height: 3000px;
}

.ac_results li {
  position: relative;
  display: flex;
  height: 100%;
  max-height: 52px;
  margin: 0;
  padding: 15px;
  font: menu;
  font-size: 1rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

.qnt1 {
  align-self: center;
  margin-bottom: 0;
}

/*.ac_loading {background : Window url(../images/ajax-loader.gif) right center no-repeat;} */

.ac_over {
  background-color: #f3f3f3;
  color: #000;
}

#my-id {
  display: flex;
  flex-direction: column;
  height: 60px;
  text-align: center;
}

#my-id a, #my-id span {
  display: inline-block;
  margin: 15px auto;
  color: #fff;
  font-weight: normal;
}

#my-id span {
  line-height: 30px;
  color: #000;
}

#my-id a:hover {
  color: #000;
}

.picsearch {
  float: left;
  width: 35px;
}

.search_image_wrap {
  float: left;
  height: 50px;
  overflow: hidden;
}

.search__name {
  font-weight: bold;
}

/* END SEARCH */