html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow: auto;
}

body {
  min-width: 1280px;
  overflow: auto;
  overscroll-behavior: auto;
  touch-action: pan-x pan-y pinch-zoom;
}

#root,
.admin-page {
  min-height: 100vh;
  min-width: 1280px;
  overflow: visible;
}

.admin-header {
  justify-content: center;
  width: min(calc(100vw - 48px), 1280px);
  max-width: 1280px;
  padding-right: 0;
  margin-inline: 0;
  position: relative;
}

.admin-header h1 {
  font-size: 56px;
}

.refresh-btn {
  position: absolute;
  right: 0;
  flex: 0 0 auto;
}

.registration-table-shell {
  width: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.registration-table {
  min-width: 3894px;
}

@media (max-width: 1280px) {
  html,
  body,
  #root,
  .admin-page {
    width: 1280px;
    min-width: 1280px;
  }
}
