/* Application-wide, non-destructive bulk row selection. */
.hms-bulk-select-head,
.hms-bulk-select-cell{
  width:42px;
  min-width:42px;
  max-width:42px;
  box-sizing:border-box;
  text-align:center !important;
  vertical-align:middle !important;
  padding-left:7px !important;
  padding-right:7px !important;
}
.hms-bulk-select-head{position:relative}
.hms-bulk-select-head-wrap{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-height:24px}
.hms-bulk-checkbox{width:16px;height:16px;margin:0;accent-color:#7a4b22;cursor:pointer;vertical-align:middle}
.hms-bulk-count{display:none;position:absolute;left:5px;top:calc(100% - 2px);z-index:4;min-width:22px;padding:2px 5px;border-radius:999px;background:#7a4b22;color:#fff;font-size:9px;font-weight:900;line-height:1.25;white-space:nowrap;box-shadow:0 4px 12px rgba(15,23,42,.18)}
.hms-bulk-count.is-visible{display:block}
.hms-bulk-clear{display:none;appearance:none;border:0;background:transparent;color:#667085;padding:0 1px;font:inherit;font-size:14px;font-weight:900;line-height:1;cursor:pointer}
.hms-bulk-clear.is-visible{display:inline-flex}
tr.hms-bulk-selected > td,
tr.hms-bulk-selected > th{background:#fff8e8 !important}
tr.hms-bulk-selected > .hms-bulk-select-cell{box-shadow:inset 3px 0 0 #b7791f}
tr.hms-row-selected > td,
tr.hms-row-selected > th{background:#fff8e8 !important}
tr.hms-row-selected > td:first-child,
tr.hms-row-selected > th:first-child{box-shadow:inset 3px 0 0 #b7791f}
.hms-auto-row-select{cursor:pointer}
.hms-auto-row-select:focus-visible{outline:2px solid #b7791f;outline-offset:-2px}
@media print{
  .hms-bulk-select-head,.hms-bulk-select-cell{display:none !important}
  tr.hms-bulk-selected > td,tr.hms-bulk-selected > th,tr.hms-row-selected > td,tr.hms-row-selected > th{background:transparent !important;box-shadow:none !important}
}
