/* KPRI stabilization module: loaded after app.css for cross-module UI fixes. */
.embed-body .accurate-list-page,
.embed-body .accurate-data-page {
  min-height: calc(100vh - 8px);
  overflow: auto;
}

.embed-body .tab-colom.tab-colom-auto {
  overflow: visible;
}

.embed-body .accurate-inner-tabs + .tab-colom.tab-colom-auto {
  border: 1px solid #bdbdbd;
  border-top: 0;
  background: #fff;
  padding: 12px;
  min-height: calc(100vh - 58px);
}

.embed-body .tab-colom.tab-colom-auto > .accurate-list-toolbar:first-child,
.embed-body .tab-colom.tab-colom-auto > form.accurate-list-toolbar:first-child {
  margin: -12px -12px 12px;
}

.embed-body .accurate-grid-table thead th {
  position: sticky;
  top: 0;
  z-index: 6;
}

.embed-body .accurate-grid-table tfoot th,
.embed-body .accurate-grid-table tfoot td {
  position: sticky;
  bottom: 0;
  z-index: 5;
}

.kpri-denied-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #eef2f7;
  padding: 24px;
}

.kpri-denied-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
  padding: 24px;
}
