/*--start top search panel--*/

.ui-menu {
  box-shadow: 0px 0px 1px 0px black;
}

.wrapper-search {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

.wrapper-search .form-inline {
  flex-wrap: initial;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
  border-right: none;
  position: absolute;
  height: 38px;
  left: -4px;
}

.form-control-cs {
  position: relative;
  left: -25px;
  padding-left: 10px !important;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-inline .input-group {
  width: 76%;
}

.btn-search {
  width: 23%;
  background: #22a4dd;
  border-radius: 0.15rem;
  color: white;
  font-family: var(--default-font);
}

@media (max-width:768px){
  .form-control-cs {
    left: 0;
  }
}
/*--end top search panel--*/
