.icon-search{
  z-index: 10;
  left: 15px;
  
}
.input-search{
  padding: 0.8rem 0.75rem 0.8rem 40px;
  border-radius: 6px!important;
}
.select-category{
  background: linear-gradient(90deg, #FFA23D 0%, #FF7B7A 100%);
  color: #ffffff;
  border: none;
  padding-left: 35px;
  padding-right: 30px;
  height: calc(3.3rem - 1px)!important;
  -webkit-appearance: none
}
.fitter-plus{
  z-index: 10;
  left: 18px;
  top:12px;
}
.caret-select{
  z-index: 10;
  right: 1.5rem;
  top:calc(1.25rem + 2px);
}
.service-symbol{
  text-align: right;
}
@media screen and (max-width: 735px) {
  .service-symbol{
    text-align: left;
  }
}
.button-search{
  position: absolute;
  right: 4px;
  z-index: 99;
  background: linear-gradient(90deg, #FFA23D 0%, #FF7A7A 100%);
  border-radius: 3px;
  color: #ffffff;
}
.categories-parent{
  background: #FFFFFF;
  color: #29323E;
  border-radius: 6px;
}
.categories-parent:hover, .categories-parent.active{
  background: linear-gradient(90deg, #FFA23D 0%, #FF7A7A 100%)!important;
  color: #ffffff!important;
}
.scroll-list{
  white-space: nowrap;
  overflow-x:scroll;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus{
  background: linear-gradient(90deg, #FFA23D 0%, #FF7A7A 100%)!important;
  border-color: #FFA23D!important;
}
.service-orange{
  background:  linear-gradient(180deg, #160729 0%, #8D1900 100%);
}
.title-services{
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}
.button-right{
  z-index: 1;
  right: 0px;
  top: 2px;
}
.button-left{
  z-index: 1;
  left: 0px;
  top: 2px;
}
.create-order{
  background: linear-gradient(90deg, #FFA23D 0%, #FF7A7A 100%);
  border:6px;
  color:#FFF;
  padding:10px;
}
.create-order:hover{
  color:#FFF;
}
.modal-button-create{
  margin: 15px;
}
.header .navbar .navbar-nav .nav-link{
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.table-bordered td{
  border: none;
  border-bottom: 1px solid #dee2e6;
}
.table-bordered th:not(:last-child){
  border:none;
  border-right:  2px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
} 
