@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(180deg, #81C784, #4CAF50);
  color: #333;
  line-height: 1.6;
}
.order-card {
  max-width: 600px;
  margin: 40px auto;
  border: 0;
  border-top: 4px solid #4CAF50;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.08);
  background-color: #fff;
  overflow: hidden;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><circle cx="10" cy="10" r="1.5" fill="%23e8e8e8"/><circle cx="40" cy="25" r="1.5" fill="%23e8e8e8"/><line x1="15" y1="5" x2="35" y2="15" stroke="%23e8e8e8" stroke-width="0.5"/><line x1="20" y1="45" x2="40" y2="35" stroke="%23e8e8e8" stroke-width="0.5"/></svg>');
  background-repeat: repeat;
}
.shirt-image {
  width: 100%;
  height: auto;
  background-color: #eee;
}
#design-image {
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#design-image:hover {
  opacity: 0.85;
}
.card-body {
  padding: 2.5rem;
}
#event-name {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2a3042;
}
.form-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-section-title i {
  font-size: 1.25rem;
  color: #4CAF50;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.tooltip-icon {
  font-size: 0.9rem;
  color: #888;
  cursor: help;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.tooltip-icon:hover {
  color: #000;
  background-color: #f0f0f0;
  border-color: #aaa;
}
.form-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.form-control,
.form-select {
  font-size: 1rem;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #fdfdfd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #aaa;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f4f4f4;
  opacity: 0.7;
}
.form-control:focus,
.form-select:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 0.25rem rgb(85 110 230 / 0.25);
  background-color: #fff;
}
#proof_file {
  display: none;
}
.file-upload-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 1rem;
  border: 2px dashed #ced4da;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.file-upload-label:hover {
  background-color: #f1f3f5;
  border-color: #b0b9c2;
}
.file-upload-label::before {
  content: "📤";
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #4CAF50;
}
.file-upload-label span {
  display: block;
  font-weight: 600;
  color: #4CAF50;
}
.file-upload-label small {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
}
#file-name-preview {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 0.75rem;
  font-style: italic;
  color: #0f5132;
}
#submitButton {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.85rem;
  color: #fff;
  background-color: #4CAF50;
  background-image: linear-gradient(180deg, #81C784, #4CAF50);
  border: 1px solid #4CAF50;
  box-shadow: 0 4px 10px rgb(85 110 230 / 0.3);
  transition: all 0.2s ease-in-out;
}
#submitButton:hover {
  background-color: #81C784;
  background-image: linear-gradient(180deg, #4CAF50, #81C784);
  border-color: #81C784;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgb(85 110 230 / 0.4);
}
#submitButton:disabled {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  background-image: none;
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}
.loading-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  font-size: 1.2rem;
  color: #6c757d;
}
#form-message .alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}
#form-message .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
  .order-card {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
  }
  .card-body {
    padding: 1.5rem;
  }
  #event-name {
    font-size: 1.5rem;
  }
}
.mb-3:has(input[required]) > .form-label::after,
.mb-3:has(textarea[required]) > .form-label::after,
.mb-3:has(select[required]) > .form-label::after {
  content: " *";
  color: #f46a6a;
  font-weight: 700;
}
.form-check {
  font-size: 0.9rem;
  color: #555;
}
.form-check-input {
  cursor: pointer;
}
.form-check-label {
  cursor: pointer;
}
.form-check-label a {
  text-decoration: none;
  font-weight: 600;
  color: #4CAF50;
}
.form-check-label a:hover {
  text-decoration: underline;
}
.form-text.text-muted {
  font-size: 0.6rem;
}
.form-success-message {
  text-align: center;
}
.form-success-title {
  color: #198754;
  font-weight: 700;
}
.form-success-subtitle {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.form-success-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.alert-points {
  background-color: #eef8ff;
  border-color: #d1ecff;
  color: #198754;
  border-radius: 0.5rem;
}
.alert-points .alert-heading {
  font-weight: 600;
}
.alert-points hr {
  border-top: 1px solid #b6defc;
}
.alert-points .points-link {
  font-weight: 600;
  text-decoration: none;
  color: #198754;
}
.alert-points .points-link:hover {
  text-decoration: underline;
}
.alert-points .points-link i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.1rem;
}
.fake-recaptcha-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 12px 15px;
  max-width: 300px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}
.fake-recaptcha-checkbox {
  margin-right: 12px;
  flex-shrink: 0;
}
.fake-recaptcha-checkbox .form-check-input {
  border: 2px solid #c1c1c1;
  cursor: pointer;
}
.fake-recaptcha-label {
  flex-grow: 1;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
}
.fake-recaptcha-label label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
}
.fake-recaptcha-logo {
  text-align: center;
  color: #555;
  flex-shrink: 0;
  padding-left: 10px;
}
.fake-recaptcha-logo .logo-text {
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: 4px;
}
.fake-recaptcha-logo .logo-subtext {
  display: block;
  font-size: 8px;
  font-family: "Roboto", sans-serif;
}
.btn-primary {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.85rem;
  color: #ffffff !important;
  background-color: #4CAF50;
  background-image: linear-gradient(180deg, #81C784, #4CAF50);
  border: 1px solid #4CAF50;
  box-shadow: 0 4px 10px rgb(85 110 230 / 0.3);
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #81C784;
  background-image: linear-gradient(180deg, #4CAF50, #81C784);
  border-color: #81C784;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgb(85 110 230 / 0.4);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff !important;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  background-image: none;
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #81C784;
  border-color: #81C784;
  background-image: linear-gradient(180deg, #4CAF50, #81C784);
  box-shadow: 0 6px 15px rgb(85 110 230 / 0.4),
    0 0 0 0.25rem rgb(116 134 232 / 0.5);
}
#event-name {
  color: #4CAF50;
  background-image: linear-gradient(90deg, #6a8eff, #4CAF50, #6a8eff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
  font-weight: 700;
  text-transform: uppercase;
  animation: animated-text-gradient 3s linear infinite;
}
@keyframes animated-text-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.form-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: -5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#event-deadline {
  color: #6c757d; 
  font-weight: 400; 
  font-size: 0.9rem; 
  margin-top: -5px; 
  margin-bottom: 20px; 
  text-transform: uppercase;
  letter-spacing: 0.5px;
}