html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display:none;
}
.gmnoprint div {
  background:none !important;
}

/* FullCalendar popover ("ver mais") tema escuro */
.fc-popover.fc-more-popover.fc-popover-dark {
  background-color: #1A1B1E; /* Mantine dark[7] aproximado */
  border: 1px solid #2C2E33; /* dark[6] */
  color: #fff;
}
.fc-popover.fc-more-popover.fc-popover-dark .fc-popover-title {
  background-color: #2C2E33;
  color: #fff;
}
.fc-popover.fc-more-popover.fc-popover-dark .fc-popover-body {
  background-color: #1A1B1E;
  color: #fff;
}
.fc-more-link-dark {
  color: #e9ecef !important;
}

/* Variante automática pelo esquema de cor do Mantine */
html[data-mantine-color-scheme='dark'] .fc-popover.fc-more-popover {
  background-color: #1A1B1E;
  border: 1px solid #2C2E33;
  color: #fff;
}
html[data-mantine-color-scheme='dark'] .fc-popover .fc-popover-title {
  background-color: #2C2E33;
  color: #fff;
}
html[data-mantine-color-scheme='dark'] .fc-popover .fc-popover-body {
  background-color: #1A1B1E;
  color: #fff;
}
html[data-mantine-color-scheme='dark'] .fc-popover .fc-event-main {
  color: #fff;
}
html[data-mantine-color-scheme='dark'] .fc-popover .fc-event-dot {
  border-color: #fff;
}
