.menu-horizontal {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
}

.nav_busca_vaga {
  background: #fff;
}

.div_busca_filtro label{
  color:#fff;
  display: none;
}

.text_busca_vaga {
  border-color: #e4e4e4!important;
  height: 35px!important;
  -webkit-border-radius: 0!important;
  -webkit-background-clip: padding-box!important;
  -moz-border-radius: 0!important;
  -moz-background-clip: padding!important;
  border-radius: 0!important;
  background-clip: padding-box!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#adv-search {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #adv-search {
    width: 750px;
    margin: 0 auto;
  }
}


@media screen and (min-width: 768px) {
  .nav_busca_vaga {
    height: 45px !important;
  }
  .div_busca_filtro{
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .nav_busca_vaga {
    margin: 0 auto;
  }
  .div_busca_filtro{
    margin-top: 5px;
  }
}

/*search box css start here*/
.search-sec{
  padding: 2rem;
}

.search-slt{
  display: block !important;
  width: 100% !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  /* color: #55595c !important; */
  /* background-color: #fff; */
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}


.search-slt .select2-choice{
  display: block !important;
  width: 100% !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  /* color: #55595c !important; */
  /* background-color: #fff; */
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
.div-multiple-select .btn-group{
  display: none;

} 
/* .div-multiple-select .btn-group{
  display: flex !important;
  justify-content: center;
  height: calc(3rem + 2px) !important;
  position: absolute;
  bottom: 0;
  width: 100% !important;

}  */
.div-multiple-select .btn-group button{
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}

.search-slt .select2-choice .select2-chosen{
  display: flex !important;
  justify-content: left;
  align-items: center;
  height: calc(3rem + 2px) !important;
}
.search-slt .select2-choice .select2-arrow b{
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: calc(3rem + 2px) !important;
}




.wrn-btn{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
/* @media (min-width: 992px){
  .search-sec{

      background: rgba(26, 70, 104, 0.51);
  }
}

@media (max-width: 992px){
  .search-sec{
      background: #1A4668;
  }
} */
