@charset "UTF-8";

@font-face {
    font-family: flowfont;
    src: url("./media/flowfont-4MKYNOAQ.eot?8516181");
    src: url("./media/flowfont-4MKYNOAQ.eot?8516181#iefix") format("embedded-opentype"), url("./media/flowfont-NPH5TAHV.woff2?8516181") format("woff2"), url("./media/flowfont-7YNH3WKE.woff?8516181") format("woff"), url("./media/flowfont-ZWT7U4AD.ttf?8516181") format("truetype"), url("./media/flowfont-OMBJAELN.svg?8516181#flowfont") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: flowfont;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-funnel-add:before {
    content: "\e800"
}

.icon-counter:before {
    content: "\e801"
}

.icon-enable-false:before {
    content: "\e802"
}

.icon-funnel:before {
    content: "\e803"
}

.icon-group:before {
    content: "\e804"
}

.icon-group-remote:before {
    content: "\e805"
}

.icon-label:before {
    content: "\e806"
}

.icon-processor:before {
    content: "\e807"
}

.icon-provenance:before {
    content: "\e808"
}

.icon-template:before {
    content: "\e809"
}

.icon-transmit-false:before {
    content: "\e80a"
}

.icon-zoom-actual:before {
    content: "\e80b"
}

.icon-zoom-fit:before {
    content: "\e80c"
}

.icon-label-add:before {
    content: "\e80d"
}

.icon-template-add:before {
    content: "\e80e"
}

.icon-group-add:before {
    content: "\e80f"
}

.icon-template-import:before {
    content: "\e810"
}

.icon-template-save:before {
    content: "\e811"
}

.icon-group-remote-add:before {
    content: "\e812"
}

.icon-port-out-add:before {
    content: "\e813"
}

.icon-port-in-add:before {
    content: "\e814"
}

.icon-processor-add:before {
    content: "\e815"
}

.icon-lineage:before {
    content: "\e816"
}

.icon-import-from-registry-add:before {
    content: "\e81d"
}

.icon-import-from-registry:before {
    content: "\e81e"
}

.icon-port-in:before {
    content: "\e832"
}

.icon-port-out:before {
    content: "\e833"
}

.icon-connect:before {
    content: "\e834"
}

.icon-connect-add:before {
    content: "\e835"
}

.icon-threads:before {
    content: "\e83f"
}

.icon-drop:before {
    content: "\e888"
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid black;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line>span::selection,
.cm-fat-cursor .CodeMirror-line>span>span::selection {
    background: transparent
}

.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
    background: transparent
}

.cm-fat-cursor {
    caret-color: transparent
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    inset: -50px 0 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,
.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error,
.cm-invalidchar {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: #ff96004d
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: none;
    position: relative;
    z-index: 0
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none;
    outline: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    inset: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

div.CodeMirror-dragcursors,
.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: #ff06
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: none
}

.CodeMirror-foldmarker {
    color: #00f;
    text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
    font-family: arial;
    line-height: .3;
    cursor: pointer
}

.CodeMirror-foldgutter {
    width: .7em
}

.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
    cursor: pointer
}

.CodeMirror-foldgutter-open:after {
    content: "\25be"
}

.CodeMirror-foldgutter-folded:after {
    content: "\25b8"
}

.CodeMirror-hints {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 5px #0003;
    border-radius: 3px;
    border: 1px solid silver;
    background: #fff;
    font-size: 90%;
    font-family: monospace;
    max-height: 20em;
    overflow-y: auto;
    box-sizing: border-box
}

.CodeMirror-hint {
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    white-space: pre;
    color: #000;
    cursor: pointer
}

li.CodeMirror-hint-active {
    background: #08f;
    color: #fff
}

@font-face {
    font-family: FontAwesome;
    src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
    src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"), url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"), url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"), url("./media/fontawesome-webfont-3KIJVIEY.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scaleY(-1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-ext-400-normal-ERANL6CF.woff2") format("woff2"), url("./media/inter-cyrillic-ext-400-normal-NYJ3VVCY.woff") format("woff");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-400-normal-KR3WP37A.woff2") format("woff2"), url("./media/inter-cyrillic-400-normal-JTDOFDEL.woff") format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-ext-400-normal-7CMSSAC3.woff2") format("woff2"), url("./media/inter-greek-ext-400-normal-6GLOS2AC.woff") format("woff");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-400-normal-K452ZUNI.woff2") format("woff2"), url("./media/inter-greek-400-normal-22W3W6EP.woff") format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-vietnamese-400-normal-3ZH4IT4J.woff2") format("woff2"), url("./media/inter-vietnamese-400-normal-CQIZECWR.woff") format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-ext-400-normal-OMTSHYQS.woff2") format("woff2"), url("./media/inter-latin-ext-400-normal-2H3KLIXK.woff") format("woff");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-400-normal-GYFJJKJF.woff2") format("woff2"), url("./media/inter-latin-400-normal-HCV22YHT.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-ext-400-normal-ERANL6CF.woff2") format("woff2"), url("./media/inter-cyrillic-ext-400-normal-NYJ3VVCY.woff") format("woff");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-400-normal-KR3WP37A.woff2") format("woff2"), url("./media/inter-cyrillic-400-normal-JTDOFDEL.woff") format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-ext-400-normal-7CMSSAC3.woff2") format("woff2"), url("./media/inter-greek-ext-400-normal-6GLOS2AC.woff") format("woff");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-400-normal-K452ZUNI.woff2") format("woff2"), url("./media/inter-greek-400-normal-22W3W6EP.woff") format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-vietnamese-400-normal-3ZH4IT4J.woff2") format("woff2"), url("./media/inter-vietnamese-400-normal-CQIZECWR.woff") format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-ext-400-normal-OMTSHYQS.woff2") format("woff2"), url("./media/inter-latin-ext-400-normal-2H3KLIXK.woff") format("woff");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-400-normal-GYFJJKJF.woff2") format("woff2"), url("./media/inter-latin-400-normal-HCV22YHT.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-ext-400-italic-JV25URGW.woff2") format("woff2"), url("./media/inter-cyrillic-ext-400-italic-YIADMUKC.woff") format("woff");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-cyrillic-400-italic-3J35GDSU.woff2") format("woff2"), url("./media/inter-cyrillic-400-italic-XINSSX65.woff") format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-ext-400-italic-RBEOARJN.woff2") format("woff2"), url("./media/inter-greek-ext-400-italic-YZLEDFQA.woff") format("woff");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-greek-400-italic-RDDSWK6O.woff2") format("woff2"), url("./media/inter-greek-400-italic-GAKAWNVT.woff") format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-vietnamese-400-italic-C6EVEAXB.woff2") format("woff2"), url("./media/inter-vietnamese-400-italic-AIEUMCWA.woff") format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-ext-400-italic-ZDUKYNYJ.woff2") format("woff2"), url("./media/inter-latin-ext-400-italic-5CNZP26B.woff") format("woff");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("./media/inter-latin-400-italic-ZPJMENEO.woff2") format("woff2"), url("./media/inter-latin-400-italic-TLC4PBLF.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
    transform: scale3d(0, 0, 0);
    background-color: var(--mat-ripple-color, rgba(0, 0, 0, .1))
}

.cdk-high-contrast-active .mat-ripple-element,
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0
}

[dir=rtl] .cdk-visually-hidden {
    left: auto;
    right: 0
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6
}

.cdk-overlay-dark-backdrop {
    background: #00000052
}

.cdk-overlay-transparent-backdrop {
    transition: visibility 1ms linear, opacity 1ms linear;
    visibility: hidden;
    opacity: 1
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
    visibility: visible
}

.cdk-overlay-backdrop-noop-animation {
    transition: none
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important
}

@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
}

.mat-focus-indicator {
    position: relative
}

.mat-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-focus-indicator-display, none);
    border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
    border-radius: var(--mat-focus-indicator-border-radius, 4px)
}

.mat-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-focus-indicator-display: block
}

.mat-mdc-focus-indicator {
    position: relative
}

.mat-mdc-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-mdc-focus-indicator-display, none);
    border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
    border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px)
}

.mat-mdc-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-mdc-focus-indicator-display: block
}

.mat-app-background {
    background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
    color: var(--mat-app-text-color, var(--mat-app-on-background, inherit))
}

.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
    box-shadow: var(--mat-app-elevation-shadow-level-0, none)
}

.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
    box-shadow: var(--mat-app-elevation-shadow-level-1, none)
}

.mat-elevation-z2,
html .dark-theme .new-canvas-item .icon.hovering,
html .new-canvas-item .icon.hovering,
.mat-mdc-elevation-specific.mat-elevation-z2 {
    box-shadow: var(--mat-app-elevation-shadow-level-2, none)
}

.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
    box-shadow: var(--mat-app-elevation-shadow-level-3, none)
}

.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
    box-shadow: var(--mat-app-elevation-shadow-level-4, none)
}

.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
    box-shadow: var(--mat-app-elevation-shadow-level-5, none)
}

.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
    box-shadow: var(--mat-app-elevation-shadow-level-6, none)
}

.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
    box-shadow: var(--mat-app-elevation-shadow-level-7, none)
}

.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
    box-shadow: var(--mat-app-elevation-shadow-level-8, none)
}

.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
    box-shadow: var(--mat-app-elevation-shadow-level-9, none)
}

.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
    box-shadow: var(--mat-app-elevation-shadow-level-10, none)
}

.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
    box-shadow: var(--mat-app-elevation-shadow-level-11, none)
}

.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
    box-shadow: var(--mat-app-elevation-shadow-level-12, none)
}

.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
    box-shadow: var(--mat-app-elevation-shadow-level-13, none)
}

.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
    box-shadow: var(--mat-app-elevation-shadow-level-14, none)
}

.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
    box-shadow: var(--mat-app-elevation-shadow-level-15, none)
}

.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
    box-shadow: var(--mat-app-elevation-shadow-level-16, none)
}

.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
    box-shadow: var(--mat-app-elevation-shadow-level-17, none)
}

.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
    box-shadow: var(--mat-app-elevation-shadow-level-18, none)
}

.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
    box-shadow: var(--mat-app-elevation-shadow-level-19, none)
}

.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
    box-shadow: var(--mat-app-elevation-shadow-level-20, none)
}

.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
    box-shadow: var(--mat-app-elevation-shadow-level-21, none)
}

.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
    box-shadow: var(--mat-app-elevation-shadow-level-22, none)
}

.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
    box-shadow: var(--mat-app-elevation-shadow-level-23, none)
}

.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
    box-shadow: var(--mat-app-elevation-shadow-level-24, none)
}

*,
: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 / .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 / .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:
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

@font-face {
    font-family: Inter
}

.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
    }
}

.\!visible {
    visibility: visible !important
}

.visible {
    visibility: visible
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.bottom-0\.5 {
    bottom: .125rem
}

.left-\[3px\] {
    left: 3px
}

.right-\[3px\] {
    right: 3px
}

.col-span-1 {
    grid-column: span 1 / span 1
}

.m-1 {
    margin: .25rem
}

.mx-3\.5 {
    margin-left: .875rem;
    margin-right: .875rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-3 {
    margin-top: -.75rem
}

.-mt-4 {
    margin-top: -1rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.h-1 {
    height: .25rem
}

.h-16 {
    height: 4rem
}

.h-36 {
    height: 9rem
}

.h-4 {
    height: 1rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-96 {
    max-height: 24rem
}

.min-h-48 {
    min-height: 12rem
}

.min-h-\[21px\] {
    min-height: 21px
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-16 {
    width: 4rem
}

.w-2\/3 {
    width: 66.666667%
}

.w-28 {
    width: 7rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/4 {
    width: 75%
}

.w-52 {
    width: 13rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-96 {
    width: 24rem
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0px
}

.flex-1 {
    flex: 1 1 0%
}

.grow {
    flex-grow: 1
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-2\/3 {
    flex-basis: 66.666667%
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.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
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-1 {
    gap: .25rem
}

.gap-4 {
    gap: 1rem
}

.gap-x-1 {
    column-gap: .25rem
}

.gap-x-1\.5 {
    column-gap: .375rem
}

.gap-x-2 {
    column-gap: .5rem
}

.gap-x-3 {
    column-gap: .75rem
}

.gap-x-4 {
    column-gap: 1rem
}

.gap-x-8 {
    column-gap: 2rem
}

.gap-y-0\.5 {
    row-gap: .125rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.375rem * var(--tw-space-x-reverse));
    margin-left: calc(.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.overflow-ellipsis,
.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l {
    border-left-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-20 {
    padding: 5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-2\.5 {
    padding-bottom: .625rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-1 {
    padding-left: .25rem
}

.pl-1\.5 {
    padding-left: .375rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-24 {
    padding-left: 6rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-20 {
    padding-right: 5rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-7 {
    padding-right: 1.75rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.align-middle {
    vertical-align: middle
}

.text-3xl {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: normal;
    font-weight: 400
}

.text-\[32px\] {
    font-size: 32px
}

.text-base {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400
}

.text-lg {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 400
}

.text-sm {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    font-weight: 400
}

.text-xl {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    font-weight: 400
}

.text-xs {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .4px;
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-widest {
    letter-spacing: .1em
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-40 {
    opacity: .4
}

.opacity-80 {
    opacity: .8
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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)
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    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)
}

.invert {
    --tw-invert: invert(100%);
    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) !important
}

.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(.4, 0, .2, 1);
    transition-duration: .15s
}

html,
body {
    height: 100%
}

body {
    margin: 0
}

a {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px
}

.mat-mdc-form-field-infix {
    min-width: 180px !important;
    width: 180px !important
}

.tooltip {
    max-height: 70vh;
    max-width: 500px;
    padding: 10px;
    border-radius: 2px;
    border-width: 1px;
    word-wrap: break-word;
    white-space: normal
}

.tooltip ul {
    list-style: disc outside;
    margin-left: 1em
}

.blank,
.empty,
.unset,
.sensitive {
    font-weight: 400 !important;
    font-style: italic !important;
    opacity: .8 !important
}

.context-logo {
    text-align: start;
    height: 40px
}

.context-name {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.context-type,
.context-id {
    font-size: 12px;
    line-height: 12px
}

.hidden {
    display: none
}

.pointer {
    cursor: pointer
}

.dialog-tab-content,
.dialog-content {
    height: 50vh
}

.flex-2 {
    display: flex;
    flex: 2;
    flex-basis: 100%
}

.flex-1a {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.fa-rotate-45 {
    transform: rotate(-45deg)
}

.mat-mdc-dialog-content {
    --mat-dialog-with-actions-content-padding: 20px 24px
}

.mat-mdc-dialog-actions {
    border: none !important
}

.mat-mdc-dialog-title {
    --mat-dialog-headline-padding: 0 24px 9px
}

.mat-drawer {
    --mat-sidenav-container-width: auto;
    --mat-sidenav-container-shape: 0
}

.mat-mdc-button {
    --mdc-text-button-container-shape: 4px;
    --mdc-text-button-label-text-tracking: normal;
    --mdc-text-button-label-text-weight: 400
}

.mat-mdc-unelevated-button {
    --mdc-filled-button-container-shape: 4px;
    --mdc-filled-button-label-text-tracking: normal;
    --mdc-filled-button-label-text-weight: 400
}

.mat-mdc-outlined-button {
    --mdc-outlined-button-container-shape: 4px;
    --mdc-outlined-button-label-text-tracking: normal;
    --mdc-outlined-button-label-text-weight: 400;
    --mat-outlined-button-horizontal-padding: 15px
}

.mat-mdc-tab-header {
    --mdc-secondary-navigation-tab-container-height: 36px;
    --mat-tab-header-label-text-tracking: normal;
    --mat-tab-header-label-text-weight: 400
}

.mat-tree {
    display: inline !important;
    background-color: unset !important
}

.mat-mdc-card-header-text {
    width: 100%
}

.mdc-text-field--outlined .mat-mdc-form-field-infix {
    line-height: 24px
}

.mat-expansion-panel {
    --mat-expansion-container-shape: 4px
}

.mat-expansion-panel-body {
    overflow-y: auto
}

.mat-expansion-panel-header.mat-expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    --mat-expansion-header-expanded-state-height: 50px
}

.mat-content.mat-content-hide-toggle {
    margin-right: 0 !important;
    height: 48px
}

.mat-mdc-menu-panel {
    max-width: 420px
}

.mat-mdc-menu-panel .fa {
    width: 14px;
    height: 14px;
    text-align: center
}

.mat-mdc-menu-panel .icon {
    display: inline-block;
    width: 14px;
    text-align: center
}

.mat-mdc-menu-panel .mat-divider {
    --mat-menu-divider-top-spacing: 0;
    --mat-menu-divider-bottom-spacing: 0
}

.cdk-drag-disabled {
    cursor: not-allowed !important
}

.cdk-drag-placeholder {
    opacity: 0
}

.cdk-drop-list-dragging {
    cursor: grabbing
}

.cdk-drag:hover {
    cursor: grab
}

.cdk-list {
    min-height: 34px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    -webkit-user-select: none;
    user-select: none
}

span.grip {
    width: 12px;
    height: 36px;
    display: block;
    line-height: 6px;
    letter-spacing: 1px
}

.cdk-drag-disabled {
    font-style: italic
}

.cdk-drag:hover span.grip:after {
    content: ".. .. .. .. .."
}

.mdc-notched-outline__notch {
    border-right: none
}

.CodeMirror-hints {
    z-index: 1000 !important;
    overflow-y: scroll !important
}

.mat-mdc-tab-header {
    -webkit-user-select: none;
    user-select: none
}

.mat-mdc-icon-button {
    --mdc-icon-button-state-layer-size: 36px;
    --mdc-icon-button-icon-size: 14px
}

.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button {
    padding: 0
}

mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button {
    padding: 11px
}

.mat-mdc-paginator {
    background-color: unset !important
}

.mat-mdc-dialog-surface {
    --mdc-dialog-container-shape: 4px
}

.mdc-dialog__content {
    font-size: 14px !important
}

.mat-mdc-menu-content {
    height: 100%
}

.mat-mdc-menu-content .mat-mdc-menu-item {
    min-height: 2.25rem
}

.mat-typography.text-base markdown h1 {
    margin: 0 0 16px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700
}

.mat-typography.text-base markdown h2 {
    margin: 0 0 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700
}

.mat-typography.text-base markdown h3 {
    margin: 0 0 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400
}

.mat-typography.text-base markdown h4 {
    margin: unset;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.mat-typography.text-base markdown h5 {
    margin: unset;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

.mat-typography.text-base markdown h6 {
    margin: unset;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400
}

.mat-typography.text-base markdown ul {
    list-style: disc outside;
    margin: 1em
}

.mat-typography.text-base markdown ol {
    list-style: auto outside;
    margin: 1em
}

.mat-typography.text-base markdown table {
    display: table;
    border-width: 1px;
    margin-bottom: 1em;
    width: 100%;
    table-layout: fixed;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0
}

.mat-typography.text-base markdown table th {
    -webkit-user-select: none;
    user-select: none
}

.mat-typography.text-base markdown table td,
.mat-typography.text-base markdown table th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    text-wrap: wrap;
    padding: 8px;
    word-break: break-word
}

.mat-typography.text-base markdown table th {
    text-transform: uppercase
}

.mat-typography.text-base markdown table ul {
    list-style-type: disc;
    list-style-position: inside;
    text-wrap: wrap;
    word-break: break-all
}

.listing-table,
.informational-table {
    --mat-table-header-container-height: 40px;
    --mat-table-footer-container-height: 36px;
    --mat-table-row-item-container-height: 36px;
    border-width: 1px;
    border-style: solid
}

.listing-table table,
.informational-table table {
    width: 100%;
    table-layout: fixed
}

.listing-table table td,
.informational-table table td,
.listing-table table th,
.informational-table table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
    cursor: default
}

.listing-table table .mat-column-actions,
.informational-table table .mat-column-actions {
    width: 52px
}

.informational-table table td,
.informational-table table th {
    text-wrap: wrap;
    padding: 8px;
    word-break: break-word
}

.informational-table table ul {
    list-style-type: disc;
    list-style-position: inside;
    text-wrap: wrap;
    word-break: break-all
}

.mat-sort-header-content {
    overflow: hidden
}

html {
    --mat-app-background-color: #fafafa;
    --mat-app-text-color: #303030;
    --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    --mat-ripple-color: rgba(48, 48, 48, .1);
    --mat-option-selected-state-label-text-color: #314149;
    --mat-option-label-text-color: #303030;
    --mat-option-hover-state-layer-color: rgba(48, 48, 48, .08);
    --mat-option-focus-state-layer-color: rgba(48, 48, 48, .12);
    --mat-option-selected-state-layer-color: rgba(233, 237, 251, 1);
    --mat-option-label-text-font: Inter;
    --mat-option-label-text-line-height: 1.25rem;
    --mat-option-label-text-size: 1rem;
    --mat-option-label-text-tracking: .006rem;
    --mat-option-label-text-weight: 400;
    --mat-optgroup-label-text-color: #666666;
    --mat-optgroup-label-text-font: Inter;
    --mat-optgroup-label-text-line-height: 1.25rem;
    --mat-optgroup-label-text-size: .875rem;
    --mat-optgroup-label-text-tracking: .006rem;
    --mat-optgroup-label-text-weight: 500;
    --mat-full-pseudo-checkbox-selected-icon-color: rgba(71, 87, 225, 1);
    --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
    --mat-full-pseudo-checkbox-unselected-icon-color: #666666;
    --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(48, 48, 48, .38);
    --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(48, 48, 48, .38);
    --mat-minimal-pseudo-checkbox-selected-checkmark-color: rgba(71, 87, 225, 1);
    --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(48, 48, 48, .38);
    --mdc-elevated-card-container-color: #fafafa;
    --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-elevated-card-container-shape: 12px;
    --mdc-outlined-card-container-color: #fafafa;
    --mdc-outlined-card-outline-color: #d8d8d8;
    --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-outlined-card-container-shape: 12px;
    --mdc-outlined-card-outline-width: 1px;
    --mat-card-subtitle-text-color: #303030;
    --mat-card-title-text-font: Inter;
    --mat-card-title-text-line-height: 1.75rem;
    --mat-card-title-text-size: 1.375rem;
    --mat-card-title-text-tracking: 0;
    --mat-card-title-text-weight: 400;
    --mat-card-subtitle-text-font: Inter;
    --mat-card-subtitle-text-line-height: 1.5rem;
    --mat-card-subtitle-text-size: 1rem;
    --mat-card-subtitle-text-tracking: .009rem;
    --mat-card-subtitle-text-weight: 500;
    --mdc-linear-progress-active-indicator-color: rgba(71, 87, 225, 1);
    --mdc-linear-progress-track-color: #e3e3e3;
    --mdc-linear-progress-active-indicator-height: 4px;
    --mdc-linear-progress-track-height: 4px;
    --mdc-linear-progress-track-shape: 0;
    --mdc-plain-tooltip-container-color: #444444;
    --mdc-plain-tooltip-supporting-text-color: #fafafa;
    --mdc-plain-tooltip-supporting-text-line-height: 1rem;
    --mdc-plain-tooltip-supporting-text-font: Inter;
    --mdc-plain-tooltip-supporting-text-size: .75rem;
    --mdc-plain-tooltip-supporting-text-weight: 400;
    --mdc-plain-tooltip-supporting-text-tracking: .025rem;
    --mdc-plain-tooltip-container-shape: 4px;
    --mdc-filled-text-field-caret-color: rgba(71, 87, 225, 1);
    --mdc-filled-text-field-focus-active-indicator-color: rgba(71, 87, 225, 1);
    --mdc-filled-text-field-focus-label-text-color: rgba(71, 87, 225, 1);
    --mdc-filled-text-field-container-color: #e3e3e3;
    --mdc-filled-text-field-disabled-container-color: rgba(48, 48, 48, .04);
    --mdc-filled-text-field-label-text-color: #666666;
    --mdc-filled-text-field-hover-label-text-color: #666666;
    --mdc-filled-text-field-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-filled-text-field-input-text-color: #303030;
    --mdc-filled-text-field-disabled-input-text-color: rgba(48, 48, 48, .38);
    --mdc-filled-text-field-input-text-placeholder-color: #666666;
    --mdc-filled-text-field-error-hover-label-text-color: #000000;
    --mdc-filled-text-field-error-focus-label-text-color: #ba554a;
    --mdc-filled-text-field-error-label-text-color: #ba554a;
    --mdc-filled-text-field-active-indicator-color: #666666;
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(48, 48, 48, .38);
    --mdc-filled-text-field-hover-active-indicator-color: #303030;
    --mdc-filled-text-field-error-active-indicator-color: #ba554a;
    --mdc-filled-text-field-error-focus-active-indicator-color: #ba554a;
    --mdc-filled-text-field-error-hover-active-indicator-color: #000000;
    --mdc-filled-text-field-label-text-font: Inter;
    --mdc-filled-text-field-label-text-size: 1rem;
    --mdc-filled-text-field-label-text-tracking: .031rem;
    --mdc-filled-text-field-label-text-weight: 400;
    --mdc-filled-text-field-active-indicator-height: 1px;
    --mdc-filled-text-field-focus-active-indicator-height: 2px;
    --mdc-filled-text-field-container-shape: 4px;
    --mdc-outlined-text-field-caret-color: rgba(71, 87, 225, 1);
    --mdc-outlined-text-field-focus-outline-color: rgba(71, 87, 225, 1);
    --mdc-outlined-text-field-focus-label-text-color: rgba(71, 87, 225, 1);
    --mdc-outlined-text-field-label-text-color: #666666;
    --mdc-outlined-text-field-hover-label-text-color: #303030;
    --mdc-outlined-text-field-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-outlined-text-field-input-text-color: #303030;
    --mdc-outlined-text-field-disabled-input-text-color: rgba(48, 48, 48, .38);
    --mdc-outlined-text-field-input-text-placeholder-color: #666666;
    --mdc-outlined-text-field-error-focus-label-text-color: #ba554a;
    --mdc-outlined-text-field-error-label-text-color: #ba554a;
    --mdc-outlined-text-field-error-hover-label-text-color: #000000;
    --mdc-outlined-text-field-outline-color: #d8d8d8;
    --mdc-outlined-text-field-disabled-outline-color: rgba(48, 48, 48, .12);
    --mdc-outlined-text-field-hover-outline-color: #303030;
    --mdc-outlined-text-field-error-focus-outline-color: #ba554a;
    --mdc-outlined-text-field-error-hover-outline-color: #000000;
    --mdc-outlined-text-field-error-outline-color: #ba554a;
    --mdc-outlined-text-field-label-text-font: Inter;
    --mdc-outlined-text-field-label-text-size: 1rem;
    --mdc-outlined-text-field-label-text-tracking: .031rem;
    --mdc-outlined-text-field-label-text-weight: 400;
    --mdc-outlined-text-field-outline-width: 1px;
    --mdc-outlined-text-field-focus-outline-width: 2px;
    --mdc-outlined-text-field-container-shape: 4px;
    --mat-form-field-focus-select-arrow-color: rgba(71, 87, 225, 1);
    --mat-form-field-disabled-input-text-placeholder-color: rgba(48, 48, 48, .38);
    --mat-form-field-state-layer-color: #303030;
    --mat-form-field-error-text-color: #ba554a;
    --mat-form-field-select-option-text-color: #303030;
    --mat-form-field-select-disabled-option-text-color: rgba(48, 48, 48, .38);
    --mat-form-field-leading-icon-color: #666666;
    --mat-form-field-disabled-leading-icon-color: rgba(48, 48, 48, .38);
    --mat-form-field-trailing-icon-color: #666666;
    --mat-form-field-disabled-trailing-icon-color: rgba(48, 48, 48, .38);
    --mat-form-field-error-focus-trailing-icon-color: #ba554a;
    --mat-form-field-error-hover-trailing-icon-color: #000000;
    --mat-form-field-error-trailing-icon-color: #ba554a;
    --mat-form-field-enabled-select-arrow-color: #666666;
    --mat-form-field-disabled-select-arrow-color: rgba(48, 48, 48, .38);
    --mat-form-field-hover-state-layer-opacity: .08;
    --mat-form-field-container-text-font: Inter;
    --mat-form-field-container-text-line-height: 1.5rem;
    --mat-form-field-container-text-size: 1rem;
    --mat-form-field-container-text-tracking: .031rem;
    --mat-form-field-container-text-weight: 400;
    --mat-form-field-subscript-text-font: Inter;
    --mat-form-field-subscript-text-line-height: 1rem;
    --mat-form-field-subscript-text-size: .75rem;
    --mat-form-field-subscript-text-tracking: .025rem;
    --mat-form-field-subscript-text-weight: 400;
    --mat-form-field-container-height: 44px;
    --mat-form-field-filled-label-display: none;
    --mat-form-field-container-vertical-padding: 10px;
    --mat-form-field-filled-with-label-container-padding-top: 10px;
    --mat-form-field-filled-with-label-container-padding-bottom: 10px;
    --mat-form-field-focus-state-layer-opacity: 0;
    --mat-select-panel-background-color: #f4f4f4;
    --mat-select-enabled-trigger-text-color: #303030;
    --mat-select-disabled-trigger-text-color: rgba(48, 48, 48, .38);
    --mat-select-placeholder-text-color: #666666;
    --mat-select-enabled-arrow-color: #666666;
    --mat-select-disabled-arrow-color: rgba(48, 48, 48, .38);
    --mat-select-focused-arrow-color: rgba(71, 87, 225, 1);
    --mat-select-invalid-arrow-color: #ba554a;
    --mat-select-trigger-text-font: Inter;
    --mat-select-trigger-text-line-height: 1.5rem;
    --mat-select-trigger-text-size: 1rem;
    --mat-select-trigger-text-tracking: .031rem;
    --mat-select-trigger-text-weight: 400;
    --mat-select-arrow-transform: none;
    --mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    --mat-autocomplete-background-color: #f4f4f4;
    --mat-autocomplete-container-shape: 4px;
    --mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    --mdc-dialog-container-color: #fafafa;
    --mdc-dialog-subhead-color: #303030;
    --mdc-dialog-supporting-text-color: #666666;
    --mdc-dialog-subhead-font: Inter;
    --mdc-dialog-subhead-line-height: 2rem;
    --mdc-dialog-subhead-size: 1.5rem;
    --mdc-dialog-subhead-weight: 400;
    --mdc-dialog-subhead-tracking: 0;
    --mdc-dialog-supporting-text-font: Inter;
    --mdc-dialog-supporting-text-line-height: 1.25rem;
    --mdc-dialog-supporting-text-size: .875rem;
    --mdc-dialog-supporting-text-weight: 400;
    --mdc-dialog-supporting-text-tracking: .016rem;
    --mdc-dialog-container-shape: 28px;
    --mat-dialog-container-elevation-shadow: none;
    --mat-dialog-container-max-width: 560px;
    --mat-dialog-container-small-max-width: calc(100vw - 32px);
    --mat-dialog-container-min-width: 280px;
    --mat-dialog-actions-alignment: flex-end;
    --mat-dialog-actions-padding: 16px 24px;
    --mat-dialog-content-padding: 20px 24px;
    --mat-dialog-with-actions-content-padding: 20px 24px 0;
    --mat-dialog-headline-padding: 6px 24px 13px;
    --mdc-chip-outline-color: #d8d8d8;
    --mdc-chip-disabled-outline-color: rgba(48, 48, 48, .12);
    --mdc-chip-focus-outline-color: #666666;
    --mdc-chip-hover-state-layer-opacity: .08;
    --mdc-chip-selected-hover-state-layer-opacity: .08;
    --mdc-chip-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-chip-elevated-selected-container-color: rgba(233, 237, 251, 1);
    --mdc-chip-flat-disabled-selected-container-color: rgba(48, 48, 48, .12);
    --mdc-chip-focus-state-layer-color: #666666;
    --mdc-chip-hover-state-layer-color: #666666;
    --mdc-chip-selected-hover-state-layer-color: #314149;
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: #314149;
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: #666666;
    --mdc-chip-selected-label-text-color: #314149;
    --mdc-chip-with-icon-icon-color: #666666;
    --mdc-chip-with-icon-disabled-icon-color: #303030;
    --mdc-chip-with-icon-selected-icon-color: #314149;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #303030;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #666666;
    --mdc-chip-label-text-font: Inter;
    --mdc-chip-label-text-line-height: 1.25rem;
    --mdc-chip-label-text-size: .875rem;
    --mdc-chip-label-text-tracking: .006rem;
    --mdc-chip-label-text-weight: 500;
    --mdc-chip-container-height: 24px;
    --mdc-chip-container-shape-radius: 8px;
    --mdc-chip-with-avatar-avatar-shape-radius: 24px;
    --mdc-chip-with-avatar-avatar-size: 24px;
    --mdc-chip-with-icon-icon-size: 18px;
    --mdc-chip-outline-width: 1px;
    --mdc-chip-with-avatar-disabled-avatar-opacity: .38;
    --mdc-chip-flat-selected-outline-width: 0;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;
    --mdc-chip-with-icon-disabled-icon-opacity: .38;
    --mdc-chip-elevated-container-color: transparent;
    --mat-chip-trailing-action-state-layer-color: #666666;
    --mat-chip-selected-trailing-action-state-layer-color: #314149;
    --mat-chip-trailing-action-hover-state-layer-opacity: .08;
    --mat-chip-trailing-action-focus-state-layer-opacity: .12;
    --mat-chip-selected-disabled-trailing-icon-color: #303030;
    --mat-chip-selected-trailing-icon-color: #314149;
    --mat-chip-disabled-container-opacity: 1;
    --mat-chip-trailing-action-opacity: 1;
    --mat-chip-trailing-action-focus-opacity: 1;
    --mdc-switch-selected-focus-state-layer-opacity: .12;
    --mdc-switch-selected-hover-state-layer-opacity: .08;
    --mdc-switch-selected-pressed-state-layer-opacity: .12;
    --mdc-switch-unselected-focus-state-layer-opacity: .12;
    --mdc-switch-unselected-hover-state-layer-opacity: .08;
    --mdc-switch-unselected-pressed-state-layer-opacity: .12;
    --mdc-switch-selected-focus-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-handle-color: #ffffff;
    --mdc-switch-selected-hover-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-pressed-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-focus-handle-color: #b3eded;
    --mdc-switch-selected-hover-handle-color: #b3eded;
    --mdc-switch-selected-pressed-handle-color: #b3eded;
    --mdc-switch-selected-focus-track-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-hover-track-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-pressed-track-color: rgba(71, 87, 225, 1);
    --mdc-switch-selected-track-color: rgba(71, 87, 225, 1);
    --mdc-switch-disabled-selected-handle-color: #fafafa;
    --mdc-switch-disabled-selected-icon-color: #303030;
    --mdc-switch-disabled-selected-track-color: #303030;
    --mdc-switch-disabled-unselected-handle-color: #303030;
    --mdc-switch-disabled-unselected-icon-color: #e3e3e3;
    --mdc-switch-disabled-unselected-track-color: #e3e3e3;
    --mdc-switch-selected-icon-color: #002020;
    --mdc-switch-unselected-focus-handle-color: #666666;
    --mdc-switch-unselected-focus-state-layer-color: #303030;
    --mdc-switch-unselected-focus-track-color: #e3e3e3;
    --mdc-switch-unselected-handle-color: #d8d8d8;
    --mdc-switch-unselected-hover-handle-color: #666666;
    --mdc-switch-unselected-hover-state-layer-color: #303030;
    --mdc-switch-unselected-hover-track-color: #e3e3e3;
    --mdc-switch-unselected-icon-color: #e3e3e3;
    --mdc-switch-unselected-pressed-handle-color: #666666;
    --mdc-switch-unselected-pressed-state-layer-color: #303030;
    --mdc-switch-unselected-pressed-track-color: #e3e3e3;
    --mdc-switch-unselected-track-color: #e3e3e3;
    --mdc-switch-disabled-selected-icon-opacity: .38;
    --mdc-switch-disabled-track-opacity: .12;
    --mdc-switch-disabled-unselected-icon-opacity: .38;
    --mdc-switch-handle-shape: 9999px;
    --mdc-switch-selected-icon-size: 16px;
    --mdc-switch-track-height: 32px;
    --mdc-switch-track-shape: 9999px;
    --mdc-switch-track-width: 52px;
    --mdc-switch-unselected-icon-size: 16px;
    --mdc-switch-state-layer-size: 40px;
    --mat-switch-track-outline-color: #d8d8d8;
    --mat-switch-disabled-unselected-track-outline-color: #303030;
    --mat-switch-label-text-color: #303030;
    --mat-switch-label-text-font: Inter;
    --mat-switch-label-text-line-height: 1.25rem;
    --mat-switch-label-text-size: .875rem;
    --mat-switch-label-text-tracking: .016rem;
    --mat-switch-label-text-weight: 400;
    --mat-switch-disabled-selected-handle-opacity: 1;
    --mat-switch-disabled-unselected-handle-opacity: .38;
    --mat-switch-unselected-handle-size: 16px;
    --mat-switch-selected-handle-size: 24px;
    --mat-switch-pressed-handle-size: 28px;
    --mat-switch-with-icon-handle-size: 24px;
    --mat-switch-selected-handle-horizontal-margin: 0 24px;
    --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
    --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
    --mat-switch-unselected-handle-horizontal-margin: 0 8px;
    --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
    --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
    --mat-switch-visible-track-opacity: 1;
    --mat-switch-hidden-track-opacity: 0;
    --mat-switch-visible-track-transition: opacity 75ms;
    --mat-switch-hidden-track-transition: opacity 75ms;
    --mat-switch-track-outline-width: 2px;
    --mat-switch-selected-track-outline-width: 2px;
    --mat-switch-selected-track-outline-color: transparent;
    --mat-switch-disabled-unselected-track-outline-width: 2px;
    --mdc-radio-disabled-selected-icon-color: #303030;
    --mdc-radio-disabled-unselected-icon-color: #303030;
    --mdc-radio-unselected-hover-icon-color: #303030;
    --mdc-radio-unselected-icon-color: #666666;
    --mdc-radio-unselected-pressed-icon-color: #303030;
    --mdc-radio-selected-focus-icon-color: rgba(71, 87, 225, 1);
    --mdc-radio-selected-hover-icon-color: rgba(71, 87, 225, 1);
    --mdc-radio-selected-icon-color: rgba(71, 87, 225, 1);
    --mdc-radio-selected-pressed-icon-color: rgba(71, 87, 225, 1);
    --mdc-radio-state-layer-size: 28px;
    --mdc-radio-disabled-selected-icon-opacity: .38;
    --mdc-radio-disabled-unselected-icon-opacity: .38;
    --mat-radio-ripple-color: #303030;
    --mat-radio-checked-ripple-color: rgba(71, 87, 225, 1);
    --mat-radio-disabled-label-color: rgba(48, 48, 48, .38);
    --mat-radio-label-text-color: #303030;
    --mat-radio-label-text-font: Inter;
    --mat-radio-label-text-line-height: 1.25rem;
    --mat-radio-label-text-size: .875rem;
    --mat-radio-label-text-tracking: .016rem;
    --mat-radio-label-text-weight: 400;
    --mat-radio-touch-target-display: none;
    --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-slider-handle-color: rgba(71, 87, 225, 1);
    --mdc-slider-focus-handle-color: rgba(71, 87, 225, 1);
    --mdc-slider-hover-handle-color: rgba(71, 87, 225, 1);
    --mdc-slider-active-track-color: rgba(71, 87, 225, 1);
    --mdc-slider-inactive-track-color: #e3e3e3;
    --mdc-slider-with-tick-marks-inactive-container-color: #666666;
    --mdc-slider-with-tick-marks-active-container-color: #ffffff;
    --mdc-slider-disabled-active-track-color: #303030;
    --mdc-slider-disabled-handle-color: #303030;
    --mdc-slider-disabled-inactive-track-color: #303030;
    --mdc-slider-label-container-color: rgba(71, 87, 225, 1);
    --mdc-slider-label-label-text-color: #ffffff;
    --mdc-slider-with-overlap-handle-outline-color: #ffffff;
    --mdc-slider-with-tick-marks-disabled-container-color: #303030;
    --mdc-slider-label-label-text-font: Inter;
    --mdc-slider-label-label-text-size: .75rem;
    --mdc-slider-label-label-text-line-height: 1rem;
    --mdc-slider-label-label-text-tracking: .031rem;
    --mdc-slider-label-label-text-weight: 500;
    --mdc-slider-active-track-height: 4px;
    --mdc-slider-active-track-shape: 9999px;
    --mdc-slider-handle-height: 20px;
    --mdc-slider-handle-shape: 9999px;
    --mdc-slider-handle-width: 20px;
    --mdc-slider-inactive-track-height: 4px;
    --mdc-slider-inactive-track-shape: 9999px;
    --mdc-slider-with-overlap-handle-outline-width: 1px;
    --mdc-slider-with-tick-marks-active-container-opacity: .38;
    --mdc-slider-with-tick-marks-container-shape: 9999px;
    --mdc-slider-with-tick-marks-container-size: 2px;
    --mdc-slider-with-tick-marks-inactive-container-opacity: .38;
    --mat-slider-ripple-color: rgba(71, 87, 225, 1);
    --mat-slider-hover-state-layer-color: rgba(0, 72, 73, .05);
    --mat-slider-focus-state-layer-color: rgba(0, 72, 73, .2);
    --mat-slider-value-indicator-width: 28px;
    --mat-slider-value-indicator-height: 28px;
    --mat-slider-value-indicator-caret-display: none;
    --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
    --mat-slider-value-indicator-padding: 0;
    --mat-slider-value-indicator-text-transform: rotate(45deg);
    --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
    --mat-slider-value-indicator-opacity: 1;
    --mat-menu-item-label-text-color: #303030;
    --mat-menu-item-icon-color: #666666;
    --mat-menu-item-hover-state-layer-color: rgba(48, 48, 48, .08);
    --mat-menu-item-focus-state-layer-color: rgba(48, 48, 48, .12);
    --mat-menu-container-color: #f4f4f4;
    --mat-menu-divider-color: #e3e3e3;
    --mat-menu-item-label-text-font: Inter;
    --mat-menu-item-label-text-size: .875rem;
    --mat-menu-item-label-text-tracking: .006rem;
    --mat-menu-item-label-text-line-height: 1.25rem;
    --mat-menu-item-label-text-weight: 500;
    --mat-menu-container-shape: 4px;
    --mat-menu-divider-bottom-spacing: 8px;
    --mat-menu-divider-top-spacing: 8px;
    --mat-menu-item-spacing: 12px;
    --mat-menu-item-icon-size: 24px;
    --mat-menu-item-leading-spacing: 12px;
    --mat-menu-item-trailing-spacing: 12px;
    --mat-menu-item-with-icon-leading-spacing: 12px;
    --mat-menu-item-with-icon-trailing-spacing: 12px;
    --mat-menu-base-elevation-level: 2;
    --mdc-list-list-item-container-color: transparent;
    --mdc-list-list-item-leading-avatar-color: #b3eded;
    --mdc-list-list-item-disabled-state-layer-color: #303030;
    --mdc-list-list-item-disabled-state-layer-opacity: .12;
    --mdc-list-list-item-label-text-color: #303030;
    --mdc-list-list-item-supporting-text-color: #666666;
    --mdc-list-list-item-leading-icon-color: #666666;
    --mdc-list-list-item-trailing-supporting-text-color: #666666;
    --mdc-list-list-item-trailing-icon-color: #666666;
    --mdc-list-list-item-selected-trailing-icon-color: rgba(71, 87, 225, 1);
    --mdc-list-list-item-disabled-label-text-color: #303030;
    --mdc-list-list-item-disabled-leading-icon-color: #303030;
    --mdc-list-list-item-disabled-trailing-icon-color: #303030;
    --mdc-list-list-item-hover-label-text-color: #303030;
    --mdc-list-list-item-focus-label-text-color: #303030;
    --mdc-list-list-item-hover-state-layer-color: #303030;
    --mdc-list-list-item-hover-state-layer-opacity: .08;
    --mdc-list-list-item-focus-state-layer-color: #303030;
    --mdc-list-list-item-focus-state-layer-opacity: .12;
    --mdc-list-list-item-label-text-font: Inter;
    --mdc-list-list-item-label-text-line-height: 1.5rem;
    --mdc-list-list-item-label-text-size: 1rem;
    --mdc-list-list-item-label-text-tracking: .031rem;
    --mdc-list-list-item-label-text-weight: 400;
    --mdc-list-list-item-supporting-text-font: Inter;
    --mdc-list-list-item-supporting-text-line-height: 1.25rem;
    --mdc-list-list-item-supporting-text-size: .875rem;
    --mdc-list-list-item-supporting-text-tracking: .016rem;
    --mdc-list-list-item-supporting-text-weight: 400;
    --mdc-list-list-item-trailing-supporting-text-font: Inter;
    --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
    --mdc-list-list-item-trailing-supporting-text-size: .688rem;
    --mdc-list-list-item-trailing-supporting-text-tracking: .031rem;
    --mdc-list-list-item-trailing-supporting-text-weight: 500;
    --mdc-list-list-item-one-line-container-height: 36px;
    --mdc-list-list-item-two-line-container-height: 52px;
    --mdc-list-list-item-three-line-container-height: 76px;
    --mdc-list-list-item-container-shape: 0;
    --mdc-list-list-item-leading-avatar-shape: 9999px;
    --mdc-list-list-item-leading-icon-size: 24px;
    --mdc-list-list-item-leading-avatar-size: 40px;
    --mdc-list-list-item-trailing-icon-size: 24px;
    --mdc-list-list-item-disabled-label-text-opacity: .3;
    --mdc-list-list-item-disabled-leading-icon-opacity: .38;
    --mdc-list-list-item-disabled-trailing-icon-opacity: .38;
    --mat-list-active-indicator-color: rgba(233, 237, 251, 1);
    --mat-list-list-item-leading-icon-start-space: 4px;
    --mat-list-list-item-leading-icon-end-space: 4px;
    --mat-list-active-indicator-shape: 9999px;
    --mat-paginator-container-text-color: #303030;
    --mat-paginator-container-background-color: #fafafa;
    --mat-paginator-enabled-icon-color: #666666;
    --mat-paginator-disabled-icon-color: rgba(48, 48, 48, .38);
    --mat-paginator-container-text-font: Inter;
    --mat-paginator-container-text-line-height: 1rem;
    --mat-paginator-container-text-size: .75rem;
    --mat-paginator-container-text-tracking: .025rem;
    --mat-paginator-container-text-weight: 400;
    --mat-paginator-select-trigger-text-size: .75rem;
    --mat-paginator-container-size: 40px;
    --mat-paginator-form-field-container-height: 40px;
    --mat-paginator-form-field-container-vertical-padding: 8px;
    --mat-paginator-touch-target-display: none;
    --mdc-secondary-navigation-tab-container-height: 36px;
    --mdc-tab-indicator-active-indicator-color: rgba(71, 87, 225, 1);
    --mdc-tab-indicator-active-indicator-height: 2px;
    --mdc-tab-indicator-active-indicator-shape: 0;
    --mat-tab-header-divider-color: #e3e3e3;
    --mat-tab-header-pagination-icon-color: #303030;
    --mat-tab-header-inactive-label-text-color: #303030;
    --mat-tab-header-active-label-text-color: #303030;
    --mat-tab-header-active-ripple-color: #303030;
    --mat-tab-header-inactive-ripple-color: #303030;
    --mat-tab-header-inactive-focus-label-text-color: #303030;
    --mat-tab-header-inactive-hover-label-text-color: #303030;
    --mat-tab-header-active-focus-label-text-color: #303030;
    --mat-tab-header-active-hover-label-text-color: #303030;
    --mat-tab-header-active-focus-indicator-color: rgba(71, 87, 225, 1);
    --mat-tab-header-active-hover-indicator-color: rgba(71, 87, 225, 1);
    --mat-tab-header-label-text-font: Inter;
    --mat-tab-header-label-text-size: .875rem;
    --mat-tab-header-label-text-tracking: .006rem;
    --mat-tab-header-label-text-line-height: 1.25rem;
    --mat-tab-header-label-text-weight: 500;
    --mat-tab-header-divider-height: 1px;
    --mdc-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mdc-checkbox-selected-focus-state-layer-opacity: .12;
    --mdc-checkbox-selected-hover-state-layer-opacity: .08;
    --mdc-checkbox-selected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-unselected-focus-state-layer-opacity: .12;
    --mdc-checkbox-unselected-hover-state-layer-opacity: .08;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-selected-pressed-icon-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-disabled-selected-icon-color: rgba(48, 48, 48, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(48, 48, 48, .38);
    --mdc-checkbox-selected-checkmark-color: #ffffff;
    --mdc-checkbox-selected-focus-icon-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-selected-hover-icon-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-selected-icon-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-unselected-focus-icon-color: #303030;
    --mdc-checkbox-unselected-hover-icon-color: #303030;
    --mdc-checkbox-unselected-icon-color: #666666;
    --mdc-checkbox-selected-focus-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-selected-hover-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-selected-pressed-state-layer-color: #303030;
    --mdc-checkbox-unselected-focus-state-layer-color: #303030;
    --mdc-checkbox-unselected-hover-state-layer-color: #303030;
    --mdc-checkbox-unselected-pressed-state-layer-color: rgba(71, 87, 225, 1);
    --mdc-checkbox-state-layer-size: 28px;
    --mat-checkbox-disabled-label-color: rgba(48, 48, 48, .38);
    --mat-checkbox-label-text-color: #303030;
    --mat-checkbox-label-text-font: Inter;
    --mat-checkbox-label-text-line-height: 1.25rem;
    --mat-checkbox-label-text-size: .875rem;
    --mat-checkbox-label-text-tracking: .016rem;
    --mat-checkbox-label-text-weight: 400;
    --mat-checkbox-touch-target-display: none;
    --mdc-text-button-label-text-color: rgba(71, 87, 225, 1);
    --mdc-text-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-text-button-label-text-font: Inter;
    --mdc-text-button-label-text-size: .875rem;
    --mdc-text-button-label-text-tracking: .006rem;
    --mdc-text-button-label-text-weight: 500;
    --mdc-text-button-container-height: 28px;
    --mdc-text-button-container-shape: 9999px;
    --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-container-color: #fafafa;
    --mdc-protected-button-label-text-color: rgba(71, 87, 225, 1);
    --mdc-protected-button-disabled-container-color: rgba(48, 48, 48, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-protected-button-label-text-font: Inter;
    --mdc-protected-button-label-text-size: .875rem;
    --mdc-protected-button-label-text-tracking: .006rem;
    --mdc-protected-button-label-text-weight: 500;
    --mdc-protected-button-container-height: 28px;
    --mdc-protected-button-container-shape: 9999px;
    --mdc-filled-button-container-color: rgba(71, 87, 225, 1);
    --mdc-filled-button-label-text-color: #ffffff;
    --mdc-filled-button-disabled-container-color: rgba(48, 48, 48, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-filled-button-label-text-font: Inter;
    --mdc-filled-button-label-text-size: .875rem;
    --mdc-filled-button-label-text-tracking: .006rem;
    --mdc-filled-button-label-text-weight: 500;
    --mdc-filled-button-container-height: 28px;
    --mdc-filled-button-container-shape: 9999px;
    --mdc-outlined-button-disabled-outline-color: rgba(48, 48, 48, .12);
    --mdc-outlined-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-outlined-button-label-text-color: rgba(71, 87, 225, 1);
    --mdc-outlined-button-outline-color: #d8d8d8;
    --mdc-outlined-button-label-text-font: Inter;
    --mdc-outlined-button-label-text-size: .875rem;
    --mdc-outlined-button-label-text-tracking: .006rem;
    --mdc-outlined-button-label-text-weight: 500;
    --mdc-outlined-button-container-height: 28px;
    --mdc-outlined-button-outline-width: 1px;
    --mdc-outlined-button-container-shape: 9999px;
    --mat-text-button-state-layer-color: rgba(71, 87, 225, 1);
    --mat-text-button-disabled-state-layer-color: #666666;
    --mat-text-button-ripple-color: rgba(0, 72, 73, .12);
    --mat-text-button-hover-state-layer-opacity: .08;
    --mat-text-button-focus-state-layer-opacity: .12;
    --mat-text-button-pressed-state-layer-opacity: .12;
    --mat-text-button-touch-target-display: none;
    --mat-text-button-horizontal-padding: 12px;
    --mat-text-button-with-icon-horizontal-padding: 16px;
    --mat-text-button-icon-spacing: 8px;
    --mat-text-button-icon-offset: -4px;
    --mat-protected-button-state-layer-color: rgba(71, 87, 225, 1);
    --mat-protected-button-disabled-state-layer-color: #666666;
    --mat-protected-button-ripple-color: rgba(0, 72, 73, .12);
    --mat-protected-button-hover-state-layer-opacity: .08;
    --mat-protected-button-focus-state-layer-opacity: .12;
    --mat-protected-button-pressed-state-layer-opacity: .12;
    --mat-protected-button-touch-target-display: none;
    --mat-protected-button-horizontal-padding: 24px;
    --mat-protected-button-icon-spacing: 8px;
    --mat-protected-button-icon-offset: -8px;
    --mat-filled-button-state-layer-color: #ffffff;
    --mat-filled-button-disabled-state-layer-color: #666666;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, .12);
    --mat-filled-button-hover-state-layer-opacity: .08;
    --mat-filled-button-focus-state-layer-opacity: .12;
    --mat-filled-button-pressed-state-layer-opacity: .12;
    --mat-filled-button-touch-target-display: none;
    --mat-filled-button-horizontal-padding: 24px;
    --mat-filled-button-icon-spacing: 8px;
    --mat-filled-button-icon-offset: -8px;
    --mat-outlined-button-state-layer-color: rgba(71, 87, 225, 1);
    --mat-outlined-button-disabled-state-layer-color: #666666;
    --mat-outlined-button-ripple-color: rgba(0, 72, 73, .12);
    --mat-outlined-button-hover-state-layer-opacity: .08;
    --mat-outlined-button-focus-state-layer-opacity: .12;
    --mat-outlined-button-pressed-state-layer-opacity: .12;
    --mat-outlined-button-touch-target-display: none;
    --mat-outlined-button-horizontal-padding: 24px;
    --mat-outlined-button-icon-spacing: 8px;
    --mat-outlined-button-icon-offset: -8px;
    --mdc-icon-button-icon-color: #666666;
    --mdc-icon-button-disabled-icon-color: rgba(48, 48, 48, .38);
    --mdc-icon-button-state-layer-size: 28px;
    --mdc-icon-button-icon-size: 24px;
    --mat-icon-button-state-layer-color: #666666;
    --mat-icon-button-disabled-state-layer-color: #666666;
    --mat-icon-button-ripple-color: rgba(102, 102, 102, .12);
    --mat-icon-button-hover-state-layer-opacity: .08;
    --mat-icon-button-focus-state-layer-opacity: .12;
    --mat-icon-button-pressed-state-layer-opacity: .12;
    --mat-icon-button-touch-target-display: none;
    --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-label-text-font: Inter;
    --mdc-extended-fab-label-text-size: .875rem;
    --mdc-extended-fab-label-text-tracking: .006rem;
    --mdc-extended-fab-label-text-weight: 500;
    --mdc-extended-fab-container-height: 56px;
    --mdc-extended-fab-container-shape: 16px;
    --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-container-color: #b3eded;
    --mdc-fab-container-shape: 16px;
    --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-container-color: #b3eded;
    --mdc-fab-small-container-shape: 12px;
    --mat-fab-foreground-color: #002020;
    --mat-fab-state-layer-color: #002020;
    --mat-fab-ripple-color: rgba(0, 32, 32, .12);
    --mat-fab-hover-state-layer-opacity: .08;
    --mat-fab-focus-state-layer-opacity: .12;
    --mat-fab-pressed-state-layer-opacity: .12;
    --mat-fab-disabled-state-container-color: rgba(48, 48, 48, .12);
    --mat-fab-disabled-state-foreground-color: rgba(48, 48, 48, .38);
    --mat-fab-touch-target-display: none;
    --mat-fab-small-foreground-color: #002020;
    --mat-fab-small-state-layer-color: #002020;
    --mat-fab-small-ripple-color: rgba(0, 32, 32, .12);
    --mat-fab-small-hover-state-layer-opacity: .08;
    --mat-fab-small-focus-state-layer-opacity: .12;
    --mat-fab-small-pressed-state-layer-opacity: .12;
    --mat-fab-small-disabled-state-container-color: rgba(48, 48, 48, .12);
    --mat-fab-small-disabled-state-foreground-color: rgba(48, 48, 48, .38);
    --mdc-snackbar-container-color: #444444;
    --mdc-snackbar-supporting-text-color: #fafafa;
    --mdc-snackbar-supporting-text-font: Inter;
    --mdc-snackbar-supporting-text-line-height: 1.25rem;
    --mdc-snackbar-supporting-text-size: .875rem;
    --mdc-snackbar-supporting-text-weight: 400;
    --mdc-snackbar-container-shape: 4px;
    --mat-snack-bar-button-color: #97d1d1;
    --mat-table-background-color: #fafafa;
    --mat-table-header-headline-color: #303030;
    --mat-table-row-item-label-text-color: #303030;
    --mat-table-row-item-outline-color: #d8d8d8;
    --mat-table-header-headline-font: Inter;
    --mat-table-header-headline-line-height: 1.25rem;
    --mat-table-header-headline-size: .875rem;
    --mat-table-header-headline-weight: 500;
    --mat-table-header-headline-tracking: .006rem;
    --mat-table-row-item-label-text-font: Inter;
    --mat-table-row-item-label-text-line-height: 1.25rem;
    --mat-table-row-item-label-text-size: .875rem;
    --mat-table-row-item-label-text-weight: 400;
    --mat-table-row-item-label-text-tracking: .016rem;
    --mat-table-footer-supporting-text-font: Inter;
    --mat-table-footer-supporting-text-line-height: 1.25rem;
    --mat-table-footer-supporting-text-size: .875rem;
    --mat-table-footer-supporting-text-weight: 400;
    --mat-table-footer-supporting-text-tracking: .016rem;
    --mat-table-header-container-height: 44px;
    --mat-table-footer-container-height: 40px;
    --mat-table-row-item-container-height: 40px;
    --mat-table-row-item-outline-width: 1px;
    --mdc-circular-progress-active-indicator-color: rgba(71, 87, 225, 1);
    --mdc-circular-progress-active-indicator-width: 4px;
    --mdc-circular-progress-size: 48px;
    --mat-badge-background-color: #ba554a;
    --mat-badge-text-color: #ffffff;
    --mat-badge-disabled-state-background-color: rgba(186, 85, 74, .38);
    --mat-badge-disabled-state-text-color: #ffffff;
    --mat-badge-text-font: Inter;
    --mat-badge-text-size: .688rem;
    --mat-badge-text-weight: 500;
    --mat-badge-large-size-text-size: .688rem;
    --mat-badge-container-shape: 9999px;
    --mat-badge-container-size: 16px;
    --mat-badge-small-size-container-size: 6px;
    --mat-badge-large-size-container-size: 16px;
    --mat-badge-legacy-container-size: 16px;
    --mat-badge-legacy-small-size-container-size: 16px;
    --mat-badge-legacy-large-size-container-size: 16px;
    --mat-badge-container-offset: -12px 0;
    --mat-badge-small-size-container-offset: -6px 0;
    --mat-badge-large-size-container-offset: -12px 0;
    --mat-badge-container-overlap-offset: -12px;
    --mat-badge-small-size-container-overlap-offset: -6px;
    --mat-badge-large-size-container-overlap-offset: -12px;
    --mat-badge-container-padding: 0 4px;
    --mat-badge-small-size-container-padding: 0;
    --mat-badge-large-size-container-padding: 0 4px;
    --mat-badge-small-size-text-size: 0;
    --mat-bottom-sheet-container-text-color: #303030;
    --mat-bottom-sheet-container-background-color: #fafafa;
    --mat-bottom-sheet-container-text-font: Inter;
    --mat-bottom-sheet-container-text-line-height: 1.5rem;
    --mat-bottom-sheet-container-text-size: 1rem;
    --mat-bottom-sheet-container-text-tracking: .031rem;
    --mat-bottom-sheet-container-text-weight: 400;
    --mat-bottom-sheet-container-shape: 28px;
    --mat-standard-button-toggle-hover-state-layer-opacity: .08;
    --mat-standard-button-toggle-focus-state-layer-opacity: .12;
    --mat-standard-button-toggle-text-color: #303030;
    --mat-standard-button-toggle-state-layer-color: #303030;
    --mat-standard-button-toggle-selected-state-background-color: rgba(233, 237, 251, 1);
    --mat-standard-button-toggle-selected-state-text-color: #314149;
    --mat-standard-button-toggle-disabled-state-text-color: rgba(48, 48, 48, .38);
    --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(48, 48, 48, .38);
    --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(48, 48, 48, .12);
    --mat-standard-button-toggle-divider-color: #d8d8d8;
    --mat-standard-button-toggle-label-text-font: Inter;
    --mat-standard-button-toggle-label-text-line-height: 1.25rem;
    --mat-standard-button-toggle-label-text-size: .875rem;
    --mat-standard-button-toggle-label-text-tracking: .006rem;
    --mat-standard-button-toggle-label-text-weight: 500;
    --mat-standard-button-toggle-height: 36px;
    --mat-standard-button-toggle-shape: 9999px;
    --mat-standard-button-toggle-background-color: transparent;
    --mat-standard-button-toggle-disabled-state-background-color: transparent;
    --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
    --mat-datepicker-calendar-date-selected-state-background-color: rgba(71, 87, 225, 1);
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(48, 48, 48, .38);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(71, 87, 225, 1);
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(48, 48, 48, .12);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(48, 48, 48, .08);
    --mat-datepicker-toggle-active-state-icon-color: #666666;
    --mat-datepicker-calendar-date-in-range-state-background-color: #b3eded;
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #d7ccc8;
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: rgba(233, 237, 251, 1);
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #A5A7B7;
    --mat-datepicker-toggle-icon-color: #666666;
    --mat-datepicker-calendar-body-label-text-color: #303030;
    --mat-datepicker-calendar-period-button-text-color: #666666;
    --mat-datepicker-calendar-period-button-icon-color: #666666;
    --mat-datepicker-calendar-navigation-button-icon-color: #666666;
    --mat-datepicker-calendar-header-text-color: #666666;
    --mat-datepicker-calendar-date-today-outline-color: rgba(71, 87, 225, 1);
    --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(48, 48, 48, .38);
    --mat-datepicker-calendar-date-text-color: #303030;
    --mat-datepicker-calendar-date-disabled-state-text-color: rgba(48, 48, 48, .38);
    --mat-datepicker-calendar-date-preview-state-outline-color: rgba(71, 87, 225, 1);
    --mat-datepicker-range-input-separator-color: #303030;
    --mat-datepicker-range-input-disabled-state-separator-color: rgba(48, 48, 48, .38);
    --mat-datepicker-range-input-disabled-state-text-color: rgba(48, 48, 48, .38);
    --mat-datepicker-calendar-container-background-color: #f4f4f4;
    --mat-datepicker-calendar-container-text-color: #303030;
    --mat-datepicker-calendar-text-font: Inter;
    --mat-datepicker-calendar-text-size: .875rem;
    --mat-datepicker-calendar-body-label-text-size: .875rem;
    --mat-datepicker-calendar-body-label-text-weight: 500;
    --mat-datepicker-calendar-period-button-text-size: .875rem;
    --mat-datepicker-calendar-period-button-text-weight: 500;
    --mat-datepicker-calendar-header-text-size: .875rem;
    --mat-datepicker-calendar-header-text-weight: 500;
    --mat-datepicker-calendar-container-shape: 16px;
    --mat-datepicker-calendar-container-touch-shape: 28px;
    --mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-datepicker-calendar-header-divider-color: transparent;
    --mat-datepicker-calendar-date-outline-color: transparent;
    --mat-divider-color: #d8d8d8;
    --mat-divider-width: 1px;
    --mat-expansion-container-background-color: #fafafa;
    --mat-expansion-container-text-color: #303030;
    --mat-expansion-actions-divider-color: #d8d8d8;
    --mat-expansion-header-hover-state-layer-color: rgba(48, 48, 48, .08);
    --mat-expansion-header-focus-state-layer-color: rgba(48, 48, 48, .12);
    --mat-expansion-header-disabled-state-text-color: rgba(48, 48, 48, .38);
    --mat-expansion-header-text-color: #303030;
    --mat-expansion-header-description-color: #666666;
    --mat-expansion-header-indicator-color: #666666;
    --mat-expansion-header-text-font: Inter;
    --mat-expansion-header-text-size: 1rem;
    --mat-expansion-header-text-weight: 500;
    --mat-expansion-header-text-line-height: 1.5rem;
    --mat-expansion-header-text-tracking: .009rem;
    --mat-expansion-container-text-font: Inter;
    --mat-expansion-container-text-line-height: 1.5rem;
    --mat-expansion-container-text-size: 1rem;
    --mat-expansion-container-text-tracking: .031rem;
    --mat-expansion-container-text-weight: 400;
    --mat-expansion-header-collapsed-state-height: 36px;
    --mat-expansion-header-expanded-state-height: 48px;
    --mat-expansion-container-shape: 12px;
    --mat-expansion-legacy-header-indicator-display: none;
    --mat-expansion-header-indicator-display: inline-block;
    --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Inter;
    --mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Inter;
    --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Inter;
    --mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Inter;
    --mat-icon-color: inherit;
    --mat-sidenav-container-background-color: #fafafa;
    --mat-sidenav-container-text-color: #666666;
    --mat-sidenav-content-background-color: #fafafa;
    --mat-sidenav-content-text-color: #303030;
    --mat-sidenav-scrim-color: rgba(68, 68, 68, .4);
    --mat-sidenav-container-shape: 16px;
    --mat-sidenav-container-elevation-shadow: none;
    --mat-sidenav-container-width: 360px;
    --mat-sidenav-container-divider-color: transparent;
    --mat-stepper-header-icon-foreground-color: #fafafa;
    --mat-stepper-header-selected-state-icon-background-color: rgba(71, 87, 225, 1);
    --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
    --mat-stepper-header-edit-state-icon-background-color: rgba(71, 87, 225, 1);
    --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
    --mat-stepper-container-color: #fafafa;
    --mat-stepper-line-color: #d8d8d8;
    --mat-stepper-header-hover-state-layer-color: rgba(68, 68, 68, .08);
    --mat-stepper-header-focus-state-layer-color: rgba(68, 68, 68, .12);
    --mat-stepper-header-label-text-color: #666666;
    --mat-stepper-header-optional-label-text-color: #666666;
    --mat-stepper-header-selected-state-label-text-color: #666666;
    --mat-stepper-header-error-state-label-text-color: #ba554a;
    --mat-stepper-header-icon-background-color: #666666;
    --mat-stepper-header-error-state-icon-foreground-color: #ba554a;
    --mat-stepper-container-text-font: Inter;
    --mat-stepper-header-label-text-font: Inter;
    --mat-stepper-header-label-text-size: .875rem;
    --mat-stepper-header-label-text-weight: 500;
    --mat-stepper-header-error-state-label-text-size: .875rem;
    --mat-stepper-header-selected-state-label-text-size: .875rem;
    --mat-stepper-header-selected-state-label-text-weight: 500;
    --mat-stepper-header-height: 60px;
    --mat-stepper-header-focus-state-layer-shape: 12px;
    --mat-stepper-header-hover-state-layer-shape: 12px;
    --mat-stepper-header-error-state-icon-background-color: transparent;
    --mat-sort-arrow-color: #303030;
    --mat-toolbar-container-background-color: #fafafa;
    --mat-toolbar-container-text-color: #303030;
    --mat-toolbar-title-text-font: Inter;
    --mat-toolbar-title-text-line-height: 1.75rem;
    --mat-toolbar-title-text-size: 1.375rem;
    --mat-toolbar-title-text-tracking: 0;
    --mat-toolbar-title-text-weight: 400;
    --mat-toolbar-standard-height: 52px;
    --mat-toolbar-mobile-height: 44px;
    --mat-tree-container-background-color: #fafafa;
    --mat-tree-node-text-color: #303030;
    --mat-tree-node-text-font: Inter;
    --mat-tree-node-text-size: 1rem;
    --mat-tree-node-text-weight: 400;
    --mat-tree-node-min-height: 36px
}

html .mat-display-large,
html .mat-typography .mat-display-large,
html .mat-typography h1 {
    font: 400 3.562rem/4rem Inter;
    letter-spacing: -.016rem;
    margin: 0 0 .5em
}

html .mat-display-medium,
html .mat-typography .mat-display-medium,
html .mat-typography h2 {
    font: 400 2.812rem/3.25rem Inter;
    letter-spacing: 0;
    margin: 0 0 .5em
}

html .mat-display-small,
html .mat-typography .mat-display-small,
html .mat-typography h3 {
    font: 400 2.25rem/2.75rem Inter;
    letter-spacing: 0;
    margin: 0 0 .5em
}

html .mat-headline-large,
html .mat-typography .mat-headline-large,
html .mat-typography h4 {
    font: 400 2rem/2.5rem Inter;
    letter-spacing: 0;
    margin: 0 0 .5em
}

html .mat-headline-medium,
html .mat-typography .mat-headline-medium,
html .mat-typography h5 {
    font: 400 1.75rem/2.25rem Inter;
    letter-spacing: 0;
    margin: 0 0 .5em
}

html .mat-headline-small,
html .mat-typography .mat-headline-small,
html .mat-typography h6 {
    font: 400 1.5rem/2rem Inter;
    letter-spacing: 0;
    margin: 0 0 .5em
}

html .mat-title-large,
html .mat-typography .mat-title-large {
    font: 400 1.375rem/1.75rem Inter;
    letter-spacing: 0
}

html .mat-title-medium,
html .mat-typography .mat-title-medium {
    font: 500 1rem/1.5rem Inter;
    letter-spacing: .009rem
}

html .mat-title-small,
html .mat-typography .mat-title-small {
    font: 500 .875rem/1.25rem Inter;
    letter-spacing: .006rem
}

html .mat-body-large,
html .mat-typography .mat-body-large,
html .mat-typography {
    font: 400 1rem/1.5rem Inter;
    letter-spacing: .031rem
}

html .mat-body-large p,
html .mat-typography .mat-body-large p,
html .mat-typography p {
    margin: 0 0 .75em
}

html .mat-body-medium,
html .mat-typography .mat-body-medium {
    font: 400 .875rem/1.25rem Inter;
    letter-spacing: .016rem
}

html .mat-body-small,
html .mat-typography .mat-body-small {
    font: 400 .75rem/1rem Inter;
    letter-spacing: .025rem
}

html .mat-label-large,
html .mat-typography .mat-label-large {
    font: 500 .875rem/1.25rem Inter;
    letter-spacing: .006rem
}

html .mat-label-medium,
html .mat-typography .mat-label-medium {
    font: 500 .75rem/1rem Inter;
    letter-spacing: .031rem
}

html .mat-label-small,
html .mat-typography .mat-label-small {
    font: 500 .688rem/1rem Inter;
    letter-spacing: .031rem
}

.mat-theme-loaded-marker {
    display: none
}

html input {
    color-scheme: light
}

html .primary-contrast {
    color: #fff;
    fill: #fff
}

html .primary-color {
    color: rgba(71, 87, 225, 1);
    fill: rgba(71, 87, 225, 1)
}

html .secondary-contrast,
html .dark-theme .nifi-navigation a,
html .dark-theme .nifi-navigation .current-user,
html .dark-theme .nifi-navigation .global-menu-icon.global-menu:disabled,
html .dark-theme .nifi-navigation .global-menu-icon.global-menu,
html .dark-theme .new-canvas-item .icon,
html .dark-theme .listing-table table th .mat-sort-header-arrow,
html .dark-theme .informational-table table th .mat-sort-header-arrow,
html .dark-theme .listing-table table th,
html .dark-theme .informational-table table th,
html .nifi-navigation a,
html .nifi-navigation .current-user,
html .nifi-navigation .global-menu-icon.global-menu:disabled,
html .nifi-navigation .global-menu-icon.global-menu,
html .new-canvas-item .icon,
html .listing-table table th .mat-sort-header-arrow,
html .informational-table table th .mat-sort-header-arrow,
html .listing-table table th,
html .informational-table table th {
    color: #000;
    fill: #000
}

html .secondary-color {
    color: rgba(247, 247, 248, 1);
    fill: rgba(247, 247, 248, 1)
}

html .tertiary-color {
    color: #795548;
    fill: #795548
}

html .error-color {
    color: #ba554a;
    fill: #ba554a
}

html .error-color-variant {
    color: #eb7071;
    fill: #eb7071
}

html .neutral-color {
    color: #666;
    fill: #666
}

html .success-color-variant {
    color: #1390ca;
    fill: #1390ca
}

html .success-color-default {
    color: #31975b;
    fill: #31975b
}

html .caution-color {
    color: #cf9338;
    fill: #cf9338
}

html .caution-color-background {
    background-color: #cf9338
}

html .neutral-contrast,
html .dark-theme #lineage canvas text.event-type,
html .dark-theme #lineage svg text.event-type,
html .dark-theme marker,
html .dark-theme svg.canvas-svg text.port-name,
html .dark-theme svg.canvas-svg text.stats-label,
html .dark-theme :not(pre)>code[class*=language-],
html .dark-theme pre[class*=language-],
html .dark-theme .cm-s-nifi.CodeMirror,
html .dark-theme * markdown table th,
html #lineage canvas text.event-type,
html #lineage svg text.event-type,
html marker,
html svg.canvas-svg text.port-name,
html svg.canvas-svg text.stats-label,
html :not(pre)>code[class*=language-],
html pre[class*=language-],
html .cm-s-nifi.CodeMirror,
html * markdown table th {
    color: #000;
    fill: #000
}

html .disabled,
html .dark-theme .new-canvas-item .icon:disabled,
html .new-canvas-item .icon:disabled {
    color: #d8d8d8;
    fill: #d8d8d8
}

html .border-color {
    color: #d8d8d8;
    fill: #d8d8d8
}

html .tertiary-checkbox {
    --mdc-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mdc-checkbox-selected-focus-state-layer-opacity: .12;
    --mdc-checkbox-selected-hover-state-layer-opacity: .08;
    --mdc-checkbox-selected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-unselected-focus-state-layer-opacity: .12;
    --mdc-checkbox-unselected-hover-state-layer-opacity: .08;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-selected-pressed-icon-color: #795548;
    --mdc-checkbox-disabled-selected-icon-color: rgba(48, 48, 48, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(48, 48, 48, .38);
    --mdc-checkbox-selected-checkmark-color: #ffffff;
    --mdc-checkbox-selected-focus-icon-color: #795548;
    --mdc-checkbox-selected-hover-icon-color: #795548;
    --mdc-checkbox-selected-icon-color: #795548;
    --mdc-checkbox-unselected-focus-icon-color: #303030;
    --mdc-checkbox-unselected-hover-icon-color: #303030;
    --mdc-checkbox-unselected-icon-color: #666666;
    --mdc-checkbox-selected-focus-state-layer-color: #795548;
    --mdc-checkbox-selected-hover-state-layer-color: #795548;
    --mdc-checkbox-selected-pressed-state-layer-color: #303030;
    --mdc-checkbox-unselected-focus-state-layer-color: #303030;
    --mdc-checkbox-unselected-hover-state-layer-color: #303030;
    --mdc-checkbox-unselected-pressed-state-layer-color: #795548;
    --mat-checkbox-disabled-label-color: rgba(48, 48, 48, .38);
    --mat-checkbox-label-text-color: #303030
}

html .primary-icon-button {
    --mdc-icon-button-icon-color: rgba(71, 87, 225, 1);
    --mdc-icon-button-disabled-icon-color: rgba(48, 48, 48, .38);
    --mat-icon-button-state-layer-color: rgba(71, 87, 225, 1);
    --mat-icon-button-disabled-state-layer-color: #666666;
    --mat-icon-button-ripple-color: rgba(0, 72, 73, .12);
    --mat-icon-button-hover-state-layer-opacity: .08;
    --mat-icon-button-focus-state-layer-opacity: .12;
    --mat-icon-button-pressed-state-layer-opacity: .12
}

html .error-button {
    --mdc-text-button-label-text-color: #ba554a;
    --mdc-text-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-container-color: #fafafa;
    --mdc-protected-button-label-text-color: #ba554a;
    --mdc-protected-button-disabled-container-color: rgba(48, 48, 48, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-filled-button-container-color: #ba554a;
    --mdc-filled-button-label-text-color: #ffffff;
    --mdc-filled-button-disabled-container-color: rgba(48, 48, 48, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-outlined-button-disabled-outline-color: rgba(48, 48, 48, .12);
    --mdc-outlined-button-disabled-label-text-color: rgba(48, 48, 48, .38);
    --mdc-outlined-button-label-text-color: #ba554a;
    --mdc-outlined-button-outline-color: #d8d8d8;
    --mat-text-button-state-layer-color: #ba554a;
    --mat-text-button-disabled-state-layer-color: #666666;
    --mat-text-button-ripple-color: rgba(186, 85, 74, .12);
    --mat-text-button-hover-state-layer-opacity: .08;
    --mat-text-button-focus-state-layer-opacity: .12;
    --mat-text-button-pressed-state-layer-opacity: .12;
    --mat-protected-button-state-layer-color: #ba554a;
    --mat-protected-button-disabled-state-layer-color: #666666;
    --mat-protected-button-ripple-color: rgba(186, 85, 74, .12);
    --mat-protected-button-hover-state-layer-opacity: .08;
    --mat-protected-button-focus-state-layer-opacity: .12;
    --mat-protected-button-pressed-state-layer-opacity: .12;
    --mat-filled-button-state-layer-color: #ffffff;
    --mat-filled-button-disabled-state-layer-color: #666666;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, .12);
    --mat-filled-button-hover-state-layer-opacity: .08;
    --mat-filled-button-focus-state-layer-opacity: .12;
    --mat-filled-button-pressed-state-layer-opacity: .12;
    --mat-outlined-button-state-layer-color: #ba554a;
    --mat-outlined-button-disabled-state-layer-color: #666666;
    --mat-outlined-button-ripple-color: rgba(186, 85, 74, .12);
    --mat-outlined-button-hover-state-layer-opacity: .08;
    --mat-outlined-button-focus-state-layer-opacity: .12;
    --mat-outlined-button-pressed-state-layer-opacity: .12
}

html .tertiary-spinner {
    --mdc-circular-progress-active-indicator-color: #795548
}

html .tooltip {
    background-color: #fafafa;
    box-shadow: 0 2px 5px #00000040;
    color: #000
}

html .property-editor {
    background-color: var(--mat-menu-container-color);
    border-radius: 4px
}

html a {
    color: rgba(71, 87, 225, 1);
    text-decoration-color: rgba(71, 87, 225, 1)
}

html .has-errors,
html .invalid,
html .stopped,
html .running,
html .transmitting,
html .text-shadow {
    text-shadow: 0 0 4px rgb(255, 255, 255)
}

html .zero {
    opacity: .6 !important
}

html *:not([class^=mat-]):not([class^=mdc-]):not([class^=resizable-triangle]):not([class^=CodeMirror-cursor]) {
    border-color: #d8d8d8
}

html .border-t,
html .border-b,
html .border,
html .border-l,
html .border-r {
    border-color: #d8d8d8
}

html * {
    --mat-snack-bar-button-color: $material-theme-tertiary-palette-variant
}

html * markdown table {
    background-color: #fff
}

html * markdown table tbody tr:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .mat-typography.text-base {
    font-family: Inter;
    line-height: 1.25rem;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal
}

html .mat-typography.text-base h2 {
    margin: unset;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700
}

html .mat-typography.text-base h3 {
    margin: 0 0 16px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700
}

html .mat-typography.text-base h4 {
    margin: unset;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

html .mat-typography.text-base a {
    letter-spacing: normal
}

html .mat-typography.text-base .mdc-text-field--outlined .mdc-floating-label,
html .mat-typography.text-base .mat-mdc-select {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .mat-typography.text-base .mat-mdc-card-title {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    font-weight: 700
}

html .mat-typography.text-base .mat-mdc-card-subtitle {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 20px;
    font-weight: 400
}

html .mat-typography.text-base .mat-mdc-option,
html .mat-typography.text-base .mat-mdc-form-field,
html .mat-typography.text-base .mat-tree-node,
html .mat-typography.text-base .mat-nested-tree-node {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .mat-typography.text-base .mat-mdc-header-cell {
    font-weight: 700
}

html .mat-typography.text-base .mat-expansion-panel-header {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 700
}

html .mat-typography.text-base .mat-expansion-panel-content {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 20px
}

html .mat-typography.text-base .mat-mdc-menu-content,
html .mat-typography.text-base .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
    --mat-menu-item-label-text-weight: mat.get-theme-typography($material-theme, body-medium, font-weight)
}

html .mat-typography.text-base .mdc-list-item__primary-text {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .mat-typography.text-base .mat-drawer {
    color: var(--mat-app-text-color)
}

html .mat-expansion-panel {
    background-color: #fff
}

html .mat-datepicker-content {
    background-color: #fff;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

html .mat-mdc-dialog-surface,
html .mat-mdc-table {
    background-color: #fff
}

html .mat-drawer-backdrop.mat-drawer-shown {
    background-color: #0009
}

html .mat-mdc-card,
html .mat-drawer {
    background-color: #fff
}

html .cdk-drop-list {
    color: rgba(247, 247, 248, 1)
}

html .cdk-drop-list-dragging {
    background-color: rgba(247, 247, 248, 1) !important
}

html .cdk-drag-selected .cdk-drag {
    background-color: rgba(247, 247, 248, 1)
}

html .cdk-drop-list,
html .cdk-drag {
    background: #fafafa
}

html .cdk-drag-disabled {
    color: #666;
    background: #fafafa !important
}

html .cdk-drag-selected .cdk-drag,
html .cdk-drag-selected span.grip,
html .cdk-drag-selected .fa {
    color: #fff
}

html span.grip {
    color: #000
}

html ngx-skeleton-loader .skeleton-loader {
    background: #d8d8d8
}

html .markdown-clipboard-toolbar {
    opacity: 0;
    transition: opacity .25s ease-out
}

html .markdown-clipboard-toolbar.hover {
    opacity: 1
}

html .ngx-codemirror {
    display: none
}

html .cm-s-nifi.CodeMirror {
    height: 100%;
    cursor: default;
    line-height: normal;
    background-color: #fafafa;
    border: 1px solid var(--mdc-outlined-text-field-label-text-color)
}

html .cm-s-nifi .CodeMirror-gutters {
    background: #efefef
}

html .cm-s-nifi .CodeMirror-guttermarker,
html .cm-s-nifi .CodeMirror-guttermarker-subtle,
html .cm-s-nifi .CodeMirror-linenumber {
    color: #b4b4b4
}

html .cm-s-nifi .CodeMirror-cursor {
    border-left: 1px solid #000000
}

html .cm-s-nifi div.CodeMirror-selected,
html .cm-s-nifi.CodeMirror-focused div.CodeMirror-selected {
    background: #d7ccc8
}

html .cm-s-nifi .CodeMirror-line::selection,
html .cm-s-nifi .CodeMirror-line>span::selection,
html .cm-s-nifi .CodeMirror-line>span>span::selection {
    background: #80cbc4cc
}

html .cm-s-nifi .CodeMirror-line::-moz-selection,
html .cm-s-nifi .CodeMirror-line>span::-moz-selection,
html .cm-s-nifi .CodeMirror-line>span>span::-moz-selection {
    background: #80cbc4cc
}

html .cm-s-nifi .cm-header {
    color: #00f
}

html .cm-s-nifi .cm-quote {
    color: #009400
}

html .cm-s-nifi .cm-negative {
    color: #de3535
}

html .cm-s-nifi .cm-positive {
    color: #219a21
}

html .cm-s-nifi .cm-bracket {
    color: #93937c
}

html .cm-s-nifi .cm-link {
    color: #0000ce
}

html .cm-s-nifi .cm-invalidchar {
    color: red
}

html .cm-s-nifi .cm-keyword {
    color: #6800ab
}

html .cm-s-nifi .cm-operator {
    color: #0083b9
}

html .cm-s-nifi .cm-variable-2 {
    color: #0054a6
}

html .cm-s-nifi .cm-variable-3,
html .cm-s-nifi .cm-type {
    color: #ad0007
}

html .cm-s-nifi .cm-builtin {
    color: #3400ad
}

html .cm-s-nifi .cm-atom {
    color: #bd2b00
}

html .cm-s-nifi .cm-number {
    color: #c20021
}

html .cm-s-nifi .cm-def {
    color: #0553f8
}

html .cm-s-nifi .cm-string,
html .cm-s-nifi .cm-string-2 {
    color: #ec000c
}

html .cm-s-nifi .cm-comment {
    color: #545454
}

html .cm-s-nifi .cm-variable,
html .cm-s-nifi .cm-punctuation,
html .cm-s-nifi .cm-property,
html .cm-s-nifi .cm-operator {
    color: #000
}

html .cm-s-nifi .cm-tag {
    color: #f8052e
}

html .cm-s-nifi .cm-meta {
    color: rgba(247, 247, 248, 1)
}

html .cm-s-nifi .cm-attribute,
html .cm-s-nifi .cm-property {
    color: #8e01ea
}

html .cm-s-nifi .cm-qualifier,
html .cm-s-nifi .cm-variable-3,
html .cm-s-nifi .cm-s-default,
html .cm-s-nifi .cm-type {
    color: rgba(247, 247, 248, 1)
}

html .cm-s-nifi .cm-error {
    color: #0000;
    background-color: #ff8094
}

html .cm-s-nifi .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: #fff !important;
    background-color: #666
}

html .cm-s-nifi .CodeMirror-nonmatchingbracket {
    color: #a62020
}

html .cm-s-nifi .CodeMirror-matchingtag {
    background: #ff96004d
}

html .cm-s-nifi .CodeMirror-activeline-background {
    background: #00000080
}

html pre[class*=language-] {
    padding-top: .75rem;
    padding-bottom: .75rem
}

html code[class*=language-],
html pre[class*=language-] {
    color: #ec000c;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

html pre[class*=language-]::-moz-selection,
html pre[class*=language-] ::-moz-selection,
html code[class*=language-]::-moz-selection,
html code[class*=language-] ::-moz-selection {
    text-shadow: none;
    background: #d7ccc866
}

html pre[class*=language-]::selection,
html pre[class*=language-] ::selection,
html code[class*=language-]::selection,
html code[class*=language-] ::selection {
    text-shadow: none;
    background: #d7ccc866
}

@media print {

    html code[class*=language-],
    html pre[class*=language-] {
        text-shadow: none
    }
}

html pre[class*=language-] {
    display: flex;
    margin: .5em 0;
    overflow: auto
}

html :not(pre)>code[class*=language-],
html pre[class*=language-] {
    cursor: default;
    line-height: normal;
    background-color: #fafafa;
    border: 1px solid var(--mdc-outlined-text-field-label-text-color)
}

html :not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

html .token.comment,
html .token.prolog,
html .token.doctype,
html .token.cdata {
    color: #545454
}

html .token.punctuation {
    color: #6800ab
}

html .token.namespace {
    opacity: .7
}

html .token.property,
html .token.tag,
html .token.boolean,
html .token.number,
html .token.symbol,
html .token.deleted {
    color: #6800ab
}

html .token.constant {
    color: #ec000c
}

html .token.selector,
html .token.attr-name,
html .token.string,
html .token.char,
html .token.builtin,
html .token.inserted,
html .token.keyword {
    color: #6800ab
}

html .token.atrule,
html .token.attr-value {
    color: #ec000c
}

html .token.function {
    color: #000
}

html .token.class-name {
    color: #ec000c
}

html .token.important,
html .token.bold {
    font-weight: 700
}

html .token.italic {
    font-style: italic
}

html .token.entity {
    cursor: help
}

html .splash {
    background-color: rgba(247, 247, 248, 1)
}

html .listing-table table th,
html .informational-table table th {
    background-color: rgba(247, 247, 248, 1) !important;
    -webkit-user-select: none;
    user-select: none
}

html .listing-table table th,
html .informational-table table th,
html .listing-table table td,
html .informational-table table td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

html .listing-table table tr:hover,
html .informational-table table tr:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .listing-table table .selected,
html .informational-table table .selected {
    background-color: #d7ccc8 !important
}

html .documentation h2 {
    margin-bottom: 12px !important
}

html .documentation .extension-links a:hover,
html .documentation .external-links a:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .documentation .extension-links a.selected,
html .documentation .external-links a.selected {
    background-color: #d7ccc8 !important
}

html .documentation .mat-expansion-panel-header-title,
html .documentation .mat-expansion-panel-header-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important
}

html .canvas-background {
    background-color: #fafafa;
    background-image: linear-gradient(to right, #e5ebed 1px, transparent 1px), linear-gradient(to bottom, #e5ebed 1px, transparent 1px)
}

html svg.canvas-svg g.component {
    font-family: Inter
}

html svg.canvas-svg .transparent {
    fill: transparent
}

html svg.canvas-svg g.component rect.body {
    fill: #fafafa
}

html svg.canvas-svg rect.banner {
    fill: #12121214
}

html svg.canvas-svg rect.odd {
    fill: #12121206
}

html svg.canvas-svg rect.even {
    fill: #fafafa
}

html svg.canvas-svg rect.row-border {
    fill: #d8d8d8
}

html svg.canvas-svg g.component rect.body.unauthorized {
    fill: #fafafa
}

html svg.canvas-svg g.component rect.border,
html svg.canvas-svg g.connections rect.border {
    stroke: #d8d8d8;
    stroke-width: 1
}

html svg.canvas-svg g.component rect.border.unauthorized {
    stroke: #ba554a !important
}

html svg.canvas-svg g.component rect.border.ghost {
    stroke: #666 !important
}

html svg.canvas-svg g.component rect.processor-icon-container.unauthorized {
    fill: #fafafa
}

html svg.canvas-svg g.component.selected rect.border {
    stroke: rgba(71, 87, 225, 1) !important
}

html svg.canvas-svg text.stats-label {
    font-family: Inter
}

html svg.canvas-svg text.stats-value {
    fill: #795548
}

html svg.canvas-svg text.stats-info {
    fill: rgba(71, 87, 225, 1)
}

html svg.canvas-svg text.bulletin-icon.info,
html svg.canvas-svg text.bulletin-icon.debug,
html svg.canvas-svg text.bulletin-icon.trace {
    fill: #fff
}

html svg.canvas-svg text.bulletin-icon.error {
    fill: #fff
}

html svg.canvas-svg text.bulletin-icon.warning {
    fill: #fff
}

html svg.canvas-svg rect.bulletin-background.error {
    fill: #ba554a
}

html svg.canvas-svg rect.bulletin-background.warning {
    fill: #cf9338
}

html svg.canvas-svg rect.bulletin-background.info,
html svg.canvas-svg rect.bulletin-background.debug,
html svg.canvas-svg rect.bulletin-background.trace {
    fill: #31975b
}

html svg.canvas-svg text.component-comments {
    fill: rgba(71, 87, 225, 1);
    stroke: #d8d8d8
}

html svg.canvas-svg g.component.connectable-destination rect.border {
    stroke: #0f0
}

html svg.canvas-svg rect.component-selection,
html svg.canvas-svg rect.drag-selection,
html svg.canvas-svg rect.label-drag {
    stroke: rgba(71, 87, 225, 1);
    fill: transparent
}

html svg.canvas-svg text.add-connect {
    fill: rgba(71, 87, 225, 1)
}

html svg.canvas-svg #component-drop-shadow feFlood {
    flood-color: #000
}

html svg.canvas-svg rect.processor-read-write-stats {
    fill: #fafafa
}

html svg.canvas-svg rect.processor-stats-border {
    fill: #d8d8d8
}

html svg.canvas-svg text.processor-name {
    fill: #000
}

html svg.canvas-svg text.processor-type {
    fill: rgba(71, 87, 225, 1)
}

html svg.canvas-svg circle.is-primary-background {
    stroke: #121212;
    fill: #fafafa
}

html svg.canvas-svg text.is-primary {
    fill: #121212
}

html svg.canvas-svg text.processor-bundle {
    fill: #666
}

html svg.canvas-svg rect.processor-icon-container {
    fill: #fafafa
}

html svg.canvas-svg circle.restricted-background {
    fill: #fafafa
}

html svg.canvas-svg text.restricted {
    fill: #ba554a
}

html svg.canvas-svg #connection-full-drop-shadow feFlood {
    flood-color: #ba554a
}

html svg.canvas-svg g.connection {
    font-family: Inter
}

html svg.canvas-svg g.connection rect.body {
    fill: #fafafa
}

html svg.canvas-svg g.connection rect.body.unauthorized {
    fill: #fafafa
}

html svg.canvas-svg g.connection rect.border.unauthorized {
    stroke: #ba554a
}

html svg.canvas-svg g.connection rect.border.full {
    stroke: #795548
}

html svg.canvas-svg g.connection.selected rect.border {
    stroke: #fc0
}

html svg.canvas-svg path.connector {
    stroke: red
}

html svg.canvas-svg path.connector.connectable {
    stroke: #0f0
}

html svg.canvas-svg g.connection path.connection-path {
    fill: none;
    stroke: #000;
    filter: drop-shadow(0 3px 6px #fafafa)
}

html svg.canvas-svg g.connection path.connection-path.full {
    stroke: #ba554a
}

html svg.canvas-svg g.connection path.connection-path.unauthorized {
    stroke: #ba554a
}

html svg.canvas-svg g.connection rect.backpressure-tick {
    fill: transparent
}

html svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.prediction-down,
html svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.prediction-down {
    fill: #fafafa
}

html svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction,
html svg.canvas-svg g.connection rect.backpressure-tick.object-prediction {
    fill: #d8d8d8
}

html svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.not-configured,
html svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.not-configured,
html svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.prediction-down.not-configured,
html svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.prediction-down.not-configured {
    fill: transparent
}

html svg.canvas-svg g.connection rect.backpressure-tick.not-configured {
    fill: #666
}

html svg.canvas-svg g.connection rect.backpressure-object,
html svg.canvas-svg g.connection rect.backpressure-data-size {
    fill: #d8d8d8
}

html svg.canvas-svg g.connection rect.backpressure-object.not-configured,
html svg.canvas-svg g.connection rect.backpressure-data-size.not-configured {
    fill: transparent
}

html svg.canvas-svg g.connection rect.backpressure-percent.warning {
    fill: #fc0
}

html svg.canvas-svg g.connection rect.backpressure-percent.error {
    fill: #ba554a
}

html svg.canvas-svg g.connection.ghost path.connection-path,
html svg.canvas-svg g.connection.ghost rect.connection-label {
    stroke: #666
}

html svg.canvas-svg g.connection path.connection-selection-path {
    stroke: #fc0;
    fill: none
}

html svg.canvas-svg g.connection path.connection-path-selectable {
    fill: none
}

html svg.canvas-svg g.connection rect.startpoint {
    stroke: red;
    fill: red
}

html svg.canvas-svg g.connection rect.midpoint {
    stroke: #fc0;
    fill: #fc0
}

html svg.canvas-svg g.connection rect.endpoint {
    stroke: #00f;
    fill: #00f
}

html svg.canvas-svg g.label path.resizable-triangle {
    fill: #12121233;
    stroke: #12121233
}

html svg.canvas-svg text.funnel-icon {
    fill: #795548
}

html svg.canvas-svg text.port-icon {
    fill: #795548
}

html svg.canvas-svg rect.process-group-stats-in-out {
    fill: #fafafa
}

html svg.canvas-svg rect.process-group-stats-border {
    fill: #d8d8d8
}

html svg.canvas-svg rect.process-group-banner,
html svg.canvas-svg rect.remote-process-group-banner {
    fill: rgba(247, 247, 248, 1)
}

html svg.canvas-svg text.version-control,
html svg.canvas-svg text.not-transmitting,
html svg.canvas-svg text.transmitting,
html svg.canvas-svg text.process-group-transmitting,
html svg.canvas-svg text.invalid,
html svg.canvas-svg text.running,
html svg.canvas-svg text.stopped,
html svg.canvas-svg text.process-group-running,
html svg.canvas-svg text.process-group-stopped {
    text-shadow: 0 0 4px rgb(255, 255, 255)
}

html svg.canvas-svg text.process-group-contents-count {
    fill: #795548;
    font-family: Inter
}

html svg.canvas-svg g.process-group.drop rect.border {
    stroke: #00f
}

html svg.canvas-svg rect.remote-process-group-stats-border {
    fill: #d8d8d8
}

html svg.canvas-svg rect.remote-process-group-received-stats {
    fill: #fafafa
}

html svg.canvas-svg text.remote-process-group-uri {
    fill: rgba(71, 87, 225, 1)
}

html svg.canvas-svg text.remote-process-group-transmission-secure {
    fill: rgba(71, 87, 225, 1)
}

html svg.canvas-svg text.remote-process-group-last-refresh {
    fill: rgba(71, 87, 225, 1)
}

html .breadcrumb-container {
    background-color: var(--mat-app-background-color)
}

html .extension-creation-dialog .selected-type-description {
    height: 3.75rem
}

html #birdseye {
    background: #fafafa
}

html #birdseye rect.birdseye-brush {
    stroke: rgba(247, 247, 248, 1);
    fill: transparent
}

html div.navigation-control {
    box-shadow: 0 1px 6px #00000040;
    background-color: #fafafa
}

html div.navigation-control .navigation-control-header:hover {
    background: linear-gradient(-90deg, var(--mat-menu-item-hover-state-layer-color) 34px, transparent 35px)
}

html div.operation-control {
    box-shadow: 0 1px 6px #00000040;
    background-color: #fafafa
}

html div.operation-control .operation-control-header:hover {
    background: linear-gradient(-90deg, var(--mat-menu-item-hover-state-layer-color) 34px, transparent 35px)
}

html .flow-status {
    background-color: #fafafa
}

html .flow-status .controller-bulletins {
    background-color: unset
}

html .flow-status .controller-bulletins .fa {
    color: rgba(71, 87, 225, 1)
}

html .flow-status .controller-bulletins.has-bulletins .fa {
    color: #fff
}

html .flow-status .controller-bulletins.has-bulletins.error {
    background-color: #ba554a
}

html .flow-status .controller-bulletins.has-bulletins.error .fa {
    color: #fff
}

html .flow-status .controller-bulletins.has-bulletins.warning {
    background-color: #cf9338
}

html .flow-status .controller-bulletins.has-bulletins.warning .fa {
    color: #fff
}

html .flow-status .controller-bulletins.has-bulletins.info,
html .flow-status .controller-bulletins.has-bulletins.debug,
html .flow-status .controller-bulletins.has-bulletins.trace {
    background-color: #31975b
}

html .flow-status .flow-analysis-notifications.warn {
    background-color: rgba(247, 247, 248, 1)
}

html .flow-status .flow-analysis-notifications.warn .fa {
    color: #fff
}

html .flow-status .flow-analysis-notifications.enforce {
    background-color: #ba554a
}

html .flow-status .flow-analysis-notifications.enforce .fa {
    color: #fff
}

html .pill.enforce {
    background-color: #ba554a;
    color: #000
}

html .pill.warn {
    background-color: rgba(247, 247, 248, 1);
    color: #000
}

html .new-canvas-item .icon.hovering {
    background: linear-gradient(#fff, #fff) !important
}

html .new-canvas-item .icon.hovering .component-button-grip {
    background: repeating-linear-gradient(90deg, #ffffff, rgba(247, 247, 248, 1) 4px, transparent 4px, transparent 6px)
}

html .new-canvas-item .icon.cdk-drag-dragging {
    color: rgba(247, 247, 248, 1);
    mix-blend-mode: difference
}

html .new-canvas-item .icon:disabled {
    cursor: not-allowed
}

html .search-container:hover,
html .search-container.open,
html .search-container .search-input {
    background-color: #fafafa
}

html .search-results {
    background-color: var(--mat-menu-container-color);
    border-radius: 4px
}

html .login-background {
    background: #fafafa url("./media/bg-error-GUIFCDYN.png") left top no-repeat
}

html .logout-background {
    background: #fafafa url("./media/bg-error-GUIFCDYN.png") left top no-repeat
}

html .provenance-event-table .lineage {
    background-color: #fafafa
}

html rect.lineage {
    fill: #fafafa
}

html g.flowfile-icon text {
    fill: #795548
}

html circle.event-circle {
    fill: rgba(247, 247, 248, 1);
    stroke: #000
}

html path.link {
    stroke: #000
}

html circle.flowfile-link {
    fill: #fafafa;
    stroke: #000
}

html #lineage canvas text.event-type,
html #lineage svg text.event-type {
    font-family: Inter
}

html #lineage canvas text.event-type.expand-parents,
html #lineage canvas text.event-type.expand-children,
html #lineage svg text.event-type.expand-parents,
html #lineage svg text.event-type.expand-children {
    font-family: Inter
}

html #lineage canvas path.link.selected,
html #lineage svg path.link.selected {
    stroke: #ba554a
}

html #lineage canvas g.event circle.selected,
html #lineage svg g.event circle.selected {
    fill: #ba554a
}

html #lineage canvas g.event circle.context,
html #lineage svg g.event circle.context {
    stroke: rgba(247, 247, 248, 1)
}

html #lineage canvas g.flowfile circle.context,
html #lineage canvas g.event circle.context,
html #lineage svg g.flowfile circle.context,
html #lineage svg g.event circle.context {
    stroke: #795548
}

html div.context-menu .context-menu-item .context-menu-item-text {
    font-size: .875rem;
    line-height: 1.25rem;
    max-width: 17.5rem
}

html div.context-menu .context-menu-item:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color)
}

html div.context-menu .context-menu-item:active {
    background-color: #d8d8d8
}

html div.context-menu.show-focused .context-menu-item:focus {
    outline: #0000ff solid 1px
}

html .nifi-navigation {
    background-color: rgba(247, 247, 248, 1)
}

html .nifi-navigation .current-user {
    font-family: Inter
}

html .nifi-navigation a {
    text-decoration-color: #000
}

html .nifi-navigation a:hover {
    opacity: .6
}

html .property-editor {
    --mdc-text-button-container-height: 32px;
    --mdc-filled-button-container-height: 32px;
    --mdc-protected-button-container-height: 32px;
    --mdc-outlined-button-container-height: 32px;
    --mat-text-button-touch-target-display: block;
    --mat-filled-button-touch-target-display: block;
    --mat-protected-button-touch-target-display: block;
    --mat-outlined-button-touch-target-display: block
}

html .property-editor .nf-editor.blank {
    border-color: var(--mdc-outlined-text-field-disabled-label-text-color);
    cursor: not-allowed !important
}

html .property-editor .CodeMirror.cm-s-nifi {
    height: 108px
}

html #status-history-chart-container .axis path,
html #status-history-chart-container .axis line,
html #status-history-chart-control-container .axis path,
html #status-history-chart-control-container .axis line {
    stroke: #d8d8d8
}

html #status-history-chart-container .brush .selection,
html #status-history-chart-control-container .brush .selection {
    stroke: #d8d8d8
}

html .hint-pattern {
    color: #fafafa;
    background-color: rgba(71, 87, 225, 1)
}

html .processor-status-table .primary-node-only {
    min-width: 16px;
    background-color: #fafafa
}

html .preview .processor {
    background-color: #fafafa
}

html .preview .odd {
    background-color: #12121206
}

html .preview .even {
    background-color: #fafafa
}

html .preview .row-border {
    border-top: 1px solid #d8d8d8
}

html .text-editor {
    --mdc-text-button-container-height: 32px;
    --mdc-filled-button-container-height: 32px;
    --mdc-protected-button-container-height: 32px;
    --mdc-outlined-button-container-height: 32px;
    --mat-text-button-touch-target-display: block;
    --mat-filled-button-touch-target-display: block;
    --mat-protected-button-touch-target-display: block;
    --mat-outlined-button-touch-target-display: block
}

html .text-editor .editor.blank {
    border-color: var(--mdc-outlined-text-field-disabled-label-text-color);
    cursor: not-allowed !important
}

html .resizable-triangle {
    border-right-color: #d8d8d8;
    border-bottom-color: #d8d8d8
}

html .dark-theme {
    --mat-app-background-color: #303030;
    --mat-app-text-color: #e3e3e3;
    --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);
    --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    --mat-ripple-color: rgba(227, 227, 227, .1);
    --mat-option-selected-state-label-text-color: rgba(233, 237, 251, 1);
    --mat-option-label-text-color: #e3e3e3;
    --mat-option-hover-state-layer-color: rgba(227, 227, 227, .08);
    --mat-option-focus-state-layer-color: rgba(227, 227, 227, .12);
    --mat-option-selected-state-layer-color: #838595;
    --mat-optgroup-label-text-color: #e3e3e3;
    --mat-full-pseudo-checkbox-selected-icon-color: rgba(233, 237, 251, 1);
    --mat-full-pseudo-checkbox-selected-checkmark-color: #000000;
    --mat-full-pseudo-checkbox-unselected-icon-color: #e3e3e3;
    --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
    --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(227, 227, 227, .38);
    --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(227, 227, 227, .38);
    --mat-minimal-pseudo-checkbox-selected-checkmark-color: rgba(233, 237, 251, 1);
    --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(227, 227, 227, .38);
    --mdc-elevated-card-container-color: #303030;
    --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-outlined-card-container-color: #303030;
    --mdc-outlined-card-outline-color: #666666;
    --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-card-subtitle-text-color: #e3e3e3;
    --mdc-linear-progress-active-indicator-color: rgba(233, 237, 251, 1);
    --mdc-linear-progress-track-color: #666666;
    --mdc-plain-tooltip-container-color: #e3e3e3;
    --mdc-plain-tooltip-supporting-text-color: #444444;
    --mdc-filled-text-field-caret-color: rgba(233, 237, 251, 1);
    --mdc-filled-text-field-focus-active-indicator-color: rgba(233, 237, 251, 1);
    --mdc-filled-text-field-focus-label-text-color: rgba(233, 237, 251, 1);
    --mdc-filled-text-field-container-color: #666666;
    --mdc-filled-text-field-disabled-container-color: rgba(227, 227, 227, .04);
    --mdc-filled-text-field-label-text-color: #e3e3e3;
    --mdc-filled-text-field-hover-label-text-color: #e3e3e3;
    --mdc-filled-text-field-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-filled-text-field-input-text-color: #e3e3e3;
    --mdc-filled-text-field-disabled-input-text-color: rgba(227, 227, 227, .38);
    --mdc-filled-text-field-input-text-placeholder-color: #e3e3e3;
    --mdc-filled-text-field-error-hover-label-text-color: #f49999;
    --mdc-filled-text-field-error-focus-label-text-color: #eb7071;
    --mdc-filled-text-field-error-label-text-color: #eb7071;
    --mdc-filled-text-field-active-indicator-color: #e3e3e3;
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(227, 227, 227, .38);
    --mdc-filled-text-field-hover-active-indicator-color: #e3e3e3;
    --mdc-filled-text-field-error-active-indicator-color: #eb7071;
    --mdc-filled-text-field-error-focus-active-indicator-color: #eb7071;
    --mdc-filled-text-field-error-hover-active-indicator-color: #f49999;
    --mdc-outlined-text-field-caret-color: rgba(233, 237, 251, 1);
    --mdc-outlined-text-field-focus-outline-color: rgba(233, 237, 251, 1);
    --mdc-outlined-text-field-focus-label-text-color: rgba(233, 237, 251, 1);
    --mdc-outlined-text-field-label-text-color: #e3e3e3;
    --mdc-outlined-text-field-hover-label-text-color: #e3e3e3;
    --mdc-outlined-text-field-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-text-field-input-text-color: #e3e3e3;
    --mdc-outlined-text-field-disabled-input-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-text-field-input-text-placeholder-color: #e3e3e3;
    --mdc-outlined-text-field-error-focus-label-text-color: #eb7071;
    --mdc-outlined-text-field-error-label-text-color: #eb7071;
    --mdc-outlined-text-field-error-hover-label-text-color: #f49999;
    --mdc-outlined-text-field-outline-color: #666666;
    --mdc-outlined-text-field-disabled-outline-color: rgba(227, 227, 227, .12);
    --mdc-outlined-text-field-hover-outline-color: #e3e3e3;
    --mdc-outlined-text-field-error-focus-outline-color: #eb7071;
    --mdc-outlined-text-field-error-hover-outline-color: #f49999;
    --mdc-outlined-text-field-error-outline-color: #eb7071;
    --mat-form-field-focus-select-arrow-color: rgba(233, 237, 251, 1);
    --mat-form-field-disabled-input-text-placeholder-color: rgba(227, 227, 227, .38);
    --mat-form-field-state-layer-color: #e3e3e3;
    --mat-form-field-error-text-color: #eb7071;
    --mat-form-field-select-option-text-color: #303030;
    --mat-form-field-select-disabled-option-text-color: rgba(48, 48, 48, .38);
    --mat-form-field-leading-icon-color: #e3e3e3;
    --mat-form-field-disabled-leading-icon-color: rgba(227, 227, 227, .38);
    --mat-form-field-trailing-icon-color: #e3e3e3;
    --mat-form-field-disabled-trailing-icon-color: rgba(227, 227, 227, .38);
    --mat-form-field-error-focus-trailing-icon-color: #eb7071;
    --mat-form-field-error-hover-trailing-icon-color: #f49999;
    --mat-form-field-error-trailing-icon-color: #eb7071;
    --mat-form-field-enabled-select-arrow-color: #e3e3e3;
    --mat-form-field-disabled-select-arrow-color: rgba(227, 227, 227, .38);
    --mat-form-field-hover-state-layer-opacity: .08;
    --mat-select-panel-background-color: #444444;
    --mat-select-enabled-trigger-text-color: #e3e3e3;
    --mat-select-disabled-trigger-text-color: rgba(227, 227, 227, .38);
    --mat-select-placeholder-text-color: #e3e3e3;
    --mat-select-enabled-arrow-color: #e3e3e3;
    --mat-select-disabled-arrow-color: rgba(227, 227, 227, .38);
    --mat-select-focused-arrow-color: rgba(233, 237, 251, 1);
    --mat-select-invalid-arrow-color: #eb7071;
    --mat-autocomplete-background-color: #444444;
    --mdc-dialog-container-color: #303030;
    --mdc-dialog-subhead-color: #e3e3e3;
    --mdc-dialog-supporting-text-color: #e3e3e3;
    --mdc-chip-outline-color: #666666;
    --mdc-chip-disabled-outline-color: rgba(227, 227, 227, .12);
    --mdc-chip-focus-outline-color: #e3e3e3;
    --mdc-chip-hover-state-layer-opacity: .08;
    --mdc-chip-selected-hover-state-layer-opacity: .08;
    --mdc-chip-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-chip-elevated-selected-container-color: #838595;
    --mdc-chip-flat-disabled-selected-container-color: rgba(227, 227, 227, .12);
    --mdc-chip-focus-state-layer-color: #e3e3e3;
    --mdc-chip-hover-state-layer-color: #e3e3e3;
    --mdc-chip-selected-hover-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: #e3e3e3;
    --mdc-chip-selected-label-text-color: rgba(233, 237, 251, 1);
    --mdc-chip-with-icon-icon-color: #e3e3e3;
    --mdc-chip-with-icon-disabled-icon-color: #e3e3e3;
    --mdc-chip-with-icon-selected-icon-color: rgba(233, 237, 251, 1);
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e3e3;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #e3e3e3;
    --mat-chip-trailing-action-state-layer-color: #e3e3e3;
    --mat-chip-selected-trailing-action-state-layer-color: rgba(233, 237, 251, 1);
    --mat-chip-trailing-action-hover-state-layer-opacity: .08;
    --mat-chip-trailing-action-focus-state-layer-opacity: .12;
    --mat-chip-selected-disabled-trailing-icon-color: #e3e3e3;
    --mat-chip-selected-trailing-icon-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-focus-state-layer-opacity: .12;
    --mdc-switch-selected-hover-state-layer-opacity: .08;
    --mdc-switch-selected-pressed-state-layer-opacity: .12;
    --mdc-switch-unselected-focus-state-layer-opacity: .12;
    --mdc-switch-unselected-hover-state-layer-opacity: .08;
    --mdc-switch-unselected-pressed-state-layer-opacity: .12;
    --mdc-switch-selected-focus-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-handle-color: #000000;
    --mdc-switch-selected-hover-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-pressed-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-focus-handle-color: #838595;
    --mdc-switch-selected-hover-handle-color: #838595;
    --mdc-switch-selected-pressed-handle-color: #838595;
    --mdc-switch-selected-focus-track-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-hover-track-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-pressed-track-color: rgba(233, 237, 251, 1);
    --mdc-switch-selected-track-color: rgba(233, 237, 251, 1);
    --mdc-switch-disabled-selected-handle-color: #303030;
    --mdc-switch-disabled-selected-icon-color: #e3e3e3;
    --mdc-switch-disabled-selected-track-color: #e3e3e3;
    --mdc-switch-disabled-unselected-handle-color: #e3e3e3;
    --mdc-switch-disabled-unselected-icon-color: #666666;
    --mdc-switch-disabled-unselected-track-color: #666666;
    --mdc-switch-selected-icon-color: rgba(233, 237, 251, 1);
    --mdc-switch-unselected-focus-handle-color: #e3e3e3;
    --mdc-switch-unselected-focus-state-layer-color: #e3e3e3;
    --mdc-switch-unselected-focus-track-color: #666666;
    --mdc-switch-unselected-handle-color: #666666;
    --mdc-switch-unselected-hover-handle-color: #e3e3e3;
    --mdc-switch-unselected-hover-state-layer-color: #e3e3e3;
    --mdc-switch-unselected-hover-track-color: #666666;
    --mdc-switch-unselected-icon-color: #666666;
    --mdc-switch-unselected-pressed-handle-color: #e3e3e3;
    --mdc-switch-unselected-pressed-state-layer-color: #e3e3e3;
    --mdc-switch-unselected-pressed-track-color: #666666;
    --mdc-switch-unselected-track-color: #666666;
    --mat-switch-track-outline-color: #666666;
    --mat-switch-disabled-unselected-track-outline-color: #e3e3e3;
    --mat-switch-label-text-color: #e3e3e3;
    --mdc-radio-disabled-selected-icon-color: #e3e3e3;
    --mdc-radio-disabled-unselected-icon-color: #e3e3e3;
    --mdc-radio-unselected-hover-icon-color: #e3e3e3;
    --mdc-radio-unselected-icon-color: #e3e3e3;
    --mdc-radio-unselected-pressed-icon-color: #e3e3e3;
    --mdc-radio-selected-focus-icon-color: rgba(233, 237, 251, 1);
    --mdc-radio-selected-hover-icon-color: rgba(233, 237, 251, 1);
    --mdc-radio-selected-icon-color: rgba(233, 237, 251, 1);
    --mdc-radio-selected-pressed-icon-color: rgba(233, 237, 251, 1);
    --mat-radio-ripple-color: #e3e3e3;
    --mat-radio-checked-ripple-color: rgba(233, 237, 251, 1);
    --mat-radio-disabled-label-color: rgba(227, 227, 227, .38);
    --mat-radio-label-text-color: #e3e3e3;
    --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-slider-handle-color: rgba(233, 237, 251, 1);
    --mdc-slider-focus-handle-color: rgba(233, 237, 251, 1);
    --mdc-slider-hover-handle-color: rgba(233, 237, 251, 1);
    --mdc-slider-active-track-color: rgba(233, 237, 251, 1);
    --mdc-slider-inactive-track-color: #666666;
    --mdc-slider-with-tick-marks-inactive-container-color: #e3e3e3;
    --mdc-slider-with-tick-marks-active-container-color: #000000;
    --mdc-slider-disabled-active-track-color: #e3e3e3;
    --mdc-slider-disabled-handle-color: #e3e3e3;
    --mdc-slider-disabled-inactive-track-color: #e3e3e3;
    --mdc-slider-label-container-color: rgba(233, 237, 251, 1);
    --mdc-slider-label-label-text-color: #000000;
    --mdc-slider-with-overlap-handle-outline-color: #000000;
    --mdc-slider-with-tick-marks-disabled-container-color: #e3e3e3;
    --mat-slider-ripple-color: rgba(233, 237, 251, 1);
    --mat-slider-hover-state-layer-color: rgba(203, 216, 221, .05);
    --mat-slider-focus-state-layer-color: rgba(203, 216, 221, .2);
    --mat-menu-item-label-text-color: #e3e3e3;
    --mat-menu-item-icon-color: #e3e3e3;
    --mat-menu-item-hover-state-layer-color: rgba(227, 227, 227, .08);
    --mat-menu-item-focus-state-layer-color: rgba(227, 227, 227, .12);
    --mat-menu-container-color: #444444;
    --mat-menu-divider-color: #666666;
    --mdc-list-list-item-container-color: transparent;
    --mdc-list-list-item-leading-avatar-color: #838595;
    --mdc-list-list-item-disabled-state-layer-color: #e3e3e3;
    --mdc-list-list-item-disabled-state-layer-opacity: .12;
    --mdc-list-list-item-label-text-color: #e3e3e3;
    --mdc-list-list-item-supporting-text-color: #e3e3e3;
    --mdc-list-list-item-leading-icon-color: #e3e3e3;
    --mdc-list-list-item-trailing-supporting-text-color: #e3e3e3;
    --mdc-list-list-item-trailing-icon-color: #e3e3e3;
    --mdc-list-list-item-selected-trailing-icon-color: rgba(233, 237, 251, 1);
    --mdc-list-list-item-disabled-label-text-color: #e3e3e3;
    --mdc-list-list-item-disabled-leading-icon-color: #e3e3e3;
    --mdc-list-list-item-disabled-trailing-icon-color: #e3e3e3;
    --mdc-list-list-item-hover-label-text-color: #e3e3e3;
    --mdc-list-list-item-focus-label-text-color: #e3e3e3;
    --mdc-list-list-item-hover-state-layer-color: #e3e3e3;
    --mdc-list-list-item-hover-state-layer-opacity: .08;
    --mdc-list-list-item-focus-state-layer-color: #e3e3e3;
    --mdc-list-list-item-focus-state-layer-opacity: .12;
    --mat-list-active-indicator-color: #838595;
    --mat-paginator-container-text-color: #e3e3e3;
    --mat-paginator-container-background-color: #303030;
    --mat-paginator-enabled-icon-color: #e3e3e3;
    --mat-paginator-disabled-icon-color: rgba(227, 227, 227, .38);
    --mdc-tab-indicator-active-indicator-color: rgba(233, 237, 251, 1);
    --mat-tab-header-divider-color: #666666;
    --mat-tab-header-pagination-icon-color: #e3e3e3;
    --mat-tab-header-inactive-label-text-color: #e3e3e3;
    --mat-tab-header-active-label-text-color: #e3e3e3;
    --mat-tab-header-active-ripple-color: #e3e3e3;
    --mat-tab-header-inactive-ripple-color: #e3e3e3;
    --mat-tab-header-inactive-focus-label-text-color: #e3e3e3;
    --mat-tab-header-inactive-hover-label-text-color: #e3e3e3;
    --mat-tab-header-active-focus-label-text-color: #e3e3e3;
    --mat-tab-header-active-hover-label-text-color: #e3e3e3;
    --mat-tab-header-active-focus-indicator-color: rgba(233, 237, 251, 1);
    --mat-tab-header-active-hover-indicator-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-disabled-selected-checkmark-color: #303030;
    --mdc-checkbox-selected-focus-state-layer-opacity: .12;
    --mdc-checkbox-selected-hover-state-layer-opacity: .08;
    --mdc-checkbox-selected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-unselected-focus-state-layer-opacity: .12;
    --mdc-checkbox-unselected-hover-state-layer-opacity: .08;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-selected-pressed-icon-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-disabled-selected-icon-color: rgba(227, 227, 227, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(227, 227, 227, .38);
    --mdc-checkbox-selected-checkmark-color: #000000;
    --mdc-checkbox-selected-focus-icon-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-selected-hover-icon-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-selected-icon-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-unselected-focus-icon-color: #e3e3e3;
    --mdc-checkbox-unselected-hover-icon-color: #e3e3e3;
    --mdc-checkbox-unselected-icon-color: #e3e3e3;
    --mdc-checkbox-selected-focus-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-selected-hover-state-layer-color: rgba(233, 237, 251, 1);
    --mdc-checkbox-selected-pressed-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-focus-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-hover-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-pressed-state-layer-color: rgba(233, 237, 251, 1);
    --mat-checkbox-disabled-label-color: rgba(227, 227, 227, .38);
    --mat-checkbox-label-text-color: #e3e3e3;
    --mdc-text-button-label-text-color: rgba(233, 237, 251, 1);
    --mdc-text-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-container-color: #303030;
    --mdc-protected-button-label-text-color: rgba(233, 237, 251, 1);
    --mdc-protected-button-disabled-container-color: rgba(227, 227, 227, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-filled-button-container-color: rgba(233, 237, 251, 1);
    --mdc-filled-button-label-text-color: #000000;
    --mdc-filled-button-disabled-container-color: rgba(227, 227, 227, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-button-disabled-outline-color: rgba(227, 227, 227, .12);
    --mdc-outlined-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-button-label-text-color: rgba(233, 237, 251, 1);
    --mdc-outlined-button-outline-color: #666666;
    --mat-text-button-state-layer-color: rgba(233, 237, 251, 1);
    --mat-text-button-disabled-state-layer-color: #e3e3e3;
    --mat-text-button-ripple-color: rgba(203, 216, 221, .12);
    --mat-text-button-hover-state-layer-opacity: .08;
    --mat-text-button-focus-state-layer-opacity: .12;
    --mat-text-button-pressed-state-layer-opacity: .12;
    --mat-protected-button-state-layer-color: rgba(233, 237, 251, 1);
    --mat-protected-button-disabled-state-layer-color: #e3e3e3;
    --mat-protected-button-ripple-color: rgba(203, 216, 221, .12);
    --mat-protected-button-hover-state-layer-opacity: .08;
    --mat-protected-button-focus-state-layer-opacity: .12;
    --mat-protected-button-pressed-state-layer-opacity: .12;
    --mat-filled-button-state-layer-color: #000000;
    --mat-filled-button-disabled-state-layer-color: #e3e3e3;
    --mat-filled-button-ripple-color: rgba(0, 0, 0, .12);
    --mat-filled-button-hover-state-layer-opacity: .08;
    --mat-filled-button-focus-state-layer-opacity: .12;
    --mat-filled-button-pressed-state-layer-opacity: .12;
    --mat-outlined-button-state-layer-color: rgba(233, 237, 251, 1);
    --mat-outlined-button-disabled-state-layer-color: #e3e3e3;
    --mat-outlined-button-ripple-color: rgba(203, 216, 221, .12);
    --mat-outlined-button-hover-state-layer-opacity: .08;
    --mat-outlined-button-focus-state-layer-opacity: .12;
    --mat-outlined-button-pressed-state-layer-opacity: .12;
    --mdc-icon-button-icon-color: #e3e3e3;
    --mdc-icon-button-disabled-icon-color: rgba(227, 227, 227, .38);
    --mat-icon-button-state-layer-color: #e3e3e3;
    --mat-icon-button-disabled-state-layer-color: #e3e3e3;
    --mat-icon-button-ripple-color: rgba(227, 227, 227, .12);
    --mat-icon-button-hover-state-layer-opacity: .08;
    --mat-icon-button-focus-state-layer-opacity: .12;
    --mat-icon-button-pressed-state-layer-opacity: .12;
    --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-container-color: #838595;
    --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-container-color: #838595;
    --mat-fab-foreground-color: rgba(233, 237, 251, 1);
    --mat-fab-state-layer-color: rgba(233, 237, 251, 1);
    --mat-fab-ripple-color: rgba(203, 216, 221, .12);
    --mat-fab-hover-state-layer-opacity: .08;
    --mat-fab-focus-state-layer-opacity: .12;
    --mat-fab-pressed-state-layer-opacity: .12;
    --mat-fab-disabled-state-container-color: rgba(227, 227, 227, .12);
    --mat-fab-disabled-state-foreground-color: rgba(227, 227, 227, .38);
    --mat-fab-small-foreground-color: rgba(233, 237, 251, 1);
    --mat-fab-small-state-layer-color: rgba(233, 237, 251, 1);
    --mat-fab-small-ripple-color: rgba(203, 216, 221, .12);
    --mat-fab-small-hover-state-layer-opacity: .08;
    --mat-fab-small-focus-state-layer-opacity: .12;
    --mat-fab-small-pressed-state-layer-opacity: .12;
    --mat-fab-small-disabled-state-container-color: rgba(227, 227, 227, .12);
    --mat-fab-small-disabled-state-foreground-color: rgba(227, 227, 227, .38);
    --mdc-snackbar-container-color: #e3e3e3;
    --mdc-snackbar-supporting-text-color: #444444;
    --mat-snack-bar-button-color: #A5A7B7;
    --mat-table-background-color: #303030;
    --mat-table-header-headline-color: #e3e3e3;
    --mat-table-row-item-label-text-color: #e3e3e3;
    --mat-table-row-item-outline-color: #666666;
    --mdc-circular-progress-active-indicator-color: rgba(233, 237, 251, 1);
    --mat-badge-background-color: #eb7071;
    --mat-badge-text-color: #000000;
    --mat-badge-disabled-state-background-color: rgba(235, 112, 113, .38);
    --mat-badge-disabled-state-text-color: #000000;
    --mat-bottom-sheet-container-text-color: #e3e3e3;
    --mat-bottom-sheet-container-background-color: #303030;
    --mat-standard-button-toggle-hover-state-layer-opacity: .08;
    --mat-standard-button-toggle-focus-state-layer-opacity: .12;
    --mat-standard-button-toggle-text-color: #e3e3e3;
    --mat-standard-button-toggle-state-layer-color: #e3e3e3;
    --mat-standard-button-toggle-selected-state-background-color: #838595;
    --mat-standard-button-toggle-selected-state-text-color: rgba(233, 237, 251, 1);
    --mat-standard-button-toggle-disabled-state-text-color: rgba(227, 227, 227, .38);
    --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(227, 227, 227, .38);
    --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(227, 227, 227, .12);
    --mat-standard-button-toggle-divider-color: #666666;
    --mat-datepicker-calendar-date-selected-state-text-color: #000000;
    --mat-datepicker-calendar-date-selected-state-background-color: rgba(233, 237, 251, 1);
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(227, 227, 227, .38);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(233, 237, 251, 1);
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(227, 227, 227, .12);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(227, 227, 227, .08);
    --mat-datepicker-toggle-active-state-icon-color: #e3e3e3;
    --mat-datepicker-calendar-date-in-range-state-background-color: #838595;
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #5d4037;
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #838595;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgba(233, 237, 251, 1);
    --mat-datepicker-toggle-icon-color: #e3e3e3;
    --mat-datepicker-calendar-body-label-text-color: #e3e3e3;
    --mat-datepicker-calendar-period-button-text-color: #e3e3e3;
    --mat-datepicker-calendar-period-button-icon-color: #e3e3e3;
    --mat-datepicker-calendar-navigation-button-icon-color: #e3e3e3;
    --mat-datepicker-calendar-header-text-color: #e3e3e3;
    --mat-datepicker-calendar-date-today-outline-color: rgba(233, 237, 251, 1);
    --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(227, 227, 227, .38);
    --mat-datepicker-calendar-date-text-color: #e3e3e3;
    --mat-datepicker-calendar-date-disabled-state-text-color: rgba(227, 227, 227, .38);
    --mat-datepicker-calendar-date-preview-state-outline-color: rgba(233, 237, 251, 1);
    --mat-datepicker-range-input-separator-color: #e3e3e3;
    --mat-datepicker-range-input-disabled-state-separator-color: rgba(227, 227, 227, .38);
    --mat-datepicker-range-input-disabled-state-text-color: rgba(227, 227, 227, .38);
    --mat-datepicker-calendar-container-background-color: #444444;
    --mat-datepicker-calendar-container-text-color: #e3e3e3;
    --mat-divider-color: #666666;
    --mat-expansion-container-background-color: #303030;
    --mat-expansion-container-text-color: #e3e3e3;
    --mat-expansion-actions-divider-color: #666666;
    --mat-expansion-header-hover-state-layer-color: rgba(227, 227, 227, .08);
    --mat-expansion-header-focus-state-layer-color: rgba(227, 227, 227, .12);
    --mat-expansion-header-disabled-state-text-color: rgba(227, 227, 227, .38);
    --mat-expansion-header-text-color: #e3e3e3;
    --mat-expansion-header-description-color: #e3e3e3;
    --mat-expansion-header-indicator-color: #e3e3e3;
    --mat-sidenav-container-background-color: #303030;
    --mat-sidenav-container-text-color: #e3e3e3;
    --mat-sidenav-content-background-color: #303030;
    --mat-sidenav-content-text-color: #e3e3e3;
    --mat-sidenav-scrim-color: rgba(68, 68, 68, .4);
    --mat-stepper-header-icon-foreground-color: #303030;
    --mat-stepper-header-selected-state-icon-background-color: rgba(233, 237, 251, 1);
    --mat-stepper-header-selected-state-icon-foreground-color: #000000;
    --mat-stepper-header-edit-state-icon-background-color: rgba(233, 237, 251, 1);
    --mat-stepper-header-edit-state-icon-foreground-color: #000000;
    --mat-stepper-container-color: #303030;
    --mat-stepper-line-color: #666666;
    --mat-stepper-header-hover-state-layer-color: rgba(227, 227, 227, .08);
    --mat-stepper-header-focus-state-layer-color: rgba(227, 227, 227, .12);
    --mat-stepper-header-label-text-color: #e3e3e3;
    --mat-stepper-header-optional-label-text-color: #e3e3e3;
    --mat-stepper-header-selected-state-label-text-color: #e3e3e3;
    --mat-stepper-header-error-state-label-text-color: #eb7071;
    --mat-stepper-header-icon-background-color: #e3e3e3;
    --mat-stepper-header-error-state-icon-foreground-color: #eb7071;
    --mat-sort-arrow-color: #e3e3e3;
    --mat-toolbar-container-background-color: #303030;
    --mat-toolbar-container-text-color: #e3e3e3;
    --mat-tree-container-background-color: #303030;
    --mat-tree-node-text-color: #e3e3e3
}

html .dark-theme input {
    color-scheme: dark
}

html .dark-theme .primary-contrast {
    color: #000;
    fill: #000
}

html .dark-theme .primary-color {
    color: #A5A7B7;
    fill: #A5A7B7
}

html .dark-theme .secondary-contrast,
html .dark-theme .nifi-navigation a,
html .dark-theme .nifi-navigation .current-user,
html .dark-theme .nifi-navigation .global-menu-icon.global-menu:disabled,
html .dark-theme .nifi-navigation .global-menu-icon.global-menu,
html .dark-theme .new-canvas-item .icon,
html .dark-theme .listing-table table th .mat-sort-header-arrow,
html .dark-theme .informational-table table th .mat-sort-header-arrow,
html .dark-theme .listing-table table th,
html .dark-theme .informational-table table th,
html .listing-table table .dark-theme th,
html .informational-table table .dark-theme th,
html .listing-table table th .dark-theme .mat-sort-header-arrow,
html .informational-table table th .dark-theme .mat-sort-header-arrow,
html .new-canvas-item .dark-theme .icon,
html .nifi-navigation .dark-theme .global-menu-icon.global-menu,
html .nifi-navigation .dark-theme .current-user,
html .nifi-navigation .dark-theme a {
    color: #000;
    fill: #000
}

html .dark-theme .secondary-color {
    color: #A5A7B7;
    fill: #A5A7B7
}

html .dark-theme .tertiary-color {
    color: #bcaaa4;
    fill: #bcaaa4
}

html .dark-theme .error-color {
    color: #eb7071;
    fill: #eb7071
}

html .dark-theme .error-color-variant {
    color: #f49999;
    fill: #f49999
}

html .dark-theme .neutral-color {
    color: #acacac;
    fill: #acacac
}

html .dark-theme .success-color-variant {
    color: #1390ca;
    fill: #1390ca
}

html .dark-theme .success-color-default {
    color: #31975b;
    fill: #31975b
}

html .dark-theme .caution-color {
    color: #cf9338;
    fill: #cf9338
}

html .dark-theme .caution-color-background {
    background-color: #cf9338
}

html .dark-theme .neutral-contrast,
html .dark-theme #lineage canvas text.event-type,
html .dark-theme #lineage svg text.event-type,
html .dark-theme marker,
html .dark-theme svg.canvas-svg text.port-name,
html .dark-theme svg.canvas-svg text.stats-label,
html .dark-theme :not(pre)>code[class*=language-],
html .dark-theme pre[class*=language-],
html .dark-theme .cm-s-nifi.CodeMirror,
html .dark-theme markdown table th,
html svg.canvas-svg .dark-theme text.stats-label,
html svg.canvas-svg .dark-theme text.port-name,
html #lineage canvas .dark-theme text.event-type,
html #lineage svg .dark-theme text.event-type {
    color: #fff;
    fill: #fff
}

html .dark-theme .disabled,
html .dark-theme .new-canvas-item .icon:disabled,
html .new-canvas-item .dark-theme .icon:disabled {
    color: #ccc;
    fill: #ccc
}

html .dark-theme .border-color {
    color: #666;
    fill: #666
}

html .dark-theme .tertiary-checkbox {
    --mdc-checkbox-disabled-selected-checkmark-color: #303030;
    --mdc-checkbox-selected-focus-state-layer-opacity: .12;
    --mdc-checkbox-selected-hover-state-layer-opacity: .08;
    --mdc-checkbox-selected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-unselected-focus-state-layer-opacity: .12;
    --mdc-checkbox-unselected-hover-state-layer-opacity: .08;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: .12;
    --mdc-checkbox-selected-pressed-icon-color: #d7ccc8;
    --mdc-checkbox-disabled-selected-icon-color: rgba(227, 227, 227, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(227, 227, 227, .38);
    --mdc-checkbox-selected-checkmark-color: #4e342e;
    --mdc-checkbox-selected-focus-icon-color: #d7ccc8;
    --mdc-checkbox-selected-hover-icon-color: #d7ccc8;
    --mdc-checkbox-selected-icon-color: #d7ccc8;
    --mdc-checkbox-unselected-focus-icon-color: #e3e3e3;
    --mdc-checkbox-unselected-hover-icon-color: #e3e3e3;
    --mdc-checkbox-unselected-icon-color: #e3e3e3;
    --mdc-checkbox-selected-focus-state-layer-color: #d7ccc8;
    --mdc-checkbox-selected-hover-state-layer-color: #d7ccc8;
    --mdc-checkbox-selected-pressed-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-focus-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-hover-state-layer-color: #e3e3e3;
    --mdc-checkbox-unselected-pressed-state-layer-color: #d7ccc8;
    --mat-checkbox-disabled-label-color: rgba(227, 227, 227, .38);
    --mat-checkbox-label-text-color: #e3e3e3
}

html .dark-theme .primary-icon-button {
    --mdc-icon-button-icon-color: rgba(233, 237, 251, 1);
    --mdc-icon-button-disabled-icon-color: rgba(227, 227, 227, .38);
    --mat-icon-button-state-layer-color: rgba(233, 237, 251, 1);
    --mat-icon-button-disabled-state-layer-color: #e3e3e3;
    --mat-icon-button-ripple-color: rgba(203, 216, 221, .12);
    --mat-icon-button-hover-state-layer-opacity: .08;
    --mat-icon-button-focus-state-layer-opacity: .12;
    --mat-icon-button-pressed-state-layer-opacity: .12
}

html .dark-theme .error-button {
    --mdc-text-button-label-text-color: #eb7071;
    --mdc-text-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-container-color: #303030;
    --mdc-protected-button-label-text-color: #eb7071;
    --mdc-protected-button-disabled-container-color: rgba(227, 227, 227, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-filled-button-container-color: #eb7071;
    --mdc-filled-button-label-text-color: #000000;
    --mdc-filled-button-disabled-container-color: rgba(227, 227, 227, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-button-disabled-outline-color: rgba(227, 227, 227, .12);
    --mdc-outlined-button-disabled-label-text-color: rgba(227, 227, 227, .38);
    --mdc-outlined-button-label-text-color: #eb7071;
    --mdc-outlined-button-outline-color: #666666;
    --mat-text-button-state-layer-color: #eb7071;
    --mat-text-button-disabled-state-layer-color: #e3e3e3;
    --mat-text-button-ripple-color: rgba(235, 112, 113, .12);
    --mat-text-button-hover-state-layer-opacity: .08;
    --mat-text-button-focus-state-layer-opacity: .12;
    --mat-text-button-pressed-state-layer-opacity: .12;
    --mat-protected-button-state-layer-color: #eb7071;
    --mat-protected-button-disabled-state-layer-color: #e3e3e3;
    --mat-protected-button-ripple-color: rgba(235, 112, 113, .12);
    --mat-protected-button-hover-state-layer-opacity: .08;
    --mat-protected-button-focus-state-layer-opacity: .12;
    --mat-protected-button-pressed-state-layer-opacity: .12;
    --mat-filled-button-state-layer-color: #000000;
    --mat-filled-button-disabled-state-layer-color: #e3e3e3;
    --mat-filled-button-ripple-color: rgba(0, 0, 0, .12);
    --mat-filled-button-hover-state-layer-opacity: .08;
    --mat-filled-button-focus-state-layer-opacity: .12;
    --mat-filled-button-pressed-state-layer-opacity: .12;
    --mat-outlined-button-state-layer-color: #eb7071;
    --mat-outlined-button-disabled-state-layer-color: #e3e3e3;
    --mat-outlined-button-ripple-color: rgba(235, 112, 113, .12);
    --mat-outlined-button-hover-state-layer-opacity: .08;
    --mat-outlined-button-focus-state-layer-opacity: .12;
    --mat-outlined-button-pressed-state-layer-opacity: .12
}

html .dark-theme .tertiary-spinner {
    --mdc-circular-progress-active-indicator-color: #d7ccc8
}

html .dark-theme .tooltip {
    background-color: #303030;
    box-shadow: 0 2px 5px #00000040;
    color: #fff
}

html .dark-theme .property-editor {
    background-color: var(--mat-menu-container-color);
    border-radius: 4px
}

html .dark-theme a {
    color: #A5A7B7;
    text-decoration-color: #A5A7B7
}

html .dark-theme .has-errors,
html .dark-theme .invalid,
html .dark-theme .stopped,
html .dark-theme .running,
html .dark-theme .transmitting,
html .dark-theme .text-shadow {
    text-shadow: 0 0 4px rgb(0, 0, 0)
}

html .dark-theme .zero {
    opacity: .5 !important
}

html .dark-theme *:not([class^=mat-]):not([class^=mdc-]):not([class^=resizable-triangle]):not([class^=CodeMirror-cursor]) {
    border-color: #666
}

html .dark-theme .border-t,
html .dark-theme .border-b,
html .dark-theme .border,
html .dark-theme .border-l,
html .dark-theme .border-r {
    border-color: #666
}

html .dark-theme * {
    --mat-snack-bar-button-color: $material-theme-tertiary-palette-variant
}

html .dark-theme * markdown table {
    background-color: #444
}

html .dark-theme * markdown table tbody tr:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .dark-theme .mat-typography.text-base {
    font-family: Inter;
    line-height: 1.25rem;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal
}

html .dark-theme .mat-typography.text-base h2 {
    margin: unset;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700
}

html .dark-theme .mat-typography.text-base h3 {
    margin: 0 0 16px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700
}

html .dark-theme .mat-typography.text-base h4 {
    margin: unset;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400
}

html .dark-theme .mat-typography.text-base a {
    letter-spacing: normal
}

html .dark-theme .mat-typography.text-base .mdc-text-field--outlined .mdc-floating-label,
html .dark-theme .mat-typography.text-base .mat-mdc-select {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .dark-theme .mat-typography.text-base .mat-mdc-card-title {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    font-weight: 700
}

html .dark-theme .mat-typography.text-base .mat-mdc-card-subtitle {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 20px;
    font-weight: 400
}

html .dark-theme .mat-typography.text-base .mat-mdc-option,
html .dark-theme .mat-typography.text-base .mat-mdc-form-field,
html .dark-theme .mat-typography.text-base .mat-tree-node,
html .dark-theme .mat-typography.text-base .mat-nested-tree-node {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .dark-theme .mat-typography.text-base .mat-mdc-header-cell {
    font-weight: 700
}

html .dark-theme .mat-typography.text-base .mat-expansion-panel-header {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 700
}

html .dark-theme .mat-typography.text-base .mat-expansion-panel-content {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 20px
}

html .dark-theme .mat-typography.text-base .mat-mdc-menu-content,
html .dark-theme .mat-typography.text-base .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
    --mat-menu-item-label-text-weight: mat.get-theme-typography($material-theme, body-medium, font-weight)
}

html .dark-theme .mat-typography.text-base .mdc-list-item__primary-text {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal
}

html .dark-theme .mat-typography.text-base .mat-drawer {
    color: var(--mat-app-text-color)
}

html .dark-theme .mat-expansion-panel {
    background-color: #444
}

html .dark-theme .mat-datepicker-content {
    background-color: #444;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

html .dark-theme .mat-mdc-dialog-surface,
html .dark-theme .mat-mdc-table {
    background-color: #444
}

html .dark-theme .mat-drawer-backdrop.mat-drawer-shown {
    background-color: #bdbdbd99
}

html .dark-theme .mat-mdc-card,
html .dark-theme .mat-drawer {
    background-color: #444
}

html .dark-theme .cdk-drop-list {
    color: #A5A7B7
}

html .dark-theme .cdk-drop-list-dragging {
    background-color: #A5A7B7 !important
}

html .dark-theme .cdk-drag-selected .cdk-drag {
    background-color: #A5A7B7
}

html .dark-theme .cdk-drop-list {
    background: #acacac
}

html .dark-theme .cdk-drag {
    background: #303030
}

html .dark-theme .cdk-drag-disabled {
    color: #acacac;
    background: #303030 !important
}

html .dark-theme .cdk-drag-selected .cdk-drag,
html .dark-theme .cdk-drag-selected span.grip,
html .dark-theme .cdk-drag-selected .fa {
    color: #000
}

html .dark-theme span.grip {
    color: #fff
}

html .dark-theme ngx-skeleton-loader .skeleton-loader {
    background: #666
}

html .dark-theme .markdown-clipboard-toolbar {
    opacity: 0;
    transition: opacity .25s ease-out
}

html .dark-theme .markdown-clipboard-toolbar.hover {
    opacity: 1
}

html .dark-theme .ngx-codemirror {
    display: none
}

html .dark-theme .cm-s-nifi.CodeMirror {
    height: 100%;
    cursor: default;
    line-height: normal;
    background-color: #303030;
    border: 1px solid var(--mdc-outlined-text-field-label-text-color)
}

html .dark-theme .cm-s-nifi .CodeMirror-gutters {
    background: #3b3b3b
}

html .dark-theme .cm-s-nifi .CodeMirror-guttermarker,
html .dark-theme .cm-s-nifi .CodeMirror-guttermarker-subtle,
html .dark-theme .cm-s-nifi .CodeMirror-linenumber {
    color: #bbb
}

html .dark-theme .cm-s-nifi .CodeMirror-cursor {
    border-left: 1px solid #ffffff
}

html .dark-theme .cm-s-nifi div.CodeMirror-selected,
html .dark-theme .cm-s-nifi.CodeMirror-focused div.CodeMirror-selected {
    background: #3e2723
}

html .dark-theme .cm-s-nifi .CodeMirror-line::selection,
html .dark-theme .cm-s-nifi .CodeMirror-line>span::selection,
html .dark-theme .cm-s-nifi .CodeMirror-line>span>span::selection {
    background: #80cbc433
}

html .dark-theme .cm-s-nifi .CodeMirror-line::-moz-selection,
html .dark-theme .cm-s-nifi .CodeMirror-line>span::-moz-selection,
html .dark-theme .cm-s-nifi .CodeMirror-line>span>span::-moz-selection {
    background: #80cbc433
}

html .dark-theme .cm-s-nifi .cm-header {
    color: #b8b8ff
}

html .dark-theme .cm-s-nifi .cm-quote {
    color: #6bfd6b
}

html .dark-theme .cm-s-nifi .cm-negative {
    color: #fc9797
}

html .dark-theme .cm-s-nifi .cm-positive {
    color: #8cfd8c
}

html .dark-theme .cm-s-nifi .cm-bracket {
    color: #93937c
}

html .dark-theme .cm-s-nifi .cm-link {
    color: #8e8ef6
}

html .dark-theme .cm-s-nifi .cm-invalidchar {
    color: #ff9c9c
}

html .dark-theme .cm-s-nifi .cm-keyword {
    color: #c792ea
}

html .dark-theme .cm-s-nifi .cm-operator {
    color: #89ddff
}

html .dark-theme .cm-s-nifi .cm-variable-2 {
    color: rgba(71, 87, 225, 1)
}

html .dark-theme .cm-s-nifi .cm-variable-3,
html .dark-theme .cm-s-nifi .cm-type {
    color: #f07178
}

html .dark-theme .cm-s-nifi .cm-builtin {
    color: #a280f3
}

html .dark-theme .cm-s-nifi .cm-atom {
    color: #f78c6c
}

html .dark-theme .cm-s-nifi .cm-number {
    color: #fd758c
}

html .dark-theme .cm-s-nifi .cm-def {
    color: #82aaff
}

html .dark-theme .cm-s-nifi .cm-string,
html .dark-theme .cm-s-nifi .cm-string-2 {
    color: #f07178
}

html .dark-theme .cm-s-nifi .cm-comment {
    color: #d7d7d7
}

html .dark-theme .cm-s-nifi .cm-variable,
html .dark-theme .cm-s-nifi .cm-punctuation,
html .dark-theme .cm-s-nifi .cm-property,
html .dark-theme .cm-s-nifi .cm-operator {
    color: #fff
}

html .dark-theme .cm-s-nifi .cm-tag {
    color: #fc768d
}

html .dark-theme .cm-s-nifi .cm-meta {
    color: #A5A7B7de
}

html .dark-theme .cm-s-nifi .cm-attribute,
html .dark-theme .cm-s-nifi .cm-property {
    color: #c792ea
}

html .dark-theme .cm-s-nifi .cm-qualifier,
html .dark-theme .cm-s-nifi .cm-variable-3,
html .dark-theme .cm-s-nifi .cm-s-default,
html .dark-theme .cm-s-nifi .cm-type {
    color: #A5A7B7de
}

html .dark-theme .cm-s-nifi .cm-error {
    color: #fff;
    background-color: #ff002a
}

html .dark-theme .cm-s-nifi .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: #000 !important;
    background-color: #acacac
}

html .dark-theme .cm-s-nifi .CodeMirror-nonmatchingbracket {
    color: #fc7a7a
}

html .dark-theme .cm-s-nifi .CodeMirror-matchingtag {
    background: #ff9600f7
}

html .dark-theme .cm-s-nifi .CodeMirror-activeline-background {
    background: #ffffff80
}

html .dark-theme pre[class*=language-] {
    padding-top: .75rem;
    padding-bottom: .75rem
}

html .dark-theme code[class*=language-],
html .dark-theme pre[class*=language-] {
    color: #f07178;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

html .dark-theme pre[class*=language-]::-moz-selection,
html .dark-theme pre[class*=language-] ::-moz-selection,
html .dark-theme code[class*=language-]::-moz-selection,
html .dark-theme code[class*=language-] ::-moz-selection {
    text-shadow: none;
    background: #3e272366
}

html .dark-theme pre[class*=language-]::selection,
html .dark-theme pre[class*=language-] ::selection,
html .dark-theme code[class*=language-]::selection,
html .dark-theme code[class*=language-] ::selection {
    text-shadow: none;
    background: #3e272366
}

@media print {

    html .dark-theme code[class*=language-],
    html .dark-theme pre[class*=language-] {
        text-shadow: none
    }
}

html .dark-theme pre[class*=language-] {
    display: flex;
    margin: .5em 0;
    overflow: auto
}

html .dark-theme :not(pre)>code[class*=language-],
html .dark-theme pre[class*=language-] {
    cursor: default;
    line-height: normal;
    background-color: #303030;
    border: 1px solid var(--mdc-outlined-text-field-label-text-color)
}

html .dark-theme :not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

html .dark-theme .token.comment,
html .dark-theme .token.prolog,
html .dark-theme .token.doctype,
html .dark-theme .token.cdata {
    color: #d7d7d7
}

html .dark-theme .token.punctuation {
    color: #c792ea
}

html .dark-theme .token.namespace {
    opacity: .7
}

html .dark-theme .token.property,
html .dark-theme .token.tag,
html .dark-theme .token.boolean,
html .dark-theme .token.number,
html .dark-theme .token.symbol,
html .dark-theme .token.deleted {
    color: #c792ea
}

html .dark-theme .token.constant {
    color: #f07178
}

html .dark-theme .token.selector,
html .dark-theme .token.attr-name,
html .dark-theme .token.string,
html .dark-theme .token.char,
html .dark-theme .token.builtin,
html .dark-theme .token.inserted,
html .dark-theme .token.keyword {
    color: #c792ea
}

html .dark-theme .token.atrule,
html .dark-theme .token.attr-value {
    color: #f07178
}

html .dark-theme .token.function {
    color: #fff
}

html .dark-theme .token.class-name {
    color: #f07178
}

html .dark-theme .token.important,
html .dark-theme .token.bold {
    font-weight: 700
}

html .dark-theme .token.italic {
    font-style: italic
}

html .dark-theme .token.entity {
    cursor: help
}

html .dark-theme .splash {
    background-color: #A5A7B7
}

html .dark-theme .listing-table table th,
html .dark-theme .informational-table table th {
    background-color: #A5A7B7 !important;
    -webkit-user-select: none;
    user-select: none
}

html .dark-theme .listing-table table th,
html .dark-theme .informational-table table th,
html .dark-theme .listing-table table td,
html .dark-theme .informational-table table td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

html .dark-theme .listing-table table tr:hover,
html .dark-theme .informational-table table tr:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .dark-theme .listing-table table .selected,
html .dark-theme .informational-table table .selected {
    background-color: #3e2723 !important
}

html .dark-theme .documentation h2 {
    margin-bottom: 12px !important
}

html .dark-theme .documentation .extension-links a:hover,
html .dark-theme .documentation .external-links a:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color) !important
}

html .dark-theme .documentation .extension-links a.selected,
html .dark-theme .documentation .external-links a.selected {
    background-color: #3e2723 !important
}

html .dark-theme .documentation .mat-expansion-panel-header-title,
html .dark-theme .documentation .mat-expansion-panel-header-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important
}

html .dark-theme .canvas-background {
    background-color: #303030;
    background-image: linear-gradient(to right, #0d1411 1px, transparent 1px), linear-gradient(to bottom, #0d1411 1px, transparent 1px)
}

html .dark-theme svg.canvas-svg g.component {
    font-family: Inter
}

html .dark-theme svg.canvas-svg .transparent {
    fill: transparent
}

html .dark-theme svg.canvas-svg g.component rect.body {
    fill: #303030
}

html .dark-theme svg.canvas-svg rect.banner {
    fill: #f4f4f414
}

html .dark-theme svg.canvas-svg rect.odd {
    fill: #f4f4f406
}

html .dark-theme svg.canvas-svg rect.even {
    fill: #303030
}

html .dark-theme svg.canvas-svg rect.row-border {
    fill: #666
}

html .dark-theme svg.canvas-svg g.component rect.body.unauthorized {
    fill: #303030
}

html .dark-theme svg.canvas-svg g.component rect.border,
html .dark-theme svg.canvas-svg g.connections rect.border {
    stroke: #666;
    stroke-width: 2
}

html .dark-theme svg.canvas-svg g.component rect.border.unauthorized {
    stroke: #eb7071 !important
}

html .dark-theme svg.canvas-svg g.component rect.border.ghost {
    stroke: #acacac !important
}

html .dark-theme svg.canvas-svg g.component rect.processor-icon-container.unauthorized {
    fill: #303030
}

html .dark-theme svg.canvas-svg g.component.selected rect.border {
    stroke: #A5A7B7 !important
}

html .dark-theme svg.canvas-svg text.stats-label {
    font-family: Inter
}

html .dark-theme svg.canvas-svg text.stats-value {
    fill: #bcaaa4
}

html .dark-theme svg.canvas-svg text.stats-info {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg text.bulletin-icon.info,
html .dark-theme svg.canvas-svg text.bulletin-icon.debug,
html .dark-theme svg.canvas-svg text.bulletin-icon.trace {
    fill: #000
}

html .dark-theme svg.canvas-svg text.bulletin-icon.error {
    fill: #fff
}

html .dark-theme svg.canvas-svg text.bulletin-icon.warning {
    fill: #fff
}

html .dark-theme svg.canvas-svg rect.bulletin-background.error {
    fill: #eb7071
}

html .dark-theme svg.canvas-svg rect.bulletin-background.warning {
    fill: #cf9338
}

html .dark-theme svg.canvas-svg rect.bulletin-background.info,
html .dark-theme svg.canvas-svg rect.bulletin-background.debug,
html .dark-theme svg.canvas-svg rect.bulletin-background.trace {
    fill: #31975b
}

html .dark-theme svg.canvas-svg text.component-comments {
    fill: #A5A7B7;
    stroke: #666
}

html .dark-theme svg.canvas-svg g.component.connectable-destination rect.border {
    stroke: #0f0
}

html .dark-theme svg.canvas-svg rect.component-selection,
html .dark-theme svg.canvas-svg rect.drag-selection,
html .dark-theme svg.canvas-svg rect.label-drag {
    stroke: #A5A7B7;
    fill: transparent
}

html .dark-theme svg.canvas-svg text.add-connect {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg #component-drop-shadow feFlood {
    flood-color: #000
}

html .dark-theme svg.canvas-svg rect.processor-read-write-stats {
    fill: #303030
}

html .dark-theme svg.canvas-svg rect.processor-stats-border {
    fill: #666
}

html .dark-theme svg.canvas-svg text.processor-name {
    fill: #fff
}

html .dark-theme svg.canvas-svg text.processor-type {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg circle.is-primary-background {
    stroke: #f4f4f4;
    fill: #303030
}

html .dark-theme svg.canvas-svg text.is-primary {
    fill: #f4f4f4
}

html .dark-theme svg.canvas-svg text.processor-bundle {
    fill: #acacac
}

html .dark-theme svg.canvas-svg rect.processor-icon-container {
    fill: #303030
}

html .dark-theme svg.canvas-svg circle.restricted-background {
    fill: #303030
}

html .dark-theme svg.canvas-svg text.restricted {
    fill: #eb7071
}

html .dark-theme svg.canvas-svg #connection-full-drop-shadow feFlood {
    flood-color: #eb7071
}

html .dark-theme svg.canvas-svg g.connection {
    font-family: Inter
}

html .dark-theme svg.canvas-svg g.connection rect.body {
    fill: #303030
}

html .dark-theme svg.canvas-svg g.connection rect.body.unauthorized {
    fill: #303030
}

html .dark-theme svg.canvas-svg g.connection rect.border.unauthorized {
    stroke: #eb7071
}

html .dark-theme svg.canvas-svg g.connection rect.border.full {
    stroke: #bcaaa4
}

html .dark-theme svg.canvas-svg g.connection.selected rect.border {
    stroke: #fc0
}

html .dark-theme svg.canvas-svg path.connector {
    stroke: red
}

html .dark-theme svg.canvas-svg path.connector.connectable {
    stroke: #0f0
}

html .dark-theme svg.canvas-svg g.connection path.connection-path {
    fill: none;
    stroke: #fff;
    filter: drop-shadow(0 3px 6px #303030)
}

html .dark-theme svg.canvas-svg g.connection path.connection-path.full {
    stroke: #eb7071
}

html .dark-theme svg.canvas-svg g.connection path.connection-path.unauthorized {
    stroke: #eb7071
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick {
    fill: transparent
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.prediction-down,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.prediction-down {
    fill: #303030
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.object-prediction {
    fill: #666
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.not-configured,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.not-configured,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.data-size-prediction.prediction-down.not-configured,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.object-prediction.prediction-down.not-configured {
    fill: transparent
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-tick.not-configured {
    fill: #acacac
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-object,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-data-size {
    fill: #666
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-object.not-configured,
html .dark-theme svg.canvas-svg g.connection rect.backpressure-data-size.not-configured {
    fill: transparent
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-percent.warning {
    fill: #fc0
}

html .dark-theme svg.canvas-svg g.connection rect.backpressure-percent.error {
    fill: #eb7071
}

html .dark-theme svg.canvas-svg g.connection.ghost path.connection-path,
html .dark-theme svg.canvas-svg g.connection.ghost rect.connection-label {
    stroke: #acacac
}

html .dark-theme svg.canvas-svg g.connection path.connection-selection-path {
    stroke: #fc0;
    fill: none
}

html .dark-theme svg.canvas-svg g.connection path.connection-path-selectable {
    fill: none
}

html .dark-theme svg.canvas-svg g.connection rect.startpoint {
    stroke: red;
    fill: red
}

html .dark-theme svg.canvas-svg g.connection rect.midpoint {
    stroke: #fc0;
    fill: #fc0
}

html .dark-theme svg.canvas-svg g.connection rect.endpoint {
    stroke: #00f;
    fill: #00f
}

html .dark-theme svg.canvas-svg g.label path.resizable-triangle {
    fill: #30303033;
    stroke: #30303033
}

html .dark-theme svg.canvas-svg text.funnel-icon {
    fill: #bcaaa4
}

html .dark-theme svg.canvas-svg text.port-icon {
    fill: #bcaaa4
}

html .dark-theme svg.canvas-svg rect.process-group-stats-in-out {
    fill: #303030
}

html .dark-theme svg.canvas-svg rect.process-group-stats-border {
    fill: #666
}

html .dark-theme svg.canvas-svg rect.process-group-banner,
html .dark-theme svg.canvas-svg rect.remote-process-group-banner {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg text.version-control,
html .dark-theme svg.canvas-svg text.not-transmitting,
html .dark-theme svg.canvas-svg text.transmitting,
html .dark-theme svg.canvas-svg text.process-group-transmitting,
html .dark-theme svg.canvas-svg text.invalid,
html .dark-theme svg.canvas-svg text.running,
html .dark-theme svg.canvas-svg text.stopped,
html .dark-theme svg.canvas-svg text.process-group-running,
html .dark-theme svg.canvas-svg text.process-group-stopped {
    text-shadow: 0 0 4px rgb(0, 0, 0)
}

html .dark-theme svg.canvas-svg text.process-group-contents-count {
    fill: #bcaaa4;
    font-family: Inter
}

html .dark-theme svg.canvas-svg g.process-group.drop rect.border {
    stroke: #00f
}

html .dark-theme svg.canvas-svg rect.remote-process-group-stats-border {
    fill: #666
}

html .dark-theme svg.canvas-svg rect.remote-process-group-received-stats {
    fill: #303030
}

html .dark-theme svg.canvas-svg text.remote-process-group-uri {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg text.remote-process-group-transmission-secure {
    fill: #A5A7B7
}

html .dark-theme svg.canvas-svg text.remote-process-group-last-refresh {
    fill: #A5A7B7
}

html .dark-theme .breadcrumb-container {
    background-color: var(--mat-app-background-color)
}

html .dark-theme .extension-creation-dialog .selected-type-description {
    height: 3.75rem
}

html .dark-theme #birdseye {
    background: #303030
}

html .dark-theme #birdseye rect.birdseye-brush {
    stroke: #A5A7B7;
    fill: transparent
}

html .dark-theme div.navigation-control {
    box-shadow: 0 1px 6px #00000040;
    background-color: #303030
}

html .dark-theme div.navigation-control .navigation-control-header:hover {
    background: linear-gradient(-90deg, var(--mat-menu-item-hover-state-layer-color) 34px, transparent 35px)
}

html .dark-theme div.operation-control {
    box-shadow: 0 1px 6px #00000040;
    background-color: #303030
}

html .dark-theme div.operation-control .operation-control-header:hover {
    background: linear-gradient(-90deg, var(--mat-menu-item-hover-state-layer-color) 34px, transparent 35px)
}

html .dark-theme .flow-status {
    background-color: #303030
}

html .dark-theme .flow-status .controller-bulletins {
    background-color: unset
}

html .dark-theme .flow-status .controller-bulletins .fa {
    color: #A5A7B7
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins .fa {
    color: #000
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins.error {
    background-color: #eb7071
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins.error .fa {
    color: #fff
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins.warning {
    background-color: #cf9338
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins.warning .fa {
    color: #fff
}

html .dark-theme .flow-status .controller-bulletins.has-bulletins.info,
html .dark-theme .flow-status .controller-bulletins.has-bulletins.debug,
html .dark-theme .flow-status .controller-bulletins.has-bulletins.trace {
    background-color: #31975b
}

html .dark-theme .flow-status .flow-analysis-notifications.warn {
    background-color: #A5A7B7
}

html .dark-theme .flow-status .flow-analysis-notifications.warn .fa {
    color: #000
}

html .dark-theme .flow-status .flow-analysis-notifications.enforce {
    background-color: #eb7071
}

html .dark-theme .flow-status .flow-analysis-notifications.enforce .fa {
    color: #000
}

html .dark-theme .pill.enforce {
    background-color: #eb7071;
    color: #fff
}

html .dark-theme .pill.warn {
    background-color: #A5A7B7;
    color: #fff
}

html .dark-theme .new-canvas-item .icon.hovering {
    background: linear-gradient(#fff, #fff) !important
}

html .dark-theme .new-canvas-item .icon.hovering .component-button-grip {
    background: repeating-linear-gradient(90deg, #000000, #A5A7B7 4px, transparent 4px, transparent 6px)
}

html .dark-theme .new-canvas-item .icon.cdk-drag-dragging {
    color: #A5A7B7;
    mix-blend-mode: difference
}

html .dark-theme .new-canvas-item .icon:disabled {
    cursor: not-allowed
}

html .dark-theme .search-container:hover,
html .dark-theme .search-container.open,
html .dark-theme .search-container .search-input {
    background-color: #303030
}

html .dark-theme .search-results {
    background-color: var(--mat-menu-container-color);
    border-radius: 4px
}

html .dark-theme .login-background {
    background: #303030 url("./media/bg-error-GUIFCDYN.png") left top no-repeat
}

html .dark-theme .logout-background {
    background: #303030 url("./media/bg-error-GUIFCDYN.png") left top no-repeat
}

html .dark-theme .provenance-event-table .lineage {
    background-color: #303030
}

html .dark-theme rect.lineage {
    fill: #303030
}

html .dark-theme g.flowfile-icon text {
    fill: #bcaaa4
}

html .dark-theme circle.event-circle {
    fill: #A5A7B7;
    stroke: #fff
}

html .dark-theme path.link {
    stroke: #fff
}

html .dark-theme circle.flowfile-link {
    fill: #303030;
    stroke: #fff
}

html .dark-theme #lineage canvas text.event-type,
html .dark-theme #lineage svg text.event-type {
    font-family: Inter
}

html .dark-theme #lineage canvas text.event-type.expand-parents,
html .dark-theme #lineage canvas text.event-type.expand-children,
html .dark-theme #lineage svg text.event-type.expand-parents,
html .dark-theme #lineage svg text.event-type.expand-children {
    font-family: Inter
}

html .dark-theme #lineage canvas path.link.selected,
html .dark-theme #lineage svg path.link.selected {
    stroke: #eb7071
}

html .dark-theme #lineage canvas g.event circle.selected,
html .dark-theme #lineage svg g.event circle.selected {
    fill: #eb7071
}

html .dark-theme #lineage canvas g.event circle.context,
html .dark-theme #lineage svg g.event circle.context {
    stroke: #A5A7B7
}

html .dark-theme #lineage canvas g.flowfile circle.context,
html .dark-theme #lineage canvas g.event circle.context,
html .dark-theme #lineage svg g.flowfile circle.context,
html .dark-theme #lineage svg g.event circle.context {
    stroke: #bcaaa4
}

html .dark-theme div.context-menu .context-menu-item .context-menu-item-text {
    font-size: .875rem;
    line-height: 1.25rem;
    max-width: 17.5rem
}

html .dark-theme div.context-menu .context-menu-item:hover {
    background-color: var(--mat-menu-item-hover-state-layer-color)
}

html .dark-theme div.context-menu .context-menu-item:active {
    background-color: #666
}

html .dark-theme div.context-menu.show-focused .context-menu-item:focus {
    outline: #0000ff solid 1px
}

html .dark-theme .nifi-navigation {
    background-color: #A5A7B7
}

html .dark-theme .nifi-navigation .current-user {
    font-family: Inter
}

html .dark-theme .nifi-navigation a {
    text-decoration-color: #000
}

html .dark-theme .nifi-navigation a:hover {
    opacity: .6
}

html .dark-theme .property-editor {
    --mdc-text-button-container-height: 32px;
    --mdc-filled-button-container-height: 32px;
    --mdc-protected-button-container-height: 32px;
    --mdc-outlined-button-container-height: 32px;
    --mat-text-button-touch-target-display: block;
    --mat-filled-button-touch-target-display: block;
    --mat-protected-button-touch-target-display: block;
    --mat-outlined-button-touch-target-display: block
}

html .dark-theme .property-editor .nf-editor.blank {
    border-color: var(--mdc-outlined-text-field-disabled-label-text-color);
    cursor: not-allowed !important
}

html .dark-theme .property-editor .CodeMirror.cm-s-nifi {
    height: 108px
}

html .dark-theme #status-history-chart-container .axis path,
html .dark-theme #status-history-chart-container .axis line,
html .dark-theme #status-history-chart-control-container .axis path,
html .dark-theme #status-history-chart-control-container .axis line {
    stroke: #666
}

html .dark-theme #status-history-chart-container .brush .selection,
html .dark-theme #status-history-chart-control-container .brush .selection {
    stroke: #666
}

html .dark-theme .hint-pattern {
    color: #303030;
    background-color: #A5A7B7
}

html .dark-theme .processor-status-table .primary-node-only {
    min-width: 16px;
    background-color: #303030
}

html .dark-theme .preview .processor {
    background-color: #303030
}

html .dark-theme .preview .odd {
    background-color: #f4f4f406
}

html .dark-theme .preview .even {
    background-color: #303030
}

html .dark-theme .preview .row-border {
    border-top: 1px solid #666666
}

html .dark-theme .text-editor {
    --mdc-text-button-container-height: 32px;
    --mdc-filled-button-container-height: 32px;
    --mdc-protected-button-container-height: 32px;
    --mdc-outlined-button-container-height: 32px;
    --mat-text-button-touch-target-display: block;
    --mat-filled-button-touch-target-display: block;
    --mat-protected-button-touch-target-display: block;
    --mat-outlined-button-touch-target-display: block
}

html .dark-theme .text-editor .editor.blank {
    border-color: var(--mdc-outlined-text-field-disabled-label-text-color);
    cursor: not-allowed !important
}

html .dark-theme .resizable-triangle {
    border-right-color: #666;
    border-bottom-color: #666
}

.last-of-type\:border-0:last-of-type {
    border-width: 0px
}

pre[class*=language-].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre[class*=language-].line-numbers>code {
    position: relative;
    white-space: inherit
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows>span {
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}