.form-inline {
  margin-bottom: 16px;
}
.form-inline .ux_search {
  gap: 10px;
  flex-flow: row wrap;
}
.form-inline .search_title input {
  width: 200px;
}
.form-inline .tim-ngay {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.form-inline .tim-ngay .form-day,
.form-inline .tim-ngay .to-day {
  height: 40px;
  background: #fff;
  gap: 10px;
}
.form-inline .tim-ngay .form-day p,
.form-inline .tim-ngay .to-day p {
  white-space: nowrap;
}
.form-inline .tim-ngay .form-day input,
.form-inline .tim-ngay .to-day input {
  width: 120px;
  height: 40px;
}
@media (max-width: 768px) {
  .form-inline .tim-ngay {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.form-inline #byNewsOder {
  width: 110px;
  margin-left: 15px;
}
.form-inline p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.form-inline .btn_search {
  width: 120px;
  height: 40px;
  background: #fc9f08;
  color: black;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}/*# sourceMappingURL=search1.css.map */