.file-upload-content {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 24px;
  font-family: "DINRegular" !important;
}

.file-upload-content input {
  background-color: transparent;
}

.file-drop-box {
  border: 2px dashed #555;
  border-radius: 12px;
  padding: 32px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: "DINRegular" !important;
}

.upload-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #ccc;
}

.click-to-select {
  color: #f5484d;
  cursor: pointer;
  font-family: "DINRegular" !important;
}

.subtext {
  color: #aaa;
  margin-top: 8px;
  font-family: "DINRegular" !important;
}

.url-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2b2b2b;
  padding: 8px;
  border-radius: 8px;
  margin-top: 20px;
  font-family: "DINRegular" !important;
}

.url-icon {
  color: #ccc;
}

.url-input {
  color: #fff !important;
  font-family: "DINRegular" !important;
}

.preview-box p {
  background-color: #2b2b2b;
  padding: 12px;
  border-radius: 8px;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-family: "DINRegular" !important;
}

.file-upload-actions {
  justify-content: center;
  background-color: #1c1c1c;
  padding-bottom: 24px;
}

.done-btn {
  background-color: #b9ff66 !important;
  color: #000 !important;
}
.file-upload-actions button {
  font-family: "DINBold" !important;
}

p.error-msg {
  font-family: "DINRegular" !important;
}

button.cnl-button {
  background-color: #f5484d;
}
.no-focus-border input:focus {
  border: 0px !important;
}
