/* Shared public-report visual system — ROPK + Evaluasi Monev. */
.public-report-shell {
  --pr-primary: #2f8fbd;
  --pr-primary-dark: #287eae;
  --pr-primary-soft: #eaf5fb;
  --pr-ink: #213f52;
  --pr-muted: #6d818e;
  --pr-border: #dbe6ec;
  --pr-surface: #ffffff;
  margin: 12px 0 42px;
  color: var(--pr-ink);
}

.public-report-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 27px 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pr-primary-dark) 0%, #3c8dbc 56%, #55a9d3 100%);
  box-shadow: 0 12px 28px rgba(35, 102, 140, .20);
  color: #fff;
}

.public-report-hero:after {
  position: absolute;
  top: -88px;
  right: -62px;
  width: 250px;
  height: 250px;
  border: 38px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: '';
}

.public-report-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.public-report-hero-copy {
  display: flex;
  align-items: center;
  max-width: 760px;
}

.public-report-hero-icon {
  display: inline-flex;
  flex: 0 0 66px;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-right: 19px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  font-size: 28px;
}

.public-report-hero h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.public-report-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  line-height: 1.55;
}

.public-report-context {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
}

.public-report-context-item {
  min-width: 92px;
  padding: 8px 14px;
  border-left: 1px solid rgba(255, 255, 255, .24);
  text-align: center;
}

.public-report-context-item strong,
.public-report-context-item span {
  display: block;
}

.public-report-context-item strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.public-report-context-item span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.public-report-shell .ropk-subnav {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid var(--pr-border);
  border-top: 0;
  border-radius: 8px;
  background: var(--pr-surface);
  box-shadow: 0 5px 16px rgba(43, 68, 82, .07);
  white-space: nowrap;
  scrollbar-width: thin;
}

.public-report-shell .ropk-subnav a {
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #477086;
  font-weight: 600;
  text-decoration: none;
}

.public-report-shell .ropk-subnav a:hover {
  border-color: #d8e5ec;
  background: #f5f9fb;
  color: var(--pr-primary-dark);
}

.public-report-shell .ropk-subnav a.active {
  border-color: var(--pr-primary-dark);
  background: var(--pr-primary-dark);
  color: #fff;
  box-shadow: 0 4px 10px rgba(40, 126, 174, .18);
}

.public-report-shell .ropk-subnav .ctx-info {
  margin-left: auto;
  padding: 7px 10px;
  color: var(--pr-muted);
  font-size: 11px;
}

.public-report-filter,
.public-report-shell .filter-card,
.public-report-panel,
.public-report-shell .form-card,
.public-report-shell .rekap-card,
.public-report-shell .matrix-card {
  border: 1px solid var(--pr-border);
  border-top: 4px solid var(--pr-primary);
  border-radius: 9px;
  background: var(--pr-surface);
  box-shadow: 0 8px 22px rgba(43, 68, 82, .09);
}

.public-report-shell .filter-card {
  position: relative;
  top: auto;
  z-index: 10;
  margin-bottom: 18px;
  padding: 18px 18px 6px;
}

.public-report-filter-title {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  color: var(--pr-ink);
  font-size: 15px;
  font-weight: 600;
}

.public-report-filter-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--pr-primary-soft);
  color: var(--pr-primary-dark);
}

.public-report-shell .filter-card label {
  color: #516b79;
  font-size: 12px;
  font-weight: 600;
}

.public-report-shell .textbox,
.public-report-shell .combo {
  border-color: #cfdee7;
  border-radius: 4px;
  box-shadow: none;
}

.public-report-shell .textbox-focused,
.public-report-shell .combo-arrow-hover {
  border-color: var(--pr-primary);
}

.public-report-shell .stat-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.public-report-shell .stat-row > [class*="col-"] {
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
}

.public-report-shell .stat-row .info-box,
.public-report-stat-card {
  width: 100%;
  min-height: 104px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--pr-border);
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 0 7px 18px rgba(43, 68, 82, .08);
  color: var(--pr-ink) !important;
}

.public-report-shell .stat-row .info-box-icon {
  width: 78px;
  min-height: 102px;
  border-right: 1px solid #e6edf1;
  background: var(--pr-primary-soft) !important;
  color: var(--pr-primary-dark) !important;
  font-size: 28px;
  line-height: 102px;
}

.public-report-shell .stat-row .bg-green .info-box-icon {
  background: #edf8f2 !important;
  color: #24935f !important;
}

.public-report-shell .stat-row .bg-yellow .info-box-icon {
  background: #fff7e7 !important;
  color: #e4a126 !important;
}

.public-report-shell .stat-row .bg-blue .info-box-icon,
.public-report-shell .stat-row .bg-aqua .info-box-icon {
  background: #eaf5fb !important;
  color: #2d8dbc !important;
}

.public-report-shell .stat-row .info-box-content {
  margin-left: 78px;
  padding: 20px 15px 13px;
}

.public-report-shell .stat-row .info-box-text {
  color: #718590;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .45px;
}

.public-report-shell .stat-row .info-box-number {
  margin-top: 6px;
  color: var(--pr-ink);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .public-report-eval .stat-row .info-box-content {
    padding-right: 8px;
    padding-left: 10px;
  }

  .public-report-eval .stat-row .info-box-number {
    font-size: 14px;
    letter-spacing: -.35px;
  }
}

.public-report-shell .rekap-card {
  margin-bottom: 16px;
  padding: 20px;
}

.public-report-ropk .print-hub {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d5e3eb;
  border-top: 0;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(32, 68, 88, .13);
}

.public-report-ropk .print-hub:before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #173f57 0%, #2f8fbd 58%, #75c3e3 100%);
  content: '';
}

.public-report-ropk .print-hub-head {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px;
  border-bottom: 1px solid #dce9f0;
  background: linear-gradient(118deg, #fbfdff 0%, #edf8fd 66%, #e4f4fb 100%);
}

.public-report-ropk .print-hub-head:after {
  position: absolute;
  top: -98px;
  right: 84px;
  width: 210px;
  height: 210px;
  border: 30px solid rgba(47, 143, 189, .055);
  border-radius: 50%;
  content: '';
}

.public-report-ropk .print-hub-heading,
.public-report-ropk .print-hub-meta,
.public-report-ropk .print-hub-tools {
  position: relative;
  z-index: 1;
}

.public-report-ropk .print-hub-heading {
  display: flex;
  align-items: center;
  min-width: 0;
}

.public-report-ropk .print-hub-emblem {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 14px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 13px;
  background: linear-gradient(145deg, #173f57, #287eae);
  box-shadow: 0 9px 20px rgba(27, 90, 124, .22);
  color: #fff;
  font-size: 19px;
}

.public-report-ropk .print-hub-head h3 {
  margin: 2px 0 4px;
  color: var(--pr-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.public-report-ropk .print-hub-head p {
  margin: 0;
  color: var(--pr-muted);
  font-size: 12px;
  line-height: 1.5;
}

.public-report-ropk .print-hub-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.public-report-ropk .print-hub-meta {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.public-report-ropk .print-hub-meta-item {
  min-width: 86px;
  padding: 8px 11px;
  border: 1px solid rgba(178, 207, 221, .72);
  border-radius: 9px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 5px 14px rgba(44, 96, 124, .07);
}

.public-report-ropk .print-hub-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 7px 11px;
  border-color: #287eae;
  border-radius: 7px;
  background: #287eae;
  box-shadow: 0 5px 13px rgba(40, 126, 174, .18);
  font-size: 12px;
  font-weight: 600;
}

.public-report-ropk .print-hub-toggle > i:first-child {
  margin-right: 7px;
}

.public-report-ropk .print-hub-toggle-chevron {
  margin-left: 9px;
  transition: transform .18s ease;
}

.public-report-ropk .print-hub-toggle[aria-expanded="true"] .print-hub-toggle-chevron {
  transform: rotate(180deg);
}

.public-report-ropk .print-hub-collapse {
  border-top: 1px solid #dce9f0;
}

.public-report-ropk .print-hub-metrics-summary + .print-hub-collapse {
  border-top: 0;
}

.public-report-ropk .print-hub-meta-item small,
.public-report-ropk .print-hub-meta-item strong {
  display: block;
}

.public-report-ropk .print-hub-meta-item small {
  margin-bottom: 3px;
  color: #78909c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.public-report-ropk .print-hub-meta-item strong {
  overflow: hidden;
  max-width: 122px;
  color: #244c63;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-report-ropk .print-hub-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #dce8ee;
  background: #f9fcfd;
}

.public-report-ropk .print-hub-metric {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 15px 20px;
}

.public-report-ropk .print-hub-metric + .print-hub-metric {
  border-left: 1px solid #e0eaf0;
}

.public-report-ropk .print-metric-icon {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 11px;
  border-radius: 11px;
  font-size: 15px;
}

.public-report-ropk .metric-target .print-metric-icon {
  background: #fff4dc;
  color: #d99400;
}

.public-report-ropk .metric-real .print-metric-icon {
  background: #e9f7ef;
  color: #21945c;
}

.public-report-ropk .metric-fisik .print-metric-icon {
  background: #e9f4fa;
  color: #2b89b8;
}

.public-report-ropk .print-metric-copy {
  display: block;
  min-width: 0;
}

.public-report-ropk .print-metric-copy small,
.public-report-ropk .print-metric-copy strong {
  display: block;
}

.public-report-ropk .print-metric-copy small {
  overflow: hidden;
  margin-bottom: 4px;
  color: #708592;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .65px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.public-report-ropk .print-metric-copy small em {
  margin-left: 4px;
  color: #2d789f;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .2px;
}

.public-report-ropk .print-metric-copy strong {
  overflow: hidden;
  color: #173f57;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-report-ropk .print-hub-body {
  display: flex;
  margin: 0;
  background: #fff;
}

.public-report-ropk .print-hub-main,
.public-report-ropk .print-hub-opd {
  padding: 26px;
}

.public-report-ropk .print-hub-main {
  position: relative;
  overflow: hidden;
  border-right: 0;
  background: linear-gradient(145deg, #173f57 0%, #1e6387 62%, #2d88b4 100%);
  color: #fff;
}

.public-report-ropk .print-hub-main-orbit {
  position: absolute;
  right: -64px;
  bottom: -92px;
  width: 220px;
  height: 220px;
  border: 27px solid rgba(255, 255, 255, .065);
  border-radius: 50%;
}

.public-report-ropk .print-hub-main-content {
  position: relative;
  z-index: 1;
}

.public-report-ropk .print-hub-main-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 17px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 12px;
  background: rgba(255, 255, 255, .11);
  color: #fff;
  font-size: 17px;
}

.public-report-ropk .print-hub-opd {
  background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.public-report-ropk .print-hub-opd-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}

.public-report-ropk .print-hub-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--pr-primary-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.public-report-ropk .print-hub h4 {
  margin: 0 0 8px;
  color: var(--pr-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.15px;
}

.public-report-ropk .print-hub-main .print-hub-kicker {
  color: #a9daef;
}

.public-report-ropk .print-hub-main h4 {
  color: #fff;
  font-size: 21px;
}

.public-report-ropk .print-hub-main > p {
  min-height: 0;
}

.public-report-ropk .print-hub-main-content > p {
  min-height: 56px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.62;
}

.public-report-ropk .print-opd-status {
  display: flex;
  flex: 0 1 auto;
  align-items: flex-start;
  gap: 7px;
  max-width: 310px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.public-report-ropk .print-opd-status.is-muted {
  border: 1px solid #ead7ad;
  background: #fff9ec;
  color: #755d2d;
}

.public-report-ropk .print-opd-status.is-ready {
  border: 1px solid #bfdfcf;
  background: #eef9f3;
  color: #246b45;
}

.public-report-ropk .print-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.public-report-ropk .print-action-grid .print-action-tile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 72px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #dae6ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(36, 76, 99, .06);
  color: var(--pr-ink);
  text-align: left;
  white-space: normal;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.public-report-ropk .print-action-grid .print-action-tile:hover,
.public-report-ropk .print-action-grid .print-action-tile:focus {
  border-color: #94c7de;
  background: #fff;
  box-shadow: 0 10px 22px rgba(36, 103, 139, .13);
  color: var(--pr-ink);
  outline: 0;
  transform: translateY(-2px);
}

.public-report-ropk .print-action-grid .print-action-tile.disabled,
.public-report-ropk .print-action-grid .print-action-tile.disabled:hover,
.public-report-ropk .print-action-grid .print-action-tile.disabled:focus {
  border-color: #e1e9ed;
  background: #f8fafb;
  box-shadow: none;
  color: #91a3ad;
  opacity: .72;
  transform: none;
}

.public-report-ropk .print-action-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 10px;
  background: #eaf5fb;
  color: var(--pr-primary-dark);
  font-size: 14px;
}

.public-report-ropk .print-action-tile.disabled .print-action-icon {
  background: #eef2f4;
  color: #9aabb4;
}

.public-report-ropk .print-action-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.public-report-ropk .print-action-copy strong,
.public-report-ropk .print-action-copy small {
  display: block;
}

.public-report-ropk .print-action-copy strong {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
}

.public-report-ropk .print-action-copy small {
  overflow: hidden;
  color: var(--pr-muted);
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-report-ropk .print-action-chevron {
  flex: 0 0 auto;
  margin-left: 8px;
  color: #8eb4c7;
  text-align: center;
}

.public-report-ropk .btn-rekap-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 210px;
  padding: 9px 12px;
  border-color: rgba(255, 255, 255, .8);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 46, 67, .18);
  color: #1d5d80;
  font-weight: 700;
}

.public-report-ropk .btn-rekap-primary:hover,
.public-report-ropk .btn-rekap-primary:focus {
  border-color: #fff;
  background: #f4fbfe;
  box-shadow: 0 10px 22px rgba(10, 46, 67, .25);
  color: #164b68;
}

.public-report-shell .rekap-head,
.public-report-shell .matrix-head {
  color: var(--pr-ink) !important;
  font-size: 16px;
  font-weight: 600;
}

.public-report-ropk .matrix-head > small {
  display: inline-block;
  margin-left: 8px;
  color: var(--pr-muted);
  font-size: 11px;
  font-weight: 500;
}

.public-report-shell .rekap-head i,
.public-report-shell .matrix-head > i {
  margin-right: 7px;
  color: var(--pr-primary-dark);
}

.public-report-shell .rekap-hint,
.public-report-shell .src-note,
.public-report-shell .field-hint {
  color: var(--pr-muted);
}

.public-report-shell .btn-rekap,
.public-report-shell .btn-submit {
  display: inline-block;
  margin: 4px 5px 0 0;
  padding: 8px 14px;
  border: 1px solid #cfe0ea;
  border-radius: 5px;
  background: #f8fbfd;
  color: #2c779f;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.public-report-shell .btn-rekap:hover,
.public-report-shell .btn-submit:hover:not([disabled]) {
  border-color: var(--pr-primary-dark);
  background: var(--pr-primary-dark);
  color: #fff;
}

.public-report-shell .btn-rekap.disabled,
.public-report-shell .btn-submit[disabled] {
  cursor: not-allowed;
  opacity: .55;
}

.public-report-shell .matrix-card {
  margin-top: 18px;
  overflow: hidden;
}

.public-report-shell .matrix-head {
  min-height: 56px;
  padding: 16px 18px;
  border-bottom: 1px solid #e4edf2;
  background: #fbfdfe;
}

.public-report-shell .public-report-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.public-report-shell .public-report-table-heading {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}

.public-report-shell .public-report-table-heading-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 11px;
  border-radius: 10px;
  background: var(--pr-primary-soft);
  color: var(--pr-primary-dark);
  font-size: 14px;
}

.public-report-shell .public-report-table-heading-icon > i {
  margin: 0;
  color: inherit;
}

.public-report-shell .public-report-table-heading-copy {
  display: block;
  min-width: 0;
}

.public-report-shell .public-report-table-heading-copy > strong,
.public-report-shell .public-report-table-heading-copy > small {
  display: block;
}

.public-report-shell .public-report-table-heading-copy > strong {
  color: var(--pr-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.public-report-shell .public-report-table-heading-copy > small {
  margin: 3px 0 0;
  color: var(--pr-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.public-report-shell .public-report-print {
  position: relative;
  z-index: 20;
  flex: 0 0 auto;
  margin-left: auto;
}

.public-report-shell .public-report-print-toggle {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-color: #267eaa;
  border-radius: 7px;
  background: linear-gradient(135deg, #246f97 0%, #2f91be 100%);
  box-shadow: 0 6px 15px rgba(36, 111, 151, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.public-report-shell .public-report-print-toggle:hover,
.public-report-shell .public-report-print-toggle:focus,
.public-report-shell .public-report-print.open > .public-report-print-toggle {
  border-color: #1d6388;
  background: linear-gradient(135deg, #1d6388 0%, #287fa8 100%);
  box-shadow: 0 8px 18px rgba(29, 99, 136, .26);
  color: #fff;
}

.public-report-shell .public-report-print-toggle > i {
  margin-right: 7px;
  color: inherit;
}

.public-report-shell .public-report-print-toggle > .caret {
  margin-left: 9px;
}

.public-report-shell .public-report-print-menu {
  right: 0;
  left: auto;
  min-width: 340px;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #ccdde7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(31, 67, 88, .18);
}

.public-report-shell .public-report-print-menu .dropdown-header {
  padding: 7px 9px 5px;
  color: #6d8491;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.public-report-shell .public-report-print-menu .divider {
  margin: 6px 0;
  background-color: #e5edf2;
}

.public-report-shell .public-report-print-item {
  display: flex !important;
  align-items: center;
  min-width: 0;
  padding: 8px 9px !important;
  border-radius: 7px;
  color: #294d62 !important;
  white-space: normal !important;
}

.public-report-shell .public-report-print-item:hover,
.public-report-shell .public-report-print-item:focus {
  background: #edf7fc !important;
  color: #174f6e !important;
}

.public-report-shell .public-report-print-item.disabled,
.public-report-shell .public-report-print-item.disabled:hover,
.public-report-shell .public-report-print-item.disabled:focus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .42;
  background: transparent !important;
}

.public-report-shell .public-report-print-item-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 9px;
  background: #eaf5fb;
  color: #287eaa;
  font-size: 14px;
}

.public-report-shell .public-report-print-item-icon > i {
  margin: 0;
  color: inherit;
}

.public-report-shell .public-report-print-item-icon.is-money,
.public-report-shell .public-report-print-item-icon.is-annual {
  background: #edf8f2;
  color: #248e5d;
}

.public-report-shell .public-report-print-item-icon.is-physical,
.public-report-shell .public-report-print-item-icon.is-matrix {
  background: #eaf5fb;
  color: #287eaa;
}

.public-report-shell .public-report-print-item-icon.is-pdf {
  background: #fff0ee;
  color: #c84f42;
}

.public-report-shell .public-report-print-item-copy {
  display: block;
  min-width: 0;
}

.public-report-shell .public-report-print-item-copy > strong,
.public-report-shell .public-report-print-item-copy > small {
  display: block;
}

.public-report-shell .public-report-print-item-copy > strong {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.public-report-shell .public-report-print-item-copy > small {
  margin-top: 2px;
  color: #7a8f9a;
  font-size: 10px;
  line-height: 1.35;
}

.public-report-shell .public-report-print-note {
  margin: 7px 3px 2px;
  padding: 8px 9px;
  border: 1px solid #efd9a8;
  border-radius: 7px;
  background: #fff9eb;
  color: #8a6a22;
  font-size: 10px;
  line-height: 1.4;
}

.public-report-shell .public-report-print-note > i {
  margin-right: 5px;
  color: #c58a14;
}

.public-report-shell .matrix-body {
  padding: 0;
  overflow-x: auto;
}

.public-report-shell .matrix-card .datagrid {
  border: 0;
}

.public-report-shell .form-card {
  max-width: 800px;
  margin: 0 auto;
  padding: 26px 28px;
}

.public-report-ropk .form-card {
  width: 100%;
  max-width: none;
}

.public-report-shell .form-card h3 {
  margin: 0 0 8px;
  color: var(--pr-ink);
  font-size: 20px;
  font-weight: 600;
}

.public-report-shell .form-card h3 i {
  margin-right: 7px;
  color: var(--pr-primary-dark);
}

.public-report-shell .form-card .lead {
  margin-bottom: 22px;
  color: var(--pr-muted);
  font-size: 13px;
  line-height: 1.6;
}

.public-report-shell .form-card .form-group {
  margin-bottom: 17px;
}

.public-report-shell .form-card label {
  color: #4f6a79;
  font-size: 12px;
  font-weight: 600;
}

.public-report-shell .form-card .btn-submit {
  width: 100%;
  margin-top: 6px;
  padding: 10px 16px;
  border-color: var(--pr-primary-dark);
  background: var(--pr-primary-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .public-report-hero-inner {
    align-items: flex-start;
  }

  .public-report-context {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .public-report-shell {
    margin-top: 8px;
    margin-bottom: 28px;
  }

  .public-report-hero {
    padding: 24px 20px 20px;
  }

  .public-report-hero-inner,
  .public-report-hero-copy {
    display: block;
  }

  .public-report-hero-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 13px;
    font-size: 23px;
  }

  .public-report-hero h2 {
    font-size: 21px;
  }

  .public-report-context {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .public-report-context-item {
    flex: 1;
    min-width: 0;
    padding: 12px 6px 0;
    border-left: 0;
  }

  .public-report-context-item + .public-report-context-item {
    border-left: 1px solid rgba(255, 255, 255, .22);
  }

  .public-report-shell .ropk-subnav {
    padding: 6px;
  }

  .public-report-shell .ropk-subnav .ctx-info {
    display: none;
  }

  .public-report-shell .filter-card {
    position: relative;
    padding: 16px 15px 4px;
  }

  .public-report-shell .filter-card .control-label {
    padding-top: 0;
    margin-bottom: 6px;
    text-align: left;
  }

  .public-report-shell .stat-row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  .public-report-shell .stat-row > [class*="col-"] {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .public-report-shell .stat-row .info-box {
    min-height: 88px;
  }

  .public-report-shell .stat-row .info-box-icon {
    width: 68px;
    min-height: 86px;
    line-height: 86px;
  }

  .public-report-shell .stat-row .info-box-content {
    margin-left: 68px;
    padding-top: 15px;
  }

  .public-report-shell .rekap-card,
  .public-report-shell .form-card {
    padding: 19px 17px;
  }

  .public-report-ropk .print-hub {
    padding: 0;
  }

  .public-report-ropk .print-hub-head {
    display: block;
    padding: 14px;
  }

  .public-report-ropk .print-hub-heading {
    align-items: flex-start;
  }

  .public-report-ropk .print-hub-emblem {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    border-radius: 11px;
  }

  .public-report-ropk .print-hub-head h3 {
    margin-top: 0;
    font-size: 16px;
  }

  .public-report-ropk .print-hub-head p {
    display: none;
  }

  .public-report-ropk .print-hub-tools {
    display: flex;
    width: 100%;
    margin-top: 10px;
    gap: 7px;
  }

  .public-report-ropk .print-hub-meta {
    flex: 1 1 auto;
    width: auto;
    margin-top: 0;
    gap: 5px;
  }

  .public-report-ropk .print-hub-meta-item {
    flex: 1;
    min-width: 0;
    padding: 6px 8px;
  }

  .public-report-ropk .print-hub-meta-item strong {
    max-width: none;
    font-size: 10px;
  }

  .public-report-ropk .print-hub-toggle {
    flex: 0 0 auto;
    min-height: 0;
    padding: 7px 9px;
    white-space: nowrap;
  }

  .public-report-ropk .print-hub-body {
    display: block;
  }

  .public-report-ropk .print-hub-main,
  .public-report-ropk .print-hub-opd {
    padding: 22px 18px;
  }

  .public-report-ropk .print-hub-main {
    border-right: 0;
    border-bottom: 0;
  }

  .public-report-ropk .print-hub-main-content > p {
    min-height: 0;
  }

  .public-report-ropk .print-hub-opd-head {
    display: block;
  }

  .public-report-ropk .print-opd-status {
    max-width: none;
    margin-top: 11px;
    border-radius: 8px;
  }

  .public-report-ropk .print-action-grid {
    grid-template-columns: 1fr;
  }

  .public-report-shell .btn-rekap {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    text-align: center;
  }

  .public-report-ropk .btn-rekap-primary,
  .public-report-ropk .print-action-grid .print-action-tile {
    display: flex;
    margin: 0;
    text-align: left;
  }

  .public-report-ropk .btn-rekap-primary {
    max-width: none;
  }

  .public-report-shell .matrix-head {
    display: block !important;
    padding: 14px 15px;
  }

  .public-report-ropk .matrix-head > small {
    display: block;
    margin: 5px 0 0 25px;
    line-height: 1.4;
  }

  .public-report-shell .public-report-table-head {
    display: block !important;
  }

  .public-report-shell .public-report-table-heading {
    align-items: flex-start;
  }

  .public-report-shell .public-report-table-heading-copy {
    display: block;
    padding-top: 1px;
  }

  .public-report-shell .public-report-table-heading-copy > small {
    margin-top: 3px;
  }

  .public-report-shell .public-report-print {
    display: block;
    width: 100%;
    margin-top: 11px;
    margin-left: 0;
  }

  .public-report-shell .public-report-print-toggle,
  .public-report-shell .public-report-print-menu {
    width: 100%;
  }

  .public-report-shell .public-report-print-toggle {
    justify-content: center;
  }

  .public-report-shell .public-report-print-menu {
    right: 0;
    left: 0;
    min-width: 0;
  }

  .public-report-shell .matrix-head .btn-group {
    width: 100%;
    margin-top: 11px;
  }

  .public-report-shell .matrix-head .btn-group > .btn {
    width: 100%;
  }
}
