.main {
  background: #1a1a1a;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: 40px 20px;
}
.main img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .main {
    padding: 0px 0;
  }
}
.main .content {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .main .content {
    padding-top: 0px;
  }
}
.main .content .form-container {
  max-width: 1000px;
  margin: 0 auto;
  background: #2a2d37;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.main .content .form-container .header {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  padding: 60px 40px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.main .content .form-container .header .icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .content .form-container .header .icon svg {
  width: 40px;
  height: 40px;
  color: white;
}
.main .content .form-container .header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}
.main .content .form-container .header p {
  font-size: 16px;
  opacity: 0.9;
  margin: 0 0 24px 0;
  line-height: 1.6;
}
.main .content .form-container .header .date-info {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 16px;
}
.main .content .form-container .header .required-notice {
  font-size: 14px;
  color: #ff6b6b;
  text-align: right;
}
.main .content .form-container .form-sections {
  padding: 40px;
}
.main .content .form-container .form-sections .form-section {
  margin-bottom: 32px;
}
.main .content .form-container .form-sections .form-section .section-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  letter-spacing: -0.3px;
}
.main .content .form-container .form-sections .form-section .section-title .required {
  color: #ff6b6b;
  margin-right: 4px;
}
.main .content .form-container .form-sections .form-section .text-input {
  width: 100%;
  padding: 16px 20px;
  background: #383b47;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .content .form-container .form-sections .form-section .text-input::-webkit-input-placeholder {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .text-input::-moz-placeholder {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .text-input:-ms-input-placeholder {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .text-input::-ms-input-placeholder {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .text-input::placeholder {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .text-input:focus {
  outline: none;
  border-color: #6366f1;
  background: #404450;
  -webkit-box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
          box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.main .content .form-container .form-sections .form-section .date-input {
  width: 100%;
  padding: 16px 20px;
  background: #383b47;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.main .content .form-container .form-sections .form-section .date-input:focus {
  outline: none;
  border-color: #6366f1;
  background: #404450;
  -webkit-box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
          box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.main .content .form-container .form-sections .form-section .date-input::-webkit-calendar-picker-indicator {
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.main .content .form-container .form-sections .form-section .date-input::-webkit-datetime-edit {
  color: #ffffff;
}
.main .content .form-container .form-sections .form-section .date-input::-webkit-datetime-edit-text {
  color: #9ca3af;
}
.main .content .form-container .form-sections .form-section .date-input::-webkit-datetime-edit-month-field, .main .content .form-container .form-sections .form-section .date-input::-webkit-datetime-edit-day-field, .main .content .form-container .form-sections .form-section .date-input::-webkit-datetime-edit-year-field {
  color: #ffffff;
}
.main .content .form-container .form-sections .form-section .consent-text {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.main .content .form-container .form-sections .form-section .consent-table {
  background: #383b47;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4a4d5a;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row:last-child {
  border-bottom: none;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row .table-cell {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row .table-cell:first-child {
  background: #2a2d37;
  min-width: 180px;
  font-weight: 600;
  border-right: 1px solid #4a4d5a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row .table-cell:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .content .form-container .form-sections .form-section .consent-table .table-row .table-cell.highlight {
  color: #ff6b6b;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main .content .form-container .form-sections .form-section .consent-table .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .content .form-container .form-sections .form-section .consent-table .table-row .table-cell:first-child {
    border-right: none;
    border-bottom: 1px solid #4a4d5a;
    min-width: auto;
  }
}
.main .content .form-container .form-sections .form-section .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background: #383b47;
  border-radius: 8px;
}
.main .content .form-container .form-sections .form-section .checkbox-wrapper .checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  accent-color: #6366f1;
  cursor: pointer;
}
.main .content .form-container .form-sections .form-section .checkbox-wrapper label {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.4;
}
.main .content .form-container .form-sections .submit-btn {
  width: 200px;
  padding: 16px 32px;
  background: #6366f1;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 40px auto 0;
  letter-spacing: -0.3px;
}
.main .content .form-container .form-sections .submit-btn:hover {
  background: #5855eb;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
          box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}
.main .content .form-container .form-sections .submit-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .main .content .form-container {
    margin: 0 0px;
  }
  .main .content .form-container .header {
    padding: 40px 10px;
  }
  .main .content .form-container .header h1 {
    font-size: 24px;
  }
  .main .content .form-container .form-sections {
    padding: 30px 10px;
  }
}

input[type=date]::after,
input[type=datetime-local]::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}