@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap";

/* src/styles.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
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;
}
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;
}
:root {
  font-family: "Inter", sans-serif;
}
html {
  margin: 0;
  height: 100%;
  color: #333333;
}
body {
  height: 100%;
  background-color: #fafafa;
}
.icon-button {
  background-color: inherit;
  border: 0;
  padding: 0.5em;
  cursor: pointer;
}
.icon-button:hover ::ng-deep path {
  filter: brightness(0.5);
}
p-select .p-select-dropdown {
  align-self: stretch;
  border-radius: 0;
}
p-select .p-select-dropdown .p-select-dropdown-icon {
  display: block;
  width: 23px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 31 30" fill="%239f9f9f" xmlns="http://www.w3.org/2000/svg"><path d="M29.8295 1.01023L15.3749 27.9721L0.920306 1.01023L29.8295 1.01023Z" /></svg>');
}
p-select.p-select-open .p-select-dropdown {
  background: #9f9f9f;
}
p-select.p-select-open .p-select-dropdown-icon {
  display: block;
  width: 23px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 31 30" fill="%23ffffff" xmlns="http://www.w3.org/2000/svg"><path d="M29.8295 1.01023L15.3749 27.9721L0.920306 1.01023L29.8295 1.01023Z" /></svg>');
}
p-tabview {
  --font-family: "Inter";
}
p-tabview .p-tablist-tab-list .p-tab {
  opacity: 1;
  color: #000000;
  margin: 0;
  padding: 0.875em 4em 0.875em 1em;
  font-size: 0.875em;
  font-weight: 400;
  transition: none;
  border-style: solid;
  border-color: #bfbfbf;
  border-width: 0 1px 1px 0px;
  border-radius: 0;
  background-color: #ffffff;
}
p-tabview .p-tablist-tab-list .p-tab.p-tab-active {
  border-bottom-width: 0;
  background-color: #ffffff;
  font-weight: 600;
}
p-tabview .p-tablist-tab-list .p-tab.p-disabled {
  background-color: #fafafa;
  color: #333333;
}
p-tabview .p-tablist-tab-list .p-tab:nth-last-child(2) {
  flex-grow: 1;
  border-right: 0;
}
p-table th {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  background-color: #ffffff;
}
p-table td {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
p-accordion .p-accordionpanel {
  border: 1px solid #bfbfbf;
  border-radius: 0;
  margin-bottom: 0.25rem;
}
p-accordion .p-accordioncontent-content {
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 0.25em;
}
p-accordion .p-accordionheader {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  background-color: #f6f6f6 !important;
  border: none;
  border-radius: 0;
  padding: 0.25em;
  padding-right: 1em;
}
p-accordion .p-accordionheader chevronupicon {
  transform: rotate(180deg);
  width: 0.9em;
}
p-accordion .p-accordionheader chevrondownicon {
  transform: rotate(180deg);
  width: 0.9em;
}
p-accordion .p-accordionheader.p-disabled {
  color: #9f9f9f !important;
  cursor: default;
}
p-accordion .p-accordionheader.p-disabled chevronupicon path {
  fill: #9f9f9f !important;
}

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