/**
 * Third-party shims: Quill, emoji-picker-element, FullCalendar :root theme vars.
 * Load after quill.snow.css. Do not override .fc-icon / fcicons — FullCalendar
 * injects the real icon font from index.global.min.js when the calendar mounts.
 */

.ql-toolbar,
.ql-snow {
  font-family: "dinosaur", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  border-color: black !important;
  max-width: 720px;
}

.ql-emoji {
  width: 28px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.ql-emoji:hover {
  background-color: #f0f0f0;
}

emoji-picker {
  max-width: 352px;
  max-height: 435px;
  background-color: #fff !important;
  background: #fff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  --background: #fff !important;
  --emoji-picker-bg-color: #fff !important;
  --emoji-picker-border-color: #ccc !important;
  /* Search field (input#search inside shadow root) — default is #111 */
  --input-font-color: #000;
}

:root {
  --fc-small-font-size: 0.85em;
  --fc-page-bg-color: #fff !important;
  --fc-neutral-bg-color: grey !important;
  --fc-neutral-text-color: grey !important;
  --fc-border-color: #ddd;
  --fc-button-text-color: #000 !important;
  --fc-button-bg-color: none !important;
  --fc-button-border-color: #000 !important;
  --fc-button-hover-bg-color: #000 !important;
  --fc-button-hover-border-color: #000 !important;
  --fc-button-active-bg-color: #000 !important;
  --fc-button-active-border-color: #000 !important;
  --fc-event-text-color: whitesmoke !important;
  --fc-event-border-color: transparent !important;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
  --fc-more-link-bg-color: black;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: grey !important;
  --fc-bg-event-color: #8fdf82;
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: black !important;
  --fc-today-bg-color: rgba(256, 256, 256, 0.2) !important;
  --fc-now-indicator-color: red;
}
