/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolDashboard.vue?type=style&index=0 */
/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskFilterPanel.vue?type=style&index=0 */
.h5[data-v-a77cabba] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.chip-btn[data-v-a77cabba] {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.scrollbar-hide[data-v-a77cabba] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide[data-v-a77cabba]::-webkit-scrollbar {
  display: none;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskList.vue?type=style&index=0 */
.line-clamp-2[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.task-item[data-v-e177ae14] {
  outline: none;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-e177ae14]:focus {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-e177ae14]:focus-visible {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-e177ae14]:hover:not(:focus) {
  background-color: inherit;
}
.task-focused[data-v-e177ae14] {
  outline: none !important;
  border: 3px solid var(--base-border-focus, theme("colors.primary.500")) !important;
  border-radius: 8px !important;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 59, 130, 246), 0.15) !important;
  transform: scale(1.01) !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 10 !important;
  position: relative !important;
}
.task-item[data-v-e177ae14]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-item[data-v-e177ae14]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.fab-pulse-attention {
  animation: fabPulseAttention-e177ae14 2s infinite ease-in-out !important;
}
@keyframes fabPulseAttention-e177ae14 {
  0% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7) !important;
  }
  50% {
    transform: scale(1.15) !important;
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0) !important;
  }
  100% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) !important;
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/QRScanner.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/OfflineCartModal.vue?type=style&index=0 */
.btn[data-v-d4214ce4] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-d4214ce4] {
  @apply bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/SuggestionList.vue?type=style&index=0 */
.suggestion-list[data-v-9af5ee1e] {
  max-height: 320px;
  overflow-y: auto;
  min-width: 280px;
  max-width: 400px;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TextEditor.vue?type=style&index=0 */
.tiptap-wrapper[data-v-3fec608b] .tiptap {
  min-height: var(--3fec608b-minHeight);
  padding: 0.75rem;
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-editor--borderless .tiptap-wrapper[data-v-3fec608b] .tiptap {
  padding: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tiptap-wrapper[data-v-3fec608b] .ProseMirror:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p {
  margin: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p + p {
  margin-top: 0.5rem;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul,
.tiptap-wrapper[data-v-3fec608b] .tiptap ol {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap li {
  margin: 0.25rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap strong {
  font-weight: 600;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap em {
  font-style: italic;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #9ca3af;
  pointer-events: none;
  height: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap:focus p.is-editor-empty:first-child::before {
  color: #d1d5db;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.25rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li > label {
  display: flex;
  align-items: center;
  margin-top: 0.125rem;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li > label > input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  cursor: pointer;
  accent-color: #7c3aed;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li[data-checked=true] > div {
  text-decoration: line-through;
  color: #9ca3af;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/MetaPickerModal.vue?type=style&index=0 */
.fade-enter-active[data-v-e8964f6b],
.fade-leave-active[data-v-e8964f6b] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-e8964f6b],
.fade-leave-to[data-v-e8964f6b] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/CommentModal.vue?type=style&index=0 */
.fade-enter-active[data-v-ddd3a29c],
.fade-leave-active[data-v-ddd3a29c] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-ddd3a29c],
.fade-leave-to[data-v-ddd3a29c] {
  opacity: 0;
}
.modal-enter-active[data-v-ddd3a29c],
.modal-leave-active[data-v-ddd3a29c] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-enter-from[data-v-ddd3a29c],
.modal-leave-to[data-v-ddd3a29c] {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ShareModal.vue?type=style&index=0 */
.btn[data-v-142bde9e] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-142bde9e] {
  @apply bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;
}
.btn-link[data-v-142bde9e] {
  @apply bg-transparent border-transparent text-primary-600 hover:text-primary-700 focus:ring-primary-500;
}
.form-control[data-v-142bde9e] {
  @apply block w-full border-gray-300 rounded-md shadow-sm focus:ring-primary-500 focus:border-primary-500;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProgressBar.vue?type=style&index=0 */
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.progress-accent {
  background-color: var(--nav-bg);
}
.progress-bar {
  width: 30%;
  left: 0;
  position: absolute;
  animation: shimmer 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/DeadlinePickerModal.vue?type=style&index=0 */
.fade-enter-active[data-v-aac6ca27],
.fade-leave-active[data-v-aac6ca27] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-aac6ca27],
.fade-leave-to[data-v-aac6ca27] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolEntryCaptureModal.vue?type=style&index=0 */
.fade-enter-active[data-v-1d0d2b9c],
.fade-leave-active[data-v-1d0d2b9c] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-1d0d2b9c],
.fade-leave-to[data-v-1d0d2b9c] {
  opacity: 0;
}
.modal-enter-active[data-v-1d0d2b9c],
.modal-leave-active[data-v-1d0d2b9c] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-enter-from[data-v-1d0d2b9c],
.modal-leave-to[data-v-1d0d2b9c] {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.protocol-entry-capture-modal[data-v-1d0d2b9c] .editor-card.border-primary-500 {
  border-color: var(--nav-bg);
}
.protocol-entry-capture-modal[data-v-1d0d2b9c] .editor-card.ring-primary-500 {
  --tw-ring-color: var(--nav-bg);
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskShow.vue?type=style&index=0 */
.btn[data-v-eda6a15c] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-white[data-v-eda6a15c] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.truncate[data-v-eda6a15c] {
  @apply overflow-hidden text-ellipsis whitespace-nowrap;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskShowModal.vue?type=style&index=0 */
.btn[data-v-9e8885fd] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-white[data-v-9e8885fd] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-primary[data-v-9e8885fd] {
  @apply bg-primary-600 text-white border-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.modal-scroll-container[data-v-9e8885fd] {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskAIAssistant.vue?type=style&index=0 */
.btn-assistant[data-v-4fdeac5f] {
  @apply bg-blue-600 text-white hover:bg-blue-700 focus:ring-blue-500;
}
.btn-danger[data-v-4fdeac5f] {
  @apply bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;
}
.btn-outline-danger[data-v-4fdeac5f] {
  @apply bg-transparent text-red-600 border border-red-600 hover:bg-red-50 focus:ring-red-500;
}
.btn-sm[data-v-4fdeac5f] {
  @apply px-2 py-1 text-sm;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskForm.vue?type=style&index=0 */
.btn[data-v-f76dc432] {
  @apply inline-flex items-center border border-transparent font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-f76dc432] {
  @apply bg-primary-600 text-white border-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.btn-white[data-v-f76dc432] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.assistant-form-container[data-v-f76dc432] {
  max-width: 100%;
  overflow-x: hidden;
}
.file-preview-grid[data-v-f76dc432] {
  max-width: 100%;
  overflow: hidden;
}
.file-preview-container[data-v-f76dc432] {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
@keyframes soundBar1-f76dc432 {
  0%, 100% {
    height: 20%;
  }
  50% {
    height: 80%;
  }
}
@keyframes soundBar2-f76dc432 {
  0%, 100% {
    height: 40%;
  }
  50% {
    height: 100%;
  }
}
@keyframes soundBar3-f76dc432 {
  0%, 100% {
    height: 60%;
  }
  50% {
    height: 30%;
  }
}
@keyframes soundBar4-f76dc432 {
  0%, 100% {
    height: 80%;
  }
  50% {
    height: 50%;
  }
}
@keyframes soundBar5-f76dc432 {
  0%, 100% {
    height: 50%;
  }
  50% {
    height: 90%;
  }
}
.animate-sound-bar-1[data-v-f76dc432] {
  animation: soundBar1-f76dc432 0.8s ease-in-out infinite;
}
.animate-sound-bar-2[data-v-f76dc432] {
  animation: soundBar2-f76dc432 0.7s ease-in-out infinite;
}
.animate-sound-bar-3[data-v-f76dc432] {
  animation: soundBar3-f76dc432 0.9s ease-in-out infinite;
}
.animate-sound-bar-4[data-v-f76dc432] {
  animation: soundBar4-f76dc432 0.6s ease-in-out infinite;
}
.animate-sound-bar-5[data-v-f76dc432] {
  animation: soundBar5-f76dc432 0.75s ease-in-out infinite;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskFormModal.vue?type=style&index=0 */
.overflow-y-auto[data-v-7708f257] {
  -webkit-overflow-scrolling: touch;
}
.sticky[data-v-7708f257] {
  position: -webkit-sticky;
  position: sticky;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskFormModal.vue?type=style&index=1 */
.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.slide-up-enter-from {
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.slide-up-enter-to {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.slide-up-leave-from {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.slide-up-leave-to {
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease !important;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0 !important;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1 !important;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskChatInterface.vue?type=style&index=0 */
.safe-bottom[data-v-60905d0d] {
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .safe-bottom[data-v-60905d0d] {
    padding-bottom: 0.75rem;
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/Assistant.vue?type=style&index=0 */
.bubble-enter-active[data-v-48a81f61],
.bubble-leave-active[data-v-48a81f61] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bubble-enter-from[data-v-48a81f61],
.bubble-leave-to[data-v-48a81f61] {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.slide-up-enter-active[data-v-48a81f61],
.slide-up-leave-active[data-v-48a81f61] {
  transition: all 0.3s ease;
}
.slide-up-enter-from[data-v-48a81f61],
.slide-up-leave-to[data-v-48a81f61] {
  opacity: 0;
  transform: translateY(10px);
}
.expand-enter-active[data-v-48a81f61],
.expand-leave-active[data-v-48a81f61] {
  transition: all 0.2s ease;
  overflow: hidden;
}
.expand-enter-from[data-v-48a81f61],
.expand-leave-to[data-v-48a81f61] {
  opacity: 0;
  max-height: 0;
}
.expand-enter-to[data-v-48a81f61],
.expand-leave-from[data-v-48a81f61] {
  max-height: 500px;
}
.fade-enter-active[data-v-48a81f61],
.fade-leave-active[data-v-48a81f61] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-48a81f61],
.fade-leave-to[data-v-48a81f61] {
  opacity: 0;
}
.capture-textarea[data-v-48a81f61] {
  min-height: 60px;
  max-height: 150px;
}
textarea[data-v-48a81f61] {
  min-height: 36px;
  max-height: 100px;
}
.markdown-content[data-v-48a81f61] p {
  margin: 0;
}
.markdown-content[data-v-48a81f61] p + p {
  margin-top: 0.5em;
}
.markdown-content[data-v-48a81f61] ul,
.markdown-content[data-v-48a81f61] ol {
  margin: 0.5em 0 0.5em 0.5em;
  padding-left: 1em;
  list-style-position: outside;
}
.markdown-content[data-v-48a81f61] ul {
  list-style-type: disc;
}
.markdown-content[data-v-48a81f61] ol {
  list-style-type: decimal;
}
.markdown-content[data-v-48a81f61] li {
  margin-bottom: 0.25em;
}
.markdown-content[data-v-48a81f61] li p {
  display: inline;
  margin: 0;
}
.markdown-content[data-v-48a81f61] li::marker {
  color: inherit;
}
.markdown-content[data-v-48a81f61] strong {
  font-weight: 600;
}
.markdown-content[data-v-48a81f61] code {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em;
  border-radius: 0.25em;
  font-size: 0.9em;
}
.markdown-content[data-v-48a81f61] em {
  font-style: italic;
}
.markdown-content[data-v-48a81f61] h1,
.markdown-content[data-v-48a81f61] h2,
.markdown-content[data-v-48a81f61] h3,
.markdown-content[data-v-48a81f61] h4,
.markdown-content[data-v-48a81f61] h5,
.markdown-content[data-v-48a81f61] h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0.75em 0 0.25em 0;
  line-height: 1.3;
}
.markdown-content[data-v-48a81f61] h1:first-child,
.markdown-content[data-v-48a81f61] h2:first-child,
.markdown-content[data-v-48a81f61] h3:first-child {
  margin-top: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProjectDashboard.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/UpcomingTimeline.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ParticipantFormModal.vue?type=style&index=0 */
.fade-enter-active[data-v-bbe28428],
.fade-leave-active[data-v-bbe28428] {
  transition: opacity 0.2s ease-out;
}
.fade-enter-from[data-v-bbe28428],
.fade-leave-to[data-v-bbe28428] {
  opacity: 0;
}
.slide-up-enter-active[data-v-bbe28428] {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.slide-up-leave-active[data-v-bbe28428] {
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.slide-up-enter-from[data-v-bbe28428] {
  transform: translateY(100%);
  opacity: 0;
}
.slide-up-leave-to[data-v-bbe28428] {
  transform: translateY(100%);
  opacity: 0;
}
@media (min-width: 640px) {
  .slide-up-enter-from[data-v-bbe28428] {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  .slide-up-leave-to[data-v-bbe28428] {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskBoardRightSidebar.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolInfoWidget.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskCreate.vue?type=style&index=0 */
.fade-enter-active[data-v-b77b6906],
.fade-leave-active[data-v-b77b6906] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-b77b6906],
.fade-leave-to[data-v-b77b6906] {
  opacity: 0;
}
.modal-enter-active[data-v-b77b6906],
.modal-leave-active[data-v-b77b6906] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-enter-from[data-v-b77b6906],
.modal-leave-to[data-v-b77b6906] {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.task-create-blueprint[data-v-b77b6906] .blueprint-map-wrapper {
  margin-bottom: 0;
}
.task-create-blueprint[data-v-b77b6906] .blueprint-map-wrapper > div:last-child {
  height: 10rem !important;
  border-radius: 0.5rem;
}
@keyframes ai-flash-b77b6906 {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: #efe6d6;
  }
  100% {
    background-color: transparent;
  }
}
.ai-flash[data-v-b77b6906] {
  animation: ai-flash-b77b6906 0.6s ease-out;
  border-radius: 0.375rem;
}
.assistant-btn[data-v-b77b6906] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  line-height: 0;
}
.assistant-btn svg[data-v-b77b6906] {
  transition: transform 0.15s ease, filter 0.15s ease;
  transform-origin: center;
}
.assistant-btn:hover svg[data-v-b77b6906] {
  filter: brightness(1.1);
  transform: scale(1.08);
}
.assistant-btn:active svg[data-v-b77b6906] {
  filter: brightness(0.95);
  transform: scale(0.95);
}
@keyframes recording-glow-b77b6906 {
  0%, 100% {
    box-shadow: 0 0 12px 4px rgba(37, 99, 235, 0.3), 0 0 24px 8px rgba(37, 99, 235, 0.15);
  }
  50% {
    box-shadow: 0 0 20px 8px rgba(37, 99, 235, 0.45), 0 0 40px 16px rgba(37, 99, 235, 0.2);
  }
}
.assistant-recording-glow[data-v-b77b6906] {
  animation: recording-glow-b77b6906 2s ease-in-out infinite;
}
@keyframes processing-glow-b77b6906 {
  0%, 100% {
    box-shadow: 0 0 10px 3px rgba(37, 99, 235, 0.25);
  }
  50% {
    box-shadow: 0 0 18px 6px rgba(37, 99, 235, 0.4);
  }
}
.assistant-processing-glow[data-v-b77b6906] {
  animation: processing-glow-b77b6906 1.5s ease-in-out infinite;
}
.hint-fade-enter-active[data-v-b77b6906],
.hint-fade-leave-active[data-v-b77b6906] {
  transition: opacity 0.3s ease;
}
.hint-fade-enter-from[data-v-b77b6906],
.hint-fade-leave-to[data-v-b77b6906] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/EntryCaptureModal.vue?type=style&index=0 */
.fade-enter-active[data-v-a55daccf],
.fade-leave-active[data-v-a55daccf] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-a55daccf],
.fade-leave-to[data-v-a55daccf] {
  opacity: 0;
}
.modal-enter-active[data-v-a55daccf],
.modal-leave-active[data-v-a55daccf] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-enter-from[data-v-a55daccf],
.modal-leave-to[data-v-a55daccf] {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProjectView.vue?type=style&index=0 */
.h5[data-v-a3062d72] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.task-item[data-v-a3062d72] {
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-a3062d72]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
  background-color: inherit !important;
}
.filter-tag[data-v-a3062d72] {
  @apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;
  @apply bg-blue-100 text-blue-800 border border-blue-200;
  @apply hover:bg-blue-200 transition-colors;
}
.filter-label[data-v-a3062d72] {
  @apply mr-2;
}
.filter-remove[data-v-a3062d72] {
  @apply ml-1 text-blue-600 hover:text-blue-800 font-bold cursor-pointer;
  @apply w-4 h-4 flex items-center justify-center rounded-full hover:bg-blue-200;
  font-size: 14px;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskListMinimal.vue?type=style&index=0 */
.task-list-leave-active[data-v-cde31fea] {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.task-list-move[data-v-cde31fea] {
  transition: transform 0.3s ease;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolTaskList.vue?type=style&index=0 */
.line-clamp-2[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.task-item[data-v-dd70d767] {
  outline: none;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-dd70d767]:focus {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-dd70d767]:focus-visible {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-dd70d767]:hover:not(:focus) {
  background-color: inherit;
}
.task-focused[data-v-dd70d767] {
  outline: none !important;
  border: 3px solid var(--base-border-focus, theme("colors.primary.500")) !important;
  border-radius: 8px !important;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 59, 130, 246), 0.15) !important;
  transform: scale(1.01) !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 10 !important;
  position: relative !important;
}
.task-item[data-v-dd70d767]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-item[data-v-dd70d767]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.fab-pulse-attention {
  animation: fabPulseAttention-dd70d767 2s infinite ease-in-out !important;
}
@keyframes fabPulseAttention-dd70d767 {
  0% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7) !important;
  }
  50% {
    transform: scale(1.15) !important;
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0) !important;
  }
  100% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) !important;
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/MarkdownEntry.vue?type=style&index=0 */
.btn[data-v-47d4b902] {
  @apply px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-47d4b902] {
  @apply text-white bg-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.btn-white[data-v-47d4b902] {
  @apply text-gray-700 bg-white border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-sm[data-v-47d4b902] {
  @apply px-3 py-1.5 text-xs;
}
.btn-link[data-v-47d4b902] {
  @apply text-gray-600 hover:text-gray-800 bg-transparent border-transparent hover:bg-gray-100;
}
.entry-newly-created {
  z-index: 10;
  position: relative;
}
.entry-newly-created .flex > div:not(.drag-handle) {
  animation: entryHighlight-47d4b902 3s ease-in-out;
}
@keyframes entryHighlight-47d4b902 {
  0% {
    background-color: #22c55e !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
    transform: scale(1.02);
  }
  15% {
    background-color: #16a34a !important;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
    transform: scale(1.01);
  }
  100% {
    background-color: inherit;
    box-shadow: none;
    transform: scale(1);
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/AgendaEntriesEditor.vue?type=style&index=0 */
.entry-dragging[data-v-84f18762],
.entry-drag-active[data-v-84f18762],
.entry-drop-zone[data-v-84f18762] {
  user-select: none !important;
  -webkit-user-select: none !important;
}
.agenda-entries-editor.is-dragging[data-v-84f18762] {
  user-select: none;
  -webkit-user-select: none;
}
.agenda-entries-editor.is-dragging[data-v-84f18762] * {
  user-select: none !important;
  -webkit-user-select: none !important;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TraktandenOverview.vue?type=style&index=0 */
.rotate-180[data-v-4da9a9ba] {
  transform: rotate(180deg);
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/BlockEditor.vue?type=style&index=0 */
.entry-row[data-v-03d3d852] {
  @apply relative pl-6;
}
.animate-fade-in[data-v-03d3d852] {
  animation: fadeIn-03d3d852 0.15s ease-out;
}
@keyframes fadeIn-03d3d852 {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/MarkdownProtocolEditor.vue?type=style&index=0 */
.insertion-indicator[data-v-2c5b0767] {
  position: relative;
  height: 8px;
  margin: 4px 0;
}
.insertion-line[data-v-2c5b0767] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #ba8150;
  border-radius: 1px;
  animation: pulse-line-2c5b0767 1.5s ease-in-out infinite;
}
.insertion-line[data-v-2c5b0767]::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ba8150;
  border-radius: 50%;
}
@keyframes pulse-line-2c5b0767 {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.smart-mode[data-v-2c5b0767] strong {
  font-weight: bold;
}
.smart-mode[data-v-2c5b0767] em {
  font-style: italic;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/MarkdownProtocolEditor.vue?type=style&index=1 */
.v-popper--theme-mentionable .v-popper__inner {
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid #d0d7de;
  max-height: 256px;
  overflow-y: auto;
  min-width: 280px;
  padding: 4px 0;
}
.mention-item {
  cursor: pointer;
  padding: 6px 12px;
  border-left: 2px solid transparent;
}
.mention-item-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.mention-title {
  color: #1f2328;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mention-id {
  color: #656d76;
  font-size: 12px;
}
.mention-item.mention-selected {
  background-color: #f6f8fa !important;
  border-left-color: #ba8150 !important;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolMarkdownRenderer.vue?type=style&index=0 */
.render-mode > [data-block-index="0"][data-v-1435d2fa] > *:first-child {
  margin-top: 0 !important;
}
.highlight-new[data-v-1435d2fa] {
  animation: highlight-fade-1435d2fa 3s ease-out;
}
@keyframes highlight-fade-1435d2fa {
  0% {
    background-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.4);
  }
  70% {
    background-color: rgba(251, 191, 36, 0.2);
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
.task-hover-tooltip[data-v-1435d2fa] {
  position: absolute;
  z-index: 50;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 12px 14px;
  max-width: 320px;
  min-width: 200px;
}
.tooltip-fade-enter-active[data-v-1435d2fa],
.tooltip-fade-leave-active[data-v-1435d2fa] {
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.tooltip-fade-enter-from[data-v-1435d2fa],
.tooltip-fade-leave-to[data-v-1435d2fa] {
  opacity: 0;
  transform: translateY(-4px);
}
.drop-indicator[data-v-1435d2fa] {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3b82f6;
  z-index: 10;
  pointer-events: none;
  transition: top 0.08s ease-out;
}
.drop-indicator[data-v-1435d2fa]::before,
.drop-indicator[data-v-1435d2fa]::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b82f6;
}
.drop-indicator[data-v-1435d2fa]::before {
  left: -4px;
}
.drop-indicator[data-v-1435d2fa]::after {
  right: -4px;
}
.render-mode.drag-over[data-v-1435d2fa] {
  outline: 2px dashed rgba(59, 130, 246, 0.4);
  outline-offset: 4px;
  border-radius: 8px;
}
body.task-dragging {
  cursor: copy;
}
body.media-dragging {
  cursor: copy !important;
}
.lightbox-fade-enter-active[data-v-1435d2fa],
.lightbox-fade-leave-active[data-v-1435d2fa] {
  transition: opacity 0.2s ease;
}
.lightbox-fade-enter-from[data-v-1435d2fa],
.lightbox-fade-leave-to[data-v-1435d2fa] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/RichTextInput.vue?type=style&index=0 */
@keyframes pulse-scale-c5b5e72e {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.animate-pulse-scale[data-v-c5b5e72e] {
  animation: pulse-scale-c5b5e72e 1.2s ease-in-out infinite;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolEntryFormModal.vue?type=style&index=0 */
.fade-enter-active[data-v-a3bb8735],
.fade-leave-active[data-v-a3bb8735] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-a3bb8735],
.fade-leave-to[data-v-a3bb8735] {
  opacity: 0;
}
.slide-up-enter-active[data-v-a3bb8735],
.slide-up-leave-active[data-v-a3bb8735] {
  transition: all 0.3s ease-out;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolBriefing.vue?type=style&index=0 */
.briefing-content[data-v-8a93d5ff] h2 {
  @apply text-sm font-semibold text-blue-900 mt-3 mb-1;
}
.briefing-content[data-v-8a93d5ff] h2:first-child {
  @apply mt-0;
}
.briefing-content[data-v-8a93d5ff] ul {
  @apply list-none pl-0 space-y-0.5;
}
.briefing-content[data-v-8a93d5ff] li {
  @apply text-sm text-gray-700 leading-relaxed;
}
.briefing-content[data-v-8a93d5ff] a {
  @apply text-blue-600 hover:text-blue-800 underline cursor-pointer;
}
.briefing-content[data-v-8a93d5ff] strong {
  @apply text-gray-900;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolEntryBoard.vue?type=style&index=0 */
[data-v-82a37ad0] .editor-card.border-primary-500 {
  border-color: var(--nav-bg);
}
[data-v-82a37ad0] .editor-card.ring-primary-500 {
  --tw-ring-color: var(--nav-bg);
}
.markdown-content[data-v-82a37ad0] p {
  margin: 0;
}
.markdown-content[data-v-82a37ad0] p + p {
  margin-top: 0.25em;
}
.markdown-content[data-v-82a37ad0] ul,
.markdown-content[data-v-82a37ad0] ol {
  margin: 0.25em 0;
  padding-left: 1.25em;
}
.markdown-content[data-v-82a37ad0] li {
  margin: 0;
}
.markdown-content[data-v-82a37ad0] strong {
  font-weight: 600;
}
.markdown-content[data-v-82a37ad0] em {
  font-style: italic;
}
.entry-description[data-v-82a37ad0] p {
  margin: 0;
}
.entry-description[data-v-82a37ad0] p + p {
  margin-top: 0.25em;
}
.entry-description[data-v-82a37ad0] ul,
.entry-description[data-v-82a37ad0] ol {
  margin: 0.125em 0;
  padding-left: 1.25em;
}
.entry-description[data-v-82a37ad0] strong {
  font-weight: 600;
  color: theme("colors.gray.500");
}
.entry-description[data-v-82a37ad0] a {
  color: theme("colors.primary.500");
  text-decoration: underline;
}
.entry-ghost[data-v-82a37ad0] {
  opacity: 0.4;
  background: #f3f4f6;
}
.entry-chosen[data-v-82a37ad0] {
  background: #fef3c7;
  user-select: none;
}
.entry-drag[data-v-82a37ad0] {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  user-select: none;
}
.sortable-drag[data-v-82a37ad0],
.sortable-drag[data-v-82a37ad0] * {
  user-select: none !important;
  -webkit-user-select: none !important;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolEntryBoard.vue?type=style&index=1 */
body.loci-dragging [data-agenda-drop-target],
body.loci-dragging-internal [data-agenda-drop-target] {
  outline: 3px dashed #d1d5db;
  outline-offset: -2px;
  border-radius: 6px;
  transition: all 0.15s;
}
body.loci-dragging [data-agenda-drop-target]:hover,
body.loci-dragging-internal [data-agenda-drop-target]:hover {
  outline-color: #d4b896;
  background-color: #fdf8f3 !important;
}
body.loci-dragging [data-drop-zone=board-group] {
  outline: 3px dashed #d1d5db;
  outline-offset: 2px;
  transition: all 0.15s;
}
body.loci-dragging [data-drop-zone=board-group] > *:not(.drop-zone-hint) {
  opacity: 0.6;
  transition: opacity 0.15s;
}
body.loci-dragging [data-drop-zone=board-group]:hover,
body.loci-dragging-internal [data-drop-zone=board-group]:hover {
  outline-color: #d4b896;
  background-color: #fdf8f3 !important;
}
body.loci-dragging [data-drop-zone=board-group]:hover > *:not(.drop-zone-hint) {
  opacity: 1;
}
body.loci-dragging-internal [data-drop-zone=board-group] {
  outline: 3px dashed #d1d5db;
  outline-offset: 2px;
  transition: all 0.15s;
}
body.loci-dragging [data-drop-zone=pendenzenliste] {
  outline: 3px dashed #d1d5db;
  outline-offset: 2px;
  border-radius: 8px;
  transition: all 0.15s;
}
body.loci-dragging [data-drop-zone=pendenzenliste] > *:not(.drop-zone-hint) {
  opacity: 0.6;
  transition: opacity 0.15s;
}
body.loci-dragging [data-drop-zone=pendenzenliste]:hover {
  outline-color: #b8865a;
  background-color: #fef3e2 !important;
}
body.loci-dragging [data-drop-zone=pendenzenliste]:hover > *:not(.drop-zone-hint) {
  opacity: 1;
}
.drop-zone-hint {
  display: none;
}
body.loci-dragging .drop-zone-hint {
  display: flex;
}
.sidebar-remove-overlay {
  display: none;
}
body.dragging-protocol-issue .sidebar-remove-overlay {
  display: flex;
}

/* ../../node_modules/@tato30/vue-pdf/dist/style.css */
.page[data-v-eeb06938] [data-main-rotation="90"] {
  transform: rotate(90deg) translateY(-100%);
}
.page[data-v-eeb06938] [data-main-rotation="180"] {
  transform: rotate(180deg) translate(-100%, -100%);
}
.page[data-v-eeb06938] [data-main-rotation="270"] {
  transform: rotate(270deg) translate(-100%);
}
.page[data-v-eeb06938] .textLayer {
  color-scheme: only light;
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: clip;
  opacity: 1;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  caret-color: CanvasText;
  z-index: 0;
  --min-font-size: 1;
  --text-scale-factor: calc(var(--total-scale-factor) * var(--min-font-size));
  --min-font-size-inv: calc(1 / var(--min-font-size));
}
.page[data-v-eeb06938] .textLayer.highlighting {
  touch-action: none;
}
.page[data-v-eeb06938] .textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}
.page[data-v-eeb06938] .textLayer > :not(.markedContent),
.page[data-v-eeb06938] .textLayer .markedContent span:not(.markedContent) {
  z-index: 1;
  --font-height: 0;
  font-size: calc(var(--text-scale-factor) * var(--font-height));
  --scale-x: 1;
  --rotate: 0deg;
  transform: rotate(var(--rotate)) scaleX(var(--scale-x)) scale(var(--min-font-size-inv));
}
.page[data-v-eeb06938] .textLayer .markedContent {
  display: contents;
}
.page[data-v-eeb06938] .textLayer span[role=img] {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.page[data-v-eeb06938] .textLayer .highlight {
  --highlight-bg-color: rgb(180 0 170 / .25);
  --highlight-selected-bg-color: rgb(0 100 0 / .25);
  --highlight-backdrop-filter: none;
  --highlight-selected-backdrop-filter: none;
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  -webkit-backdrop-filter: var(--highlight-backdrop-filter);
  backdrop-filter: var(--highlight-backdrop-filter);
  border-radius: 4px;
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .textLayer .highlight {
    --highlight-bg-color: transparent;
    --highlight-selected-bg-color: transparent;
    --highlight-backdrop-filter: var(--hcm-highlight-filter);
    --highlight-selected-backdrop-filter: var(--hcm-highlight-selected-filter);
  }
}
.page[data-v-eeb06938] .textLayer .highlight.appended {
  position: initial;
}
.page[data-v-eeb06938] .textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}
.page[data-v-eeb06938] .textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}
.page[data-v-eeb06938] .textLayer .highlight.middle {
  border-radius: 0;
}
.page[data-v-eeb06938] .textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
  -webkit-backdrop-filter: var(--highlight-selected-backdrop-filter);
  backdrop-filter: var(--highlight-selected-backdrop-filter);
}
.page[data-v-eeb06938] .textLayer ::selection {
  background: #0000ff40;
  background: color-mix(in srgb, AccentColor, transparent 75%);
}
.page[data-v-eeb06938] .textLayer br::selection {
  background: transparent;
}
.page[data-v-eeb06938] .textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: 0;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] .textLayer.selecting .endOfContent {
  top: 0;
}
.page[data-v-eeb06938] .annotationLayer {
  color-scheme: only light;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --comment-edit-button-icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M10.75%207H12.25V5.5H10.75V7Z'%20fill='black'/%3e%3cpath%20d='M7.5%207H9V5.5H7.5V7Z'%20fill='black'/%3e%3cpath%20d='M4.25%207H5.75V5.5H4.25V7Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%200C0.895786%200%200%200.895786%200%202V10.5C0%2011.6042%200.895786%2012.5%202%2012.5H3V15.25C3%2015.5405%203.16778%2015.805%203.43066%2015.9287C3.6937%2016.0523%204.00473%2016.0126%204.22852%2015.8271L8.27051%2012.4775L13.9941%2012.4961C15.1007%2012.4991%2015.9999%2011.6033%2016%2010.4961V2C16%200.895786%2015.1042%200%2014%200H2ZM14%201.5C14.2758%201.5%2014.5%201.72421%2014.5%202V10.4961C14.4999%2010.7727%2014.2753%2010.9969%2013.998%2010.9961L8.00195%2010.9775L7.87207%2010.9893C7.74389%2011.0115%207.62281%2011.0664%207.52148%2011.1504L4.5%2013.6543V11.75C4.5%2011.3358%204.16421%2011%203.75%2011H2C1.72421%2011%201.5%2010.7758%201.5%2010.5V2C1.5%201.72421%201.72421%201.5%202%201.5H14Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .annotationLayer {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select:required,
  .page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }
  .page[data-v-eeb06938] .annotationLayer .linkAnnotation {
    outline: var(--link-outline);
  }
  .page[data-v-eeb06938] .annotationLayer .linkAnnotation:hover {
    -webkit-backdrop-filter: var(--hcm-highlight-filter);
    backdrop-filter: var(--hcm-highlight-filter);
  }
  .page[data-v-eeb06938] .annotationLayer .linkAnnotation > a:hover {
    opacity: 0 !important;
    background: none !important;
    box-shadow: none;
  }
  .page[data-v-eeb06938] .annotationLayer .popupAnnotation .popup {
    outline: calc(1.5px * var(--total-scale-factor)) solid CanvasText !important;
    background-color: ButtonFace !important;
    color: ButtonText !important;
  }
  .page[data-v-eeb06938] .annotationLayer .highlightArea:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: var(--hcm-highlight-filter);
    backdrop-filter: var(--hcm-highlight-filter);
    content: "";
    pointer-events: none;
  }
  .page[data-v-eeb06938] .annotationLayer .popupAnnotation.focused .popup {
    outline: calc(3px * var(--total-scale-factor)) solid Highlight !important;
  }
}
.page[data-v-eeb06938] .annotationLayer[data-main-rotation="90"] .norotate {
  transform: rotate(270deg) translate(-100%);
}
.page[data-v-eeb06938] .annotationLayer[data-main-rotation="180"] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.page[data-v-eeb06938] .annotationLayer[data-main-rotation="270"] .norotate {
  transform: rotate(90deg) translateY(-100%);
}
.page[data-v-eeb06938] .annotationLayer.disabled section,
.page[data-v-eeb06938] .annotationLayer.disabled .popup {
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationLayer .annotationContent {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationLayer .annotationContent.freetext {
  background: transparent;
  border: none;
  inset: 0;
  overflow: visible;
  white-space: nowrap;
  font: 10px sans-serif;
  line-height: 1.35;
}
.page[data-v-eeb06938] .annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  transform-origin: 0 0;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] .annotationLayer section:has(div.annotationContent) canvas.annotationContent {
  display: none;
}
.page[data-v-eeb06938] .annotationLayer section .overlaidText {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
}
.textLayer.selecting ~ :is(.page[data-v-eeb06938] .annotationLayer) section {
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton):not(.hasBorder) > a:hover {
  opacity: .2;
  background-color: #ff0;
}
.page[data-v-eeb06938] .annotationLayer .linkAnnotation.hasBorder:hover {
  background-color: #ff03;
}
.page[data-v-eeb06938] .annotationLayer .hasBorder {
  background-size: 100% 100%;
}
.page[data-v-eeb06938] .annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea),
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--total-scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select:required,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select[disabled],
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select:hover,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select:hover,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.page[data-v-eeb06938] .annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: CanvasText;
  content: "";
  display: block;
  position: absolute;
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  width: 50%;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}
.page[data-v-eeb06938] .annotationLayer .textWidgetAnnotation input.comb:focus {
  width: 103%;
}
.page[data-v-eeb06938] .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}
.page[data-v-eeb06938] .annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  height: 100%;
  width: 100%;
}
.page[data-v-eeb06938] .annotationLayer .popupAnnotation {
  position: absolute;
  font-size: calc(9px * var(--total-scale-factor));
  pointer-events: none;
  width: max-content;
  max-width: 45%;
  height: auto;
}
.page[data-v-eeb06938] .annotationLayer .popup {
  background-color: #ff9;
  color: #000;
  box-shadow: 0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;
  border-radius: calc(2px * var(--total-scale-factor));
  outline: 1.5px solid rgb(255 255 74);
  padding: calc(6px * var(--total-scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
  -webkit-user-select: text;
  user-select: text;
}
.page[data-v-eeb06938] .annotationLayer .popupAnnotation.focused .popup {
  outline-width: 3px;
}
.page[data-v-eeb06938] .annotationLayer .popup * {
  font-size: calc(9px * var(--total-scale-factor));
}
.page[data-v-eeb06938] .annotationLayer .popup > .header {
  display: inline-block;
}
.page[data-v-eeb06938] .annotationLayer .popup > .header > .title {
  display: inline;
  font-weight: 700;
}
.page[data-v-eeb06938] .annotationLayer .popup > .header .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--total-scale-factor));
  width: fit-content;
}
.page[data-v-eeb06938] .annotationLayer .popupContent {
  border-top: 1px solid rgb(51 51 51);
  margin-top: calc(2px * var(--total-scale-factor));
  padding-top: calc(2px * var(--total-scale-factor));
}
.page[data-v-eeb06938] .annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--total-scale-factor));
}
.page[data-v-eeb06938] .annotationLayer .popupTriggerArea {
  cursor: pointer;
}
.page[data-v-eeb06938] .annotationLayer .popupTriggerArea:hover {
  -webkit-backdrop-filter: var(--hcm-highlight-filter);
  backdrop-filter: var(--hcm-highlight-filter);
}
.page[data-v-eeb06938] .annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page[data-v-eeb06938] .annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
.page[data-v-eeb06938] .annotationLayer svg.quadrilateralsContainer {
  contain: strict;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page[data-v-eeb06938] .xfaLayer {
  --xfa-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --xfa-focus-outline: auto;
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .xfaLayer {
    --xfa-focus-outline: 2px solid CanvasText;
  }
  .page[data-v-eeb06938] .xfaLayer *:required {
    outline: 1.5px solid selectedItem;
  }
}
.page[data-v-eeb06938] .xfaLayer {
  color-scheme: only light;
  background-color: transparent;
}
.page[data-v-eeb06938] .xfaLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #efcbed;
  border-radius: 4px;
}
.page[data-v-eeb06938] .xfaLayer .highlight.appended {
  position: initial;
}
.page[data-v-eeb06938] .xfaLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}
.page[data-v-eeb06938] .xfaLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}
.page[data-v-eeb06938] .xfaLayer .highlight.middle {
  border-radius: 0;
}
.page[data-v-eeb06938] .xfaLayer .highlight.selected {
  background-color: #cbdfcb;
}
.page[data-v-eeb06938] .xfaPage {
  overflow: hidden;
  position: relative;
}
.page[data-v-eeb06938] .xfaContentarea {
  position: absolute;
}
.page[data-v-eeb06938] .xfaPrintOnly {
  display: none;
}
.page[data-v-eeb06938] .xfaLayer {
  position: absolute;
  text-align: initial;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  line-height: 1.2;
}
.page[data-v-eeb06938] .xfaLayer * {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-kerning: inherit;
  letter-spacing: -.01px;
  text-align: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  line-height: inherit;
}
.page[data-v-eeb06938] .xfaLayer *:required {
  outline: 1.5px solid red;
}
.page[data-v-eeb06938] .xfaLayer div,
.page[data-v-eeb06938] .xfaLayer svg,
.page[data-v-eeb06938] .xfaLayer svg * {
  pointer-events: none;
}
.page[data-v-eeb06938] .xfaLayer a {
  color: #00f;
}
.page[data-v-eeb06938] .xfaRich li {
  margin-left: 3em;
}
.page[data-v-eeb06938] .xfaFont {
  color: #000;
  font-weight: 400;
  font-kerning: none;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: 0;
}
.page[data-v-eeb06938] .xfaCaption {
  overflow: hidden;
  flex: 0 0 auto;
}
.page[data-v-eeb06938] .xfaCaptionForCheckButton {
  overflow: hidden;
  flex: 1 1 auto;
}
.page[data-v-eeb06938] .xfaLabel {
  height: 100%;
  width: 100%;
}
.page[data-v-eeb06938] .xfaLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page[data-v-eeb06938] .xfaRight {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page[data-v-eeb06938] :is(.xfaLeft, .xfaRight) > :is(.xfaCaption, .xfaCaptionForCheckButton) {
  max-height: 100%;
}
.page[data-v-eeb06938] .xfaTop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page[data-v-eeb06938] .xfaBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.page[data-v-eeb06938] :is(.xfaTop, .xfaBottom) > :is(.xfaCaption, .xfaCaptionForCheckButton) {
  width: 100%;
}
.page[data-v-eeb06938] .xfaBorder {
  background-color: transparent;
  position: absolute;
  pointer-events: none;
}
.page[data-v-eeb06938] .xfaWrapped {
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] :is(.xfaTextfield, .xfaSelect):focus {
  background-image: none;
  background-color: transparent;
  outline: var(--xfa-focus-outline);
  outline-offset: -1px;
}
.page[data-v-eeb06938] :is(.xfaCheckbox, .xfaRadio):focus {
  outline: var(--xfa-focus-outline);
}
.page[data-v-eeb06938] .xfaTextfield,
.page[data-v-eeb06938] .xfaSelect {
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  border: none;
  resize: none;
  background-image: var(--xfa-unfocused-field-background);
}
.page[data-v-eeb06938] .xfaSelect {
  padding-inline: 2px;
}
.page[data-v-eeb06938] :is(.xfaTop, .xfaBottom) > :is(.xfaTextfield, .xfaSelect) {
  flex: 0 1 auto;
}
.page[data-v-eeb06938] .xfaButton {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
}
.page[data-v-eeb06938] .xfaLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page[data-v-eeb06938] .xfaCheckbox,
.page[data-v-eeb06938] .xfaRadio {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  border: none;
}
.page[data-v-eeb06938] .xfaRich {
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .xfaImage {
  object-position: left top;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .xfaLrTb,
.page[data-v-eeb06938] .xfaRlTb,
.page[data-v-eeb06938] .xfaTb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.page[data-v-eeb06938] .xfaLr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.page[data-v-eeb06938] .xfaRl {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.page[data-v-eeb06938] .xfaTb > div {
  justify-content: left;
}
.page[data-v-eeb06938] .xfaPosition,
.page[data-v-eeb06938] .xfaArea {
  position: relative;
}
.page[data-v-eeb06938] .xfaValignMiddle {
  display: flex;
  align-items: center;
}
.page[data-v-eeb06938] .xfaTable {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.page[data-v-eeb06938] .xfaTable .xfaRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.page[data-v-eeb06938] .xfaTable .xfaRlRow {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  flex: 1;
}
.page[data-v-eeb06938] .xfaTable .xfaRlRow > div {
  flex: 1;
}
.page[data-v-eeb06938] :is(.xfaNonInteractive, .xfaDisabled, .xfaReadOnly) :is(input, textarea) {
  background: initial;
}
@media print {
  .page[data-v-eeb06938] .xfaTextfield,
  .page[data-v-eeb06938] .xfaSelect {
    background: transparent;
  }
  .page[data-v-eeb06938] .xfaSelect {
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }
}
.page[data-v-eeb06938] .canvasWrapper svg {
  transform: none;
}
.page[data-v-eeb06938] .canvasWrapper svg.moving {
  z-index: 100000;
}
.page[data-v-eeb06938] .canvasWrapper svg.hidden {
  display: none;
}
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="90"] mask,
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="90"] use:not(.clip, .mask) {
  transform:
    matrix(
      0, 1,
      -1, 0,
      1, 0);
}
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="180"] mask,
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="180"] use:not(.clip, .mask) {
  transform:
    matrix(
      -1, 0,
      0, -1,
      1, 1);
}
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="270"] mask,
:is(.page[data-v-eeb06938] .canvasWrapper svg.highlight, .page[data-v-eeb06938] .canvasWrapper svg.highlightOutline)[data-main-rotation="270"] use:not(.clip, .mask) {
  transform:
    matrix(
      0, -1,
      1, 0,
      0, 1);
}
.page[data-v-eeb06938] .canvasWrapper svg.draw {
  position: absolute;
  mix-blend-mode: normal;
}
.page[data-v-eeb06938] .canvasWrapper svg.draw[data-draw-rotation="90"] {
  transform: rotate(90deg);
}
.page[data-v-eeb06938] .canvasWrapper svg.draw[data-draw-rotation="180"] {
  transform: rotate(180deg);
}
.page[data-v-eeb06938] .canvasWrapper svg.draw[data-draw-rotation="270"] {
  transform: rotate(270deg);
}
.page[data-v-eeb06938] .canvasWrapper svg.highlight {
  --blend-mode: multiply;
  position: absolute;
  mix-blend-mode: var(--blend-mode);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .canvasWrapper svg.highlight {
    --blend-mode: difference;
  }
}
.page[data-v-eeb06938] .canvasWrapper svg.highlight:not(.free) {
  fill-rule: evenodd;
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline {
  position: absolute;
  mix-blend-mode: normal;
  fill-rule: evenodd;
  fill: none;
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline:not(.free).hovered:not(.selected) {
  stroke: var(--hover-outline-color);
  stroke-width: var(--outline-width);
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline:not(.free).selected .mainOutline {
  stroke: var(--outline-around-color);
  stroke-width: calc(var(--outline-width) + 2 * var(--outline-around-width));
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline:not(.free).selected .secondaryOutline {
  stroke: var(--outline-color);
  stroke-width: var(--outline-width);
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline.free.hovered:not(.selected) {
  stroke: var(--hover-outline-color);
  stroke-width: calc(2 * var(--outline-width));
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline.free.selected .mainOutline {
  stroke: var(--outline-around-color);
  stroke-width: calc(2 * (var(--outline-width) + var(--outline-around-width)));
}
.page[data-v-eeb06938] .canvasWrapper svg.highlightOutline.free.selected .secondaryOutline {
  stroke: var(--outline-color);
  stroke-width: calc(2 * var(--outline-width));
}
.page[data-v-eeb06938] {
  --editor-toolbar-vert-offset: 6px;
  --outline-color: #0060df;
  --outline-around-width: 1px;
  --outline-around-color: #f0f0f4;
  --hover-outline-around-color: var(--outline-around-color);
  --focus-outline: solid var(--outline-width) var(--outline-color);
  --unfocus-outline: solid var(--outline-width) transparent;
  --focus-outline-around: solid var(--outline-around-width) var(--outline-around-color);
  --hover-outline-color: #8f8f9d;
  --hover-outline: solid var(--outline-width) var(--hover-outline-color);
  --hover-outline-around: solid var(--outline-around-width) var(--hover-outline-around-color);
  --resizer-bg-color: var(--outline-color);
  --resizer-size: 6px;
  --resizer-shift: calc(0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width));
  --editorFreeText-editing-cursor: text;
  --editorInk-editing-cursor: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer;
  --editorHighlight-editing-cursor: url("data:image/svg+xml,%3csvg%20width='29'%20height='32'%20viewBox='0%200%2029%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28%2016.75C28.2761%2016.75%2028.5%2016.5261%2028.5%2016.25V15C28.5%2014.7239%2028.2761%2014.5%2028%2014.5H26.358C25.9117%2014.5%2025.4773%2014.6257%2025.0999%2014.8604L25.0989%2014.8611L24%2015.5484L22.9%2014.861L22.8991%2014.8604C22.5218%2014.6257%2022.0875%2014.5%2021.642%2014.5H20C19.7239%2014.5%2019.5%2014.7239%2019.5%2015V16.25C19.5%2016.5261%2019.7239%2016.75%2020%2016.75H21.642C21.6648%2016.75%2021.6885%2016.7564%2021.7101%2016.7697C21.7102%2016.7698%2021.7104%2016.7699%2021.7105%2016.77L22.817%2017.461C22.817%2017.461%2022.8171%2017.4611%2022.8171%2017.4611C22.8171%2017.4611%2022.8171%2017.4611%2022.8171%2017.4611C22.8552%2017.4849%2022.876%2017.5229%2022.876%2017.567V22.625V27.683C22.876%2027.7271%2022.8552%2027.765%2022.8172%2027.7889C22.8171%2027.7889%2022.8171%2027.789%2022.817%2027.789L21.7095%2028.48C21.7094%2028.4801%2021.7093%2028.4802%2021.7092%2028.4803C21.6872%2028.4938%2021.6644%2028.5%2021.641%2028.5H20C19.7239%2028.5%2019.5%2028.7239%2019.5%2029V30.25C19.5%2030.5261%2019.7239%2030.75%2020%2030.75H21.642C22.0883%2030.75%2022.5227%2030.6243%2022.9001%2030.3896L22.9009%2030.3891L24%2029.7026L25.1%2030.39L25.1009%2030.3906C25.4783%2030.6253%2025.9127%2030.751%2026.359%2030.751H28C28.2761%2030.751%2028.5%2030.5271%2028.5%2030.251V29.001C28.5%2028.7249%2028.2761%2028.501%2028%2028.501H26.358C26.3352%2028.501%2026.3115%2028.4946%2026.2899%2028.4813C26.2897%2028.4812%2026.2896%2028.4811%2026.2895%2028.481L25.183%2027.79C25.183%2027.79%2025.183%2027.79%2025.1829%2027.79C25.1829%2027.7899%2025.1829%2027.7899%2025.1829%2027.7899C25.1462%2027.7669%2025.125%2027.7297%2025.125%2027.684V22.625V17.567C25.125%2017.5227%2025.146%2017.4844%2025.1836%2017.4606C25.1838%2017.4605%2025.1839%2017.4604%2025.184%2017.4603L26.2895%2016.77C26.2896%2016.7699%2026.2898%2016.7698%2026.2899%2016.7697C26.3119%2016.7562%2026.3346%2016.75%2026.358%2016.75H28Z'%20fill='black'%20stroke='%23FBFBFE'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.625%2017.567C24.625%2017.35%2024.735%2017.152%2024.918%2017.037L26.026%2016.345C26.126%2016.283%2026.24%2016.25%2026.358%2016.25H28V15H26.358C26.006%2015%2025.663%2015.099%2025.364%2015.285L24.256%2015.978C24.161%2016.037%2024.081%2016.113%2024%2016.187C23.918%2016.113%2023.839%2016.037%2023.744%2015.978L22.635%2015.285C22.336%2015.099%2021.993%2015%2021.642%2015H20V16.25H21.642C21.759%2016.25%2021.874%2016.283%2021.974%2016.345L23.082%2017.037C23.266%2017.152%2023.376%2017.35%2023.376%2017.567V22.625V27.683C23.376%2027.9%2023.266%2028.098%2023.082%2028.213L21.973%2028.905C21.873%2028.967%2021.759%2029%2021.641%2029H20V30.25H21.642C21.994%2030.25%2022.337%2030.151%2022.636%2029.965L23.744%2029.273C23.84%2029.213%2023.919%2029.137%2024%2029.064C24.081%2029.137%2024.161%2029.213%2024.256%2029.273L25.365%2029.966C25.664%2030.152%2026.007%2030.251%2026.359%2030.251H28V29.001H26.358C26.241%2029.001%2026.126%2028.968%2026.026%2028.906L24.918%2028.214C24.734%2028.099%2024.625%2027.901%2024.625%2027.684V22.625V17.567Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%202.59C12.28%202.51%2012.43%202.5%2012.43%202.5C12.48%202.5%2012.58%202.52%2012.66%202.6L14.45%204.39C14.58%204.52%2014.58%204.72%2014.45%204.85L11.7713%207.52872L9.51628%205.27372L12.2%202.59ZM13.2658%204.62L11.7713%206.1145L10.9305%205.27372L12.425%203.77921L13.2658%204.62Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%208.82L8.23%2011.07L10.7106%208.58938L8.45562%206.33438L5.98%208.81V8.82ZM8.23%209.65579L9.29641%208.58938L8.45562%207.74859L7.38921%208.815L8.23%209.65579Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2012.6816L16.2125%206.6217C16.7576%206.08919%2017.05%205.3707%2017.05%204.62C17.05%203.86931%2016.7576%203.15084%2016.2126%202.61834L14.4317%200.837474C13.8992%200.29242%2013.1807%200%2012.43%200C11.6643%200%2010.9529%200.312929%2010.4329%200.832893L3.68289%207.58289C3.04127%208.22452%203.00459%209.25075%203.57288%209.93634L1.29187%2012.2239C1.09186%2012.4245%200.990263%2012.6957%201.0007%2012.9685L1%2014C0.447715%2014%200%2014.4477%200%2015V17C0%2017.5523%200.447715%2018%201%2018H16C16.5523%2018%2017%2017.5523%2017%2017V15C17%2014.4477%2016.5523%2014%2016%2014H10.2325C9.83594%2014%209.39953%2013.4347%2010.1526%2012.6816ZM4.39%209.35L4.9807%209.9407L2.39762%2012.5312H6.63877L7.10501%2012.065L7.57125%2012.5312H8.88875L15.51%205.91C15.86%205.57%2016.05%205.11%2016.05%204.62C16.05%204.13%2015.86%203.67%2015.51%203.33L13.72%201.54C13.38%201.19%2012.92%201%2012.43%201C11.94%201%2011.48%201.2%2011.14%201.54L4.39%208.29C4.1%208.58%204.1%209.06%204.39%209.35ZM16%2017V15H1V17H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%205.55136L15.1616%205.55132L15.1564%205.55645L8.40645%2012.3064C8.35915%2012.3537%208.29589%2012.38%208.23%2012.38C8.16411%2012.38%208.10085%2012.3537%208.05355%2012.3064L7.45857%2011.7115L7.10501%2011.3579L6.75146%2011.7115L6.03289%2012.43H3.20465L5.33477%2010.2937L5.6873%209.94019L5.33426%209.58715L4.74355%208.99645C4.64882%208.90171%204.64882%208.73829%204.74355%208.64355L11.4936%201.89355C11.7436%201.64354%2012.0779%201.5%2012.43%201.5C12.7883%201.5%2013.1179%201.63776%2013.3614%201.88839L13.3613%201.88843L13.3664%201.89355L15.1564%203.68355L15.1564%203.68359L15.1616%203.68864C15.4122%203.93211%2015.55%204.26166%2015.55%204.62C15.55%204.97834%2015.4122%205.30789%2015.1616%205.55136ZM5.48%208.82V9.02711L5.62645%209.17355L7.87645%2011.4236L8.23%2011.7771L8.58355%2011.4236L11.0642%208.94293L11.4177%208.58938L11.0642%208.23582L8.80918%205.98082L8.45562%205.62727L8.10207%205.98082L5.62645%208.45645L5.48%208.60289V8.81V8.82ZM11.4177%207.88227L11.7713%208.23582L12.1248%207.88227L14.8036%205.20355C15.1288%204.87829%2015.1288%204.36171%2014.8036%204.03645L13.0136%202.24645C12.8186%202.05146%2012.5792%202%2012.43%202H12.4134L12.3967%202.00111L12.43%202.5C12.3967%202.00111%2012.3966%202.00112%2012.3965%202.00112L12.3963%202.00114L12.3957%202.00117L12.3947%202.00125L12.3924%202.00142L12.387%202.00184L12.3732%202.00311C12.3628%202.00416%2012.3498%202.00567%2012.3346%202.00784C12.3049%202.01208%2012.2642%202.01925%2012.2178%202.03146C12.1396%202.05202%2011.9797%202.10317%2011.8464%202.23645L9.16273%204.92016L8.80918%205.27372L9.16273%205.62727L11.4177%207.88227ZM1.5%2016.5V15.5H15.5V16.5H1.5Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 24 24, text;
  --editorFreeHighlight-editing-cursor: url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%203.09C12.28%203.01%2012.43%203%2012.43%203C12.48%203%2012.58%203.02%2012.66%203.1L14.45%204.89C14.58%205.02%2014.58%205.22%2014.45%205.35L11.7713%208.02872L9.51628%205.77372L12.2%203.09ZM13.2658%205.12L11.7713%206.6145L10.9305%205.77372L12.425%204.27921L13.2658%205.12Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%209.32L8.23%2011.57L10.7106%209.08938L8.45562%206.83438L5.98%209.31V9.32ZM8.23%2010.1558L9.29641%209.08938L8.45562%208.24859L7.38921%209.315L8.23%2010.1558Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2013.1816L16.2125%207.1217C16.7576%206.58919%2017.05%205.8707%2017.05%205.12C17.05%204.36931%2016.7576%203.65084%2016.2126%203.11834L14.4317%201.33747C13.8992%200.79242%2013.1807%200.5%2012.43%200.5C11.6643%200.5%2010.9529%200.812929%2010.4329%201.33289L3.68289%208.08289C3.04127%208.72452%203.00459%209.75075%203.57288%2010.4363L1.29187%2012.7239C1.09186%2012.9245%200.990263%2013.1957%201.0007%2013.4685L1%2014.5C0.447715%2014.5%200%2014.9477%200%2015.5V17.5C0%2018.0523%200.447715%2018.5%201%2018.5H16C16.5523%2018.5%2017%2018.0523%2017%2017.5V15.5C17%2014.9477%2016.5523%2014.5%2016%2014.5H10.2325C9.83594%2014.5%209.39953%2013.9347%2010.1526%2013.1816ZM4.39%209.85L4.9807%2010.4407L2.39762%2013.0312H6.63877L7.10501%2012.565L7.57125%2013.0312H8.88875L15.51%206.41C15.86%206.07%2016.05%205.61%2016.05%205.12C16.05%204.63%2015.86%204.17%2015.51%203.83L13.72%202.04C13.38%201.69%2012.92%201.5%2012.43%201.5C11.94%201.5%2011.48%201.7%2011.14%202.04L4.39%208.79C4.1%209.08%204.1%209.56%204.39%209.85ZM16%2017.5V15.5H1V17.5H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%206.05136L15.1616%206.05132L15.1564%206.05645L8.40645%2012.8064C8.35915%2012.8537%208.29589%2012.88%208.23%2012.88C8.16411%2012.88%208.10085%2012.8537%208.05355%2012.8064L7.45857%2012.2115L7.10501%2011.8579L6.75146%2012.2115L6.03289%2012.93H3.20465L5.33477%2010.7937L5.6873%2010.4402L5.33426%2010.0871L4.74355%209.49645C4.64882%209.40171%204.64882%209.23829%204.74355%209.14355L11.4936%202.39355C11.7436%202.14354%2012.0779%202%2012.43%202C12.7883%202%2013.1179%202.13776%2013.3614%202.38839L13.3613%202.38843L13.3664%202.39355L15.1564%204.18355L15.1564%204.18359L15.1616%204.18864C15.4122%204.43211%2015.55%204.76166%2015.55%205.12C15.55%205.47834%2015.4122%205.80789%2015.1616%206.05136ZM7.87645%2011.9236L8.23%2012.2771L8.58355%2011.9236L11.0642%209.44293L11.4177%209.08938L11.0642%208.73582L8.80918%206.48082L8.45562%206.12727L8.10207%206.48082L5.62645%208.95645L5.48%209.10289V9.31V9.32V9.52711L5.62645%209.67355L7.87645%2011.9236ZM11.4177%208.38227L11.7713%208.73582L12.1248%208.38227L14.8036%205.70355C15.1288%205.37829%2015.1288%204.86171%2014.8036%204.53645L13.0136%202.74645C12.8186%202.55146%2012.5792%202.5%2012.43%202.5H12.4134L12.3967%202.50111L12.43%203C12.3967%202.50111%2012.3966%202.50112%2012.3965%202.50112L12.3963%202.50114L12.3957%202.50117L12.3947%202.50125L12.3924%202.50142L12.387%202.50184L12.3732%202.50311C12.3628%202.50416%2012.3498%202.50567%2012.3346%202.50784C12.3049%202.51208%2012.2642%202.51925%2012.2178%202.53146C12.1396%202.55202%2011.9797%202.60317%2011.8464%202.73645L9.16273%205.42016L8.80918%205.77372L9.16273%206.12727L11.4177%208.38227ZM1.5%2016H15.5V17H1.5V16Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 1 18, pointer;
  --new-alt-text-warning-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.78182%202.63903C8.58882%202.28803%208.25782%202.25003%208.12482%202.25003C7.99019%202.24847%207.85771%202.28393%207.74185%202.35253C7.62599%202.42113%207.5312%202.52023%207.46782%202.63903L1.97082%2012.639C1.90673%2012.7528%201.87406%2012.8816%201.87617%2013.0122C1.87828%2013.1427%201.91509%2013.2704%201.98282%2013.382C2.04798%2013.4951%202.14207%2013.5888%202.25543%2013.6535C2.36879%2013.7182%202.49732%2013.7515%202.62782%2013.75H13.6218C13.7523%2013.7515%2013.8809%2013.7182%2013.9942%2013.6535C14.1076%2013.5888%2014.2017%2013.4951%2014.2668%2013.382C14.3346%2013.2704%2014.3714%2013.1427%2014.3735%2013.0122C14.3756%2012.8816%2014.3429%2012.7528%2014.2788%2012.639L8.78182%202.63903ZM6.37282%202.03703C6.75182%201.34603%207.43882%201.00003%208.12482%201.00003C8.48341%200.997985%208.83583%201.09326%209.14454%201.2757C9.45325%201.45814%209.70668%201.72092%209.87782%202.03603L15.3748%2012.036C16.1078%2013.369%2015.1438%2015%2013.6228%2015H2.62782C1.10682%2015%200.141823%2013.37%200.875823%2012.037L6.37282%202.03703ZM8.74982%209.06203C8.74982%209.22779%208.68397%209.38676%208.56676%209.50397C8.44955%209.62118%208.29058%209.68703%208.12482%209.68703C7.95906%209.68703%207.80009%209.62118%207.68288%209.50397C7.56566%209.38676%207.49982%209.22779%207.49982%209.06203V5.62503C7.49982%205.45927%207.56566%205.3003%207.68288%205.18309C7.80009%205.06588%207.95906%205.00003%208.12482%205.00003C8.29058%205.00003%208.44955%205.06588%208.56676%205.18309C8.68397%205.3003%208.74982%205.45927%208.74982%205.62503V9.06203ZM7.74982%2012L7.49982%2011.75V11L7.74982%2010.75H8.49982L8.74982%2011V11.75L8.49982%2012H7.74982Z'%20fill='black'/%3e%3c/svg%3e");
  --comment-edit-button-icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M10.75%207H12.25V5.5H10.75V7Z'%20fill='black'/%3e%3cpath%20d='M7.5%207H9V5.5H7.5V7Z'%20fill='black'/%3e%3cpath%20d='M4.25%207H5.75V5.5H4.25V7Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%200C0.895786%200%200%200.895786%200%202V10.5C0%2011.6042%200.895786%2012.5%202%2012.5H3V15.25C3%2015.5405%203.16778%2015.805%203.43066%2015.9287C3.6937%2016.0523%204.00473%2016.0126%204.22852%2015.8271L8.27051%2012.4775L13.9941%2012.4961C15.1007%2012.4991%2015.9999%2011.6033%2016%2010.4961V2C16%200.895786%2015.1042%200%2014%200H2ZM14%201.5C14.2758%201.5%2014.5%201.72421%2014.5%202V10.4961C14.4999%2010.7727%2014.2753%2010.9969%2013.998%2010.9961L8.00195%2010.9775L7.87207%2010.9893C7.74389%2011.0115%207.62281%2011.0664%207.52148%2011.1504L4.5%2013.6543V11.75C4.5%2011.3358%204.16421%2011%203.75%2011H2C1.72421%2011%201.5%2010.7758%201.5%2010.5V2C1.5%201.72421%201.72421%201.5%202%201.5H14Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e");
}
@media (min-resolution: 1.1dppx) {
  .page[data-v-eeb06938] {
    --editorFreeText-editing-cursor: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.75H12.5V2.25V1V0.5H12H10.358C9.91165%200.5%209.47731%200.625661%209.09989%200.860442L9.09886%200.861087L8%201.54837L6.89997%200.860979L6.89911%200.860443C6.5218%200.625734%206.08748%200.5%205.642%200.5H4H3.5V1V2.25V2.75H4H5.642C5.66478%202.75%205.6885%202.75641%205.71008%202.76968C5.71023%202.76977%205.71038%202.76986%205.71053%202.76995L6.817%203.461C6.81704%203.46103%206.81709%203.46105%206.81713%203.46108C6.81713%203.46108%206.81713%203.46108%206.81714%203.46109C6.8552%203.48494%206.876%203.52285%206.876%203.567V8V12.433C6.876%2012.4771%206.85523%2012.515%206.81722%2012.5389C6.81715%2012.5389%206.81707%2012.539%206.817%2012.539L5.70953%2013.23C5.70941%2013.2301%205.70929%2013.2302%205.70917%2013.2303C5.68723%2013.2438%205.6644%2013.25%205.641%2013.25H4H3.5V13.75V15V15.5H4H5.642C6.08835%2015.5%206.52269%2015.3743%206.90011%2015.1396L6.90086%2015.1391L8%2014.4526L9.10003%2015.14L9.10089%2015.1406C9.47831%2015.3753%209.91265%2015.501%2010.359%2015.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352%2013.251%2010.3115%2013.2446%2010.2899%2013.2313C10.2897%2013.2312%2010.2896%2013.2311%2010.2895%2013.231L9.183%2012.54C9.18298%2012.54%209.18295%2012.54%209.18293%2012.54C9.18291%2012.5399%209.18288%2012.5399%209.18286%2012.5399C9.14615%2012.5169%209.125%2012.4797%209.125%2012.434V8V3.567C9.125%203.52266%209.14603%203.48441%209.18364%203.4606C9.18377%203.46052%209.1839%203.46043%209.18404%203.46035L10.2895%202.76995C10.2896%202.76985%2010.2898%202.76975%2010.2899%202.76966C10.3119%202.75619%2010.3346%202.75%2010.358%202.75H12Z'%20fill='black'%20stroke='white'/%3e%3c/svg%3e") 0 16, text;
  }
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] {
    --outline-color: CanvasText;
    --outline-around-color: ButtonFace;
    --resizer-bg-color: ButtonText;
    --hover-outline-color: Highlight;
    --hover-outline-around-color: SelectedItemText;
  }
}
.page[data-v-eeb06938] .textLayer.highlighting {
  cursor: var(--editorFreeHighlight-editing-cursor);
}
.page[data-v-eeb06938] .textLayer.highlighting:not(.free) span {
  cursor: var(--editorHighlight-editing-cursor);
}
.page[data-v-eeb06938] .textLayer.highlighting:not(.free) span[role=img] {
  cursor: var(--editorFreeHighlight-editing-cursor);
}
.page[data-v-eeb06938] .textLayer.highlighting.free span {
  cursor: var(--editorFreeHighlight-editing-cursor);
}
.page[data-v-eeb06938]:has(.annotationEditorLayer.nonEditing) .annotationLayer .editorAnnotation {
  position: absolute;
  pointer-events: none;
}
:is(.page[data-v-eeb06938] #viewerContainer.pdfPresentationMode:fullscreen, .page[data-v-eeb06938] .annotationEditorLayer.disabled) .noAltTextBadge {
  display: none !important;
}
.page[data-v-eeb06938] [data-editor-rotation="90"] {
  transform: rotate(90deg);
}
.page[data-v-eeb06938] [data-editor-rotation="180"] {
  transform: rotate(180deg);
}
.page[data-v-eeb06938] [data-editor-rotation="270"] {
  transform: rotate(270deg);
}
.page[data-v-eeb06938] .annotationEditorLayer {
  background: transparent;
  position: absolute;
  inset: 0;
  font-size: calc(100px * var(--total-scale-factor));
  transform-origin: 0 0;
  cursor: auto;
}
.page[data-v-eeb06938] .annotationEditorLayer .selectedEditor {
  z-index: 100000 !important;
}
.page[data-v-eeb06938] .annotationEditorLayer.drawing * {
  pointer-events: none !important;
}
.page[data-v-eeb06938] .annotationEditorLayer.getElements {
  pointer-events: auto !important;
}
.page[data-v-eeb06938] .annotationEditorLayer.getElements > div {
  pointer-events: auto !important;
}
.page[data-v-eeb06938] .annotationEditorLayer.waiting {
  content: "";
  cursor: wait;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer.disabled {
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationEditorLayer.disabled.highlightEditing :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor, .commentPopup) {
  pointer-events: auto;
}
.page[data-v-eeb06938] .annotationEditorLayer.freetextEditing {
  cursor: var(--editorFreeText-editing-cursor);
}
.page[data-v-eeb06938] .annotationEditorLayer.inkEditing {
  cursor: var(--editorInk-editing-cursor);
}
.page[data-v-eeb06938] .annotationEditorLayer .draw {
  box-sizing: border-box;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) {
  position: absolute;
  background: transparent;
  z-index: 1;
  transform-origin: 0 0;
  cursor: auto;
  max-width: 100%;
  max-height: 100%;
  border: var(--unfocus-outline);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor).draggable.selectedEditor {
  cursor: move;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor).selectedEditor {
  border: var(--focus-outline);
  outline: var(--focus-outline-around);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor).selectedEditor:before {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--focus-outline-around);
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor):hover:not(.selectedEditor) {
  border: var(--hover-outline);
  outline: var(--hover-outline-around);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor):hover:not(.selectedEditor):before {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--focus-outline-around);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar {
  --editor-toolbar-delete-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");
  --editor-toolbar-bg-color: light-dark(#f0f0f4, #2b2a33);
  --editor-toolbar-highlight-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.10918%2011.66C7.24918%2011.8%207.43918%2011.88%207.63918%2011.88C7.83918%2011.88%208.02918%2011.8%208.16918%2011.66L14.9192%204.91C15.2692%204.57%2015.4592%204.11%2015.4592%203.62C15.4592%203.13%2015.2692%202.67%2014.9192%202.33L13.1292%200.54C12.7892%200.19%2012.3292%200%2011.8392%200C11.3492%200%2010.8892%200.2%2010.5492%200.54L3.79918%207.29C3.50918%207.58%203.50918%208.06%203.79918%208.35L4.38988%208.9407L1.40918%2011.93H5.64918L6.51419%2011.065L7.10918%2011.66ZM7.63918%2010.07L5.38918%207.82V7.81L7.8648%205.33438L10.1198%207.58938L7.63918%2010.07ZM11.1805%206.52872L13.8592%203.85C13.9892%203.72%2013.9892%203.52%2013.8592%203.39L12.0692%201.6C11.9892%201.52%2011.8892%201.5%2011.8392%201.5C11.8392%201.5%2011.6892%201.51%2011.6092%201.59L8.92546%204.27372L11.1805%206.52872Z'%20fill='%23000'/%3e%3cpath%20d='M0.40918%2014H15.4092V16H0.40918V14Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");
  --editor-toolbar-fg-color: light-dark(#2e2e56, #fbfbfe);
  --editor-toolbar-border-color: #8f8f9d;
  --editor-toolbar-hover-border-color: var(--editor-toolbar-border-color);
  --editor-toolbar-hover-bg-color: light-dark(#e0e0e6, #52525e);
  --editor-toolbar-hover-fg-color: var(--editor-toolbar-fg-color);
  --editor-toolbar-hover-outline: none;
  --editor-toolbar-focus-outline-color: light-dark(#0060df, #0df);
  --editor-toolbar-shadow: 0 2px 6px 0 rgb(58 57 68 / .2);
  --editor-toolbar-height: 28px;
  --editor-toolbar-padding: 2px;
  --alt-text-done-color: light-dark(#2ac3a2, #54ffbd);
  --alt-text-warning-color: light-dark(#0090ed, #80ebff);
  --alt-text-hover-done-color: var(--alt-text-done-color);
  --alt-text-hover-warning-color: var(--alt-text-warning-color);
  display: flex;
  width: fit-content;
  height: var(--editor-toolbar-height);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
  pointer-events: auto;
  box-sizing: content-box;
  padding: var(--editor-toolbar-padding);
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: calc(100% + var(--editor-toolbar-vert-offset));
  border-radius: 6px;
  background-color: var(--editor-toolbar-bg-color);
  border: 1px solid var(--editor-toolbar-border-color);
  box-shadow: var(--editor-toolbar-shadow);
}
@media screen and (forced-colors: active) {
  :is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar {
    --editor-toolbar-bg-color: ButtonFace;
    --editor-toolbar-fg-color: ButtonText;
    --editor-toolbar-border-color: ButtonText;
    --editor-toolbar-hover-border-color: AccentColor;
    --editor-toolbar-hover-bg-color: ButtonFace;
    --editor-toolbar-hover-fg-color: AccentColor;
    --editor-toolbar-hover-outline: 2px solid var(--editor-toolbar-hover-border-color);
    --editor-toolbar-focus-outline-color: ButtonBorder;
    --editor-toolbar-shadow: none;
    --alt-text-done-color: var(--editor-toolbar-fg-color);
    --alt-text-warning-color: var(--editor-toolbar-fg-color);
    --alt-text-hover-done-color: var(--editor-toolbar-hover-fg-color);
    --alt-text-hover-warning-color: var(--editor-toolbar-hover-fg-color);
  }
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar.hidden {
  display: none;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar:has(:focus-visible) {
  border-color: transparent;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar:dir(ltr) {
  transform-origin: 100% 0;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar:dir(rtl) {
  transform-origin: 0 0;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100%;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons button {
  padding: 0;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .divider {
  width: 0;
  height: calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));
  border-left: 1px solid var(--editor-toolbar-border-color);
  border-right: none;
  display: inline-block;
  margin-inline: 2px;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic {
  width: var(--editor-toolbar-height);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic:before {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  background-color: var(--editor-toolbar-fg-color);
  width: 100%;
  height: 100%;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic:hover:before {
  background-color: var(--editor-toolbar-hover-fg-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic.highlightButton:before {
  -webkit-mask-image: var(--editor-toolbar-highlight-image);
  mask-image: var(--editor-toolbar-highlight-image);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic.commentButton:before {
  -webkit-mask-image: var(--comment-edit-button-icon);
  mask-image: var(--comment-edit-button-icon);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .basic.deleteButton:before {
  -webkit-mask-image: var(--editor-toolbar-delete-image);
  mask-image: var(--editor-toolbar-delete-image);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons > * {
  height: var(--editor-toolbar-height);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons > :not(.divider) {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons > :not(.divider):hover {
  border-radius: 2px;
  background-color: var(--editor-toolbar-hover-bg-color);
  color: var(--editor-toolbar-hover-fg-color);
  outline: var(--editor-toolbar-hover-outline);
  outline-offset: 1px;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons > :not(.divider):hover:active {
  outline: none;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons > :not(.divider):focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--editor-toolbar-focus-outline-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText {
  --alt-text-add-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.375%207.625V11.875C5.375%2012.0408%205.44085%2012.1997%205.55806%2012.3169C5.67527%2012.4342%205.83424%2012.5%206%2012.5C6.16576%2012.5%206.32473%2012.4342%206.44194%2012.3169C6.55915%2012.1997%206.625%2012.0408%206.625%2011.875V7.625L7.125%207.125H11.375C11.5408%207.125%2011.6997%207.05915%2011.8169%206.94194C11.9342%206.82473%2012%206.66576%2012%206.5C12%206.33424%2011.9342%206.17527%2011.8169%206.05806C11.6997%205.94085%2011.5408%205.875%2011.375%205.875H7.125L6.625%205.375V1.125C6.625%200.95924%206.55915%200.800269%206.44194%200.683058C6.32473%200.565848%206.16576%200.5%206%200.5C5.83424%200.5%205.67527%200.565848%205.55806%200.683058C5.44085%200.800269%205.375%200.95924%205.375%201.125V5.375L4.875%205.875H0.625C0.45924%205.875%200.300269%205.94085%200.183058%206.05806C0.065848%206.17527%200%206.33424%200%206.5C0%206.66576%200.065848%206.82473%200.183058%206.94194C0.300269%207.05915%200.45924%207.125%200.625%207.125H4.762L5.375%207.625Z'%20fill='black'/%3e%3c/svg%3e");
  --alt-text-done-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding-inline: 8px;
  pointer-events: all;
  font: menu;
  font-weight: 590;
  font-size: 12px;
  color: var(--editor-toolbar-fg-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText:disabled {
  pointer-events: none;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText:before {
  content: "";
  -webkit-mask-image: var(--alt-text-add-image);
  mask-image: var(--alt-text-add-image);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-color: var(--editor-toolbar-fg-color);
  margin-inline-end: 4px;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText:hover:before {
  background-color: var(--editor-toolbar-hover-fg-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText.done:before {
  -webkit-mask-image: var(--alt-text-done-image);
  mask-image: var(--alt-text-done-image);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText.new:before {
  width: 16px;
  height: 16px;
  -webkit-mask-image: var(--new-alt-text-warning-image);
  mask-image: var(--new-alt-text-warning-image);
  background-color: var(--alt-text-warning-color);
  -webkit-mask-size: cover;
  mask-size: cover;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText.new:hover:before {
  background-color: var(--alt-text-hover-warning-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText.new.done:before {
  -webkit-mask-image: var(--alt-text-done-image);
  mask-image: var(--alt-text-done-image);
  background-color: var(--alt-text-done-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText.new.done:hover:before {
  background-color: var(--alt-text-hover-done-color);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText .tooltip {
  display: none;
  word-wrap: anywhere;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText .tooltip.show {
  --alt-text-tooltip-bg: light-dark(#f0f0f4, #1c1b22);
  --alt-text-tooltip-fg: light-dark(#15141a, #fbfbfe);
  --alt-text-tooltip-border: #8f8f9d;
  --alt-text-tooltip-shadow: 0 2px 6px 0 light-dark(rgb(58 57 68 / .2), #15141a);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(100% + 2px);
  inset-inline-start: 0;
  padding-block: 2px 3px;
  padding-inline: 3px;
  max-width: 300px;
  width: max-content;
  height: auto;
  font-size: 12px;
  border: .5px solid var(--alt-text-tooltip-border);
  background: var(--alt-text-tooltip-bg);
  box-shadow: var(--alt-text-tooltip-shadow);
  color: var(--alt-text-tooltip-fg);
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  :is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .altText .tooltip.show {
    --alt-text-tooltip-bg: Canvas;
    --alt-text-tooltip-fg: CanvasText;
    --alt-text-tooltip-border: CanvasText;
    --alt-text-tooltip-shadow: none;
  }
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .comment {
  width: var(--editor-toolbar-height);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor, .signatureEditor), .page[data-v-eeb06938] .textLayer) .editToolbar .buttons .comment:before {
  content: "";
  -webkit-mask-image: var(--comment-edit-button-icon);
  mask-image: var(--comment-edit-button-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  background-color: var(--editor-toolbar-fg-color);
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor {
  padding: calc(var(--freetext-padding) * var(--total-scale-factor));
  width: auto;
  height: auto;
  touch-action: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor .internal {
  background: transparent;
  border: none;
  inset: 0;
  overflow: visible;
  white-space: nowrap;
  font: 10px sans-serif;
  line-height: var(--freetext-line-height);
  text-align: start;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor .overlay {
  position: absolute;
  display: none;
  background: transparent;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor .overlay.enabled {
  display: block;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor .internal:empty:before {
  content: attr(default-content);
  color: gray;
}
.page[data-v-eeb06938] .annotationEditorLayer .freeTextEditor .internal:focus {
  outline: none;
  -webkit-user-select: auto;
  user-select: auto;
}
.page[data-v-eeb06938] .annotationEditorLayer .inkEditor {
  width: 100%;
  height: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer .inkEditor.editing {
  cursor: inherit;
}
.page[data-v-eeb06938] .annotationEditorLayer .inkEditor .inkEditorCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .stampEditor {
  width: auto;
  height: auto;
}
.page[data-v-eeb06938] .annotationEditorLayer .stampEditor canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.page[data-v-eeb06938] .annotationEditorLayer .stampEditor .noAltTextBadge {
  --no-alt-text-badge-border-color: light-dark(#f0f0f4, #52525e);
  --no-alt-text-badge-bg-color: light-dark(#cfcfd8, #fbfbfe);
  --no-alt-text-badge-fg-color: light-dark(#5b5b66, #15141a);
  position: absolute;
  inset-inline-end: 5px;
  inset-block-end: 5px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
  border-radius: 2px;
  border: 1px solid var(--no-alt-text-badge-border-color);
  background: var(--no-alt-text-badge-bg-color);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .annotationEditorLayer .stampEditor .noAltTextBadge {
    --no-alt-text-badge-border-color: ButtonText;
    --no-alt-text-badge-bg-color: ButtonFace;
    --no-alt-text-badge-fg-color: ButtonText;
  }
}
.page[data-v-eeb06938] .annotationEditorLayer .stampEditor .noAltTextBadge:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: var(--new-alt-text-warning-image);
  mask-image: var(--new-alt-text-warning-image);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--no-alt-text-badge-fg-color);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers.hidden {
  display: none;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer {
  width: var(--resizer-size);
  height: var(--resizer-size);
  background: content-box var(--resizer-bg-color);
  border: var(--focus-outline-around);
  border-radius: 2px;
  position: absolute;
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.topLeft {
  top: var(--resizer-shift);
  left: var(--resizer-shift);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.topMiddle {
  top: var(--resizer-shift);
  left: calc(50% + var(--resizer-shift));
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.topRight {
  top: var(--resizer-shift);
  right: var(--resizer-shift);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.middleRight {
  top: calc(50% + var(--resizer-shift));
  right: var(--resizer-shift);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.bottomRight {
  bottom: var(--resizer-shift);
  right: var(--resizer-shift);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.bottomMiddle {
  bottom: var(--resizer-shift);
  left: calc(50% + var(--resizer-shift));
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.bottomLeft {
  bottom: var(--resizer-shift);
  left: var(--resizer-shift);
}
.page[data-v-eeb06938] .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor) > .resizers > .resizer.middleLeft {
  top: calc(50% + var(--resizer-shift));
  left: var(--resizer-shift);
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.topLeft,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.bottomRight {
  cursor: nwse-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.topMiddle,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.bottomMiddle {
  cursor: ns-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.topRight,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.bottomLeft {
  cursor: nesw-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.middleRight,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"], [data-editor-rotation="0"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"], [data-editor-rotation="270"])) > .resizers > .resizer.middleLeft {
  cursor: ew-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.topLeft,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.bottomRight {
  cursor: nesw-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.topMiddle,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.bottomMiddle {
  cursor: ew-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.topRight,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.bottomLeft {
  cursor: nwse-resize;
}
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.middleRight,
:is(.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"], [data-editor-rotation="270"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"], [data-editor-rotation="180"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"], [data-editor-rotation="90"]), .page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"], [data-editor-rotation="0"])) > .resizers > .resizer.middleLeft {
  cursor: ns-resize;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"], [data-main-rotation="90"] [data-editor-rotation="0"], [data-main-rotation="180"] [data-editor-rotation="270"], [data-main-rotation="270"] [data-editor-rotation="180"]) .editToolbar {
  rotate: 270deg;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"], [data-main-rotation="90"] [data-editor-rotation="0"], [data-main-rotation="180"] [data-editor-rotation="270"], [data-main-rotation="270"] [data-editor-rotation="180"]) .editToolbar:dir(ltr) {
  inset-inline-end: calc(0px - var(--editor-toolbar-vert-offset));
  inset-block-start: 0;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"], [data-main-rotation="90"] [data-editor-rotation="0"], [data-main-rotation="180"] [data-editor-rotation="270"], [data-main-rotation="270"] [data-editor-rotation="180"]) .editToolbar:dir(rtl) {
  inset-inline-end: calc(100% + var(--editor-toolbar-vert-offset));
  inset-block-start: 0;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"], [data-main-rotation="90"] [data-editor-rotation="90"], [data-main-rotation="180"] [data-editor-rotation="0"], [data-main-rotation="270"] [data-editor-rotation="270"]) .editToolbar {
  rotate: 180deg;
  inset-inline-end: 100%;
  inset-block-start: calc(0px - var(--editor-toolbar-vert-offset));
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"], [data-main-rotation="90"] [data-editor-rotation="180"], [data-main-rotation="180"] [data-editor-rotation="90"], [data-main-rotation="270"] [data-editor-rotation="0"]) .editToolbar {
  rotate: 90deg;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"], [data-main-rotation="90"] [data-editor-rotation="180"], [data-main-rotation="180"] [data-editor-rotation="90"], [data-main-rotation="270"] [data-editor-rotation="0"]) .editToolbar:dir(ltr) {
  inset-inline-end: calc(100% + var(--editor-toolbar-vert-offset));
  inset-block-start: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"], [data-main-rotation="90"] [data-editor-rotation="180"], [data-main-rotation="180"] [data-editor-rotation="90"], [data-main-rotation="270"] [data-editor-rotation="0"]) .editToolbar:dir(rtl) {
  inset-inline-start: calc(0px - var(--editor-toolbar-vert-offset));
  inset-block-start: 0;
}
.page[data-v-eeb06938] .dialog.altText::backdrop {
  mask: url(#alttext-manager-mask);
}
.page[data-v-eeb06938] .dialog.altText.positioned {
  margin: 0;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer {
  width: 300px;
  height: fit-content;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #overallDescription {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #overallDescription span {
  align-self: stretch;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #overallDescription .title {
  font-size: 13px;
  font-style: normal;
  font-weight: 590;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #addDescription {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #addDescription .descriptionArea {
  flex: 1;
  padding-inline: 24px 10px;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #addDescription .descriptionArea textarea {
  width: 100%;
  min-height: 75px;
}
.page[data-v-eeb06938] .dialog.altText #altTextContainer #buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.page[data-v-eeb06938] .dialog.newAltText {
  --new-alt-text-ai-disclaimer-icon: url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.49073%201.3015L3.30873%202.1505C3.29349%202.22246%203.25769%202.28844%203.20568%202.34045C3.15368%202.39246%203.08769%202.42826%203.01573%202.4435L2.16673%202.6255C1.76473%202.7125%201.76473%203.2865%202.16673%203.3725L3.01573%203.5555C3.08769%203.57074%203.15368%203.60654%203.20568%203.65855C3.25769%203.71056%203.29349%203.77654%203.30873%203.8485L3.49073%204.6975C3.57773%205.0995%204.15173%205.0995%204.23773%204.6975L4.42073%203.8485C4.43598%203.77654%204.47177%203.71056%204.52378%203.65855C4.57579%203.60654%204.64178%203.57074%204.71373%203.5555L5.56173%203.3725C5.96373%203.2855%205.96373%202.7115%205.56173%202.6255L4.71273%202.4435C4.64083%202.42814%204.57491%202.3923%204.52292%202.34031C4.47093%202.28832%204.43509%202.2224%204.41973%202.1505L4.23773%201.3015C4.15073%200.8995%203.57673%200.8995%203.49073%201.3015ZM10.8647%2013.9995C10.4853%2014.0056%2010.1158%2013.8782%209.82067%2013.6397C9.52553%2013.4013%209.32347%2013.0667%209.24973%2012.6945L8.89273%2011.0275C8.83676%2010.7687%208.70738%2010.5316%208.52009%2010.3445C8.3328%2010.1574%208.09554%2010.0282%207.83673%209.9725L6.16973%209.6155C5.38873%209.4465%204.86473%208.7975%204.86473%207.9995C4.86473%207.2015%205.38873%206.5525%206.16973%206.3845L7.83673%206.0275C8.09551%205.97135%208.33267%205.84193%208.51992%205.65468C8.70716%205.46744%208.83658%205.23028%208.89273%204.9715L9.25073%203.3045C9.41773%202.5235%2010.0667%201.9995%2010.8647%201.9995C11.6627%201.9995%2012.3117%202.5235%2012.4797%203.3045L12.8367%204.9715C12.9507%205.4995%2013.3647%205.9135%2013.8927%206.0265L15.5597%206.3835C16.3407%206.5525%2016.8647%207.2015%2016.8647%207.9995C16.8647%208.7975%2016.3407%209.4465%2015.5597%209.6145L13.8927%209.9715C13.6337%2010.0275%2013.3963%2010.157%2013.209%2010.3445C13.0217%2010.5319%2012.8925%2010.7694%2012.8367%2011.0285L12.4787%2012.6945C12.4054%2013.0667%2012.2036%2013.4014%2011.9086%2013.6399C11.6135%2013.8784%2011.2441%2014.0057%2010.8647%2013.9995ZM10.8647%203.2495C10.7667%203.2495%2010.5337%203.2795%2010.4727%203.5655L10.1147%205.2335C10.0081%205.72777%209.76116%206.18082%209.40361%206.53837C9.04606%206.89593%208.59301%207.14283%208.09873%207.2495L6.43173%207.6065C6.14573%207.6685%206.11473%207.9015%206.11473%207.9995C6.11473%208.0975%206.14573%208.3305%206.43173%208.3925L8.09873%208.7495C8.59301%208.85617%209.04606%209.10307%209.40361%209.46062C9.76116%209.81817%2010.0081%2010.2712%2010.1147%2010.7655L10.4727%2012.4335C10.5337%2012.7195%2010.7667%2012.7495%2010.8647%2012.7495C10.9627%2012.7495%2011.1957%2012.7195%2011.2567%2012.4335L11.6147%2010.7665C11.7212%2010.272%2011.9681%209.81878%2012.3256%209.46103C12.6832%209.10329%2013.1363%208.85624%2013.6307%208.7495L15.2977%208.3925C15.5837%208.3305%2015.6147%208.0975%2015.6147%207.9995C15.6147%207.9015%2015.5837%207.6685%2015.2977%207.6065L13.6307%207.2495C13.1365%207.14283%2012.6834%206.89593%2012.3259%206.53837C11.9683%206.18082%2011.7214%205.72777%2011.6147%205.2335L11.2567%203.5655C11.1957%203.2795%2010.9627%203.2495%2010.8647%203.2495ZM3.30873%2012.1505L3.49073%2011.3015C3.57673%2010.8995%204.15073%2010.8995%204.23773%2011.3015L4.41973%2012.1505C4.43509%2012.2224%204.47093%2012.2883%204.52292%2012.3403C4.57491%2012.3923%204.64083%2012.4281%204.71273%2012.4435L5.56173%2012.6255C5.96373%2012.7115%205.96373%2013.2855%205.56173%2013.3725L4.71273%2013.5545C4.64083%2013.5699%204.57491%2013.6057%204.52292%2013.6577C4.47093%2013.7097%204.43509%2013.7756%204.41973%2013.8475L4.23773%2014.6965C4.15173%2015.0985%203.57773%2015.0985%203.49073%2014.6965L3.30873%2013.8475C3.29337%2013.7756%203.25754%2013.7097%203.20555%2013.6577C3.15356%2013.6057%203.08764%2013.5699%203.01573%2013.5545L2.16673%2013.3725C1.76473%2013.2865%201.76473%2012.7125%202.16673%2012.6255L3.01573%2012.4435C3.08769%2012.4283%203.15368%2012.3925%203.20568%2012.3405C3.25769%2012.2884%203.29349%2012.2225%203.30873%2012.1505Z'%20fill='black'/%3e%3c/svg%3e");
  --new-alt-text-spinner-icon: url("data:image/svg+xml,%3c!--%20This%20Source%20Code%20Form%20is%20subject%20to%20the%20terms%20of%20the%20Mozilla%20Public%20-%20License,%20v.%202.0.%20If%20a%20copy%20of%20the%20MPL%20was%20not%20distributed%20with%20this%20-%20file,%20You%20can%20obtain%20one%20at%20http://mozilla.org/MPL/2.0/.%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16'%20height='16'%3e%3cstyle%3e%20@media%20not%20(prefers-reduced-motion)%20{%20@keyframes%20loadingRotate%20{%20from%20{%20rotate:%200;%20}%20to%20{%20rotate:%20360deg%20}%20}%20%23circle-arrows%20{%20animation:%20loadingRotate%201.8s%20linear%20infinite;%20transform-origin:%2050%25%2050%25;%20}%20%23hourglass%20{%20display:%20none;%20}%20}%20@media%20(prefers-reduced-motion)%20{%20%23circle-arrows%20{%20display:%20none;%20}%20}%20%3c/style%3e%3cpath%20id='circle-arrows'%20d='M9%205.528c0%20.42.508.63.804.333l2.528-2.528a.47.47%200%200%200%200-.666L9.805.14A.471.471%200%200%200%209%20.472v1.866A5.756%205.756%200%200%200%202.25%208c0%20.942.232%201.83.635%202.615l1.143-1.143A4.208%204.208%200%200%201%203.75%208%204.254%204.254%200%200%201%208%203.75c.345%200%20.68.042%201%20.122v1.656zM7%2010.472v1.656c.32.08.655.122%201%20.122A4.254%204.254%200%200%200%2012.25%208c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636%201.674.636%202.617A5.756%205.756%200%200%201%207%2013.662v1.866a.47.47%200%200%201-.804.333l-2.528-2.528a.47.47%200%200%201%200-.666l2.528-2.528a.47.47%200%200%201%20.804.333z'/%3e%3cg%20id='hourglass'%3e%3cpath%20d='M13,1%20C13.5522847,1%2014,1.44771525%2014,2%20C14,2.55228475%2013.5522847,3%2013,3%20L12.9854217,2.99990801%20C12.9950817,3.16495885%2013,3.33173274%2013,3.5%20C13,5.24679885%2010.9877318,6.01090495%2010.9877318,8.0017538%20C10.9877318,9.99260264%2013,10.7536922%2013,12.5%20C13,12.6686079%2012.9950617,12.8357163%2012.985363,13.0010943%20L13,13%20C13.5522847,13%2014,13.4477153%2014,14%20C14,14.5522847%2013.5522847,15%2013,15%20L3,15%20C2.44771525,15%202,14.5522847%202,14%20C2,13.4477153%202.44771525,13%203,13%20L3.01463704,13.0010943%20C3.00493827,12.8357163%203,12.6686079%203,12.5%20C3,10.7536922%204.9877318,9.99260264%205,8.0017538%20C5.0122682,6.01090495%203,5.24679885%203,3.5%20C3,3.33173274%203.00491834,3.16495885%203.01457832,2.99990801%20L3,3%20C2.44771525,3%202,2.55228475%202,2%20C2,1.44771525%202.44771525,1%203,1%20L13,1%20Z%20M10.987,3%20L5.012,3%20L5.00308914,3.24815712%20C5.00103707,3.33163368%205,3.4155948%205,3.5%20C5,5.36125069%206.99153646,6.01774089%206.99153646,8.0017538%20C6.99153646,9.98576671%205,10.6393737%205,12.5%20L5.00307746,12.7513676%20L5.01222201,12.9998392%20L5.60191711,12.9988344%20L6.0425138,12.2959826%20C7.02362731,10.7653275%207.67612271,10%208,10%20C8.37014547,10%209.16950644,10.9996115%2010.3980829,12.9988344%20L10.987778,12.9998392%20C10.9958674,12.8352104%2011,12.66849%2011,12.5%20C11,10.6393737%208.98689779,10.0147381%208.98689779,8.0017538%20C8.98689779,5.98876953%2011,5.36125069%2011,3.5%20L10.9969109,3.24815712%20L10.987,3%20Z'/%3e%3cpath%20d='M6,4%20L10,4%20C8.95166016,6%208.28499349,7%208,7%20C7.71500651,7%207.04833984,6%206,4%20Z'/%3e%3c/g%3e%3c/svg%3e");
  --preview-image-bg-color: light-dark(#f0f0f4, #2b2a33);
  --preview-image-border: none;
  width: 80%;
  max-width: 570px;
  min-width: 300px;
  padding: 0;
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .dialog.newAltText {
    --preview-image-bg-color: ButtonFace;
    --preview-image-border: 1px solid ButtonText;
  }
}
.page[data-v-eeb06938] .dialog.newAltText.noAi #newAltTextDisclaimer,
.page[data-v-eeb06938] .dialog.newAltText.noAi #newAltTextCreateAutomatically,
.page[data-v-eeb06938] .dialog.newAltText.aiInstalling #newAltTextCreateAutomatically {
  display: none !important;
}
.page[data-v-eeb06938] .dialog.newAltText.aiInstalling #newAltTextDownloadModel {
  display: flex !important;
}
.page[data-v-eeb06938] .dialog.newAltText.error #newAltTextNotNow {
  display: none !important;
}
.page[data-v-eeb06938] .dialog.newAltText.error #newAltTextCancel {
  display: inline-block !important;
}
.page[data-v-eeb06938] .dialog.newAltText:not(.error) #newAltTextError {
  display: none !important;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer {
  display: flex;
  width: auto;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  flex: 0 1 auto;
  line-height: normal;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  flex: 1 1 auto;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionAndSettings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  flex: 1 1 auto;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer {
  width: 100%;
  height: 70px;
  position: relative;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer textarea {
  width: 100%;
  height: 100%;
  padding: 8px;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer textarea::placeholder {
  color: var(--text-secondary-color);
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer .altTextSpinner {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  inset-inline-start: 8px;
  inset-block-start: 8px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--text-secondary-color);
  pointer-events: none;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer.loading textarea::placeholder {
  color: transparent;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescriptionContainer.loading .altTextSpinner {
  display: inline-block;
  -webkit-mask-image: var(--new-alt-text-spinner-icon);
  mask-image: var(--new-alt-text-spinner-icon);
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDescription {
  font-size: 11px;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDisclaimer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  font-size: 11px;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #descriptionInstruction #newAltTextDisclaimer:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  -webkit-mask-image: var(--new-alt-text-ai-disclaimer-icon);
  mask-image: var(--new-alt-text-ai-disclaimer-icon);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--text-secondary-color);
  flex: 1 0 auto;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #newAltTextDownloadModel {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #newAltTextDownloadModel:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: var(--new-alt-text-spinner-icon);
  mask-image: var(--new-alt-text-spinner-icon);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--text-secondary-color);
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #newAltTextImagePreview {
  width: 180px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: var(--preview-image-bg-color);
  border: var(--preview-image-border);
}
.page[data-v-eeb06938] .dialog.newAltText #newAltTextContainer #mainContent #newAltTextImagePreview > canvas {
  max-width: 100%;
  max-height: 100%;
}
.page[data-v-eeb06938] .colorPicker {
  --hover-outline-color: light-dark(#0250bb, #80ebff);
  --selected-outline-color: light-dark(#0060df, #aaf2ff);
  --swatch-border-color: light-dark(#cfcfd8, #52525e);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .colorPicker {
    --hover-outline-color: Highlight;
    --selected-outline-color: var(--hover-outline-color);
    --swatch-border-color: ButtonText;
  }
}
.page[data-v-eeb06938] .colorPicker .swatch {
  width: 16px;
  height: 16px;
  border: 1px solid var(--swatch-border-color);
  border-radius: 100%;
  outline-offset: 2px;
  box-sizing: border-box;
  forced-color-adjust: none;
}
.page[data-v-eeb06938] .colorPicker button:is(:hover, .selected) > .swatch {
  border: none;
}
.page[data-v-eeb06938] .basicColorPicker {
  width: 28px;
}
.page[data-v-eeb06938] .basicColorPicker::-moz-color-swatch {
  border-radius: 100%;
}
.page[data-v-eeb06938] .basicColorPicker::-webkit-color-swatch {
  border-radius: 100%;
}
.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free) > .editToolbar {
  rotate: 0deg;
}
.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free) > .editToolbar {
  rotate: 270deg;
}
.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free) > .editToolbar {
  rotate: 180deg;
}
.page[data-v-eeb06938] .annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free) > .editToolbar {
  rotate: 90deg;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor {
  position: absolute;
  background: transparent;
  z-index: 1;
  cursor: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
  outline: none;
  pointer-events: none;
  transform-origin: 0 0;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor:not(.free) {
  transform: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .internal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor.disabled .internal {
  pointer-events: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor.selectedEditor .internal {
  cursor: pointer;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar {
  --editor-toolbar-colorpicker-arrow-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.23336%2010.4664L11.8474%206.85339C11.894%206.8071%2011.931%206.75203%2011.9563%206.69136C11.9816%206.63069%2011.9946%206.56562%2011.9946%206.49989C11.9946%206.43417%2011.9816%206.3691%2011.9563%206.30843C11.931%206.24776%2011.894%206.19269%2011.8474%206.14639C11.7536%206.05266%2011.6264%206%2011.4939%206C11.3613%206%2011.2341%206.05266%2011.1404%206.14639L7.99236%209.29339L4.84736%206.14739C4.75305%206.05631%204.62675%206.00592%204.49566%206.00706C4.36456%206.0082%204.23915%206.06078%204.14645%206.15348C4.05374%206.24619%204.00116%206.37159%204.00002%206.50269C3.99888%206.63379%204.04928%206.76009%204.14036%206.85439L7.75236%2010.4674L8.23336%2010.4664Z'%20fill='black'/%3e%3c/svg%3e");
  transform-origin: center !important;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker {
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:after {
  content: "";
  -webkit-mask-image: var(--editor-toolbar-colorpicker-arrow-image);
  mask-image: var(--editor-toolbar-colorpicker-arrow-image);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  background-color: var(--editor-toolbar-fg-color);
  width: 12px;
  height: 12px;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:hover:after {
  background-color: var(--editor-toolbar-hover-fg-color);
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)) {
  background-color: var(--editor-toolbar-hover-bg-color);
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)):after {
  scale: -1;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  padding-block: 8px;
  border-radius: 6px;
  background-color: var(--editor-toolbar-bg-color);
  border: 1px solid var(--editor-toolbar-border-color);
  box-shadow: var(--editor-toolbar-shadow);
  inset-block-start: calc(100% + 4px);
  width: calc(100% + 2 * var(--editor-toolbar-padding));
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button {
  width: 100%;
  height: auto;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:active, :focus-visible) {
  outline: none;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button > .swatch {
  outline-offset: 2px;
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button[aria-selected=true] > .swatch {
  outline: 2px solid var(--selected-outline-color);
}
.page[data-v-eeb06938] .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch {
  outline: 2px solid var(--hover-outline-color);
}
.page[data-v-eeb06938] .editorParamsToolbar:has(#highlightParamsToolbarContainer) {
  padding: unset;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer {
  gap: 16px;
  padding-inline: 10px;
  padding-block-end: 12px;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: auto;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown button {
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  flex: 0 0 auto;
  padding: 0;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown button .swatch {
  width: 24px;
  height: 24px;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:active, :focus-visible) {
  outline: none;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown button[aria-selected=true] > .swatch {
  outline: 2px solid var(--selected-outline-color);
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch {
  outline: 2px solid var(--hover-outline-color);
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .editorParamsLabel {
  height: auto;
  align-self: stretch;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  --example-color: light-dark(#bfbfc9, #80808e);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker {
    --example-color: CanvasText;
  }
}
:is(.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker > .editorParamsSlider[disabled]) {
  opacity: .4;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:before,
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  display: block;
  border-radius: 100%;
  background-color: var(--example-color);
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker:after {
  width: 24px;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker .editorParamsSlider {
  width: unset;
  height: 14px;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightVisibility {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightVisibility .divider {
  --divider-color: light-dark(#d7d7db, #8f8f9d);
  margin-block: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--divider-color);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightVisibility .divider {
    --divider-color: CanvasText;
  }
}
.page[data-v-eeb06938] #highlightParamsToolbarContainer #editorHighlightVisibility .toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.page[data-v-eeb06938] #altTextSettingsDialog {
  padding: 16px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer {
  display: flex;
  width: 573px;
  flex-direction: column;
  gap: 16px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer .mainContainer {
  gap: 16px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer .description {
  color: var(--text-secondary-color);
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #aiModelSettings {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #automaticAltText,
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #altTextEditor {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #createModelDescription,
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #aiModelSettings,
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #showAltTextDialogDescription {
  padding-inline-start: 40px;
}
.page[data-v-eeb06938] #altTextSettingsDialog #altTextSettingsContainer #automaticSettings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page[data-v-eeb06938] .commentPopup,
.page[data-v-eeb06938] #commentManagerDialog {
  width: 360px;
  max-width: 100%;
  min-width: 200px;
  position: absolute;
  padding: 8px 16px 16px;
  margin-left: 0;
  margin-top: 0;
  box-sizing: border-box;
  border-radius: 8px;
}
.page[data-v-eeb06938] #commentManagerDialog {
  --comment-close-button-icon: url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e");
}
.page[data-v-eeb06938] #commentManagerDialog .mainContainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.page[data-v-eeb06938] #commentManagerDialog .mainContainer #commentManagerToolbar {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  cursor: move;
}
.page[data-v-eeb06938] #commentManagerDialog .mainContainer #commentManagerTextInput {
  width: 100%;
  min-height: 132px;
  margin-bottom: 12px;
}
.page[data-v-eeb06938] .annotationLayer.disabled :is(.annotationCommentButton) {
  display: none;
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton {
  color-scheme: light dark;
  --comment-button-bg: light-dark(white, #1c1b22);
  --comment-button-fg: light-dark(#5b5b66, #fbfbfe);
  --comment-button-active-bg: light-dark(#0041a4, #a6ecf4);
  --comment-button-active-fg: light-dark(white, #15141a);
  --comment-button-hover-bg: light-dark(#0053cb, #61dce9);
  --comment-button-hover-fg: light-dark(white, #15141a);
  --comment-button-selected-bg: light-dark(#0062fa, #00cadb);
  --comment-button-border-color: light-dark(#8f8f9d, #bfbfc9);
  --comment-button-active-border-color: var(--comment-button-active-bg);
  --comment-button-focus-border-color: light-dark(#cfcfd8, #3a3944);
  --comment-button-hover-border-color: var(--comment-button-hover-bg);
  --comment-button-selected-border-color: var(--comment-button-selected-bg);
  --comment-button-selected-fg: light-dark(white, #15141a);
  --comment-button-dim: 24px;
  --comment-button-box-shadow: 0 .25px .75px 0 light-dark(rgb(0 0 0 / .05), rgb(0 0 0 / .2)), 0 2px 6px 0 light-dark(rgb(0 0 0 / .1), rgb(0 0 0 / .4));
  --comment-button-focus-outline-color: light-dark(#0062fa, #00cadb);
  position: absolute;
  width: var(--comment-button-dim);
  height: var(--comment-button-dim);
  background-color: var(--comment-button-bg);
  border-radius: 6px 6px 6px 0;
  border: 1px solid var(--comment-button-border-color);
  box-shadow: var(--comment-button-box-shadow);
  cursor: auto;
  z-index: 1;
  padding: 4px;
  margin: 0;
  box-sizing: border-box;
  pointer-events: auto;
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton {
    --comment-button-bg: ButtonFace;
    --comment-button-fg: ButtonText;
    --comment-button-hover-bg: SelectedItemText;
    --comment-button-hover-fg: SelectedItem;
    --comment-button-active-bg: SelectedItemText;
    --comment-button-active-fg: SelectedItem;
    --comment-button-border-color: ButtonBorder;
    --comment-button-active-border-color: ButtonBorder;
    --comment-button-hover-border-color: SelectedItem;
    --comment-button-box-shadow: none;
    --comment-button-focus-outline-color: CanvasText;
    --comment-button-selected-bg: ButtonBorder;
    --comment-button-selected-fg: ButtonFace;
  }
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:dir(rtl) {
  border-radius: 6px 6px 0;
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: var(--comment-edit-button-icon);
  mask-image: var(--comment-edit-button-icon);
  background-color: var(--comment-button-fg);
  margin: 0;
  padding: 0;
  transform: scaleX(var(--dir-factor));
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:focus-visible {
  outline: 2px solid var(--comment-button-focus-outline-color);
  outline-offset: 1px;
  border-color: var(--comment-button-focus-border-color);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:hover {
  background-color: var(--comment-button-hover-bg) !important;
  border-color: var(--comment-button-hover-border-color);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:hover:before {
  background-color: var(--comment-button-hover-fg);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:active {
  background-color: var(--comment-button-active-bg) !important;
  border-color: var(--comment-button-active-border-color);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton:active:before {
  background-color: var(--comment-button-active-fg);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton.selected {
  background-color: var(--comment-button-selected-bg) !important;
  border-color: var(--comment-button-selected-border-color);
}
.page[data-v-eeb06938] :is(.annotationLayer, .annotationEditorLayer) .annotationCommentButton.selected:before {
  background-color: var(--comment-button-selected-fg);
}
.page[data-v-eeb06938] #editorCommentsSidebar,
.page[data-v-eeb06938] .commentPopup {
  --comment-close-button-icon: url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e");
  --comment-popup-edit-button-icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e%3c!--path%20d='M0.0189877%2014.1645L0.612989%2010.9635C0.687989%2010.5545%200.884989%2010.1805%201.18099%209.8825L9.98199%201.0805C10.756%200.3075%2012.015%200.3055%2012.792%201.0805L14.42%202.7085C15.194%203.4835%2015.194%204.7435%2014.42%205.5185L5.61599%2014.3215C5.31999%2014.6165%204.94599%2014.8125%204.53799%2014.8875L1.33599%2015.4815C1.26599%2015.4935%201.19799%2015.5005%201.12999%2015.5005C0.832989%2015.5005%200.544988%2015.3835%200.330988%2015.1695C0.0679874%2014.9055%20-0.0490122%2014.5305%200.0189877%2014.1645ZM12.472%205.6965L13.632%204.5365L13.631%203.6885L11.811%201.8675L10.963%201.8685L9.80299%203.0285L12.472%205.6965ZM4.31099%2013.6585C4.47099%2013.6285%204.61799%2013.5515%204.73399%2013.4345L11.587%206.5815L8.91899%203.9135L2.06599%2010.7655C1.94899%2010.8835%201.87199%2011.0305%201.84099%2011.1915L1.36699%2013.7485L1.75199%2014.1335L4.31099%2013.6585Z'%20fill='black'/--%3e");
  --comment-popup-delete-button-icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");
  --comment-date-fg-color: light-dark(rgb(21 20 26 / .69), rgb(251 251 254 / .69));
  --comment-bg-color: light-dark(#f9f9fb, #1c1b22);
  --comment-hover-bg-color: light-dark(#e0e0e6, #2c2b33);
  --comment-active-bg-color: light-dark(#d1d1d9, #3a3944);
  --comment-hover-brightness: .89;
  --comment-hover-filter: brightness(var(--comment-hover-brightness));
  --comment-active-brightness: .825;
  --comment-active-filter: brightness(var(--comment-active-brightness));
  --comment-border-color: light-dark(#f0f0f4, #52525e);
  --comment-focus-outline-color: light-dark(#0062fa, #00cadb);
  --comment-fg-color: light-dark(#15141a, #fbfbfe);
  --comment-count-bg-color: light-dark(#e2f7ff, #00317e);
  --comment-indicator-active-fg-color: light-dark(#0041a4, #a6ecf4);
  --comment-indicator-active-filter: brightness(calc(1 / var(--comment-active-brightness)));
  --comment-indicator-focus-fg-color: light-dark(#5b5b66, #fbfbfe);
  --comment-indicator-hover-fg-color: light-dark(#0053cb, #61dce9);
  --comment-indicator-hover-filter: brightness(calc(1 / var(--comment-hover-brightness)));
  --comment-indicator-selected-fg-color: light-dark(#0062fa, #00cadb);
  --button-comment-bg: transparent;
  --button-comment-color: var(--main-color);
  --button-comment-active-bg: light-dark(#cfcfd8, #5b5b66);
  --button-comment-active-border: none;
  --button-comment-active-color: var(--button-comment-color);
  --button-comment-border: none;
  --button-comment-hover-bg: light-dark(#e0e0e6, #52525e);
  --button-comment-hover-color: var(--button-comment-color);
  --link-fg-color: light-dark(#0060df, #0df);
  --link-hover-fg-color: light-dark(#0250bb, #80ebff);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] #editorCommentsSidebar,
  .page[data-v-eeb06938] .commentPopup {
    --comment-date-fg-color: CanvasText;
    --comment-bg-color: Canvas;
    --comment-hover-bg-color: Canvas;
    --comment-hover-filter: none;
    --comment-active-bg-color: Canvas;
    --comment-active-filter: none;
    --comment-border-color: CanvasText;
    --comment-fg-color: CanvasText;
    --comment-count-bg-color: Canvas;
    --comment-indicator-active-fg-color: SelectedItem;
    --comment-indicator-focus-fg-color: CanvasText;
    --comment-indicator-hover-fg-color: CanvasText;
    --comment-indicator-selected-fg-color: SelectedItem;
    --button-comment-bg: ButtonFace;
    --button-comment-color: ButtonText;
    --button-comment-active-bg: Highlight;
    --button-comment-active-color: HighlightText;
    --button-comment-border: 1px solid ButtonText;
    --button-comment-hover-bg: Highlight;
    --button-comment-hover-color: HighlightText;
    --link-fg-color: LinkText;
    --link-hover-fg-color: LinkText;
  }
}
.page[data-v-eeb06938] #editorCommentsSidebar {
  display: flex;
  height: auto;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: visible;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader .commentCount {
  display: flex;
  align-items: baseline;
  gap: 6px;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader .commentCount #editorCommentsSidebarTitle {
  font: menu;
  font-style: normal;
  font-weight: 590;
  line-height: normal;
  font-size: 17px;
  color: var(--comment-fg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader .commentCount #editorCommentsSidebarCount {
  padding: 0 4px;
  border-radius: 4px;
  background-color: var(--comment-count-bg-color);
  color: var(--comment-fg-color);
  text-align: center;
  font: menu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 4px;
  border: var(--button-comment-border);
  background-color: var(--button-comment-bg);
  cursor: pointer;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--comment-close-button-icon);
  mask-image: var(--comment-close-button-icon);
  background-color: var(--button-comment-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:hover {
  background-color: var(--button-comment-hover-bg);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:hover:before {
  background-color: var(--button-comment-hover-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:active {
  border: var(--button-comment-active-border);
  background-color: var(--button-comment-active-bg);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:active:before {
  background-color: var(--button-comment-active-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton:focus-visible {
  outline: var(--focus-ring-outline);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarHeader #editorCommentsSidebarCloseButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer {
  overflow: auto;
  width: 100%;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList {
  display: flex;
  width: auto;
  padding: 4px 16px;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  list-style-type: none;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment {
  display: flex;
  width: auto;
  padding: 8px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  border-radius: 8px;
  border: .5px solid var(--comment-border-color);
  background-color: var(--comment-bg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):hover {
  filter: var(--comment-hover-filter);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):hover {
    background-color: var(--comment-hover-bg-color);
  }
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):hover time:after {
  display: inline-block;
  background-color: var(--comment-indicator-hover-fg-color);
  filter: var(--comment-indicator-hover-filter);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):active {
  filter: var(--comment-active-filter);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):active {
    background-color: var(--comment-active-bg-color);
  }
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):active time:after {
  display: inline-block;
  background-color: var(--comment-indicator-active-fg-color);
  filter: var(--comment-indicator-active-filter);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):is(:focus, :focus-visible) time:after {
  display: inline-block;
  background-color: var(--comment-indicator-focus-fg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments):focus-visible {
  outline: 2px solid var(--comment-focus-outline-color);
  outline-offset: 2px;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments).selected .sidebarCommentText {
  max-height: fit-content;
  -webkit-line-clamp: unset;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment:not(.noComments).selected time:after {
  display: inline-block;
  background-color: var(--comment-indicator-selected-fg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment .sidebarCommentText {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  width: 100%;
  height: fit-content;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment .sidebarCommentText .richText {
  --total-scale-factor: 1.5;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment.noComments .sidebarCommentText {
  max-height: fit-content;
  -webkit-line-clamp: unset;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment.noComments a {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  margin-block-start: 15px;
  color: var(--link-fg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment.noComments a:focus-visible {
  outline: var(--focus-ring-outline);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment.noComments a:hover {
  color: var(--link-hover-fg-color);
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment time {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
}
.page[data-v-eeb06938] #editorCommentsSidebar #editorCommentsSidebarListContainer #editorCommentsSidebarList .sidebarComment time:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--comment-edit-button-icon);
  mask-image: var(--comment-edit-button-icon);
  transform: scaleX(var(--dir-factor));
}
.page[data-v-eeb06938] .commentPopup {
  color-scheme: light dark;
  --divider-color: light-dark(#cfcfd8, #3a3944);
  --comment-shadow: 0 .5px 2px 0 light-dark(rgb(0 0 0 / .05), rgb(0 0 0 / .2)), 0 4px 16px 0 light-dark(rgb(0 0 0 / .1), rgb(0 0 0 / .4));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 100001;
  pointer-events: auto;
  margin-top: 2px;
  border: .5px solid var(--comment-border-color);
  background: var(--comment-bg-color);
  box-shadow: var(--comment-shadow);
}
@media screen and (forced-colors: active) {
  .page[data-v-eeb06938] .commentPopup {
    --divider-color: CanvasText;
    --comment-shadow: none;
  }
}
.page[data-v-eeb06938] .commentPopup:focus-visible {
  outline: none;
}
.page[data-v-eeb06938] .commentPopup.dragging,
.page[data-v-eeb06938] .commentPopup.dragging * {
  cursor: move !important;
}
.page[data-v-eeb06938] .commentPopup.dragging button {
  pointer-events: none !important;
}
.page[data-v-eeb06938] .commentPopup:not(.selected) .commentPopupButtons {
  visibility: hidden !important;
}
.page[data-v-eeb06938] .commentPopup hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid var(--divider-color);
  margin: 0;
  padding: 0;
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 4px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupTime {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
  color: var(--comment-date-fg-color);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons {
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: default;
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: var(--button-comment-border);
  border-radius: 4px;
  background-color: var(--button-comment-bg);
  color: var(--button-comment-color);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:hover {
  background-color: var(--button-comment-hover-bg);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:hover:before {
  background-color: var(--button-comment-hover-color);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:active {
  border: var(--button-comment-active-border);
  background-color: var(--button-comment-active-bg);
  color: var(--button-comment-active-color);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:active:before {
  background-color: var(--button-comment-active-color);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:focus-visible {
  background-color: var(--button-comment-hover-bg);
  outline: 2px solid var(--comment-focus-outline-color);
  outline-offset: 0;
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button.commentPopupEdit:before {
  -webkit-mask-image: var(--comment-popup-edit-button-icon);
  mask-image: var(--comment-popup-edit-button-icon);
}
.page[data-v-eeb06938] .commentPopup .commentPopupTop .commentPopupButtons > button.commentPopupDelete:before {
  -webkit-mask-image: var(--comment-popup-delete-button-icon);
  mask-image: var(--comment-popup-delete-button-icon);
}
.page[data-v-eeb06938] .commentPopup .commentPopupText {
  width: 100%;
  height: auto;
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  color: var(--comment-fg-color);
}
.page[data-v-eeb06938] .commentPopupText,
.page[data-v-eeb06938] .sidebarCommentText .richText {
  margin-block: 0;
}
.page[data-v-eeb06938] .commentPopupText p:first-of-type,
.page[data-v-eeb06938] .sidebarCommentText .richText p:first-of-type {
  margin-block: 0;
}
.page[data-v-eeb06938] .commentPopupText > *,
.page[data-v-eeb06938] .sidebarCommentText .richText > * {
  white-space: pre-wrap;
  font-size: max(15px, calc(10px * var(--total-scale-factor)));
  overflow-wrap: break-word;
}
.page[data-v-eeb06938] .commentPopupText span,
.page[data-v-eeb06938] .sidebarCommentText .richText span {
  color: var(--comment-fg-color) !important;
}
.page[data-v-eeb06938] .commentPopupIcon:before,
.page[data-v-eeb06938] .commentPopupIcon:hover:before {
  background-color: #fff !important;
}
:root {
  --freetext-line-height: 1.35;
  --freetext-padding: 2px;
  --outline-width: 2px;
}
.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ThemenSidebar.vue?type=style&index=0 */
.slide-down-enter-active[data-v-dd74f88d],
.slide-down-leave-active[data-v-dd74f88d] {
  transition: opacity 0.3s ease;
}
.slide-down-enter-from[data-v-dd74f88d],
.slide-down-leave-to[data-v-dd74f88d] {
  opacity: 0;
}
.overlay-enter-active[data-v-dd74f88d],
.overlay-leave-active[data-v-dd74f88d] {
  transition: opacity 0.2s ease;
}
.overlay-enter-from[data-v-dd74f88d],
.overlay-leave-to[data-v-dd74f88d] {
  opacity: 0;
}
.overlay-enter-active .relative[data-v-dd74f88d],
.overlay-leave-active .relative[data-v-dd74f88d] {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.overlay-enter-from .relative[data-v-dd74f88d],
.overlay-leave-to .relative[data-v-dd74f88d] {
  transform: translateY(-10px);
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolChatInterface.vue?type=style&index=0 */
.safe-bottom[data-v-5410e4b1] {
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .safe-bottom[data-v-5410e4b1] {
    padding-bottom: 0.75rem;
  }
}
.chat-input[data-v-5410e4b1] {
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.chat-input[data-v-5410e4b1]::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.slide-up-enter-active[data-v-5410e4b1] {
  transition: all 0.3s ease-out;
}
.slide-up-leave-active[data-v-5410e4b1] {
  transition: all 0.2s ease-in;
}
.slide-up-enter-from[data-v-5410e4b1] {
  transform: translate(-50%, 20px);
  opacity: 0;
}
.slide-up-leave-to[data-v-5410e4b1] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProjectTaskImportModal.vue?type=style&index=0 */
.fade-enter-active[data-v-f6fd91ff],
.fade-leave-active[data-v-f6fd91ff] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-f6fd91ff],
.fade-leave-to[data-v-f6fd91ff] {
  opacity: 0;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProjectTaskSheet.vue?type=style&index=0 */
.backdrop-enter-active[data-v-88810e28],
.backdrop-leave-active[data-v-88810e28] {
  transition: opacity 0.3s ease;
}
.backdrop-enter-from[data-v-88810e28],
.backdrop-leave-to[data-v-88810e28] {
  opacity: 0;
}
.slide-up-enter-active[data-v-88810e28] {
  transition: transform 0.3s ease-out;
}
.slide-up-leave-active[data-v-88810e28] {
  transition: transform 0.2s ease-in;
}
.slide-up-enter-from[data-v-88810e28],
.slide-up-leave-to[data-v-88810e28] {
  transform: translateY(100%);
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/ProtocolView.vue?type=style&index=0 */
.h5[data-v-269dea8f] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.task-item[data-v-269dea8f] {
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-269dea8f]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
  background-color: inherit !important;
}
.filter-tag[data-v-269dea8f] {
  @apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;
  @apply bg-blue-100 text-blue-800 border border-blue-200;
  @apply hover:bg-blue-200 transition-colors;
}
.filter-label[data-v-269dea8f] {
  @apply mr-2;
}
.filter-remove[data-v-269dea8f] {
  @apply ml-1 text-blue-600 hover:text-blue-800 font-bold cursor-pointer;
  @apply w-4 h-4 flex items-center justify-center rounded-full hover:bg-blue-200;
  font-size: 14px;
}

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/TaskView.vue?type=style&index=0 */

/* sfc-style:/tmp/build_8ace9663/app/javascript/vue/components/MediaGallery.vue?type=style&index=0 */
.media-gallery[data-v-f0519616] {
  padding-bottom: 3rem;
  min-height: 60vh;
}
@media (min-width: 768px) {
  .media-gallery[data-v-f0519616] {
    padding-bottom: 4rem;
  }
}
/*# sourceMappingURL=/assets/vue/main-tasks-6379be5d.css.map */
