/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/pages/_signup.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.duinav-hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

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

.field-error {
  display: none;
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 5px;
  font-weight: 500;
}

.form-note {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  margin-top: 15px;
  font-style: italic;
}

.form-input[aria-invalid=true] {
  border-color: #e74c3c;
  background-color: #fff8f8;
}

#user-type-error {
  margin-bottom: 15px;
  text-align: center;
}

.signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.signup-form {
  max-width: 500px;
  width: 100%;
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .signup-form {
    padding: 30px 25px;
    margin: 20px;
  }
}
.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .form-title {
    font-size: 1.5rem;
  }
}
.form-subtitle {
  color: #666;
  font-size: 1rem;
}

.registration-form select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23333%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.registration-form select.form-input::-ms-expand {
  display: none;
}

.registration-form select.form-input:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.registration-form select.form-input.error, .registration-form select.form-input[aria-invalid=true] {
  border-color: #f44336;
  background-color: #fff8f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23f44336%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/%3E%3C/svg%3E");
}

.registration-form select.form-input:hover:not(:focus):not(.error) {
  border-color: #949eb0;
}

.registration-form select.form-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.registration-form select.form-input option {
  padding: 10px;
}

.registration-form select.form-input option[value=""] {
  color: #999;
}

.registration-form .form-group {
  margin-bottom: 25px;
}

.registration-form .form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.registration-form .form-input {
  width: 100%;
  padding: 15px 18px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fafbfc;
  box-sizing: border-box;
}

.registration-form .form-input:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.registration-form .form-input.error {
  border-color: #f44336;
  background-color: #fff8f8;
}

.password-strength-indicator {
  margin-top: 10px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.password-strength-indicator.show-requirements .password-requirements {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}

.password-strength-indicator.error-shake {
  animation: shake 0.5s;
  border-color: #f44336;
  background-color: #fff8f8;
}

.password-strength-indicator.very-weak {
  border-color: #f44336;
  background-color: #fff8f8;
}

.password-strength-indicator.weak {
  border-color: #ff9800;
  background-color: #fff8f4;
}

.password-strength-indicator.fair {
  border-color: #ffc107;
  background-color: #fffcf0;
}

.password-strength-indicator.good {
  border-color: #8bc34a;
  background-color: #f7fcf0;
}

.password-strength-indicator.strong, .password-strength-indicator.very-strong {
  border-color: #4caf50;
  background-color: #f0f8f0;
}

.strength-bars {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.strength-bar {
  height: 4px;
  flex: 1;
  background: #e0e0e0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.strength-bar.active.very-weak {
  background: #f44336;
}

.strength-bar.active.weak {
  background: #ff9800;
}

.strength-bar.active.fair {
  background: #ffc107;
}

.strength-bar.active.good {
  background: #8bc34a;
}

.strength-bar.active.strong {
  background: #4caf50;
}

.strength-bar.active.very-strong {
  background: #2e7d32;
}

.strength-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  min-height: 20px;
}

.strength-text.very-weak {
  color: #f44336;
}

.strength-text.weak {
  color: #ff9800;
}

.strength-text.fair {
  color: #ffc107;
}

.strength-text.good {
  color: #8bc34a;
}

.strength-text.strong {
  color: #4caf50;
}

.strength-text.very-strong {
  color: #2e7d32;
}

.password-requirements {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.password-requirements li {
  padding: 4px 0;
  color: #666;
  position: relative;
  padding-left: 20px;
  transition: color 0.2s ease;
}

.password-requirements li:before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #ccc;
  font-weight: bold;
}

.password-requirements li.met {
  color: #4caf50;
}

.password-requirements li.met:before {
  content: "✓";
  color: #4caf50;
}

.user-type-selection {
  margin: 35px 0;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 2px solid #e9ecef;
}

.selection-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.checkbox-options {
  display: flex;
  gap: 15px;
}

@media (max-width: 768px) {
  .checkbox-options {
    flex-direction: column;
  }
}
.checkbox-option {
  flex: 1;
  position: relative;
}

.checkbox-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}

.checkbox-option input[type=checkbox]:checked + .checkbox-card {
  border-color: #667eea;
  background: #f4f6ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.checkbox-option input[type=checkbox]:checked + .checkbox-card::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.checkbox-option .checkbox-card {
  display: block;
  padding: 20px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}

.checkbox-option .checkbox-card:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.option-content .option-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.option-content .option-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 18px;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

.submit-btn.loading {
  position: relative;
  color: transparent;
}

.submit-btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s ease-in-out infinite;
}

.form-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.signup-link {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.signup-link a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.signup-link a:hover {
  color: #5a67d8;
  text-decoration: underline;
}

.message {
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-weight: 500;
}

.message.success {
  background: #d1f2eb;
  color: #0d6446;
  border: 2px solid #7dcea0;
}

.message.error {
  background: #fadbd8;
  color: #922b21;
  border: 2px solid #ec7063;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
}
.field-hint {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 4px;
  font-style: italic;
}

input[type=tel] {
  font-family: "Monaco", "Consolas", "Courier New", monospace;
  letter-spacing: 0.5px;
}

.form-input.error {
  border-color: #e74c3c !important;
  background-color: #fff8f8 !important;
  animation: shake 0.3s ease-in-out;
}

.message.error {
  background-color: #fee;
  border: 2px solid #f44336;
  color: #d32f2f;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  animation: slideDown 0.3s ease-out;
}

.message.error strong {
  display: block;
  margin-bottom: 8px;
}

.message.error ul {
  margin: 0;
  padding-left: 20px;
}

.message.error ul li {
  margin-bottom: 5px;
}

.field-error {
  display: none;
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 5px;
  font-weight: 500;
  animation: fadeIn 0.2s ease-out;
}

.field-error:not(:empty) {
  display: block;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=signup.css.map*/