/* Colors - Keep hardcoded for SCSS function compatibility */
.search-form[data-v-b1b3b441] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  background-color: #cfcfcf;
  padding: 0 16px;
}
.search-form h2[data-v-b1b3b441] {
  color: #253746;
  font-weight: 600;
  margin: 16px 0 0;
  font-size: 14px;
  width: 100%;
}
.search-form[data-v-b1b3b441] .cmnh-input {
  font-size: 11px;
  font-weight: 600;
  box-shadow: none;
  padding: 6px 12px;
  line-height: 1.53;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-form[data-v-b1b3b441] .cmnh-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-form .search-form--dates[data-v-b1b3b441] {
  display: flex;
  gap: 16px;
  align-items: center;
}
.search-form .search-form--dates > div[data-v-b1b3b441] {
  width: 50%;
}
@media (max-width: 991px) {
.search-form .search-form--dates > div[data-v-b1b3b441] {
    width: 100%;
}
}
.search-form .search-form--dates-clear[data-v-b1b3b441] {
  display: flex;
  justify-content: flex-end;
}
.search-form select.form-control[data-v-b1b3b441] {
  padding-inline-start: 8px;
}
.search-form[data-v-b1b3b441] .cmnh-select-label {
  display: none;
  visibility: hidden;
}
.search-form[data-v-b1b3b441] .cmnh-select {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  padding-inline-start: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde8ed;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-form .form-group[data-v-b1b3b441] {
  margin-bottom: 0;
}
.search-form .form-group[data-v-b1b3b441]:not(.action-btns-container) {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
.search-form .form-group[data-v-b1b3b441]:not(.action-btns-container) {
    width: 48%;
    margin-bottom: 0;
}
}
@media (max-width: 767px) {
.search-form .form-group[data-v-b1b3b441]:not(.action-btns-container) {
    width: 100%;
    margin-bottom: 0;
}
}
.search-form .action-btns-container[data-v-b1b3b441] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
  width: 100%;
}
.search-form .action-btns-container button[data-v-b1b3b441]:first-child {
  margin-right: 16px;
}