:root {
  --primary: #2563eb;
  --primary-light: #3b82f6;
  --primary-dark: #1d4ed8;
  --secondary: #475569;
  --light-bg: #f8fafc;
  --white: #ffffff;
  --card-bg: #ffffff;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --hover-bg: #f8fafc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --accent: #0ea5e9;
  --success: #10b981;
  --warning: #f59e0b;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  --card-shadow-hover: 0 10px 25px rgba(0, 0, 0, 0.08);
  --border-radius: 10px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --header-height: 72px;
}
* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden; 
}

/* HEADER */



/* GROUP INFO */
.group-info {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

.group-info h1 {
  margin: 0 0 6px;
}

.group-info p {
  margin: 0;
  color: #6b7280;
  max-width: 900px;
}

/* CONTENT */
#content {
  margin-top: 5px;
    height: calc(100vh - 75px); /* exclude header */
}

#docFrame {
  width: 100%;
  height: 100%;
  border: none;
}
.sc-kbousE{
  display: none !important;
}