/* line 56, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-shadow: none !important;
}
/* line 63, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel .messages__body,
.annotation-panel .messages__content,
.annotation-panel .scrollbar-inner,
.annotation-panel .messages__item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}
/* line 70, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel .messages__item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
}
/* line 76, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel .messages__details.w-100 {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
/* line 84, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
}
/* line 92, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-panel.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 -13px;
  border: 2px solid #d4dfeb;
  border-top-color: #2b73d2;
  border-radius: 50%;
  animation: annotation-spin .7s linear infinite;
  z-index: 4;
}

/* line 109, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer {
  padding: 8px 8px 0;
}
/* line 112, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer.is-loading {
  opacity: .75;
}
/* line 116, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 122, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__upload, .annotation-composer__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 2px 2px 0 0;
  position: relative;
  transition: transform 0.15s ease, background-color 0.15s ease;
}
/* line 133, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__upload:hover, .annotation-composer__send:hover {
  transform: translateY(-1px);
}
/* line 138, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__upload {
  background: #eef5ff;
  color: #2b73d2;
  font-size: 18px;
}
/* line 144, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__send {
  background: #7f8c9a;
  color: #fff;
}
/* line 149, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #1e88e5;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
/* line 164, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer__message {
  flex: 1 1 auto;
  min-width: 0;
}
/* line 169, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-composer .annotation-composer__message {
  height: 40px;
  min-height: 40px;
}

/* line 175, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-files-list {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
/* line 181, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-files-list.has-items {
  display: flex;
}

/* line 186, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid #e1e8f0;
  border-radius: 2px 2px 0 0;
  background: #f4f7fb;
  color: #5f6b7a;
}
/* line 197, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-file-chip__icon {
  color: #1e88e5;
}
/* line 201, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-file-chip__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}
/* line 207, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-file-chip__remove {
  border: 0;
  background: transparent;
  color: #97a3af;
  padding: 0;
  line-height: 1;
}

/* line 216, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
/* line 221, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__author {
  margin-bottom: 6px;
  color: #4d5b6b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 229, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__message {
  margin-bottom: 10px;
  border-radius: 2px 2px 0 0 !important;
  max-width: 100%;
  overflow-wrap: anywhere;
}
/* line 236, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__meta {
  display: block;
  color: #98a1ab;
}
/* line 241, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__delete {
  transition: color 0.18s ease;
}
/* line 244, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__delete:hover {
  color: #dc3545 !important;
}
/* line 248, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-entry__delete:focus {
  outline: none;
}

/* line 254, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachments {
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 8px;
}
/* line 263, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachments:has(.annotation-attachment-card) {
  display: flex;
}

/* line 268, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e5ebf2;
  border-radius: 2px 2px 0 0;
  background: #f8fafc;
}
/* line 282, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
  color: #2f4d6a;
  text-decoration: none;
}
/* line 292, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  background: #eaf3ff;
  color: #2b73d2;
}
/* line 305, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__icon-default, .annotation-attachment-card__icon-hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
/* line 314, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__icon-default {
  opacity: 1;
  transform: scale(1);
}
/* line 319, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__icon-hover {
  opacity: 0;
  transform: scale(0.92);
}
/* line 327, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card--previewable:hover .annotation-attachment-card__icon-default, .annotation-attachment-card--previewable:focus-within .annotation-attachment-card__icon-default {
  opacity: 0;
  transform: scale(1.08);
}
/* line 332, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card--previewable:hover .annotation-attachment-card__icon-hover, .annotation-attachment-card--previewable:focus-within .annotation-attachment-card__icon-hover {
  opacity: 1;
  transform: scale(1);
}
/* line 339, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}
/* line 347, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
/* line 353, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__meta {
  color: #8c99a6;
  font-size: 12px;
}
/* line 358, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__remove {
  flex: 0 0 auto;
  color: #9aa6b2;
  text-decoration: none;
  transition: color 0.18s ease;
}
/* line 364, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__remove:hover {
  color: #dc3545;
}
/* line 368, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.annotation-attachment-card__remove:focus {
  outline: none;
}

/* line 374, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal {
  --app-shell-action-size: 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2px 2px 0 0;
  background: #f5f7fa;
  color: #4d5b6b;
}
/* line 383, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__dialog {
  width: calc(100vw - 32px);
  max-width: calc(100vw - 32px) !important;
  height: calc(100vh - 1rem) !important;
  margin: 0.5rem auto !important;
}
/* line 390, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  padding: 12px 18px !important;
  border-bottom: 0;
  background: #f5f7fa;
  color: #4d5b6b;
}
/* line 402, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__file {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
/* line 409, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__file-icon {
  color: #4d5b6b;
  font-size: 20px;
}
/* line 414, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d5b6b;
  font-size: 15px;
  font-weight: 500;
}
/* line 422, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
}
/* line 429, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header .app-modal__close {
  flex: 0 0 var(--app-shell-action-size);
  height: var(--app-shell-action-size);
  width: var(--app-shell-action-size);
}
/* line 435, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
/* line 444, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header-actions + .app-modal__close {
  margin-left: 0 !important;
}
/* line 448, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header .app-modal__header-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--app-button-radius, 9px);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  flex: 0 0 var(--app-shell-action-size);
  font-size: 20px;
  height: var(--app-shell-action-size);
  justify-content: center;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
  width: var(--app-shell-action-size);
}
/* line 469, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header .app-modal__header-action:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  outline: 0;
}
/* line 475, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal .app-modal__header .app-modal__header-action:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
  color: #fff !important;
  outline: 0;
}
/* line 482, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  width: 38px;
  height: 38px;
  color: #6c7a89;
  font-size: 24px;
  transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
/* line 491, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__icon-button:hover, .attachment-preview-modal__icon-button:focus {
  background: rgba(43, 115, 210, 0.08);
  color: #2b73d2;
  text-decoration: none;
}
/* line 498, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__icon-button--close {
  margin-left: -8px;
  min-width: 38px;
}
/* line 504, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__viewport {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
/* line 511, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 !important;
  position: relative;
  background: #eef3f8;
}
/* line 519, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__frame-wrap, .attachment-preview-modal__frame, .attachment-preview-modal__image-wrap, .attachment-preview-modal__video-wrap {
  width: 100%;
  height: 100%;
}
/* line 527, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__frame-wrap, .attachment-preview-modal__frame {
  display: block;
}
/* line 532, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__frame-wrap, .attachment-preview-modal__image-wrap, .attachment-preview-modal__video-wrap {
  overflow: auto;
}
/* line 538, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__frame {
  border: 0;
  background: #fff;
  opacity: 0;
  transform-origin: top center;
  transition: opacity .2s ease;
}
/* line 545, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__frame.is-ready {
  opacity: 1;
}
/* line 550, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
/* line 557, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform-origin: center center;
  transition: transform 0.15s ease;
}
/* line 565, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__image--draggable {
  cursor: grab;
  touch-action: none;
  user-select: none;
}
/* line 571, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__image--dragging {
  cursor: grabbing;
  transition: none;
}
/* line 577, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #111;
}
/* line 587, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* line 594, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__video-error {
  max-width: 560px;
  margin: 0;
  color: #fff;
  text-align: center;
}
/* line 601, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #eef3f8;
  color: #5f6b7a;
}
/* line 614, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__loading-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid #d4dfeb;
  border-top-color: #2b73d2;
  border-radius: 50%;
  animation: annotation-spin .7s linear infinite;
}
/* line 623, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__loading-text {
  font-size: 14px;
  font-weight: 500;
}
/* line 628, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__footer {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 18px 16px;
  background: #f5f7fa;
}
/* line 636, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #e7edf5;
}
/* line 645, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-button, .attachment-preview-modal__zoom-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4d5b6b;
  font-weight: 600;
}
/* line 657, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-button:hover, .attachment-preview-modal__zoom-label:hover {
  background: rgba(43, 115, 210, 0.08);
}
/* line 663, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
/* line 667, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-button:disabled:hover {
  background: transparent;
}
/* line 673, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-label {
  min-width: 72px;
  font-size: 14px;
}
/* line 677, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-label:disabled {
  opacity: .35;
}
/* line 680, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
.attachment-preview-modal__zoom-label:disabled:hover {
  background: transparent;
}

@keyframes annotation-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  /* line 695, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .annotation-composer__row {
    gap: 8px;
  }

  /* line 701, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .annotation-file-chip__name {
    max-width: 180px;
  }

  /* line 707, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__dialog {
    width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
    margin: 0;
  }
  /* line 714, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__header {
    align-items: flex-start;
    gap: 10px;
  }
  /* line 719, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__actions {
    margin-left: 0;
  }
  /* line 723, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__file {
    width: 100%;
  }
  /* line 727, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__file-name {
    max-width: calc(100vw - 170px);
  }
}
@media (min-width: 576px) {
  /* line 735, /workspaces/spa-3/app/assets/stylesheets/annotations.scss */
  .attachment-preview-modal__dialog {
    height: calc(100vh - 3.5rem) !important;
  }
}
