.modal .modal-content-search .wrapper .search-input {
  background: #fff;
  position: absolute;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-color: #fff;
  width: 87%;
  margin-top: 175;
}

.modal .modal-content-search .search-input input {
  height: 54px;
  outline: none;
  border: none;
  font-size: 18px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.72);
  color: #ef9c00;
  width: 100%;
  border-radius: 0px;
  padding-right: 11px;
}

.modal .modal-content-search .search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  direction: rtl;
}

.modal .modal-content-search .search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.modal .modal-content-search .autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.modal .modal-content-search .search-input.active .autocom-box li {
  display: block;
}

.modal .modal-content-search .autocom-box li:hover {
  background: #efefef;
}

.section-search .wrapper {
  padding: 125;
  padding-top: 67;
  z-index: 20000;
}

.section-search .wrapper .search-input {
  background: #fff;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-color: #fff;
}

.search-box-input {
  height: 57px;
  outline: none;
  border: none;
  font-size: 17px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.72);
  color: #ef9c00;
  width: 100%;
  padding-right: 11px;
  border-radius: 0px;
}

.section-search .search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  direction: rtl;
}

.section-search .search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.section-search .autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.section-search .search-input.active .autocom-box li {
  display: block;
}

.section-search .autocom-box li:hover {
  background: #efefef;
}

.btn-search {
  border-width: 0;
  width: 100%;
  text-align: start;
  height: 46px;
  color: black;
}