/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-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;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/@ctrl/ngx-emoji-mart/picker.css */
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform;
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family:
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Segoe UI",
    "Apple Color Emoji",
    "Twemoji Mozilla",
    "Noto Color Emoji",
    "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: .03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: .06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: .09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: .12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: .15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

/* src/styles.scss */
html {
  --mat-sys-background: #fafafa;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f2f2;
  --mat-sys-inverse-primary: #ffe67a;
  --mat-sys-inverse-surface: #333333;
  --mat-sys-on-background: #1a1a1a;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #7a5c00;
  --mat-sys-on-primary-fixed: #2a2200;
  --mat-sys-on-primary-fixed-variant: #7a5c00;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #404758;
  --mat-sys-on-secondary-fixed: #141b2b;
  --mat-sys-on-secondary-fixed-variant: #404758;
  --mat-sys-on-surface: #1a1a1a;
  --mat-sys-on-surface-variant: #4d4d4d;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #293ca0;
  --mat-sys-on-tertiary-fixed: #00105c;
  --mat-sys-on-tertiary-fixed-variant: #293ca0;
  --mat-sys-outline: #808080;
  --mat-sys-outline-variant: #cccccc;
  --mat-sys-primary: #ffd629;
  --mat-sys-primary-container: #ffefb3;
  --mat-sys-primary-fixed: #ffefb3;
  --mat-sys-primary-fixed-dim: #ffe67a;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #575e70;
  --mat-sys-secondary-container: #dce2f7;
  --mat-sys-secondary-fixed: #dce2f7;
  --mat-sys-secondary-fixed-dim: #c0c6db;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #fafafa;
  --mat-sys-surface-bright: #fafafa;
  --mat-sys-surface-container: #f0f0f0;
  --mat-sys-surface-container-high: #ebebeb;
  --mat-sys-surface-container-highest: #e6e6e6;
  --mat-sys-surface-container-low: #f5f5f5;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #d9d9d9;
  --mat-sys-surface-tint: #ffd629;
  --mat-sys-surface-variant: #e6e6e6;
  --mat-sys-tertiary: #4355b9;
  --mat-sys-tertiary-container: #dee0ff;
  --mat-sys-tertiary-fixed: #dee0ff;
  --mat-sys-tertiary-fixed-dim: #bac3ff;
  --mat-sys-neutral-variant20: #333333;
  --mat-sys-neutral10: #1a1a1a;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem var(--font-family);
  --mat-sys-body-large-font: var(--font-family);
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem var(--font-family);
  --mat-sys-body-medium-font: var(--font-family);
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem var(--font-family);
  --mat-sys-body-small-font: var(--font-family);
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem var(--font-family);
  --mat-sys-display-large-font: var(--font-family);
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem var(--font-family);
  --mat-sys-display-medium-font: var(--font-family);
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem var(--font-family);
  --mat-sys-display-small-font: var(--font-family);
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem var(--font-family);
  --mat-sys-headline-large-font: var(--font-family);
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--font-family);
  --mat-sys-headline-medium-font: var(--font-family);
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem var(--font-family);
  --mat-sys-headline-small-font: var(--font-family);
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem var(--font-family);
  --mat-sys-label-large-font: var(--font-family);
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem var(--font-family);
  --mat-sys-label-medium-font: var(--font-family);
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem var(--font-family);
  --mat-sys-label-small-font: var(--font-family);
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem var(--font-family);
  --mat-sys-title-large-font: var(--font-family);
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem var(--font-family);
  --mat-sys-title-medium-font: var(--font-family);
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem var(--font-family);
  --mat-sys-title-small-font: var(--font-family);
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
:root {
  --mat-sys-surface-container-low: var(--color-background-white);
  --mat-sys-surface: var(--color-background-white);
  --mat-sys-surface-container: var(--color-background-white);
  --mat-sys-surface-variant: var(--color-background-white);
  --mat-sys-on-primary: var(--color-text);
  --mat-sys-corner-full: var(--border-radius);
  --mat-expansion-container-shape: var(--border-radius);
  --mdc-filled-text-field-focus-label-text-color: var(--color-secondary-grays-600);
  --mat-dialog-container-max-width: 90vw;
  --mdc-dialog-container-shape: 16px;
  --mdc-checkbox-state-layer-size: 20px;
  --mdc-plain-tooltip-container-color: var(--color-background-accent);
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 600;
  --mdc-outlined-button-label-text-color: var(--color-text);
  --mdc-switch-selected-handle-color: var(--color-primary-yellow-200);
}
.mdc-checkbox__background {
  border-radius: 4px !important;
}
mat-card {
  margin: 20px !important;
  padding: 8px !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px;
}
mat-card .mat-mdc-card-title {
  margin-bottom: 8px;
}
mat-card mat-card-title {
  padding: 0;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-secondary-grays-600);
}
mat-card mat-card-content {
  font-size: 14px;
}
mat-card .mat-mdc-card-content:last-child,
mat-card .mat-card-content:first-child,
mat-card mat-card-content {
  padding: 0;
}
.mat-mdc-card-title {
  padding: 32px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px !important;
  font-weight: bold !important;
}
.mat-mdc-card-footer {
  background: var(--color-secondary-grays-050);
  text-align: center;
}
.mat-mdc-card-footer > div {
  font-size: 14px;
  padding: 30px 0;
  color: var(--color-secondary-grays-500);
}
.mat-mdc-card-footer > div > a {
  font-weight: 500;
}
.mdc-tooltip__surface {
  padding: 8px 15px !important;
}
.mat-mdc-table {
  width: 100%;
  --mat-table-background-color: transparent;
  --mat-table-header-container-height: 50px;
  --mat-table-footer-container-height: 50px;
  --mat-table-row-item-container-height: 50px;
}
.mat-mdc-table thead th {
  background-color: var(--color-background-2);
  border-bottom: solid 1px var(--color-secondary-grays-200) !important;
  place-content: left;
}
.mat-mdc-table thead th.mat-mdc-header-cell {
  text-align: left;
}
.mat-mdc-table thead th.mat-mdc-header-cell:last-child {
  text-align: center;
}
.mat-mdc-table thead th.mat-mdc-header-cell:last-child div {
  justify-content: center;
}
.mat-mdc-table thead th.checkbox-th {
  padding: 1rem;
  width: 3rem;
}
.mat-mdc-table tbody tr td:last-child {
  text-align: center;
}
.mat-mdc-table tbody tr td.checkbox-td {
  width: 3rem;
  padding: 1rem;
  border-right: solid 1px var(--color-secondary-grays-200);
  border-bottom: 1px solid var(--color-secondary-grays-200);
}
.mat-mdc-table th.mat-mdc-header-cell,
.mat-mdc-table td.mat-mdc-cell,
.mat-mdc-table td.mat-mdc-footer-cell {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-width: 0;
}
.mat-mdc-table th.mat-mdc-header-cell:last-of-type,
.mat-mdc-table td.mat-mdc-cell:last-of-type,
.mat-mdc-table td.mat-mdc-footer-cell:last-of-type {
  padding-right: 20px;
}
.mat-mdc-table tr.mat-mdc-row td,
.mat-mdc-table tr.mat-mdc-footer-row td {
  border-bottom: solid 1px var(--color-secondary-grays-200);
  color: var(--color-secondary-grays-600);
}
.mat-mdc-table tr.mat-mdc-row:first-child,
.mat-mdc-table tr.mat-mdc-footer-row:first-child {
  border-top: solid 1px var(--color-secondary-grays-200);
}
.mat-mdc-table tbody tr.mat-mdc-row {
  transition: background-color 150ms ease;
  margin: 0 1rem;
}
.mat-mdc-table tbody tr.mat-mdc-row:hover {
  background-color: var(--color-secondary-grays-100);
}
.mat-mdc-table tbody tr.mat-mdc-row.selected {
  background-color: var(--color-secondary-grays-100);
}
.mat-mdc-table .mat-mdc-header-cell {
  color: var(--color-secondary-grays-800);
  background-color: white;
}
.ng-select .ng-select-container {
  height: var(--height-input) !important;
  min-height: var(--height-input) !important;
  font-size: 14px;
  font-family: var(--font-family);
  transition:
    border-color 150ms ease,
    border-radius 150ms ease,
    background-color 150ms ease;
  background-color: var(--color-background-white);
  border-radius: var(--border-radius) !important;
  cursor: text;
  border: 1px solid transparent;
  box-shadow: none;
}
.ng-select .ng-select-container .ng-placeholder {
  color: var(--color-secondary-grays-700) !important;
  font-weight: 500;
}
.ng-select .ng-select-container .ng-value-container {
  padding-left: 1rem;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  display: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding-left: 10px !important;
  padding-right: 0 !important;
  padding-bottom: 6px !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: initial;
  padding-left: 10px;
  z-index: unset !important;
}
.ng-select .ng-select-container {
  z-index: unset !important;
}
.ng-select .ng-select-container:hover {
  background: var(--color-secondary-grays-100);
}
.ng-select.ng-select-opened .ng-select-container,
.ng-select.ng-select-focused .ng-select-container {
  border: 2px solid var(--color-secondary-grays-900) !important;
  box-shadow: none !important;
  background: var(--color-secondary-grays-100);
}
.ng-select .ng-arrow-wrapper {
  padding-right: 0.8rem;
  width: 32px;
}
.ng-select .ng-arrow {
  transition: var(--transition-slow);
  border-color: var(--color-icon-input) transparent transparent !important;
}
.ng-select .ng-clear-wrapper {
  color: var(--color-icon-input);
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: var(--color-warn);
  transition: var(--transition);
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-width: 5px 5px 2.5px;
  transform: rotateX(180deg);
}
.ng-select .ng-select-multiple-label {
  display: flex;
  color: var(--color-secondary-grays-700);
  margin-top: -4px;
}
.ng-select .ng-select-multiple-label .number {
  padding: 6px 3px 6px 10px;
  font-weight: 500;
}
.ng-select .ng-select-multiple-label .clear {
  height: 24px;
  width: 24px;
  margin-top: 2px;
  margin-right: 2px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition);
  padding-bottom: 1px;
}
.ng-select .ng-select-multiple-label .clear:hover {
  background-color: var(--color-secondary-grays-100);
}
.ng-select .image-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ng-select .image-option app-avatar {
  margin-right: 0.5rem;
}
.ng-dropdown-panel {
  right: 50px;
  box-shadow: var(--shadow-menu) !important;
  border-radius: var(--border-radius) !important;
  border: none !important;
  margin-top: 4px !important;
}
.ng-dropdown-panel .ng-option {
  font-size: 14px;
  font-weight: 500 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 36px);
  display: flex !important;
  align-items: center;
  min-height: var(--height-input);
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  transition: var(--transition);
  color: var(--color-secondary-grays-600) !important;
}
.ng-dropdown-panel .ng-option:first-child {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.ng-dropdown-panel .ng-option:last-child {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.ng-dropdown-panel .ng-option.ng-option-selected {
  background-color: var(--color-background-white) !important;
}
.ng-dropdown-panel .ng-option.ng-option-selected span {
  font-weight: 500 !important;
}
.ng-dropdown-panel .ng-option.ng-option-selected :after {
  content: url("./media/check-grey.svg");
  position: absolute;
  right: 8px;
}
.ng-dropdown-panel .ng-option .image-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: -4px 0;
}
.ng-dropdown-panel .ng-option .image-option app-avatar {
  margin-right: 0.5rem;
}
.emoji-mart-search input {
  border: 1px solid transparent;
}
.emoji-mart-search-icon {
  top: 11px;
}
.emoji-mart-scroll {
  scrollbar-width: thin;
}
.emoji-mart-scroll::-webkit-scrollbar-track {
  background-color: var(--color-background-2);
}
.emoji-mart-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: var(--color-background-2);
}
.emoji-mart-scroll::-webkit-scrollbar-thumb {
  background-color: #959595;
  border-radius: 10px;
}
.mat-mdc-menu-panel {
  box-shadow: var(--shadow-menu) !important;
  min-height: 45px !important;
}
.mat-mdc-menu-content {
  min-width: 90px !important;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px !important;
}
.mat-mdc-menu-item {
  height: 32px !important;
  min-height: 32px !important;
  padding: 8px 10px !important;
}
.mat-mdc-menu-item-text {
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-line-height: 20px;
  --mat-menu-item-label-text-weight: 500;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  color: var(--color-secondary-grays-600);
}
.mat-mdc-menu-item-text img {
  margin-right: 10px;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
html {
  height: 100%;
  background: var(--color-background-white);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  height: 100%;
  font-family: var(--font-family), sans-serif;
  background-color: var(--color-background);
  color: var(--color-text);
}
h1 {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
}
h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: var(--color-secondary-grays-500);
  margin: 1rem 1rem 0 0;
}
h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--color-secondary-grays-500);
  margin: 1rem 0 0 0;
}
h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--color-secondary-grays-600);
  margin: 0;
}
h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--color-secondary-grays-500);
  margin: 0;
}
input {
  line-height: 1;
  height: var(--height-input);
  padding: 0 1rem;
}
textarea {
  padding: 0.7rem 1rem;
  resize: vertical;
  min-height: var(--height-input);
}
select {
  padding: 0 1rem;
  height: var(--height-input);
}
hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-border);
}
input,
textarea,
select {
  font-size: 14px;
  font-family: var(--font-family);
  transition:
    border-color 150ms ease,
    border-radius 150ms ease,
    background-color 150ms ease;
  background-color: var(--color-background-2);
  color: var(--color-text);
  border-radius: var(--border-radius);
  width: 100%;
  border: 1px solid transparent;
}
@keyframes cdk-text-field-autofill-color-0 {
  to {
    background: transparent;
    color: var(--color-text);
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  animation: cdk-text-field-autofill-color-0 both;
}
input.cdk-text-field-autofill-monitored:-webkit-autofill,
textarea.cdk-text-field-autofill-monitored:-webkit-autofill,
select.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms, cdk-text-field-autofill-color-0 both;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-text-fade);
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color-secondary-grays-700);
  outline: none;
  border-radius: var(--border-radius);
}
.ng-touched.ng-invalid:not(form) {
  border-radius: var(--border-radius);
  border-color: var(--color-warn);
}
.ng-touched.ng-invalid:not(form) .ng-select-container {
  border-color: var(--color-warn);
}
.ng-touched.ng-invalid:not(form):hover,
.ng-touched.ng-invalid:not(form):focus {
  border-color: var(--color-warn);
}
.ng-valid + app-input-error,
.ng-untouched + app-input-error {
  display: none;
}
p {
  margin: 0 0 1rem;
}
input,
ng-select {
  background-color: var(--color-background-white);
  border: 1px solid #d1d5db;
  border-radius: 4px;
}
input:focus {
  border: 2px solid #374151;
}
a {
  text-decoration: none;
  margin: auto;
}
a:link {
  color: var(--color-secondary-grays-500);
}
a:hover {
  color: var(--color-secondary-grays-500);
}
a:visited {
  color: var(--color-secondary-grays-500);
}
.header-1 {
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
}
.header-2 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
}
.header-3 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
}
.header-4 {
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}
.header-5 {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.d-st {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}
.d-t1 {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.d-t2 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.d-b1 {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.d-b2 {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.d-il {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
}
.hidden {
  display: none !important;
}
.bg-warn {
  background-color: var(--color-warn);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-success {
  background-color: var(--color-success);
}
.bg-info {
  background-color: var(--color-info);
}
.bg-accent {
  background-color: var(--color-accent);
}
.cell-center {
  text-align: center !important;
}
.cell-center ::ng-deep .mat-sort-header-container {
  justify-content: center !important;
}
.cell-right {
  text-align: right !important;
}
.cell-right ::ng-deep .mat-sort-header-container {
  justify-content: right !important;
}
.empty-table-row {
  height: 64px !important;
}
.empty-table-row:hover {
  background-color: unset !important;
  cursor: initial !important;
}
.empty-table-row td {
  text-align: center;
  color: var(--color-text-fade);
}
.column {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
}
.columns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.columns-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.columns-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.columns-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.gap {
  gap: 1rem;
}
.icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.is-loading {
  pointer-events: none;
  position: relative;
  background-color: inherit;
}
.is-loading:after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-background);
  opacity: 0.7;
  z-index: 199;
}
.is-loading:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 200;
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-primary);
  border-right: 3px solid transparent !important;
  animation: rotate 0.7s cubic-bezier(0.51, 0.57, 0.6, 0.62) infinite;
}
button.is-loading {
  color: transparent !important;
}
button.is-loading:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-width: 2px;
  border-right: 2px solid transparent !important;
  border-color: white;
}
button.is-loading.loading-dark:before {
  border-color: #333;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-2 {
  left: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-1 {
  grid-column-start: 1;
}
.m-0 {
  margin: 0px;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[22px\] {
  width: 22px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-\[1\] {
  flex-grow: 1;
}
.grow-\[2\] {
  flex-grow: 2;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,3fr\)\] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}
.grid-cols-\[minmax\(0\,7fr\)_minmax\(0\,3fr\)\] {
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(109 117 133 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 41 / var(--tw-border-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-custom-green {
  --tw-bg-opacity: 1;
  background-color: rgb(200 239 115 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 194 / var(--tw-bg-opacity));
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.fill-gray-400 {
  fill: #9ca3af;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(109 117 133 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(206 166 0 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[var\(--transition\)\] {
  transition-property: var(--transition);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
:root {
  --font-family:
    "Inter",
    "Segoe UI",
    "Helvetica",
    sans-serif;
  --color-primary: #3f51b5;
  --color-primary-hover: #6b7cd2;
  --color-primary-active: #2e3d9b;
  --color-primary-focus: var(--color-primary-active);
  --color-primary-yellow-900: #997b01;
  --color-primary-yellow-800: #cea600;
  --color-primary-yellow-600: #f2c400;
  --color-primary-yellow-500: #ffd629;
  --color-primary-yellow-200: #ffe67a;
  --color-primary-yellow-100: #fff3c2;
  --color-secondary-grays-900: #111827;
  --color-secondary-grays-800: #1f2937;
  --color-secondary-grays-700: #374151;
  --color-secondary-grays-600: #4b5563;
  --color-secondary-grays-500: #6d7585;
  --color-secondary-grays-400: #9ca3af;
  --color-secondary-grays-300: #d1d5db;
  --color-secondary-grays-200: #e5e7eb;
  --color-secondary-grays-100: #f3f4f6;
  --color-secondary-grays-050: #f9fafb;
  --color-accent: #ffab40;
  --color-warn: #f44336;
  --color-info: #50a5f1;
  --color-success: #54b676;
  --color-error-800: #9b1c1c;
  --color-error-600: #e02424;
  --color-error-500: #f05252;
  --color-error-200: #f8b4b4;
  --color-error-100: #fde8e8;
  --color-status-blue-800: #358dff;
  --color-status-blue-700: #bddaff;
  --color-status-blue-500: #d6e8ff;
  --color-status-blue-300: #e6f1ff;
  --color-status-orange-800: #ef6c00;
  --color-status-orange-700: #f57c00;
  --color-status-orange-500: #ff9800;
  --color-status-orange-300: #ffb74d;
  --color-status-orange-200: #ffcc80;
  --color-status-purple-800: #6a4de6;
  --color-status-purple-700: #d5cdfa;
  --color-status-purple-500: #e1dbfa;
  --color-status-purple-300: #eeebfa;
  --color-status-green-800: #248a42;
  --color-status-green-700: #a6e0b8;
  --color-status-green-500: #c5f6d4;
  --color-status-green-300: #e6f7eb;
  --color-condition-generic: #d1d5db;
  --color-condition-poor: #fb7777;
  --color-condition-fair: #fb9379;
  --color-condition-good: #ffa273;
  --color-condition-good-plus: #ffb265;
  --color-condition-very-good: #ffcb65;
  --color-condition-very-good-plus: #ffe074;
  --color-condition-near-mint: #c5f06e;
  --color-condition-mint: #98ee79;
  --color-condition-mint-stroke: #55b50a;
  --color-border: rgba(0, 0, 0, 0.2);
  --scrollbar-width: 0px !important;
  --color-primary-text: white;
  --color-text: hsl(0, 0%, 10%);
  --color-text-fade: hsl(0, 0%, 60%);
  --color-icon-input: #5c5c5c;
  --color-background: #ffffff;
  --color-background-2: #f3f4f6;
  --color-background-grey: var(--color-secondary-grays-100);
  --color-background-white: #ffffff;
  --color-background-border: #e5e7eb;
  --color-background-2-hover: hsl(0, 0%, 90%);
  --color-background-accent: #222b45;
  --color-background-accent-hover: #373f58;
  --color-active-button-border: #111827;
  --shadow: 0px 1px 15px 1px rgba(65, 65, 65, 0.1);
  --shadow-menu: 0px 4px 20px 1px rgba(65, 65, 65, 0.15), 0px 4px 8px -3px rgba(65, 65, 65, 0.3);
  --shadow-table: 0px 1px 3px rgba(0, 0, 0, 0.2);
  --border-radius: 4px;
  --transition: all 150ms ease;
  --transition-slow: all 300ms ease;
  --height-input: 42px;
  --height-toolbar: 80px;
  --height-toolbar-mobile: 53px;
}
.card {
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .card {
    padding: 0.5rem;
  }
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-group p.prefix,
.form-group p.suffix {
  font-weight: 600;
}
.form-group .prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  color: var(--color-icon-input);
  margin: 0;
}
.form-group .prefix ~ input {
  padding-left: 48px;
}
.form-group .suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: var(--color-icon-input);
  margin: 0;
}
.form-group .suffix ~ input {
  padding-right: 48px;
}
.form-group .suffix.clear-icon {
  font-size: 15px;
  cursor: pointer;
  transition: var(--transition);
}
.form-group .suffix.clear-icon:hover {
  color: var(--color-warn);
}
.form-group button.suffix {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.form-group button.suffix i {
  font-size: 20px;
}
.form-group label {
  margin-bottom: 0.3rem;
  font-size: 12px;
  font-weight: 600;
}
.page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-header {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page-header .header-tools {
    margin-top: 0.7rem;
    width: 100%;
  }
}
.page-header app-back {
  margin-right: 1rem;
}
.page-header h1 {
  margin: 0;
  flex-grow: 1;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}
.page-header h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}
.page-header .header-tools {
  display: flex;
}
.page-header .header-tools > *:not(:last-child) {
  margin-right: 0.5rem;
}
.table-wrapper {
  width: 100%;
}
.table-wrapper .table-selection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 6px;
  background-color: white;
  color: var(--color-secondary-grays-600);
  border-radius: 16px 16px 0px 0px;
  height: 72px;
  width: 100%;
  min-width: 320px;
  max-height: 0;
  overflow: hidden;
  transition: var(--color-secondary-grays-600);
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.06);
}
.table-wrapper .table-selection img {
  width: 24px;
  height: 24px;
}
.table-wrapper .table-selection .form-group {
  margin: 0 10px 0 auto;
}
.table-wrapper .table-selection .label-details {
  display: block;
  width: 130px;
  margin: 0 4px;
}
.table-wrapper .table-selection .label-details span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  height: 40px;
}
.table-wrapper .table-selection.visible {
  max-height: 72px;
}
.table-wrapper .table-selection.visible + .table-container .mat-mdc-table thead th:first-child {
  border-radius: 0 0 0 8px;
}
.table-wrapper .table-selection.visible + .table-container .mat-mdc-table thead th:last-child {
  border-radius: 0 0 8px 0;
}
.table-wrapper .table-container {
  width: 100%;
  overflow: auto;
  min-height: 100px;
}
.table-wrapper .table-container .empty-table-row {
  height: 660px !important;
}
.table-wrapper .channels-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
}
.table-wrapper .channels-selected app-selected-filter {
  margin-bottom: 0;
}
.snackbar {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  padding: 8px 12px;
}
.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: white;
}
.success-snackbar {
  --mdc-snackbar-container-color: var(--color-status-green-800);
  color: white;
}
.warning-snackbar {
  --mdc-snackbar-container-color: var(--color-primary-yellow-100);
  --mdc-snackbar-supporting-text-color: var(--color-text);
  color: var(--color-primary-yellow-900);
}
.warning-snackbar .mdc-button__label {
  color: var(--color-primary-yellow-600) !important;
}
.error-snackbar {
  --mdc-snackbar-container-color: var(--color-error-500);
  color: white;
}
.mat-mdc-dialog-surface {
  padding: 1rem;
}
.overflow-dialog {
  overflow: auto;
}
@media (min-width: 1024px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .only-desktop {
    display: none !important;
  }
}
textarea:focus {
  outline: none;
  border: 0;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  display: none !important;
}
.ng-select span.ng-arrow-wrapper:before {
  content: url("./media/arrow-down.svg") !important;
  display: inline-block;
  text-rendering: auto;
}
.icon-btn:hover {
  background: var(--color-secondary-grays-100);
}
.card-title > .mat-button-toggle-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: none;
  height: auto;
}
.card-title > .mat-button-toggle-group .mat-button-toggle-checked {
  background-color: var(--color-secondary-grays-100) !important;
  color: var(--color-secondary-grays-900) !important;
}
.card-title > .mat-button-toggle-group .mat-button-toggle {
  color: var(--color-secondary-grays-600);
  border-left: none !important;
  padding: 0;
  margin-right: 2px;
  border-radius: 8px !important;
}
.card-title > .mat-button-toggle-group > .mat-mdc-unelevated-button {
  font-size: 16px;
  font-weight: 500;
}
ngx-extended-pdf-viewer .toolbarField.pageNumber {
  max-height: 18px;
}
mat-select-country .mat-mdc-form-field {
  width: 100%;
  flex-direction: row;
}
mat-select-country .mat-mdc-form-field .mat-mdc-form-field-wrapper {
  width: 100%;
  padding-bottom: 0 !important;
}
mat-select-country input {
  width: 100% !important;
  border: 1px solid var(--color-secondary-grays-300) !important;
}
mat-select-country input:focus {
  border: 2px solid var(--color-secondary-grays-800) !important;
}
mat-select-country .mat-mdc-form-field-suffix {
  position: absolute;
  right: 10px;
  top: 16px;
}
mat-select-country .mat-mdc-form-field-label {
  display: none !important;
}
mat-select-country .mat-mdc-form-field-underline {
  display: none;
}
.status-flag {
  margin-left: 8px;
  position: relative;
  top: 8px;
}
.version {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-\[var\(--color-warn\)\]:hover {
  color: var(--color-warn);
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:border-0:focus {
  border-width: 0px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media not all and (min-width: 1536px) {
  .max-2xl\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media not all and (min-width: 1280px) {
  .max-xl\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_auto\] {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .xl\:grid-cols-\[minmax\(0\,7fr\)_minmax\(0\,3fr\)\] {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }
  .xl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1536px) {
  .\32xl\:grid-cols-\[minmax\(0\,1fr\)_auto\] {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .\32xl\:grid-cols-\[minmax\(0\,3fr\)_minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }
  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }
  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }
  .\32xl\:pr-4 {
    padding-right: 1rem;
  }
}

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