:root {
  --admin-bg: #ffffff;
  --admin-fg: #202124;
  --admin-panel: #f8f9fa;
  --admin-panel-2: #f1f3f4;
  --admin-line: #dadce0;
  --admin-line-soft: #e8eaed;
  --admin-muted: #5f6368;
  --admin-blue: #1a73e8;
  --admin-danger: #d93025;
  --admin-ok: #188038;
  --admin-radius: 8px;
  --admin-font: 'Roboto', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', sans-serif;
}

html.admin-page {
  background: var(--admin-bg);
}

html.admin-page :where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--admin-blue);
  outline-offset: 2px;
}

html.admin-page button:disabled {
  cursor: wait;
}

html.admin-embed body > nav:first-of-type {
  display: none !important;
}

html.admin-embed body > .container:first-of-type {
  padding-top: 28px;
}

html.admin-embed body > main:first-of-type {
  border-top: 0;
}

html.admin-embed .nav-current,
html.admin-embed #navBackoffice {
  display: none !important;
}
