.ddw-wizard-wrapper {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px 24px;
  max-width: 700px;
  margin: 0 auto 24px;
  flex-direction: column;
  gap: 20px;
}
#page {
  padding-top: 0 !important;
}
.site-content {
  padding-bottom: 2.8% !important;
}
@media only screen and (max-width: 768px) {
  .ddw-wizard-wrapper {
    padding: 0px;
  }
  .ddw-wizard-card {
    padding: 30px 15px !important;
  }
  .cflxcls {
    display: block !important;
  }
  .ddw-step h2 {
    font-size: 24px !important;
  }
  .ddw-home-intro {
    padding: 20px 15px 0;
  }
  .ddw-home-intro h1 {
    font-size: 22px;
  }
  .ddw-home-intro p {
    font-size: 15px;
    text-align: left;
  }
  .ddw-btn {
    padding: 8px 28px !important;
  }
}
.ddw-wizard-wrapper:has(#step-register.active),
.ddw-wizard-wrapper:has(#step-confirm-user.active) {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: max-content !important;
}
.ddw-wizard-card:has(#step-register.active) {
  max-width: max-content !important;
}
.ddw-home-intro {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 8px;
}
.ddw-home-intro h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #033e5f;
  margin: 0 0 16px;
  line-height: 1.25;
}
.ddw-home-intro sup {
  font-size: 0.55em;
  line-height: 0;
  vertical-align: super;
}
.ddw-home-intro p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.ddw-wizard-wrapper:not(:has(#step-1.active)) .ddw-home-intro {
  display: none;
}
.ddw-wizard-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  /* box-shadow: 0 -6px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23); */
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  width: 100%;
  max-width: 700px;
}
.ddw-step {
  display: none;
}
.ddw-step.active {
  display: block;
}
.ddw-step h2 {
  margin-bottom: 25px;
  font-size: 28px;
  text-align: center;
}
.ddw-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.ddw-btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  background: #033e5f;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.ddw-btn:hover,
.ddw-btn:focus {
  background: #01588c;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.ddw-primary {
  background: #033e5f;
  color: #FFFFFF;
  fill: #FFFFFF;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.ddw-primary:hover,
.ddw-primary:focus {
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #01588c;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

.ddw-secondary {
  background: #033e5f;
  color: #FFFFFF;
}
.ddw-secondary:hover,
.ddw-secondary:focus {
  background: #01588c;
  color: #FFFFFF;
}
.ddw-step label {
  display: block;
  margin-bottom: 1px;
  margin-top: 8px;
  font-weight: 600;
}
.ddw-step input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.ddw-back-wrap {
  margin-bottom: 25px;
}
.ddw-back-btn {
  padding: 6px 13px;
  background: #033e5f;
  color: #FFFFFF;
}
.ddw-back-btn:hover,
.ddw-back-btn:focus {
  background: #01588c;
  color: #FFFFFF;
}
.btn-search {
  display: block;
  margin: 20px auto 0;
}
.mobile-navigation {
  display: none !important;
}
.auth-row {
  text-align: center;
}

.logout-btn {
  display: block;
  width: fit-content;
  margin: 10px auto 0px auto;
  text-align: center;
  padding: 10px 15px;
  background: #033e5f;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
}

.logout-btn:hover,
.logout-btn:focus {
  background: #01588c;
  color: #FFFFFF;
}

.info-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
  border-bottom: none;
}

.info-row .label {
  font-weight: 600;
  color: #333;
}

.info-row .value {
  color: #666;
  word-break: break-word;
}

@media (max-width: 425px) {
  .info-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.custom-login-sec a:hover,
.custom-login-sec a:focus,
.custom-login-sec a:active {
  color: #01588c;
  text-decoration: underline;
}
.site-header .site-identity {
  text-align: center;
  padding: 20px 0 15px !important;
}
.site-header .site-title-wrap {
  max-width: none !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
  text-align: center;
  margin: 0 auto;
}
.site-header a.custom-logo-link {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  line-height: 0;
  margin: 0 auto;
}
.site-header a.custom-logo-link img.custom-logo,
.site-header img.custom-logo {
  display: block !important;
  width: 251px !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 386 / 133 !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center;
}
@media (max-width: 768px) {
  .site-header .site-identity {
    padding: 12px 0 15px !important;
  }
  .site-header a.custom-logo-link img.custom-logo,
  .site-header img.custom-logo {
    width: 100% !important;
    height: auto !important;
    max-width: 251px !important;
    aspect-ratio: 386 / 133 !important;
  }
}
.req {
  color: #c00;
}
.ddw-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ddw-checkbox-row input[type="checkbox"] {
  margin-top: 14px;
  width: fit-content;
}
.ddw-required-note {
  font-size: 0.85em;
  color: #555;
}
.ddw-autocomplete-results {
  border: 1px solid #ccc;
  border-top: none;
  max-height: 180px;
  overflow-y: auto;
  background: #fff;
  position: relative;
  z-index: 10;
}
.ddw-autocomplete-results div {
  padding: 6px 10px;
  cursor: pointer;
}
.ddw-autocomplete-results div:hover {
  background: #f0f0f0;
}
#addressFields {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex !important;
  flex-direction: column !important;
}
#page {
  flex: 0 0 auto;
}
.site-footer {
  overflow: visible !important;
  margin-top: auto !important;
  flex: 1 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  background: #f2f2f2 !important;
  box-sizing: border-box;
}
.site-footer > .container {
  width: 100%;
}
.site-footer .footer-bottom {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}
.ddw-footer-help {
  display: block !important;
  margin: 0 0 0 auto;
  max-width: 58%;
  text-align: right !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5;
  color: #272c30 !important;
  visibility: visible !important;
}
.site-footer .ddw-footer-help a,
.ddw-footer-help a {
  color: #033e5f !important;
  font-weight: 700;
  text-decoration: none;
}
.site-footer .ddw-footer-help a:hover,
.site-footer .ddw-footer-help a:focus,
.ddw-footer-help a:hover,
.ddw-footer-help a:focus {
  color: #01588c !important;
  text-decoration: underline;
}
.site-footer .ddw-footer-help a:active,
.ddw-footer-help a:active {
  color: #01588c !important;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }
  .ddw-footer-help {
    max-width: 100%;
    margin-top: 12px;
    text-align: right !important;
  }
}
.ddw-privacy-link {
  color: #033e5f !important;
  font-weight: 700;
  text-decoration: underline;
}
.ddw-privacy-link:hover,
.ddw-privacy-link:focus {
  color: #01588c !important;
}
.ddw-privacy-link:active {
  color: #01588c !important;
}
