.limit_style{
  display: block;
  width: 200px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-left: 1rem;
}
.input_trigger{
  display: block;
  width: 200px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.order_style{
  margin:0rem;
  font-size:1.1rem;
  text-align:center;
  cursor:pointer;
}
.cresc2{
  background: rgb(59,158,128);
  background: linear-gradient(0deg, rgba(59,158,128,1) 0%, rgba(72,132,195,1) 39%, rgba(72,132,195,1) 100%);
}
.desc{
  background: rgb(59,158,128);
  background: linear-gradient(180deg, rgba(59,158,128,1) 0%, rgba(72,132,195,1) 39%, rgba(72,132,195,1) 100%);
}
.search_holder{
  margin:0.1rem;
}
.search{
  margin:1rem;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 680px) {
  .search{
    justify-content: center;
  }
}
