@charset "UTF-8";
.uppy-container {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #D1DBE5;
}
.uppy-container h2 {
  font-size: 18px;
  color: #1A2B3C;
  margin-bottom: 20px;
}

.event-info-section {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 8px;
  background-color: #F8FAFB;
}
.event-info-section h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1A2B3C;
}
.event-info-section p {
  margin: 0;
  line-height: 1.6;
  color: #4A5F73;
}
.event-info-section ul {
  margin: 0;
  padding-left: 20px;
  color: #4A5F73;
}
.event-info-section li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.event-info-section:empty {
  display: none;
}

.important-notes {
  background-color: #FFF0F1;
  border: 2px solid #E63946;
}
.important-notes h3 {
  color: #E63946;
}
.important-notes,
.important-notes p,
.important-notes li {
  color: #E63946;
}

.required {
  color: #dc3545;
  font-weight: bold;
  margin-left: 2px;
}

.progress-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 20px;
  background: #F8FAFB;
  border-radius: 12px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.progress-step .step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #D1DBE5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #8B9CAD;
  font-size: 16px;
  transition: all 0.3s ease;
}
.progress-step .step-label {
  margin-top: 8px;
  font-size: 13px;
  color: #4A5F73;
  font-weight: 500;
}
.progress-step.active .step-circle {
  border-color: #AE022D;
  background: #AE022D;
  color: white;
}
.progress-step.completed .step-circle {
  border-color: #28a745;
  background: #28a745;
  color: white;
}
.progress-step.completed .step-circle::after {
  content: "✓";
  font-size: 20px;
}
.progress-step.completed .step-label {
  color: #28a745;
}

.progress-line {
  flex: 1;
  height: 3px;
  background: #D1DBE5;
  margin: 0 12px;
  max-width: 80px;
  position: relative;
  top: -12px;
}
.progress-line.completed {
  background: #28a745;
}

.upload-status-alert {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.upload-status-alert .alert-icon {
  font-size: 20px;
}
.upload-status-alert .alert-text {
  color: #856404;
  font-size: 14px;
  font-weight: 500;
}
.upload-status-alert.ready {
  background: #d4edda;
  border-color: #28a745;
}
.upload-status-alert.ready .alert-icon {
  content: "✅";
}
.upload-status-alert.ready .alert-text {
  color: #155724;
}

.hidden {
  display: none;
}

.site-closed-container {
  text-align: center;
  padding: 60px 20px;
}
.site-closed-container h1 {
  margin-bottom: 30px;
}

.site-closed-message {
  background: #F8FAFB;
  border-left: 4px solid #AE022D;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
}
.site-closed-message p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.uppy-helper-text.valid {
  color: #28a745;
}

.uppy-helper-text.invalid {
  color: #E63946;
}
/*# sourceMappingURL=index.css.map */
