.bg-white {
  background: #fff;
}

/* jQuery Validation Plugin Styles */

/* Required indicator */
.required {
  color: #dc3545;
  font-weight: bold;
  margin-left: 3px;
}

/* Error input styling */
/*.wpcf7-form-control-error {
  border: 2px solid #dc3545 !important;
  background-color: #fff5f5;
}

.wpcf7-form-control-error:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}*/

/* Error message styling */
.error.wpcf7-error {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  /*margin-bottom: 10px;
  display: block;
  padding: 8px 12px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  border-left: 4px solid #dc3545;*/
  font-weight: 500;
}

/* Validation summary */
.form-response-message.error {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border-left: 4px solid #dc3545 !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  margin-top: 15px !important;
  display: block !important;
}

/* Alert Styles */
.alert {
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border-left: 4px solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-color: #28a745;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.alert button.close {
  position: relative;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* Password Input Styles */
.password-wrapper {
  position: relative;
}

.password-toggle-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #666;
  user-select: none;
  padding: 5px;
}

.password-toggle-icon:hover {
  color: #333;
}

.password-wrapper input {
  padding-right: 40px;
}


.contact-form-info-wrapper input {
  width: 100%;
}

.contact-form-info-wrapper {
  margin-top: 14px;
}

.form-container-hoa-member {
  background: #eff1ed;
  padding-bottom: 60px;
}

.form-container-hoa-member .contact-form-wrapper {
  max-width: 35%;
  margin: -80px auto 0;
  position: relative;
}

.contact-form-wrapper small {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.contact-form-wrapper p {
  font-size: 14px;
}

.secondary-button {
  padding: 16px 40px !important;
}

.common-heading {
  font-size: 40px !important;
  line-height: 52px !important;
}

.copyright-text-form {
  text-align: center;
  margin-top: 46px;
  color: #4e5247;
  opacity: 0.6;
}

button#popup-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 34px;
  cursor: pointer;
}

#popup-get-started .secondary-button {
  display: block;
  margin: 20px auto 0;
}

.form-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(138 143 130 / 60%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-loader-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #ba8b57;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

input#phone::placeholder {
  font-size: 10px;
  color: rgb(0 0 0 / 40%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-privacy-content p {
  color: rgb(0 0 0 / 70%) !important;
  text-align: center;
  font-family: "Readex Pro" !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150% !important;
  margin-top: 20px !important;
}

.form-privacy-content a {
  text-decoration-line: underline;
}
