/* 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 {
  line-height: 1.15;
  -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%;
  line-height: 1.15;
  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 {
  --gray-900: #1a1e23;
  --gray-800: #2e343e;
  --gray-700: #474f60;
  --gray-600: #5a687c;
  --gray-500: #637188;
  --gray-400: #7e8a9f;
  --gray-300: #9ba5b5;
  --gray-200: #cacfd8;
  --gray-100: #e2e4e9;
  --gray-50: #f0f2f4;
  --gray-25: #f9f9fb;
  --white: #ffffff;
  --black: #000000;
  --blue-500: #0953B9;
  --blue-400: #0B66E4;
  --primary-900: #030826;
  --primary-800: #050c3c;
  --primary-700: #0f1c52;
  --primary-600: #17255e;
  --primary-500: #1f2d68;
  --primary-400: #253370;
  --primary-300: #444f82;
  --primary-200: #626c96;
  --primary-100: #8d94b4;
  --primary-25: #eaebf1;
  --error-800: #912018;
  --error-700: #b42318;
  --error-600: #d92d20;
  --error-500: #f04438;
  --error-200: #f89e98;
  --error-100: #fee4e2;
  --error-50: #FEF3F2;
  --success-800: #05603a;
  --success-700: #027A48;
  --success-500: #12B76A;
  --success-600: #039855;
  --success-50: #ecfdf3;
  --success-100: #adf8cc;
  --warning-50: #fffaeb;
  --warning-100: #FEF0C7;
  --warning-300: #FEC84B;
  --warning-500: #F79009;
  --warning-800: #93370D;
  --orange-50: #faf2f0;
  --orange-100: #f1c8bc;
  --orange-200: #ebad9c;
  --orange-300: #e2886f;
  --orange-400: #dc7153;
  --orange-500: #d34d28;
  --orange-600: #c04624;
  --orange-700: #96371c;
  --orange-800: #742a16;
  --orange-900: #592011;
  --sidebar-width: 240px;
  --header-height: 60px;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300;
  src:
    url(/assets/fonts/Satoshi-Light.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Light.woff) format("woff"),
    url(/assets/fonts/Satoshi-Light.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  src:
    url(/assets/fonts/Satoshi-Regular.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Regular.woff) format("woff"),
    url(/assets/fonts/Satoshi-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  src:
    url(/assets/fonts/Satoshi-Medium.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Medium.woff) format("woff"),
    url(/assets/fonts/Satoshi-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src:
    url(/assets/fonts/Satoshi-Bold.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Bold.woff) format("woff"),
    url(/assets/fonts/Satoshi-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 900;
  src:
    url(/assets/fonts/Satoshi-Black.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Black.woff) format("woff"),
    url(/assets/fonts/Satoshi-Black.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300 900;
  src:
    url(/assets/fonts/Satoshi-Variable.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Variable.woff) format("woff"),
    url(/assets/fonts/Satoshi-Variable.ttf) format("truetype");
  font-display: swap;
}
html {
  font-size: 16px;
}
@media screen and (width <= 481px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: Satoshi, sans-serif;
  line-height: 20px;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  height: 100vh;
  background-color: #f7f8f9;
}
app-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
[hidden] {
  display: none !important;
}
.p-overlay {
  --p-anchor-gutter: 4px;
}
@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: #9ba5b5;
    border-radius: 30px;
  }
  *::-webkit-scrollbar-thumb:hover {
    background: #677284;
  }
}
.layout {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 500px;
}
.page {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page__title-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.page__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #182A4E;
}
.page__loading-indicator {
  width: 80px;
  height: 80px;
  margin: auto;
}
.card {
  flex: 1 1 auto;
  overflow: auto;
  background-color: var(--white);
  border: 0.5px solid #DCDEE0;
  border-radius: 6px;
}
.card__header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 12px 16px;
  background-color: #F4F4F6;
  border-radius: 6px 6px 0 0;
}
.sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background-color: var(--white);
}
.sidebar__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.base-select {
  --base-select-shadow: none;
  --base-select-border-radius: 6px;
  --base-select-background: var(--white);
  --base-select-disabled-background: var(--gray-50);
  --base-select-border-color: var(--gray-200);
  --base-select-hover-border-color: #4F5258;
  --base-select-focus-border-color: #D34D28;
  --base-select-focus-ring-offset: 0;
  --base-select-focus-ring-width: 2px;
  --base-select-focus-ring-style: solid;
  --base-select-focus-ring-color: #D34D2833;
  --base-select-focus-ring-shadow: none;
  --base-select-color: var(--gray-900);
  --base-select-placeholder-color: var(--gray-400);
  --base-select-invalid-placeholder-color: var(--gray-400);
  --base-select-disabled-color: #818b9c;
}
.base-select-panel {
  --base-select-overlay-background: var(--white);
  --base-select-overlay-border-color: var(--gray-100);
  --base-select-overlay-border-radius: 6px;
  --base-select-overlay-shadow: 0 4px 6px -2px #1a1a1a33;
  --base-select-overlay-color: var(--gray-900);
  --base-select-list-padding: 4px;
  --base-select-list-gap: 2px;
  --base-select-option-focus-background: #F2F2F2;
  --base-select-option-hover-background: var(--gray-25);
  --base-select-option-selected-background: #FAEEEB;
  --base-select-option-selected-focus-background: #fde3e1;
  --base-select-option-selected-hover-background: #fde3e1;
  --base-select-option-color: var(--gray-900);
  --base-select-option-border-radius: 4px;
}
.input-text {
  width: 100%;
  color: var(--gray-900);
  appearance: none;
  resize: vertical;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 6px;
}
.input-text:not([readonly]):hover {
  border-color: #4F5258;
}
.input-text::placeholder {
  color: var(--gray-400);
}
.input-text:not([readonly]):focus {
  border-color: #D34D28;
  box-shadow: 0 0 0 2px rgba(211, 77, 40, 0.2);
}
.input-text:not([readonly]):disabled {
  color: #898D94;
  background-color: var(--gray-50);
  border-color: var(--gray-50);
}
.input-text_small {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.input-text_normal {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.input-text_large {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.input-text_filled {
  color: var(--gray-600);
  background-color: var(--gray-50);
  border-color: var(--gray-50);
}
.input-text_invalid {
  background-color: var(--error-50);
  border-color: var(--error-700);
}
.input-text_invalid:not([readonly]):hover {
  border-color: var(--error-700);
}

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