.box-tab-file-admin {
  position: relative;
  margin: 0 0 0 30px;
}

.box-tab-file-admin .p-tab-file-admin {
  margin: 0 0 0 20px;
  font-size: 13px;
  color: var(--blue);
  cursor: pointer;
}

.box-tab-file-admin .box-tab-list-admin {
  display: none;
  position: relative;
  left: 0;
  top: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgb(75 81 91 / 10%), 0 1px 3px rgb(0 0 0 / 10%);
  border-radius: 6px;
  padding: 5px 15px;
}

.row-ms-toolbar-wrap {
  margin-top: 10px;
  background: linear-gradient(180deg, #f7f9fb 0%, #f3f6f9 100%);
  border: 1px solid #e8edf2;
  border-radius: 12px;
  padding: 12px;
}
.pw0-toolbar {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.pw0-toolbar-col { flex: 1; min-width: 0; }
.pw0-toolbar-left,
.pw0-toolbar-right { flex: 0 0 240px; }
.pw0-toolbar-center { flex: 1 1 auto; }
.pw0-toolbar-label { display: block; font-size: 11px; margin-bottom: 4px; color: #48646e; }
.pw0-sort-wrap { display: flex; gap: 6px; align-items: center; }
.pw0-sort-help { display: inline-flex; width: 18px; height: 18px; border-radius: 50%; background: #e8eef2; align-items: center; justify-content: center; font-size: 12px; color: #48646e; }
.pw0-sort-select,
.pw0-search-input { font-size: 12px; min-height: 32px; }
.pw0-filter-chips { display: flex; flex-wrap: nowrap; gap: 6px; overflow: hidden; white-space: nowrap; }
.pw0-chip { border: 1px solid #d7dce2; background: #fff; border-radius: 14px; padding: 3px 8px; font-size: 11px; flex: 0 0 auto; }
.pw0-chip.is-active { background: #1f1f1f; color: #fff; border-color: #111; }

@media (max-width: 1250px) {
  .pw0-toolbar-left,
  .pw0-toolbar-right { flex-basis: 210px; }
}

.pw0-export-wrap { position: relative; margin-bottom: 8px; text-align: right; }
.pw0-export-toggle {
  background: #1f1f1f !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 8px;
  min-height: 36px;
  padding: 7px 15px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 22%);
}
.pw0-export-toggle:hover,
.pw0-export-toggle:focus {
  background: #2a2a2a !important;
  border-color: #111 !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgb(0 0 0 / 28%);
}
.pw0-export-menu {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 210px;
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 16%);
  z-index: 30;
  padding: 8px;
  margin-top: 8px;
}
.pw0-export-item {
  display: block;
  width: 100%;
  text-align: left;
  color: #0f1720;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 8px;
  padding: 9px 12px;
  margin: 2px 0;
  border: 1px solid transparent;
}
.pw0-export-item:hover,
.pw0-export-item:focus {
  background: #f8fafc;
  border-color: #e4e9ef;
  color: #0b1320;
  text-decoration: none;
}
.pw0-export-section-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #1f3550;
  margin: 8px 2px 6px 2px;
  padding: 2px 0 6px 0;
  border-bottom: 1px solid #edf1f5;
  text-align: center;
}
.pw0-export-section-title::before {
  content: attr(data-title);
  display: inline-block;
  background: #edf2f7;
  color: #1f3550;
  border-radius: 999px;
  padding: 4px 10px;
  line-height: 1.1;
}
