.row-ms-toolbar-wrap {
  margin-bottom: 20px;
}
.pw0-toolbar {
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 14px;
  display: block;
}
.pw0-toolbar-col {
  display: inline-block;
  vertical-align: top;
}
.pw0-toolbar-left {
  width: 28%;
  min-width: 230px;
}
.pw0-toolbar-center {
  width: 42%;
  padding: 0 12px;
}
.pw0-toolbar-right {
  width: 28%;
  min-width: 220px;
}
.pw0-toolbar-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #5f5f5f;
}
.pw0-sort-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pw0-sort-help {
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  font-size: 12px;
  color: #6f6f6f;
  cursor: help;
  background: #fff;
}
.pw0-filter-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding-top: 22px;
}
.pw0-chip {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #1a3158;
  font-size: 13px;
  line-height: 1;
  padding: 7px 10px;
  white-space: nowrap;
}
.pw0-chip.is-active {
  background: #1a3158;
  color: #fff;
  border-color: #1a3158;
}
.pw0-search-input {
  max-width: 100%;
}
.table-dtt-pw0_wrapper .dataTables_filter {
  display: none;
}
@media only screen and (max-width: 768px) {
  .row-ms-toolbar-wrap {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .pw0-toolbar {
    padding: 12px;
  }
  .pw0-toolbar-col,
  .pw0-toolbar-left,
  .pw0-toolbar-center,
  .pw0-toolbar-right {
    width: 100%;
    min-width: 0;
    display: block;
    padding: 0;
  }
  .pw0-toolbar-center {
    margin-top: 10px;
  }
  .pw0-toolbar-right {
    margin-top: 10px;
  }
  .pw0-filter-chips {
    padding-top: 0;
    flex-wrap: wrap;
  }
}
