
.app-info-handler__title--heading {
  color: white;
}

footer.v-footer {
  container-type: inline-size;
  container-name: footer;
}
@container footer (min-width: 800px) {
.the-footer__width {
    width: 100%;
}
}
@container footer (min-width: 1200px) {
.the-footer__width {
    width: 1170px;
}
}
.the-footer__logo--position {
  position: absolute;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  margin-top: 9.5px;
}
.the-footer__copyright,
.the-footer__links {
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-top: 7.5px;
}
.the-footer__styles {
  font-size: 0.9em;
  position: relative;
  height: 100%;
  clear: both;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}
.the-footer__copyright {
  left: 0px;
  float: left;
  white-space: nowrap;
}
.the-footer__links {
  float: right;
  right: 0px;
}
.the-footer__links a {
  text-decoration: none;
  color: #4183c4;
  margin-left: 1em;
}
@media (min-width: 565px) {
.the-footer__overflow {
    display: inline;
}
.the-footer__copyright,
  .the-footer__links {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
.the-footer__links a {
    margin-left: 2em;
}
}
#icon-logo {
  width: 16px;
  height: 16px;
}
.container {
  margin-left: auto;
}
.the-footer__version--center {
  padding: 4px;
}


.navigation-menu__toolbar--size {
  height:        36px;
  border-bottom: 100px;
}
.navigation-menu__container button.v-btn {
  margin-left:  0;
  margin-right: 0;
}


img.the-header__img--layout {
  max-height: 20px;
  max-width:  92px;
}
img.the-header__img--clickable {
  cursor: pointer;
}


main.v-content {
  container-type: inline-size;
  container-name: main;
}
div.v-menu__content.menuable__content__active {
  border-radius: 5px;
}
.v-tab {
  text-transform: none;
}
.v-btn {
  text-transform: none;
}
.v-content {
  flex: unset;
}
.app__sliding-pane--single {
  padding-right: 1em;
  padding-left:  1em;
  margin-right:  auto;
  margin-left:   auto;
}
.app__sliding-pane--multiple {
  padding-right: 0em;
  padding-left:  0em;
  margin-right:  10px;
  margin-left:   10px;
}
div.container.fluid {
  padding:  0 !important;
  overflow: hidden;
}
div.theme--light.application {
  background-color: white;
}
.v-select__selections {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size:   16.8px !important;
}
div.application {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.app__v-alert--margin i.v-icon {
  font-weight: 600;
}
.app__v-alert--margin {
  margin-top:   1em;
  margin-right: 10px;
  font-weight:  500;
}
.app__content--height {
  max-height:     100vh !important;
  padding-bottom: 36px !important;
}
.app__container--scroll {
  height:              100%;
  overflow-y:          auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-left:         0px;
}
.app__component--transition-enter-active,
.app__component--transition-leave-active {
  transition: opacity 0.3s ease;
}
.app__component--transition-enter,
.app__component--transition-leave-to {
  opacity: 0;
}
.app__no-wrap {
  white-space: nowrap;
}
/* Set margin left so that container class does not cause page header to be indented.
   Vuetify seems to add a <div class="container"> when including a template
*/
div.container {
  margin-left: 0;
}
/* Vuetify Datatables are setting overflow which breaks keeping the main content within the viewport (and causes) scrolling so
 override the builtin in style here
   TODO : verify this is still true since new Vuetify version has been released. */
.table__overflow {
  overflow-x: inherit !important;
  overflow-y: inherit !important;
}
.v-footer__layout--border {
  border-top: 1px solid #9bdddb;
}
html {
  overflow-y: hidden;
}
body {
  color:       #111111;
  line-height: 1.7em;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius:    8px;
  background-color: #b4b4b4;
}
.complete {
  color: green;
}
.failed,
.aborted {
  color: red;
}
.running {
  color: dodgerblue;
}
.status-passed {
  background-color: #b7eebc;
  color:            darkgreen !important;
}
.status-failed {
  background-color: #ffbbc0;
  color:            darkred !important;
}
table td.very-positive {
  background-color: #6ed071 !important;
  color:            darkgreen !important;
}
table td.positive {
  background-color: #b7eebc !important;
  color:            darkgreen !important;
}
table td.neutral {
  background-color: #fff2e5 !important;
}
table td.negative {
  background-color: #ffbbc0 !important;
  color:            darkred !important;
}
table td.very-negative {
  background-color: #fb7072 !important;
  color:            darkred !important;
}
i.material-icons {
  font-size: 16px;
}
@container main (min-width: 800px) {
.app__sliding-pane--single {
    width: 100%;
}
.app__sliding-pane--multiple {
    width: auto;
}
}
@container main (min-width: 1200px) {
.app__sliding-pane--single {
    width: 1170px;
}
.app__sliding-pane--multiple {
    width: auto;
}
}
/*@container main (min-width: 1700px) {*/
/*  .app__sliding-pane--single {*/
/*    width: 1500px;*/
/*  }*/
/*  .app__sliding-pane--multiple {*/
/*    width: auto;*/
/*  }*/
/*}*/
/*@container main (min-width: 1700px) {*/
/*  .app__sliding-pane--single {*/
/*    width: 1500px;*/
/*  }*/
/*  .app__sliding-pane--multiple {*/
/*    width: auto;*/
/*  }*/
/*}*/
.app__container--scroll .el-loading-mask svg.circular {
  display: none;
}
.app__container--scroll .el-loading-mask div.el-loading-spinner {
  content:  url(/images/thin-broken-ring-335.f983976.gif);
  width:    42px;
  position: absolute;
  left:     calc(50% - 21px);
  top:      50%;
}
.app__container--scroll .el-loading-mask {
  background-color: rgba(255, 255, 255, 0);
}
.app__container--scroll .el-loading-spinner .el-loading-text {
  color: #5f6768;
}
.app__container--scroll .el-loading-spinner .path {
  stroke: #5f6768;
}
.v-toolbar__items {
  font-size: 13px;
}
/* Force dialog on top -- of pinned navigator */
.v-dialog__content.v-dialog__content--active {
  z-index: 4000 !important;
}
i.v-icon.v-alert__icon {
  font-weight: 900 !important;
}


.card-grid__resource--href {
  text-decoration: none;
  overflow:        hidden;
}
.card-grid__resource-image--response {
  width:  100%;
  height: auto;
}
.card-grid__resource-card--full-height {
  height: 100% !important;
}


.chiclet-grid__container .chiclet-grid__v-card--hover:hover {
  border: 2px solid rgb(173, 227, 239);
}
.chiclet-grid__container .chiclet-grid__v-card--hover {
  border:           2px solid #eeeeee;
  background-color: #eeeeee;
  margin-top:       -10px;
  cursor:           pointer;
  border-radius:    20px;
}
.chiclet-grid__chiclet--layout {
  display:      unset;
  margin-left:  10px;
  margin-right: 10px;
}
.chiclet-grid__title--inside {
  font-weight:  500;
  font-size:    16px;
  margin-right: 4px;
  margin-left:  4px;
  line-height:  20px;
}
.chiclet-grid__span--title-under {
  font-size:   15px;
  font-weight: 500;
  width:       160px;
  max-width:   160px;
  min-width:   160px;
  display:     block;
}
.chiclet-grid__title--center-vertical {
  display:         flex;
  justify-content: center;
  align-content:   center;
  flex-direction:  column;
}


.noUi-handle {
  content:       url(/images/handle.acfc7b4.svg) !important;
  height:        23px !important;
  width:         6px !important;
  top:           0.1px !important;
  border:        unset;
  border-radius: unset;
  background:    unset;
  cursor:        ew-resize;
  box-shadow:    unset;
  background:    unset;
}
.noUi-value {
  font-weight: 400;
  font-size:   12px;
  margin-top:  -7px !important;
  color:       rgba(0, 0, 0, 0.87) !important;
}
.noUi-horizontal {
  height: 24px;
}
.noUi-horizontal .noUi-handle {
  top:    7px;
  height: 10px;
  color:  rgba(0, 0, 0, 0.87);
}
.noUi-handle::before {
  content: none;
  /* left: 1.25px !important;
  background-color: #bbb; */
}
.noUi-handle::after {
  content: none;
  /* border-left: 1px solid rgba(0, 0, 0, 0.87);
  left: 1.5px !important; */
  /* height: 23px;
  top: -8px; */
}
.noUi-connect {
  cursor:     grab !important;
  background: rgba(0, 0, 0, 0.3) !important;
  opacity:    0.25;
}
div.noUi-pips.noUi-pips-horizontal {
  padding: 0;
}
.noUi-pips-horizontal {
  margin-top: -23px;
  font-size:  x-small;
}
.noUi-marker-horizontal.noUi-marker {
  height:      5.5px;
  width:       0px;
  margin-left: -0.5px;
}
.noUi-handle-left {
  right: -6px !important;
}
.noUi-handle-right {
  right:        0px !important;
  margin-right: 0.5px;
}
.noUi-handle-0 {
  /* background-color: #e7eaf6; rgba(135,0,188, .2); */
}
.noUi-handle-1 {
  /* background-color: #e7eaf6; rgba(135,0,188, .2); */
}
.noUi-handle-2 {
  background-color: #e7eaf6; /* rgba(135,0,188, .2); */
  /* background-color: #a2a8d3; /* rgba(0,109,141, 0.2); */
}
.noUi-handle-3 {
  background-color: #e7eaf6; /* rgba(135,0,188, .2); */
  /* background-color: #a2a8d3; /* rgba(0,109,141, 0.2); */
}
.noUi-handle-4 {
  background-color: #38598b; /* rgba(52,188,0, 0.2); */
}
.noUi-handle-5 {
  background-color: #38598b; /* rgba(52,188,0, 0.2); */
}
.noUi-target {
  border-top:       1px solid rgba(0, 0, 0, 0.87);
  border-bottom:    unset;
  border-right:     unset;
  border-left:      unset;
  border-radius:    0;
  background-color: white;
  box-shadow:       unset;
}
.noUi-base {
  color: rgba(0, 0, 0, 0.87);
}
.date-range-slider__div--margin {
  margin-right: 5px;
  margin-left:  5px;
}


.download-button__v-btn--style {
  margin-bottom: 0;
  font-size:     11px;
  border-color:  #dddddd !important;
  /* margin-top: -4px; */
  border-radius: 5px;
  height:        24px;
}
.download-button__v-icon--font {
  font-size: 15px;
  vertical-align: text-bottom;
}
.download-menu__v-icon--dropdown {
  margin-top: 2px !important;
}
.download-menu__v-list--layout {
  padding-top:    0;
  padding-bottom: 0;
}
div.download-menu__v-list--layout a.v-list__tile {
  height:     24px;
  max-height: 24px;
}
.download-menu__v-list-tile-action--layout {
  margin-left: -3.6px;
}
.download-menu__v-list-tile-content--layout {
  font-size:   11px;
  color:       rgb(136, 136, 136);
  margin-left: -35px;
}


div.numeric-text-field__input--color div.v-input__control input {
  color: unset;
}
.numeric-text-field__shake {
  animation:           numeric-text-field__shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform:           translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective:         1000px;
}
@keyframes numeric-text-field__shake {
10%,
  90% {
    transform: translate3d(-1px, 0, 0);
}
20%,
  80% {
    transform: translate3d(2px, 0, 0);
}
30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
}
40%,
  60% {
    transform: translate3d(4px, 0, 0);
}
}


.legend-table__div--spaced {
  background: white;
  padding:    10px;
}
.legend-table__font-awesome-icon--style {
  color:         #bbbbbb;
  font-size:     14px;
  margin-right:  -0.5px;
  margin-bottom: 0.5px;
  transform:     scaleX(1.15);
}
.legend-table__v-btn--style {
  border:         1px solid #dddddd !important;
  border-radius:  5px;
  height:         24px;
  width:          24px;
  padding-left:   8px;
  padding-right:  8px;
  margin-top:     6px;
  margin-right:   6px;
  margin-bottom:  -7px;
  vertical-align: text-bottom;
}
table.legend-table__table--legend thead td {
  border:              0px;
  background-color:    #16a5c6 !important;
  color:               #ffffff;
  text-align:          center;
  height:              32px;
  font-size:           13px;
  font-weight:         500;
  padding-right:       20px;
  padding-left:        20px;
  border-bottom-color: rgb(85, 85, 85);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.legend-table__table--legend tbody td {
  padding-left:  10px;
  padding-right: 10px;
}
table.legend-table__table--legend {
  border-collapse: collapse;
  /* font-family: 'Segoe UI'; */
  padding:         10px;
}
table.legend-table__table--legend tr {
  height:    28px;
  min-width: 100px;
}
table.legend-table__table--legend tr:last-child {
  border-bottom-color: rgb(85, 85, 85);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.legend-table__table--legend thead td {
  font-size:           13px;
  border:              0px;
  background-color:    #16a5c6 !important;
  color:               #ffffff;
  text-align:          center;
  height:              32px;
  font-weight:         500;
  padding-right:       20px;
  padding-left:        20px;
  border-bottom-color: rgb(85, 85, 85);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.legend-table__table--legend tbody td {
  padding-left:  10px;
  padding-right: 10px;
  font-size:     13px;
}


.modal-dialog__dialog--title {
  font-size:   18px;
  font-weight: 500;
}
.modal-dialog__v-btn--cancel {
  text-decoration: underline;
  font-size:       16px;
  height:          40px;
}
div.v-card__actions button.modal-dialog__v-btn--ok {
  height:           40px;
  background-color: #16a5c6 !important;
  color:            white !important;
  font-size:        16px;
}


.page-header__header--separation {
  margin-bottom: 10px;
  font-size:     24px;
}


.multiple-select__span--prefix {
  vertical-align: top;
  padding-right: 0;
  font-weight: 500;
  display: inline-block;
  line-height: 20px;
}
.multiselect__content-wrapper {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.multiselect {
  font-size: var(--custom-font-size);
  width: -moz-fit-content;
  width: fit-content;
}
.multiselect__content-wrapper /*, .multiselect__element */ {
  width: -moz-fit-content;
  width: fit-content;
}
.multiselect__option {
  width: 100%;
  font-size: var(--custom-font-size);
}
.multiple-select__span--prefix {
  font-size: var(--custom-font-size);
}
.multiselect__option--selected.multiselect__option--highlight {
  background: rgba(0, 0, 0, 0.03);
  color: unset;
}
.multiselect__option--highlight {
  background: rgba(0, 0, 0, 0.03);
  outline: none;
  color: unset;
}
.multiselect__tags {
  border: var(--border-style);
  padding-left: 0;
}
.multiselect__single {
  font-size: var(--custom-font-size);
  font-weight: 500;
}
.multiselect__input {
  font-size: var(--custom-font-size);
}
.multiselect__tag {
  background-color: #dcdcdc !important;
  color: rgba(0, 0, 0, 0.87);
}
.multiselect__tag-icon {
  background-color: #dcdcdc !important;
  color: rgba(0, 0, 0, 0.87);
}
.multiselect__tags-wrap {
  padding-left: 10px;
  display: inline-block;
}
.multiselect__placeholder {
  color: #000;
  padding-left: 10px;
  font-size: var(--custom-font-size);
}


.site-maintenance__card-div--constrain {
  overflow: hidden;
  height:   200px;
}
.site-maintenance__card-img--header {
  margin-top: -60px;
  width:      100%;
}


.splitpanes__pane {
  /* setting height to 100% so since resize should happen outside of pane no need to scroll */
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.splitpanes.default-theme .splitpanes__pane {
  background-color: white;
}
.splitpanes--vertical > .splitpanes__splitter {
  background-color: #dddddd !important;
}
.sliding-panes__material-icons--large {
  margin-top:   6px;
  margin-right: 6px;
  font-size:    24px;
  color:        #555555;
}
span.sliding-panes__material-icons--large > span {
  display: inline-flex;
}


div.tree-table__div--box table.scrolling {
  border-collapse: separate;
  border-spacing:  0;
}
div.tree-table__div--box .fixed-column {
  text-align: unset;
}
div.tree-table__div--box .tree-table-item__td--clickable {
  cursor: pointer;
}
div.tree-table__div--box table.scrolling tr {
  text-align: left;
}
/* TODO: fix this so that we don't get double lines*/
div.tree-table__div--box table.scrolling tr.subheader {
  /* margin: -1px 0; */
  border-bottom: 1px solid #555555 !important;
  border-top:    1px solid #555555 !important;
}
div.tree-table__div--box table.scrolling td.subheader {
  background-color: #f8f8f8 !important;
  /* border-bottom: 1px solid #555555 !important;
  border-top: 1px solid #555555 !important;
  font-weight: 500; */
  padding-left:     0.4em;
  height:           33px;
  vertical-align:   middle;
}
div.tree-table__div--box table.scrolling tr td.focused-metric {
  background-color: rgb(235, 248, 240) !important;
}
div.tree-table__div--box table.scrolling tr.data-row:hover td {
  background-color: rgb(235, 248, 240) !important;
}
div.tree-table__div--box table.scrolling td i.material-icons {
  vertical-align: bottom;
}
div.tree-table__div--box table.scrolling td,
div.tree-table__div--box table.scrolling th {
  border:    0px solid #ddd !important;
  font-size: small;
}
div.tree-table__div--box table.scrolling td {
  height:         31px;
  vertical-align: middle;
}
div.tree-table__div--box table.scrolling thead.scrollsync {
  background-color: white !important;
  /* overflow-y: auto !important; Pushes header over scrollbar which causes misalignment of header and body when scroll bar is visible at the far right */
}
div.tree-table__div--box table.scrolling thead th {
  border:           0px;
  background-color: #16a5c6 !important;
  color:            #ffffff;
  text-align:       center;
  height:           32px;
  font-weight:      500;
}
div.tree-table__div--box table.scrolling td.cell--value--raw.subheader {
  border-left: 0 !important;
}
div.tree-table__div--box table.scrolling tr.cell--value--grid-line {
  border-bottom: 1px solid #ddd !important;
}
div.tree-table__div--box table.scrolling td.cell--value--grid-line {
  /* border-bottom: 1px solid #ddd!important; */
}
div.tree-table__div--box table.scrolling td.cell--value--raw {
  width:         13em;
  max-width:     13em;
  min-width:     13em;
  text-align:    right;
  padding-right: 6px;
  padding-left:  4px;
  border-left:   1px solid #ddd !important;
}
div.tree-table__div--box table.scrolling td.cell--value--common {
  width:         7em;
  max-width:     7em;
  min-width:     7em;
  padding-left:  12px;
  padding-right: 6px;
  border-left:   0 !important;
  text-align:    center;
}
div.tree-table__div--box table.scrolling td {
  border:        0px;
  white-space:   nowrap !important;
  border-left:   1px solid #dddddd;
  border-right:  0;
  border-top:    0;
  border-bottom: 0;
}
div.tree-table__div--box table.scrolling .w2 {
  width:     20em;
  min-width: 20em;
  max-width: 20em;
}
div.tree-table__div--box table.scrolling tfoot tr th {
  width:     130em;
  min-width: 130em;
  max-width: 130em;
}
div.tree-table__div--box table.freezeFirstColumn thead tr,
div.tree-table__div--box table.freezeFirstColumn tbody tr {
  display: block;
  width:   min-content;
}
div.tree-table__div--box table.freezeFirstColumn thead td:first-child,
div.tree-table__div--box table.freezeFirstColumn tbody td:first-child,
div.tree-table__div--box table.freezeFirstColumn thead th:first-child,
div.tree-table__div--box table.freezeFirstColumn tbody th:first-child {
  position:        sticky;
  position:        -webkit-sticky;
  left:            0;
  /* Need so that firefox will render border */
  background-clip: padding-box;
}
div.tree-table__div--box table.scrolling {
  background-color: white !important;
  height:           100% !important;
}
div.tree-table__div--box .tree-table__div--box {
  clear:        both;
  padding:      0;
  margin-left:  auto;
  margin-right: auto;
  overflow:     hidden;
}
div.tree-table__div--box table.scrolling.scrollx tbody {
  overflow-x: auto !important;
}
div.tree-table__div--box table.scrolling.scrolly tbody {
  overflow-y: auto !important;
}
div.tree-table__div--box td.selected-metric-left {
  box-shadow:         inset 3px 0 0px 0px #666, inset 0 3px 0 0 #666, inset 0 -3px 0 0 #666;
}
div.tree-table__div--box td.selected-metric-right {
  box-shadow:         inset -3px 0 0px 0px #666, inset 0 3px 0 0 #666, inset 0 -3px 0 0 #666;
  /* padding: 0px !important; */
}
div.tree-table__div--box td.selected-metric-interior {
  box-shadow:         inset 0 3px 0 0 #666, inset 0 -3px 0 0 #666;
  /* padding: 0px !important; */
}
div.tree-table__div--box td.selected-metric {
  cursor: default;
}



































































/*noinspection CssUnusedSymbol*/
.navigation-tree__container--layout {
}
.navigation-tree__portfolio--title {
  margin-top:    8px;
  margin-bottom: 8px;
  font-size:     17px;
  font-weight:   500;
}
/*noinspection ALL*/
.navigation-tree__portfolio--title .multiple-select__span--prefix {
  margin-right: 6px;
}
.navigation-tree__header--title {
  margin-top:    0;
  margin-bottom: -6px;
  padding-left:  16px;
}
.navigation-tree__header {
  padding-left: 16px;
}
.navigation-tree__header span.multiselect__option {
  white-space: break-spaces;
}
.navigation-tree__header div.multiselect {
  width: 350px;
}
/*noinspection ALL*/
.navigation-tree__container--layout .multiselect__tags.multiple-select__span--prefix {
  padding-right: 6px;
}
.navigation-tree__div--group-row {
  font-size:   16px;
  font-weight: 500;
  color:       black;
  margin-left: 32px;
  margin-top:  0;
  height:      26px;
}
/* For all group titles other than the first pull up an extra 2 pixels */
.navigation-tree__div--group-title:nth-child(n + 2) {
  margin-top: -6px;
}
.navigation-tree__divider--layout {
  margin-left:      -8px;
  height:           2px;
  max-height:       2px;
  background-color: #a9a9a9;
  margin-top:       6px;
}
.navigation-tree__row {
  font-size:   15px;
  margin-left: 32px;
}
.navigation-tree__row .navigation-tree__a.selected {
  background-color: darkgray;
}
.navigation-tree__a {
  color:  #16a5c6;
  cursor: pointer;
}
.navigation-tree__a:hover {
  color:           #16a5c6;
  text-decoration: underline;
  cursor:          pointer;
}
div.navigation-tree__div--outer-group-container .navigation-tree__div--group-container:not(:first-child) {
  margin-top: 18px;
}
div.navigation-tree__div--outer-group-container {
  padding-bottom: 6px;
}
.navigation-tree__div--group-container {
  margin-top: -4px;
}
.navigation-tree__circle.selected {
  background-color: #ffc857;
}
.navigation-tree__div--peer-group {
  background-color: rgb(50, 232, 117);
}
.navigation-tree__circle {
  border:                1px solid black;
  height:                10px;
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  width:                 10px;
  display:               inline-block;
  margin-right:          7px;
  vertical-align:        middle;
  margin-bottom:         2px;
  margin-left:           -17px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input--switch {
  padding-top:   0;
  margin-top:    12px;
  margin-bottom: -12px;
  cursor:        pointer;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__control {
  margin-bottom: -4px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot {
  margin-top: -3px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot label.v-label {
  color: rgba(0, 0, 0, 0.87);
}
.embedded-dashboard-navigation__div--container {
  margin-top: 20px;
}














































































































































































































































































































































































































































/*noinspection CssUnusedSymbol*/
.navigation-tree__container--layout {
}
.navigation-tree__portfolio--title {
  margin-top:    8px;
  margin-bottom: 8px;
  font-size:     17px;
  font-weight:   500;
}
/*noinspection ALL*/
.navigation-tree__portfolio--title .multiple-select__span--prefix {
  margin-right: 6px;
}
.navigation-tree__header--title {
  margin-top:    0;
  margin-bottom: -6px;
  padding-left:  16px;
}
.navigation-tree__header {
  padding-left: 16px;
}
.navigation-tree__header span.multiselect__option {
  white-space: break-spaces;
}
.navigation-tree__header div.multiselect {
  width: 350px;
}
/*noinspection ALL*/
.navigation-tree__container--layout .multiselect__tags.multiple-select__span--prefix {
  padding-right: 6px;
}
.navigation-tree__div--group-row {
  font-size:   16px;
  font-weight: 500;
  color:       black;
  margin-left: 32px;
  margin-top:  0;
  height:      26px;
}
/* For all group titles other than the first pull up an extra 2 pixels */
.navigation-tree__div--group-title:nth-child(n + 2) {
  margin-top: -6px;
}
.navigation-tree__divider--layout {
  margin-left:      -8px;
  height:           2px;
  max-height:       2px;
  background-color: #a9a9a9;
  margin-top:       6px;
}
.navigation-tree__row {
  font-size:   15px;
  margin-left: 32px;
}
.navigation-tree__row .navigation-tree__a.selected {
  background-color: darkgray;
}
.navigation-tree__a {
  color:  #16a5c6;
  cursor: pointer;
}
.navigation-tree__a:hover {
  color:           #16a5c6;
  text-decoration: underline;
  cursor:          pointer;
}
div.navigation-tree__div--outer-group-container .navigation-tree__div--group-container:not(:first-child) {
  margin-top: 18px;
}
div.navigation-tree__div--outer-group-container {
  padding-bottom: 6px;
}
.navigation-tree__div--group-container {
  margin-top: -4px;
}
.navigation-tree__circle.selected {
  background-color: #ffc857;
}
.navigation-tree__div--peer-group {
  background-color: rgb(50, 232, 117);
}
.navigation-tree__circle {
  border:                1px solid black;
  height:                10px;
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  width:                 10px;
  display:               inline-block;
  margin-right:          7px;
  vertical-align:        middle;
  margin-bottom:         2px;
  margin-left:           -17px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input--switch {
  padding-top:   0;
  margin-top:    12px;
  margin-bottom: -12px;
  cursor:        pointer;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__control {
  margin-bottom: -4px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot {
  margin-top: -3px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot label.v-label {
  color: rgba(0, 0, 0, 0.87);
}


.navigation-tree-header__v-layout--margin {
  font-size:        18px;
  font-weight:      500;
  padding-top:      6px;
  padding-bottom:   6px;
  padding-left:     10px;
  background-color: #16a5c6;
  /* background-color: #f5f5f5; */
  color:            white;
  position:         sticky;
  top:              0;
  z-index:          1001;
}
.navigation-tree-header__close {
  cursor:      pointer;
  margin-left: 14px;
}
.navigation-tree-header__pin {
  cursor:        pointer;
  font-size:     12px;
  margin-bottom: 1.7px;
  transform:     rotate(0deg);
}
.navigation-tree-header__pin--unpinned {
  transform:     rotate(90deg);
  margin-bottom: 2.5px;
}
.peer-group-header__table {
  border-collapse: collapse;
}
.peer-group-header__table td {
  padding:        8px;
  vertical-align: top;
}
.peer-group-header__td--legend {
  white-space:    nowrap;
  vertical-align: top;
  font-weight:    500;
}
.peer-group-header__div--circle.navigation-tree__circle.navigation-tree__div--peer-group {
  margin-left: 0;
}
/* .modal-tooltip__dialog--peerGroupNavigatorLegend {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
} */































































































/*noinspection CssUnusedSymbol*/
.navigation-tree__container--layout {
}
.navigation-tree__portfolio--title {
  margin-top:    8px;
  margin-bottom: 8px;
  font-size:     17px;
  font-weight:   500;
}
/*noinspection ALL*/
.navigation-tree__portfolio--title .multiple-select__span--prefix {
  margin-right: 6px;
}
.navigation-tree__header--title {
  margin-top:    0;
  margin-bottom: -6px;
  padding-left:  16px;
}
.navigation-tree__header {
  padding-left: 16px;
}
.navigation-tree__header span.multiselect__option {
  white-space: break-spaces;
}
.navigation-tree__header div.multiselect {
  width: 350px;
}
/*noinspection ALL*/
.navigation-tree__container--layout .multiselect__tags.multiple-select__span--prefix {
  padding-right: 6px;
}
.navigation-tree__div--group-row {
  font-size:   16px;
  font-weight: 500;
  color:       black;
  margin-left: 32px;
  margin-top:  0;
  height:      26px;
}
/* For all group titles other than the first pull up an extra 2 pixels */
.navigation-tree__div--group-title:nth-child(n + 2) {
  margin-top: -6px;
}
.navigation-tree__divider--layout {
  margin-left:      -8px;
  height:           2px;
  max-height:       2px;
  background-color: #a9a9a9;
  margin-top:       6px;
}
.navigation-tree__row {
  font-size:   15px;
  margin-left: 32px;
}
.navigation-tree__row .navigation-tree__a.selected {
  background-color: darkgray;
}
.navigation-tree__a {
  color:  #16a5c6;
  cursor: pointer;
}
.navigation-tree__a:hover {
  color:           #16a5c6;
  text-decoration: underline;
  cursor:          pointer;
}
div.navigation-tree__div--outer-group-container .navigation-tree__div--group-container:not(:first-child) {
  margin-top: 18px;
}
div.navigation-tree__div--outer-group-container {
  padding-bottom: 6px;
}
.navigation-tree__div--group-container {
  margin-top: -4px;
}
.navigation-tree__circle.selected {
  background-color: #ffc857;
}
.navigation-tree__div--peer-group {
  background-color: rgb(50, 232, 117);
}
.navigation-tree__circle {
  border:                1px solid black;
  height:                10px;
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  width:                 10px;
  display:               inline-block;
  margin-right:          7px;
  vertical-align:        middle;
  margin-bottom:         2px;
  margin-left:           -17px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input--switch {
  padding-top:   0;
  margin-top:    12px;
  margin-bottom: -12px;
  cursor:        pointer;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__control {
  margin-bottom: -4px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot {
  margin-top: -3px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot label.v-label {
  color: rgba(0, 0, 0, 0.87);
}
.feature-navigation__div--container {
  margin-top: 20px;
}

































































































/*noinspection CssUnusedSymbol*/
.navigation-tree__container--layout {
}
.navigation-tree__portfolio--title {
  margin-top:    8px;
  margin-bottom: 8px;
  font-size:     17px;
  font-weight:   500;
}
/*noinspection ALL*/
.navigation-tree__portfolio--title .multiple-select__span--prefix {
  margin-right: 6px;
}
.navigation-tree__header--title {
  margin-top:    0;
  margin-bottom: -6px;
  padding-left:  16px;
}
.navigation-tree__header {
  padding-left: 16px;
}
.navigation-tree__header span.multiselect__option {
  white-space: break-spaces;
}
.navigation-tree__header div.multiselect {
  width: 350px;
}
/*noinspection ALL*/
.navigation-tree__container--layout .multiselect__tags.multiple-select__span--prefix {
  padding-right: 6px;
}
.navigation-tree__div--group-row {
  font-size:   16px;
  font-weight: 500;
  color:       black;
  margin-left: 32px;
  margin-top:  0;
  height:      26px;
}
/* For all group titles other than the first pull up an extra 2 pixels */
.navigation-tree__div--group-title:nth-child(n + 2) {
  margin-top: -6px;
}
.navigation-tree__divider--layout {
  margin-left:      -8px;
  height:           2px;
  max-height:       2px;
  background-color: #a9a9a9;
  margin-top:       6px;
}
.navigation-tree__row {
  font-size:   15px;
  margin-left: 32px;
}
.navigation-tree__row .navigation-tree__a.selected {
  background-color: darkgray;
}
.navigation-tree__a {
  color:  #16a5c6;
  cursor: pointer;
}
.navigation-tree__a:hover {
  color:           #16a5c6;
  text-decoration: underline;
  cursor:          pointer;
}
div.navigation-tree__div--outer-group-container .navigation-tree__div--group-container:not(:first-child) {
  margin-top: 18px;
}
div.navigation-tree__div--outer-group-container {
  padding-bottom: 6px;
}
.navigation-tree__div--group-container {
  margin-top: -4px;
}
.navigation-tree__circle.selected {
  background-color: #ffc857;
}
.navigation-tree__div--peer-group {
  background-color: rgb(50, 232, 117);
}
.navigation-tree__circle {
  border:                1px solid black;
  height:                10px;
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  width:                 10px;
  display:               inline-block;
  margin-right:          7px;
  vertical-align:        middle;
  margin-bottom:         2px;
  margin-left:           -17px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input--switch {
  padding-top:   0;
  margin-top:    12px;
  margin-bottom: -12px;
  cursor:        pointer;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__control {
  margin-bottom: -4px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot {
  margin-top: -3px;
}
/*noinspection ALL*/
.navigation-tree__div--switch .v-input__slot label.v-label {
  color: rgba(0, 0, 0, 0.87);
}
.feature-navigation__div--container {
  margin-top: 20px;
}



































































































































































































































































































































































/*Allow the navigator to be above the loading overlay*/
.peer-group-navigator__aside--format {
  z-index:    3000;
  margin-top: 36px !important;
}
/*
TODO: clean up this duplication from vuescape App.vue
      PeerGroupNavigator is outside of the App so spinner CSS is not being applied from within App
*/
.peer-group-navigator__aside--format .el-loading-mask svg.circular {
  display: none;
}
.peer-group-navigator__aside--format .el-loading-mask div.el-loading-spinner {
  content:  url(/images/thin-broken-ring-335.f983976.gif);
  width:    42px;
  position: absolute;
  left:     calc(50% - 21px);
  top:      50%;
}
.peer-group-navigator__aside--format .el-loading-mask {
  background-color: rgba(255, 255, 255, 0);
}
.peer-group-navigator__aside--format .el-loading-spinner .el-loading-text {
  color: #5f6768;
}
.peer-group-navigator__aside--format .el-loading-spinner .path {
  stroke: #5f6768;
}

@charset "utf-8";.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fasr,.fal,.fa-light,.fasl,.fat,.fa-thin,.fad,.fa-duotone,.fass,.fa-sharp-solid,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas,.fa-classic,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fad,.fa-classic.fa-duotone,.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fasr,.fasl,.fa-sharp{font-family:"Font Awesome 6 Sharp"}.fass,.fa-sharp{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-add:before{content:"+"}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-right-from-file:before{content:""}.fa-balance-scale:before{content:""}.fa-bars:before{content:""}.fa-bullseye:before{content:""}.fa-caret-down:before{content:""}.fa-chart-scatter:before{content:""}.fa-chart-simple:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-square:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-right:before{content:""}.fa-circle:before{content:""}.fa-circle-check:before{content:""}.fa-circle-dot:before{content:""}.fa-circle-exclamation:before{content:""}.fa-circle-info:before{content:""}.fa-circle-left:before{content:""}.fa-circle-o:before{content:""}.fa-circle-question:before{content:""}.fa-circle-right:before{content:""}.fa-circle-xmark:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clock:before,.fa-clock-four:before{content:""}.fa-close:before{content:""}.fa-cloud:before{content:""}.fa-cloud-arrow-down:before{content:""}.fa-cloud-arrow-up:before{content:""}.fa-cloud-download:before,.fa-cloud-download-alt:before{content:""}.fa-cloud-upload:before,.fa-cloud-upload-alt:before{content:""}.fa-columns:before{content:""}.fa-comments-question-check:before{content:""}.fa-database:before{content:""}.fa-dot-circle:before{content:""}.fa-download:before{content:""}.fa-edit:before{content:""}.fa-exclamation:before{content:"!"}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-file:before{content:""}.fa-file-archive:before{content:""}.fa-file-arrow-down:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-minus:before{content:""}.fa-file-pdf:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-zipper:before{content:""}.fa-folder-tree:before{content:""}.fa-globe-pointer:before{content:""}.fa-id-badge:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-lock-alt:before,.fa-lock-keyhole:before{content:""}.fa-minus:before{content:""}.fa-multiply:before{content:""}.fa-navicon:before{content:""}.fa-pen:before{content:""}.fa-pen-to-square:before{content:""}.fa-plus:before{content:"+"}.fa-poll-h:before{content:""}.fa-question-circle:before{content:""}.fa-remove:before{content:""}.fa-right-from-bracket:before{content:""}.fa-road:before{content:""}.fa-rotate:before{content:""}.fa-sack-dollar:before{content:""}.fa-scale-balanced:before{content:""}.fa-sign-out-alt:before{content:""}.fa-sort:before{content:""}.fa-sort-asc:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-up:before{content:""}.fa-spinner-third:before{content:""}.fa-square:before{content:""}.fa-square-check:before{content:""}.fa-square-info:before{content:""}.fa-square-poll-horizontal:before{content:""}.fa-square-xmark:before{content:""}.fa-subtract:before{content:""}.fa-sync-alt:before{content:""}.fa-table:before{content:""}.fa-table-columns:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-square:before{content:""}.fa-toolbox:before{content:""}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-unsorted:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-warning:before{content:""}.fa-wrench:before{content:""}.fa-xmark:before{content:""}.fa-xmark-circle:before{content:""}.fa-xmark-square:before{content:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"}:host{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(data:font/woff2;base64,d09GMgABAAAAAAWgAAoAAAAACisAAAVZAADFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmADHACCZMqHQMsQBYdhByAFFQUR1aQfAmikLJy/n/9vzt777MRqpCSeeBxpgDyZb30gNbFVBFwxukB7QHLBxWV5h+TSKufE8PTN5U8lkHBTok0O0BUVoT0IHU1edkpGV9fpOtGrtcXCJi59aNT6qLbPqCX3CJGhFG3/D57EI80S078SiTQNqWNrjaRPr2tMFBaEqvs5rQICgALD4orxI/3N/odwVgAwfL97cvxBXQ2r3AHlADaAyEQCKK9ywEE1rIZOb2wlZeh+DIeiDq06ECRn1+hxWo06HNqNTgCwY3vQ/5jElYCDmgtZQ2OoKLY+cN/dcSm+qCo/9JRjKyvkoI3pfgALAF3q5+QhXYoZ2gq7OgAcYNVc6IAaABfAEk88Bjce1iW44H2fvIZrAcxgDC6a+KK3Uo/rUHe11LvpPcpWuV95SHnuP59UFSDB2YytnuP/7z/pP+Lf2OqDMIc5TEBCIkSAECWQ4MCFhyaA/KVhexvAF2eWA/RWInABPY7nVadD4vKyLiFwAC25JNuNuGOyPYgCHlA2gbKVN125HyFwgfIQBDWgPBdBHfjnEzZ4oP+/+lOAgzpQ5XQp5fDQQohpJICyzGrTUVEUacOs0qpjmI2iSBlbT60xqY2MVFJ1jMc8FplYx7qzkGVZFtLE6GeayLK7sizLzh39TBOjn7Ns9By12iEthO0WUasdjr4O2y2qF0Xx7uic6Xff/booCrru3a+LYkxMcRR3M3QXQNUQq6ig4xEAJBkZT2sT21QpQyZV9Crno1KIWzgX4iqqC0GHCjEqOb9FCM6vpBrnObviDGboODoO88AyaVOtjTWpjhkz2sTMU8ow4ylprVG0vRCNxpVXNhpCXHVl89ekeeVVy7p54jw72F2r3yihO9EJZcx4OrbW+LwvreI8F4Lz557jXIj8YyFyzoV4/nkhOM+vdv79fJwpJNgbhwAklTFSyW7IPOaxWMc6TgY2tantJAWTJgMd61gf4nVDJZVU2mNS9U1qY90ziYl1z/R6d03PpjaWYUTYvN+fn5ub7/c35xjssMkmS4uLS5tsskN5p/U+kX+UT+QvkL/cJ/InFtZLx5HScSTdRbNzg2TTTZPB3Cztd4wWKFrcbPNtt918s8WICsVd5PtEvk9nHbqjHsIjlQ4Iq7CKPqNuHKPy3Yk1qZKMkQhcniSs3Lvhd6u+ppzuwiT62A8YX2TGeN2OCZXsR2ZDmyYdM9BxL2JXdbay2s4oI5mntcloyFbtRqPRaFP7LUb5VhQE07TVdBAQBcH0KJ8OArpTiCQRgvPBgHNeS5cqRgPlWdDmIRbYn3g897mzyH44F4/gI9qNTqOvAUhqvzP8AExhfgPCBDYGB3XsTbiYl+A9caPkoA6DHDx0cQBwrMZFIKDwMIwhwKnSjg06F1RrABjQOh4I6+lYcMDpdnCxBf7Orm1QxzHO2eB54CD4hXnegn9YwM2dwSpbwd9LrDEf/FzqzOTkM/Y6jaUpd6XKVZ5mdhy5yHXar9eGvcG+KCSlzG3oL3Vmss7mXanHA3G0GD5lsXzG/V0v30AqXBm2teQDnYmP7WtHFzPVyTg3l5kVvhuGic6sB/RwN9DpS1z6XGcSuVaz06hVqg3ZMyZcDlbXlUmdap9LlBmGcMInMR5lSozQRLijRBGuyEnJMI6JcOfBHdqcoRR8U8r0TthjwD6CnlarUZwANY6uvOlpoWPppO0QT2SWJ38S02cXjzBF8brSYnbk70zoUSLkDOZkFTwx+rw9ZgwRDEWZMCbHcH7TGwWeLiEhSSxyezOWOky6KS/ElHhyC/NEOFo06dCgRoUqjbgmmavcDxR5dxdkqWqfv1yJKwMD)format("woff2"),url(data:font/ttf;base64,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)format("truetype")}.fal,.fa-light{font-weight:300}:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}:host{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(data:font/woff2;base64,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)format("woff2"),url(/fonts/fa-regular-400.dba8768.ttf)format("truetype")}.far,.fa-regular{font-weight:400}:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}:host{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/fonts/fa-solid-900.fa7f622.woff2)format("woff2"),url(/fonts/fa-solid-900.ff8954c.ttf)format("truetype")}.fas,.fa-solid{font-weight:900}:root{--fa-style-family-duotone:"Font Awesome 6 Duotone";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone"}:host{--fa-style-family-duotone:"Font Awesome 6 Duotone";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone"}@font-face{font-family:"Font Awesome 6 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(/fonts/fa-duotone-900.da6895a.woff2)format("woff2"),url(/fonts/fa-duotone-900.948d996.ttf)format("truetype")}.fad,.fa-duotone{letter-spacing:normal;font-weight:900;position:relative}.fad:before,.fa-duotone:before{color:var(--fa-primary-color,inherit);opacity:var(--fa-primary-opacity,1);position:absolute}.fad:after,.fa-duotone:after{color:var(--fa-secondary-color,inherit);opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity .fad:before,.fa-swap-opacity .fa-duotone:before,.fad.fa-swap-opacity:before,.fa-duotone.fa-swap-opacity:before{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity .fad:after,.fa-swap-opacity .fa-duotone:after,.fad.fa-swap-opacity:after,.fa-duotone.fa-swap-opacity:after{opacity:var(--fa-primary-opacity,1)}.fad.fa-inverse,.fa-duotone.fa-inverse{color:var(--fa-inverse,#fff)}.fad.fa-stack-1x,.fad.fa-stack-2x,.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x{position:absolute}.fad.fa-add:after,.fa-duotone.fa-add:after{content:"++"}.fad.fa-arrow-alt-circle-left:after,.fa-duotone.fa-arrow-alt-circle-left:after{content:""}.fad.fa-arrow-alt-circle-right:after,.fa-duotone.fa-arrow-alt-circle-right:after{content:""}.fad.fa-arrow-right-from-file:after,.fa-duotone.fa-arrow-right-from-file:after{content:""}.fad.fa-balance-scale:after,.fa-duotone.fa-balance-scale:after{content:""}.fad.fa-bars:after,.fa-duotone.fa-bars:after{content:""}.fad.fa-bullseye:after,.fa-duotone.fa-bullseye:after{content:""}.fad.fa-caret-down:after,.fa-duotone.fa-caret-down:after{content:""}.fad.fa-chart-scatter:after,.fa-duotone.fa-chart-scatter:after{content:""}.fad.fa-chart-simple:after,.fa-duotone.fa-chart-simple:after{content:""}.fad.fa-check:after,.fa-duotone.fa-check:after{content:""}.fad.fa-check-circle:after,.fa-duotone.fa-check-circle:after{content:""}.fad.fa-check-square:after,.fa-duotone.fa-check-square:after{content:""}.fad.fa-chevron-down:after,.fa-duotone.fa-chevron-down:after{content:""}.fad.fa-chevron-right:after,.fa-duotone.fa-chevron-right:after{content:""}.fad.fa-circle:after,.fa-duotone.fa-circle:after{content:""}.fad.fa-circle-check:after,.fa-duotone.fa-circle-check:after{content:""}.fad.fa-circle-dot:after,.fa-duotone.fa-circle-dot:after{content:""}.fad.fa-circle-exclamation:after,.fa-duotone.fa-circle-exclamation:after{content:""}.fad.fa-circle-info:after,.fa-duotone.fa-circle-info:after{content:""}.fad.fa-circle-left:after,.fa-duotone.fa-circle-left:after{content:""}.fad.fa-circle-o:after,.fa-duotone.fa-circle-o:after{content:""}.fad.fa-circle-question:after,.fa-duotone.fa-circle-question:after{content:""}.fad.fa-circle-right:after,.fa-duotone.fa-circle-right:after{content:""}.fad.fa-circle-xmark:after,.fa-duotone.fa-circle-xmark:after{content:""}.fad.fa-clipboard-list-check:after,.fa-duotone.fa-clipboard-list-check:after{content:""}.fad.fa-clock:after,.fa-duotone.fa-clock:after,.fad.fa-clock-four:after,.fa-duotone.fa-clock-four:after{content:""}.fad.fa-close:after,.fa-duotone.fa-close:after{content:""}.fad.fa-cloud:after,.fa-duotone.fa-cloud:after{content:""}.fad.fa-cloud-arrow-down:after,.fa-duotone.fa-cloud-arrow-down:after{content:""}.fad.fa-cloud-arrow-up:after,.fa-duotone.fa-cloud-arrow-up:after{content:""}.fad.fa-cloud-download:after,.fa-duotone.fa-cloud-download:after,.fad.fa-cloud-download-alt:after,.fa-duotone.fa-cloud-download-alt:after{content:""}.fad.fa-cloud-upload:after,.fa-duotone.fa-cloud-upload:after,.fad.fa-cloud-upload-alt:after,.fa-duotone.fa-cloud-upload-alt:after{content:""}.fad.fa-columns:after,.fa-duotone.fa-columns:after{content:""}.fad.fa-comments-question-check:after,.fa-duotone.fa-comments-question-check:after{content:""}.fad.fa-database:after,.fa-duotone.fa-database:after{content:""}.fad.fa-dot-circle:after,.fa-duotone.fa-dot-circle:after{content:""}.fad.fa-download:after,.fa-duotone.fa-download:after{content:""}.fad.fa-edit:after,.fa-duotone.fa-edit:after{content:""}.fad.fa-exclamation:after,.fa-duotone.fa-exclamation:after{content:"!!"}.fad.fa-exclamation-circle:after,.fa-duotone.fa-exclamation-circle:after{content:""}.fad.fa-exclamation-triangle:after,.fa-duotone.fa-exclamation-triangle:after{content:""}.fad.fa-file:after,.fa-duotone.fa-file:after{content:""}.fad.fa-file-archive:after,.fa-duotone.fa-file-archive:after{content:""}.fad.fa-file-arrow-down:after,.fa-duotone.fa-file-arrow-down:after{content:""}.fad.fa-file-check:after,.fa-duotone.fa-file-check:after{content:""}.fad.fa-file-code:after,.fa-duotone.fa-file-code:after{content:""}.fad.fa-file-csv:after,.fa-duotone.fa-file-csv:after{content:""}.fad.fa-file-download:after,.fa-duotone.fa-file-download:after{content:""}.fad.fa-file-excel:after,.fa-duotone.fa-file-excel:after{content:""}.fad.fa-file-exclamation:after,.fa-duotone.fa-file-exclamation:after{content:""}.fad.fa-file-export:after,.fa-duotone.fa-file-export:after{content:""}.fad.fa-file-image:after,.fa-duotone.fa-file-image:after{content:""}.fad.fa-file-minus:after,.fa-duotone.fa-file-minus:after{content:""}.fad.fa-file-pdf:after,.fa-duotone.fa-file-pdf:after{content:""}.fad.fa-file-spreadsheet:after,.fa-duotone.fa-file-spreadsheet:after{content:""}.fad.fa-file-zipper:after,.fa-duotone.fa-file-zipper:after{content:""}.fad.fa-folder-tree:after,.fa-duotone.fa-folder-tree:after{content:""}.fad.fa-globe-pointer:after,.fa-duotone.fa-globe-pointer:after{content:""}.fad.fa-id-badge:after,.fa-duotone.fa-id-badge:after{content:""}.fad.fa-info:after,.fa-duotone.fa-info:after{content:""}.fad.fa-info-circle:after,.fa-duotone.fa-info-circle:after{content:""}.fad.fa-info-square:after,.fa-duotone.fa-info-square:after{content:""}.fad.fa-lock-alt:after,.fa-duotone.fa-lock-alt:after,.fad.fa-lock-keyhole:after,.fa-duotone.fa-lock-keyhole:after{content:""}.fad.fa-minus:after,.fa-duotone.fa-minus:after{content:""}.fad.fa-multiply:after,.fa-duotone.fa-multiply:after{content:""}.fad.fa-navicon:after,.fa-duotone.fa-navicon:after{content:""}.fad.fa-pen:after,.fa-duotone.fa-pen:after{content:""}.fad.fa-pen-to-square:after,.fa-duotone.fa-pen-to-square:after{content:""}.fad.fa-plus:after,.fa-duotone.fa-plus:after{content:"++"}.fad.fa-poll-h:after,.fa-duotone.fa-poll-h:after{content:""}.fad.fa-question-circle:after,.fa-duotone.fa-question-circle:after{content:""}.fad.fa-remove:after,.fa-duotone.fa-remove:after{content:""}.fad.fa-right-from-bracket:after,.fa-duotone.fa-right-from-bracket:after{content:""}.fad.fa-road:after,.fa-duotone.fa-road:after{content:""}.fad.fa-rotate:after,.fa-duotone.fa-rotate:after{content:""}.fad.fa-sack-dollar:after,.fa-duotone.fa-sack-dollar:after{content:""}.fad.fa-scale-balanced:after,.fa-duotone.fa-scale-balanced:after{content:""}.fad.fa-sign-out-alt:after,.fa-duotone.fa-sign-out-alt:after{content:""}.fad.fa-sort:after,.fa-duotone.fa-sort:after{content:""}.fad.fa-sort-asc:after,.fa-duotone.fa-sort-asc:after{content:""}.fad.fa-sort-desc:after,.fa-duotone.fa-sort-desc:after,.fad.fa-sort-down:after,.fa-duotone.fa-sort-down:after{content:""}.fad.fa-sort-up:after,.fa-duotone.fa-sort-up:after{content:""}.fad.fa-spinner-third:after,.fa-duotone.fa-spinner-third:after{content:""}.fad.fa-square:after,.fa-duotone.fa-square:after{content:""}.fad.fa-square-check:after,.fa-duotone.fa-square-check:after{content:""}.fad.fa-square-info:after,.fa-duotone.fa-square-info:after{content:""}.fad.fa-square-poll-horizontal:after,.fa-duotone.fa-square-poll-horizontal:after{content:""}.fad.fa-square-xmark:after,.fa-duotone.fa-square-xmark:after{content:""}.fad.fa-subtract:after,.fa-duotone.fa-subtract:after{content:""}.fad.fa-sync-alt:after,.fa-duotone.fa-sync-alt:after{content:""}.fad.fa-table:after,.fa-duotone.fa-table:after{content:""}.fad.fa-table-columns:after,.fa-duotone.fa-table-columns:after{content:""}.fad.fa-thumb-tack:after,.fa-duotone.fa-thumb-tack:after,.fad.fa-thumbtack:after,.fa-duotone.fa-thumbtack:after{content:""}.fad.fa-times:after,.fa-duotone.fa-times:after{content:""}.fad.fa-times-circle:after,.fa-duotone.fa-times-circle:after{content:""}.fad.fa-times-square:after,.fa-duotone.fa-times-square:after{content:""}.fad.fa-toolbox:after,.fa-duotone.fa-toolbox:after{content:""}.fad.fa-trash-alt:after,.fa-duotone.fa-trash-alt:after,.fad.fa-trash-can:after,.fa-duotone.fa-trash-can:after{content:""}.fad.fa-triangle-exclamation:after,.fa-duotone.fa-triangle-exclamation:after{content:""}.fad.fa-unsorted:after,.fa-duotone.fa-unsorted:after{content:""}.fad.fa-user-cog:after,.fa-duotone.fa-user-cog:after,.fad.fa-user-gear:after,.fa-duotone.fa-user-gear:after{content:""}.fad.fa-warning:after,.fa-duotone.fa-warning:after{content:""}.fad.fa-wrench:after,.fa-duotone.fa-wrench:after{content:""}.fad.fa-xmark:after,.fa-duotone.fa-xmark:after{content:""}.fad.fa-xmark-circle:after,.fa-duotone.fa-xmark-circle:after{content:""}.fad.fa-xmark-square:after,.fa-duotone.fa-xmark-square:after{content:""}

/*# sourceMappingURL=http://localhost:9999/assets/app.65a5d4fe83613983a1de.css.map*/