@charset "UTF-8";

/* apps/public-register/src/styles.scss */
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
* {
  box-sizing: border-box;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
* {
  text-underline-offset: 0.134em;
}
:root {
  --primary-base: #003e90;
  --primary-darker: #162655;
  --primary-alpha-10: rgba(71, 108, 255, 0.1);
  --bg-white-0: #ffffff;
  --bg-strong-950: #171717;
  --text-strong-950: #171717;
  --text-soft-400: #a3a3a3;
  --text-white-0: #ffffff;
  --static-static-white: #ffffff;
  --stroke-soft-200: #a3a3a3;
  --icon-white-0: #ffffff;
  --alpha-slate-alpha-16: rgba(153, 160, 174, 0.16);
  --error: #dc2626;
  --warning: #d97706;
  --success: #16a34a;
  --info: #2563eb;
  --spacing-12: 12px;
  --radius-10: 10px;
  --shadow-x-small: drop-shadow(0px 1px 2px rgba(10, 13, 20, 0.03));
  --focus-primary: 0 0 0 2px #fff, 0 0 0 4px rgba(71, 108, 255, 0.1);
  --focus-important: 0 0 0 2px #fff, 0 0 0 4px rgba(153, 160, 174, 0.16);
}
.mat-datepicker-content {
  background: white !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
.mat-datepicker-content .mat-calendar {
  font-family: "Inter", sans-serif;
}
.mat-datepicker-content .mat-calendar-header {
  padding: 8px 8px 0;
}
.mat-datepicker-content .mat-calendar-controls {
  margin-top: 0;
}
.mat-datepicker-content .mat-calendar-period-button {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #171717;
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  border-radius: 8px;
}
.mat-datepicker-content .mat-calendar-body-selected {
  background-color: #003e90;
  color: white;
}
.mat-datepicker-content .mat-calendar-body-in-range::before {
  background-color: rgba(0, 62, 144, 0.1);
}
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #003e90;
}
@media (max-width: 480px) {
  app-register .register-container,
  app-register .register-content,
  app-account-type,
  app-email-entry,
  app-verify-otp,
  app-create-password,
  app-personal-details,
  app-association-details,
  app-review-details {
    min-width: 0;
    max-width: 100%;
  }
  app-account-type .at-widget__body,
  app-email-entry .ee-widget__body,
  app-verify-otp .vo-widget__body,
  app-create-password .cp-widget__body,
  app-personal-details .pd-widget__body,
  app-association-details .ad-widget__body,
  app-review-details .rd-widget__body {
    padding: 24px 20px;
  }
  app-account-type .at-heading,
  app-email-entry .ee-heading,
  app-verify-otp .vo-heading,
  app-create-password .cp-heading,
  app-personal-details .pd-heading,
  app-association-details .ad-heading,
  app-review-details .rd-heading {
    font-size: 24px;
    line-height: 30px;
    overflow-wrap: anywhere;
  }
  app-verify-otp .vo-info__email,
  app-create-password .cp-info__value,
  app-review-details .rd-summary__value {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  app-account-type .at-footer,
  app-email-entry .ee-footer,
  app-verify-otp .vo-footer,
  app-create-password .cp-footer,
  app-personal-details .pd-footer,
  app-association-details .ad-footer,
  app-review-details .rd-footer {
    gap: 12px;
    padding: 16px 20px;
  }
  app-account-type .at-footer__continue,
  app-email-entry .ee-footer__send,
  app-verify-otp .vo-footer__verify,
  app-create-password .cp-footer__continue,
  app-personal-details .pd-footer__continue,
  app-association-details .ad-footer__continue,
  app-review-details .rd-footer__create {
    flex: 1 1 auto;
    min-width: 0;
    padding: 12px 16px;
    text-align: center;
  }
  app-verify-otp .vo-digits {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
  app-verify-otp .vo-digits .vo-digit-input {
    width: 100% !important;
    min-width: 0;
    flex-shrink: 1;
  }
  app-verify-otp .vo-digits .vo-digit-input .ds-input,
  app-verify-otp .vo-digits .vo-digit-input input {
    width: 100% !important;
    min-width: 0;
  }
  app-review-details .rd-summary__header {
    align-items: flex-start;
    gap: 8px;
  }
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 44px;
}
select.native-arrow {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-image: none;
  padding-right: 14px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-back,
.footer-cancel {
  background: transparent;
  border: none;
  color: #003e90;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.176px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.footer-back:hover,
.footer-cancel:hover {
  background: rgba(0, 62, 144, 0.06);
}
html {
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-icon-color: inherit;
}
.page-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1280px) {
  .page-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1024px) {
  .page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fcfcfc;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  max-width: 100vw;
}
body {
  font-family: "Inter", sans-serif;
}
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 768px) {
  input,
  textarea,
  select,
  [contenteditable] {
    font-size: 16px !important;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=range]),
textarea,
select {
  color: #171717;
}
input:not([type=checkbox]):not([type=radio]):not([type=range])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #a3a3a3;
  opacity: 1;
}
@media print {
  body {
    background: white !important;
  }
  app-site-header,
  app-site-footer {
    display: none !important;
  }
  body.printing-results {
    visibility: hidden;
  }
  body.printing-results app-search-results-panel,
  body.printing-results app-search-results-panel * {
    visibility: visible;
  }
  body.printing-results app-search-results-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.printing-results {
  }
  body.printing-results app-sort-filter-bar,
  body.printing-results app-pagination-control,
  body.printing-results .results-actions {
    display: none !important;
  }
}
html.native-app .app-shell {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}
html.native-app .app-shell::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: env(safe-area-inset-top);
  background: #0b0c0c;
  pointer-events: none;
}
html.native-app .portal-header .header-auth-group,
html.native-app .portal-header .header-nav {
  display: none;
}
html.native-app {
}
html.native-app .portal-header {
  padding: 10px 16px;
}
html.native-app {
}
html.native-app .icon-link {
  position: relative;
  width: auto;
  height: auto;
}
html.native-app .icon-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 44px;
  transform: translate(-50%, -50%);
}
html.native-app .header-icon-group {
  gap: 12px;
}
html.native-app {
}
html.native-app .map-freshness {
  position: static;
  margin: 0 0 8px auto;
  width: fit-content;
  max-width: 100%;
}
html.native-app {
}
html.native-app .results-section__map {
  min-height: 0;
}
html.native-app .portal-header .brand-logo {
  height: 26px;
}
html.native-app {
}
html.native-app app-site-footer {
  display: none;
}
html.native-app {
}
html.native-app .app-content {
  padding-bottom: calc(56px + env(safe-area-inset-bottom));
}
html.native-map-open,
html.native-map-open body,
html.native-map-open app-root,
html.native-map-open .app-shell,
html.native-map-open .app-content,
html.native-map-open app-public-register-map-page {
  background: transparent;
}
html.native-map-open {
}
html.native-map-open,
html.native-map-open body {
  overflow: hidden;
}

/* angular:styles/global:styles */
