/* node_modules/modern-normalize/modern-normalize.css */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  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 {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
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;
}

/* src/styles/tokens/spacings.css */
:root {
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 16px;
  --spacing-m: 24px;
  --spacing-l: 32px;
}

/* src/styles/tokens/colors.css */
:root {
  --color-primary: #cf4900;
  --color-primary-16: rgba(207, 73, 0, 0.16);
  --color-primary-32: rgba(207, 73, 0, 0.32);
  --color-secondary: #565656;
  --color-tertiary: #9d9d9d;
  --color-white: #ffffff;
  --color-lightgrey: #f2f2f2;
  --color-lightest-grey: #f6f6f6;
  --color-text: #1c1c1e;
  --color-secondary-text: #5c5c5e;
  --color-dark-dark: #3a3a3c;
  --color-gray-300: #d1d5db;
  --color-gray-100: #f3f4f6;
  --color-grey: #d9d9d9;
  --color-green: #038142;
  --color-dark-grey: #311414;
  --color-green-16: rgba(3, 129, 66, 0.16);
  --color-red: #b51818;
  --color-red-16: rgba(181, 24, 24, 0.16);
  --color-success: #038142;
  --color-success-16: rgba(3, 129, 66, 0.16);
  --color-error: #b51818;
  --color-error-16: rgba(181, 24, 24, 0.16);
  --color-warning: #cf4900;
  --color-warning-16: var(--color-primary-16);
  --color-secondary-10: rgba(35, 35, 35, 0.1);
}

/* src/styles/tokens/dimensions.css */
:root {
  --min-width: 328px;
  --max-width: 700px;
}

/* src/styles/mat-checkbox.css */
.mat-mdc-checkbox .mdc-form-field {
  align-items: center;
  gap: 12px;
}
.mat-mdc-checkbox .mdc-checkbox {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.mat-mdc-checkbox .mat-mdc-checkbox-touch-target,
.mat-mdc-checkbox .mdc-checkbox__native-control {
  width: 32px;
  height: 32px;
}
.mat-mdc-checkbox .mdc-checkbox__background {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  border: 1px solid var(--color-grey) !important;
  background: var(--color-white) !important;
}
.mat-mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  border: 1px solid var(--color-primary) !important;
  background: var(--color-primary) !important;
}
.mat-mdc-checkbox .mdc-checkbox__checkmark {
  position: absolute;
  top: calc((32px - 16px) / 2);
  left: calc((32px - 20px) / 2);
  width: 20px;
  height: 16px;
  color: var(--color-white);
}
.mat-mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mat-mdc-checkbox .mdc-form-field > label {
  color: var(--color-secondary);
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

/* src/styles.css */
a {
  color: inherit;
  text-decoration: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
}
.country-flag {
  width: 16px;
  height: 16px;
  object-fit: cover;
  margin-right: 8px;
  vertical-align: middle;
}
.country-flag--round {
  border-radius: 50%;
  transform: translateZ(0);
}
.error-message {
  color: var(--color-text);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.error-description {
  color: var(--color-secondary);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
