.customer-history-folder-link.active {
  background-color: #1d4c7e !important;
  border-radius: 5px;
}

.customer-history-folder-input {
  border-color: #979797 !important;
}

.customer-history-folder-input:checked {
  background-color: #aed136 !important;
  opacity: 1 !important;
  --bs-form-check-bg-image: none !important;
}

.customer-history-folder-label {
  opacity: 1 !important;
}

/* Dropzone look & feel */
.kr-dropzone {
  border: 2px dotted #adb5bd; /* Bootstrap gray-500-ish */
  border-radius: 0.5rem;
  min-height: 160px;
  background-color: #f8f9fa; /* light bg */
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.kr-dropzone.kr-dragover {
  background-color: #eef6ff; /* subtle blue on drag */
  border-color: #1d4c7e; /* Bootstrap primary */
}

.kr-dropzone-icon {
  font-size: 55px; /* exact requirement */
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #1d4c7e; /* Bootstrap primary */
}

/* Make the whole box clickable on small screens */
.kr-dropzone a {
  text-decoration: underline;
}

.kr-progress-row {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #fff;
}
.kr-progress-row .kr-filename {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  word-break: break-word;
}
