.row-ms-toolbar-wrap {
  margin-bottom: 20px;
}
.pw0-toolbar {
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 16px;
  box-sizing: border-box;
}
.pw0-toolbar-col {
  box-sizing: border-box;
  min-width: 0;
}
.pw0-toolbar-left {
  flex: 0 1 260px;
}
.pw0-toolbar-center {
  flex: 1 1 320px;
  padding: 0;
  min-width: 0;
}
.pw0-toolbar-right {
  flex: 0 1 260px;
}
.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: wrap;
  gap: 8px;
  align-items: center;
  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 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pw0-toolbar-right .pw0-toolbar-label + .pw0-search-input,
.pw0-toolbar-right label + input.pw0-search-input {
  margin-top: 0;
}
.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;
  }
}

.table-dtt-pw0 .p-tab-nad-sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #555;
}
.table-dtt-pw0 .p-tab-nad-sep {
  color: #888;
}
