.tw-droppable-lg {
  min-height: 346px;
}
.tw-droppable-lg .thumbnail {
  max-height: 72px;
}
.tw-droppable-md {
  min-height: 315px;
}
.tw-droppable-md .thumbnail {
  max-height: 72px;
}
.tw-droppable-sm {
  min-height: 245px;
}
.tw-droppable-lg .btn:focus-visible,
.tw-droppable-md .btn:focus-visible,
.tw-droppable-sm .btn:focus-visible {
  outline: var(--ring-outline-color) solid var(--ring-outline-width);
  outline-offset: var(--ring-outline-offset);
}
.upload-error-message {
  margin-top: 24px;
  margin-top: var(--padding-medium);
  border-top: 1px solid rgba(0,0,0,0.10196);
  border-top: 1px solid var(--color-border-neutral);
  text-align: start;
}
.upload-error-message .alert {
  min-width: 100px;
}
.np-theme-personal .droppable-dropping .droppable-complete-card {
  display: none;
}
