.upload-drop-shell {
  height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px dashed rgb(203 213 225);
  background: #fff;
  box-sizing: border-box;
}

#uppy-dashboard {
  height: 100%;
}

.upload-drop-shell .uppy-Dashboard,
.upload-drop-shell .uppy-Root,
.upload-drop-shell .uppy-Dashboard-inner {
  height: 100% !important;
  min-height: 0 !important;
  border: none !important;
  background: #fff !important;
}

.upload-drop-shell .uppy-Dashboard-AddFiles {
  border: none !important;
  margin: 0 !important;
}

.upload-dataset-summary {
  border-width: 2px;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.upload-dataset-summary--ready {
  border-color: rgb(16 185 129);
  background: rgb(236 253 245);
}

.upload-dataset-summary--ready .upload-readiness-indicator {
  background: rgb(5 150 105);
}

.upload-dataset-summary--blocked,
.upload-dataset-summary--error {
  border-color: rgb(239 68 68);
  background: rgb(254 242 242);
}

.upload-dataset-summary--blocked .upload-readiness-indicator,
.upload-dataset-summary--error .upload-readiness-indicator {
  background: rgb(220 38 38);
}

.upload-readiness-indicator {
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  align-self: stretch;
}

.upload-dataset-info {
  padding-bottom: 0.125rem;
}

.upload-dataset-start {
  margin-top: 1.25rem;
  padding: 1.125rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(15 23 42 / 0.12);
  background: rgb(255 255 255 / 0.72);
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 0.06);
}

.upload-dataset-summary--ready .upload-dataset-start {
  border-color: rgb(5 150 105 / 0.35);
  background: rgb(255 255 255 / 0.92);
}

.upload-dataset-summary--blocked .upload-dataset-info {
  padding-bottom: 0;
}

.upload-dataset-summary--error .upload-dataset-info {
  padding-bottom: 0;
}

.upload-drop-shell .uppy-Dashboard-AddFiles-info {
  display: none !important;
}
