body {
  background: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.mobile-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #dee2e6;
}

.mobile-header h6 {
  font-size: 1.1rem;
  font-weight: 600;
}
.back-icon {
  font-size: 1.2rem;
}

.mobile-header a {
  text-decoration: none;
}

.upload-icon-box {
  border: 2px dashed #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 10px;
}

.upload-icon-box:hover {
  background-color: #f1f1f1;
}

form .form-group label {
  font-weight: 500;
  font-size: 0.95rem;
}

.btn-block {
  width: 100%;
}
