@charset "UTF-8";

/* src/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul,
ol {
  list-style: none;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, 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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
:root {
  --white: #ffffff;
  --dark: #04010e;
  --purple-dark: #1a1824;
  --gray-background: #f0f1f4;
  --bg-interaction-default: rgba(60, 68, 90, 0.04);
  --border-interaction-default: rgba(21, 21, 62, 0.11);
  --content-static-primary: rgba(4, 1, 14, 0.94);
  --content-static-secondary: rgba(8, 4, 34, 0.7);
  --neutral-50: #121417;
  --blue-50: #e6eefd;
  --blue-100: #b1caf9;
  --blue-200: #8bb0f6;
  --blue-300: #558cf2;
  --blue-400: #3576f0;
  --blue-500: #0254ec;
  --blue-600: #024cd7;
  --blue-700: #013ca8;
  --blue-800: #012e82;
  --blue-900: #012363;
  --gray-50: #f7f7f7;
  --gray-100: #f5f5f5;
  --gray-200: #ebebeb;
  --gray-300: #d1d1d1;
  --gray-400: #a3a3a3;
  --gray-500: #7a7a7a;
  --gray-600: #5c5c5c;
  --gray-700: #333333;
  --gray-800: #262626;
  --gray-900: #1c1c1c;
  --gray-950: #171717;
  --slate-50: #f5f7fa;
  --slate-100: #f2f5f8;
  --slate-200: #e1e4ea;
  --slate-300: #cacfd8;
  --slate-400: #99a0ae;
  --slate-500: #717784;
  --slate-600: #525866;
  --slate-700: #2b303b;
  --slate-800: #222530;
  --slate-900: #181b25;
  --slate-950: #0e121b;
  --success-25: #f6fef9;
  --success-50: #ecfdf3;
  --success-100: #d1fadf;
  --success-200: #a6f4c5;
  --success-300: #6ce9a6;
  --success-400: #32d583;
  --success-500: #12b76a;
  --success-600: #039855;
  --success-700: #027a48;
  --success-800: #05603a;
  --success-900: #054f31;
  --error-25: #fffbfa;
  --error-50: #fef3f2;
  --error-100: #fee4e2;
  --error-200: #fecdca;
  --error-300: #fda29b;
  --error-400: #f97066;
  --error-500: #f04438;
  --error-600: #d92d20;
  --error-700: #b42318;
  --error-800: #912018;
  --error-900: #7a271a;
  --warning-25: #fffcf5;
  --warning-50: #fffaeb;
  --warning-100: #fef0c7;
  --warning-200: #fedf89;
  --warning-300: #fec84b;
  --warning-400: #fdb022;
  --warning-500: #f79009;
  --warning-600: #dc6803;
  --warning-700: #b54708;
  --warning-800: #93370d;
  --warning-900: #7a2e0e;
  --header-height: 60px;
}
body {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 10px;
  line-height: 12px;
}
.text-sm {
  font-size: 13px;
  line-height: 18px;
}
.text-base {
  font-size: 14px;
  line-height: 20px;
}
.text-lg {
  font-size: 16px;
  line-height: 20px;
}
.text-xl {
  font-size: 18px;
  line-height: 26px;
}
.text-2xl {
  font-size: 20px;
  line-height: 28px;
}
.text-3xl {
  font-size: 24px;
  line-height: 32px;
}
.text-4xl {
  font-size: 28px;
  line-height: 36px;
}
.text-5xl {
  font-size: 32px;
  line-height: 36px;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  height: 100dvh;
  color: var(--content-static-primary);
  background-color: var(--gray-background);
}
app-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
}
button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
.brand-name {
  color: var(--blue-500);
}
.brand-name::after {
  font-size: 0.6em;
  vertical-align: super;
  content: "\2726";
}
[hidden] {
  display: none !important;
}
.amount_positive {
  color: var(--success-600);
}
.amount_negative {
  color: var(--error-600);
}
@supports (-moz-appearance: none) {
  * {
    scrollbar-color: #677284 transparent;
    scrollbar-width: thin;
  }
}
@supports selector(::-webkit-scrollbar) {
  *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 30px;
  }
  *::-webkit-scrollbar-thumb {
    background: var(--gray-400);
    border-radius: 30px;
  }
  *::-webkit-scrollbar-thumb:hover {
    background: var(--gray-600);
  }
}
.base-select {
  --base-select-shadow: none;
  --base-select-border-radius: 6px;
  --base-select-background: var(--white);
  --base-select-disabled-background: var(--slate-100);
  --base-select-border-color: #E7E8E9;
  --base-select-hover-border-color: var(--slate-500);
  --base-select-focus-border-color: var(--blue-500);
  --base-select-focus-ring-offset: 0;
  --base-select-focus-ring-width: 1px;
  --base-select-focus-ring-style: solid;
  --base-select-focus-ring-color: var(--blue-500);
  --base-select-invalid-focus-ring-color: var(--error-600);
  --base-select-invalid-border-color: var(--error-600);
  --base-select-focus-ring-shadow: none;
  --base-select-color: var(--slate-900);
  --base-select-placeholder-color: rgba(16, 19, 25, 0.3);
  --base-select-invalid-placeholder-color: rgba(16, 19, 25, 0.3);
  --base-select-disabled-color: #898D94;
  --base-select-icon-color: var(--gray-600);
}
.base-select-panel {
  --base-select-overlay-background: var(--white);
  --base-select-overlay-border-color: var(--slate-200);
  --base-select-overlay-border-radius: 8px;
  --base-select-overlay-shadow: 0px 2px 4px -2px #0000000F, 0px 4px 8px -2px #0000001A;
  --base-select-overlay-color: var(--slate-600);
  --base-select-list-padding: 2px;
  --base-select-list-gap: 0;
  --base-select-option-focus-background: var(--slate-100);
  --base-select-option-selected-background: var(--slate-100);
  --base-select-option-selected-focus-background: var(--slate-200);
  --base-select-option-color: var(--slate-600);
  --base-select-option-border-radius: 6px;
}
.app-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-static-secondary);
}
.app-label:not([data-orientation=vertical]) {
  flex-direction: row;
  align-items: center;
  inline-size: fit-content;
}
.input-text {
  --input-text-transition-duration: 300ms;
  --input-text-border-color: var(--slate-200);
  --input-text-focus-border-color: var(--blue-500);
  --input-text-hover-border-color: var(--slate-700);
  --input-text-hover-background-color: var(--white);
  --input-text-focus-background-color: var(--white);
  color: var(--content-static-primary);
  appearance: none;
  resize: vertical;
  background-color: var(--white);
  border: 1px solid var(--input-text-border-color);
  border-radius: 6px;
  transition:
    background var(--input-text-transition-duration),
    color var(--input-text-transition-duration),
    border-color var(--input-text-transition-duration),
    box-shadow var(--input-text-transition-duration);
}
.input-text::placeholder {
  color: var(--slate-800);
  opacity: 0.56;
}
@media (hover: hover) and (pointer: fine) {
  .input-text:hover:not([readonly]) {
    background-color: var(--input-text-hover-background-color);
    border-color: var(--input-text-hover-border-color);
  }
}
.input-text:not([readonly]):focus {
  background-color: var(--input-text-focus-background-color);
  border-color: var(--input-text-focus-border-color);
  outline: 2px solid rgba(2, 84, 236, 0.2);
}
.input-text:not([readonly]):disabled {
  color: #898D94;
  background-color: rgba(66, 66, 66, 0.2);
  border-color: rgba(66, 66, 66, 0.2);
}
.input-text_small {
  padding-block: 5px;
  padding-inline: 9px;
  font-size: 14px;
  line-height: 20px;
}
.input-text_medium {
  padding-block: 15px;
  padding-inline: 11px;
  font-size: 16px;
  line-height: 20px;
}
.input-text_filled {
  --input-text-hover-border-color: var(--gray-500);
  --input-text-hover-background-color: var(--gray-200);
  --input-text-focus-background-color: var(--gray-200);
  background-color: var(--bg-interaction-default);
  border-color: var(--border-interaction-default);
}
.input-text_invalid {
  border-color: var(--error-600);
}
@media (hover: hover) and (pointer: fine) {
  .input-text_invalid:hover:not([readonly]):hover {
    border-color: var(--error-600);
  }
}
.input-text_invalid:not([readonly]):focus {
  border-color: var(--error-600);
  outline: 0.5px solid var(--error-600);
}

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