/* Bootstrap でカバーできない部分だけをここで補う。
   基本の配色・カード・ボタン・テーブル・アラートは Bootstrap 標準に委ねる。 */

.dropzone {
  border: 2px dashed #d8dee6;
  border-radius: 10px;
  transition: border-color 0.15s, background 0.15s;
}

.dropzone.dragover {
  border-color: #0d6efd;
  background: rgba(13, 110, 253, 0.05);
}

.progress-bar {
  transition: width 0.15s ease;
}

th.sortable {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.sort-indicator {
  display: inline-block;
  width: 1em;
  color: #6c757d;
}
