.project-filter {
  padding: 1.4375rem 1.25rem;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1.25rem 5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.25rem 5rem 0 rgba(0, 0, 0, 0.1);
      direction: rtl;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .project-filter_select {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .project-filter_select .col,
  .project-filter_select .col .form-control {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-filter {
    padding: 2.5rem 2.8125rem;
  }
}
.project-filter h6 {
  color: #322755;
}
.project-filter .col {
  padding: 0;
  margin-bottom: 0.9375rem;
}
.project-filter .form-type-textfield input {
  width: 100%;
}