/* 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;
}

/* apps/reports/moneymatrix/verification/src/styles.scss */
* {
  font-family:
    Inter,
    Arial,
    serif;
  caret-color: transparent !important;
}
input,
textarea,
[contenteditable=true] {
  caret-color: auto !important;
}
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.input:focus-visible {
  box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;
}
.form-control-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.form-control-container .form-control-label {
  color: #4a5469;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.form-control-container .form-control-field,
.form-control-container .p-autocomplete-input {
  font-size: 14px;
  color: #252a34;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  width: 100%;
}
.form-control-container .form-control-error-message {
  font-size: 12px;
  color: #d6421e;
  margin-top: 2px;
}
.form-control-container .form-control-hint-message {
  color: #4a5469;
  font-size: 12px;
  margin-top: 2px;
}

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