.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;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.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:rgba(0,0,0,.32)}.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}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.f0b93e1814fdd027.png?1');
  background-repeat: no-repeat;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url('flags@2x.77c72ad9dfe90e47.png?1');
  }
}

.iti__globe {
  background-image: url('globe.e87313ef73eed450.png');
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__globe {
    background-image: url('globe@2x.1a730637a7f5a04d.png');
  }
}
@charset "UTF-8";
/**
 * Copyright (C) 2023 Motorola Solutions, Inc.
 */
/* You can add global styles to this file, and also import other style files */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Public Sans font is @deprecated */
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* stylelint-disable */
/* roboto-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-100.a295b650fce8f05f.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url('roboto-100italic.a74462965341fc32.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-300.686ba89e9928810b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('roboto-300italic.39a32e3138df3492.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-400.13737ec3c62a4244.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('roboto-400italic.e4d3064ac1495975.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-500.92bcbd67a6a4e333.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url('roboto-500italic.4a3abd924d62e232.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-700.8871a06ca6b44e6b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('roboto-700italic.bb4f00c00e0dd5ed.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('roboto-900.cd194dc32f732dd7.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url('roboto-900italic.6beafbf3d32388b6.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stylelint-disable */
/* roboto-mono-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-mono-v23-latin-100.99f3d18428417792.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 200;
  src: url('roboto-mono-v23-latin-200.fa118af2bfb484e0.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-mono-v23-latin-300.e0464a10d3306e30.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-mono-v23-latin-regular.062f2b851e15206c.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-mono-v23-latin-500.97407b1476e2a929.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  src: url('roboto-mono-v23-latin-600.2f7a908759583f53.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-mono-v23-latin-700.6e8e9d2faa3a9676.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palatte backgrounds */
.msi-bg-alert {
  background-color: #ec1c24 !important;
}
.msi-bg-emergency {
  background-color: #ff8400 !important;
}
.msi-bg-success {
  background-color: #099a49 !important;
}
.msi-bg-focus-primary {
  background-color: var(--focus-primary) !important;
}

/* Themed backgrounds */
.msi-background,
.msi-bg-level-1,
.msi-bg {
  background-color: var(--background-level-1) !important;
}

.msi-bg-primary,
.msi-bg-level-2 {
  background-color: var(--background-level-2) !important;
}

.msi-bg-level-3 {
  background-color: var(--background-level-3) !important;
}

/* Monochrome */
.msi-bg-primary-05 {
  background-color: var(--primary-05) !important;
}
.msi-bg-primary-10 {
  background-color: var(--primary-10) !important;
}
.msi-bg-primary-20 {
  background-color: var(--primary-20) !important;
}
.msi-bg-primary-30 {
  background-color: var(--primary-30) !important;
}
.msi-bg-primary-40 {
  background-color: var(--primary-40) !important;
}
.msi-bg-primary-50 {
  background-color: var(--primary-50) !important;
}
.msi-bg-primary-60 {
  background-color: var(--primary-60) !important;
}
.msi-bg-primary-70 {
  background-color: var(--primary-70) !important;
}
.msi-bg-primary-80 {
  background-color: var(--primary-80) !important;
}

/* Based on https://getbootstrap.com/docs/4.3/utilities/borders/ */
.msi-border {
  /* Additive/Subtractive */
  /* Themed border color */
  /* Monochrome border color */
  /* Other border color */
}
.msi-border {
  border: 1px solid !important;
}
.msi-border-top {
  border-top: 1px solid !important;
}
.msi-border-top-0 {
  border-top: 0 !important;
}
.msi-border-right {
  border-right: 1px solid !important;
}
.msi-border-right-0 {
  border-right: 0 !important;
}
.msi-border-bottom {
  border-bottom: 1px solid !important;
}
.msi-border-bottom-0 {
  border-bottom: 0 !important;
}
.msi-border-left {
  border-left: 1px solid !important;
}
.msi-border-left-0 {
  border-left: 0 !important;
}
.msi-border-0 {
  border: 0 !important;
}
.msi-border-level-1 {
  border-color: var(--stroke-level-1) !important;
}
.msi-border-level-2 {
  border-color: var(--stroke-level-3) !important;
}
.msi-border-primary-05 {
  border-color: var(--primary-05) !important;
}
.msi-border-primary-10 {
  border-color: var(--primary-10) !important;
}
.msi-border-primary-20 {
  border-color: var(--primary-20) !important;
}
.msi-border-primary-30 {
  border-color: var(--primary-30) !important;
}
.msi-border-primary-40 {
  border-color: var(--primary-40) !important;
}
.msi-border-primary-50 {
  border-color: var(--primary-50) !important;
}
.msi-border-primary-60 {
  border-color: var(--primary-60) !important;
}
.msi-border-primary-70 {
  border-color: var(--primary-70) !important;
}
.msi-border-primary-80 {
  border-color: var(--primary-80) !important;
}
.msi-border-alert {
  border-color: #ec1c24 !important;
}
.msi-border-emergency {
  border-color: #ff8400 !important;
}
.msi-border-success {
  border-color: #099a49 !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-corners-sm,
.msi-corner-radius-sm {
  border-radius: 2px !important;
}
.msi-corners-md,
.msi-corner-radius-md {
  border-radius: 4px !important;
}
.msi-corners-lg,
.msi-corner-radius-lg {
  border-radius: 6px !important;
}

/* :disable no-important */
.msi-shadow, .msi-shadow-level-1 {
  box-shadow: var(--shadow-level-1) !important;
}
.msi-shadow-level-2 {
  box-shadow: var(--shadow-level-2) !important;
}
.msi-shadow-level-3 {
  box-shadow: var(--shadow-level-3) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Set $msi-spacing-debug: true before importing to visualize colored spacing */
.msi-padding-xxxs {
  padding: 2px !important;
}

.msi-margin-xxxs {
  margin: 2px !important;
}

.msi-padding-xxs {
  padding: 4px !important;
}

.msi-margin-xxs {
  margin: 4px !important;
}

.msi-padding-xs {
  padding: 6px !important;
}

.msi-margin-xs {
  margin: 6px !important;
}

.msi-padding-s {
  padding: 12px !important;
}

.msi-margin-s {
  margin: 12px !important;
}

.msi-padding-m {
  padding: 18px !important;
}

.msi-margin-m {
  margin: 18px !important;
}

.msi-padding {
  padding: 18px !important;
}

.msi-margin {
  margin: 18px !important;
}

.msi-padding-l {
  padding: 24px !important;
}

.msi-margin-l {
  margin: 24px !important;
}

.msi-padding-xl {
  padding: 36px !important;
}

.msi-margin-xl {
  margin: 36px !important;
}

.msi-padding-xxl {
  padding: 48px !important;
}

.msi-margin-xxl {
  margin: 48px !important;
}

.msi-padding-top-xxxs {
  padding-top: 2px !important;
}

.msi-margin-top-xxxs {
  margin-top: 2px !important;
}

.msi-padding-top-xxs {
  padding-top: 4px !important;
}

.msi-margin-top-xxs {
  margin-top: 4px !important;
}

.msi-padding-top-xs {
  padding-top: 6px !important;
}

.msi-margin-top-xs {
  margin-top: 6px !important;
}

.msi-padding-top-s {
  padding-top: 12px !important;
}

.msi-margin-top-s {
  margin-top: 12px !important;
}

.msi-padding-top-m {
  padding-top: 18px !important;
}

.msi-margin-top-m {
  margin-top: 18px !important;
}

.msi-padding-top {
  padding-top: 18px !important;
}

.msi-margin-top {
  margin-top: 18px !important;
}

.msi-padding-top-l {
  padding-top: 24px !important;
}

.msi-margin-top-l {
  margin-top: 24px !important;
}

.msi-padding-top-xl {
  padding-top: 36px !important;
}

.msi-margin-top-xl {
  margin-top: 36px !important;
}

.msi-padding-top-xxl {
  padding-top: 48px !important;
}

.msi-margin-top-xxl {
  margin-top: 48px !important;
}

.msi-padding-right-xxxs {
  padding-right: 2px !important;
}

.msi-margin-right-xxxs {
  margin-right: 2px !important;
}

.msi-padding-right-xxs {
  padding-right: 4px !important;
}

.msi-margin-right-xxs {
  margin-right: 4px !important;
}

.msi-padding-right-xs {
  padding-right: 6px !important;
}

.msi-margin-right-xs {
  margin-right: 6px !important;
}

.msi-padding-right-s {
  padding-right: 12px !important;
}

.msi-margin-right-s {
  margin-right: 12px !important;
}

.msi-padding-right-m {
  padding-right: 18px !important;
}

.msi-margin-right-m {
  margin-right: 18px !important;
}

.msi-padding-right {
  padding-right: 18px !important;
}

.msi-margin-right {
  margin-right: 18px !important;
}

.msi-padding-right-l {
  padding-right: 24px !important;
}

.msi-margin-right-l {
  margin-right: 24px !important;
}

.msi-padding-right-xl {
  padding-right: 36px !important;
}

.msi-margin-right-xl {
  margin-right: 36px !important;
}

.msi-padding-right-xxl {
  padding-right: 48px !important;
}

.msi-margin-right-xxl {
  margin-right: 48px !important;
}

.msi-padding-bottom-xxxs {
  padding-bottom: 2px !important;
}

.msi-margin-bottom-xxxs {
  margin-bottom: 2px !important;
}

.msi-padding-bottom-xxs {
  padding-bottom: 4px !important;
}

.msi-margin-bottom-xxs {
  margin-bottom: 4px !important;
}

.msi-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.msi-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.msi-padding-bottom-s {
  padding-bottom: 12px !important;
}

.msi-margin-bottom-s {
  margin-bottom: 12px !important;
}

.msi-padding-bottom-m {
  padding-bottom: 18px !important;
}

.msi-margin-bottom-m {
  margin-bottom: 18px !important;
}

.msi-padding-bottom {
  padding-bottom: 18px !important;
}

.msi-margin-bottom {
  margin-bottom: 18px !important;
}

.msi-padding-bottom-l {
  padding-bottom: 24px !important;
}

.msi-margin-bottom-l {
  margin-bottom: 24px !important;
}

.msi-padding-bottom-xl {
  padding-bottom: 36px !important;
}

.msi-margin-bottom-xl {
  margin-bottom: 36px !important;
}

.msi-padding-bottom-xxl {
  padding-bottom: 48px !important;
}

.msi-margin-bottom-xxl {
  margin-bottom: 48px !important;
}

.msi-padding-left-xxxs {
  padding-left: 2px !important;
}

.msi-margin-left-xxxs {
  margin-left: 2px !important;
}

.msi-padding-left-xxs {
  padding-left: 4px !important;
}

.msi-margin-left-xxs {
  margin-left: 4px !important;
}

.msi-padding-left-xs {
  padding-left: 6px !important;
}

.msi-margin-left-xs {
  margin-left: 6px !important;
}

.msi-padding-left-s {
  padding-left: 12px !important;
}

.msi-margin-left-s {
  margin-left: 12px !important;
}

.msi-padding-left-m {
  padding-left: 18px !important;
}

.msi-margin-left-m {
  margin-left: 18px !important;
}

.msi-padding-left {
  padding-left: 18px !important;
}

.msi-margin-left {
  margin-left: 18px !important;
}

.msi-padding-left-l {
  padding-left: 24px !important;
}

.msi-margin-left-l {
  margin-left: 24px !important;
}

.msi-padding-left-xl {
  padding-left: 36px !important;
}

.msi-margin-left-xl {
  margin-left: 36px !important;
}

.msi-padding-left-xxl {
  padding-left: 48px !important;
}

.msi-margin-left-xxl {
  margin-left: 48px !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Text color */
.msi-text, .msi-text-primary {
  color: var(--text-primary) !important;
}
.msi-text-secondary {
  color: var(--text-secondary) !important;
}
.msi-text-focus-primary {
  color: var(--focus-primary) !important;
}
.msi-text-focus-secondary {
  color: var(--focus-secondary) !important;
}
.msi-text-alert {
  color: #ec1c24 !important;
}
.msi-text-emergency {
  color: #ff8400 !important;
}
.msi-text-success {
  color: #099a49 !important;
}

/* Font weight */
.msi-bold {
  font-weight: 700 !important;
}

/* Headings (default browser styles) */
h1,
.msi-h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h2,
.msi-h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h3,
.msi-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

h4,
.msi-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h5,
.msi-h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h6,
.msi-h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Other font sizes */
.msi-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.009rem;
}
.msi-body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.011rem;
}
.msi-body-1-monospace {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.009rem;
}
.msi-body-2-monospace {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.011rem;
}
.msi-subtitle {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.006rem;
}
.msi-caption {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025rem;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.msi-focus:focus,
.msi-link:focus {
  outline: 2px solid var(--focus-border-color);
}

.msi-hover:hover {
  background-color: var(--hover);
}

.msi-label {
  display: block;
  padding-top: 12px;
  font-weight: 700;
  color: var(--primary-70);
}

/* Flex */
.msi-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.msi-flex-align {
  display: flex;
  align-items: center;
}
.msi-flex, .msi-flex-row {
  display: flex;
  flex-direction: row;
}
.msi-flex-col {
  display: flex;
  flex-direction: column;
}
.msi-flex-col.gap {
  gap: 18px;
}
.msi-flex-col.col-align {
  align-items: center;
}
.msi-flex-col-nowrap {
  flex-wrap: nowrap;
}

.msi-grid {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
}
.msi-grid-50 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 50px);
}
.msi-grid-100 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 100px);
}
.msi-grid-150 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 150px);
}
.msi-grid-200 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 200px);
}
.msi-grid-250 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 250px);
}
.msi-grid-300 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 300px);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete {
  display: block;
  width: 100%;
}

.msi-autocomplete-panel {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  width: 100%;
  overflow-x: hidden;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.msi-autocomplete-panel:focus {
  outline: none;
}
.msi-autocomplete-panel.display {
  display: block;
}
.msi-autocomplete-panel.visible {
  opacity: 1;
}
.msi-autocomplete-panel.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-panel .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-panel msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-panel .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-panel .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-panel:empty {
  display: none;
}
.msi-autocomplete-panel msi-autocomplete-option {
  display: flex;
  box-sizing: content-box;
}
.msi-autocomplete-panel .msi-autocomplete-option {
  max-width: none;
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-autocomplete-option .highlight-term {
  font-weight: 700;
}

.split-width {
  min-width: 114%;
}

.msi-autocomplete-split-origin {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-autocomplete-split-origin .msi-autocomplete-options-list {
  display: none;
}
.msi-autocomplete-split-origin.disabled {
  cursor: not-allowed;
}
.msi-autocomplete-split-origin .msi-autocomplete-input {
  border-right: 0;
}
.msi-autocomplete-split-origin .msi-autocomplete-input:hover + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--primary-20);
}
.msi-autocomplete-split-origin .msi-autocomplete-input:focus + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-autocomplete-split-origin .drop-btn {
  display: flex;
  flex: 0 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  background: var(--background-input);
  border: 0;
  outline: 0;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--background-input);
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 100ms;
  transform-origin: center center;
  -ms-high-contrast-adjust: none;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open {
  border-color: var(--focus-primary);
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
  transform: rotate(-180deg);
}
.msi-autocomplete-split-origin .drop-btn:hover {
  width: 32px;
}
.msi-autocomplete-split-origin .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-split-origin .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  width: 34px;
  cursor: pointer;
  background: var(--primary-20);
  border-left: 1px solid var(--primary-10);
}
.msi-autocomplete-split-origin input {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
}

.msi-autocomplete-option {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
  align-items: center;
  padding: 6px 12px;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 12px;
}
.msi-autocomplete-option.icon-right {
  justify-content: space-between;
}
.msi-autocomplete-option.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-autocomplete-option:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option {
    color: white;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: black;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option {
    color: black;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: white;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: white;
    background-color: black;
  }
}
.msi-autocomplete-option .msi-autocomplete-option-ellipsis {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 8px;
}
.msi-autocomplete-option.active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option.active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option.active {
    color: white;
    background-color: #808080;
  }
}
.msi-autocomplete-option.disabled, .msi-autocomplete-option.disabled:hover, .msi-autocomplete-option.disabled:active, .msi-autocomplete-option.disabled:focus, .msi-autocomplete-option[disabled], .msi-autocomplete-option[disabled]:hover, .msi-autocomplete-option[disabled]:active, .msi-autocomplete-option[disabled]:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

.msi-autocomplete-split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-autocomplete-split .msi-autocomplete-input {
  border-radius: 2px 0 0 2px;
}

.msi-autocomplete-error-message {
  color: var(--text-secondary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete-v2 {
  position: relative;
  display: flex;
}
.msi-autocomplete-v2.ng-invalid.ng-touched {
  border: 1px red solid;
  outline: none;
}
.msi-autocomplete-v2-single-select {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  min-width: 100%;
  padding: 8px 36px 8px 8px;
  margin: 0;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  outline: 0 transparent;
  font-size: 0.8rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).ng-invalid.ng-touched, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).msi-error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active {
  border-color: #007aaa;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-input-field[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-v2-single-select-input-field[readonly] {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}
.msi-autocomplete-v2-single-select-input-field.error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select .msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
  grid-area: clear;
  justify-self: end;
  right: 30px;
}
.msi-autocomplete-v2-single-select .icons-container {
  position: absolute;
  right: 1px;
  top: 1px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "clear arrow";
  align-items: center;
}
.msi-autocomplete-v2-single-select .icons-container .msi-clear-icon {
  right: unset;
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-dropdown-trigger {
  grid-area: arrow;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  background-color: transparent;
  z-index: 10;
  flex: 1;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-autocomplete-v2-multi-select {
  width: 100%;
}
.msi-autocomplete-v2-multi-select.error .msi-chips-v2-container {
  border-color: #d0021b;
}
.msi-autocomplete-v2-error-message {
  position: absolute;
  bottom: -23px;
  left: 0;
  padding: 3px 8px;
  font-size: 0.75em;
}
.msi-autocomplete-v2-error-message .asterisk {
  color: #d0021b;
}
.msi-autocomplete-v2 .msi-autocomplete-v2-options-list {
  display: none;
}

.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper .msi-autocomplete-v2-option {
  width: 100% !important;
}

.ellipses-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.cdk-virtual-scrollable.ellipses-scroll-viewport {
  overflow-x: hidden;
  overflow-y: auto;
}

.msi-autocomplete-v2-options-list {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  max-height: 100%;
  width: auto;
  padding: 6px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: default;
  outline: none;
  display: block;
}
.msi-autocomplete-v2-options-list:focus {
  outline: none;
}
.msi-autocomplete-v2-options-list.display {
  display: block;
}
.msi-autocomplete-v2-options-list.visible {
  opacity: 1;
}
.msi-autocomplete-v2-options-list.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-v2-options-list .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-v2-options-list .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-v2-options-list .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-v2-options-list .cdk-virtual-scroll-viewport.hidden-scrollbar {
  overflow: hidden;
}
.msi-autocomplete-v2-options-list-no-results {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: transparent;
}
.msi-autocomplete-v2-options-list:empty {
  display: none;
}
.msi-autocomplete-v2-options-list.incident-type-options-list {
  width: 319px;
}
.msi-autocomplete-v2-options-list.dynamic-width-menu {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  line-height: 22px;
  text-align: left;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 42px;
  padding: 8px 12px;
  overflow: hidden;
  color: var(--text-primary);
  background: transparent;
  border: 2px transparent solid;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-ellipsis {
  align-items: center;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type {
  box-sizing: content-box;
  display: flex;
  overflow: hidden;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column {
  padding: 0 25px 0 0;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox {
  padding: 7px 3px;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .msi-checkbox-label {
  padding: 0 9px 0 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .autocomplete-v2-option-ellipsis {
  margin: 1px 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:not(disabled) {
  cursor: pointer;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.dynamic {
  width: max-content;
  min-width: 100%;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus {
  position: relative;
  border-color: #007aaa;
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active::before, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:hover {
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.selected {
  background-color: #007aaa;
  border-color: #007aaa;
  color: #fff;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option .highlight-term {
  font-weight: 700;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  flex-shrink: 1;
}

.option-disabled {
  pointer-events: none;
  opacity: 0.4;
  color: var(--text-secondary);
  cursor: not-allowed;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips-v2 {
  position: relative;
  display: flex;
  width: 100%;
}
.msi-chips-v2[disabled] {
  cursor: not-allowed;
}
.msi-chips-v2-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 186px;
  min-height: 34px;
  max-height: 114px;
  padding: 2px 0 2px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-v2-container.width-dropdown-arrow {
  padding-right: 26px;
}
.msi-chips-v2-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-v2-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-v2-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a {
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a .msi-icon, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a .msi-icon {
  display: none;
}
.msi-chips-v2-container:not(.msi-chips-v2-container--disabled):not(.msi-chips-v2-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips-v2-container-dropdown-trigger {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  flex: 1;
  width: 36px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: 0;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-chips-v2 .chip-in-between {
  min-width: 8px;
  height: 30px;
  padding: 4px 0 5px 5px;
  margin: 0 0 0 -8px;
  color: var(--text-primary);
  font-size: 0.8rem;
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .chip-in-between:not(:placeholder-shown), .msi-chips-v2 .chip-in-between:focus {
  margin: 0 1px 0 3px;
  min-width: 16px;
}
.msi-chips-v2 .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 28px;
  padding: 4px 2px 2px;
  margin: 0 3px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 12px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips-v2 .msi-chip-v2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3px;
  text-decoration: none;
  cursor: text;
  outline: none;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .msi-chip-v2 .chip-in-between {
  height: 24px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag.actionable a {
  padding: 0 4px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a {
  color: var(--text-primary);
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a::after {
  content: "*";
  color: #d0021b;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a .msi-icon {
  display: none;
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-dark-70);
  border-color: var(--msi-ui-primary-dark-70);
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-tag {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.msi-chips-v2 .msi-tag.actionable a {
  padding: 2px 6px;
}
.msi-chips-v2 .msi-tag > a {
  width: 100%;
  text-transform: none;
  align-items: center;
}
.msi-chips-v2 .msi-tag i {
  height: 100%;
}
.msi-chips-v2 .msi-tag-contents {
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0;
}
.msi-chips-v2 .msi-tag-contents-with-ellipses {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis !important;
  word-wrap: break-word;
}
.msi-chips-v2 .msi-tag a .msi-icon.msi-tag-remove {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 4px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-avatar-container {
  position: relative;
}
.msi-avatar-container .msi-icon i {
  margin: 0;
}

.msi-avatar-initials {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-badge {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  height: 11px;
  padding: 2px;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--focus-primary);
  border-radius: 2px;
}
.msi-badge-blank {
  top: -1px;
  right: -1px;
  left: unset;
  width: 10px;
  min-width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.msi-selected .msi-badge,
.msi-dropdown-trigger-open .msi-badge {
  border: 1px solid #fff;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-button-group {
  display: inline-flex;
  flex-direction: row;
  padding: 0;
  border: 0;
}
.msi-button-group-secondary {
  box-shadow: none;
}
.msi-button-group.small .msi-btn {
  height: 24px;
  padding: 4px 12px;
}
.msi-button-group.small .msi-btn:focus {
  padding: 4px 11px;
}
.msi-button-group.large .msi-btn {
  height: auto;
  padding: 12px;
}
.msi-button-group.large .msi-btn:focus {
  padding: 12px 11px;
}
.msi-button-group.icon .msi-btn {
  height: 34px;
  padding: 3px 4px;
}
.msi-button-group.icon .msi-btn:focus {
  padding: 3px;
}
.msi-button-group.icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 5px !important;
}
.msi-button-group.small-icon .msi-btn {
  height: 28px;
  padding: 5px 6px;
}
.msi-button-group.small-icon .msi-btn:focus {
  padding: 5px;
  margin: auto 0;
}
.msi-button-group.small-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 7px !important;
}
.msi-button-group.small-icon .msi-icon {
  width: 16px;
  height: 16px;
}
.msi-button-group.large-icon .msi-btn {
  height: auto;
  padding: 7px 8px;
}
.msi-button-group.large-icon .msi-btn:focus {
  padding: 7px;
}
.msi-button-group.large-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 9px !important;
}
.msi-button-group .msi-icon {
  display: flex;
}
.msi-button-group .msi-icon i {
  display: inline-flex;
}
.msi-button-group.icon .msi-btn .msi-icon, .msi-button-group.small-icon .msi-btn .msi-icon, .msi-button-group.large-icon .msi-btn .msi-icon {
  color: #fff;
}
.msi-button-group.icon .msi-btn-secondary .msi-icon, .msi-button-group.small-icon .msi-btn-secondary .msi-icon, .msi-button-group.large-icon .msi-btn-secondary .msi-icon {
  color: var(--button-secondary);
}
.msi-button-group .msi-btn {
  border-radius: 0;
  box-shadow: none;
}
.msi-button-group .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 13px !important;
  border-right: 0;
}
.msi-button-group .msi-btn:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msi-button-group .msi-btn:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.msi-button-group .msi-btn:focus {
  padding: 0 11px; /* borrow 1px of padding to create separation */
  border-radius: 2px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* base palette */
/* states */
/* non-color vars */
.msi-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  overflow: visible;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--button-enabled);
  border: 1px solid var(--button-border-color);
  border-radius: 2px;
}
.msi-btn-compact.msi-btn {
  padding: 3px;
}
.msi-btn-compact.msi-btn:not(.msi-btn-secondary):not(.msi-btn-action) .msi-icon {
  color: #fff;
}
.msi-btn-icon.msi-btn {
  height: auto;
  padding: 5px;
  line-height: 0;
  color: var(--text-primary);
  background: none;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.msi-btn-icon--active.msi-btn .msi-icon {
  color: var(--msi-ui-secondary-highlight);
}
.msi-btn-action.msi-btn {
  font-weight: 700;
  color: var(--action-button-text);
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
.msi-btn-action.msi-btn .msi-icon {
  color: var(--text-primary);
}
.msi-btn-secondary.msi-btn {
  color: var(--button-secondary);
  background: none;
  border: 1px solid var(--button-secondary);
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn {
  color: var(--text-primary);
  font-weight: 700;
  border: 1px solid transparent;
  background: none;
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn:active {
  border: 1px solid var(--button-secondary);
}
.msi-btn-flat.msi-btn, .msi-btn-small.msi-btn {
  height: 24px;
}
.msi-btn-large.msi-btn {
  height: auto;
  padding: 10px 16px;
}

.msi-btn {
  transition: 100ms background-color, 100ms color;
}
[disabled].msi-btn {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-btn:not([disabled]):hover:not(:active) {
  background-color: var(--button-hover);
}
.msi-btn:not([disabled]):hover:not(:active).msi-btn-action, .msi-btn:not([disabled]):hover:not(:active).msi-btn-secondary, .msi-btn:not([disabled]):hover:not(:active).msi-btn-icon, .msi-btn:not([disabled]):hover:not(:active).msi-btn-tertiary {
  background-color: var(--primary-10);
}
.msi-btn:not([disabled]):focus, .msi-btn:not([disabled]):active {
  outline: none;
}
.msi-btn:not([disabled]):focus::before, .msi-btn:not([disabled]):active::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 4px;
  transition: border-color 100ms;
}
.msi-btn:not([disabled]):focus.msi-btn-icon::before, .msi-btn:not([disabled]):active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-btn:not([disabled]):focus.msi-btn-secondary, .msi-btn:not([disabled]):focus.msi-btn-action, .msi-btn:not([disabled]):focus.msi-btn-icon, .msi-btn:not([disabled]):focus.msi-btn-tertiary {
  background: var(--primary-10);
}
.msi-btn:not([disabled]).active, .msi-btn:not([disabled]):active {
  color: #fff;
  background-color: var(--button-pressed-hover);
  border-color: rgba(255, 255, 255, 0.1);
}
.msi-btn:not([disabled]).active::before, .msi-btn:not([disabled]):active::before {
  border-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active.msi-btn-icon, .msi-btn:not([disabled]):active.msi-btn-icon {
  background-color: var(--button-enabled);
  box-shadow: none;
}
.msi-btn:not([disabled]).active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]) {
  color: inherit;
}
.msi-btn:not([disabled]).active:hover, .msi-btn:not([disabled]):active:hover {
  color: #fff;
  background-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active:hover::before, .msi-btn:not([disabled]):active:hover::before {
  border-color: var(--button-pressed-hover);
}

.msi-btn {
  cursor: pointer;
}
.msi-btn.msi-btn-text-and-icon .msi-icon {
  color: inherit;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.msi-btn .msi-spinner {
  display: flex;
}
.msi-btn .msi-spinner svg .circle {
  stroke: rgba(255, 255, 255, 0.3);
}
.msi-btn .msi-spinner svg .progress {
  stroke: #fff;
}

button,
.msi-btn {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-calendar-single-datetimepicker > .date-time, .msi-calendar .msi-calendar-datetimepicker > .date-time, .msi-time-picker-control .time-control, .msi-date-time-picker-control .date-time-control, .msi-date-picker-control .date-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 12px;
}
.msi-calendar-single-datetimepicker > .date-time:last-child, .msi-calendar .msi-calendar-datetimepicker > .date-time:last-child, .msi-time-picker-control .time-control:last-child, .msi-date-time-picker-control .date-time-control:last-child, .msi-date-picker-control .date-control:last-child {
  margin-bottom: 4px;
}
.msi-calendar-single-datetimepicker > .date-time .date-selector-descriptor, .msi-calendar .msi-calendar-datetimepicker > .date-time .date-selector-descriptor, .msi-time-picker-control .time-control .date-selector-descriptor, .msi-date-time-picker-control .date-time-control .date-selector-descriptor, .msi-date-picker-control .date-control .date-selector-descriptor {
  width: 47px;
  font-weight: bold;
}
.msi-calendar-single-datetimepicker > .date-time .msi-date-picker-control, .msi-calendar .msi-calendar-datetimepicker > .date-time .msi-date-picker-control, .msi-time-picker-control .time-control .msi-date-picker-control, .msi-date-time-picker-control .date-time-control .msi-date-picker-control, .msi-date-picker-control .date-control .msi-date-picker-control {
  margin: 0 12px;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper, .msi-time-picker-control .time-control .input-wrapper, .msi-date-time-picker-control .date-time-control .input-wrapper, .msi-date-picker-control .date-control .input-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: auto;
  height: 34px;
  min-height: auto;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input, .msi-time-picker-control .time-control .input-wrapper.date-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input, .msi-date-picker-control .date-control .input-wrapper.date-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input, .msi-time-picker-control .time-control .input-wrapper.time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input, .msi-date-picker-control .date-control .input-wrapper.time-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input, .msi-time-picker-control .time-control .input-wrapper.date-time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input, .msi-date-picker-control .date-control .input-wrapper.date-time-input {
  width: 100%;
  color: var(--text-primary);
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus {
  border: 1px solid var(--focus-primary);
  border-right: 0;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer {
  width: 32px;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .invalid-date-time, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .invalid-date-time, .msi-time-picker-control .time-control .input-wrapper .invalid-date-time, .msi-date-time-picker-control .date-time-control .input-wrapper .invalid-date-time, .msi-date-picker-control .date-control .input-wrapper .invalid-date-time {
  border-color: #d0021b;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .msi-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .msi-icon, .msi-time-picker-control .time-control .input-wrapper .msi-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .msi-icon, .msi-date-picker-control .date-control .input-wrapper .msi-icon {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn, .msi-time-picker-control .time-control .input-wrapper .drop-btn, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn, .msi-date-picker-control .date-control .input-wrapper .drop-btn {
  flex: 0 0;
  padding: 0;
  background: none;
  border: 0;
  outline: 0;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: none;
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -ms-high-contrast-adjust: none;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 5px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open {
  border: 1px solid var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
  border-bottom: 5px solid var(--text-primary);
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn[disabled], .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn[disabled], .msi-time-picker-control .time-control .input-wrapper .drop-btn[disabled], .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn[disabled], .msi-date-picker-control .date-control .input-wrapper .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer {
  background-color: var(--background-input);
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  cursor: pointer;
  background: var(--input-hover);
}
.msi-calendar-single-datetimepicker > .date-time .input-wrapper input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper input, .msi-time-picker-control .time-control .input-wrapper input, .msi-date-time-picker-control .date-time-control .input-wrapper input, .msi-date-picker-control .date-control .input-wrapper input {
  box-sizing: border-box;
  flex: 1 0;
  min-width: 0;
  padding: 0 0 0 30px;
  margin: 0;
}

/* DATEPICKER */
.msi-calendar-datepicker .ngb-datepicker {
  font-weight: bold;
  border: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-navigation-select {
  display: none;
}
.msi-calendar-datepicker .ngb-datepicker .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker input {
  display: inline-block;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--text-secondary);
  text-align: center;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.outside {
  opacity: 0.5;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
  color: var(--text-secondary);
  outline: 1px solid var(--focus-primary);
  outline-offset: -1px;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
  background-color: var(--primary-10);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.range {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
  color: #fff;
  background-color: var(--focus-primary-60);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid white;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: white;
    background-color: #404040;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: black;
    background-color: white;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: black;
    background-color: #c0c0c0;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid black;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: black;
    background-color: #c0c0c0;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: white;
    background-color: black;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: white;
    background-color: #404040;
  }
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header {
  position: relative;
  padding-top: 4px;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-month-name {
  display: flex;
  flex: 1;
  justify-content: center;
  height: auto;
  margin: 0 12px;
  text-shadow: var(--shadow-level-1);
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow {
  position: absolute;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button[disabled] {
  cursor: default;
  opacity: var(--disabled-opacity);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:first-child {
  left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:last-child {
  right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron {
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  border: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: none;
  -ms-high-contrast-adjust: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) {
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) .ngb-dp-navigation-chevron {
  border-right: 12px solid var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next {
  justify-content: center;
  -ms-flex-pack: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next button {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next .ngb-dp-navigation-chevron {
  border-left: 12px solid var(--text-primary);
  transform: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month {
  margin: 12px 24px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:first-child {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:last-child {
  margin-right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekdays {
  border: 0;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekday {
  width: 28px;
  height: 28px;
  font-style: normal;
  color: var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day {
  display: flex;
  width: 28px;
  height: 28px;
  color: var(--text-secondary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus:not(.hidden) {
  background-color: var(--hover);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day.disabled .custom-day {
  color: var(--stroke-level-2);
  background: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}

.msi-dropdown.msi-datepicker-control-dropdown {
  max-height: unset;
  padding: 24px 12px 12px;
}
.msi-dropdown.msi-datepicker-control-dropdown .bg-light {
  background: none;
}

.msi-date-picker-control,
.msi-time-picker-control {
  display: inline-block;
}

.msi-date-picker-control {
  width: 130px;
}
.msi-date-picker-control.has-dropdown {
  width: 160px;
}
.msi-date-picker-control .date-control {
  margin: 0;
}

.msi-date-time-picker-control {
  width: 130px;
}
.msi-date-time-picker-control.has-dropdown {
  width: 168px;
}
.msi-date-time-picker-control .date-time-control {
  width: 200px;
  margin: 0;
}

.msi-time-picker-control {
  width: 114px;
}
.msi-time-picker-control:not(.has-dropdown) {
  width: 100px;
}
.msi-time-picker-control .time-control {
  margin: 0;
}

.msi-calendar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.msi-calendar .bg-light {
  background: none;
}
.msi-calendar .form-wrapper {
  box-sizing: border-box;
  display: inline-block;
  padding: 24px 12px 12px;
  background-color: var(--background-level-3);
}
.msi-calendar .form-wrapper.form-border {
  border: 1px solid var(--stroke-level-1);
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
}
.msi-calendar .form-wrapper .calendar-row {
  display: flex;
  flex-basis: 100%;
}
.msi-calendar .form-wrapper .footer {
  justify-content: space-between;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper {
  display: flex;
  flex-direction: row;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button {
  align-items: center;
  align-self: flex-end;
  margin: 0 6px;
  font-weight: normal;
  line-height: 16px;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .msi-calendar-quickselection {
  margin: 12px;
}
.msi-calendar .msi-calendar-quickselection .msi-radio-button-label {
  padding: 2px 12px 3px;
}
.msi-calendar-single-datetimepicker > .date-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.msi-calendar-single-datetimepicker > .date-time > msi-time-picker-control {
  margin: 12px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-callout .callout-container {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 6px 6px 12px 6px;
  justify-content: space-between;
}
.msi-callout .callout-error {
  background-color: var(--callout-error-background);
  border-color: var(--callout-error-border);
}
.msi-callout .callout-info {
  background-color: var(--callout-info-background);
  border-color: var(--callout-info-border);
}
.msi-callout .callout-success {
  background-color: var(--callout-success-background);
  border-color: var(--callout-success-border);
}
.msi-callout .callout-warning {
  background-color: var(--callout-warning-background);
  border-color: var(--callout-warning-border);
}
.msi-callout .primary-icon-container {
  padding: 6px;
}
.msi-callout .error-icon {
  color: var(--callout-error-icon);
}
.msi-callout .callout-contents {
  width: 100%;
  padding: 6px 6px 0 6px;
}
.msi-callout .callout-title {
  margin-bottom: 4px;
}
.msi-callout .trailing-icons-container {
  padding: 1px;
  height: -moz-fit-content;
  height: fit-content;
}
.msi-callout .callout-footer {
  margin: 4px 6px 0 29px;
}
.msi-callout .callout-footer:empty {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  min-height: 168px;
  overflow: hidden;
  background: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-card:hover {
  box-shadow: var(--shadow-level-3);
}
.msi-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border-radius: 4px;
}
.msi-card.msi-card-media-type {
  height: 234px;
  line-height: 1.125rem;
  cursor: pointer;
}
.msi-card.msi-card-media-type .msi-card-title {
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  padding: 12px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon {
  color: var(--icon-primary);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon:first-child {
  padding-right: 6px;
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon ~ .msi-icon {
  padding-left: 6px;
}
.msi-card.msi-card-media-type .msi-card-title span {
  display: inline-block;
  max-width: 120px;
  line-height: 1.125rem;
}
.msi-card.msi-card-media-type .msi-card-content {
  height: 60px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type img {
  height: 114px;
  object-fit: cover;
}
.msi-card.msi-card-media-type .msi-card-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 50%;
  font-size: 0.75rem;
}
.msi-card.msi-card-media-type .msi-card-error span {
  display: inline-flex;
  margin-top: 12px;
  line-height: 18px;
}
.msi-card.msi-card-media-type-error {
  justify-content: center;
}

.msi-card-title {
  display: flex;
  flex: initial;
  align-items: center;
  padding: 12px 12px 6px;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-card-image + .msi-card-title {
  padding: 12px;
}

.msi-card-title + .msi-card-content {
  padding-top: 0;
}

.msi-card-content + .msi-card-actions {
  padding-top: 0;
}

.msi-card-content {
  padding: 12px;
  color: var(--text-primary);
}

.msi-card-image {
  flex: initial;
  margin: 0 13px;
}
.msi-card-image .msi-card-media,
.msi-card-image img {
  display: inline;
  width: 100%;
}
.msi-card-image.full-bleed {
  margin: 0;
}
.msi-card-image.bottom {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-card-actions {
  display: flex;
  justify-content: space-between;
  padding: 12px 13px 12px 11px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-card.msi-media-card {
  width: 200px;
  height: 250px;
  max-height: 250px;
  margin: 12px;
}
.msi-card.msi-media-card .msi-card-title {
  height: 42px;
  min-height: auto;
  padding: 12px 12px 6px 12px;
  justify-content: space-between;
}
.msi-card.msi-media-card .msi-card-title-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -5px;
}
.msi-card.msi-media-card .msi-card-title-actions .msi-btn {
  margin: -5px 0; /* Give space for the focus state of the button (5px each side) */
}
.msi-card.msi-media-card .msi-card-title-actions .msi-icon {
  width: 24px;
  height: 24px;
  padding: 0 !important;
}
.msi-card.msi-media-card .msi-card-image {
  height: 150px;
  background-color: var(--primary-05);
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image {
  height: 48px;
  padding: 51px 0;
  background: none;
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image i {
  width: 48px;
  height: 48px;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay * {
  display: none;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay-hover {
  display: flex;
}
.msi-card.msi-media-card .msi-card-overlay {
  position: absolute;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon {
  color: #fff;
  margin-right: 6px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon:last-child {
  margin-right: 12px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-hover {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.msi-media-list-table {
  /* Fix CSS colspan border bug: https://stackoverflow.com/questions/25591499/chrome-bug-with-colspan-and-border */
  border-collapse: separate; /* the default option */
  border-spacing: 0; /* remove border gaps */
}
.msi-media-list-table tr td,
.msi-media-list-table tr .msi-td,
.msi-media-list-table .msi-tr td,
.msi-media-list-table .msi-tr .msi-td {
  white-space: nowrap;
}
.msi-media-list-table tr .msi-media-list-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon {
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr .msi-media-list-icon .msi-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon .msi-icon {
  margin: 0;
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off {
  min-width: 58px; /* Reserve space for flag icon, even when it's not there */
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off .msi-btn {
  display: none;
}
.msi-media-list-table tr .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons {
  display: none;
  text-align: right;
  padding-right: 0;
}
.msi-media-list-table tr .msi-media-list-hover-icons .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons .msi-btn {
  display: inline-block;
  margin-left: 8px;
}
.msi-media-list-table tr .msi-media-list-secondary,
.msi-media-list-table .msi-tr .msi-media-list-secondary {
  text-align: right;
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons {
  display: table-cell;
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary {
  display: none;
}
.msi-media-list-table tr:hover .msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr:hover .msi-flag-off .msi-btn {
  display: inline-block;
}

.msi-checkbox-group {
  display: flex;
  flex-direction: column;
}
.msi-checkbox-group .msi-checkbox-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-checkbox-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-checkbox {
  display: flex;
}
.msi-checkbox:active {
  outline: 0;
}

.msi-checkbox-checked .msi-checkbox-icon,
.msi-checkbox:active:not(.msi-checkbox-disabled) .msi-checkbox-icon {
  color: var(--focus-secondary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #c0c0c0;
  }
}
.msi-checkbox-disabled .msi-checkbox-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-checkbox-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox:hover .msi-checkbox-icon-wrapper::before, .msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.msi-checkbox-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-checkbox-text {
  display: flex;
  margin-left: 12px;
}
.msi-checkbox-text:empty {
  margin-left: 0;
}

.msi-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
  appearance: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-collapsable {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.msi-collapsable > div {
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}
.msi-collapsable.collapsed > div {
  transform: translateY(-16px);
}
.msi-collapsable .msi-item a {
  padding-left: 48px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

.msi-data-table {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 84px;
  overflow: hidden;
  /* Embedded components */
  /* Resize */
}
.msi-data-table,
.msi-data-table thead,
.msi-data-table tbody,
.msi-data-table tr,
.msi-data-table td,
.msi-data-table th {
  box-sizing: border-box !important;
}
.msi-data-table tr,
.msi-data-table .visible-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-data-table tr {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border-bottom: 1px solid var(--primary-20);
}
.msi-data-table th,
.msi-data-table td {
  display: flex !important;
  border-bottom: 0 !important;
}
.msi-data-table thead {
  display: block;
  overflow-x: hidden;
  border-bottom: 1px solid var(--primary-40);
}
.msi-data-table thead tr {
  border-bottom: 0;
}
.msi-data-table thead .msi-pinned-row:last-of-type {
  border-bottom: 0;
}
.msi-data-table.msi-data-table-sticky-column thead {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.msi-data-table.msi-data-table-horizontal-scrollbar {
  overflow-x: scroll;
}
.msi-data-table.msi-data-table-horizontal-scrollbar thead,
.msi-data-table.msi-data-table-horizontal-scrollbar tbody {
  width: max-content !important;
  min-width: 100%;
}
.msi-data-table tbody {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-x: scroll;
}
.msi-data-table .cell-wrapper {
  display: inline-block;
  flex: 1 1;
  min-width: 17px;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-data-table .msi-data-table-row {
  flex-direction: column;
}
.msi-data-table .hidden-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 10px;
}
.msi-data-table .hidden-row:not(.collapsed) {
  margin-bottom: 11px;
}
.msi-data-table .hidden-row .msi-overflow-table {
  display: grid;
  grid-template-columns: 0fr 1fr;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name {
  font-weight: normal;
  color: var(--text-secondary);
  white-space: pre;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:not(:empty)::after {
  content: ":";
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty {
  display: none;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty + .col-contents {
  grid-column: 1/span 2;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name,
.msi-data-table .hidden-row .msi-overflow-table .col-contents {
  display: flex;
  align-items: center;
  max-width: 85ch;
  padding: 0 4px 4px 0;
}
.msi-data-table .msi-spinner {
  display: block;
  pointer-events: none;
}
.msi-data-table .msi-spinner .msi-spinner-inner {
  margin: 0 !important;
}
.msi-data-table .msi-checkbox {
  display: inline-block;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.msi-data-table .msi-checkbox-disabled {
  pointer-events: none;
}
.msi-data-table .msi-resizable {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper {
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
  padding: 0;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid {
  grid-area: resize;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
  width: 7px;
  cursor: col-resize;
  height: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:hover, .msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:active {
  color: var(--text-primary) !important;
  background: var(--hover) !important;
}
.msi-data-table .msi-resizable.resize-right-hover {
  z-index: 5;
}
.msi-data-table .internal-table-full-width .msi-table {
  width: 100%;
}
.msi-data-table .internal-table-full-width .msi-table td,
.msi-data-table .internal-table-full-width .msi-table th {
  flex-grow: 1;
  justify-content: start;
}

/* Pin/Expand icons */
.msi-data-table-expand-icon-col,
.msi-data-table-pin-icon-col {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-data-table-expand-icon-col .msi-btn,
.msi-data-table-pin-icon-col .msi-btn {
  height: unset !important;
}
.msi-data-table-expand-icon-col .msi-btn .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn .msi-pin-off {
  opacity: 0.5;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus), .msi-data-table-expand-icon-col .msi-btn:active:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus) {
  background: none !important;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus)::before, .msi-data-table-expand-icon-col .msi-btn:active:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus)::before {
  display: none;
}
.msi-data-table-expand-icon-col .msi-btn:hover .msi-pin-off, .msi-data-table-expand-icon-col .msi-btn:focus .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:hover .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:focus .msi-pin-off {
  opacity: 0.8;
}
.msi-data-table-expand-icon-col .msi-btn:active .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:active .msi-pin-off {
  opacity: 1;
}
.msi-data-table-expand-icon-col .msi-icon,
.msi-data-table-pin-icon-col .msi-icon {
  margin: 0 !important;
  cursor: pointer;
  transition: transform 100ms;
}
.msi-data-table-expand-icon-col .msi-icon.collapsed,
.msi-data-table-pin-icon-col .msi-icon.collapsed {
  transform: rotate(-90deg);
}
.msi-data-table-expand-icon-col .msi-icon:active, .msi-data-table-expand-icon-col .msi-icon:focus,
.msi-data-table-pin-icon-col .msi-icon:active,
.msi-data-table-pin-icon-col .msi-icon:focus {
  color: var(--icon-primary);
}

.msi-data-table-expand-icon-col .msi-btn {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  margin: 5px;
}

/* Frozen */
.msi-data-table-sticky-column td.sticky, .msi-data-table-sticky-column td.msi-data-table-expand-icon-col, .msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.sticky,
.msi-data-table-sticky-column th.msi-data-table-expand-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  position: absolute;
  z-index: 3;
  background: var(--table-background);
}
.msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  left: 0;
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-pin-icon-col {
  background: var(--table-hover);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-pin-icon-col {
  background: var(--table-selection);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-pin-icon-col {
  background: var(--table-selection-hover);
}
.msi-data-table-sticky-column .sticky-column-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
  box-shadow: 5px 0 5px -2px var(--table-frozen-shadow-color);
}

/* Pinned rows */
.msi-data-table-pinning .msi-pinned-row-container {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-pinned-row-container:not(:empty) {
  overflow-x: hidden;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-row-pinned-last {
  border-bottom-width: 4px;
}

/* Column Types */
.msi-col-type-icon {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-col-type-icon .cell-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-col-type-icon .msi-table-header-left:hover,
.msi-col-type-icon .msi-table-header-left:focus {
  background-color: transparent;
  outline: none;
}

tr .msi-col-type-number .msi-header-text, tr .msi-col-type-action .msi-header-text, tr .msi-col-type-text .msi-header-text, tr .msi-col-type-boolean .msi-header-text {
  cursor: default;
}
tr .msi-col-type-number .msi-header-text .drag-grid, tr .msi-col-type-action .msi-header-text .drag-grid, tr .msi-col-type-text .msi-header-text .drag-grid, tr .msi-col-type-boolean .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .cdk-drag-disabled .msi-header-text,
tr .msi-col-float-left .msi-header-text,
tr .msi-col-float-right .msi-header-text {
  cursor: default;
}
tr .cdk-drag-disabled .msi-header-text .drag-grid,
tr .msi-col-float-left .msi-header-text .drag-grid,
tr .msi-col-float-right .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .msi-col-type-action {
  text-align: center;
  cursor: pointer;
}
tr .msi-col-type-action .cdk-drag-handle {
  overflow: visible !important;
}
tr .msi-col-type-action .cell-wrapper,
tr .msi-col-type-action .msi-header-text {
  display: flex;
  justify-content: center;
  overflow: visible;
  text-align: center;
}
tr .msi-col-type-action .msi-header-text .drag-grid {
  grid-area: text;
  padding: 0;
}
tr .msi-col-type-action[role=columnheader] {
  margin-left: 3px !important;
}
tr .msi-col-type-number {
  text-align: right;
  font-family: "Roboto Mono", serif;
}
tr .msi-col-type-number .msi-header-text {
  gap: 3px;
}
tr .msi-col-type-number .cell-wrapper {
  font-variant-numeric: tabular-nums;
}
tr .msi-col-type-number .cell-wrapper,
tr .msi-col-type-number .msi-header-text {
  text-align: right;
}

.cursor-moving {
  cursor: grabbing !important;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  min-height: 30px;
  padding: 12px 12px 6px 12px;
  line-height: 1;
  border-bottom: 1px solid var(--hover);
  color: var(--text-primary);
  text-decoration: none;
  cursor: default;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-section p {
  margin: 6px 0;
  line-height: 1.5;
}
.msi-dropdown-section .msi-button-section {
  margin: 0 -7px;
}
.msi-dropdown-section .msi-button-section .msi-btn-action.msi-btn {
  padding-left: 6px;
  padding-right: 6px;
}
.msi-dropdown-section .msi-link {
  padding: 6px 0;
}
.msi-dropdown-section .msi-link .msi-icon {
  margin: 0 6px;
  vertical-align: text-bottom;
}

.msi-dropdown-section-arrow {
  float: right;
}

.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-header-root {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.msi-common-header-root .search-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: auto;
  height: 44px;
  padding: 9px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-root .search-button:focus, .msi-common-header-root .search-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .search-button.msi-dropdown-trigger-open, .msi-common-header-root .search-button:active, .msi-common-header-root .search-button:active:hover, .msi-common-header-root .search-button.active {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-root .icon {
  -webkit-user-select: none;
          user-select: none;
  filter: invert(100%);
}
.msi-common-header-root .icon--search {
  width: 24px;
  height: 24px;
}
.msi-common-header-root .msi-common-icon-inactive {
  opacity: 0.2;
}
.msi-common-header-root .msi-common-header-left-plugin-area {
  flex: 1 1 auto;
  height: 47px;
  min-width: 0;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link {
  box-sizing: content-box;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 6px 24px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 4px;
  outline: none;
  opacity: 0.7;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:focus, .msi-common-header-root .msi-common-header-left-plugin-area .link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:active, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected:hover {
  color: #fff;
  background-color: transparent;
  border-color: var(--focus-primary);
  opacity: 1;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled:hover, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
  min-width: 0;
}
.msi-common-header-root .msi-session-manager,
.msi-common-header-root .msi-common-header-plugin {
  position: relative;
  display: inline-block;
  height: 47px;
  vertical-align: top;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap {
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  max-height: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap:empty {
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap.open {
  visibility: visible;
}

.msi-common-header {
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  height: 48px;
  overflow: hidden;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  background: var(--header-background-color) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFUlEQVQI12NggIJ///9I42AwMDAAALg7CT1ygBi4AAAAAElFTkSuQmCC") repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.msi-common-header button {
  color: #fff;
}
.msi-common-header .agency-icon {
  width: 32px;
  height: 32px;
  margin: 8px 8px 0 0;
}
.msi-common-header .agency-icon i {
  width: 100%;
  height: 100%;
}
.msi-common-header .msi-common-search-container {
  display: none;
  width: 100%;
}
.msi-common-header .msi-common-header-container {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.msi-common-header .msi-common-header-container.full-width {
  max-width: 100%;
}
.msi-common-header .msi-common-header-container .msi-icon {
  color: #fff;
}
.msi-common-header.search-mode {
  background-image: none;
}
.msi-common-header.search-mode .msi-common-header-content {
  display: none;
}
.msi-common-header.search-mode .msi-common-search-container {
  display: flex;
  height: 100%;
}
.msi-common-header a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.msi-common-header .msi-common-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-common-header .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.responsive-header-enabled .msi-common-header-right-plugin-area {
  flex: 1 1 auto;
}

.mobile-header-enabled .msi-common-header-left-plugin-area {
  flex: 1 1 100%;
}
.mobile-header-enabled .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
}

.msi-common-header-dropdown-item {
  display: flex;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-common-header-dropdown-item:hover, .msi-common-header-dropdown-item:focus {
  background-color: var(--hover);
}

.msi-common-header-button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: auto;
  height: 47px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-button:focus, .msi-common-header-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-button:active, .msi-common-header-button:active:hover, .msi-common-header-button.active, .msi-common-header-button.msi-dropdown-trigger-open {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-button.disabled, .msi-common-header-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-button.disabled:hover, .msi-common-header-button:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-button img {
  width: 24px;
  height: 24px;
}

.msi-notifications-ui,
.msi-notifications-ui .bell,
.msi-notifications-ui .wrapper {
  display: block;
  width: 48px;
  height: 47px;
}

.msi-common-header-information-button,
.msi-common-header-notification-button,
.msi-common-header-settings-button {
  vertical-align: middle;
}

.msi-common-header-root .msi-common-header .msi-common-header-plugin-label,
.msi-common-header-root .msi-common-header .msi-icon.msi-common-header-plugin-arrow {
  display: none;
}

.msi-common-header-overflow.msi-dropdown {
  max-height: 100%;
  color: var(--text-primary);
}
.msi-common-header-overflow button {
  color: var(--text-primary);
}
.msi-common-header-overflow button:active, .msi-common-header-overflow button.active {
  color: #fff;
}
.msi-common-header-overflow .msi-common-header-plugin-label {
  display: inline-block;
  padding: 0 35px 0 10px;
}
.msi-common-header-overflow .msi-icon.msi-common-header-plugin-arrow {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
}
.msi-common-header-overflow .link {
  box-sizing: content-box;
  width: 100%;
  font-size: 0.875rem;
  color: var(--text-primary);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-overflow .link,
.msi-common-header-overflow .msi-common-header-plugin, .msi-common-header-overflow > .msi-session-manager {
  display: block;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  color: var(--text-primary);
  text-decoration: none;
  background: none;
  border: 0;
}
.msi-common-header-overflow .link:hover, .msi-common-header-overflow .link:focus,
.msi-common-header-overflow .msi-common-header-plugin:hover,
.msi-common-header-overflow .msi-common-header-plugin:focus, .msi-common-header-overflow > .msi-session-manager:hover, .msi-common-header-overflow > .msi-session-manager:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-common-header-overflow .link:active,
.msi-common-header-overflow .msi-common-header-plugin:active, .msi-common-header-overflow > .msi-session-manager:active {
  color: #fff;
  background-color: #1a87b2;
}
.msi-common-header-overflow .link[disabled], .msi-common-header-overflow .link.disabled,
.msi-common-header-overflow .msi-common-header-plugin[disabled],
.msi-common-header-overflow .msi-common-header-plugin.disabled, .msi-common-header-overflow > .msi-session-manager[disabled], .msi-common-header-overflow > .msi-session-manager.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}
.msi-common-header-overflow .msi-session-manager {
  padding: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-container {
  margin: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-inner-container {
  width: 100%;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content {
  width: 100%;
  padding-right: 35px;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open {
  background: var(--focus-primary);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content:hover {
  background: none;
}
.msi-common-header-overflow .msi-session-manager .arrow {
  position: absolute;
  right: 4px;
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-common-header-plugin {
  padding: 0;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button {
  display: block;
  width: 100%;
  text-align: left;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button > img {
  display: inline-block;
  vertical-align: middle;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button:hover {
  background: none;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-information-button {
  padding: 0 4px;
}
.msi-common-header-overflow .agency-icon {
  height: 32px;
  margin: 8px 0 8px 8px;
  vertical-align: middle;
}

.common-header-app-plugins {
  display: flex;
  flex-direction: row;
}

.msi-common-icon-invert {
  filter: var(--dark-to-light-filter);
}

/* Header Button Plugin */
.msi-dropdown.help-text p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 18px;
}
.msi-dropdown.help-text .sub-label {
  padding: 0 16px;
}
.msi-dropdown.help-text .help-text-call-icon,
.msi-dropdown.help-text .help-text-email-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/* App switcher */
.msi-app-switcher-dropdown {
  width: 276px;
  border-color: transparent;
  border-radius: 4px;
}

.msi-common-services-grid {
  display: flex;
  flex-wrap: wrap;
}

.msi-application-switcher-row,
.msi-common-services-grid .switcher-row {
  display: flex;
  flex-wrap: wrap;
}
.msi-application-switcher-row .service,
.msi-common-services-grid .switcher-row .service {
  width: 80px;
  height: 80px;
  margin: 6px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.msi-application-switcher-row .service:hover,
.msi-common-services-grid .switcher-row .service:hover {
  background: var(--primary-20);
}
.msi-application-switcher-row .switcher-icon,
.msi-common-services-grid .switcher-row .switcher-icon {
  position: relative;
}
.msi-application-switcher-row .service-icon img,
.msi-common-services-grid .switcher-row .service-icon img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 5px 0 0;
}
.msi-application-switcher-row .switcher-badge,
.msi-common-services-grid .switcher-row .switcher-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px;
}

.msi-dropdown.msi-app-switcher-dropdown {
  box-sizing: content-box;
  min-width: 276px;
  max-width: 276px;
  min-height: 276px;
  max-height: none;
  overflow-y: visible;
}
.msi-dropdown.msi-app-switcher-dropdown a {
  color: var(--text-primary);
}
.msi-dropdown.msi-app-switcher-dropdown .msi-common-services-grid {
  min-width: 276px;
  max-width: 276px;
}

/* Left Plugin Area */
.msi-common-header-left-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.msi-common-header-left-content .application-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 48px;
  padding: 0 4px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-left-content .application-logo:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-left-content .application-logo:focus, .msi-common-header-left-content .application-logo:visited {
  color: #fff;
}
.msi-common-header-left-content .application-logo .emsignia {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .separator {
  width: 1px;
  height: 24px;
  margin: 0 12px;
  background-color: #fff;
}
.msi-common-header-left-content .application-logo .application-name {
  height: 47px;
  margin: 1px 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .margin-left {
  margin: 1px 8px 0;
}

/* Right plugin area */
.msi-common-header-right-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}

/* Clock */
.msi-common-header-clock .time {
  display: inline-block;
  width: 81px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 9px 10px 8px 6px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

/* Session Manager */
.msi-session-manager-container {
  position: relative;
  display: flex;
  height: 47px;
  margin: 0 12px;
}
.msi-session-manager-container .msi-session-manager-inner-container {
  position: relative;
}
.msi-session-manager-container .msi-session-manager-inner-container .msi-session-manager {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}
.msi-session-manager-container .msi-session-manager-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 47px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:focus, .msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:active, .msi-session-manager-container .msi-session-manager-content:active:hover, .msi-session-manager-container .msi-session-manager-content.active, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open {
  background-color: var(--focus-primary);
}
.msi-session-manager-container .msi-session-manager-content:active .arrow, .msi-session-manager-container .msi-session-manager-content:active:hover .arrow, .msi-session-manager-container .msi-session-manager-content.active .arrow, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content.disabled, .msi-session-manager-container .msi-session-manager-content:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content.disabled:hover, .msi-session-manager-container .msi-session-manager-content:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content .user-action {
  cursor: pointer;
}
.msi-session-manager-container .msi-session-manager-content .arrow {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0 5px;
  transition-duration: 0.3s;
  transition-property: transform;
}
.msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-session-manager-container .msi-session-manager-content.active {
  background-color: #007aaa;
}
.msi-session-manager-container .msi-session-manager-content.active .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content .avatar {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  clip-path: circle(16px at center);
}
.msi-session-manager-container .msi-session-manager-content .username {
  margin: 0 3px;
  font-size: 12px;
  font-weight: bold;
}
.msi-session-manager-container .msi-session-manager-dropdown {
  box-sizing: border-box;
  width: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

.mobile-header-dropdown-item {
  width: 100%;
  display: flex;
  color: inherit;
  align-items: center;
}
.mobile-header-dropdown-item .msi-common-header-plugin,
.mobile-header-dropdown-item .msi-application-switcher {
  width: 100%;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-label,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-label {
  display: block;
  text-wrap: none;
  text-overflow: ellipsis;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-clock,
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-content,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-clock,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-content {
  align-items: center;
  display: flex;
  height: 100%;
}
.mobile-header-dropdown-item .agency-icon {
  margin-top: 0;
}
.mobile-header-dropdown-item > *,
.mobile-header-dropdown-item .msi-session-manager,
.mobile-header-dropdown-item .msi-session-manager-inner-container,
.mobile-header-dropdown-item .msi-session-manager-container,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row > a {
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
}
.mobile-header-dropdown-item .msi-session-manager-content {
  margin: 0;
}
.mobile-header-dropdown-item .msi-session-manager-content > msi-icon.arrow {
  display: none;
}
.mobile-header-dropdown-item .msi-session-manager-content > .username {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .msi-common-icon-invert {
  height: 32px;
  width: 32px;
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .switcher-badge {
  overflow: hidden;
  color: transparent;
  right: auto;
  top: 0;
  left: 24px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.mobile-header-dropdown-item .avatar.msi-avatar {
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item-right-arrow {
  margin-right: 0 !important;
}
.mobile-header-dropdown-item-right-arrow > i {
  margin: 0;
}

.msi-icon {
  position: relative;
  box-sizing: content-box;
  display: inline-flex;
  width: 24px;
  min-width: 0;
  height: 24px;
  min-height: 0;
  line-height: 0;
  color: var(--icon-primary);
}
.msi-icon i {
  display: flex;
  margin: auto;
  width: inherit;
  height: inherit;
}
.msi-icon svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-form-ctrl,
.msi-input,
.msi-textarea,
.msi-select {
  z-index: 1;
  min-width: 40px;
  height: 34px;
  padding: 8px;
  margin: 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
  box-sizing: border-box;
  appearance: none;
}
.msi-form-ctrl::placeholder,
.msi-input::placeholder,
.msi-textarea::placeholder,
.msi-select::placeholder {
  color: var(--primary-60);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error,
.msi-input:not([disabled]):not([readonly]).error,
.msi-textarea:not([disabled]):not([readonly]).error,
.msi-select:not([disabled]):not([readonly]).error {
  border-color: var(--error);
}
.error.msi-form-ctrl:active:not([disabled]):not([readonly]),
.error.msi-input:active:not([disabled]):not([readonly]),
.error.msi-textarea:active:not([disabled]):not([readonly]),
.error.msi-select:active:not([disabled]):not([readonly]), .error.msi-form-ctrl:focus:not([disabled]):not([readonly]),
.error.msi-input:focus:not([disabled]):not([readonly]),
.error.msi-textarea:focus:not([disabled]):not([readonly]),
.error.msi-select:focus:not([disabled]):not([readonly]) {
  border-color: var(--error);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error + .error-message,
.msi-input:not([disabled]):not([readonly]).error + .error-message,
.msi-textarea:not([disabled]):not([readonly]).error + .error-message,
.msi-select:not([disabled]):not([readonly]).error + .error-message {
  position: relative;
  display: block;
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  white-space: normal;
}

.msi-form-ctrl:focus,
.msi-input:focus,
.msi-textarea:focus,
.msi-select:focus {
  outline: 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid white;
    outline-offset: 2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid black;
    outline-offset: 2px;
  }
}
.msi-form-ctrl:not([disabled]):not([readonly]),
.msi-input:not([disabled]):not([readonly]),
.msi-textarea:not([disabled]):not([readonly]),
.msi-select:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-form-ctrl:not([disabled]):not([readonly]):hover,
.msi-input:not([disabled]):not([readonly]):hover,
.msi-textarea:not([disabled]):not([readonly]):hover,
.msi-select:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-form-ctrl:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-input:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-textarea:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-select:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty, .msi-form-ctrl:not([disabled]):not([readonly]).msi-error,
.msi-input:not([disabled]):not([readonly]).msi-error,
.msi-textarea:not([disabled]):not([readonly]).msi-error,
.msi-select:not([disabled]):not([readonly]).msi-error {
  border-color: var(--error);
}
.msi-form-ctrl:not([disabled]):not([readonly]):active,
.msi-input:not([disabled]):not([readonly]):active,
.msi-textarea:not([disabled]):not([readonly]):active,
.msi-select:not([disabled]):not([readonly]):active, .msi-form-ctrl:not([disabled]):not([readonly]):focus,
.msi-input:not([disabled]):not([readonly]):focus,
.msi-textarea:not([disabled]):not([readonly]):focus,
.msi-select:not([disabled]):not([readonly]):focus, .msi-form-ctrl:not([disabled]):not([readonly]).active,
.msi-input:not([disabled]):not([readonly]).active,
.msi-textarea:not([disabled]):not([readonly]).active,
.msi-select:not([disabled]):not([readonly]).active {
  z-index: 10;
  border-color: #007aaa;
  outline: none;
}
[disabled].msi-form-ctrl,
[disabled].msi-input,
[disabled].msi-textarea,
[disabled].msi-select {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-form-ctrl + .error-message,
.msi-input + .error-message,
.msi-textarea + .error-message,
.msi-select + .error-message {
  display: none;
}
[readonly].msi-form-ctrl,
[readonly].msi-input,
[readonly].msi-textarea,
[readonly].msi-select, .msi-input-readonly.msi-form-ctrl,
.msi-input-readonly.msi-input,
.msi-input-readonly.msi-textarea,
.msi-input-readonly.msi-select {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}

.msi-textarea {
  min-height: 90px;
  padding: 8px;
}

.msi-error-wrapper {
  position: relative;
  display: grid;
  margin-bottom: 12px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-input-group {
  display: flex;
  min-height: 34px;
}
.msi-input-group * {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
}
.msi-input-group .msi-input.prefix-exists {
  position: relative;
  left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.msi-input-group .msi-input.msi-input.extra-padding {
  padding-right: 28px;
}
.msi-input-group .msi-input-button {
  position: relative;
  z-index: 10;
  margin-top: 4px;
}
.msi-input-group .msi-input-button .msi-input-suffix {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.msi-input-group .msi-input-button .msi-input-suffix.suffix-in-textarea {
  bottom: 6px;
  left: -28px;
  padding: 3px;
}
.msi-input-group .msi-input-button .msi-icon {
  padding: 3px;
  border-radius: 50%;
  bottom: 5px;
  right: 3px;
}
.msi-input-group .msi-input-button .msi-icon:hover:not([disabled]) {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus, .msi-input-group .msi-input-button .msi-icon:active {
  outline: none;
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus.msi-btn-icon::before, .msi-input-group .msi-input-button .msi-icon:active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):focus::before, .msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):active::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 50%;
  transition: border-color 100ms;
}
.msi-input-group .msi-input-button .msi-icon-disabled {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon[disabled] {
  cursor: default;
  opacity: 0.4;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus, .msi-input-group .msi-input-button .msi-icon[disabled]:active {
  outline: none;
  background: none;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus::before, .msi-input-group .msi-input-button .msi-icon[disabled]:active::before {
  border: none;
}
.msi-input-group .msi-input-button:focus, .msi-input-group .msi-input-button:active {
  outline: none;
}

.msi-input-label {
  display: flex;
  padding-bottom: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-primary);
}

textarea.msi-input {
  height: 60px;
  padding: 8px;
}

.msi-select {
  min-width: auto;
  height: 34px;
  margin: 0;
  border: 1px solid var(--input-border-color);
}
.msi-select.radius-right-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.msi-select:focus {
  z-index: 9;
}

.msi-input-error {
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--error);
}

msi-input-group:has(.msi-input-error) .msi-icon[name=ic_asterisk] {
  color: var(--error);
}

.textarea-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 26px;
  padding: 0 35px 0 0;
  overflow: hidden;
  line-height: 14px;
}
.textarea-container * {
  height: 30px;
  min-height: 18px;
  padding: 8px 14px 8px 8px;
  margin-bottom: -2px;
  overflow: hidden;
  color: var(--text-primary);
  resize: none;
  background-color: transparent;
  border: 0;
}
.textarea-container *:focus, .textarea-container *:active {
  outline: none;
}
.textarea-container *::-webkit-scrollbar {
  z-index: 10;
  cursor: default;
}

.msi-input-group-textarea.active {
  border-color: #007aaa;
}
.msi-input-group-textarea.priority-high {
  background-color: rgba(208, 2, 27, 0.2);
  border-color: #d0021b !important;
}
.msi-input-group-textarea.priority-high:focus {
  border-color: #d0021b !important;
}

.msi-input-suffix-priority {
  color: var(--text-selected) !important;
  background-color: #d0021b !important;
  border-radius: 15px;
}

.msi-chars-counter-container {
  width: 100%;
  height: auto;
  padding: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter {
  display: block;
  width: 100%;
  height: auto;
  min-height: 34px;
  padding: 8px 8px 0;
  overflow: auto;
  overflow-x: hidden;
  resize: none;
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:hover, .msi-chars-counter-container .msi-textarea-chars-counter:focus {
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-counter {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 20px;
  padding-right: 8px;
  color: #4a4a4a;
  border-top: 1px solid transparent;
}
.msi-chars-counter-container .msi-counter.scroll-bottom {
  border-top: 1px solid #4a4a4a;
}
.msi-chars-counter-container .msi-counter.close-to-max {
  color: var(--text-primary);
}
.msi-chars-counter-container .msi-counter .length-over-max {
  color: #d0021b;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-link {
  color: var(--text-link);
  font-weight: 500;
  text-decoration: underline;
}
.msi-link:focus {
  outline-offset: 1px;
}
.msi-link:hover, .msi-link:active, .msi-link.msi-link-active {
  color: var(--text-primary);
}
.msi-link.msi-link-disabled, .msi-link[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-link.msi-link-disabled:active, .msi-link.msi-link-disabled:hover, .msi-link[disabled]:active, .msi-link[disabled]:hover {
  color: var(--text-link);
}
.msi-link:hover:visited, .msi-link:focus:visited, .msi-link:active:visited, .msi-link.msi-link-active:visited {
  color: var(--text-link);
}
.msi-link:visited, .msi-link.visited {
  color: var(--text-link);
}
.msi-link.distinct-state:visited, .msi-link.distinct-state.visited {
  color: var(--text-link-clicked);
}
.msi-link.distinct-state:hover:visited, .msi-link.distinct-state:focus:visited, .msi-link.distinct-state:active:visited, .msi-link.distinct-state.msi-link-active:visited {
  color: var(--text-link-clicked);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list {
  max-width: 192px;
  padding: 12px;
  margin: 0;
}
.msi-list ul {
  padding-left: 9px;
  list-style-type: none;
}
.msi-list ol {
  padding-left: 16px;
}
.msi-list.unstyled ul,
.msi-list.unstyled ol {
  padding-left: 9px;
  margin-top: 10px;
}
.msi-list.unstyled ol {
  list-style-type: none;
}
.msi-list.unstyled li {
  padding: 0;
  margin-bottom: 10px;
}
.msi-list.unstyled li::before {
  display: none;
}

ul.msi-list {
  padding: 12px;
  list-style-type: none;
}
ul.msi-list li {
  position: relative;
  padding-left: 10px;
}
ul.msi-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  content: "•";
}
ul.msi-list ul li {
  position: relative;
  padding-left: 0;
}
ul.msi-list ul li::before {
  left: -10px;
  font-size: 0.75rem;
  content: "○";
}

ol.msi-list {
  padding-left: 30px;
}
ol.msi-list.unstyled {
  padding-left: 12px;
  list-style-type: none;
}
ol.msi-list ul {
  padding-left: 0;
}
ol.msi-list ul > li {
  position: relative;
  padding-left: 10px;
}
ol.msi-list ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  content: "○";
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list-builder .list-builder-container {
  height: 100%;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
}
.msi-list-builder .items-container {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  background-color: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-list-builder .items-header {
  padding: 12px 12px 0 12px;
}
.msi-list-builder h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 4px;
}
.msi-list-builder .items-description {
  margin-bottom: 6px;
}
.msi-list-builder .search-box-container {
  padding: 6px 0 12px 0;
  width: 100%;
}
.msi-list-builder .search-field-container {
  width: 100%;
  min-width: 67px;
  margin-bottom: 12px;
}
.msi-list-builder .msi-input {
  width: 100%;
  padding-right: 28px;
}
.msi-list-builder .num-search-results {
  min-width: 85px;
  margin-top: 6px;
  margin-left: 8px;
}
.msi-list-builder .item-list {
  height: 100%;
  width: 100%;
  min-height: 0;
}
.msi-list-builder .msi-table {
  display: block;
  flex: 1 1;
  background-color: var(--background-level-3);
}
.msi-list-builder .disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}
.msi-list-builder .list-empty-state {
  margin: auto;
  text-align: center;
  max-width: 75%;
}
.msi-list-builder .num-items-selected {
  border-top: 1px solid var(--stroke-level-2);
  height: 42px;
  padding: 10px;
}
.msi-list-builder .move-controls-inner-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.msi-list-builder .item-move-btn-container {
  margin: 18px;
}
.msi-list-builder .item-move-btn {
  width: 48px;
  height: 34px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

.msi-content-modal {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 70vw;
  height: 70vh;
  overflow: visible;
  color: var(--text-primary);
  box-shadow: var(--shadow-level-2);
}
.msi-content-modal-host {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-height: inherit;
  max-height: inherit;
}
.msi-content-modal-scrollable .msi-content-modal-actions {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-content-modal-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.msi-content-modal-item {
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.msi-content-modal-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-modal-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-modal-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-modal-panel {
  display: block;
  order: 0;
  width: 0;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-panel--opened {
  width: 343px;
  padding: 12px;
  overflow-y: auto;
}
.msi-content-modal-panel--opened:not(.msi-content-modal-panel--right) {
  margin-right: 12px;
}
.msi-content-modal-panel--opened.msi-content-modal-panel--right {
  margin-left: 12px;
}
.msi-content-modal-panel--right {
  order: 1;
}
.msi-content-modal-close {
  position: fixed;
  top: 10px;
  right: 35px;
  cursor: pointer;
}
.msi-content-modal-title {
  overflow: hidden;
  font-size: 32px;
  color: #fff;
  text-overflow: ellipsis;
}
.msi-content-modal-button {
  margin: 0 6px 6px;
}
.msi-content-modal-button :last-child {
  margin-right: 0;
}
.msi-content-modal-button:not(.msi-btn-icon--active) .msi-icon {
  color: #fff;
}
.msi-content-modal-header {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-100%);
}
.msi-content-modal-header .msi-content-modal-button {
  display: inline-flex;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-content-viewer {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 150px;
  overflow: hidden;
}
.msi-content-viewer-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-viewer-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-viewer-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-viewer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 70%;
  overflow: hidden;
}
.msi-content-viewer-content-default, .msi-content-viewer-content-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-content-viewer-content-custom:empty {
  display: none;
}
.msi-content-viewer-content-spinner {
  position: absolute;
}
.msi-content-viewer-image {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
          user-select: none;
  object-fit: contain;
}
.msi-content-viewer-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.msi-content-viewer-error span {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 24px;
}
.msi-content-viewer-error .msi-icon {
  margin-right: 8px;
}
.msi-content-viewer-error .msi-btn {
  margin-top: 15px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-pop-up-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  color: var(--text-primary);
  pointer-events: all;
  margin-top: 24px;
}
.msi-pop-up-modal .msi-table th.cdk-drag-placeholder,
.msi-pop-up-modal .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}
.msi-pop-up-modal-panel {
  pointer-events: none !important;
}
.msi-pop-up-modal-host {
  width: 100vw;
  height: 100vh;
}
.msi-pop-up-modal-host-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.msi-pop-up-modal-host-container--left.container {
  flex-direction: row-reverse;
  margin-left: 0;
}
.msi-pop-up-modal-host-container--right.container {
  margin-right: 0;
}
.msi-pop-up-modal-wrapper.fullscreen {
  position: unset;
}
.fullscreen .msi-pop-up-modal-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: var(--msi-ui-primary-dark-80);
}
.fullscreen .msi-pop-up-modal {
  display: flex;
  height: 80%;
  margin: auto;
}
.msi-pop-up-modal-header {
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 5px;
  color: var(--msi-ui-primary-light);
  cursor: pointer;
  background: var(--msi-ui-neutral-deep);
  border: 1px solid var(--msi-ui-primary-dark-10);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: var(--shadow-level-1);
}
.msi-pop-up-modal-header-title {
  flex: 1;
  padding: 4px 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-pop-up-modal-header-buttons {
  display: flex;
}
.msi-pop-up-modal-header-buttons .msi-btn {
  box-sizing: content-box;
  display: block;
  padding: 4px 10px;
  margin: 2px;
}
.msi-pop-up-modal-header-buttons .msi-btn .msi-icon {
  margin: 0;
}
.msi-pop-up-modal-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--modal-background);
  border: 1px solid var(--msi-ui-primary-dark-10);
  box-shadow: var(--shadow-level-1);
}
.fullscreen .msi-pop-up-modal-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.minimized .msi-pop-up-modal-content {
  overflow: hidden;
}
.minimized .msi-pop-up-modal-content:not(.ng-animating) {
  display: none;
}

@media (max-width: 780px) {
  .msi-pop-up-modal-wrapper {
    max-width: 100% !important;
  }
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msi-progress-bar .msi-progress {
  width: 100%;
  height: 3px;
  background-color: var(--primary-20);
}
.msi-progress-bar .msi-progress-bar {
  height: 3px;
  background-color: var(--focus-primary);
  transition: all 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.msi-progress-bar .msi-progress-label {
  display: none;
  justify-content: flex-end;
  min-width: 26px;
  margin-left: 6px;
  font-size: 0.75rem;
  color: var(--text-primary);
}
.msi-progress-bar.labeled .msi-progress-label {
  display: flex;
}
.msi-progress-bar.embedded {
  margin-top: -3px;
}
.msi-progress-bar.embedded.labeled .msi-progress-label {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-radio-button {
  display: flex;
}

.msi-radio-button-disabled .msi-radio-button-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-radio-button-checked .msi-icon,
.msi-radio-button:active:not(.msi-radio-button-disabled) .msi-icon {
  color: var(--focus-secondary);
}

.msi-radio-button-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-radio-button:not(.msi-radio-button-disabled):hover .msi-radio-button-icon-wrapper::before, .msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-radio-button-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-radio-button-text {
  display: flex;
  margin-left: 12px;
}

.msi-radio-button-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

.msi-radio-group {
  display: flex;
  flex-direction: column;
}
.msi-radio-group .msi-radio-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-radio-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--neutral) transparent;
  }
}
* {
  --scrollbar-width: thin;
  --scrollbar-color: $scrollbar-fill transparent;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar:hover {
  background: var(--primary-10);
}
::-webkit-scrollbar:active {
  background: var(--primary-20);
}
::-webkit-scrollbar-thumb {
  background-color: var(--neutral);
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* Chips in search */
}
.msi-common-search .left-content {
  display: flex;
  flex: 1 1 auto;
}
.msi-common-search .left-content form {
  display: flex;
  flex: 1;
}
.msi-common-search .right-controls {
  display: flex;
}
.msi-common-search .msi-common-header-custom-search {
  height: 100%;
  max-height: 115px;
  padding-top: 5px;
  overflow-y: auto;
}
.msi-common-search .msi-chips {
  background: none;
  border: 0;
  border-radius: 0;
}
.msi-common-search .msi-chips .new-chip-input,
.msi-common-search .msi-chips .msi-chip,
.msi-common-search .msi-chips .msi-tag-contents,
.msi-common-search .msi-chips .msi-tag-remove,
.msi-common-search .msi-chips .msi-tag > a {
  color: #fff !important;
  border-color: #fff;
}

.msi-common-header-close-button {
  width: 24px;
  height: 24px;
}

.msi-common-search-field-container {
  flex-grow: 1;
  overflow: hidden;
}

.msi-common-search-field {
  width: 100%;
  height: 34px;
  padding: 0 8px 0 2px;
  margin: 9px 0 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.msi-common-search-field:focus {
  outline: none;
}

.msi-common-search-plugins {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-search-result {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 18px;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-search-result + .msi-search-result {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-search-result .msi-search-thumbnail {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 20px;
  color: var(--primary-80);
  background-color: var(--primary-20);
}
.msi-search-result .msi-search-thumbnail:not(.msi-icon) {
  width: 80px;
  height: 80px;
  padding: 0;
}
.msi-search-result .msi-search-thumbnail.msi-icon i {
  width: 100%;
  height: 100%;
}
.msi-search-result .msi-search-left {
  padding-right: 24px;
}
.msi-search-result .msi-search-wrapper {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-search-result .msi-search-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-right {
  display: flex;
  padding-left: 12px;
  color: var(--text-secondary);
}
.msi-search-result .msi-tag {
  margin: 0 6px 6px 0;
  font-weight: 700;
}
.msi-search-result .msi-search-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-search-result .msi-search-title .msi-icon {
  margin-bottom: 2px;
  vertical-align: middle;
}
.msi-search-result .msi-search-subtitle {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90ch;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.msi-search-result .msi-search-data .msi-search-data-title {
  display: block;
}
.msi-search-result .msi-search-data .msi-search-data-value {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.msi-search-result .msi-search-data > * {
  flex: 0 0 25%;
  min-width: 100px;
  padding-right: 12px;
  margin-top: 12px;
}
.msi-search-result .msi-search-body {
  max-width: 90ch;
  max-height: 6em;
  margin-top: 12px;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
}
.msi-search-result .msi-search-tabs {
  width: 100%;
  margin-top: 12px;
}
.msi-search-result .msi-search-tabs .msi-tab-labels {
  flex-wrap: wrap;
}
.msi-search-result .msi-search-tabs .msi-tab-label {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-tabs .msi-tab-label .msi-icon {
  margin-right: 5px;
}
.msi-search-result .msi-search-tabs .msi-search-thumbnail {
  margin: 0 0 18px 18px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-options-list, .msi-select-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-option, .msi-select-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-option, .padding-small.msi-select-list-item {
  padding: 8px;
}
.msi-select-option:last-child, .msi-select-list-item:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-options-list, .msi-select-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-option, .msi-select-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-option, .padding-small.msi-select-list-item {
  padding: 8px;
}
.msi-select-option:last-child, .msi-select-list-item:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

.msi-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0;
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon:hover, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.msi-select-origin {
  display: grid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 5px 8px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-select-origin .msi-select-placeholder,
.msi-select-origin .msi-select-placeholder-value {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-select-origin .msi-select-options-list {
  display: none;
}
.msi-select-origin.disabled {
  cursor: not-allowed;
}
.msi-select-origin .icons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "clear arrow";
  align-items: center;
  gap: 2px;
}
.msi-select-origin .icons-container.single-icon {
  grid-template-columns: 1fr;
  grid-template-areas: "arrow";
}
.msi-select-origin .msi-select-arrow {
  grid-area: arrow;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-select-origin .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-select-origin .clear-icon-btn {
  grid-area: clear;
  justify-self: flex-end;
  background: none;
  outline: none;
  border: none;
  min-width: 0;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
.msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):hover:not(:active), .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active::before, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):focus::before {
  background: none;
  border: none;
}
.msi-select-origin .clear-icon-btn.msi-btn.disabled {
  cursor: not-allowed;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible {
  background: var(--hover);
  border-radius: 50%;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible .msi-icon {
  color: var(--icon-primary);
}
.msi-select-origin .msi-icon.msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}

.msi-select-options-list {
  width: 100%;
}

.msi-select-option .msi-select-option-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msi-select-options-list,
.msi-select-option {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
}
.sidebar-container:nth-child(1) {
  padding-top: 12px;
}
.sidebar-container:nth-last-child(1) {
  padding-bottom: 12px;
}
.sidebar-container > * {
  flex-grow: 1;
}
.sidebar-container > div {
  flex-grow: 0;
}
.sidebar-container .msi-sidebar-item,
.sidebar-container .sidebar-item-expand {
  display: flex;
  align-items: center;
  margin: 1px 0;
  cursor: pointer;
}
.sidebar-container .msi-sidebar-item:hover,
.sidebar-container .sidebar-item-expand:hover {
  outline: none;
}
.sidebar-container .msi-sidebar-item:hover .description-container,
.sidebar-container .msi-sidebar-item:hover .icon-container,
.sidebar-container .sidebar-item-expand:hover .description-container,
.sidebar-container .sidebar-item-expand:hover .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item:focus,
.sidebar-container .sidebar-item-expand:focus {
  position: relative;
  background-clip: padding-box;
  outline: none;
}
.sidebar-container .msi-sidebar-item:focus::before,
.sidebar-container .sidebar-item-expand:focus::before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: "";
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.sidebar-container .msi-sidebar-item:focus .description-container,
.sidebar-container .msi-sidebar-item:focus .icon-container,
.sidebar-container .sidebar-item-expand:focus .description-container,
.sidebar-container .sidebar-item-expand:focus .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item.selected .description-container,
.sidebar-container .msi-sidebar-item.selected .icon-container, .sidebar-container .msi-sidebar-item:active .description-container,
.sidebar-container .msi-sidebar-item:active .icon-container,
.sidebar-container .sidebar-item-expand.selected .description-container,
.sidebar-container .sidebar-item-expand.selected .icon-container,
.sidebar-container .sidebar-item-expand:active .description-container,
.sidebar-container .sidebar-item-expand:active .icon-container {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container .msi-sidebar-item.selected .description-container .msi-icon,
.sidebar-container .msi-sidebar-item.selected .icon-container .msi-icon, .sidebar-container .msi-sidebar-item:active .description-container .msi-icon,
.sidebar-container .msi-sidebar-item:active .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .description-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .description-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .icon-container .msi-icon {
  color: #fff;
}
.sidebar-container .msi-sidebar-item .icon-container,
.sidebar-container .sidebar-item-expand .icon-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 2px;
}
.sidebar-container .msi-sidebar-item .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand .icon-container .msi-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-container .msi-sidebar-item .description-container,
.sidebar-container .sidebar-item-expand .description-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 48px;
  overflow: hidden;
}
.sidebar-container .msi-sidebar-item .description-container .description,
.sidebar-container .sidebar-item-expand .description-container .description {
  width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container .msi-sidebar-item .icon-container-flyout,
.sidebar-container .sidebar-item-expand .icon-container-flyout {
  display: none;
  width: 0;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container.expanded .msi-sidebar-item,
.sidebar-container.expanded .sidebar-item-expand {
  cursor: pointer;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus,
.sidebar-container.expanded .sidebar-item-expand:focus {
  background-color: var(--hover);
}
.sidebar-container.expanded .msi-sidebar-item:focus::before,
.sidebar-container.expanded .sidebar-item-expand:focus::before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus .description-container,
.sidebar-container.expanded .msi-sidebar-item:focus .icon-container,
.sidebar-container.expanded .sidebar-item-expand:focus .description-container,
.sidebar-container.expanded .sidebar-item-expand:focus .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item.selected, .sidebar-container.expanded .msi-sidebar-item:active,
.sidebar-container.expanded .sidebar-item-expand.selected,
.sidebar-container.expanded .sidebar-item-expand:active {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container.expanded .msi-sidebar-item.selected .description-container,
.sidebar-container.expanded .msi-sidebar-item.selected .icon-container, .sidebar-container.expanded .msi-sidebar-item:active .description-container,
.sidebar-container.expanded .msi-sidebar-item:active .icon-container,
.sidebar-container.expanded .sidebar-item-expand.selected .description-container,
.sidebar-container.expanded .sidebar-item-expand.selected .icon-container,
.sidebar-container.expanded .sidebar-item-expand:active .description-container,
.sidebar-container.expanded .sidebar-item-expand:active .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container,
.sidebar-container.expanded .sidebar-item-expand .icon-container {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container.icon-expand .msi-icon,
.sidebar-container.expanded .sidebar-item-expand .icon-container.icon-expand .msi-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sidebar-container.expanded .msi-sidebar-item .icon-container-flyout,
.sidebar-container.expanded .sidebar-item-expand .icon-container-flyout {
  position: relative;
  display: flex;
  align-items: center;
  width: 23px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .description-container,
.sidebar-container.expanded .sidebar-item-expand .description-container {
  min-width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container .description,
.sidebar-container.expanded .sidebar-item-expand .description-container .description {
  width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container > *,
.sidebar-container.expanded .sidebar-item-expand .description-container > * {
  opacity: 1;
}

.msi-sidebar-top-section::after {
  display: block;
  margin: 12px 4px 0;
  content: "";
  border-bottom: 1px solid var(--hover);
}

.msi-sidebar-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-sidebar-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar-with-subitems {
  height: 100%;
}
.msi-sidebar-with-subitems .sidebar-with-subitems {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  box-sizing: border-box;
  width: 48px;
  height: 100%;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
  padding: 12px 0;
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems.expanded {
  width: 250px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.expanded {
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left {
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left.selected {
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle {
  display: none;
  overflow: hidden;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle.expanded {
  display: inherit;
  flex-grow: 1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right {
  display: none;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right.expanded {
  display: inherit;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon {
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-divider {
  width: 100%;
  height: 8px;
  margin: 2px 0;
  background-color: var(--background-blue-level-1);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem {
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem.selected {
  background: rgba(0, 122, 170, 0.2);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom {
  opacity: 0.1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom__child {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand.expanded {
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip.expanded {
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip__icon {
  width: 24px;
  height: 24px;
  padding: 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 12px 0 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-sidenav {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Light variant */
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  color: var(--item-selection-text-color-light);
}

.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  background-color: var(--item-selection-primary-light);
}
.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover {
  background-color: var(--item-selection-hover-light);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-slider {
  width: 100%;
}
.msi-slider:hover:not(.msi-slider-disabled) .msi-slider-thumb {
  background-color: var(--slider-handle-hover);
}

.msi-slider-native:focus + .msi-slider-thumb {
  box-shadow: 0 0 0 5px var(--primary-20);
}
.msi-slider-native:focus + .msi-slider-thumb::before {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: "";
  border: 2px solid var(--focus-primary);
  border-radius: 4px;
}

.msi-slider-native:active + .msi-slider-thumb {
  box-shadow: 0 0 0 3px var(--primary-20);
}
.msi-slider-native:active + .msi-slider-thumb::before {
  display: none;
}

.msi-slider-disabled {
  cursor: not-allowed;
}
.msi-slider-disabled .msi-slider-label {
  pointer-events: none;
  opacity: 0.4;
}

.msi-slider-label {
  position: relative;
  padding: 7px 0;
}

.msi-slider-text {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-slider-range-wrap {
  position: relative;
  height: 14px;
}

.msi-slider-track-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin-bottom: -2px;
  overflow: hidden;
  pointer-events: none;
}

.msi-slider-track {
  height: 4px;
  background: var(--focus-primary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-track {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-track {
    background-color: black;
  }
}
.msi-slider-thumb {
  position: absolute;
  top: 50%;
  z-index: 3;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--slider-handle-border-color);
  border-radius: 2px;
}

.msi-slider-ticks-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -2px;
  pointer-events: none;
}

.msi-slider-tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 4px;
}

.msi-slider-tick-unit-horizontal {
  border-left: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-vertical {
  border-top: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-horizontal:first-of-type, .msi-slider-tick-unit-horizontal:last-of-type,
.msi-slider-tick-unit-vertical:first-of-type,
.msi-slider-tick-unit-vertical:last-of-type {
  visibility: hidden;
}

.msi-slider-native {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
}
.msi-slider-native:focus {
  outline: none;
}
.msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
  background: transparent;
}
.msi-slider-native::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateY(-6px);
}
.msi-slider-native::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-moz-range-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}
.msi-slider-native::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border: 0;
}
.msi-slider-native::-ms-fill-lower {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-native {
    height: 4px;
    background-color: #404040;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-native {
    height: 4px;
    background-color: #c0c0c0;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #c0c0c0;
  }
}
.msi-slider-icon {
  position: absolute;
  top: 0;
  left: -32px;
}

.msi-slider-vertical .msi-slider-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.msi-slider-vertical .msi-slider-text {
  flex: 1;
  order: 10;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 5px;
}
.msi-slider-vertical .msi-slider-icon {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  flex: 1;
  order: 2;
  margin: 4px 0 10px;
}
.msi-slider-vertical .msi-slider-range-wrap {
  margin-bottom: 4px;
  height: 20em;
}
.msi-slider-vertical .msi-slider-track-wrap {
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-left: -2px;
  pointer-events: none;
  background: var(--slider-track);
  transform: scale(-1);
}
.msi-slider-vertical .msi-slider-track {
  width: 4px;
}
.msi-slider-vertical .msi-slider-thumb {
  top: auto;
  left: 50%;
  margin-top: 0;
  margin-left: -6px;
}
.msi-slider-vertical .msi-slider-ticks-wrap {
  top: 0;
  bottom: 0;
  left: 50%;
  flex-direction: column;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick {
  width: 4px;
  height: 12px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick::before {
  width: 4px;
  border: 0 solid;
  border-bottom: 1px inherit;
}
.msi-slider-vertical .msi-slider-native {
  opacity: 0;
  writing-mode: bt-lr;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-runnable-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-thumb {
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-moz-range-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-moz-range-thumb {
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-track {
  width: 4px;
  height: 100%;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-fill-lower {
  background: var(--focus-primary);
  border: 0;
}
.msi-slider-vertical .msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-spinner {
  display: block;
}
.msi-spinner .progress {
  transition: 300ms stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: var(--focus-primary);
}
.msi-spinner .circle {
  stroke: var(--primary-20);
}
.msi-spinner.msi-spinner-indeterminate .msi-spinner-inner {
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tab-group {
  display: block;
}

.msi-tab-labels {
  position: relative;
  z-index: 100;
  display: flex;
  overflow: auto;
  /* Dragging, Resizing */
}
.msi-tab-labels .cdk-drag:active {
  z-index: 2;
}
.msi-tab-labels .cdk-drag-preview {
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--hover);
}
.msi-tab-labels .cdk-drag-placeholder {
  opacity: 0;
}
.msi-tab-labels .cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-tab-labels .cdk-drag-handle {
  flex: 1 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-tab-labels.cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.msi-tab-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0 1px 0 0;
  overflow: visible;
  font: inherit;
  font-weight: 600;
  color: var(--primary-70);
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.msi-tab-label.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
}
.msi-tab-label:not(.disabled):hover, .msi-tab-label:not(.disabled):focus:not(.active) {
  color: var(--text-primary);
  background-color: var(--hover);
}
.msi-tab-label:not(.disabled).active, .msi-tab-label:not(.disabled):active {
  color: var(--text-primary);
}
.msi-tab-label:not(.disabled).active::before, .msi-tab-label:not(.disabled):active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 3px solid var(--focus-primary);
}

.msi-tab-content {
  padding-top: 12px;
}
.msi-tab-content:empty {
  display: none;
}

.cdk-drop-list-dragging,
.cdk-drop-list-dragging .msi-tab-label {
  cursor: grabbing !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palette */
.msi-tag {
  display: inline-flex;
  margin: 5px;
  border-radius: 2px;
}
.msi-tag a {
  position: relative;
  display: flex;
  max-width: 100%;
  padding: 2px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-primary);
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  gap: 4px;
}
.msi-tag a:hover {
  background-color: var(--hover);
}
.msi-tag a:focus {
  outline: none;
}
.msi-tag a:focus::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid;
  border-color: inherit;
  border-radius: 4px;
}
.msi-tag a .msi-icon.msi-tag-remove {
  display: none;
  width: 12px;
  height: 12px;
  margin: auto;
}
.msi-tag a msi-icon.msi-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  color: inherit;
}
.msi-tag.separate-remove a:hover {
  cursor: text;
}
.msi-tag.separate-remove .msi-icon.msi-tag-remove {
  cursor: pointer;
}
.msi-tag.filled a {
  color: #fff;
}
.msi-tag.filled.alert > a {
  background-color: #ec1c24;
}
.msi-tag.filled.emergency > a {
  background-color: #ff8400;
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.filled.success > a {
  background-color: #099a49;
}
.msi-tag.filled.primary > a {
  background-color: #007aaa;
}
.msi-tag.filled.secondary > a {
  background-color: #662d91;
}
.msi-tag.actionable a {
  padding: 2px 6px;
  pointer-events: all;
  cursor: pointer;
}
.msi-tag.actionable a .msi-icon {
  display: inline-block;
  color: var(--text-primary);
}
.msi-tag.actionable span {
  display: inline-block;
  vertical-align: top;
}
.msi-tag.actionable.filled .msi-icon {
  color: #fff;
}
.msi-tag.actionable.filled.emergency .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.alert {
  border-color: #ec1c24;
}
.msi-tag.emergency {
  border-color: #ff8400;
}
.msi-tag.success {
  border-color: #099a49;
}
.msi-tag.primary {
  border-color: #007aaa;
}
.msi-tag.secondary {
  border-color: #662d91;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toast-container {
  position: fixed;
  pointer-events: none;
}
.msi-toast-container.top-right .msi-toast, .msi-toast-container.bottom-right .msi-toast {
  margin-left: auto;
}
.msi-toast-container.top-center .msi-toast, .msi-toast-container.bottom-center .msi-toast, .msi-toast-container.center .msi-toast {
  margin: auto;
}
.msi-toast-container.top-center {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.msi-toast-container.center {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.msi-toast-container.bottom-center {
  right: 0;
  bottom: 60px;
  width: 100%;
}
.msi-toast-container.top-left {
  top: 60px;
  left: 60px;
}
.msi-toast-container.top-right {
  top: 60px;
  right: 60px;
}
.msi-toast-container.bottom-right {
  right: 60px;
  bottom: 60px;
}
.msi-toast-container.bottom-left {
  bottom: 60px;
  left: 60px;
}
.msi-toast-container .msi-toast {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.msi-toast-container .msi-toast .msi-toast-body {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto 3px;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  background-repeat: no-repeat;
  background-position: 15px center;
  border-radius: 2px;
  box-shadow: var(--shadow-level-1);
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 32px;
  min-height: 100%;
  border-radius: 2px 0 0 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon .msi-icon {
  margin: auto;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message {
  padding: 12px 8px;
  text-shadow: var(--shadow-level-1);
  overflow-wrap: break-word;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message:last-child {
  padding-right: 12px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-link {
  align-self: center;
  margin: 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-close-button {
  align-self: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  margin: 2px;
  cursor: pointer;
}
.msi-toast-container .msi-toast--error .msi-toast-icon {
  background-color: var(--error);
}
.msi-toast-container .msi-toast--success .msi-toast-icon {
  background-color: var(--success);
}
.msi-toast-container .msi-toast--warning .msi-toast-icon {
  background-color: #fcb400;
}
.msi-toast-container .msi-toast--information .msi-toast-icon {
  background-color: #007aaa;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toggle {
  position: relative;
  display: flex;
}

.msi-toggle-disabled .msi-toggle-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-toggle-checked .msi-toggle-wrap {
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: black;
  }
}
.msi-toggle-checked .msi-toggle-thumb {
  left: 24px;
  transform: translateX(-100%) translateY(-50%);
}
.msi-toggle-checked .msi-toggle-icon {
  color: var(--focus-primary);
}

.msi-toggle-focused .msi-toggle-wrap::before,
.msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
  position: absolute;
  top: -8px;
  right: -7px;
  bottom: -8px;
  left: -7px;
  content: "";
  background: var(--hover);
  border-radius: 4px;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}

.msi-toggle-focused:not(:active) .msi-toggle-wrap::before {
  border: 2px solid var(--focus-primary);
}

.msi-toggle-error .msi-toggle-wrap {
  background: var(--primary-40);
}
.msi-toggle-error .msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-wrap {
  background: rgba(208, 2, 27, 0.8);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-icon {
  color: var(--error);
}

.msi-toggle-label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.5;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-toggle-wrap {
  position: relative;
  width: 22px;
  height: 10px;
  background: var(--primary-40);
  border-radius: 2px;
  line-height: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-wrap {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-wrap {
    background-color: #c0c0c0;
  }
}
.msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}

.msi-toggle-thumb {
  position: absolute;
  top: 50%;
  left: -2px;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--toggle-handle-border-color);
  border-radius: 2px;
  transition: 300ms;
  transform: translateY(-50%);
  transform-style: preserve-3d;
}
.msi-toggle-thumb .msi-toggle-icon {
  display: block;
}

.msi-toggle-text {
  display: flex;
  margin-right: 12px;
}

.msi-toggle-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-treeview {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.msi-media-player .audio-player {
  max-height: 46px;
}
.msi-media-player .audio-player audio {
  visibility: hidden;
}
.msi-media-player video {
  width: 100%;
}
.msi-media-player .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player vg-controls,
.msi-media-player vg-play-pause,
.msi-media-player vg-time-display {
  height: 41px;
  line-height: 41px;
}
.msi-media-player vg-play-pause {
  width: 35px;
  margin-right: 25px;
}
.msi-media-player vg-time-display {
  width: auto;
}
.msi-media-player .vg-time-separator {
  margin: 0 4px;
  color: #fff;
}
.msi-media-player .right-controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.msi-media-player .right-controls vg-fullscreen {
  height: 41px;
  margin-left: 5px;
  line-height: 41px;
}
.msi-media-player .right-controls .rotate-control {
  height: 41px;
  line-height: 41px;
  cursor: pointer;
  background-image: url("/assets/images/ic_rotate.svg");
}
.msi-media-player vg-scrub-bar {
  bottom: 41px;
  background: rgba(0, 0, 0, 0.5);
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time {
  height: 3px;
  transition: height 100ms;
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time .background {
  background-color: var(--focus-primary);
}
.msi-media-player vg-scrub-bar:focus {
  outline: 1px solid var(--focus-primary);
}
.msi-media-player vg-scrub-bar:hover vg-scrub-bar-current-time {
  height: 8px;
}
.msi-media-player vg-player {
  /* :disable class-name-format */
}
.msi-media-player vg-player .icon {
  width: 50px;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.msi-media-player vg-player .vg-icon-pause {
  background-image: url("/assets/images/ic_media_pause.svg");
}
.msi-media-player vg-player .vg-icon-play_arrow {
  background-image: url("/assets/images/ic_media_play.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen {
  background-image: url("/assets/images/ic_zoom.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen_exit {
  background-image: url("/assets/images/ic_view_collapse.svg");
}
.msi-media-player .vg-icon-fullscreen_exit::before,
.msi-media-player .vg-icon-fullscreen::before,
.msi-media-player .vg-icon-pause::before,
.msi-media-player .vg-icon-play_arrow::before {
  content: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-anchor-links {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
.msi-anchor-links .msi-select {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
}

.msi-anchor-link {
  display: inline-block;
  margin-right: 24px;
  font-weight: 700;
  color: var(--anchor-text-unselected);
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.msi-anchor-link[disabled] {
  color: var(--text-secondary);
  text-decoration: none;
  cursor: not-allowed;
}
.msi-anchor-link:not([disabled]):hover {
  color: var(--anchor-text-hover);
  opacity: 1;
}
.msi-anchor-link:not([disabled]):focus, .msi-anchor-link:not([disabled]):active, .msi-anchor-link:not([disabled]).active {
  color: var(--anchor-text-selected);
  text-decoration: none;
  opacity: 1;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips {
  position: relative;
  display: flex;
  min-height: 34px;
}
.msi-chips[disabled=true] {
  cursor: not-allowed;
}
.msi-chips-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--input-background);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
}
.msi-chips-container--disabled .msi-chip a, .msi-chips-container--readonly .msi-chip a {
  pointer-events: none;
}
.msi-chips-container--disabled .msi-chip a .msi-icon, .msi-chips-container--readonly .msi-chip a .msi-icon {
  display: none;
}
.msi-chips-container:not(.msi-chips-container--disabled):not(.msi-chips-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips .chip-in-between {
  min-width: 8px;
  height: 32px;
  padding-left: 4px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
}
.msi-chips .chip-in-between:not(:placeholder-shown), .msi-chips .chip-in-between:focus {
  min-width: 16px;
  padding-left: 8px;
}
.msi-chips .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 38px;
  padding: 8px 8px 10px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
}
.msi-chips .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips .msi-chip {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-right: 8px;
  padding-bottom: 6px;
  margin-right: -8px;
  margin-bottom: -3px;
  text-decoration: none;
  cursor: text;
  outline: none;
}
.msi-chips .msi-chip--error .msi-tag {
  border: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips .msi-chip--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips .msi-chip--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips .msi-chip--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-tag {
  max-width: calc(100% - 8px);
  margin: 6px 0 0 8px;
}
.msi-chips .msi-tag > a {
  width: 100%;
  font-size: 0.8rem;
  text-transform: none;
  align-items: center;
}
.msi-chips .msi-tag-contents {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.error-page-div {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 500px;
  margin: auto;
}
.error-page-div .error-page-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 100%;
  grid-template-columns: minmax(30%, 180px) 65%;
  grid-template-rows: 100%;
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.lg {
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.md, .error-page-div .error-page-wrapper.sm {
  grid-column-gap: 12px;
}
.error-page-div .error-page-wrapper .error-icon {
  width: 100%;
  max-width: 190px;
  height: 100%;
  margin-left: auto;
}
.error-page-div .error-page-wrapper .error-icon i {
  width: 100%;
  height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg {
  font-size: 3.75rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title,
.error-page-div .error-page-wrapper .error-message-div .error-desc {
  font-weight: 700;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg,
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg {
  margin-bottom: 24px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md,
.error-page-div .error-page-wrapper .error-message-div .error-desc.md {
  margin-bottom: 12px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm,
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm {
  margin-bottom: 6px;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg,
.error-page-div .error-page-wrapper .error-message-div .error-code.lg {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.md,
.error-page-div .error-page-wrapper .error-message-div .error-code.md {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm,
.error-page-div .error-page-wrapper .error-message-div .error-code.sm {
  font-size: 0.875rem;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-breadcrumb {
  width: 100%;
}

.msi-breadcrumb-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-breadcrumb-list .dropdown-trigger {
  display: inline;
  margin: 2px 5px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.msi-breadcrumb-list .dropdown-trigger:hover {
  cursor: pointer;
}
.msi-breadcrumb-list .dropdown-trigger:focus {
  color: #fff;
  background-color: #007aaa;
  outline: none;
}
.msi-breadcrumb-list .dropdown-trigger:focus .msi-icon {
  color: #fff;
}
.msi-breadcrumb-list .dropdown-trigger span {
  margin: 2px 0 2px 2px;
}
.msi-breadcrumb-list .dropdown-trigger msi-icon {
  margin: 2px 4px;
}
.msi-breadcrumb-list > li {
  display: inline;
}
.msi-breadcrumb-list > li:not(:first-child)::before {
  display: inline;
  content: "/";
}
.msi-breadcrumb-list > li:last-child > a {
  font-weight: bold;
}
.msi-breadcrumb-list > li:focus:not(.dropdown-trigger) > a {
  text-decoration: underline;
  outline: none;
}
.msi-breadcrumb-list > li > a {
  margin: 0 5px;
  color: var(--text-primary);
  cursor: pointer;
}
.msi-breadcrumb-list > li > a:hover {
  text-decoration: underline;
}

.msi-dropdown-item > a {
  color: var(--text-primary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
msi-file-upload-header {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-header .msi-file-upload-header-descr {
  width: 100%;
  padding: 12px;
}
msi-file-upload-header .msi-file-upload-header-descr p {
  padding: 0;
  margin: 0;
  color: var(--text-primary);
}
msi-file-upload-header .msi-file-upload-header-descr .bold {
  margin-bottom: 2px;
  font-weight: bold;
  color: var(--text-secondary);
}

msi-file-upload-metadata {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-metadata .divide {
  margin-top: 10px;
  margin-bottom: 5px;
}
msi-file-upload-metadata .msi-file-upload-header-body {
  width: 100%;
  padding: 12px 16px;
}
msi-file-upload-metadata .msi-file-upload-header-body label .req {
  margin-left: 1px;
  font-size: 0.55rem;
}
msi-file-upload-metadata .msi-file-upload-header-body msi-time-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-date-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-select {
  display: block;
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .msi-date-picker-control.has-dropdown {
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell {
  display: table-cell;
  width: 33.3333%;
  padding: 0 12px;
  margin: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:first-child {
  padding-left: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:last-child {
  padding-right: 0;
}

msi-file-upload-buttons {
  flex-grow: 1;
}
msi-file-upload-buttons .msi-file-upload-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
msi-file-upload-buttons .msi-file-upload-buttons__top {
  margin-bottom: 12px;
  font-size: 1rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-header {
  font-weight: 800;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-text {
  font-weight: lighter;
}
msi-file-upload-buttons .msi-file-upload-buttons__bottom {
  font-size: 0.75rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.top {
  justify-content: flex-start;
}
msi-file-upload-buttons .msi-file-upload-buttons.middle {
  justify-content: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.bottom {
  justify-content: flex-end;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap h4 {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap span {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line {
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .button-wrap {
  display: inline-block;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn {
  margin: 0 4px;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .button-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .msi-icon {
  color: inherit;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
msi-file-upload-dragdrop-zone {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-input {
  position: absolute;
  top: -999px;
  left: -999px;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-preparing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-dragging {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-top: 37%;
  margin: auto;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  background-color: rgba(0, 122, 170, 0.1);
  border: 2px solid #007aaa;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-second-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

msi-file-upload-list {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
msi-file-upload-list .msi-table {
  width: 100%;
  cursor: pointer;
  background: none !important;
}
msi-file-upload-list .msi-table .msi-icon {
  flex-shrink: 0;
  margin: 0;
}
msi-file-upload-list .msi-table tr {
  border-bottom: 1px solid var(--primary-10);
}
msi-file-upload-list .msi-table tr:last-of-type {
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr:last-of-type td {
  border-bottom: 0 !important;
}
msi-file-upload-list .msi-table tr:hover {
  background-color: rgba(0, 122, 170, 0.2);
}
msi-file-upload-list .msi-table tr:hover .preediting .editable {
  max-width: calc(100% - 22px);
}
msi-file-upload-list .msi-table tr:hover .preediting msi-icon {
  display: inline-block;
}
msi-file-upload-list .msi-table tr td {
  min-width: unset;
  padding: 0 6px;
  vertical-align: middle;
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr td:first-child {
  padding: 0 6px 0 12px;
  text-align: center;
}
msi-file-upload-list .msi-table tr td:last-child {
  padding: 0 12px 0 6px;
}
msi-file-upload-list .msi-table tr .preediting {
  width: 100%;
  max-width: 100px;
}
msi-file-upload-list .msi-table tr .preediting .name-wrapper {
  display: flex;
}
msi-file-upload-list .msi-table tr .preediting span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table tr .preediting msi-icon {
  display: none;
  margin-left: 6px;
  color: var(--text-primary);
  opacity: 0.4;
}
msi-file-upload-list .msi-table tr .editing {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
}
msi-file-upload-list .msi-table tr .editing input {
  width: 100%;
}
msi-file-upload-list .msi-table tr .editing .error-message {
  margin-top: 4px;
  margin-bottom: 6px;
}
msi-file-upload-list .msi-table .table-cell-count {
  min-width: 66px;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-count .message-wrap {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-right.cell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 86px;
  text-align: right;
}
msi-file-upload-list .msi-table .table-cell-right .msi-btn-icon {
  display: inline-flex;
}
msi-file-upload-list .msi-table .table-cell-right .spinner-wrap {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin: 7px;
  overflow: hidden;
}
msi-file-upload-list .msi-table .table-cell-progress {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
msi-file-upload-list .msi-table .table-cell-progress msi-progress-bar {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
}

msi-file-upload-footer {
  width: 100%;
  padding: 12px;
  border-top: 1px solid var(--primary-10);
}
msi-file-upload-footer .msi-file-upload-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn {
  margin-left: 12px;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn .msi-icon {
  min-width: 18px;
  min-height: 18px;
  margin-right: 6px;
  color: inherit;
}
msi-file-upload-footer .wrap-item-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-footer .wrap-item-icon .button-text {
  margin-left: 8px;
}

msi-file-upload {
  display: flex;
}
msi-file-upload .msi-file-upload {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.msi-emm-modal-warning-empty {
  max-width: 100%;
  padding: 0;
}

.empty-files-modal .content-description {
  margin: 15px 0;
}
.empty-files-modal .empty-files-heading {
  display: inline-block;
  cursor: pointer;
}
.empty-files-modal .empty-files-heading msi-icon {
  margin-right: 5px;
  transition: transform 0.4s;
}
.empty-files-modal .empty-files-heading msi-icon.active {
  transform: rotate(90deg);
}
.empty-files-modal .empty-files-list {
  max-width: 100%;
  max-height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.empty-files-modal .empty-files-list li {
  margin-bottom: 10px;
}
.empty-files-modal .list-visible {
  max-height: 100px;
  overflow: auto;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion-item {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 9px;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
}
.msi-accordion-item.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-accordion-item.selected {
  color: var(--item-selection-text-color);
}
.msi-accordion-item.selected:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-accordion-item.selected:not(.disabled):hover, .msi-accordion-item.selected:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled):hover::before, .msi-accordion-item.selected:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item.selected {
    color: white;
    background-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item.selected {
    color: black;
    background-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid black;
  }
}
.msi-accordion-item.item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-accordion-item:focus {
  outline: none;
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-clip: padding-box;
}
.msi-accordion-item:not(.disabled):not(.item-title):focus::before, .msi-accordion-item:not(.disabled):not(.item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).hover, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):active, .msi-accordion-item:not(.disabled):not(.item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active .msi-icon, .msi-accordion-item:not(.disabled):not(.item-title).active .msi-icon {
  color: var(--item-selection-text-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover, .msi-accordion-item:not(.disabled):not(.item-title):active.hover, .msi-accordion-item:not(.disabled):not(.item-title).active:hover, .msi-accordion-item:not(.disabled):not(.item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title):active.hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-accordion-item .item-icon {
  margin-top: 9px;
}
.msi-accordion-item .item-icon .msi-icon {
  transition: transform 300ms;
}
.msi-accordion-item .item-icon .msi-icon.opened {
  transform: rotate(180deg);
}
.msi-accordion-item .item-content {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  grid-area: content;
}
.msi-accordion-item .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}
.msi-accordion-item .item-content .msi-icon {
  margin-right: 6px;
  vertical-align: middle;
}

/* Light variant */
.msi-accordion-light .msi-accordion-item {
  --accordion-item-focus-color: var(--item-selection-primary-light);
  --accordion-item-hover-color: var(--item-selection-hover-light);
  --accordion-item-selection-text-color: var(--item-selection-text-color-light);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion > msi-accordion-item > .msi-collapsable > div {
  padding-bottom: 12px;
}

.msi-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 360px;
  padding: 12px 0 24px;
  margin: 0;
  background-color: var(--background-level-2);
}
.msi-accordion .msi-collapsable .msi-accordion-item {
  border-bottom: 1px solid var(--primary-10);
}
.msi-accordion .msi-collapsable .msi-accordion-item .item-content {
  font-size: 0.875rem;
  font-weight: normal;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-navigation-frame {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--background-level-1);
}
.msi-navigation-frame .msi-common-header-root {
  flex: 0 1;
}
.msi-navigation-frame .sidebar-container {
  height: 100%;
}
.msi-navigation-frame .msi-common-header-button.msi-common-header-overflow-button.msi-dropdown-trigger,
.msi-navigation-frame .msi-common-header-button.msi-mobile-common-header-overflow-button {
  display: none;
}

.msi-nav-wrapper {
  position: relative;
  display: flex;
  flex: 1 0;
  flex-direction: row;
  height: 100%;
}
.msi-nav-wrapper .msi-sidebar {
  flex: 0 1;
}
.msi-nav-wrapper .msi-nav-content {
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  padding: 18px;
  margin: 0 auto;
  background: var(--background-level-2);
}

.msi-sidebar {
  z-index: 100000;
}
.msi-sidebar .msi-header-overflow {
  background-color: var(--primary-05);
  border-top: 1px solid var(--hover);
}
.msi-sidebar .msi-header-overflow:empty {
  display: none;
}
.msi-sidebar .overflow-hide {
  display: none;
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .icon-container .msi-icon {
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(16px at 50% 50%);
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .description,
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .arrow {
  color: var(--text-primary);
}

.msi-nav-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}

.msi-nav-menu-button {
  display: none;
}

.msi-nav-frame-bp-768 .msi-nav-menu-button,
.msi-nav-collapsed .msi-nav-menu-button {
  display: flex;
}
.msi-nav-frame-bp-768 .msi-sidebar,
.msi-nav-collapsed .msi-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-item-expand,
.msi-nav-collapsed .sidebar-item-expand {
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-container,
.msi-nav-collapsed .sidebar-container {
  padding-bottom: 0;
}
.msi-nav-frame-bp-768.msi-sidebar-open .msi-sidebar,
.msi-nav-frame-bp-768.msi-sidebar-open .msi-nav-backdrop,
.msi-nav-collapsed.msi-sidebar-open .msi-sidebar,
.msi-nav-collapsed.msi-sidebar-open .msi-nav-backdrop {
  display: block;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-inline-input {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.msi-inline-input .msi-inline-input-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input {
  width: 100% !important;
  position: relative;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:not(:hover):not(:focus):not(:active),
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:not(:hover):not(:focus):not(:active) {
  border: 1px solid transparent !important;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:hover,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:hover {
  border: 1px solid var(--input-border-color);
  background: var(--input-hover);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus, .msi-inline-input .msi-inline-input-wrapper .msi-input:active,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:focus,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:active {
  border: 1px solid var(--focus-border-color);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus ~ .msi-inline-input-suffix .msi-icon {
  color: var(--icon-primary);
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix {
  position: absolute;
  z-index: 9999;
  margin-right: 6px;
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix .msi-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon {
  color: var(--icon-primary);
  z-index: 9999;
  width: 18px;
  height: 18px;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.autocomplete-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: text;
  padding: 4px;
  border: 1px solid transparent;
  max-width: 100%;
  width: 100%;
}
.autocomplete-wrapper:hover {
  border: 1px solid var(--input-border-color);
}
.autocomplete-wrapper.focus {
  border: 1px solid var(--focus-border-color);
  padding: 0;
}
.autocomplete-wrapper.focus .msi-input {
  border: none;
  height: 45px;
  max-width: 100% !important;
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
  background-color: transparent !important;
}
.autocomplete-wrapper.focus .msi-input.focus, .autocomplete-wrapper.focus .msi-input.hover {
  background-color: transparent !important;
}
.autocomplete-wrapper.error {
  border: 1px solid var(--msi-ui-alert);
}
.autocomplete-wrapper .autocomplete-text {
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
}
.autocomplete-wrapper .autocomplete-text.placeholder {
  font-weight: 500;
}
.autocomplete-wrapper .autocomplete-arrow {
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-sidepanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--modal-background);
}
.msi-sidepanel.sidepanel-absolute {
  position: absolute;
  top: 0;
}
.msi-sidepanel.sidepanel-left {
  margin-right: 12px;
  border-right: 1px solid var(--stroke-level-1);
  box-shadow: 3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-left.sidepanel-absolute {
  left: 0;
}
.msi-sidepanel.sidepanel-right {
  margin-left: 12px;
  border-left: 1px solid var(--stroke-level-1);
  box-shadow: -3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-right.sidepanel-absolute {
  right: 0;
}
.msi-sidepanel .msi-sidepanel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel .msi-sidepanel-content {
  display: flex;
  flex-direction: row;
  height: calc(100% - 42px);
  padding: 0 12px;
  color: var(--text-primary);
  background-color: var(--modal-background);
}

.msi-sidepanel-modal-overlay,
.msi-sidepanel-modal-overlay-over-header {
  width: 100vw;
  height: 100vh;
  background-color: var(--msi-ui-primary-dark-70);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-content,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-content {
  width: 100%;
  height: calc(100% - 40px);
  padding: 0 24px;
  color: var(--text-primary);
  border: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .sidebar-padding,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding {
  margin-left: 26px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded {
  margin-left: 226px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded-flyout,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded-flyout {
  margin-left: 250px;
}

.msi-sidepanel-modal-overlay {
  z-index: 99998;
  height: calc(100% - 48px);
  padding: 48px 24px 24px;
}

.msi-sidepanel-modal-overlay-over-header {
  z-index: 100000;
  height: 100%;
  padding: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card-media-type {
  margin: 6px;
  width: 178px;
  height: 216px;
}
.msi-card-media-type .msi-card-title,
.msi-card-media-type .msi-card-content {
  word-break: break-all;
  padding: 10px;
  height: 40px;
  min-height: 40px;
}
.msi-card-media-type .msi-card-title .msi-icon,
.msi-card-media-type .msi-card-content .msi-icon {
  min-width: 18px;
  flex-shrink: 0;
}
.msi-card-media-type .msi-card-title .icons-wrap {
  display: flex;
  margin-left: auto;
}
.msi-card-media-type .msi-card-title .icons-wrap msi-spinner {
  margin-left: 5px;
}
.msi-card-media-type .msi-card-title .icons-wrap .msi-icon {
  padding: 0 0 0 5px;
}
.msi-card-media-type .msi-card-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-card-media-type .msi-card-title .thumbnail-view-icon {
  min-width: 18px;
}
.msi-card-media-type .msi-card-title .more-options-icon {
  margin-left: auto;
  color: var(--text-primary);
}
.msi-card-media-type .msi-card-image {
  text-align: center;
  background-color: var(--card-image-background);
  height: 114px;
  position: relative;
}
.msi-card-media-type .msi-card-error {
  width: 178px;
}
.msi-card-media-type .tile-owner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

msi-icon.play-icon {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.tile__default-icon {
  padding: 10px 0;
  margin-top: 32px;
  margin-bottom: 32px;
}

.triangle-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.triangle-wrapper .triangle-bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent var(--background-level-3) transparent;
}
.triangle-wrapper .lock-icon {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

/* MISSION CRITICAL COMPONENTS */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-light .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-light .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-light .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-light .msi-btn-flat.msi-btn, html.mc-light .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-light .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-dark .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-dark .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-dark .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-dark .msi-btn-flat.msi-btn, html.mc-dark .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-dark .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Default cdk-overlay styles from node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 99999;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  position: absolute;
  z-index: 99999;
  display: flex;
}

.cdk-overlay-pane {
  position: absolute;
  z-index: 100000;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
}
.cdk-overlay-pane.msi-pop-up-modal-panel {
  z-index: 99998;
}
.cdk-overlay-pane.tooltip-overlay {
  z-index: 100002;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-tap-highlight-color: transparent;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: var(--msi-ui-primary-dark-80);
}

.cdk-overlay-transparent-backdrop,
.cdk-backdrop-transparent,
.cdk-backdrop-transparent.cdk-overlay-backdrop-showing,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  z-index: 99999;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Provides backwards-compatibility for the old sass-map method of theming,
by aliasing that older theme to the new CSS4 variables
(or color tokens if there is no variation between light and dark) */
/* Both light theme and dark themes use the same CSS4 variables */
/* Stub for deprecated core-theme */
/* stylelint-disable selector-list-comma-newline-after */
/* To disable the reset stylesheet, set `$msi-disable-reset: true` before importing this stylesheet */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
  /* remove chrome browser black/white outline */
}
html:focus,
body:focus,
div:focus,
span:focus,
applet:focus,
object:focus,
iframe:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
blockquote:focus,
pre:focus,
a:focus,
abbr:focus,
acronym:focus,
address:focus,
big:focus,
cite:focus,
code:focus,
del:focus,
dfn:focus,
em:focus,
img:focus,
ins:focus,
kbd:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
tt:focus,
var:focus,
b:focus,
u:focus,
i:focus,
center:focus,
dl:focus,
dt:focus,
dd:focus,
ol:focus,
ul:focus,
li:focus,
fieldset:focus,
form:focus,
label:focus,
legend:focus,
table:focus,
caption:focus,
tbody:focus,
tfoot:focus,
thead:focus,
tr:focus,
th:focus,
td:focus,
article:focus,
aside:focus,
canvas:focus,
details:focus,
embed:focus,
figure:focus,
figcaption:focus,
footer:focus,
header:focus,
hgroup:focus,
menu:focus,
nav:focus,
output:focus,
ruby:focus,
section:focus,
summary:focus,
time:focus,
mark:focus,
audio:focus,
video:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

:root {
  --msi-ui-background-dark: #000912;
  --msi-ui-primary: #001526;
  --msi-ui-secondary: #142737;
  --msi-ui-tertiary: #213f59;
  --msi-ui-secondary-80: rgba(20, 39, 55, 0.8);
  --msi-ui-mhx: #213f59;
  --msi-ui-widget: #10384e;
  --msi-ui-primary-highlight: #007aaa;
  --msi-ui-primary-highlight-90: rgba(0, 122, 170, 0.9);
  --msi-ui-primary-highlight-80: rgba(0, 122, 170, 0.8);
  --msi-ui-primary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-primary-highlight-50: rgba(0, 122, 170, 0.5);
  --msi-ui-primary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-primary-highlight-20: rgba(0, 122, 170, 0.2);
  --msi-ui-primary-highlight-10: rgba(0, 122, 170, 0.1);
  --msi-ui-primary-highlight-hover: #1a87b2;
  --msi-ui-secondary-highlight: #28b1ec;
  --msi-ui-secondary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-secondary-highlight-40: rgba(0, 122, 170, 0.4);
  --msi-ui-secondary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-hover-highlight: #3db8ed;
  --msi-ui-alert: #d0021b;
  --msi-ui-alert-80: rgba(208, 2, 27, 0.8);
  --msi-ui-alert-20: rgba(208, 2, 27, 0.2);
  --msi-ui-alert-secondary: #ff4d4d;
  --msi-ui-alert-secondary-30: rgba(255, 77, 77, 0.3);
  --msi-ui-available: #099a49;
  --msi-ui-available-select: rgba(9, 154, 73, 0.2);
  --msi-ui-available-70: #5fbd89;
  --msi-ui-available-70-select: rgba(95, 189, 137, 0.35);
  --msi-ui-find-highlight: #fff84d;
  --msi-ui-find-highlight-40: rgba(255, 248, 77, 0.4);
  --msi-ui-find-highlight-70: rgba(255, 248, 77, 0.7);
  --msi-ui-background-primary-06: #eef6f9;
  --msi-ui-text-clicked: #79477e;
  --msi-ui-text-clicked-70: rgba(121, 71, 126, 0.7);
  --msi-ui-primary-dark: #000;
  --msi-ui-primary-light: #fff;
  --msi-ui-primary-dark-90: rgba(0, 0, 0, 0.9);
  --msi-ui-primary-light-90: rgba(255, 255, 255, 0.9);
  --msi-ui-primary-dark-80: rgba(0, 0, 0, 0.8);
  --msi-ui-primary-light-80: rgba(255, 255, 255, 0.8);
  --msi-ui-primary-dark-70: rgba(0, 0, 0, 0.7);
  --msi-ui-primary-light-70: rgba(255, 255, 255, 0.7);
  --msi-ui-primary-dark-65: rgba(0, 0, 0, 0.65);
  --msi-ui-primary-light-65: rgba(255, 255, 255, 0.65);
  --msi-ui-primary-dark-60: rgba(0, 0, 0, 0.6);
  --msi-ui-primary-light-60: rgba(255, 255, 255, 0.6);
  --msi-ui-primary-dark-50: rgba(0, 0, 0, 0.5);
  --msi-ui-primary-light-50: rgba(255, 255, 255, 0.5);
  --msi-ui-primary-dark-40: rgba(0, 0, 0, 0.4);
  --msi-ui-primary-light-40: rgba(255, 255, 255, 0.4);
  --msi-ui-primary-dark-30: rgba(0, 0, 0, 0.3);
  --msi-ui-primary-light-30: rgba(255, 255, 255, 0.3);
  --msi-ui-primary-dark-20: rgba(0, 0, 0, 0.2);
  --msi-ui-primary-light-20: rgba(255, 255, 255, 0.2);
  --msi-ui-primary-dark-10: rgba(0, 0, 0, 0.1);
  --msi-ui-primary-light-10: rgba(255, 255, 255, 0.1);
  --msi-ui-primary-dark-05: rgba(0, 0, 0, 0.05);
  --msi-ui-primary-light-05: rgba(255, 255, 255, 0.05);
  --msi-ui-neutral-dark: #4a4a4a;
  --msi-ui-neutral-light: #a6abaf;
  --msi-ui-neutral: #333a41;
  --msi-ui-neutral-medium: #ccc;
  --msi-ui-neutral-dark-70: rgba(74, 74, 74, 0.7);
  --msi-ui-neutral-light-70: rgba(166, 171, 175, 0.7);
  --msi-ui-neutral-dark-40: rgba(74, 74, 74, 0.4);
  --msi-ui-neutral-light-40: rgba(166, 171, 175, 0.4);
  --msi-ui-background-bright: #f5f6f7;
  --msi-ui-background-brightblue: #eef6f9;
  --msi-ui-background-medium: #e0e0e0;
  --msi-ui-neutral-deep: #344252;
  --msi-ui-neutral-highlight: #4d657a;
  --msi-ui-neutral-secondary: #445160;
  --msi-ui-ptt-ok: #e4f2f6;
  --msi-ui-ptt-listen: #fcb400;
  --msi-ui-ptt-talk: #ec1c24;
  --msi-ui-ptt-dispatch: #00bfff;
  --msi-ui-emergency: #ff8400;
  --msi-ui-broadcast: #de4b15;
  --msi-ui-impact-green: #c3e47c;
  --msi-ui-accent-gold-01: #c97d00;
  --msi-ui-accent-green-01: #4f4f12;
  --msi-ui-accent-green-02: #177828;
  --msi-ui-accent-green-03: #3c5419;
  --msi-ui-accent-purple-01: #35296f;
  --msi-ui-accent-purple-02: #662d91;
  --msi-ui-accent-brown-01: #6e4236;
  --msi-ui-accent-blue-01: #0063b0;
  --msi-ui-accent-blue-02: #37667c;
  --msi-ui-mot-med-blue: #005fbe;
  --msi-ui-mot-med-blue-select: rgba(0, 95, 190, 0.2);
  --msi-ui-mot-med-blue-70: #3694ed;
  --msi-ui-mot-med-blue-70-select: rgba(54, 148, 237, 0.35);
  --msi-ui-mot-light-blue: #00a5e5;
  --msi-ui-mot-light-blue-select: rgba(0, 165, 229, 0.2);
  --msi-ui-mot-light-blue-70: #00caff;
  --msi-ui-mot-light-blue-70-select: rgba(0, 202, 255, 0.35);
  --msi-ui-mot-dark-green: #6b711e;
  --msi-ui-mot-dark-green-select: rgba(107, 113, 30, 0.2);
  --msi-ui-mot-dark-green-70: #a0a634;
  --msi-ui-mot-dark-green-70-select: rgba(160, 166, 52, 0.35);
  --msi-ui-mot-light-green: #b6bf00;
  --msi-ui-mot-light-green-select: rgba(182, 191, 0, 0.2);
  --msi-ui-mot-light-green-70: #cfd900;
  --msi-ui-mot-light-green-70-select: rgba(207, 217, 0, 0.35);
  --msi-ui-mot-red: #cb333b;
  --msi-ui-mot-red-select: rgba(203, 51, 59, 0.2);
  --msi-ui-mot-red-70: #ff5366;
  --msi-ui-mot-red-70-select: rgba(255, 83, 102, 0.35);
  --msi-ui-mot-purple: #37207c;
  --msi-ui-mot-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-mot-purple-70: #765fc5;
  --msi-ui-mot-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-accent-med-purple: #662d91;
  --msi-ui-accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-accent-med-purple-70: #8f66af;
  --msi-ui-accent-med-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-mot-brown: #734c45;
  --msi-ui-mot-brown-select: rgba(115, 76, 69, 0.2);
  --msi-ui-mot-brown-70: #a67f79;
  --msi-ui-mot-brown-70-select: rgba(166, 127, 121, 0.35);
  --msi-ui-accent-dark-gold: #c97d00;
  --msi-ui-accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --msi-ui-accent-dark-gold-70: #dcaa59;
  --msi-ui-accent-dark-gold-70-select: rgba(220, 170, 89, 0.35);
  --msi-ui-accent-med-gold: #fcb400;
  --msi-ui-accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --msi-ui-accent-med-gold-70: #ffd469;
  --msi-ui-accent-med-gold-70-select: rgba(255, 212, 105, 0.45);
  --msi-ui-accent-slate: #37667c;
  --msi-ui-accent-slate-select: rgba(55, 102, 124, 0.2);
  --msi-ui-accent-slate-70: #7394a4;
  --msi-ui-accent-slate-70-select: rgba(115, 148, 164, 0.35);
  --msi-btn-color: #007aaa;
  --default-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-monospace-font-family: "Roboto Mono", serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --monospace: "tnum" on, "lnum" on;
  --default-font-size: 16px;
  --msi-ui-primary-font-size: 16px;
  --body-1-font-size: 1rem;
  --body-2-font-size: 0.875rem;
  --h1-font-size: 2rem;
  --h2-font-size: 1.75rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1rem;
  --h6-font-size: 0.875rem;
  --h7-font-size: 0.75rem;
  --subtitle-font-size: 0.75rem;
  --caption-font-size: 0.75rem;
  --display-1-font-size: 3rem;
  --display-2-font-size: 5rem;
  --msi-ui-spacing-input: 5px;
  --msi-ui-spacing-xxxs: 2px;
  --msi-ui-spacing-xxs: 4px;
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-sm: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-spacing-input-rem: 0.3125rem;
  --msi-ui-spacing-xxxs-rem: 0.125rem;
  --msi-ui-spacing-xxs-rem: 0.25rem;
  --msi-ui-spacing-xs-rem: 0.375rem;
  --msi-ui-spacing-s-rem: 0.75rem;
  --msi-ui-spacing-m-rem: 1.125rem;
  --msi-ui-spacing-l-rem: 1.5rem;
  --msi-ui-spacing-xl-rem: 2.25rem;
  --msi-ui-spacing-xxl-rem: 3rem;
  --msi-ui-corner-radius-sm: 2px;
  --msi-ui-corner-radius-md: 4px;
  --msi-ui-corner-radius-lg: 6px;
  --default-line-height: 1.5;
  --line-height-condensed: 1.1563;
  --line-height-125: 1.25;
  --line-height-150: 1.5;
  --letter-spacing-condensed: -0.031rem;
  --msi-timing-t1: 500ms;
  --msi-timing-t2: 300ms;
  --msi-timing-t3: 250ms;
  --msi-timing-t4: 200ms;
  --msi-timing-t5: 100ms;
  --msi-timing-t6: 0ms;
  --msi-ease-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --msi-ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --msi-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --msi-ui-border-radius: 2px;
  --msi-ui-transition-time: 100ms;
  --msi-ui-disabled-opacity: 0.4;
  --msi-ui-hover-opacity: 0.9;
  --msi-ui-hover-gradient: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  --msi-ui-table-header-gap: 3px;
  --msi-ui-scrollbar-width: 12px;
  --msi-ui-scrollbar-radius: 6px;
  --msi-ui-table-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-table-font-size: 16px;
  --msi-ui-table-ordered-icon: url('data:image/svg+xml;charset=UTF-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1675 832q0 53-37 90l-651 652q-39 37-91 37-53 0-90-37l-651-652q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l294 294v-704q0-52 38-90t90-38h128q52 0 90 38t38 90v704l294-294q37-37 90-37 52 0 91 37l75 75q37 39 37 91z" fill="#ccc2c7"/></svg>');
  --msi-ui-table-cell-padding: 5px 13px;
  --msi-ui-separator-header-height: 18px;
  --msi-ui-button-padding: 0 12px;
  --msi-ui-button-font-size: 0.875rem;
  --msi-ui-button-min-width: 60px;
  --msi-ui-button-height: 34px;
  --msi-ui-button-flat-height: 24px;
  --msi-ui-form-padding: 12px;
  --msi-ui-input-margin-top: 3px;
  --msi-ui-input-margin-bottom: 12px;
  --msi-ui-input-padding: 8px;
  --msi-ui-input-padding-big: 0 12px;
  --msi-ui-form-border-width: 1px;
  --msi-ui-input-border: 1px rgba(255, 255, 255, 0.1) solid;
  --msi-ui-input-min-height: 34px;
  --dropdown-trigger-width: 34px;
  --dropdown-trigger-height: 34px;
  --msi-select-item-height: 40px;
  --msi-ui-label-font-size: 13px;
  --msi-ui-label-margin-top: 12px;
  --msi-z-index-level-1: 99999;
  --msi-z-index-level-2: 10000;
  --msi-z-index-level-3: 1000;
  --msi-z-index-level-4: 100;
  --msi-z-index-level-5: 10;
  --msi-z-index-level-6: 1;
  --test-variable-to-remove: 2;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cdk-overlay-container {
  z-index: 99999;
}

/*!
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*
 * COPYRIGHT 2020 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .small-widgets-container {
  position: absolute;
  left: 0px;
  bottom: 16px;
  width: 100%;
}

/*!
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*!
 * COPYRIGHT 2021-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*!
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-visibility-on, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-visibility-on, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-visibility-off, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-visibility-off, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-clear, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-clear, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-draw, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-draw, uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--area, uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--distance, uwm-universal-web-map .uwm-map-custom-content__icon--home, uwm-universal-web-map .uwm-map-custom-content__icon, uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded,
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded.widget-icon-zone-of-interest-collapse, uwm-universal-web-map .widget-icon-floorplans, uwm-universal-web-map .widget-icon-floorplans-collapse, uwm-universal-web-map .widget-icon-coordinates, uwm-universal-web-map .widget-icon-coordinates-collapse, uwm-universal-web-map .widget-icon-bookmarks, uwm-universal-web-map .widget-icon-bookmarks-collapse, uwm-universal-web-map .widget-icon-settings, uwm-universal-web-map .widget-icon-settings-collapse, uwm-universal-web-map .widget-icon-basemap, uwm-universal-web-map .widget-icon-basemap-collapse, uwm-universal-web-map .widget-icon-drawing-tools, uwm-universal-web-map .widget-icon-drawing-tools-collapse, uwm-universal-web-map .widget-icon-measurement, uwm-universal-web-map .widget-icon-measurement-collapse, uwm-universal-web-map .widget-icon-print, uwm-universal-web-map .widget-icon-print-collapse, uwm-universal-web-map .widget-icon-legend, uwm-universal-web-map .widget-icon-legend-collapse, uwm-universal-web-map .widget-icon-search, uwm-universal-web-map .widget-icon-search-collapse, uwm-universal-web-map .widget-icon-layer-list, uwm-universal-web-map .widget-icon-layer-list-collapse, uwm-universal-web-map .widget-icon-collapse, uwm-universal-web-map .widget-icon-base, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-minus, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-plus, uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home, uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest-collapse, uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest-collapse {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIyLDVWMkgxOVYzSDVWMkgyVjVIM1YxOUgydjNINVYyMUgxOXYxaDNWMTlIMjFWNVpNMjAsMTlIMTl2MUg1VjE5SDRWNUg1VjRIMTlWNWgxWiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMiw1LjU4QTUuMTcsNS4xNywwLDAsMCw2Ljc1LDEwLjVjMCwuMTIsMCwuMjQsMCwuMzZhNC43NCw0Ljc0LDAsMCwwLC40NywxLjc1QzguNSwxNS43LDEyLDE4LjEyLDEyLDE4LjEyczMuNS0yLjQyLDQuNzYtNS41MWE0Ljc0LDQuNzQsMCwwLDAsLjQ3LTEuNzVjMC0uMTIsMC0uMjQsMC0uMzZBNS4xNyw1LjE3LDAsMCwwLDEyLDUuNThabTAsNy4xNWEyLjE5LDIuMTksMCwxLDEsMi4xOS0yLjE5QTIuMTksMi4xOSwwLDAsMSwxMiwxMi43M1oiPjwvcGF0aD48L3N2Zz4=");
}
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIxOSAyIDE5IDMgNy4yMiAzIDguMjIgNCAxOSA0IDE5IDUgMjAgNSAyMCAxNS43OCAyMSAxNi43OCAyMSA1IDIyIDUgMjIgMiAxOSAyIj48L3BvbHlnb24+PHBhdGggZD0iTTE0LjA2LDkuODRsMi43MiwyLjcyYTQuNzEsNC43MSwwLDAsMCwuNDUtMS43YzAtLjEyLDAtLjI0LDAtLjM2QTUuMTcsNS4xNywwLDAsMCwxMiw1LjU4YTUuNTIsNS41MiwwLDAsMC0xLjg2LjM0TDEyLjcsOC40OEEyLjE5LDIuMTksMCwwLDEsMTQuMDYsOS44NFoiPjwvcGF0aD48cGF0aCBkPSJNMTUuNzcsMTQuMzhsLTIuMjYtMi4yNmgwTDEwLjQyLDloMGwtMi0yaDBMMy41LDIuMTEsMi4wOSwzLjUzbC45MS45VjE5SDJ2M0g1VjIxSDE5LjU2bC45MS45MSwxLjQyLTEuNDEtNi4xMi02LjEyWk0xOC41NiwyMEg1VjE5SDRWNS40M0w3LjE3LDguNjFhNC40Nyw0LjQ3LDAsMCwwLS40MiwxLjg5YzAsLjEyLDAsLjI0LDAsLjM2YTQuNzQsNC43NCwwLDAsMCwuNDcsMS43NUM4LjUsMTUuNywxMiwxOC4xMiwxMiwxOC4xMmExNy40OSwxNy40OSwwLDAsMCwyLjQ5LTIuMTlaIj48L3BhdGg+PC9zdmc+");
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMiAxMSAyMiA4IDEyIDMgMiA4IDIgMTEgMTIgNiAyMiAxMSI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iMTIgOCAyIDEyLjgzIDIgMjEgMjIgMjEgMjIgMTIuODMgMTIgOCI+PC9wb2x5Z29uPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home.esri-rotating {
  animation: none;
}
uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTE4IDVWM0gxOC41QzE4Ljc3NjEgMyAxOSAyLjc3NjE0IDE5IDIuNUMxOSAyLjIyMzg2IDE4Ljc3NjEgMiAxOC41IDJINS41QzUuMjIzODYgMiA1IDIuMjIzODYgNSAyLjVDNSAyLjc3NjE0IDUuMjIzODYgMyA1LjUgM0g2VjVIMi41QzIuMjIzODYgNSAyIDUuMjIzODYgMiA1LjVWMjJIOVYxOUgxNVYyMkgyMlY1LjVDMjIgNS4yMjM4NiAyMS43NzYxIDUgMjEuNSA1SDE4Wk03IDE3SDRWMTVIN1YxN1pNNyAxM0g0VjExSDdWMTNaTTcgOUg0VjdIN1Y5Wk0xMSAxN0g5VjE1SDExVjE3Wk0xMSAxM0g5VjExSDExVjEzWk0xMSA5SDlWN0gxMVY5Wk0xNSAxN0gxM1YxNUgxNVYxN1pNMTUgMTNIMTNWMTFIMTVWMTNaTTE1IDlIMTNWN0gxNVY5Wk0yMCAxN0gxN1YxNUgyMFYxN1pNMjAgMTNIMTdWMTFIMjBWMTNaTTIwIDlIMTdWN0gyMFY5WiIvPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model.esri-rotating {
  animation: none;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-plus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHJlY3QgeD0iMTEiIHk9IjIuNSIgd2lkdGg9IjIiIGhlaWdodD0iMTkiPjwvcmVjdD48L2c+PC9nPjxnPjxyZWN0IHg9IjIuNSIgeT0iMTEiIHdpZHRoPSIxOSIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-minus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHJlY3QgeD0iMi41IiB5PSIxMSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjIiPjwvcmVjdD48L2c+PC9zdmc+") center;
}
uwm-universal-web-map .widget-icon-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgZmlsbD0id2hpdGUiIGFyaWEtbGFiZWw9ImFycm93IGRvd24iPjxwb2x5Z29uIHBvaW50cz0iMjAgNiAxMiAxOCA0IDYgMjAgNiI+PC9wb2x5Z29uPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-layer-list, uwm-universal-web-map .widget-icon-layer-list-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+Cgo8cG9seWdvbiBwb2ludHM9IjEyIDIgMSA3IDEyIDEyIDIzIDcgMTIgMiI+PC9wb2x5Z29uPgo8cG9seWdvbiBwb2ludHM9IjEyIDE0LjUgMy43NSAxMC43NSAxIDEyIDEyIDE3IDIzIDEyIDIwLjI1IDEwLjc1IDEyIDE0LjUiPjwvcG9seWdvbj4KPHBvbHlnb24gcG9pbnRzPSIxMiAxOS41IDMuNzUgMTUuNzUgMSAxNyAxMiAyMiAyMyAxNyAyMC4yNSAxNS43NSAxMiAxOS41Ij48L3BvbHlnb24+Cgo8L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-search, uwm-universal-web-map .widget-icon-search-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBhdGggZD0iTTkuNSwyQTcuNDIsNy40MiwwLDAsMCwyLjEsOS41LDcuNDIsNy40MiwwLDAsMCw5LjUsMTdhNy41LDcuNSwwLDAsMCwwLTE1Wm0wLDEzQTUuNSw1LjUsMCwxLDEsMTUsOS41LDUuNSw1LjUsMCwwLDEsOS41LDE1WiI+PC9wYXRoPjxyZWN0IHg9IjE2LjQ4IiB5PSIxMi42IiB3aWR0aD0iMi4zMSIgaGVpZ2h0PSIxMC4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMyAxNy42Mykgcm90YXRlKC00NSkiPjwvcmVjdD48L2c+PC9zdmc+");
}
uwm-universal-web-map .widget-icon-legend, uwm-universal-web-map .widget-icon-legend-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI4LjUgOCAxLjUgOCA1IDIgNSAyIDguNSA4Ij48L3BvbHlnb24+PHJlY3QgeD0iMTAiIHk9IjQiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjxnPjxyZWN0IHg9IjEwIiB5PSIxMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIiPjwvcmVjdD48L2c+PGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIyLjc1Ij48L2NpcmNsZT48Zz48cmVjdCB4PSIyLjUiIHk9IjE2LjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPjwvcmVjdD48cmVjdCB4PSIxMCIgeT0iMTgiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjwvZz48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-print, uwm-universal-web-map .widget-icon-print-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTE0IDNWOUgxNy43OTI5QzE4LjIzODMgOSAxOC40NjE0IDkuNTM4NTcgMTguMTQ2NCA5Ljg1MzU1TDEyIDE2TDUuODUzNTUgOS44NTM1NUM1LjUzODU3IDkuNTM4NTcgNS43NjE2NSA5IDYuMjA3MTEgOUgxMFYzQzEwIDIuNDQ3NzIgMTAuNDQ3NyAyIDExIDJIMTNDMTMuNTUyMyAyIDE0IDIuNDQ3NzIgMTQgM1oiLz4KICA8cGF0aCBkPSJNMiAyMEMyIDE5LjQ0NzcgMi40NDc3MiAxOSAzIDE5SDIxQzIxLjU1MjMgMTkgMjIgMTkuNDQ3NyAyMiAyMFYyMUMyMiAyMS41NTIzIDIxLjU1MjMgMjIgMjEgMjJIM0MyLjQ0NzcyIDIyIDIgMjEuNTUyMyAyIDIxVjIwWiIvPgo8L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-measurement, uwm-universal-web-map .widget-icon-measurement-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMS4zMiA1LjU4IDE4LjQ2IDIuNzIgMTcuMDIgNC4xNSAxOS44OSA3LjAxIDIxLjMyIDUuNTgiPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjE5LjE3IDcuNzIgMTYuMzEgNC44NyA5LjQzIDExLjcyIDEyLjMgMTQuNTcgMTkuMTcgNy43MiI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iOCAxNiAxMS41OCAxNS4yOSA4LjcyIDEyLjQzIDggMTYiPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjIyIDIyIDE0Ljg1IDE0Ljg1IDEzLjM1IDE2LjM1IDE1IDE4IDYgMTggNiA5IDcuNjYgMTAuNjYgOS4xNiA5LjE2IDIgMiAyIDcgMy41IDcgMy41IDggMiA4IDIgMTAgMy41IDEwIDMuNSAxMSAyIDExIDIgMTMgMy41IDEzIDMuNSAxNCAyIDE0IDIgMTYgMy41IDE2IDMuNSAxNyAyIDE3IDIgMTkgMy41IDE5IDMuNSAyMCAyIDIwIDIgMjIgNCAyMiA0IDIwLjUgNSAyMC41IDUgMjIgNyAyMiA3IDIwLjUgOCAyMC41IDggMjIgMTAgMjIgMTAgMjAuNSAxMSAyMC41IDExIDIyIDEzIDIyIDEzIDIwLjUgMTQgMjAuNSAxNCAyMiAxNiAyMiAxNiAyMC41IDE3IDIwLjUgMTcgMjIgMjIgMjIiPjwvcG9seWdvbj48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-drawing-tools, uwm-universal-web-map .widget-icon-drawing-tools-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48Zz48cG9seWdvbiAgc3R5bGU9ImZpbGw6d2hpdGUiIHBvaW50cz0iOCAyMiA1IDIwIDggMTggMjAgMTggMjAgMjIgOCAyMiIvPjxyZWN0IHN0eWxlPSJmaWxsOndoaXRlIiB4PSIyMSIgeT0iMTgiIHdpZHRoPSIxIiBoZWlnaHQ9IjQiLz48L2c+PHBhdGggc3R5bGU9ImZpbGw6d2hpdGUiIGQ9Ik01LjE1LDUsNy4zNiw4LjEzLDQsNy43Myw1LjE1LDVNNC44MSwyLDIsOWw3LjUsMUw0LjgxLDJaIi8+PHBhdGggc3R5bGU9ImZpbGw6d2hpdGUiIGQ9Ik00LDIxYy0xLjA5LDAtMy0xLTMtNCwwLTIuNjQsNC4zNi0zLjg0LDkuODgtNS4zNiw0LjIzLTEuMTYsMTAtMi43NSwxMC00LjY0YS44OC44OCwwLDAsMC0uMzUtLjY5QzE4Ljg4LDQuODQsMTMuMTksNSw5LDVWM2M2LDAsMTAuODYsMCwxMywxLjg0QTIuODEsMi44MSwwLDAsMSwyMyw3YzAsMy4zOS01LjYxLDQuOTMtMTEuNTQsNi41NkM4LjMzLDE0LjQyLDMuMSwxNS44NiwzLjEsMTdjMCwxLjg0LjcyLDIsLjksMloiLz48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-basemap, uwm-universal-web-map .widget-icon-basemap-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTIsMlYyMkgyMlYyWk0yMC41LDIwLjVIMy41VjMuNWgxN1oiPjwvcGF0aD48cGF0aCBkPSJNNC40NiwxNy45M2MtLjYzLS45MS43OC0xLjcyLDEuNDctMi4zNi4zOC0uMzUsMi42OC0yLjQzLDEuNjgtMi44NUM3LDEyLjQ2LDQuODcsMTAuNjQsNC4xNiwxMS4xYTIuODQsMi44NCwwLDAsMS0xLjExLjI1djEuNzNjLjI4LjQ0LDEuMTMuNzIsMS4xMiwxLjI4QzQuMTcsMTUuMjcsMywxNy43NSw0LjQ2LDE3LjkzWk00LjgyLDcuNjVjLjIzLS4xOS0uNDUtLjcyLDAtLjgzLjEsMCwxLjU1LjgsMS41Ni42OSwwLS4zNC0xLjYtMS4yNi0xLjk0LTEuNDUtMS4xNS0uNjItLjg4LjM3LTEuNDMuODNWOC42MWMwLS4wOC40NC0uMTcuNTMtLjI2QzMuOSw4LDQuNDQsOCw0LjgyLDcuNjVaTTE2LjU2LDE1Yy40Ni0uMjYuMzMtMS4zNC4yLTEuNDlDMTYuNTIsMTMuNjgsMTYuMTMsMTUuMTgsMTYuNTYsMTVabS00LjQ0LTMuMzZjMSwuMzcuOSw1LjIxLDIuNDYsMy45MmEzLjE2LDMuMTYsMCwwLDAsMS4xMS0yLjQ1YzAtLjQ4LDEuNTMtMS42OSwxLjM4LTJzLS45MS4zNy0uOTUtLjE5YzAtLjMzLTEuMDctMS4wNS0uODctMS4zMXMuNy43My43LjcxYy4yNi42MS40OS41LDEuMDYuMzYsMS4zMy0uMzIuMTktLjcyLS4xNS0xLjE1LS40NS0uNTgsMS40NS4xMSwxLjU4LjExLjc2LDAsLjg5LDEuNzUsMS4zLDEuNjZBNC41Myw0LjUzLDAsMCwwLDIxLDEwLjE5VjUuNmwtMS4yMiwwYy0uMzMsMC0yLC4xNS0xLjkzLS40NiwwLS4wNi0yLjI4LjYtMi41Mi41NHMuNTMtLjQ0LjUyLS40MUEuMjcuMjcsMCwwLDAsMTUuNjYsNWgtMWE1LjUzLDUuNTMsMCwwLDAtMi4zNi45M2MuMjMtLjMxLjcyLjc4LjczLjc4cy44NS0xLjIzLDEuMTUtLjc2LTEuMzIuOTQtMS42Ni44MS0uNjQuNDQtLjczLjM2Yy0uMjgtLjI3LS4xOS0xLjE0LS4zMi0xLjIyLS4zOS0uMjItLjY2LDEtLjcxLDFzMS4yMS40OS43MS43M2MtLjEzLjA2LTEuMjcsMC0xLjA5LjUxLjI5Ljg5LDIuMjktMSwyLjU4LS4zMS4yMS40NywyLjMtLjE1LDIuNy0uMjQtLjQxLDEuNjEtMi4xNCwxLjI2LTMuMzIuOTNBMi4wNiwyLjA2LDAsMCwwLDEwLDEwLjM4QzkuODYsMTIuMiwxMS4xOSwxMS4yMywxMi4xMiwxMS41OVptNi4zNiw2LjE5Yy0uNS4xOS0uNTcuOTMtLjQ4LDEuMjJIMjFWMTYuMTlBMTEsMTEsMCwwLDEsMTguNDgsMTcuNzhaTTMuNzcsMTAuMjJjMC0uMzYtLjYxLS41OC0uNzctLjh2LjM1QTMuODYsMy44NiwwLDAsMCwzLjc3LDEwLjIyWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+");
}
uwm-universal-web-map .widget-icon-settings, uwm-universal-web-map .widget-icon-settings-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIwLDEyYTgsOCwwLDAsMC0uMy0yLjE0bDItMS4xMy0yLTMuNDZMMTcuNzEsNi40QTguMDYsOC4wNiwwLDAsMCwxNCw0LjI2VjJIMTBWNC4yNkE4LjA2LDguMDYsMCwwLDAsNi4yOSw2LjRMNC4zNCw1LjI3bC0yLDMuNDYsMiwxLjEzYTcuNzgsNy43OCwwLDAsMCwwLDQuMjhsLTIsMS4xMywyLDMuNDYsMi0xLjEzQTguMDYsOC4wNiwwLDAsMCwxMCwxOS43NFYyMmg0VjE5Ljc0YTguMDYsOC4wNiwwLDAsMCwzLjcxLTIuMTRsMS45NSwxLjEzLDItMy40Ni0yLTEuMTNBOCw4LDAsMCwwLDIwLDEyWm0tOCw0YTQsNCwwLDEsMSw0LTRBNCw0LDAsMCwxLDEyLDE2WiI+PC9wYXRoPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-bookmarks, uwm-universal-web-map .widget-icon-bookmarks-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI2IDIzIDEyIDE4IDE4IDIzIDE4IDEgNiAxIDYgMjMiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-coordinates, uwm-universal-web-map .widget-icon-coordinates-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgZmlsbD0id2hpdGUiPg0KICAgIDxwYXRoIGQ9Ik0xMiwwQzcuMjMsMCwzLDMuNzgsMyw4LjQ0UTMsOC43MywzLDlhOC4zOSw4LjM5LDAsMCwwLC44LDNDNiwxNy4zNCwxMiwyMS41LDEyLDIxLjVzNi00LjE2LDguMTctOS40NkE4LjM5LDguMzksMCwwLDAsMjEsOXEwLS4zMSwwLS42QzIxLDMuNzgsMTYuNzcsMCwxMiwwWm0wLDEyLjI1QTMuNzUsMy43NSwwLDEsMSwxNS43NSw4LjUsMy43NSwzLjc1LDAsMCwxLDEyLDEyLjI1WiIvPg0KICAgIDxwYXRoIGQ9Ik0xNC4yNSwyMUExOS44NCwxOS44NCwwLDAsMSwxMiwyM2ExOC4xOCwxOC4xOCwwLDAsMS0yLjI1LTJjLS45My4yNy0uNzUuOC0uNzUsMS40LDAsLjg4LDEuMzQsMS42LDMsMS42czMtLjcyLDMtMS42QzE1LDIxLjgsMTUuMTgsMjEuMjcsMTQuMjUsMjFaIi8+DQo8L3N2Zz4NCg==");
}
uwm-universal-web-map .widget-icon-floorplans, uwm-universal-web-map .widget-icon-floorplans-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTE4IDVWM0gxOC41QzE4Ljc3NjEgMyAxOSAyLjc3NjE0IDE5IDIuNUMxOSAyLjIyMzg2IDE4Ljc3NjEgMiAxOC41IDJINS41QzUuMjIzODYgMiA1IDIuMjIzODYgNSAyLjVDNSAyLjc3NjE0IDUuMjIzODYgMyA1LjUgM0g2VjVIMi41QzIuMjIzODYgNSAyIDUuMjIzODYgMiA1LjVWMjJIOVYxOUgxNVYyMkgyMlY1LjVDMjIgNS4yMjM4NiAyMS43NzYxIDUgMjEuNSA1SDE4Wk03IDE3SDRWMTVIN1YxN1pNNyAxM0g0VjExSDdWMTNaTTcgOUg0VjdIN1Y5Wk0xMSAxN0g5VjE1SDExVjE3Wk0xMSAxM0g5VjExSDExVjEzWk0xMSA5SDlWN0gxMVY5Wk0xNSAxN0gxM1YxNUgxNVYxN1pNMTUgMTNIMTNWMTFIMTVWMTNaTTE1IDlIMTNWN0gxNVY5Wk0yMCAxN0gxN1YxNUgyMFYxN1pNMjAgMTNIMTdWMTFIMjBWMTNaTTIwIDlIMTdWN0gyMFY5WiIvPgo8L3N2Zz4K");
}
uwm-universal-web-map .uwm-toolbar-widget__selected {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded,
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded.widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBvbHlnb24gcG9pbnRzPSIzIDEyIDExLjI5IDMuNSAxMyA1LjI1IDYuNDEgMTIgMTMgMTguNzUgMTEuMjkgMjAuNSAzIDEyIj48L3BvbHlnb24+CiAgPHBvbHlnb24gcG9pbnRzPSIxMCAxMiAxOC4yOSAzLjUgMjAgNS4yNSAxMy40MSAxMiAyMCAxOC43NSAxOC4yOSAyMC41IDEwIDEyIj48L3BvbHlnb24+Cjwvc3ZnPg==");
  transform: rotate(0deg);
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui .esri-popup {
  z-index: 10;
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content minmax(200px, 1fr) max-content;
  grid-template-areas: "header header" "feature feature" "uwm-footer esri-footer" "content content";
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__header {
  opacity: 1;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container {
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.is-docked {
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  --calcite-ui-foreground-1: var(--table-background);
  border-radius: 0;
  position: fixed;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas: "header header" "content content" "uwm-footer esri-footer";
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.flashing-highlight {
  animation: flashingHighlight 0.5s infinite alternate;
}
@keyframes flashingHighlight {
  from {
    border-color: var(--uwm-widget-border-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:focus {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:hover {
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.esri-popup--is-collapsed .esri-popup__footer {
  display: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header {
  grid-area: header;
  grid-row: 1;
  grid-column: 1/3;
  width: 100%;
  align-items: center;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container {
  overflow: hidden;
  display: block;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button {
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button:hover {
  background-color: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title {
  color: var(--uwm-text-color);
  padding: 0 10px;
  margin: 0 auto 0 0;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title:hover {
  background-color: inherit;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  grid-area: feature;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-viewport {
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  grid-area: content;
  grid-row: 2;
  flex-direction: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div {
  width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container > div {
  display: grid;
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div uwm-popup-marker {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer {
  grid-area: esri-footer;
  grid-row: 3;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container {
  width: min-content;
  justify-content: center;
  flex-wrap: wrap;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action {
  background-color: var(--uwm-button-background) !important;
  border: 2px solid var(--uwm-button-border) !important;
  color: var(--uwm-button-text-color) !important;
  border-radius: 0.2em;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 5px;
  width: -webkit-fill-available !important;
  max-width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action .esri-popup__icon {
  font-weight: 14px;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
uwm-universal-web-map .esri-ui .esri-popup .uwm-popup__footer {
  grid-area: uwm-footer;
  grid-row: 3;
}
uwm-universal-web-map .esri-ui .esri-popup__button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  margin: 0px;
}
@media (hover: hover) {
  uwm-universal-web-map .esri-ui .esri-popup__button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__pagination-previous, uwm-universal-web-map .esri-ui .esri-popup__pagination-next {
  width: 30px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
  padding: 0 25px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button:hover {
  background-color: var(--uwm-widget-background-hover) !important;
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  margin: 0 !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__content-node {
  overflow: auto;
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-size: 12px;
}
uwm-universal-web-map .esri-ui .esri-popup__content table {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  width: 100%;
  border-spacing: 0;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr {
  background-color: var(--uwm-widget-background);
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr th {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  font-weight: bold;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr td {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr:nth-child(odd) {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-search-result-renderer {
  margin: 15px;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__main-container .esri-feature__fields.esri-feature__content-element {
  padding: 0;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  background-color: var(--uwm-widget-background-secondary);
  margin-top: 0px;
  color: var(--uwm-text-color) !important;
  left: -1px;
  width: inherit;
  top: 0px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item {
  margin-top: 0px;
  outline: none;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item--selected {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:focus {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title {
  border: none !important;
  overflow: hidden;
  padding: 4px;
  min-height: 36px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title > span {
  overflow: hidden;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item, uwm-universal-web-map .esri-ui .esri-popup__feature-menu-header {
  border: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  box-shadow: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__navigation {
  background-color: inherit;
  flex: inherit;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__footer .esri-popup__navigation .esri-popup__feature-menu-button {
  pointer-events: none;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__feature-menu {
  display: none;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-popup__action-text {
  display: inherit;
}

.esri-popup__feature-menu-title {
  align-items: center;
}

.custom-popup-content-header__container {
  display: inline-flex;
  white-space: normal;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}
.custom-popup-content-header-icon__component {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.custom-popup-content-header-icon__container {
  width: 30px;
  height: 30px;
  position: relative;
}

.esri-popup__header .esri-popup__header-buttons {
  align-self: center;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

uwm-universal-web-map {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-button, uwm-universal-web-map .esri-input {
  font-family: "Public Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-view .esri-view-surface:focus::after {
  outline: none;
}

uwm-universal-web-map .uwm-map-toolbar {
  background-color: var(--uwm-toolbar-background);
  border-radius: 2px;
}
uwm-universal-web-map .uwm-map-toolbar .esri-expand {
  background-color: var(--uwm-toolbar-background);
  border-radius: 2px;
  min-width: 0;
  min-height: 0;
}

uwm-universal-web-map .esri-widget, .msi-dropdown .esri-widget {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-widget.esri-zoom, .msi-dropdown .esri-widget.esri-zoom {
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
uwm-universal-web-map .esri-widget.esri-legend .esri-widget__heading, .msi-dropdown .esri-widget.esri-legend .esri-widget__heading {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-widget *:focus, uwm-universal-web-map .esri-widget *:focus-visible, .msi-dropdown .esri-widget *:focus, .msi-dropdown .esri-widget *:focus-visible {
  outline: none;
}

.esri-widget.esri-expand .esri-expand__panel .esri-widget--button {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-button-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (hover: hover) {
  .esri-widget.esri-expand .esri-expand__panel .esri-widget--button:hover {
    background-color: var(--uwm-toolbar-background-hover);
    color: var(--uwm-button-text-color);
  }
}

.esri-widget.esri-expand .esri-expand__content .esri-widget--button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .esri-widget.esri-expand .esri-expand__content .esri-widget--button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}

.esri-widget:not(.esri-expand).esri-widget--button, .esri-widget:not(.esri-expand) div.esri-widget--button {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-button-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (hover: hover) {
  .esri-widget:not(.esri-expand).esri-widget--button:hover, .esri-widget:not(.esri-expand) div.esri-widget--button:hover {
    background-color: var(--uwm-toolbar-background-hover);
    color: var(--uwm-button-text-color);
  }
}
.esri-widget:not(.esri-expand).esri-widget--button:hover, .esri-widget:not(.esri-expand) div.esri-widget--button:hover {
  background-color: var(--uwm-toolbar-background);
}
.esri-widget:not(.esri-expand).esri-widget--button span:hover, .esri-widget:not(.esri-expand) div.esri-widget--button span:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
.esri-widget:not(.esri-expand).esri-widget--button span, .esri-widget:not(.esri-expand) div.esri-widget--button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.esri-ui-bottom-right,
.esri-ui-bottom-left {
  height: max-content;
}
.esri-ui-bottom-right .esri-component,
.esri-ui-bottom-left .esri-component {
  margin-top: 8px;
}
.esri-ui-bottom-right.esri-ui-corner,
.esri-ui-bottom-left.esri-ui-corner {
  display: flex;
  flex-direction: column;
}

.esri-menu {
  margin: 0 !important;
}

.uwm-slider-box .msi-slider-native {
  padding: 10px 0;
  cursor: pointer;
  opacity: var(--uwm-widget-background-opacity);
}

.esri-view-surface.esri-view-surface--inset-outline::after {
  display: none;
}

uwm-universal-web-map .esri-attribution {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .esri-attribution__sources {
  outline: none;
}

.esri-ui-bottom-left .esri-scale-bar {
  margin: 8px;
}

uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner-container.esri-ui-inner-container {
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-drawing-tools__container, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .esri-search, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-measurement-tools__container, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-widget-print, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .esri-legend, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-map-custom-content {
  opacity: var(--uwm-widget-background-opacity);
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner .esri-measurement {
  opacity: var(--uwm-widget-background-opacity);
  order: 0;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner .uwm-drawing-tools__container {
  width: max-content;
  order: 1;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui-bottom-left, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui-bottom-right {
  padding-bottom: 23px;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-expand__container {
  height: unset !important;
}

uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar {
  width: 5px;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar-thumb {
  background: #c3c4c4;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar {
  width: 5px;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-track {
  background-color: transparent;
}

::webkit-scrollbar-button {
  display: none;
}

uwm-universal-web-map .esri-view .esri-view-root {
  width: 100%;
}

uwm-universal-web-map .esri-view-width-xlarge .esri-view-root.reduced-width {
  max-width: calc(100% - 460px);
}
uwm-universal-web-map .esri-view-width-large .esri-view-root.reduced-width {
  max-width: calc(100% - 400px);
}
uwm-universal-web-map .esri-view-width-medium .esri-view-root.reduced-width {
  max-width: calc(100% - 340px);
}
uwm-universal-web-map .esri-view-width-small .esri-view-root.reduced-width {
  max-width: calc(100% - 280px);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-view-root.reduced-width {
  max-width: 100%;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar, uwm-universal-web-map .esri-view-width-xsmall .esri-expand {
  z-index: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container:not(.esri-expand__container--expanded), uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container:not(.esri-expand__container--expanded) {
  height: unset !important;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-widget, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-widget {
  width: initial;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__mask, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__mask {
  position: absolute;
  display: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__mask--expanded {
  display: block;
  z-index: 10;
  width: unset;
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded {
  background: var(--uwm-widget-background);
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: unset;
  z-index: 10;
  position: absolute;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded {
  box-shadow: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div {
  height: 100%;
  width: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div {
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div.esri-bookmarks, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div.esri-bookmarks {
  height: auto;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-zoi, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-zoi {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded uwm-layer-search, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded uwm-layer-search {
  width: 73%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list {
  width: 80vw;
  max-width: 300px;
  border: none;
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list__list, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list__list {
  overflow: overlay;
  max-height: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item > a, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item > a {
  padding: 0 0 0 15px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item:last-child, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item:last-child {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .uwm-layer-sorting__list-container, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .uwm-layer-sorting__list-container {
  top: 101px;
  left: 0;
  width: 80%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools {
  height: inherit;
  max-height: calc(100% - 80px);
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper {
  width: 330px;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar {
  width: 4px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-track, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-thumb, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-thumb {
  background: #c3c4c4;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree {
  height: 100%;
  max-height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-popup__container, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-popup__container {
  width: 330px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-item__label, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-item__label {
  width: 210px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search {
  display: flex;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search--show-suggestions, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search--show-suggestions {
  border: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search__suggestions-menu, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search__suggestions-menu {
  border: none;
  max-height: none !important;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-legend, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-legend {
  max-height: 100%;
  width: 300px;
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item {
  opacity: var(--uwm-widget-background-opacity);
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item:last-child, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item:last-child {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .custom-content-element__button, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .custom-content-element__button {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall div:not(.esri-expand) .uwm-drawing-tools {
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall div:not(.esri-expand) .uwm-drawing-tools__container {
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right {
  padding-bottom: 23px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right .esri-expand__container--expanded {
  top: 23px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking {
  left: 15px !important;
  right: 15px !important;
  top: 15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-expand__mask--expanded {
  left: -15px !important;
  right: -15px !important;
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__container--expanded {
  top: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__mask--expanded {
  top: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__container--expanded {
  top: 8px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__mask--expanded {
  top: 8px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__container--expanded {
  left: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__container--expanded {
  right: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right {
  bottom: 0px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner {
  width: 100%;
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .uwm-map-toolbar {
  position: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .esri-distance-measurement-2d, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .esri-area-measurement-2d {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 80%;
  max-width: 320px;
  margin-bottom: 8px;
  z-index: 1;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-left .esri-expand__container.esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-left .esri-expand__container.esri-expand__container--expanded {
  animation: none;
  left: 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-left .widget-icon-collapse__button, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-left .widget-icon-collapse__button {
  left: 70px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded {
  right: 0;
  animation: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel {
  justify-content: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel .esri-collapse__icon.esri-expand__icon--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel .esri-collapse__icon.esri-expand__icon--expanded {
  transform: rotate(180deg);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .widget-icon-collapse__button, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .widget-icon-collapse__button {
  right: 70px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-area-measurement-2d__container, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-distance-measurement-2d__container {
  padding: 0 0 10px 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup--is-docked {
  margin: 0 0 16px 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup__main-container {
  position: absolute !important;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto !important;
  max-height: 400px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup__content {
  max-height: 40vh;
}

.esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-popup {
  z-index: 10;
}

.msi-dropdown.uwm-map-settings, .msi-dropdown.uwm-basemap-gallery-dropdown, .msi-dropdown.uwm-widget-print, .msi-dropdown.uwm-layer-opacity_dropdown-container, .msi-dropdown.uwm-layer-opacity_dropdown-container--small, .msi-dropdown.uwm-convert-button__list {
  width: 300px;
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  max-width: initial;
  max-height: initial;
  padding: 0 12px;
}
.msi-dropdown.uwm-map-settings .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-basemap-gallery-dropdown .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-widget-print .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-layer-opacity_dropdown-container .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-convert-button__list .no-padding-child.msi-dropdown-item > a {
  padding: 0;
}
.msi-dropdown.uwm-map-settings .msi-dropdown-item, .msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item, .msi-dropdown.uwm-widget-print .msi-dropdown-item, .msi-dropdown.uwm-layer-opacity_dropdown-container .msi-dropdown-item, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .msi-dropdown-item, .msi-dropdown.uwm-convert-button__list .msi-dropdown-item {
  width: 296px;
}
.msi-dropdown.uwm-map-settings .msi-dropdown-item:hover, .msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item:hover, .msi-dropdown.uwm-widget-print .msi-dropdown-item:hover, .msi-dropdown.uwm-layer-opacity_dropdown-container .msi-dropdown-item:hover, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .msi-dropdown-item:hover, .msi-dropdown.uwm-convert-button__list .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
  opacity: var(--uwm-widget-background-opacity);
}
.msi-dropdown.uwm-map-custom-content {
  width: 300px;
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  max-width: initial;
  max-height: initial;
  padding: 0;
}
.msi-dropdown.uwm-map-custom-content .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
.msi-dropdown.uwm-sketch-group-header__dropdown {
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  opacity: var(--uwm-widget-background-opacity);
  padding: 0 12px;
}
.msi-dropdown.uwm-sketch-group-header__dropdown .msi-dropdown-item {
  min-height: unset;
}
.msi-dropdown.uwm-sketch-group-header__dropdown .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
.msi-dropdown.uwm-convert-button__list {
  width: 136px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msi-dropdown.uwm-convert-button__list .msi-dropdown-item {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown {
  width: 100%;
  height: 100%;
  overflow: visible;
  border: none;
  padding: 0;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown .color-picker {
  border-radius: 4px;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown .color-picker .saturation-lightness {
  border-radius: 4px 4px 0 0;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown > div:focus {
  outline: none;
}
.msi-dropdown.uwm-sketch-icon-picker__dropdown {
  background-color: var(--uwm-light-background);
  padding: 2px;
}

uwm-universal-web-map .msi-toggle-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-basemap-gallery {
  max-height: 450px;
  width: 100% !important;
  opacity: var(--uwm-widget-background-opacity);
}
.esri-basemap-gallery .esri-basemap-gallery__item {
  flex-direction: column;
  border: none;
  width: 10em;
  padding: 6px 7px;
  -webkit-user-select: none;
          user-select: none;
}
.esri-basemap-gallery .esri-basemap-gallery__item-container {
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: var(--uwm-widget-background);
  padding: 0;
  gap: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item-thumbnail {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTIsMlYyMkgyMlYyWk0yMC41LDIwLjVIMy41VjMuNWgxN1oiPjwvcGF0aD48cGF0aCBkPSJNNC40NiwxNy45M2MtLjYzLS45MS43OC0xLjcyLDEuNDctMi4zNi4zOC0uMzUsMi42OC0yLjQzLDEuNjgtMi44NUM3LDEyLjQ2LDQuODcsMTAuNjQsNC4xNiwxMS4xYTIuODQsMi44NCwwLDAsMS0xLjExLjI1djEuNzNjLjI4LjQ0LDEuMTMuNzIsMS4xMiwxLjI4QzQuMTcsMTUuMjcsMywxNy43NSw0LjQ2LDE3LjkzWk00LjgyLDcuNjVjLjIzLS4xOS0uNDUtLjcyLDAtLjgzLjEsMCwxLjU1LjgsMS41Ni42OSwwLS4zNC0xLjYtMS4yNi0xLjk0LTEuNDUtMS4xNS0uNjItLjg4LjM3LTEuNDMuODNWOC42MWMwLS4wOC40NC0uMTcuNTMtLjI2QzMuOSw4LDQuNDQsOCw0LjgyLDcuNjVaTTE2LjU2LDE1Yy40Ni0uMjYuMzMtMS4zNC4yLTEuNDlDMTYuNTIsMTMuNjgsMTYuMTMsMTUuMTgsMTYuNTYsMTVabS00LjQ0LTMuMzZjMSwuMzcuOSw1LjIxLDIuNDYsMy45MmEzLjE2LDMuMTYsMCwwLDAsMS4xMS0yLjQ1YzAtLjQ4LDEuNTMtMS42OSwxLjM4LTJzLS45MS4zNy0uOTUtLjE5YzAtLjMzLTEuMDctMS4wNS0uODctMS4zMXMuNy43My43LjcxYy4yNi42MS40OS41LDEuMDYuMzYsMS4zMy0uMzIuMTktLjcyLS4xNS0xLjE1LS40NS0uNTgsMS40NS4xMSwxLjU4LjExLjc2LDAsLjg5LDEuNzUsMS4zLDEuNjZBNC41Myw0LjUzLDAsMCwwLDIxLDEwLjE5VjUuNmwtMS4yMiwwYy0uMzMsMC0yLC4xNS0xLjkzLS40NiwwLS4wNi0yLjI4LjYtMi41Mi41NHMuNTMtLjQ0LjUyLS40MUEuMjcuMjcsMCwwLDAsMTUuNjYsNWgtMWE1LjUzLDUuNTMsMCwwLDAtMi4zNi45M2MuMjMtLjMxLjcyLjc4LjczLjc4cy44NS0xLjIzLDEuMTUtLjc2LTEuMzIuOTQtMS42Ni44MS0uNjQuNDQtLjczLjM2Yy0uMjgtLjI3LS4xOS0xLjE0LS4zMi0xLjIyLS4zOS0uMjItLjY2LDEtLjcxLDFzMS4yMS40OS43MS43M2MtLjEzLjA2LTEuMjcsMC0xLjA5LjUxLjI5Ljg5LDIuMjktMSwyLjU4LS4zMS4yMS40NywyLjMtLjE1LDIuNy0uMjQtLjQxLDEuNjEtMi4xNCwxLjI2LTMuMzIuOTNBMi4wNiwyLjA2LDAsMCwwLDEwLDEwLjM4QzkuODYsMTIuMiwxMS4xOSwxMS4yMywxMi4xMiwxMS41OVptNi4zNiw2LjE5Yy0uNS4xOS0uNTcuOTMtLjQ4LDEuMjJIMjFWMTYuMTlBMTEsMTEsMCwwLDEsMTguNDgsMTcuNzhaTTMuNzcsMTAuMjJjMC0uMzYtLjYxLS41OC0uNzctLjh2LjM1QTMuODYsMy44NiwwLDAsMCwzLjc3LDEwLjIyWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+");
  background-position: center center;
  background-size: 136px;
  border-radius: 0.2em;
  border-width: 0px;
  min-width: unset;
  width: 96px;
}
.esri-basemap-gallery .esri-basemap-gallery__item-content {
  padding-block: 0px;
  gap: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item-title {
  text-align: center;
  color: var(--uwm-text-color);
  padding: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item:first-child {
  margin: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item:hover, .esri-basemap-gallery .esri-basemap-gallery__item:active {
  background-color: var(--uwm-widget-background-hover) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title, .esri-basemap-gallery .esri-basemap-gallery__item:active .esri-basemap-gallery__item-title {
  color: var(--uwm-text-color);
}
.esri-basemap-gallery .esri-basemap-gallery__item:focus {
  background-color: unset;
}
.esri-basemap-gallery .esri-basemap-gallery__item:focus .esri-basemap-gallery__item-title {
  color: var(--uwm-text-color);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected {
  background-color: var(--uwm-button-background);
  color: var(--uwm-light-text);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title {
  color: var(--uwm-light-text) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-thumbnail {
  border: 2px solid var(--uwm-light-background);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title {
  text-align: center;
  color: var(--uwm-light-text);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title:hover {
  color: var(--uwm-light-text);
  cursor: context-menu;
}

.esri-view-width-xsmall .esri-expand .esri-expand__content--expanded .esri-basemap-gallery {
  width: 300px;
  max-width: 90vw;
  max-height: 100%;
  border: none;
}
.esri-view-width-xsmall .esri-expand .esri-expand__content--expanded .esri-basemap-gallery__item {
  padding: 6px 0;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-bookmarks__add-bookmark-icon, uwm-universal-web-map .esri-bookmarks__bookmark-edit-button, uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

uwm-universal-web-map .esri-bookmarks {
  display: flex;
  flex-direction: column-reverse;
}
uwm-universal-web-map .esri-bookmarks__time-extent-container {
  display: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-button:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-bookmarks .esri-widget__content--empty {
  background-color: var(--uwm-widget-background);
  order: 1;
}
uwm-universal-web-map .esri-bookmarks .esri-widget__no-bookmark-icon {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks__no-bookmarks-heading {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks__no-bookmarks-description {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle:focus, uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle:hover {
  color: var(--uwm-text-color);
  background-color: unset;
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark {
  background-color: var(--uwm-widget-background);
  border: none;
  height: 53px;
}
uwm-universal-web-map .esri-bookmarks__bookmark-button {
  color: var(--uwm-text-color);
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-name {
  color: var(--uwm-text-color);
  font-size: 14px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI2IDIzIDEyIDE4IDE4IDIzIDE4IDEgNiAxIDYgMjMiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyLjkyIDE3LjgyIDIuMjUgMjEuODIgNi4yNSAyMS4xNSAxOS4yNSA4LjE1IDE1LjkyIDQuODIgMi45MiAxNy44MiI+PC9wb2x5Z29uPjxyZWN0IHg9IjE4LjU3IiB5PSIxLjk2IiB3aWR0aD0iMi4zNiIgaGVpZ2h0PSI0LjcxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjczIDE1LjIzKSByb3RhdGUoLTQ1KSI+PC9yZWN0Pjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button .esri-icon-edit:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button-container {
  align-self: center;
}
uwm-universal-web-map .esri-bookmarks__bookmark:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-bookmarks__bookmark:active {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-bookmarks__bookmark.sortable-chosen {
  background-color: var(--uwm-widget-background-hover) !important;
}
uwm-universal-web-map .esri-bookmarks__list {
  order: 1;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark {
  background-color: var(--uwm-widget-background);
  padding: 0px 0px 0px 1px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button {
  background-color: unset;
  color: var(--uwm-text-color);
  width: 100%;
  justify-content: flex-start;
  font-size: 14px;
  border: none;
  border-radius: 0;
  transition: none;
  outline: none;
  padding-left: 0px;
  padding: 12px 3px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button:hover {
  color: var(--uwm-text-color);
  background-color: var(--uwm-widget-background-hover);
  border: none;
  box-shadow: none;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button:active {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBvbHlnb24gcG9pbnRzPSI0IDEgNCAyMyA5IDE4IDE0IDIzIDE0IDEgNCAxIj48L3BvbHlnb24+PHBhdGggZD0iTTIxLDh2M2gzdjJIMjF2M0gxOVYxM0gxNlYxMWgzVjhaIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
  margin: 0 8px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-icon.esri-icon-plus:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-card {
  background-color: var(--uwm-widget-background);
  animation: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-card .esri-bookmarks__authoring-form .esri-bookmarks__authoring-label {
  padding: 12px 15px 0px 15px;
}
uwm-universal-web-map .esri-bookmarks__authoring-card .esri-bookmarks__authoring-form .esri-bookmarks__authoring-container .esri-bookmarks__authoring-label {
  padding: 0;
}
uwm-universal-web-map .esri-bookmarks__authoring-container {
  padding: 12px 15px 0px 15px;
}
uwm-universal-web-map .esri-bookmarks__authoring-form {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-bookmarks__authoring-label {
  padding: 0;
}
uwm-universal-web-map .esri-bookmarks__authoring-label input {
  background-color: var(--uwm-input-color);
  border: none;
  border-radius: 3px;
  color: var(--uwm-text-color);
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-label input::placeholder {
  color: var(--uwm-placeholder-color);
}
uwm-universal-web-map .esri-bookmarks__authoring-actions {
  border: none;
  margin-top: 0;
  padding: 10px 15px 12px 12px;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions input {
  background-color: var(--uwm-button-background);
  color: var(--uwm-button-text-color);
  outline: none;
  border-radius: 2px;
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
  margin: 5px;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions input:hover {
  background-color: var(--uwm-button-background-hover);
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
  color: var(--uwm-button-text-color);
  text-decoration: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button {
  color: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBvbHlnb24gcG9pbnRzPSIxNSAzIDE1IDIgOSAyIDkgMyA0IDMgNCA1IDIwIDUgMjAgMyAxNSAzIj48L3BvbHlnb24+PHBhdGggZD0iTTE3LjUsMThoLTJMMTYsNkgxM1YxOUgxMVY2SDhsLjUsMTJoLTJMNS45LDZINGwuNzUsMTMuMzlBMi42MiwyLjYyLDAsMCwwLDcuMzYsMjJoOS4yOGEyLjYyLDIuNjIsMCwwLDAsMi42MS0yLjYxTDIwLDZIMTguMVoiPjwvcGF0aD48L2c+PC9zdmc+");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button:hover {
  background-color: var(--uwm-widget-background-hover);
  color: transparent;
  border: none;
  box-shadow: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks__bookmark {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks__add-bookmark {
  border-top: 1px solid var(--uwm-widget-border-color);
}

/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content {
  max-height: 450px;
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 0;
  margin: 0;
  width: 298px;
  background-color: inherit;
  border-style: none;
  cursor: pointer;
  color: var(--uwm-text-color);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button:hover {
  background-color: var(--uwm-widget-background-hover);
  color: var(--uwm-text-color);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button:active {
  background-color: var(--uwm-widget-background-active);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button.msi-dropdown-trigger-open {
  background-color: var(--uwm-widget-background-active);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button > i {
  filter: var(--uwm-widget-icon-color-invert);
}

.msi-dropdown.uwm-map-type-dropdown {
  background-color: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  margin-top: 6px;
  max-width: 286px;
  width: 268px !important;
}
.msi-dropdown.uwm-map-type-dropdown--mobile {
  margin-top: 0;
}
.msi-dropdown.uwm-map-type-dropdown--hidden {
  display: none;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item {
  margin: 0 -12px;
  padding: 3px 0 3px 0;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item:hover, .msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item:focus {
  background-color: var(--uwm-widget-background-hover) !important;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item .msi-toggle {
  width: 100%;
  height: 34px;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item-checked .msi-toggle-thumb {
  left: unset;
  transform: translateX(70%) translateY(-50%);
}

.msi-dropdown.uwm-basemap-gallery-dropdown {
  opacity: var(--uwm-widget-background-opacity);
  width: 294px !important;
  padding: 0 0 0 8px;
  margin-top: 5px;
  max-height: 75vh;
  overflow: overlay;
}
.msi-dropdown.uwm-basemap-gallery-dropdown.uwm-basemap-gallery-dropdown--mobile {
  margin-top: 0;
}
.msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item {
  padding: 0;
  max-height: 450px;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-map-custom-content.msi-dropdown .msi-dropdown-item.msi-dropdown-trigger-open .msi-dropdown-item-arrow {
  transform: rotate(-90deg);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-custom-content.msi-dropdown .msi-dropdown-item.msi-dropdown-trigger-closed .msi-dropdown-item-arrow {
  transform: rotate(90deg);
}

.uwm-map-custom-content__icon--home {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMiAxMSAyMiA4IDEyIDMgMiA4IDIgMTEgMTIgNiAyMiAxMSI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iMTIgOCAyIDEyLjgzIDIgMjEgMjIgMjEgMjIgMTIuODMgMTIgOCI+PC9wb2x5Z29uPjwvc3ZnPg==");
}
.uwm-map-custom-content .msi-dropdown-item {
  display: flex;
  padding: 0 0 0 12px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin: 0;
}
.uwm-map-custom-content .msi-dropdown-item .msi-dropdown-item-arrow {
  margin-right: 15px;
}

/*
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.uwm-map-toolbar {
  display: flex;
  position: relative;
  z-index: 1;
}
.uwm-map-toolbar__top-left .esri-expand__content.esri-expand__content--expanded {
  left: 0;
  top: 100%;
}
.uwm-map-toolbar__bottom-left .esri-expand__content.esri-expand__content--expanded {
  bottom: 100%;
  left: 0;
}
.uwm-map-toolbar__bottom-right {
  flex-direction: column;
}
.uwm-map-toolbar .esri-widget--panel-height-only,
.uwm-map-toolbar .esri-widget--panel {
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color) !important;
  border-radius: 4px;
}
.uwm-map-toolbar .esri-expand__container {
  position: initial;
  transition: none;
}
.uwm-map-toolbar .esri-expand__container--expanded .esri-expand__panel .esri-widget--button {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.uwm-map-toolbar .esri-expand__container--expanded .esri-expand__panel .esri-widget--button:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded {
  opacity: var(--uwm-widget-background-opacity);
  margin: 10px 10px 0 0;
  display: flex;
  border-radius: 4px;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded > div > div {
  height: 100%;
  max-height: 100%;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded > div > div uwm-layer-list-panel {
  height: 100%;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui .esri-popup {
  z-index: 10;
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content minmax(200px, 1fr) max-content;
  grid-template-areas: "header header" "feature feature" "uwm-footer esri-footer" "content content";
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__header {
  opacity: 1;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container {
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.is-docked {
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  --calcite-ui-foreground-1: var(--table-background);
  border-radius: 0;
  position: fixed;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas: "header header" "content content" "uwm-footer esri-footer";
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.flashing-highlight {
  animation: flashingHighlight 0.5s infinite alternate;
}
@keyframes flashingHighlight {
  from {
    border-color: var(--uwm-widget-border-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:focus {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:hover {
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.esri-popup--is-collapsed .esri-popup__footer {
  display: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header {
  grid-area: header;
  grid-row: 1;
  grid-column: 1/3;
  width: 100%;
  align-items: center;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container {
  overflow: hidden;
  display: block;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button {
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button:hover {
  background-color: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title {
  color: var(--uwm-text-color);
  padding: 0 10px;
  margin: 0 auto 0 0;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title:hover {
  background-color: inherit;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  grid-area: feature;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-viewport {
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  grid-area: content;
  grid-row: 2;
  flex-direction: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div {
  width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container > div {
  display: grid;
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div uwm-popup-marker {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer {
  grid-area: esri-footer;
  grid-row: 3;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container {
  width: min-content;
  justify-content: center;
  flex-wrap: wrap;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action {
  background-color: var(--uwm-button-background) !important;
  border: 2px solid var(--uwm-button-border) !important;
  color: var(--uwm-button-text-color) !important;
  border-radius: 0.2em;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 5px;
  width: -webkit-fill-available !important;
  max-width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action .esri-popup__icon {
  font-weight: 14px;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
uwm-universal-web-map .esri-ui .esri-popup .uwm-popup__footer {
  grid-area: uwm-footer;
  grid-row: 3;
}
uwm-universal-web-map .esri-ui .esri-popup__button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  margin: 0px;
}
@media (hover: hover) {
  uwm-universal-web-map .esri-ui .esri-popup__button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__pagination-previous, uwm-universal-web-map .esri-ui .esri-popup__pagination-next {
  width: 30px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
  padding: 0 25px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button:hover {
  background-color: var(--uwm-widget-background-hover) !important;
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  margin: 0 !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__content-node {
  overflow: auto;
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-size: 12px;
}
uwm-universal-web-map .esri-ui .esri-popup__content table {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  width: 100%;
  border-spacing: 0;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr {
  background-color: var(--uwm-widget-background);
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr th {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  font-weight: bold;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr td {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr:nth-child(odd) {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-search-result-renderer {
  margin: 15px;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__main-container .esri-feature__fields.esri-feature__content-element {
  padding: 0;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  background-color: var(--uwm-widget-background-secondary);
  margin-top: 0px;
  color: var(--uwm-text-color) !important;
  left: -1px;
  width: inherit;
  top: 0px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item {
  margin-top: 0px;
  outline: none;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item--selected {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:focus {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title {
  border: none !important;
  overflow: hidden;
  padding: 4px;
  min-height: 36px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title > span {
  overflow: hidden;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item, uwm-universal-web-map .esri-ui .esri-popup__feature-menu-header {
  border: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  box-shadow: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__navigation {
  background-color: inherit;
  flex: inherit;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__footer .esri-popup__navigation .esri-popup__feature-menu-button {
  pointer-events: none;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__feature-menu {
  display: none;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-popup__action-text {
  display: inherit;
}

.esri-popup__feature-menu-title {
  align-items: center;
}

.custom-popup-content-header__container {
  display: inline-flex;
  white-space: normal;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}
.custom-popup-content-header-icon__component {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.custom-popup-content-header-icon__container {
  width: 30px;
  height: 30px;
  position: relative;
}

.esri-popup__header .esri-popup__header-buttons {
  align-self: center;
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .msi-dropdown.uwm-widget-print {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  width: 300px;
  padding: 0.8em;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row {
  display: flex;
  justify-content: space-between;
  height: auto !important;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row .msi-input {
  margin: 3px 0px 12px;
  min-width: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input {
  width: 5em;
  margin: 3px 0px 12px 14px;
  box-sizing: content-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 32px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input .msi-select-origin {
  justify-content: space-around;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input .msi-select-origin {
  justify-content: space-around;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input msi-icon {
  padding: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-spinner {
  display: flex;
  margin-left: 5px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-spinner .msi-spinner-inner {
  margin: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label {
  padding: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label.exported {
  color: var(--uwm-success-color);
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label.error {
  color: var(--uwm-error-color);
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .msi-label {
  color: var(--uwm-text-color);
}

.msi-select-options-list.uwm-print-options-list {
  background-color: var(--uwm-widget-background);
  margin: -8px -1px;
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-search {
  width: 300px !important;
  border-radius: 4px;
}
.esri-search .hidden {
  display: none;
}
.esri-search .visible {
  display: initial;
}
.esri-search .esri-search__warning-menu {
  background-color: var(--uwm-widget-background);
  overflow: initial;
}
.esri-search .esri-search__warning-body {
  background-color: var(--uwm-widget-background);
  height: 100%;
}
.esri-search .esri-search__container {
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
}
.esri-search .esri-search--show-suggestions {
  border: 1px solid var(--uwm-widget-border-color);
  border-bottom: none;
}
.esri-search .esri-search--searching:after {
  background-color: var(--uwm-widget-background-hover);
}
.esri-search .esri-search__suggestions-menu {
  display: flex;
  flex-direction: column;
  width: 300px;
  background-color: var(--uwm-widget-background);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-top: none;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list {
  order: 0;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li {
  border-top: 1px solid var(--uwm-widget-inside-border-color);
  padding: 0.8em 1em;
  cursor: pointer;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li:hover, .esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li:focus {
  background-color: var(--uwm-widget-background-hover);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBhdGggZD0iTTkuNSwyQTcuNDIsNy40MiwwLDAsMCwyLjEsOS41LDcuNDIsNy40MiwwLDAsMCw5LjUsMTdhNy41LDcuNSwwLDAsMCwwLTE1Wm0wLDEzQTUuNSw1LjUsMCwxLDEsMTUsOS41LDUuNSw1LjUsMCwwLDEsOS41LDE1WiI+PC9wYXRoPjxyZWN0IHg9IjE2LjQ4IiB5PSIxMi42IiB3aWR0aD0iMi4zMSIgaGVpZ2h0PSIxMC4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMyAxNy42Mykgcm90YXRlKC00NSkiPjwvcmVjdD48L2c+PC9zdmc+");
  filter: var(--uwm-widget-icon-color-invert);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTEyLDFDNy4yMywxLDMsNC43OCwzLDkuNDRxMCwuMjksMCwuNmE4LjM5LDguMzksMCwwLDAsLjgsM0M2LDE4LjM0LDEyLDIyLjUsMTIsMjIuNXM2LTQuMTYsOC4xNy05LjQ2YTguMzksOC4zOSwwLDAsMCwuOC0zcTAtLjMxLDAtLjZDMjEsNC43OCwxNi43NywxLDEyLDFabTAsMTIuMjVBMy43NSwzLjc1LDAsMSwxLDE1Ljc1LDkuNSwzLjc1LDMuNzUsMCwwLDEsMTIsMTMuMjVaIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=");
  filter: var(--uwm-widget-icon-color-invert);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon,
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon {
  position: relative;
  padding-left: 40px;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon:before,
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  margin-left: -30px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.esri-search .esri-search__suggestions-menu .esri-search__more-button {
  order: 1;
  color: var(--uwm-text-color);
  font-size: 14px;
  background-color: var(--uwm-widget-background-hover);
  cursor: pointer;
  border: none;
  padding: 10px 0;
}
.esri-search .esri-search__sources-menu {
  background-color: var(--uwm-widget-background);
  border-radius: 0 0 4px 4px;
}
.esri-search .esri-search__sources-button {
  display: none !important;
}
.esri-search .esri-search__suggestions-list {
  overflow: auto;
  color: var(--uwm-text-color);
}
.esri-search .esri-search__submit-button {
  display: none !important;
}
.esri-search .esri-search__clear-button {
  border: none;
}
.esri-search .esri-search__input {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  height: 40px !important;
  outline: none;
}
.esri-search .esri-search__input-container {
  align-items: center;
}
.esri-search .esri-search__input::placeholder {
  color: var(--uwm-placeholder-color);
}

.esri-menu__list-item {
  background-color: var(--uwm-widget-background) !important;
  border-top: 1px solid var(--uwm-widget-border-color) !important;
}
.esri-menu__list-item--active {
  background-color: var(--uwm-widget-background-hover) !important;
  border-left-color: var(--uwm-widget-background-hover) !important;
}
.esri-menu__list-item:hover {
  background-color: var(--uwm-widget-background-hover) !important;
}

.esri-menu__header {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
}

.esri-view:not(.esri-view-width-xsmall).esri-view-height-xsmall .esri-search__suggestions-list {
  max-height: 160px;
}
.esri-view:not(.esri-view-width-xsmall).esri-view-height-small .esri-search__suggestions-list {
  max-height: 320px;
}
.esri-view:not(.esri-view-width-xsmall).esri-view-height-medium .esri-search__suggestions-list {
  max-height: 640px;
}

.esri-expand__content:not(.esri-expand__content--expanded) .esri-search .esri-search__suggestions-list {
  height: 0;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-track.esri-widget--button .esri-icon.esri-rotating {
  animation: none;
}
.esri-track.esri-widget--button .esri-icon::before {
  color: var(--uwm-light-text);
}
.esri-track.esri-widget--button .esri-icon-tracking::before {
  content: "\e630";
}
.esri-track.esri-widget--button .esri-icon-pause::before {
  content: "\e69b";
}
.esri-track.esri-widget--button .esri-rotating::before {
  animation: esri-rotate 1250ms infinite linear;
  content: "\e69b";
}

/*
 * COPYRIGHT 2020-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-navigation-toggle.esri-widget {
  outline: none;
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
.esri-navigation-toggle.esri-widget:focus {
  outline: none;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--pan {
  border-radius: 2px 2px 0 0;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--rotate {
  border-radius: 0 0 2px 2px;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active .esri-icon-pan:hover, .esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active .esri-icon-rotate:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button:before {
  border-color: transparent;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-scale-bar {
  background-color: transparent !important;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line {
  height: 1.5em;
  background-color: var(--uwm-light-transparent-background);
  z-index: auto;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top {
  bottom: -1px;
  border-bottom: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top:before, uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top:after {
  bottom: -2px;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom {
  top: -1px;
  border-top: 2px solid var(--uwm-scale-bar-border);
  border-bottom: none;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom:before, uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom:after {
  top: -2px;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label {
  color: var(--uwm-scale-bar-border);
  padding: 0 7px;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--line {
  position: absolute;
  left: 0;
  z-index: auto;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--top {
  bottom: 0;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--bottom {
  top: 1px;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--ruler .esri-scale-bar__label {
  padding: 6px 0 0;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black;
  color: var(--uwm-light-text);
  line-height: 1em;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__ruler {
  background-color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__ruler-block {
  background-color: var(--uwm-widget-background);
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui-corner .esri-measurement {
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d {
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  z-index: 1;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions {
  padding-right: 17px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button {
  color: var(--uwm-button-text-color);
  background-color: var(--uwm-button-background);
  border-radius: 2px;
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button:hover {
  color: var(--uwm-button-text-color);
  background-color: var(--uwm-button-background-hover);
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__settings {
  padding: 0px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__units {
  display: none;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__container {
  padding-top: 2px;
  padding-bottom: 15px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement {
  background: none;
  padding: 6px 15px;
  margin: 0 0 6px 0;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement-item {
  padding-bottom: 6px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement-item:last-child {
  padding-bottom: 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .esri-expand__icon--expanded.widget-icon-measurement-collapse::before {
  content: "";
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools__container {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools__button {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--distance {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIxLDExSDIwdjFIMTlWMTFIMTh2MUgxN1YxMUgxNnYxSDE1VjExSDE0djFIMTNWMTFIMTJWMTBoMVY5SDEyVjhoMVY3SDEyVjZoMVY1SDEyVjRoMVYzaDBWMkg5VjE1SDIyVjExSDIxWiI+PC9wYXRoPjxwb2x5Z29uIHBvaW50cz0iMiA3IDQuOSAyIDggNyAyIDciPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjE3IDE2IDIyIDE5IDE3IDIyIDE3IDE2Ij48L3BvbHlnb24+PHJlY3QgeD0iNCIgeT0iNyIgd2lkdGg9IjIiIGhlaWdodD0iMTMiPjwvcmVjdD48cmVjdCB4PSI5LjUiIHk9IjEyLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjEzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC41IDI5LjUpIHJvdGF0ZSgtOTApIj48L3JlY3Q+PC9zdmc+");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--area {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTE4LDE0SDE3djFIMTZWMTRIMTV2MUgxNFYxNEgxM3YxSDEyVjE0SDExdjFIMTBWMTRIOVYxM2gxVjEySDlWMTFoMVYxMEg5VjloMVY4SDlWN2gxVjZoMFY1SDZWMThIMTlWMTRIMThaIj48L3BhdGg+PHBhdGggZD0iTTIyLDVWMkgxOVYzSDVWMkgyVjVIM1YxOUgydjNINVYyMUgxOXYxaDNWMTlIMjFWNVpNMjAsMTlIMTl2MUg1VjE5SDRWNUg1VjRIMTlWNWgxWiI+PC9wYXRoPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}

msi-select.uwm-measurement-popup-settings__select .msi-select-origin {
  max-width: unset;
}

.msi-select-options-list.uwm-measurement-options-list {
  background-color: var(--uwm-widget-background);
  margin: -8px -1px;
}
.msi-select-options-list.uwm-measurement-options-list--small {
  background-color: var(--uwm-widget-background);
  max-height: 105px;
  margin: -8px -1px;
}

/*
 * COPYRIGHT 2019 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.msi-dropdown.uwm-layer-opacity_dropdown-container {
  width: 356px;
  padding: 0;
  margin-right: 10px;
}
.msi-dropdown.uwm-layer-opacity_dropdown-container--small {
  width: 69vw;
  max-width: 260px;
  padding: 0;
  margin-right: 5px;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-sketch__menu-container {
  grid-row: 2;
  background-color: var(--uwm-widget-background) !important;
}
.esri-sketch__menu-container calcite-block {
  background: unset;
  border: none;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-button-highlight);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
  --calcite-ui-brand: var(--uwm-button-highlight);
}
.esri-sketch__menu-container calcite-block[heading~=Snapping] {
  display: none;
}
.esri-sketch__menu-container calcite-switch {
  --calcite-ui-brand: var(--uwm-button-highlight);
  --calcite-ui-foreground-1: var(--uwm-button-text-color);
  --calcite-ui-foreground-2: var(--uwm-button-disabled);
}
.esri-sketch__menu-container .esri-snapping-controls {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
}
.esri-sketch__menu-container .esri-snapping-controls .esri-snapping-controls__container .esri-snapping-controls__layer-list-block {
  display: none;
}
.esri-sketch__menu-container .esri-snapping-controls .esri-snapping-controls__container .esri-snapping-controls__toggle-block {
  margin-bottom: 0;
}
.esri-sketch.esri-widget {
  flex-flow: nowrap;
  flex-direction: column;
}
.esri-sketch.esri-widget .esri-sketch__panel {
  grid-column: 1;
  grid-row: 1;
}
.esri-sketch.esri-widget .esri-sketch__panel.esri-sketch__info-panel {
  grid-column: 1/span 2;
  grid-row: 2;
  background-color: var(--uwm-widget-background);
  display: contents;
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section {
  margin: 4px 0;
  padding: 0 4px;
  border-right: 1px solid var(--uwm-widget-inside-border-color);
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section calcite-action {
  background: unset;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-widget-background-hover);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section:last-child {
  border-right: none;
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  grid-column: 2;
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical {
  flex-flow: column wrap;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel {
  grid-column: 2;
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel.esri-sketch__info-panel {
  grid-column: 2/span 2;
  grid-row: 2;
  padding-top: 0px;
  background-color: var(--uwm-widget-background);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel.esri-sketch__info-panel .esri-sketch__menu-container {
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section {
  margin: 0 4px;
  padding: 4px 0;
  border: 0px;
  border-bottom: 1px solid var(--uwm-widget-inside-border-color);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section calcite-action {
  background: unset;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-widget-background-hover);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  grid-column: 2;
  grid-row: 2;
  border-bottom: none;
}
.esri-sketch.esri-widget .esri-sketch__info-section.esri-sketch__info-count-section {
  display: none;
}
.esri-sketch.esri-widget .esri-sketch__info-section calcite-action:nth-child(1) {
  display: none;
}

.esri-expand__container .uwm-drawing-tools__icon-draw {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48Zz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDp3aGl0ZSIgcG9pbnRzPSIxMS44IDE3LjAzIDkgMTcuNSA5LjQ3IDE0LjcgMTguNTcgNS42IDIwLjkgNy45MyAxMS44IDE3LjAzIi8+PHJlY3Qgc3R5bGU9ImZpbGw6d2hpdGUiIHg9IjIwLjQzIiB5PSIzLjYiIHdpZHRoPSIxLjY1IiBoZWlnaHQ9IjMuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi41MSAxNi41Nikgcm90YXRlKC00NSkiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6d2hpdGUiIHBvaW50cz0iMjAgMTUgMjAgMjAgNCAyMCA0IDQgMTUuNSA0IDE3IDIgMiAyIDIgMjIgMjIgMjIgMjIgMTMuNSAyMCAxNSIvPjwvZz48L3N2Zz4=");
}
.esri-expand__container .uwm-drawing-tools__icon-clear {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cG9seWdvbiBzdHlsZT0iZmlsbDp3aGl0ZSIgcG9pbnRzPSIyMiAyMiAxMyAyMiAxNSAyMCAyMiAyMCAyMiAyMiIvPjxwYXRoIHN0eWxlPSJmaWxsOndoaXRlIiBkPSJNMTQuNzMsMiwyLDE0LjczLDkuMjcsMjIsMjIsOS4yN1pNOS4yNywxOS41OCw0LjQyLDE0LjczbDMtMyw0Ljg1LDQuODVaIi8+PC9zdmc+");
}
.esri-expand__container .uwm-drawing-tools__icon-visibility-off {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTIuODEsNC4yMiw2LDcuMzhBMTEuOCwxMS44LDAsMCwwLDEsMTJhMTIuMjUsMTIuMjUsMCwwLDAsMTEsNiwxMy43NiwxMy43NiwwLDAsMCw0LS41OGwzLjc4LDMuNzcsMS40MS0xLjQxLTE3LTE3Wm05LjE5LDEyQTQuMjUsNC4yNSwwLDAsMSw3Ljc1LDEyYTQuMSw0LjEsMCwwLDEsLjY0LTIuMTlsNS44LDUuOEE0LjEsNC4xLDAsMCwxLDEyLDE2LjI1WiIvPjxwYXRoIHN0eWxlPSJmaWxsOndoaXRlIiBkPSJNMTIsNy43NUE0LjI1LDQuMjUsMCwwLDEsMTYuMjUsMTJhMS4xMSwxLjExLDAsMCwxLDAsLjE5bDMuNDQsMy40NEExMS41MiwxMS41MiwwLDAsMCwyMywxMiwxMi4yNSwxMi4yNSwwLDAsMCwxMiw2YTEzLjI0LDEzLjI0LDAsMCwwLTEuODMuMTNsMS42NCwxLjY0WiIvPjwvc3ZnPg==");
}
.esri-expand__container .uwm-drawing-tools__icon-visibility-on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTEyLDZBMTIuMjUsMTIuMjUsMCwwLDAsMSwxMmExMi4yNSwxMi4yNSwwLDAsMCwxMSw2LDEyLjI1LDEyLjI1LDAsMCwwLDExLTZBMTIuMjUsMTIuMjUsMCwwLDAsMTIsNlptMCwxMGE0LDQsMCwxLDEsNC00QTQsNCwwLDAsMSwxMiwxNloiLz48L3N2Zz4=");
}
.esri-expand__container .esri-expand__content .esri-sketch {
  width: max-content;
}

.uwm-sketch-group-header__zoiSpinner {
  transform: scale(0.8) translate(0px, 2px);
}
.uwm-sketch-group-header__zoiSpinner .msi-spinner-inner .circle {
  stroke: rgba(215, 215, 215, 0.8588235294);
  stroke-width: 3;
}
.uwm-sketch-group-header__zoiSpinner .msi-spinner-inner .progress {
  stroke-width: 3;
}

.esri-view-width-xsmall .esri-sketch {
  position: static;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch > :nth-child(1) {
  margin-left: auto;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel {
  flex-flow: row;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel > .esri-sketch__section.esri-sketch__tool-section {
  flex-direction: row;
  margin: 4px 0px;
  padding: 0px 4px;
  border: 0px;
  border-right: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel > .esri-sketch__section.esri-sketch__tool-section:last-child {
  border-right: none;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel.esri-sketch__info-panel {
  flex-flow: row;
  margin-right: auto;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel.esri-sketch__info-panel > .esri-sketch__section.esri-sketch__info-section {
  flex-direction: row;
  margin: 4px 0px;
  padding: 0px 4px;
  border: 0px;
  border-left: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  border-right: none;
}

/*
 * COPYRIGHT 2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .uwm-facility-filter-container {
  display: grid;
  grid-auto-rows: max-content max-content auto;
  background: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity-second);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
  width: 350px;
  height: 300px;
  max-width: initial;
}
uwm-universal-web-map .uwm-facility-filter-container.esri-widget {
  background-color: transparent;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-facility-filter-container {
  width: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-facility-filter-container .uwm-facility-item {
  grid-template-columns: 75% 25%;
}

/*
 * COPYRIGHT 2020-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.esri-view-width-xsmall uwm-floorplans .uwm-floorplans-content {
  position: static;
  justify-content: center;
  min-width: 100%;
}

.seadragon-viewer-class {
  margin: 0 10px;
}

.openseadragon-container .openseadragon-canvas + div {
  margin-left: 12px;
}
.openseadragon-container .openseadragon-canvas + div img {
  margin: 2px !important;
  padding: 2px !important;
  filter: var(--uwm-widget-icon-color-invert);
}
.openseadragon-container .openseadragon-canvas + div img:hover {
  background: var(--uwm-inverted-background-hover) !important;
  cursor: pointer;
}

.esri-view-height-xsmall .seadragon-viewer-class {
  height: 250px;
}
.esri-view-height-xsmall .uwm-floorplans-content.msi-card {
  height: 300px;
}

.esri-view-height-small .seadragon-viewer-class {
  height: 400px;
}
.esri-view-height-small .uwm-floorplans-content.msi-card {
  height: 450px;
}

.esri-view-height-medium .seadragon-viewer-class, .esri-view-height-large .seadragon-viewer-class, .esri-view-height-xlarge .seadragon-viewer-class {
  height: 650px;
}
.esri-view-height-medium .uwm-floorplans-content.msi-card, .esri-view-height-large .uwm-floorplans-content.msi-card, .esri-view-height-xlarge .uwm-floorplans-content.msi-card {
  height: 696px;
}

.esri-view-width-small .seadragon-viewer-class, .esri-view-width-xsmall .seadragon-viewer-class {
  width: 376px;
  max-width: 376px;
}
.esri-view-width-small .uwm-floorplans-content.msi-card, .esri-view-width-xsmall .uwm-floorplans-content.msi-card {
  width: 400px;
  max-width: 400px;
}

.esri-view-width-medium .seadragon-viewer-class, .esri-view-width-large .seadragon-viewer-class, .esri-view-width-xlarge .seadragon-viewer-class {
  width: 676px;
  max-width: 676px;
}
.esri-view-width-medium .uwm-floorplans-content.msi-card, .esri-view-width-large .uwm-floorplans-content.msi-card, .esri-view-width-xlarge .uwm-floorplans-content.msi-card {
  width: 700px;
  max-width: 700px;
}

/*
 * COPYRIGHT 2022-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-floor-filter.esri-widget {
  background-color: transparent;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu {
  position: absolute;
  right: 50px;
  background: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity-second);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-text {
  font-size: 14px;
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-back {
  background-color: transparent;
  color: var(--uwm-text-color);
  border: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-back:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header .hide_facilities-icon {
  height: 40px;
  transition: none;
  background-color: var(--uwm-widget-background) !important;
  border-radius: 0 4px 0 0;
  margin: auto;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--uwm-action-button-text-color);
  transition: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header .esri-icon-close {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-search {
  height: 34px;
  font-size: 14px;
  background: var(--uwm-widget-background);
  padding: 0 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-search .esri-floor-filter__filter-menu-search-input {
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items {
  overflow: auto;
  border-radius: 0 0 2px 2px;
  max-height: 180px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar {
  width: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar-thumb {
  background-color: var(--uwm-widget-scroll-color);
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-widget__content--empty {
  height: 34px;
  color: var(--uwm-text-color);
  padding: 12px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 80% 20%;
  /* with the arrow */
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:active, uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:focus {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color-dark);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site--selected {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site--selected:hover {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site .esri-floor-filter__selected-item-circle {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility {
  background: var(--uwm-widget-background);
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 80% 20%;
  /* with the arrow */
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:active, uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:focus {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color-dark);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility--selected {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility--selected:hover {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__filter-menu-item-name {
  font-size: 14px;
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__filter-menu-item-name--selected {
  color: var(--uwm-button-text-color);
  font-size: 14px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__selected-item-circle {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .uwm-esri-floor-filter__levels-label {
  background-color: var(--uwm-toolbar-background-bright);
  width: 60px;
  border-radius: 2px;
  padding: 2px;
  font-size: 11px;
  font-weight: 800;
  text-wrap: nowrap;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .uwm-esri-floor-filter__select-floor-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJ3aGl0ZSI+DQogIDxwYXRoIGQ9Ik0xNi4zMTkgMTEuMzAxOEMxNi42OTc4IDExLjY5MDMgMTYuNjk3OCAxMi4zMDk5IDE2LjMxOSAxMi42OTgzTDkuNTg0NSAxOS42MDM0QzkuMTA0OTcgMjAuMDk1MSA4LjMxNDY0IDIwLjA5NTUgNy44MzQ2NCAxOS42MDQyQzcuMzcwNTMgMTkuMTI5MyA3LjM3MDM3IDE4LjM3MDcgNy44MzQyNyAxNy44OTU1TDEzLjU5IDEyLjAwMDFMNy44MzQyNyA2LjEwNDU5QzcuMzcwMzcgNS42Mjk0MiA3LjM3MDUzIDQuODcwODUgNy44MzQ2NCA0LjM5NTg5QzguMzE0NjQgMy45MDQ2NiA5LjEwNDk3IDMuOTA1MDMgOS41ODQ1IDQuMzk2NzJMMTYuMzE5IDExLjMwMThaIi8+DQo8L3N2Zz4=");
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container {
  width: 40px;
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container button {
  min-height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter {
  display: flex;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container {
  order: 4;
  background-color: var(--uwm-widget-background);
  max-height: 360px;
  width: 50px;
  border-radius: 0 5px 5px 0;
  overflow-y: scroll;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar {
  width: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-track {
  background-color: var(--uwm-widget-background-secondary);
  border-radius: 0 5px 5px 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-thumb {
  background-color: var(--uwm-widget-scroll-color);
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar:hover {
  background: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button {
  height: 40px;
  color: var(--uwm-text-color);
  background-color: transparent;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button.esri-widget--button-active {
  background-color: var(--uwm-button-highlight);
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button {
  order: 7;
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button .esri-icon:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button .esri-icon::before {
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button.esri-widget--button-active {
  background-color: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button.esri-widget--button-active:hover {
  background-color: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button .esri-floor-filter__button-info {
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels {
  order: 1;
  display: flex;
  width: 40px;
  height: 40px;
  border: unset;
  border-radius: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels .esri-icon:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels .esri-icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHJlY3QgeD0iNy41IiB5PSI3LjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIuNSIgcnk9Ii41Ii8+PHBhdGggZD0ibTIyLjUsMTAuNWgtMS41di02LjVjMC0uNTUtLjQ1LTEtMS0xaC02LjV2LTEuNWMwLS4yOC0uMjItLjUtLjUtLjVoLTJjLS4yOCwwLS41LjIyLS41LjV2MS41aC02LjVjLS41NSwwLTEsLjQ1LTEsMXY2LjVoLTEuNWMtLjI4LDAtLjUuMjItLjUuNXYyYzAsLjI4LjIyLjUuNS41aDEuNXY2LjVjMCwuNTUuNDUsMSwxLDFoNi41djEuNWMwLC4yOC4yMi41LjUuNWgyYy4yOCwwLC41LS4yMi41LS41di0xLjVoNi41Yy41NSwwLDEtLjQ1LDEtMXYtNi41aDEuNWMuMjgsMCwuNS0uMjIuNS0uNXYtMmMwLS4yOC0uMjItLjUtLjUtLjVabS0zLjUsOGMwLC4yOC0uMjIuNS0uNS41SDUuNWMtLjI4LDAtLjUtLjIyLS41LS41VjUuNWMwLS4yOC4yMi0uNS41LS41aDEzYy4yOCwwLC41LjIyLjUuNXYxM1oiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button.esri-button--disabled {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button {
  width: 40px;
  height: 40px;
  background-color: var(--uwm-widget-background);
  border-style: solid;
  border-color: rgba(173, 173, 173, 0.3);
  border-width: 0 0 1px 0;
  border-radius: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:before {
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:hover {
  background-color: var(--uwm-widget-button-hover-invert);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled {
  cursor: not-allowed;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled:hover {
  background-color: var(--uwm-widget-button-invert-background);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled::before {
  opacity: 0.6;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-top-button {
  order: 2;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-top-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMTMgMTVWOUwxNiAxMkwxMyAxNVoiIGZpbGw9IiNmZmZmZmYiLz4KICA8cGF0aCBkPSJNOCAxNVY5TDExIDEyTDggMTVaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
  background-size: 32px;
  transform: rotate(-90deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-bottom-button {
  order: 6;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-bottom-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMTMgMTVWOUwxNiAxMkwxMyAxNVoiIGZpbGw9IiNmZmZmZmYiLz4KICA8cGF0aCBkPSJNOCAxNVY5TDExIDEyTDggMTVaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
  background-size: 32px;
  transform: rotate(90deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-up-button {
  order: 3;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-up-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNOC42NDk4OCAxMC44MTIzQzguMzg3OTcgMTAuNDg1IDguNjIxMDYgMTAgOS4wNDAzMSAxMEgxNC45NTk3QzE1LjM3ODkgMTAgMTUuNjEyIDEwLjQ4NSAxNS4zNTAxIDEwLjgxMjNMMTIgMTVMOC42NDk4OCAxMC44MTIzWiIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4=");
  transform: rotate(180deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-down-button {
  order: 5;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-down-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNOC42NDk4OCAxMC44MTIzQzguMzg3OTcgMTAuNDg1IDguNjIxMDYgMTAgOS4wNDAzMSAxMEgxNC45NTk3QzE1LjM3ODkgMTAgMTUuNjEyIDEwLjQ4NSAxNS4zNTAxIDEwLjgxMjNMMTIgMTVMOC42NDk4OCAxMC44MTIzWiIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4=");
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button {
  order: 0;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: rgba(173, 173, 173, 0.3);
  border-width: 0 0 1px 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIxOS40MyA1Ljk5IDE4LjAxIDQuNTggMTIgMTAuNTkgNS45OSA0LjU4IDQuNTggNS45OSAxMC41OSAxMiA0LjU4IDE4LjAxIDUuOTkgMTkuNDMgMTIgMTMuNDEgMTguMDEgMTkuNDMgMTkuNDMgMTguMDEgMTMuNDEgMTIgMTkuNDMgNS45OSIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button {
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close {
  top: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBvbHlnb24gcG9pbnRzPSIzIDEyIDExLjI5IDMuNSAxMyA1LjI1IDYuNDEgMTIgMTMgMTguNzUgMTEuMjkgMjAuNSAzIDEyIj48L3BvbHlnb24+CiAgPHBvbHlnb24gcG9pbnRzPSIxMCAxMiAxOC4yOSAzLjUgMjAgNS4yNSAxMy40MSAxMiAyMCAxOC43NSAxOC4yOSAyMC41IDEwIDEyIj48L3BvbHlnb24+Cjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  rotate: 270deg;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__minimize-toggle-button {
  display: none;
}

/*
 * COPYRIGHT 2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-widget:not(.esri-expand).esri-widget--button.esri-compass, .esri-widget:not(.esri-expand) div.esri-widget--button.esri-compass {
  border-radius: 50%;
}

/*
 * COPYRIGHT 2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.switch-map-type-widget {
  font-weight: bold;
}

/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.highlighted {
  padding: var(--msi-ui-spacing-xxs);
  border-radius: var(--msi-ui-corner-radius-md);
  background-color: var(--msi-ui-primary-highlight-20);
  margin-left: var(--msi-ui-spacing-xxs);
}

.tab-group_custom-height .msi-tab-labels {
  min-height: 50px;
  align-items: center;
  padding-left: var(--msi-ui-spacing-xl);
  padding-top: var(--msi-ui-spacing-m);
}
.tab-group_collapsed .msi-tab-labels {
  padding-left: 0;
}

.select--custom-arrow .msi-select-arrow {
  color: var(--msi-ui-primary-light);
}
.select--custom-arrow.active .msi-select-arrow {
  color: var(--msi-ui-primary);
}

@media print {
  body * {
    visibility: hidden;
  }
  .printable,
  .printable * {
    visibility: visible;
  }
  .printable {
    position: absolute;
    left: 0;
    top: 0;
  }
  .print-width-100 {
    width: 100%;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Public Sans font is @deprecated */
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* stylelint-disable */
/* roboto-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-100.a295b650fce8f05f.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url('roboto-100italic.a74462965341fc32.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-300.686ba89e9928810b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('roboto-300italic.39a32e3138df3492.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-400.13737ec3c62a4244.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('roboto-400italic.e4d3064ac1495975.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-500.92bcbd67a6a4e333.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url('roboto-500italic.4a3abd924d62e232.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-700.8871a06ca6b44e6b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('roboto-700italic.bb4f00c00e0dd5ed.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('roboto-900.cd194dc32f732dd7.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url('roboto-900italic.6beafbf3d32388b6.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stylelint-disable */
/* roboto-mono-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-mono-v23-latin-100.99f3d18428417792.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 200;
  src: url('roboto-mono-v23-latin-200.fa118af2bfb484e0.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-mono-v23-latin-300.e0464a10d3306e30.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-mono-v23-latin-regular.062f2b851e15206c.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-mono-v23-latin-500.97407b1476e2a929.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  src: url('roboto-mono-v23-latin-600.2f7a908759583f53.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-mono-v23-latin-700.6e8e9d2faa3a9676.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palatte backgrounds */
.msi-bg-alert {
  background-color: #ec1c24 !important;
}
.msi-bg-emergency {
  background-color: #ff8400 !important;
}
.msi-bg-success {
  background-color: #099a49 !important;
}
.msi-bg-focus-primary {
  background-color: var(--focus-primary) !important;
}

/* Themed backgrounds */
.msi-background,
.msi-bg-level-1,
.msi-bg {
  background-color: var(--background-level-1) !important;
}

.msi-bg-primary,
.msi-bg-level-2 {
  background-color: var(--background-level-2) !important;
}

.msi-bg-level-3 {
  background-color: var(--background-level-3) !important;
}

/* Monochrome */
.msi-bg-primary-05 {
  background-color: var(--primary-05) !important;
}
.msi-bg-primary-10 {
  background-color: var(--primary-10) !important;
}
.msi-bg-primary-20 {
  background-color: var(--primary-20) !important;
}
.msi-bg-primary-30 {
  background-color: var(--primary-30) !important;
}
.msi-bg-primary-40 {
  background-color: var(--primary-40) !important;
}
.msi-bg-primary-50 {
  background-color: var(--primary-50) !important;
}
.msi-bg-primary-60 {
  background-color: var(--primary-60) !important;
}
.msi-bg-primary-70 {
  background-color: var(--primary-70) !important;
}
.msi-bg-primary-80 {
  background-color: var(--primary-80) !important;
}

/* Based on https://getbootstrap.com/docs/4.3/utilities/borders/ */
.msi-border {
  /* Additive/Subtractive */
  /* Themed border color */
  /* Monochrome border color */
  /* Other border color */
}
.msi-border {
  border: 1px solid !important;
}
.msi-border-top {
  border-top: 1px solid !important;
}
.msi-border-top-0 {
  border-top: 0 !important;
}
.msi-border-right {
  border-right: 1px solid !important;
}
.msi-border-right-0 {
  border-right: 0 !important;
}
.msi-border-bottom {
  border-bottom: 1px solid !important;
}
.msi-border-bottom-0 {
  border-bottom: 0 !important;
}
.msi-border-left {
  border-left: 1px solid !important;
}
.msi-border-left-0 {
  border-left: 0 !important;
}
.msi-border-0 {
  border: 0 !important;
}
.msi-border-level-1 {
  border-color: var(--stroke-level-1) !important;
}
.msi-border-level-2 {
  border-color: var(--stroke-level-3) !important;
}
.msi-border-primary-05 {
  border-color: var(--primary-05) !important;
}
.msi-border-primary-10 {
  border-color: var(--primary-10) !important;
}
.msi-border-primary-20 {
  border-color: var(--primary-20) !important;
}
.msi-border-primary-30 {
  border-color: var(--primary-30) !important;
}
.msi-border-primary-40 {
  border-color: var(--primary-40) !important;
}
.msi-border-primary-50 {
  border-color: var(--primary-50) !important;
}
.msi-border-primary-60 {
  border-color: var(--primary-60) !important;
}
.msi-border-primary-70 {
  border-color: var(--primary-70) !important;
}
.msi-border-primary-80 {
  border-color: var(--primary-80) !important;
}
.msi-border-alert {
  border-color: #ec1c24 !important;
}
.msi-border-emergency {
  border-color: #ff8400 !important;
}
.msi-border-success {
  border-color: #099a49 !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-corners-sm,
.msi-corner-radius-sm {
  border-radius: 2px !important;
}
.msi-corners-md,
.msi-corner-radius-md {
  border-radius: 4px !important;
}
.msi-corners-lg,
.msi-corner-radius-lg {
  border-radius: 6px !important;
}

/* :disable no-important */
.msi-shadow, .msi-shadow-level-1 {
  box-shadow: var(--shadow-level-1) !important;
}
.msi-shadow-level-2 {
  box-shadow: var(--shadow-level-2) !important;
}
.msi-shadow-level-3 {
  box-shadow: var(--shadow-level-3) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Set $msi-spacing-debug: true before importing to visualize colored spacing */
.msi-padding-xxxs {
  padding: 2px !important;
}

.msi-margin-xxxs {
  margin: 2px !important;
}

.msi-padding-xxs {
  padding: 4px !important;
}

.msi-margin-xxs {
  margin: 4px !important;
}

.msi-padding-xs {
  padding: 6px !important;
}

.msi-margin-xs {
  margin: 6px !important;
}

.msi-padding-s {
  padding: 12px !important;
}

.msi-margin-s {
  margin: 12px !important;
}

.msi-padding-m {
  padding: 18px !important;
}

.msi-margin-m {
  margin: 18px !important;
}

.msi-padding {
  padding: 18px !important;
}

.msi-margin {
  margin: 18px !important;
}

.msi-padding-l {
  padding: 24px !important;
}

.msi-margin-l {
  margin: 24px !important;
}

.msi-padding-xl {
  padding: 36px !important;
}

.msi-margin-xl {
  margin: 36px !important;
}

.msi-padding-xxl {
  padding: 48px !important;
}

.msi-margin-xxl {
  margin: 48px !important;
}

.msi-padding-top-xxxs {
  padding-top: 2px !important;
}

.msi-margin-top-xxxs {
  margin-top: 2px !important;
}

.msi-padding-top-xxs {
  padding-top: 4px !important;
}

.msi-margin-top-xxs {
  margin-top: 4px !important;
}

.msi-padding-top-xs {
  padding-top: 6px !important;
}

.msi-margin-top-xs {
  margin-top: 6px !important;
}

.msi-padding-top-s {
  padding-top: 12px !important;
}

.msi-margin-top-s {
  margin-top: 12px !important;
}

.msi-padding-top-m {
  padding-top: 18px !important;
}

.msi-margin-top-m {
  margin-top: 18px !important;
}

.msi-padding-top {
  padding-top: 18px !important;
}

.msi-margin-top {
  margin-top: 18px !important;
}

.msi-padding-top-l {
  padding-top: 24px !important;
}

.msi-margin-top-l {
  margin-top: 24px !important;
}

.msi-padding-top-xl {
  padding-top: 36px !important;
}

.msi-margin-top-xl {
  margin-top: 36px !important;
}

.msi-padding-top-xxl {
  padding-top: 48px !important;
}

.msi-margin-top-xxl {
  margin-top: 48px !important;
}

.msi-padding-right-xxxs {
  padding-right: 2px !important;
}

.msi-margin-right-xxxs {
  margin-right: 2px !important;
}

.msi-padding-right-xxs {
  padding-right: 4px !important;
}

.msi-margin-right-xxs {
  margin-right: 4px !important;
}

.msi-padding-right-xs {
  padding-right: 6px !important;
}

.msi-margin-right-xs {
  margin-right: 6px !important;
}

.msi-padding-right-s {
  padding-right: 12px !important;
}

.msi-margin-right-s {
  margin-right: 12px !important;
}

.msi-padding-right-m {
  padding-right: 18px !important;
}

.msi-margin-right-m {
  margin-right: 18px !important;
}

.msi-padding-right {
  padding-right: 18px !important;
}

.msi-margin-right {
  margin-right: 18px !important;
}

.msi-padding-right-l {
  padding-right: 24px !important;
}

.msi-margin-right-l {
  margin-right: 24px !important;
}

.msi-padding-right-xl {
  padding-right: 36px !important;
}

.msi-margin-right-xl {
  margin-right: 36px !important;
}

.msi-padding-right-xxl {
  padding-right: 48px !important;
}

.msi-margin-right-xxl {
  margin-right: 48px !important;
}

.msi-padding-bottom-xxxs {
  padding-bottom: 2px !important;
}

.msi-margin-bottom-xxxs {
  margin-bottom: 2px !important;
}

.msi-padding-bottom-xxs {
  padding-bottom: 4px !important;
}

.msi-margin-bottom-xxs {
  margin-bottom: 4px !important;
}

.msi-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.msi-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.msi-padding-bottom-s {
  padding-bottom: 12px !important;
}

.msi-margin-bottom-s {
  margin-bottom: 12px !important;
}

.msi-padding-bottom-m {
  padding-bottom: 18px !important;
}

.msi-margin-bottom-m {
  margin-bottom: 18px !important;
}

.msi-padding-bottom {
  padding-bottom: 18px !important;
}

.msi-margin-bottom {
  margin-bottom: 18px !important;
}

.msi-padding-bottom-l {
  padding-bottom: 24px !important;
}

.msi-margin-bottom-l {
  margin-bottom: 24px !important;
}

.msi-padding-bottom-xl {
  padding-bottom: 36px !important;
}

.msi-margin-bottom-xl {
  margin-bottom: 36px !important;
}

.msi-padding-bottom-xxl {
  padding-bottom: 48px !important;
}

.msi-margin-bottom-xxl {
  margin-bottom: 48px !important;
}

.msi-padding-left-xxxs {
  padding-left: 2px !important;
}

.msi-margin-left-xxxs {
  margin-left: 2px !important;
}

.msi-padding-left-xxs {
  padding-left: 4px !important;
}

.msi-margin-left-xxs {
  margin-left: 4px !important;
}

.msi-padding-left-xs {
  padding-left: 6px !important;
}

.msi-margin-left-xs {
  margin-left: 6px !important;
}

.msi-padding-left-s {
  padding-left: 12px !important;
}

.msi-margin-left-s {
  margin-left: 12px !important;
}

.msi-padding-left-m {
  padding-left: 18px !important;
}

.msi-margin-left-m {
  margin-left: 18px !important;
}

.msi-padding-left {
  padding-left: 18px !important;
}

.msi-margin-left {
  margin-left: 18px !important;
}

.msi-padding-left-l {
  padding-left: 24px !important;
}

.msi-margin-left-l {
  margin-left: 24px !important;
}

.msi-padding-left-xl {
  padding-left: 36px !important;
}

.msi-margin-left-xl {
  margin-left: 36px !important;
}

.msi-padding-left-xxl {
  padding-left: 48px !important;
}

.msi-margin-left-xxl {
  margin-left: 48px !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Text color */
.msi-text, .msi-text-primary {
  color: var(--text-primary) !important;
}
.msi-text-secondary {
  color: var(--text-secondary) !important;
}
.msi-text-focus-primary {
  color: var(--focus-primary) !important;
}
.msi-text-focus-secondary {
  color: var(--focus-secondary) !important;
}
.msi-text-alert {
  color: #ec1c24 !important;
}
.msi-text-emergency {
  color: #ff8400 !important;
}
.msi-text-success {
  color: #099a49 !important;
}

/* Font weight */
.msi-bold {
  font-weight: 700 !important;
}

/* Headings (default browser styles) */
h1,
.msi-h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h2,
.msi-h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h3,
.msi-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

h4,
.msi-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h5,
.msi-h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h6,
.msi-h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Other font sizes */
.msi-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.009rem;
}
.msi-body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.011rem;
}
.msi-body-1-monospace {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.009rem;
}
.msi-body-2-monospace {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.011rem;
}
.msi-subtitle {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.006rem;
}
.msi-caption {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025rem;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.msi-focus:focus,
.msi-link:focus {
  outline: 2px solid var(--focus-border-color);
}

.msi-hover:hover {
  background-color: var(--hover);
}

.msi-label {
  display: block;
  padding-top: 12px;
  font-weight: 700;
  color: var(--primary-70);
}

/* Flex */
.msi-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.msi-flex-align {
  display: flex;
  align-items: center;
}
.msi-flex, .msi-flex-row {
  display: flex;
  flex-direction: row;
}
.msi-flex-col {
  display: flex;
  flex-direction: column;
}
.msi-flex-col.gap {
  gap: 18px;
}
.msi-flex-col.col-align {
  align-items: center;
}
.msi-flex-col-nowrap {
  flex-wrap: nowrap;
}

.msi-grid {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
}
.msi-grid-50 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 50px);
}
.msi-grid-100 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 100px);
}
.msi-grid-150 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 150px);
}
.msi-grid-200 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 200px);
}
.msi-grid-250 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 250px);
}
.msi-grid-300 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 300px);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete {
  display: block;
  width: 100%;
}

.msi-autocomplete-panel {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  width: 100%;
  overflow-x: hidden;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.msi-autocomplete-panel:focus {
  outline: none;
}
.msi-autocomplete-panel.display {
  display: block;
}
.msi-autocomplete-panel.visible {
  opacity: 1;
}
.msi-autocomplete-panel.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-panel .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-panel msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-panel .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-panel .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-panel:empty {
  display: none;
}
.msi-autocomplete-panel msi-autocomplete-option {
  display: flex;
  box-sizing: content-box;
}
.msi-autocomplete-panel .msi-autocomplete-option {
  max-width: none;
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-autocomplete-option .highlight-term {
  font-weight: 700;
}

.split-width {
  min-width: 114%;
}

.msi-autocomplete-split-origin {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-autocomplete-split-origin .msi-autocomplete-options-list {
  display: none;
}
.msi-autocomplete-split-origin.disabled {
  cursor: not-allowed;
}
.msi-autocomplete-split-origin .msi-autocomplete-input {
  border-right: 0;
}
.msi-autocomplete-split-origin .msi-autocomplete-input:hover + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--primary-20);
}
.msi-autocomplete-split-origin .msi-autocomplete-input:focus + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-autocomplete-split-origin .drop-btn {
  display: flex;
  flex: 0 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  background: var(--background-input);
  border: 0;
  outline: 0;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--background-input);
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 100ms;
  transform-origin: center center;
  -ms-high-contrast-adjust: none;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open {
  border-color: var(--focus-primary);
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
  transform: rotate(-180deg);
}
.msi-autocomplete-split-origin .drop-btn:hover {
  width: 32px;
}
.msi-autocomplete-split-origin .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-split-origin .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  width: 34px;
  cursor: pointer;
  background: var(--primary-20);
  border-left: 1px solid var(--primary-10);
}
.msi-autocomplete-split-origin input {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
}

.msi-autocomplete-option {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
  align-items: center;
  padding: 6px 12px;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 12px;
}
.msi-autocomplete-option.icon-right {
  justify-content: space-between;
}
.msi-autocomplete-option.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-autocomplete-option:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option {
    color: white;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: black;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option {
    color: black;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: white;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: white;
    background-color: black;
  }
}
.msi-autocomplete-option .msi-autocomplete-option-ellipsis {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 8px;
}
.msi-autocomplete-option.active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option.active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option.active {
    color: white;
    background-color: #808080;
  }
}
.msi-autocomplete-option.disabled, .msi-autocomplete-option.disabled:hover, .msi-autocomplete-option.disabled:active, .msi-autocomplete-option.disabled:focus, .msi-autocomplete-option[disabled], .msi-autocomplete-option[disabled]:hover, .msi-autocomplete-option[disabled]:active, .msi-autocomplete-option[disabled]:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

.msi-autocomplete-split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-autocomplete-split .msi-autocomplete-input {
  border-radius: 2px 0 0 2px;
}

.msi-autocomplete-error-message {
  color: var(--text-secondary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete-v2 {
  position: relative;
  display: flex;
}
.msi-autocomplete-v2.ng-invalid.ng-touched {
  border: 1px red solid;
  outline: none;
}
.msi-autocomplete-v2-single-select {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  min-width: 100%;
  padding: 8px 36px 8px 8px;
  margin: 0;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  outline: 0 transparent;
  font-size: 0.8rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).ng-invalid.ng-touched, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).msi-error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active {
  border-color: #007aaa;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-input-field[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-v2-single-select-input-field[readonly] {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}
.msi-autocomplete-v2-single-select-input-field.error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select .msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
  grid-area: clear;
  justify-self: end;
  right: 30px;
}
.msi-autocomplete-v2-single-select .icons-container {
  position: absolute;
  right: 1px;
  top: 1px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "clear arrow";
  align-items: center;
}
.msi-autocomplete-v2-single-select .icons-container .msi-clear-icon {
  right: unset;
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-dropdown-trigger {
  grid-area: arrow;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  background-color: transparent;
  z-index: 10;
  flex: 1;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-autocomplete-v2-multi-select {
  width: 100%;
}
.msi-autocomplete-v2-multi-select.error .msi-chips-v2-container {
  border-color: #d0021b;
}
.msi-autocomplete-v2-error-message {
  position: absolute;
  bottom: -23px;
  left: 0;
  padding: 3px 8px;
  font-size: 0.75em;
}
.msi-autocomplete-v2-error-message .asterisk {
  color: #d0021b;
}
.msi-autocomplete-v2 .msi-autocomplete-v2-options-list {
  display: none;
}

.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper .msi-autocomplete-v2-option {
  width: 100% !important;
}

.ellipses-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.cdk-virtual-scrollable.ellipses-scroll-viewport {
  overflow-x: hidden;
  overflow-y: auto;
}

.msi-autocomplete-v2-options-list {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  max-height: 100%;
  width: auto;
  padding: 6px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: default;
  outline: none;
  display: block;
}
.msi-autocomplete-v2-options-list:focus {
  outline: none;
}
.msi-autocomplete-v2-options-list.display {
  display: block;
}
.msi-autocomplete-v2-options-list.visible {
  opacity: 1;
}
.msi-autocomplete-v2-options-list.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-v2-options-list .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-v2-options-list .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-v2-options-list .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-v2-options-list .cdk-virtual-scroll-viewport.hidden-scrollbar {
  overflow: hidden;
}
.msi-autocomplete-v2-options-list-no-results {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: transparent;
}
.msi-autocomplete-v2-options-list:empty {
  display: none;
}
.msi-autocomplete-v2-options-list.incident-type-options-list {
  width: 319px;
}
.msi-autocomplete-v2-options-list.dynamic-width-menu {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  line-height: 22px;
  text-align: left;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 42px;
  padding: 8px 12px;
  overflow: hidden;
  color: var(--text-primary);
  background: transparent;
  border: 2px transparent solid;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-ellipsis {
  align-items: center;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type {
  box-sizing: content-box;
  display: flex;
  overflow: hidden;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column {
  padding: 0 25px 0 0;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox {
  padding: 7px 3px;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .msi-checkbox-label {
  padding: 0 9px 0 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .autocomplete-v2-option-ellipsis {
  margin: 1px 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:not(disabled) {
  cursor: pointer;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.dynamic {
  width: max-content;
  min-width: 100%;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus {
  position: relative;
  border-color: #007aaa;
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active::before, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:hover {
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.selected {
  background-color: #007aaa;
  border-color: #007aaa;
  color: #fff;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option .highlight-term {
  font-weight: 700;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  flex-shrink: 1;
}

.option-disabled {
  pointer-events: none;
  opacity: 0.4;
  color: var(--text-secondary);
  cursor: not-allowed;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips-v2 {
  position: relative;
  display: flex;
  width: 100%;
}
.msi-chips-v2[disabled] {
  cursor: not-allowed;
}
.msi-chips-v2-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 186px;
  min-height: 34px;
  max-height: 114px;
  padding: 2px 0 2px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-v2-container.width-dropdown-arrow {
  padding-right: 26px;
}
.msi-chips-v2-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-v2-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-v2-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a {
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a .msi-icon, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a .msi-icon {
  display: none;
}
.msi-chips-v2-container:not(.msi-chips-v2-container--disabled):not(.msi-chips-v2-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips-v2-container-dropdown-trigger {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  flex: 1;
  width: 36px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: 0;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-chips-v2 .chip-in-between {
  min-width: 8px;
  height: 30px;
  padding: 4px 0 5px 5px;
  margin: 0 0 0 -8px;
  color: var(--text-primary);
  font-size: 0.8rem;
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .chip-in-between:not(:placeholder-shown), .msi-chips-v2 .chip-in-between:focus {
  margin: 0 1px 0 3px;
  min-width: 16px;
}
.msi-chips-v2 .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 28px;
  padding: 4px 2px 2px;
  margin: 0 3px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 12px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips-v2 .msi-chip-v2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3px;
  text-decoration: none;
  cursor: text;
  outline: none;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .msi-chip-v2 .chip-in-between {
  height: 24px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag.actionable a {
  padding: 0 4px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a {
  color: var(--text-primary);
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a::after {
  content: "*";
  color: #d0021b;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a .msi-icon {
  display: none;
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-dark-70);
  border-color: var(--msi-ui-primary-dark-70);
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-tag {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.msi-chips-v2 .msi-tag.actionable a {
  padding: 2px 6px;
}
.msi-chips-v2 .msi-tag > a {
  width: 100%;
  text-transform: none;
  align-items: center;
}
.msi-chips-v2 .msi-tag i {
  height: 100%;
}
.msi-chips-v2 .msi-tag-contents {
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0;
}
.msi-chips-v2 .msi-tag-contents-with-ellipses {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis !important;
  word-wrap: break-word;
}
.msi-chips-v2 .msi-tag a .msi-icon.msi-tag-remove {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 4px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-avatar-container {
  position: relative;
}
.msi-avatar-container .msi-icon i {
  margin: 0;
}

.msi-avatar-initials {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-badge {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  height: 11px;
  padding: 2px;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--focus-primary);
  border-radius: 2px;
}
.msi-badge-blank {
  top: -1px;
  right: -1px;
  left: unset;
  width: 10px;
  min-width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.msi-selected .msi-badge,
.msi-dropdown-trigger-open .msi-badge {
  border: 1px solid #fff;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-button-group {
  display: inline-flex;
  flex-direction: row;
  padding: 0;
  border: 0;
}
.msi-button-group-secondary {
  box-shadow: none;
}
.msi-button-group.small .msi-btn {
  height: 24px;
  padding: 4px 12px;
}
.msi-button-group.small .msi-btn:focus {
  padding: 4px 11px;
}
.msi-button-group.large .msi-btn {
  height: auto;
  padding: 12px;
}
.msi-button-group.large .msi-btn:focus {
  padding: 12px 11px;
}
.msi-button-group.icon .msi-btn {
  height: 34px;
  padding: 3px 4px;
}
.msi-button-group.icon .msi-btn:focus {
  padding: 3px;
}
.msi-button-group.icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 5px !important;
}
.msi-button-group.small-icon .msi-btn {
  height: 28px;
  padding: 5px 6px;
}
.msi-button-group.small-icon .msi-btn:focus {
  padding: 5px;
  margin: auto 0;
}
.msi-button-group.small-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 7px !important;
}
.msi-button-group.small-icon .msi-icon {
  width: 16px;
  height: 16px;
}
.msi-button-group.large-icon .msi-btn {
  height: auto;
  padding: 7px 8px;
}
.msi-button-group.large-icon .msi-btn:focus {
  padding: 7px;
}
.msi-button-group.large-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 9px !important;
}
.msi-button-group .msi-icon {
  display: flex;
}
.msi-button-group .msi-icon i {
  display: inline-flex;
}
.msi-button-group.icon .msi-btn .msi-icon, .msi-button-group.small-icon .msi-btn .msi-icon, .msi-button-group.large-icon .msi-btn .msi-icon {
  color: #fff;
}
.msi-button-group.icon .msi-btn-secondary .msi-icon, .msi-button-group.small-icon .msi-btn-secondary .msi-icon, .msi-button-group.large-icon .msi-btn-secondary .msi-icon {
  color: var(--button-secondary);
}
.msi-button-group .msi-btn {
  border-radius: 0;
  box-shadow: none;
}
.msi-button-group .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 13px !important;
  border-right: 0;
}
.msi-button-group .msi-btn:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msi-button-group .msi-btn:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.msi-button-group .msi-btn:focus {
  padding: 0 11px; /* borrow 1px of padding to create separation */
  border-radius: 2px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* base palette */
/* states */
/* non-color vars */
.msi-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  overflow: visible;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--button-enabled);
  border: 1px solid var(--button-border-color);
  border-radius: 2px;
}
.msi-btn-compact.msi-btn {
  padding: 3px;
}
.msi-btn-compact.msi-btn:not(.msi-btn-secondary):not(.msi-btn-action) .msi-icon {
  color: #fff;
}
.msi-btn-icon.msi-btn {
  height: auto;
  padding: 5px;
  line-height: 0;
  color: var(--text-primary);
  background: none;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.msi-btn-icon--active.msi-btn .msi-icon {
  color: var(--msi-ui-secondary-highlight);
}
.msi-btn-action.msi-btn {
  font-weight: 700;
  color: var(--action-button-text);
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
.msi-btn-action.msi-btn .msi-icon {
  color: var(--text-primary);
}
.msi-btn-secondary.msi-btn {
  color: var(--button-secondary);
  background: none;
  border: 1px solid var(--button-secondary);
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn {
  color: var(--text-primary);
  font-weight: 700;
  border: 1px solid transparent;
  background: none;
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn:active {
  border: 1px solid var(--button-secondary);
}
.msi-btn-flat.msi-btn, .msi-btn-small.msi-btn {
  height: 24px;
}
.msi-btn-large.msi-btn {
  height: auto;
  padding: 10px 16px;
}

.msi-btn {
  transition: 100ms background-color, 100ms color;
}
[disabled].msi-btn {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-btn:not([disabled]):hover:not(:active) {
  background-color: var(--button-hover);
}
.msi-btn:not([disabled]):hover:not(:active).msi-btn-action, .msi-btn:not([disabled]):hover:not(:active).msi-btn-secondary, .msi-btn:not([disabled]):hover:not(:active).msi-btn-icon, .msi-btn:not([disabled]):hover:not(:active).msi-btn-tertiary {
  background-color: var(--primary-10);
}
.msi-btn:not([disabled]):focus, .msi-btn:not([disabled]):active {
  outline: none;
}
.msi-btn:not([disabled]):focus::before, .msi-btn:not([disabled]):active::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 4px;
  transition: border-color 100ms;
}
.msi-btn:not([disabled]):focus.msi-btn-icon::before, .msi-btn:not([disabled]):active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-btn:not([disabled]):focus.msi-btn-secondary, .msi-btn:not([disabled]):focus.msi-btn-action, .msi-btn:not([disabled]):focus.msi-btn-icon, .msi-btn:not([disabled]):focus.msi-btn-tertiary {
  background: var(--primary-10);
}
.msi-btn:not([disabled]).active, .msi-btn:not([disabled]):active {
  color: #fff;
  background-color: var(--button-pressed-hover);
  border-color: rgba(255, 255, 255, 0.1);
}
.msi-btn:not([disabled]).active::before, .msi-btn:not([disabled]):active::before {
  border-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active.msi-btn-icon, .msi-btn:not([disabled]):active.msi-btn-icon {
  background-color: var(--button-enabled);
  box-shadow: none;
}
.msi-btn:not([disabled]).active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]) {
  color: inherit;
}
.msi-btn:not([disabled]).active:hover, .msi-btn:not([disabled]):active:hover {
  color: #fff;
  background-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active:hover::before, .msi-btn:not([disabled]):active:hover::before {
  border-color: var(--button-pressed-hover);
}

.msi-btn {
  cursor: pointer;
}
.msi-btn.msi-btn-text-and-icon .msi-icon {
  color: inherit;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.msi-btn .msi-spinner {
  display: flex;
}
.msi-btn .msi-spinner svg .circle {
  stroke: rgba(255, 255, 255, 0.3);
}
.msi-btn .msi-spinner svg .progress {
  stroke: #fff;
}

button,
.msi-btn {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-date-picker-control .date-control, .msi-date-time-picker-control .date-time-control, .msi-time-picker-control .time-control, .msi-calendar .msi-calendar-datetimepicker > .date-time, .msi-calendar-single-datetimepicker > .date-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 12px;
}
.msi-date-picker-control .date-control:last-child, .msi-date-time-picker-control .date-time-control:last-child, .msi-time-picker-control .time-control:last-child, .msi-calendar .msi-calendar-datetimepicker > .date-time:last-child, .msi-calendar-single-datetimepicker > .date-time:last-child {
  margin-bottom: 4px;
}
.msi-date-picker-control .date-control .date-selector-descriptor, .msi-date-time-picker-control .date-time-control .date-selector-descriptor, .msi-time-picker-control .time-control .date-selector-descriptor, .msi-calendar .msi-calendar-datetimepicker > .date-time .date-selector-descriptor, .msi-calendar-single-datetimepicker > .date-time .date-selector-descriptor {
  width: 47px;
  font-weight: bold;
}
.msi-date-picker-control .date-control .msi-date-picker-control, .msi-date-time-picker-control .date-time-control .msi-date-picker-control, .msi-time-picker-control .time-control .msi-date-picker-control, .msi-calendar .msi-calendar-datetimepicker > .date-time .msi-date-picker-control, .msi-calendar-single-datetimepicker > .date-time .msi-date-picker-control {
  margin: 0 12px;
}
.msi-date-picker-control .date-control .input-wrapper, .msi-date-time-picker-control .date-time-control .input-wrapper, .msi-time-picker-control .time-control .input-wrapper, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper, .msi-calendar-single-datetimepicker > .date-time .input-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: auto;
  height: 34px;
  min-height: auto;
}
.msi-date-picker-control .date-control .input-wrapper.date-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input, .msi-time-picker-control .time-control .input-wrapper.date-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input, .msi-date-picker-control .date-control .input-wrapper.time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input, .msi-time-picker-control .time-control .input-wrapper.time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input, .msi-date-picker-control .date-control .input-wrapper.date-time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input, .msi-time-picker-control .time-control .input-wrapper.date-time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input {
  width: 100%;
  color: var(--text-primary);
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus {
  border: 1px solid var(--focus-primary);
  border-right: 0;
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer {
  width: 32px;
}
.msi-date-picker-control .date-control .input-wrapper .invalid-date-time, .msi-date-time-picker-control .date-time-control .input-wrapper .invalid-date-time, .msi-time-picker-control .time-control .input-wrapper .invalid-date-time, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .invalid-date-time, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .invalid-date-time {
  border-color: #d0021b;
}
.msi-date-picker-control .date-control .input-wrapper .msi-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .msi-icon, .msi-time-picker-control .time-control .input-wrapper .msi-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .msi-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .msi-icon {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn, .msi-time-picker-control .time-control .input-wrapper .drop-btn, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn {
  flex: 0 0;
  padding: 0;
  background: none;
  border: 0;
  outline: 0;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: none;
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -ms-high-contrast-adjust: none;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 5px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open {
  border: 1px solid var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
  border-bottom: 5px solid var(--text-primary);
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn[disabled], .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn[disabled], .msi-time-picker-control .time-control .input-wrapper .drop-btn[disabled], .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn[disabled], .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer {
  background-color: var(--background-input);
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  cursor: pointer;
  background: var(--input-hover);
}
.msi-date-picker-control .date-control .input-wrapper input, .msi-date-time-picker-control .date-time-control .input-wrapper input, .msi-time-picker-control .time-control .input-wrapper input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper input {
  box-sizing: border-box;
  flex: 1 0;
  min-width: 0;
  padding: 0 0 0 30px;
  margin: 0;
}

/* DATEPICKER */
.msi-calendar-datepicker .ngb-datepicker {
  font-weight: bold;
  border: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-navigation-select {
  display: none;
}
.msi-calendar-datepicker .ngb-datepicker .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker input {
  display: inline-block;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--text-secondary);
  text-align: center;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.outside {
  opacity: 0.5;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
  color: var(--text-secondary);
  outline: 1px solid var(--focus-primary);
  outline-offset: -1px;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
  background-color: var(--primary-10);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.range {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
  color: #fff;
  background-color: var(--focus-primary-60);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid white;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: white;
    background-color: #404040;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: black;
    background-color: white;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: black;
    background-color: #c0c0c0;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid black;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: black;
    background-color: #c0c0c0;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: white;
    background-color: black;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: white;
    background-color: #404040;
  }
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header {
  position: relative;
  padding-top: 4px;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-month-name {
  display: flex;
  flex: 1;
  justify-content: center;
  height: auto;
  margin: 0 12px;
  text-shadow: var(--shadow-level-1);
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow {
  position: absolute;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button[disabled] {
  cursor: default;
  opacity: var(--disabled-opacity);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:first-child {
  left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:last-child {
  right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron {
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  border: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: none;
  -ms-high-contrast-adjust: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) {
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) .ngb-dp-navigation-chevron {
  border-right: 12px solid var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next {
  justify-content: center;
  -ms-flex-pack: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next button {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next .ngb-dp-navigation-chevron {
  border-left: 12px solid var(--text-primary);
  transform: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month {
  margin: 12px 24px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:first-child {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:last-child {
  margin-right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekdays {
  border: 0;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekday {
  width: 28px;
  height: 28px;
  font-style: normal;
  color: var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day {
  display: flex;
  width: 28px;
  height: 28px;
  color: var(--text-secondary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus:not(.hidden) {
  background-color: var(--hover);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day.disabled .custom-day {
  color: var(--stroke-level-2);
  background: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}

.msi-dropdown.msi-datepicker-control-dropdown {
  max-height: unset;
  padding: 24px 12px 12px;
}
.msi-dropdown.msi-datepicker-control-dropdown .bg-light {
  background: none;
}

.msi-date-picker-control,
.msi-time-picker-control {
  display: inline-block;
}

.msi-date-picker-control {
  width: 130px;
}
.msi-date-picker-control.has-dropdown {
  width: 160px;
}
.msi-date-picker-control .date-control {
  margin: 0;
}

.msi-date-time-picker-control {
  width: 130px;
}
.msi-date-time-picker-control.has-dropdown {
  width: 168px;
}
.msi-date-time-picker-control .date-time-control {
  width: 200px;
  margin: 0;
}

.msi-time-picker-control {
  width: 114px;
}
.msi-time-picker-control:not(.has-dropdown) {
  width: 100px;
}
.msi-time-picker-control .time-control {
  margin: 0;
}

.msi-calendar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.msi-calendar .bg-light {
  background: none;
}
.msi-calendar .form-wrapper {
  box-sizing: border-box;
  display: inline-block;
  padding: 24px 12px 12px;
  background-color: var(--background-level-3);
}
.msi-calendar .form-wrapper.form-border {
  border: 1px solid var(--stroke-level-1);
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
}
.msi-calendar .form-wrapper .calendar-row {
  display: flex;
  flex-basis: 100%;
}
.msi-calendar .form-wrapper .footer {
  justify-content: space-between;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper {
  display: flex;
  flex-direction: row;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button {
  align-items: center;
  align-self: flex-end;
  margin: 0 6px;
  font-weight: normal;
  line-height: 16px;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .msi-calendar-quickselection {
  margin: 12px;
}
.msi-calendar .msi-calendar-quickselection .msi-radio-button-label {
  padding: 2px 12px 3px;
}
.msi-calendar-single-datetimepicker > .date-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.msi-calendar-single-datetimepicker > .date-time > msi-time-picker-control {
  margin: 12px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-callout .callout-container {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 6px 6px 12px 6px;
  justify-content: space-between;
}
.msi-callout .callout-error {
  background-color: var(--callout-error-background);
  border-color: var(--callout-error-border);
}
.msi-callout .callout-info {
  background-color: var(--callout-info-background);
  border-color: var(--callout-info-border);
}
.msi-callout .callout-success {
  background-color: var(--callout-success-background);
  border-color: var(--callout-success-border);
}
.msi-callout .callout-warning {
  background-color: var(--callout-warning-background);
  border-color: var(--callout-warning-border);
}
.msi-callout .primary-icon-container {
  padding: 6px;
}
.msi-callout .error-icon {
  color: var(--callout-error-icon);
}
.msi-callout .callout-contents {
  width: 100%;
  padding: 6px 6px 0 6px;
}
.msi-callout .callout-title {
  margin-bottom: 4px;
}
.msi-callout .trailing-icons-container {
  padding: 1px;
  height: -moz-fit-content;
  height: fit-content;
}
.msi-callout .callout-footer {
  margin: 4px 6px 0 29px;
}
.msi-callout .callout-footer:empty {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  min-height: 168px;
  overflow: hidden;
  background: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-card:hover {
  box-shadow: var(--shadow-level-3);
}
.msi-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border-radius: 4px;
}
.msi-card.msi-card-media-type {
  height: 234px;
  line-height: 1.125rem;
  cursor: pointer;
}
.msi-card.msi-card-media-type .msi-card-title {
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  padding: 12px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon {
  color: var(--icon-primary);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon:first-child {
  padding-right: 6px;
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon ~ .msi-icon {
  padding-left: 6px;
}
.msi-card.msi-card-media-type .msi-card-title span {
  display: inline-block;
  max-width: 120px;
  line-height: 1.125rem;
}
.msi-card.msi-card-media-type .msi-card-content {
  height: 60px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type img {
  height: 114px;
  object-fit: cover;
}
.msi-card.msi-card-media-type .msi-card-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 50%;
  font-size: 0.75rem;
}
.msi-card.msi-card-media-type .msi-card-error span {
  display: inline-flex;
  margin-top: 12px;
  line-height: 18px;
}
.msi-card.msi-card-media-type-error {
  justify-content: center;
}

.msi-card-title {
  display: flex;
  flex: initial;
  align-items: center;
  padding: 12px 12px 6px;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-card-image + .msi-card-title {
  padding: 12px;
}

.msi-card-title + .msi-card-content {
  padding-top: 0;
}

.msi-card-content + .msi-card-actions {
  padding-top: 0;
}

.msi-card-content {
  padding: 12px;
  color: var(--text-primary);
}

.msi-card-image {
  flex: initial;
  margin: 0 13px;
}
.msi-card-image .msi-card-media,
.msi-card-image img {
  display: inline;
  width: 100%;
}
.msi-card-image.full-bleed {
  margin: 0;
}
.msi-card-image.bottom {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-card-actions {
  display: flex;
  justify-content: space-between;
  padding: 12px 13px 12px 11px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-card.msi-media-card {
  width: 200px;
  height: 250px;
  max-height: 250px;
  margin: 12px;
}
.msi-card.msi-media-card .msi-card-title {
  height: 42px;
  min-height: auto;
  padding: 12px 12px 6px 12px;
  justify-content: space-between;
}
.msi-card.msi-media-card .msi-card-title-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -5px;
}
.msi-card.msi-media-card .msi-card-title-actions .msi-btn {
  margin: -5px 0; /* Give space for the focus state of the button (5px each side) */
}
.msi-card.msi-media-card .msi-card-title-actions .msi-icon {
  width: 24px;
  height: 24px;
  padding: 0 !important;
}
.msi-card.msi-media-card .msi-card-image {
  height: 150px;
  background-color: var(--primary-05);
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image {
  height: 48px;
  padding: 51px 0;
  background: none;
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image i {
  width: 48px;
  height: 48px;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay * {
  display: none;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay-hover {
  display: flex;
}
.msi-card.msi-media-card .msi-card-overlay {
  position: absolute;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon {
  color: #fff;
  margin-right: 6px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon:last-child {
  margin-right: 12px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-hover {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.msi-media-list-table {
  /* Fix CSS colspan border bug: https://stackoverflow.com/questions/25591499/chrome-bug-with-colspan-and-border */
  border-collapse: separate; /* the default option */
  border-spacing: 0; /* remove border gaps */
}
.msi-media-list-table tr td,
.msi-media-list-table tr .msi-td,
.msi-media-list-table .msi-tr td,
.msi-media-list-table .msi-tr .msi-td {
  white-space: nowrap;
}
.msi-media-list-table tr .msi-media-list-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon {
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr .msi-media-list-icon .msi-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon .msi-icon {
  margin: 0;
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off {
  min-width: 58px; /* Reserve space for flag icon, even when it's not there */
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off .msi-btn {
  display: none;
}
.msi-media-list-table tr .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons {
  display: none;
  text-align: right;
  padding-right: 0;
}
.msi-media-list-table tr .msi-media-list-hover-icons .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons .msi-btn {
  display: inline-block;
  margin-left: 8px;
}
.msi-media-list-table tr .msi-media-list-secondary,
.msi-media-list-table .msi-tr .msi-media-list-secondary {
  text-align: right;
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons {
  display: table-cell;
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary {
  display: none;
}
.msi-media-list-table tr:hover .msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr:hover .msi-flag-off .msi-btn {
  display: inline-block;
}

.msi-checkbox-group {
  display: flex;
  flex-direction: column;
}
.msi-checkbox-group .msi-checkbox-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-checkbox-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-checkbox {
  display: flex;
}
.msi-checkbox:active {
  outline: 0;
}

.msi-checkbox-checked .msi-checkbox-icon,
.msi-checkbox:active:not(.msi-checkbox-disabled) .msi-checkbox-icon {
  color: var(--focus-secondary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #c0c0c0;
  }
}
.msi-checkbox-disabled .msi-checkbox-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-checkbox-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox:hover .msi-checkbox-icon-wrapper::before, .msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.msi-checkbox-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-checkbox-text {
  display: flex;
  margin-left: 12px;
}
.msi-checkbox-text:empty {
  margin-left: 0;
}

.msi-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
  appearance: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-collapsable {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.msi-collapsable > div {
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}
.msi-collapsable.collapsed > div {
  transform: translateY(-16px);
}
.msi-collapsable .msi-item a {
  padding-left: 48px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

.msi-data-table {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 84px;
  overflow: hidden;
  /* Embedded components */
  /* Resize */
}
.msi-data-table,
.msi-data-table thead,
.msi-data-table tbody,
.msi-data-table tr,
.msi-data-table td,
.msi-data-table th {
  box-sizing: border-box !important;
}
.msi-data-table tr,
.msi-data-table .visible-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-data-table tr {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border-bottom: 1px solid var(--primary-20);
}
.msi-data-table th,
.msi-data-table td {
  display: flex !important;
  border-bottom: 0 !important;
}
.msi-data-table thead {
  display: block;
  overflow-x: hidden;
  border-bottom: 1px solid var(--primary-40);
}
.msi-data-table thead tr {
  border-bottom: 0;
}
.msi-data-table thead .msi-pinned-row:last-of-type {
  border-bottom: 0;
}
.msi-data-table.msi-data-table-sticky-column thead {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.msi-data-table.msi-data-table-horizontal-scrollbar {
  overflow-x: scroll;
}
.msi-data-table.msi-data-table-horizontal-scrollbar thead,
.msi-data-table.msi-data-table-horizontal-scrollbar tbody {
  width: max-content !important;
  min-width: 100%;
}
.msi-data-table tbody {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-x: scroll;
}
.msi-data-table .cell-wrapper {
  display: inline-block;
  flex: 1 1;
  min-width: 17px;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-data-table .msi-data-table-row {
  flex-direction: column;
}
.msi-data-table .hidden-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 10px;
}
.msi-data-table .hidden-row:not(.collapsed) {
  margin-bottom: 11px;
}
.msi-data-table .hidden-row .msi-overflow-table {
  display: grid;
  grid-template-columns: 0fr 1fr;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name {
  font-weight: normal;
  color: var(--text-secondary);
  white-space: pre;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:not(:empty)::after {
  content: ":";
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty {
  display: none;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty + .col-contents {
  grid-column: 1/span 2;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name,
.msi-data-table .hidden-row .msi-overflow-table .col-contents {
  display: flex;
  align-items: center;
  max-width: 85ch;
  padding: 0 4px 4px 0;
}
.msi-data-table .msi-spinner {
  display: block;
  pointer-events: none;
}
.msi-data-table .msi-spinner .msi-spinner-inner {
  margin: 0 !important;
}
.msi-data-table .msi-checkbox {
  display: inline-block;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.msi-data-table .msi-checkbox-disabled {
  pointer-events: none;
}
.msi-data-table .msi-resizable {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper {
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
  padding: 0;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid {
  grid-area: resize;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
  width: 7px;
  cursor: col-resize;
  height: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:hover, .msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:active {
  color: var(--text-primary) !important;
  background: var(--hover) !important;
}
.msi-data-table .msi-resizable.resize-right-hover {
  z-index: 5;
}
.msi-data-table .internal-table-full-width .msi-table {
  width: 100%;
}
.msi-data-table .internal-table-full-width .msi-table td,
.msi-data-table .internal-table-full-width .msi-table th {
  flex-grow: 1;
  justify-content: start;
}

/* Pin/Expand icons */
.msi-data-table-expand-icon-col,
.msi-data-table-pin-icon-col {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-data-table-expand-icon-col .msi-btn,
.msi-data-table-pin-icon-col .msi-btn {
  height: unset !important;
}
.msi-data-table-expand-icon-col .msi-btn .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn .msi-pin-off {
  opacity: 0.5;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus), .msi-data-table-expand-icon-col .msi-btn:active:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus) {
  background: none !important;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus)::before, .msi-data-table-expand-icon-col .msi-btn:active:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus)::before {
  display: none;
}
.msi-data-table-expand-icon-col .msi-btn:hover .msi-pin-off, .msi-data-table-expand-icon-col .msi-btn:focus .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:hover .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:focus .msi-pin-off {
  opacity: 0.8;
}
.msi-data-table-expand-icon-col .msi-btn:active .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:active .msi-pin-off {
  opacity: 1;
}
.msi-data-table-expand-icon-col .msi-icon,
.msi-data-table-pin-icon-col .msi-icon {
  margin: 0 !important;
  cursor: pointer;
  transition: transform 100ms;
}
.msi-data-table-expand-icon-col .msi-icon.collapsed,
.msi-data-table-pin-icon-col .msi-icon.collapsed {
  transform: rotate(-90deg);
}
.msi-data-table-expand-icon-col .msi-icon:active, .msi-data-table-expand-icon-col .msi-icon:focus,
.msi-data-table-pin-icon-col .msi-icon:active,
.msi-data-table-pin-icon-col .msi-icon:focus {
  color: var(--icon-primary);
}

.msi-data-table-expand-icon-col .msi-btn {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  margin: 5px;
}

/* Frozen */
.msi-data-table-sticky-column td.sticky, .msi-data-table-sticky-column td.msi-data-table-expand-icon-col, .msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.sticky,
.msi-data-table-sticky-column th.msi-data-table-expand-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  position: absolute;
  z-index: 3;
  background: var(--table-background);
}
.msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  left: 0;
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-pin-icon-col {
  background: var(--table-hover);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-pin-icon-col {
  background: var(--table-selection);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-pin-icon-col {
  background: var(--table-selection-hover);
}
.msi-data-table-sticky-column .sticky-column-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
  box-shadow: 5px 0 5px -2px var(--table-frozen-shadow-color);
}

/* Pinned rows */
.msi-data-table-pinning .msi-pinned-row-container {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-pinned-row-container:not(:empty) {
  overflow-x: hidden;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-row-pinned-last {
  border-bottom-width: 4px;
}

/* Column Types */
.msi-col-type-icon {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-col-type-icon .cell-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-col-type-icon .msi-table-header-left:hover,
.msi-col-type-icon .msi-table-header-left:focus {
  background-color: transparent;
  outline: none;
}

tr .msi-col-type-number .msi-header-text, tr .msi-col-type-action .msi-header-text, tr .msi-col-type-text .msi-header-text, tr .msi-col-type-boolean .msi-header-text {
  cursor: default;
}
tr .msi-col-type-number .msi-header-text .drag-grid, tr .msi-col-type-action .msi-header-text .drag-grid, tr .msi-col-type-text .msi-header-text .drag-grid, tr .msi-col-type-boolean .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .cdk-drag-disabled .msi-header-text,
tr .msi-col-float-left .msi-header-text,
tr .msi-col-float-right .msi-header-text {
  cursor: default;
}
tr .cdk-drag-disabled .msi-header-text .drag-grid,
tr .msi-col-float-left .msi-header-text .drag-grid,
tr .msi-col-float-right .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .msi-col-type-action {
  text-align: center;
  cursor: pointer;
}
tr .msi-col-type-action .cdk-drag-handle {
  overflow: visible !important;
}
tr .msi-col-type-action .cell-wrapper,
tr .msi-col-type-action .msi-header-text {
  display: flex;
  justify-content: center;
  overflow: visible;
  text-align: center;
}
tr .msi-col-type-action .msi-header-text .drag-grid {
  grid-area: text;
  padding: 0;
}
tr .msi-col-type-action[role=columnheader] {
  margin-left: 3px !important;
}
tr .msi-col-type-number {
  text-align: right;
  font-family: "Roboto Mono", serif;
}
tr .msi-col-type-number .msi-header-text {
  gap: 3px;
}
tr .msi-col-type-number .cell-wrapper {
  font-variant-numeric: tabular-nums;
}
tr .msi-col-type-number .cell-wrapper,
tr .msi-col-type-number .msi-header-text {
  text-align: right;
}

.cursor-moving {
  cursor: grabbing !important;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  min-height: 30px;
  padding: 12px 12px 6px 12px;
  line-height: 1;
  border-bottom: 1px solid var(--hover);
  color: var(--text-primary);
  text-decoration: none;
  cursor: default;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-section p {
  margin: 6px 0;
  line-height: 1.5;
}
.msi-dropdown-section .msi-button-section {
  margin: 0 -7px;
}
.msi-dropdown-section .msi-button-section .msi-btn-action.msi-btn {
  padding-left: 6px;
  padding-right: 6px;
}
.msi-dropdown-section .msi-link {
  padding: 6px 0;
}
.msi-dropdown-section .msi-link .msi-icon {
  margin: 0 6px;
  vertical-align: text-bottom;
}

.msi-dropdown-section-arrow {
  float: right;
}

.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-header-root {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.msi-common-header-root .search-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: auto;
  height: 44px;
  padding: 9px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-root .search-button:focus, .msi-common-header-root .search-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .search-button.msi-dropdown-trigger-open, .msi-common-header-root .search-button:active, .msi-common-header-root .search-button:active:hover, .msi-common-header-root .search-button.active {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-root .icon {
  -webkit-user-select: none;
          user-select: none;
  filter: invert(100%);
}
.msi-common-header-root .icon--search {
  width: 24px;
  height: 24px;
}
.msi-common-header-root .msi-common-icon-inactive {
  opacity: 0.2;
}
.msi-common-header-root .msi-common-header-left-plugin-area {
  flex: 1 1 auto;
  height: 47px;
  min-width: 0;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link {
  box-sizing: content-box;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 6px 24px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 4px;
  outline: none;
  opacity: 0.7;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:focus, .msi-common-header-root .msi-common-header-left-plugin-area .link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:active, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected:hover {
  color: #fff;
  background-color: transparent;
  border-color: var(--focus-primary);
  opacity: 1;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled:hover, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
  min-width: 0;
}
.msi-common-header-root .msi-session-manager,
.msi-common-header-root .msi-common-header-plugin {
  position: relative;
  display: inline-block;
  height: 47px;
  vertical-align: top;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap {
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  max-height: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap:empty {
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap.open {
  visibility: visible;
}

.msi-common-header {
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  height: 48px;
  overflow: hidden;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  background: var(--header-background-color) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFUlEQVQI12NggIJ///9I42AwMDAAALg7CT1ygBi4AAAAAElFTkSuQmCC") repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.msi-common-header button {
  color: #fff;
}
.msi-common-header .agency-icon {
  width: 32px;
  height: 32px;
  margin: 8px 8px 0 0;
}
.msi-common-header .agency-icon i {
  width: 100%;
  height: 100%;
}
.msi-common-header .msi-common-search-container {
  display: none;
  width: 100%;
}
.msi-common-header .msi-common-header-container {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.msi-common-header .msi-common-header-container.full-width {
  max-width: 100%;
}
.msi-common-header .msi-common-header-container .msi-icon {
  color: #fff;
}
.msi-common-header.search-mode {
  background-image: none;
}
.msi-common-header.search-mode .msi-common-header-content {
  display: none;
}
.msi-common-header.search-mode .msi-common-search-container {
  display: flex;
  height: 100%;
}
.msi-common-header a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.msi-common-header .msi-common-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-common-header .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.responsive-header-enabled .msi-common-header-right-plugin-area {
  flex: 1 1 auto;
}

.mobile-header-enabled .msi-common-header-left-plugin-area {
  flex: 1 1 100%;
}
.mobile-header-enabled .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
}

.msi-common-header-dropdown-item {
  display: flex;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-common-header-dropdown-item:hover, .msi-common-header-dropdown-item:focus {
  background-color: var(--hover);
}

.msi-common-header-button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: auto;
  height: 47px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-button:focus, .msi-common-header-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-button:active, .msi-common-header-button:active:hover, .msi-common-header-button.active, .msi-common-header-button.msi-dropdown-trigger-open {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-button.disabled, .msi-common-header-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-button.disabled:hover, .msi-common-header-button:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-button img {
  width: 24px;
  height: 24px;
}

.msi-notifications-ui,
.msi-notifications-ui .bell,
.msi-notifications-ui .wrapper {
  display: block;
  width: 48px;
  height: 47px;
}

.msi-common-header-information-button,
.msi-common-header-notification-button,
.msi-common-header-settings-button {
  vertical-align: middle;
}

.msi-common-header-root .msi-common-header .msi-common-header-plugin-label,
.msi-common-header-root .msi-common-header .msi-icon.msi-common-header-plugin-arrow {
  display: none;
}

.msi-common-header-overflow.msi-dropdown {
  max-height: 100%;
  color: var(--text-primary);
}
.msi-common-header-overflow button {
  color: var(--text-primary);
}
.msi-common-header-overflow button:active, .msi-common-header-overflow button.active {
  color: #fff;
}
.msi-common-header-overflow .msi-common-header-plugin-label {
  display: inline-block;
  padding: 0 35px 0 10px;
}
.msi-common-header-overflow .msi-icon.msi-common-header-plugin-arrow {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
}
.msi-common-header-overflow .link {
  box-sizing: content-box;
  width: 100%;
  font-size: 0.875rem;
  color: var(--text-primary);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-overflow .link,
.msi-common-header-overflow .msi-common-header-plugin, .msi-common-header-overflow > .msi-session-manager {
  display: block;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  color: var(--text-primary);
  text-decoration: none;
  background: none;
  border: 0;
}
.msi-common-header-overflow .link:hover, .msi-common-header-overflow .link:focus,
.msi-common-header-overflow .msi-common-header-plugin:hover,
.msi-common-header-overflow .msi-common-header-plugin:focus, .msi-common-header-overflow > .msi-session-manager:hover, .msi-common-header-overflow > .msi-session-manager:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-common-header-overflow .link:active,
.msi-common-header-overflow .msi-common-header-plugin:active, .msi-common-header-overflow > .msi-session-manager:active {
  color: #fff;
  background-color: #1a87b2;
}
.msi-common-header-overflow .link[disabled], .msi-common-header-overflow .link.disabled,
.msi-common-header-overflow .msi-common-header-plugin[disabled],
.msi-common-header-overflow .msi-common-header-plugin.disabled, .msi-common-header-overflow > .msi-session-manager[disabled], .msi-common-header-overflow > .msi-session-manager.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}
.msi-common-header-overflow .msi-session-manager {
  padding: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-container {
  margin: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-inner-container {
  width: 100%;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content {
  width: 100%;
  padding-right: 35px;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open {
  background: var(--focus-primary);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content:hover {
  background: none;
}
.msi-common-header-overflow .msi-session-manager .arrow {
  position: absolute;
  right: 4px;
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-common-header-plugin {
  padding: 0;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button {
  display: block;
  width: 100%;
  text-align: left;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button > img {
  display: inline-block;
  vertical-align: middle;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button:hover {
  background: none;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-information-button {
  padding: 0 4px;
}
.msi-common-header-overflow .agency-icon {
  height: 32px;
  margin: 8px 0 8px 8px;
  vertical-align: middle;
}

.common-header-app-plugins {
  display: flex;
  flex-direction: row;
}

.msi-common-icon-invert {
  filter: var(--dark-to-light-filter);
}

/* Header Button Plugin */
.msi-dropdown.help-text p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 18px;
}
.msi-dropdown.help-text .sub-label {
  padding: 0 16px;
}
.msi-dropdown.help-text .help-text-call-icon,
.msi-dropdown.help-text .help-text-email-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/* App switcher */
.msi-app-switcher-dropdown {
  width: 276px;
  border-color: transparent;
  border-radius: 4px;
}

.msi-common-services-grid {
  display: flex;
  flex-wrap: wrap;
}

.msi-application-switcher-row,
.msi-common-services-grid .switcher-row {
  display: flex;
  flex-wrap: wrap;
}
.msi-application-switcher-row .service,
.msi-common-services-grid .switcher-row .service {
  width: 80px;
  height: 80px;
  margin: 6px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.msi-application-switcher-row .service:hover,
.msi-common-services-grid .switcher-row .service:hover {
  background: var(--primary-20);
}
.msi-application-switcher-row .switcher-icon,
.msi-common-services-grid .switcher-row .switcher-icon {
  position: relative;
}
.msi-application-switcher-row .service-icon img,
.msi-common-services-grid .switcher-row .service-icon img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 5px 0 0;
}
.msi-application-switcher-row .switcher-badge,
.msi-common-services-grid .switcher-row .switcher-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px;
}

.msi-dropdown.msi-app-switcher-dropdown {
  box-sizing: content-box;
  min-width: 276px;
  max-width: 276px;
  min-height: 276px;
  max-height: none;
  overflow-y: visible;
}
.msi-dropdown.msi-app-switcher-dropdown a {
  color: var(--text-primary);
}
.msi-dropdown.msi-app-switcher-dropdown .msi-common-services-grid {
  min-width: 276px;
  max-width: 276px;
}

/* Left Plugin Area */
.msi-common-header-left-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.msi-common-header-left-content .application-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 48px;
  padding: 0 4px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-left-content .application-logo:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-left-content .application-logo:focus, .msi-common-header-left-content .application-logo:visited {
  color: #fff;
}
.msi-common-header-left-content .application-logo .emsignia {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .separator {
  width: 1px;
  height: 24px;
  margin: 0 12px;
  background-color: #fff;
}
.msi-common-header-left-content .application-logo .application-name {
  height: 47px;
  margin: 1px 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .margin-left {
  margin: 1px 8px 0;
}

/* Right plugin area */
.msi-common-header-right-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}

/* Clock */
.msi-common-header-clock .time {
  display: inline-block;
  width: 81px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 9px 10px 8px 6px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

/* Session Manager */
.msi-session-manager-container {
  position: relative;
  display: flex;
  height: 47px;
  margin: 0 12px;
}
.msi-session-manager-container .msi-session-manager-inner-container {
  position: relative;
}
.msi-session-manager-container .msi-session-manager-inner-container .msi-session-manager {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}
.msi-session-manager-container .msi-session-manager-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 47px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:focus, .msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:active, .msi-session-manager-container .msi-session-manager-content:active:hover, .msi-session-manager-container .msi-session-manager-content.active, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open {
  background-color: var(--focus-primary);
}
.msi-session-manager-container .msi-session-manager-content:active .arrow, .msi-session-manager-container .msi-session-manager-content:active:hover .arrow, .msi-session-manager-container .msi-session-manager-content.active .arrow, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content.disabled, .msi-session-manager-container .msi-session-manager-content:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content.disabled:hover, .msi-session-manager-container .msi-session-manager-content:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content .user-action {
  cursor: pointer;
}
.msi-session-manager-container .msi-session-manager-content .arrow {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0 5px;
  transition-duration: 0.3s;
  transition-property: transform;
}
.msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-session-manager-container .msi-session-manager-content.active {
  background-color: #007aaa;
}
.msi-session-manager-container .msi-session-manager-content.active .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content .avatar {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  clip-path: circle(16px at center);
}
.msi-session-manager-container .msi-session-manager-content .username {
  margin: 0 3px;
  font-size: 12px;
  font-weight: bold;
}
.msi-session-manager-container .msi-session-manager-dropdown {
  box-sizing: border-box;
  width: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

.mobile-header-dropdown-item {
  width: 100%;
  display: flex;
  color: inherit;
  align-items: center;
}
.mobile-header-dropdown-item .msi-common-header-plugin,
.mobile-header-dropdown-item .msi-application-switcher {
  width: 100%;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-label,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-label {
  display: block;
  text-wrap: none;
  text-overflow: ellipsis;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-clock,
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-content,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-clock,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-content {
  align-items: center;
  display: flex;
  height: 100%;
}
.mobile-header-dropdown-item .agency-icon {
  margin-top: 0;
}
.mobile-header-dropdown-item > *,
.mobile-header-dropdown-item .msi-session-manager,
.mobile-header-dropdown-item .msi-session-manager-inner-container,
.mobile-header-dropdown-item .msi-session-manager-container,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row > a {
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
}
.mobile-header-dropdown-item .msi-session-manager-content {
  margin: 0;
}
.mobile-header-dropdown-item .msi-session-manager-content > msi-icon.arrow {
  display: none;
}
.mobile-header-dropdown-item .msi-session-manager-content > .username {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .msi-common-icon-invert {
  height: 32px;
  width: 32px;
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .switcher-badge {
  overflow: hidden;
  color: transparent;
  right: auto;
  top: 0;
  left: 24px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.mobile-header-dropdown-item .avatar.msi-avatar {
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item-right-arrow {
  margin-right: 0 !important;
}
.mobile-header-dropdown-item-right-arrow > i {
  margin: 0;
}

.msi-icon {
  position: relative;
  box-sizing: content-box;
  display: inline-flex;
  width: 24px;
  min-width: 0;
  height: 24px;
  min-height: 0;
  line-height: 0;
  color: var(--icon-primary);
}
.msi-icon i {
  display: flex;
  margin: auto;
  width: inherit;
  height: inherit;
}
.msi-icon svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-form-ctrl,
.msi-input,
.msi-textarea,
.msi-select {
  z-index: 1;
  min-width: 40px;
  height: 34px;
  padding: 8px;
  margin: 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
  box-sizing: border-box;
  appearance: none;
}
.msi-form-ctrl::placeholder,
.msi-input::placeholder,
.msi-textarea::placeholder,
.msi-select::placeholder {
  color: var(--primary-60);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error,
.msi-input:not([disabled]):not([readonly]).error,
.msi-textarea:not([disabled]):not([readonly]).error,
.msi-select:not([disabled]):not([readonly]).error {
  border-color: var(--error);
}
.msi-form-ctrl.error:active:not([disabled]):not([readonly]),
.msi-input.error:active:not([disabled]):not([readonly]),
.msi-textarea.error:active:not([disabled]):not([readonly]),
.msi-select.error:active:not([disabled]):not([readonly]), .msi-form-ctrl.error:focus:not([disabled]):not([readonly]),
.msi-input.error:focus:not([disabled]):not([readonly]),
.msi-textarea.error:focus:not([disabled]):not([readonly]),
.msi-select.error:focus:not([disabled]):not([readonly]) {
  border-color: var(--error);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error + .error-message,
.msi-input:not([disabled]):not([readonly]).error + .error-message,
.msi-textarea:not([disabled]):not([readonly]).error + .error-message,
.msi-select:not([disabled]):not([readonly]).error + .error-message {
  position: relative;
  display: block;
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  white-space: normal;
}

.msi-form-ctrl:focus,
.msi-input:focus,
.msi-textarea:focus,
.msi-select:focus {
  outline: 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid white;
    outline-offset: 2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid black;
    outline-offset: 2px;
  }
}
.msi-form-ctrl:not([disabled]):not([readonly]),
.msi-input:not([disabled]):not([readonly]),
.msi-textarea:not([disabled]):not([readonly]),
.msi-select:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-form-ctrl:not([disabled]):not([readonly]):hover,
.msi-input:not([disabled]):not([readonly]):hover,
.msi-textarea:not([disabled]):not([readonly]):hover,
.msi-select:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-form-ctrl:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-input:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-textarea:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-select:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty, .msi-form-ctrl:not([disabled]):not([readonly]).msi-error,
.msi-input:not([disabled]):not([readonly]).msi-error,
.msi-textarea:not([disabled]):not([readonly]).msi-error,
.msi-select:not([disabled]):not([readonly]).msi-error {
  border-color: var(--error);
}
.msi-form-ctrl:not([disabled]):not([readonly]):active,
.msi-input:not([disabled]):not([readonly]):active,
.msi-textarea:not([disabled]):not([readonly]):active,
.msi-select:not([disabled]):not([readonly]):active, .msi-form-ctrl:not([disabled]):not([readonly]):focus,
.msi-input:not([disabled]):not([readonly]):focus,
.msi-textarea:not([disabled]):not([readonly]):focus,
.msi-select:not([disabled]):not([readonly]):focus, .msi-form-ctrl:not([disabled]):not([readonly]).active,
.msi-input:not([disabled]):not([readonly]).active,
.msi-textarea:not([disabled]):not([readonly]).active,
.msi-select:not([disabled]):not([readonly]).active {
  z-index: 10;
  border-color: #007aaa;
  outline: none;
}
[disabled].msi-form-ctrl,
[disabled].msi-input,
[disabled].msi-textarea,
[disabled].msi-select {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-form-ctrl + .error-message,
.msi-input + .error-message,
.msi-textarea + .error-message,
.msi-select + .error-message {
  display: none;
}
[readonly].msi-form-ctrl,
[readonly].msi-input,
[readonly].msi-textarea,
[readonly].msi-select, .msi-input-readonly.msi-form-ctrl,
.msi-input-readonly.msi-input,
.msi-input-readonly.msi-textarea,
.msi-input-readonly.msi-select {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}

.msi-textarea {
  min-height: 90px;
  padding: 8px;
}

.msi-error-wrapper {
  position: relative;
  display: grid;
  margin-bottom: 12px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-input-group {
  display: flex;
  min-height: 34px;
}
.msi-input-group * {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
}
.msi-input-group .msi-input.prefix-exists {
  position: relative;
  left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.msi-input-group .msi-input.msi-input.extra-padding {
  padding-right: 28px;
}
.msi-input-group .msi-input-button {
  position: relative;
  z-index: 10;
  margin-top: 4px;
}
.msi-input-group .msi-input-button .msi-input-suffix {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.msi-input-group .msi-input-button .msi-input-suffix.suffix-in-textarea {
  bottom: 6px;
  left: -28px;
  padding: 3px;
}
.msi-input-group .msi-input-button .msi-icon {
  padding: 3px;
  border-radius: 50%;
  bottom: 5px;
  right: 3px;
}
.msi-input-group .msi-input-button .msi-icon:hover:not([disabled]) {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus, .msi-input-group .msi-input-button .msi-icon:active {
  outline: none;
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus.msi-btn-icon::before, .msi-input-group .msi-input-button .msi-icon:active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):focus::before, .msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):active::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 50%;
  transition: border-color 100ms;
}
.msi-input-group .msi-input-button .msi-icon-disabled {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon[disabled] {
  cursor: default;
  opacity: 0.4;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus, .msi-input-group .msi-input-button .msi-icon[disabled]:active {
  outline: none;
  background: none;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus::before, .msi-input-group .msi-input-button .msi-icon[disabled]:active::before {
  border: none;
}
.msi-input-group .msi-input-button:focus, .msi-input-group .msi-input-button:active {
  outline: none;
}

.msi-input-label {
  display: flex;
  padding-bottom: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-primary);
}

textarea.msi-input {
  height: 60px;
  padding: 8px;
}

.msi-select {
  min-width: auto;
  height: 34px;
  margin: 0;
  border: 1px solid var(--input-border-color);
}
.msi-select.radius-right-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.msi-select:focus {
  z-index: 9;
}

.msi-input-error {
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--error);
}

msi-input-group:has(.msi-input-error) .msi-icon[name=ic_asterisk] {
  color: var(--error);
}

.textarea-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 26px;
  padding: 0 35px 0 0;
  overflow: hidden;
  line-height: 14px;
}
.textarea-container * {
  height: 30px;
  min-height: 18px;
  padding: 8px 14px 8px 8px;
  margin-bottom: -2px;
  overflow: hidden;
  color: var(--text-primary);
  resize: none;
  background-color: transparent;
  border: 0;
}
.textarea-container *:focus, .textarea-container *:active {
  outline: none;
}
.textarea-container *::-webkit-scrollbar {
  z-index: 10;
  cursor: default;
}

.msi-input-group-textarea.active {
  border-color: #007aaa;
}
.msi-input-group-textarea.priority-high {
  background-color: rgba(208, 2, 27, 0.2);
  border-color: #d0021b !important;
}
.msi-input-group-textarea.priority-high:focus {
  border-color: #d0021b !important;
}

.msi-input-suffix-priority {
  color: var(--text-selected) !important;
  background-color: #d0021b !important;
  border-radius: 15px;
}

.msi-chars-counter-container {
  width: 100%;
  height: auto;
  padding: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter {
  display: block;
  width: 100%;
  height: auto;
  min-height: 34px;
  padding: 8px 8px 0;
  overflow: auto;
  overflow-x: hidden;
  resize: none;
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:hover, .msi-chars-counter-container .msi-textarea-chars-counter:focus {
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-counter {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 20px;
  padding-right: 8px;
  color: #4a4a4a;
  border-top: 1px solid transparent;
}
.msi-chars-counter-container .msi-counter.scroll-bottom {
  border-top: 1px solid #4a4a4a;
}
.msi-chars-counter-container .msi-counter.close-to-max {
  color: var(--text-primary);
}
.msi-chars-counter-container .msi-counter .length-over-max {
  color: #d0021b;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-link {
  color: var(--text-link);
  font-weight: 500;
  text-decoration: underline;
}
.msi-link:focus {
  outline-offset: 1px;
}
.msi-link:hover, .msi-link:active, .msi-link.msi-link-active {
  color: var(--text-primary);
}
.msi-link.msi-link-disabled, .msi-link[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-link.msi-link-disabled:active, .msi-link.msi-link-disabled:hover, .msi-link[disabled]:active, .msi-link[disabled]:hover {
  color: var(--text-link);
}
.msi-link:hover:visited, .msi-link:focus:visited, .msi-link:active:visited, .msi-link.msi-link-active:visited {
  color: var(--text-link);
}
.msi-link:visited, .msi-link.visited {
  color: var(--text-link);
}
.msi-link.distinct-state:visited, .msi-link.distinct-state.visited {
  color: var(--text-link-clicked);
}
.msi-link.distinct-state:hover:visited, .msi-link.distinct-state:focus:visited, .msi-link.distinct-state:active:visited, .msi-link.distinct-state.msi-link-active:visited {
  color: var(--text-link-clicked);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list {
  max-width: 192px;
  padding: 12px;
  margin: 0;
}
.msi-list ul {
  padding-left: 9px;
  list-style-type: none;
}
.msi-list ol {
  padding-left: 16px;
}
.msi-list.unstyled ul,
.msi-list.unstyled ol {
  padding-left: 9px;
  margin-top: 10px;
}
.msi-list.unstyled ol {
  list-style-type: none;
}
.msi-list.unstyled li {
  padding: 0;
  margin-bottom: 10px;
}
.msi-list.unstyled li::before {
  display: none;
}

ul.msi-list {
  padding: 12px;
  list-style-type: none;
}
ul.msi-list li {
  position: relative;
  padding-left: 10px;
}
ul.msi-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  content: "•";
}
ul.msi-list ul li {
  position: relative;
  padding-left: 0;
}
ul.msi-list ul li::before {
  left: -10px;
  font-size: 0.75rem;
  content: "○";
}

ol.msi-list {
  padding-left: 30px;
}
ol.msi-list.unstyled {
  padding-left: 12px;
  list-style-type: none;
}
ol.msi-list ul {
  padding-left: 0;
}
ol.msi-list ul > li {
  position: relative;
  padding-left: 10px;
}
ol.msi-list ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  content: "○";
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list-builder .list-builder-container {
  height: 100%;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
}
.msi-list-builder .items-container {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  background-color: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-list-builder .items-header {
  padding: 12px 12px 0 12px;
}
.msi-list-builder h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 4px;
}
.msi-list-builder .items-description {
  margin-bottom: 6px;
}
.msi-list-builder .search-box-container {
  padding: 6px 0 12px 0;
  width: 100%;
}
.msi-list-builder .search-field-container {
  width: 100%;
  min-width: 67px;
  margin-bottom: 12px;
}
.msi-list-builder .msi-input {
  width: 100%;
  padding-right: 28px;
}
.msi-list-builder .num-search-results {
  min-width: 85px;
  margin-top: 6px;
  margin-left: 8px;
}
.msi-list-builder .item-list {
  height: 100%;
  width: 100%;
  min-height: 0;
}
.msi-list-builder .msi-table {
  display: block;
  flex: 1 1;
  background-color: var(--background-level-3);
}
.msi-list-builder .disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}
.msi-list-builder .list-empty-state {
  margin: auto;
  text-align: center;
  max-width: 75%;
}
.msi-list-builder .num-items-selected {
  border-top: 1px solid var(--stroke-level-2);
  height: 42px;
  padding: 10px;
}
.msi-list-builder .move-controls-inner-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.msi-list-builder .item-move-btn-container {
  margin: 18px;
}
.msi-list-builder .item-move-btn {
  width: 48px;
  height: 34px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

.msi-content-modal {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 70vw;
  height: 70vh;
  overflow: visible;
  color: var(--text-primary);
  box-shadow: var(--shadow-level-2);
}
.msi-content-modal-host {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-height: inherit;
  max-height: inherit;
}
.msi-content-modal-scrollable .msi-content-modal-actions {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-content-modal-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.msi-content-modal-item {
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.msi-content-modal-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-modal-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-modal-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-modal-panel {
  display: block;
  order: 0;
  width: 0;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-panel--opened {
  width: 343px;
  padding: 12px;
  overflow-y: auto;
}
.msi-content-modal-panel--opened:not(.msi-content-modal-panel--right) {
  margin-right: 12px;
}
.msi-content-modal-panel--opened.msi-content-modal-panel--right {
  margin-left: 12px;
}
.msi-content-modal-panel--right {
  order: 1;
}
.msi-content-modal-close {
  position: fixed;
  top: 10px;
  right: 35px;
  cursor: pointer;
}
.msi-content-modal-title {
  overflow: hidden;
  font-size: 32px;
  color: #fff;
  text-overflow: ellipsis;
}
.msi-content-modal-button {
  margin: 0 6px 6px;
}
.msi-content-modal-button :last-child {
  margin-right: 0;
}
.msi-content-modal-button:not(.msi-btn-icon--active) .msi-icon {
  color: #fff;
}
.msi-content-modal-header {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-100%);
}
.msi-content-modal-header .msi-content-modal-button {
  display: inline-flex;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-content-viewer {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 150px;
  overflow: hidden;
}
.msi-content-viewer-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-viewer-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-viewer-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-viewer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 70%;
  overflow: hidden;
}
.msi-content-viewer-content-default, .msi-content-viewer-content-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-content-viewer-content-custom:empty {
  display: none;
}
.msi-content-viewer-content-spinner {
  position: absolute;
}
.msi-content-viewer-image {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
          user-select: none;
  object-fit: contain;
}
.msi-content-viewer-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.msi-content-viewer-error span {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 24px;
}
.msi-content-viewer-error .msi-icon {
  margin-right: 8px;
}
.msi-content-viewer-error .msi-btn {
  margin-top: 15px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-pop-up-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  color: var(--text-primary);
  pointer-events: all;
  margin-top: 24px;
}
.msi-pop-up-modal .msi-table th.cdk-drag-placeholder,
.msi-pop-up-modal .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}
.msi-pop-up-modal-panel {
  pointer-events: none !important;
}
.msi-pop-up-modal-host {
  width: 100vw;
  height: 100vh;
}
.msi-pop-up-modal-host-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.msi-pop-up-modal-host-container--left.container {
  flex-direction: row-reverse;
  margin-left: 0;
}
.msi-pop-up-modal-host-container--right.container {
  margin-right: 0;
}
.msi-pop-up-modal-wrapper.fullscreen {
  position: unset;
}
.fullscreen .msi-pop-up-modal-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: var(--msi-ui-primary-dark-80);
}
.fullscreen .msi-pop-up-modal {
  display: flex;
  height: 80%;
  margin: auto;
}
.msi-pop-up-modal-header {
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 5px;
  color: var(--msi-ui-primary-light);
  cursor: pointer;
  background: var(--msi-ui-neutral-deep);
  border: 1px solid var(--msi-ui-primary-dark-10);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: var(--shadow-level-1);
}
.msi-pop-up-modal-header-title {
  flex: 1;
  padding: 4px 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-pop-up-modal-header-buttons {
  display: flex;
}
.msi-pop-up-modal-header-buttons .msi-btn {
  box-sizing: content-box;
  display: block;
  padding: 4px 10px;
  margin: 2px;
}
.msi-pop-up-modal-header-buttons .msi-btn .msi-icon {
  margin: 0;
}
.msi-pop-up-modal-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--modal-background);
  border: 1px solid var(--msi-ui-primary-dark-10);
  box-shadow: var(--shadow-level-1);
}
.fullscreen .msi-pop-up-modal-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.minimized .msi-pop-up-modal-content {
  overflow: hidden;
}
.minimized .msi-pop-up-modal-content:not(.ng-animating) {
  display: none;
}

@media (max-width: 780px) {
  .msi-pop-up-modal-wrapper {
    max-width: 100% !important;
  }
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msi-progress-bar .msi-progress {
  width: 100%;
  height: 3px;
  background-color: var(--primary-20);
}
.msi-progress-bar .msi-progress-bar {
  height: 3px;
  background-color: var(--focus-primary);
  transition: all 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.msi-progress-bar .msi-progress-label {
  display: none;
  justify-content: flex-end;
  min-width: 26px;
  margin-left: 6px;
  font-size: 0.75rem;
  color: var(--text-primary);
}
.msi-progress-bar.labeled .msi-progress-label {
  display: flex;
}
.msi-progress-bar.embedded {
  margin-top: -3px;
}
.msi-progress-bar.embedded.labeled .msi-progress-label {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-radio-button {
  display: flex;
}

.msi-radio-button-disabled .msi-radio-button-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-radio-button-checked .msi-icon,
.msi-radio-button:active:not(.msi-radio-button-disabled) .msi-icon {
  color: var(--focus-secondary);
}

.msi-radio-button-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-radio-button:not(.msi-radio-button-disabled):hover .msi-radio-button-icon-wrapper::before, .msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-radio-button-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-radio-button-text {
  display: flex;
  margin-left: 12px;
}

.msi-radio-button-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

.msi-radio-group {
  display: flex;
  flex-direction: column;
}
.msi-radio-group .msi-radio-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-radio-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--neutral) transparent;
  }
}
* {
  --scrollbar-width: thin;
  --scrollbar-color: $scrollbar-fill transparent;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar:hover {
  background: var(--primary-10);
}
::-webkit-scrollbar:active {
  background: var(--primary-20);
}
::-webkit-scrollbar-thumb {
  background-color: var(--neutral);
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* Chips in search */
}
.msi-common-search .left-content {
  display: flex;
  flex: 1 1 auto;
}
.msi-common-search .left-content form {
  display: flex;
  flex: 1;
}
.msi-common-search .right-controls {
  display: flex;
}
.msi-common-search .msi-common-header-custom-search {
  height: 100%;
  max-height: 115px;
  padding-top: 5px;
  overflow-y: auto;
}
.msi-common-search .msi-chips {
  background: none;
  border: 0;
  border-radius: 0;
}
.msi-common-search .msi-chips .new-chip-input,
.msi-common-search .msi-chips .msi-chip,
.msi-common-search .msi-chips .msi-tag-contents,
.msi-common-search .msi-chips .msi-tag-remove,
.msi-common-search .msi-chips .msi-tag > a {
  color: #fff !important;
  border-color: #fff;
}

.msi-common-header-close-button {
  width: 24px;
  height: 24px;
}

.msi-common-search-field-container {
  flex-grow: 1;
  overflow: hidden;
}

.msi-common-search-field {
  width: 100%;
  height: 34px;
  padding: 0 8px 0 2px;
  margin: 9px 0 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.msi-common-search-field:focus {
  outline: none;
}

.msi-common-search-plugins {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-search-result {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 18px;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-search-result + .msi-search-result {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-search-result .msi-search-thumbnail {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 20px;
  color: var(--primary-80);
  background-color: var(--primary-20);
}
.msi-search-result .msi-search-thumbnail:not(.msi-icon) {
  width: 80px;
  height: 80px;
  padding: 0;
}
.msi-search-result .msi-search-thumbnail.msi-icon i {
  width: 100%;
  height: 100%;
}
.msi-search-result .msi-search-left {
  padding-right: 24px;
}
.msi-search-result .msi-search-wrapper {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-search-result .msi-search-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-right {
  display: flex;
  padding-left: 12px;
  color: var(--text-secondary);
}
.msi-search-result .msi-tag {
  margin: 0 6px 6px 0;
  font-weight: 700;
}
.msi-search-result .msi-search-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-search-result .msi-search-title .msi-icon {
  margin-bottom: 2px;
  vertical-align: middle;
}
.msi-search-result .msi-search-subtitle {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90ch;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.msi-search-result .msi-search-data .msi-search-data-title {
  display: block;
}
.msi-search-result .msi-search-data .msi-search-data-value {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.msi-search-result .msi-search-data > * {
  flex: 0 0 25%;
  min-width: 100px;
  padding-right: 12px;
  margin-top: 12px;
}
.msi-search-result .msi-search-body {
  max-width: 90ch;
  max-height: 6em;
  margin-top: 12px;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
}
.msi-search-result .msi-search-tabs {
  width: 100%;
  margin-top: 12px;
}
.msi-search-result .msi-search-tabs .msi-tab-labels {
  flex-wrap: wrap;
}
.msi-search-result .msi-search-tabs .msi-tab-label {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-tabs .msi-tab-label .msi-icon {
  margin-right: 5px;
}
.msi-search-result .msi-search-tabs .msi-search-thumbnail {
  margin: 0 0 18px 18px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-list, .msi-select-options-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-list-item, .msi-select-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-list-item, .padding-small.msi-select-option {
  padding: 8px;
}
.msi-select-list-item:last-child, .msi-select-option:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-list, .msi-select-options-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-list-item, .msi-select-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-list-item, .padding-small.msi-select-option {
  padding: 8px;
}
.msi-select-list-item:last-child, .msi-select-option:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

.msi-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0;
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon:hover, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.msi-select-origin {
  display: grid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 5px 8px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-select-origin .msi-select-placeholder,
.msi-select-origin .msi-select-placeholder-value {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-select-origin .msi-select-options-list {
  display: none;
}
.msi-select-origin.disabled {
  cursor: not-allowed;
}
.msi-select-origin .icons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "clear arrow";
  align-items: center;
  gap: 2px;
}
.msi-select-origin .icons-container.single-icon {
  grid-template-columns: 1fr;
  grid-template-areas: "arrow";
}
.msi-select-origin .msi-select-arrow {
  grid-area: arrow;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-select-origin .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-select-origin .clear-icon-btn {
  grid-area: clear;
  justify-self: flex-end;
  background: none;
  outline: none;
  border: none;
  min-width: 0;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
.msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):hover:not(:active), .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active::before, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):focus::before {
  background: none;
  border: none;
}
.msi-select-origin .clear-icon-btn.msi-btn.disabled {
  cursor: not-allowed;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible {
  background: var(--hover);
  border-radius: 50%;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible .msi-icon {
  color: var(--icon-primary);
}
.msi-select-origin .msi-icon.msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}

.msi-select-options-list {
  width: 100%;
}

.msi-select-option .msi-select-option-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msi-select-options-list,
.msi-select-option {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
}
.sidebar-container:nth-child(1) {
  padding-top: 12px;
}
.sidebar-container:nth-last-child(1) {
  padding-bottom: 12px;
}
.sidebar-container > * {
  flex-grow: 1;
}
.sidebar-container > div {
  flex-grow: 0;
}
.sidebar-container .msi-sidebar-item,
.sidebar-container .sidebar-item-expand {
  display: flex;
  align-items: center;
  margin: 1px 0;
  cursor: pointer;
}
.sidebar-container .msi-sidebar-item:hover,
.sidebar-container .sidebar-item-expand:hover {
  outline: none;
}
.sidebar-container .msi-sidebar-item:hover .description-container,
.sidebar-container .msi-sidebar-item:hover .icon-container,
.sidebar-container .sidebar-item-expand:hover .description-container,
.sidebar-container .sidebar-item-expand:hover .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item:focus,
.sidebar-container .sidebar-item-expand:focus {
  position: relative;
  background-clip: padding-box;
  outline: none;
}
.sidebar-container .msi-sidebar-item:focus::before,
.sidebar-container .sidebar-item-expand:focus::before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: "";
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.sidebar-container .msi-sidebar-item:focus .description-container,
.sidebar-container .msi-sidebar-item:focus .icon-container,
.sidebar-container .sidebar-item-expand:focus .description-container,
.sidebar-container .sidebar-item-expand:focus .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item.selected .description-container,
.sidebar-container .msi-sidebar-item.selected .icon-container, .sidebar-container .msi-sidebar-item:active .description-container,
.sidebar-container .msi-sidebar-item:active .icon-container,
.sidebar-container .sidebar-item-expand.selected .description-container,
.sidebar-container .sidebar-item-expand.selected .icon-container,
.sidebar-container .sidebar-item-expand:active .description-container,
.sidebar-container .sidebar-item-expand:active .icon-container {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container .msi-sidebar-item.selected .description-container .msi-icon,
.sidebar-container .msi-sidebar-item.selected .icon-container .msi-icon, .sidebar-container .msi-sidebar-item:active .description-container .msi-icon,
.sidebar-container .msi-sidebar-item:active .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .description-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .description-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .icon-container .msi-icon {
  color: #fff;
}
.sidebar-container .msi-sidebar-item .icon-container,
.sidebar-container .sidebar-item-expand .icon-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 2px;
}
.sidebar-container .msi-sidebar-item .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand .icon-container .msi-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-container .msi-sidebar-item .description-container,
.sidebar-container .sidebar-item-expand .description-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 48px;
  overflow: hidden;
}
.sidebar-container .msi-sidebar-item .description-container .description,
.sidebar-container .sidebar-item-expand .description-container .description {
  width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container .msi-sidebar-item .icon-container-flyout,
.sidebar-container .sidebar-item-expand .icon-container-flyout {
  display: none;
  width: 0;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container.expanded .msi-sidebar-item,
.sidebar-container.expanded .sidebar-item-expand {
  cursor: pointer;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus,
.sidebar-container.expanded .sidebar-item-expand:focus {
  background-color: var(--hover);
}
.sidebar-container.expanded .msi-sidebar-item:focus::before,
.sidebar-container.expanded .sidebar-item-expand:focus::before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus .description-container,
.sidebar-container.expanded .msi-sidebar-item:focus .icon-container,
.sidebar-container.expanded .sidebar-item-expand:focus .description-container,
.sidebar-container.expanded .sidebar-item-expand:focus .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item.selected, .sidebar-container.expanded .msi-sidebar-item:active,
.sidebar-container.expanded .sidebar-item-expand.selected,
.sidebar-container.expanded .sidebar-item-expand:active {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container.expanded .msi-sidebar-item.selected .description-container,
.sidebar-container.expanded .msi-sidebar-item.selected .icon-container, .sidebar-container.expanded .msi-sidebar-item:active .description-container,
.sidebar-container.expanded .msi-sidebar-item:active .icon-container,
.sidebar-container.expanded .sidebar-item-expand.selected .description-container,
.sidebar-container.expanded .sidebar-item-expand.selected .icon-container,
.sidebar-container.expanded .sidebar-item-expand:active .description-container,
.sidebar-container.expanded .sidebar-item-expand:active .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container,
.sidebar-container.expanded .sidebar-item-expand .icon-container {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container.icon-expand .msi-icon,
.sidebar-container.expanded .sidebar-item-expand .icon-container.icon-expand .msi-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sidebar-container.expanded .msi-sidebar-item .icon-container-flyout,
.sidebar-container.expanded .sidebar-item-expand .icon-container-flyout {
  position: relative;
  display: flex;
  align-items: center;
  width: 23px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .description-container,
.sidebar-container.expanded .sidebar-item-expand .description-container {
  min-width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container .description,
.sidebar-container.expanded .sidebar-item-expand .description-container .description {
  width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container > *,
.sidebar-container.expanded .sidebar-item-expand .description-container > * {
  opacity: 1;
}

.msi-sidebar-top-section::after {
  display: block;
  margin: 12px 4px 0;
  content: "";
  border-bottom: 1px solid var(--hover);
}

.msi-sidebar-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-sidebar-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar-with-subitems {
  height: 100%;
}
.msi-sidebar-with-subitems .sidebar-with-subitems {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  box-sizing: border-box;
  width: 48px;
  height: 100%;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
  padding: 12px 0;
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems.expanded {
  width: 250px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.expanded {
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left {
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left.selected {
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle {
  display: none;
  overflow: hidden;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle.expanded {
  display: inherit;
  flex-grow: 1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right {
  display: none;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right.expanded {
  display: inherit;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon {
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-divider {
  width: 100%;
  height: 8px;
  margin: 2px 0;
  background-color: var(--background-blue-level-1);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem {
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem.selected {
  background: rgba(0, 122, 170, 0.2);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom {
  opacity: 0.1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom__child {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand.expanded {
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip.expanded {
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip__icon {
  width: 24px;
  height: 24px;
  padding: 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 12px 0 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-sidenav {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Light variant */
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  color: var(--item-selection-text-color-light);
}

.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  background-color: var(--item-selection-primary-light);
}
.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover {
  background-color: var(--item-selection-hover-light);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-slider {
  width: 100%;
}
.msi-slider:hover:not(.msi-slider-disabled) .msi-slider-thumb {
  background-color: var(--slider-handle-hover);
}

.msi-slider-native:focus + .msi-slider-thumb {
  box-shadow: 0 0 0 5px var(--primary-20);
}
.msi-slider-native:focus + .msi-slider-thumb::before {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: "";
  border: 2px solid var(--focus-primary);
  border-radius: 4px;
}

.msi-slider-native:active + .msi-slider-thumb {
  box-shadow: 0 0 0 3px var(--primary-20);
}
.msi-slider-native:active + .msi-slider-thumb::before {
  display: none;
}

.msi-slider-disabled {
  cursor: not-allowed;
}
.msi-slider-disabled .msi-slider-label {
  pointer-events: none;
  opacity: 0.4;
}

.msi-slider-label {
  position: relative;
  padding: 7px 0;
}

.msi-slider-text {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-slider-range-wrap {
  position: relative;
  height: 14px;
}

.msi-slider-track-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin-bottom: -2px;
  overflow: hidden;
  pointer-events: none;
}

.msi-slider-track {
  height: 4px;
  background: var(--focus-primary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-track {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-track {
    background-color: black;
  }
}
.msi-slider-thumb {
  position: absolute;
  top: 50%;
  z-index: 3;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--slider-handle-border-color);
  border-radius: 2px;
}

.msi-slider-ticks-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -2px;
  pointer-events: none;
}

.msi-slider-tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 4px;
}

.msi-slider-tick-unit-horizontal {
  border-left: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-vertical {
  border-top: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-horizontal:first-of-type, .msi-slider-tick-unit-horizontal:last-of-type,
.msi-slider-tick-unit-vertical:first-of-type,
.msi-slider-tick-unit-vertical:last-of-type {
  visibility: hidden;
}

.msi-slider-native {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
}
.msi-slider-native:focus {
  outline: none;
}
.msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
  background: transparent;
}
.msi-slider-native::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateY(-6px);
}
.msi-slider-native::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-moz-range-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}
.msi-slider-native::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border: 0;
}
.msi-slider-native::-ms-fill-lower {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-native {
    height: 4px;
    background-color: #404040;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-native {
    height: 4px;
    background-color: #c0c0c0;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #c0c0c0;
  }
}
.msi-slider-icon {
  position: absolute;
  top: 0;
  left: -32px;
}

.msi-slider-vertical .msi-slider-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.msi-slider-vertical .msi-slider-text {
  flex: 1;
  order: 10;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 5px;
}
.msi-slider-vertical .msi-slider-icon {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  flex: 1;
  order: 2;
  margin: 4px 0 10px;
}
.msi-slider-vertical .msi-slider-range-wrap {
  margin-bottom: 4px;
  height: 20em;
}
.msi-slider-vertical .msi-slider-track-wrap {
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-left: -2px;
  pointer-events: none;
  background: var(--slider-track);
  transform: scale(-1);
}
.msi-slider-vertical .msi-slider-track {
  width: 4px;
}
.msi-slider-vertical .msi-slider-thumb {
  top: auto;
  left: 50%;
  margin-top: 0;
  margin-left: -6px;
}
.msi-slider-vertical .msi-slider-ticks-wrap {
  top: 0;
  bottom: 0;
  left: 50%;
  flex-direction: column;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick {
  width: 4px;
  height: 12px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick::before {
  width: 4px;
  border: 0 solid;
  border-bottom: 1px inherit;
}
.msi-slider-vertical .msi-slider-native {
  opacity: 0;
  writing-mode: bt-lr;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-runnable-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-thumb {
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-moz-range-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-moz-range-thumb {
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-track {
  width: 4px;
  height: 100%;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-fill-lower {
  background: var(--focus-primary);
  border: 0;
}
.msi-slider-vertical .msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-spinner {
  display: block;
}
.msi-spinner .progress {
  transition: 300ms stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: var(--focus-primary);
}
.msi-spinner .circle {
  stroke: var(--primary-20);
}
.msi-spinner.msi-spinner-indeterminate .msi-spinner-inner {
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tab-group {
  display: block;
}

.msi-tab-labels {
  position: relative;
  z-index: 100;
  display: flex;
  overflow: auto;
  /* Dragging, Resizing */
}
.msi-tab-labels .cdk-drag:active {
  z-index: 2;
}
.msi-tab-labels .cdk-drag-preview {
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--hover);
}
.msi-tab-labels .cdk-drag-placeholder {
  opacity: 0;
}
.msi-tab-labels .cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-tab-labels .cdk-drag-handle {
  flex: 1 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-tab-labels.cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.msi-tab-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0 1px 0 0;
  overflow: visible;
  font: inherit;
  font-weight: 600;
  color: var(--primary-70);
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.msi-tab-label.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
}
.msi-tab-label:not(.disabled):hover, .msi-tab-label:not(.disabled):focus:not(.active) {
  color: var(--text-primary);
  background-color: var(--hover);
}
.msi-tab-label:not(.disabled).active, .msi-tab-label:not(.disabled):active {
  color: var(--text-primary);
}
.msi-tab-label:not(.disabled).active::before, .msi-tab-label:not(.disabled):active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 3px solid var(--focus-primary);
}

.msi-tab-content {
  padding-top: 12px;
}
.msi-tab-content:empty {
  display: none;
}

.cdk-drop-list-dragging,
.cdk-drop-list-dragging .msi-tab-label {
  cursor: grabbing !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palette */
.msi-tag {
  display: inline-flex;
  margin: 5px;
  border-radius: 2px;
}
.msi-tag a {
  position: relative;
  display: flex;
  max-width: 100%;
  padding: 2px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-primary);
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  gap: 4px;
}
.msi-tag a:hover {
  background-color: var(--hover);
}
.msi-tag a:focus {
  outline: none;
}
.msi-tag a:focus::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid;
  border-color: inherit;
  border-radius: 4px;
}
.msi-tag a .msi-icon.msi-tag-remove {
  display: none;
  width: 12px;
  height: 12px;
  margin: auto;
}
.msi-tag a msi-icon.msi-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  color: inherit;
}
.msi-tag.separate-remove a:hover {
  cursor: text;
}
.msi-tag.separate-remove .msi-icon.msi-tag-remove {
  cursor: pointer;
}
.msi-tag.filled a {
  color: #fff;
}
.msi-tag.filled.alert > a {
  background-color: #ec1c24;
}
.msi-tag.filled.emergency > a {
  background-color: #ff8400;
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.filled.success > a {
  background-color: #099a49;
}
.msi-tag.filled.primary > a {
  background-color: #007aaa;
}
.msi-tag.filled.secondary > a {
  background-color: #662d91;
}
.msi-tag.actionable a {
  padding: 2px 6px;
  pointer-events: all;
  cursor: pointer;
}
.msi-tag.actionable a .msi-icon {
  display: inline-block;
  color: var(--text-primary);
}
.msi-tag.actionable span {
  display: inline-block;
  vertical-align: top;
}
.msi-tag.actionable.filled .msi-icon {
  color: #fff;
}
.msi-tag.actionable.filled.emergency .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.alert {
  border-color: #ec1c24;
}
.msi-tag.emergency {
  border-color: #ff8400;
}
.msi-tag.success {
  border-color: #099a49;
}
.msi-tag.primary {
  border-color: #007aaa;
}
.msi-tag.secondary {
  border-color: #662d91;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toast-container {
  position: fixed;
  pointer-events: none;
}
.msi-toast-container.top-right .msi-toast, .msi-toast-container.bottom-right .msi-toast {
  margin-left: auto;
}
.msi-toast-container.top-center .msi-toast, .msi-toast-container.bottom-center .msi-toast, .msi-toast-container.center .msi-toast {
  margin: auto;
}
.msi-toast-container.top-center {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.msi-toast-container.center {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.msi-toast-container.bottom-center {
  right: 0;
  bottom: 60px;
  width: 100%;
}
.msi-toast-container.top-left {
  top: 60px;
  left: 60px;
}
.msi-toast-container.top-right {
  top: 60px;
  right: 60px;
}
.msi-toast-container.bottom-right {
  right: 60px;
  bottom: 60px;
}
.msi-toast-container.bottom-left {
  bottom: 60px;
  left: 60px;
}
.msi-toast-container .msi-toast {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.msi-toast-container .msi-toast .msi-toast-body {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto 3px;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  background-repeat: no-repeat;
  background-position: 15px center;
  border-radius: 2px;
  box-shadow: var(--shadow-level-1);
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 32px;
  min-height: 100%;
  border-radius: 2px 0 0 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon .msi-icon {
  margin: auto;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message {
  padding: 12px 8px;
  text-shadow: var(--shadow-level-1);
  overflow-wrap: break-word;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message:last-child {
  padding-right: 12px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-link {
  align-self: center;
  margin: 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-close-button {
  align-self: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  margin: 2px;
  cursor: pointer;
}
.msi-toast-container .msi-toast--error .msi-toast-icon {
  background-color: var(--error);
}
.msi-toast-container .msi-toast--success .msi-toast-icon {
  background-color: var(--success);
}
.msi-toast-container .msi-toast--warning .msi-toast-icon {
  background-color: #fcb400;
}
.msi-toast-container .msi-toast--information .msi-toast-icon {
  background-color: #007aaa;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toggle {
  position: relative;
  display: flex;
}

.msi-toggle-disabled .msi-toggle-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-toggle-checked .msi-toggle-wrap {
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: black;
  }
}
.msi-toggle-checked .msi-toggle-thumb {
  left: 24px;
  transform: translateX(-100%) translateY(-50%);
}
.msi-toggle-checked .msi-toggle-icon {
  color: var(--focus-primary);
}

.msi-toggle-focused .msi-toggle-wrap::before,
.msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
  position: absolute;
  top: -8px;
  right: -7px;
  bottom: -8px;
  left: -7px;
  content: "";
  background: var(--hover);
  border-radius: 4px;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}

.msi-toggle-focused:not(:active) .msi-toggle-wrap::before {
  border: 2px solid var(--focus-primary);
}

.msi-toggle-error .msi-toggle-wrap {
  background: var(--primary-40);
}
.msi-toggle-error .msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-wrap {
  background: rgba(208, 2, 27, 0.8);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-icon {
  color: var(--error);
}

.msi-toggle-label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.5;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-toggle-wrap {
  position: relative;
  width: 22px;
  height: 10px;
  background: var(--primary-40);
  border-radius: 2px;
  line-height: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-wrap {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-wrap {
    background-color: #c0c0c0;
  }
}
.msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}

.msi-toggle-thumb {
  position: absolute;
  top: 50%;
  left: -2px;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--toggle-handle-border-color);
  border-radius: 2px;
  transition: 300ms;
  transform: translateY(-50%);
  transform-style: preserve-3d;
}
.msi-toggle-thumb .msi-toggle-icon {
  display: block;
}

.msi-toggle-text {
  display: flex;
  margin-right: 12px;
}

.msi-toggle-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-treeview {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.msi-media-player .audio-player {
  max-height: 46px;
}
.msi-media-player .audio-player audio {
  visibility: hidden;
}
.msi-media-player video {
  width: 100%;
}
.msi-media-player .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player vg-controls,
.msi-media-player vg-play-pause,
.msi-media-player vg-time-display {
  height: 41px;
  line-height: 41px;
}
.msi-media-player vg-play-pause {
  width: 35px;
  margin-right: 25px;
}
.msi-media-player vg-time-display {
  width: auto;
}
.msi-media-player .vg-time-separator {
  margin: 0 4px;
  color: #fff;
}
.msi-media-player .right-controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.msi-media-player .right-controls vg-fullscreen {
  height: 41px;
  margin-left: 5px;
  line-height: 41px;
}
.msi-media-player .right-controls .rotate-control {
  height: 41px;
  line-height: 41px;
  cursor: pointer;
  background-image: url("/assets/images/ic_rotate.svg");
}
.msi-media-player vg-scrub-bar {
  bottom: 41px;
  background: rgba(0, 0, 0, 0.5);
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time {
  height: 3px;
  transition: height 100ms;
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time .background {
  background-color: var(--focus-primary);
}
.msi-media-player vg-scrub-bar:focus {
  outline: 1px solid var(--focus-primary);
}
.msi-media-player vg-scrub-bar:hover vg-scrub-bar-current-time {
  height: 8px;
}
.msi-media-player vg-player {
  /* :disable class-name-format */
}
.msi-media-player vg-player .icon {
  width: 50px;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.msi-media-player vg-player .vg-icon-pause {
  background-image: url("/assets/images/ic_media_pause.svg");
}
.msi-media-player vg-player .vg-icon-play_arrow {
  background-image: url("/assets/images/ic_media_play.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen {
  background-image: url("/assets/images/ic_zoom.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen_exit {
  background-image: url("/assets/images/ic_view_collapse.svg");
}
.msi-media-player .vg-icon-fullscreen_exit::before,
.msi-media-player .vg-icon-fullscreen::before,
.msi-media-player .vg-icon-pause::before,
.msi-media-player .vg-icon-play_arrow::before {
  content: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-anchor-links {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
.msi-anchor-links .msi-select {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
}

.msi-anchor-link {
  display: inline-block;
  margin-right: 24px;
  font-weight: 700;
  color: var(--anchor-text-unselected);
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.msi-anchor-link[disabled] {
  color: var(--text-secondary);
  text-decoration: none;
  cursor: not-allowed;
}
.msi-anchor-link:not([disabled]):hover {
  color: var(--anchor-text-hover);
  opacity: 1;
}
.msi-anchor-link:not([disabled]):focus, .msi-anchor-link:not([disabled]):active, .msi-anchor-link:not([disabled]).active {
  color: var(--anchor-text-selected);
  text-decoration: none;
  opacity: 1;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips {
  position: relative;
  display: flex;
  min-height: 34px;
}
.msi-chips[disabled=true] {
  cursor: not-allowed;
}
.msi-chips-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--input-background);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
}
.msi-chips-container--disabled .msi-chip a, .msi-chips-container--readonly .msi-chip a {
  pointer-events: none;
}
.msi-chips-container--disabled .msi-chip a .msi-icon, .msi-chips-container--readonly .msi-chip a .msi-icon {
  display: none;
}
.msi-chips-container:not(.msi-chips-container--disabled):not(.msi-chips-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips .chip-in-between {
  min-width: 8px;
  height: 32px;
  padding-left: 4px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
}
.msi-chips .chip-in-between:not(:placeholder-shown), .msi-chips .chip-in-between:focus {
  min-width: 16px;
  padding-left: 8px;
}
.msi-chips .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 38px;
  padding: 8px 8px 10px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
}
.msi-chips .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips .msi-chip {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-right: 8px;
  padding-bottom: 6px;
  margin-right: -8px;
  margin-bottom: -3px;
  text-decoration: none;
  cursor: text;
  outline: none;
}
.msi-chips .msi-chip--error .msi-tag {
  border: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips .msi-chip--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips .msi-chip--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips .msi-chip--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-tag {
  max-width: calc(100% - 8px);
  margin: 6px 0 0 8px;
}
.msi-chips .msi-tag > a {
  width: 100%;
  font-size: 0.8rem;
  text-transform: none;
  align-items: center;
}
.msi-chips .msi-tag-contents {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.error-page-div {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 500px;
  margin: auto;
}
.error-page-div .error-page-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 100%;
  grid-template-columns: minmax(30%, 180px) 65%;
  grid-template-rows: 100%;
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.lg {
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.md, .error-page-div .error-page-wrapper.sm {
  grid-column-gap: 12px;
}
.error-page-div .error-page-wrapper .error-icon {
  width: 100%;
  max-width: 190px;
  height: 100%;
  margin-left: auto;
}
.error-page-div .error-page-wrapper .error-icon i {
  width: 100%;
  height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg {
  font-size: 3.75rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title,
.error-page-div .error-page-wrapper .error-message-div .error-desc {
  font-weight: 700;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg,
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg {
  margin-bottom: 24px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md,
.error-page-div .error-page-wrapper .error-message-div .error-desc.md {
  margin-bottom: 12px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm,
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm {
  margin-bottom: 6px;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg,
.error-page-div .error-page-wrapper .error-message-div .error-code.lg {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.md,
.error-page-div .error-page-wrapper .error-message-div .error-code.md {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm,
.error-page-div .error-page-wrapper .error-message-div .error-code.sm {
  font-size: 0.875rem;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-breadcrumb {
  width: 100%;
}

.msi-breadcrumb-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-breadcrumb-list .dropdown-trigger {
  display: inline;
  margin: 2px 5px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.msi-breadcrumb-list .dropdown-trigger:hover {
  cursor: pointer;
}
.msi-breadcrumb-list .dropdown-trigger:focus {
  color: #fff;
  background-color: #007aaa;
  outline: none;
}
.msi-breadcrumb-list .dropdown-trigger:focus .msi-icon {
  color: #fff;
}
.msi-breadcrumb-list .dropdown-trigger span {
  margin: 2px 0 2px 2px;
}
.msi-breadcrumb-list .dropdown-trigger msi-icon {
  margin: 2px 4px;
}
.msi-breadcrumb-list > li {
  display: inline;
}
.msi-breadcrumb-list > li:not(:first-child)::before {
  display: inline;
  content: "/";
}
.msi-breadcrumb-list > li:last-child > a {
  font-weight: bold;
}
.msi-breadcrumb-list > li:focus:not(.dropdown-trigger) > a {
  text-decoration: underline;
  outline: none;
}
.msi-breadcrumb-list > li > a {
  margin: 0 5px;
  color: var(--text-primary);
  cursor: pointer;
}
.msi-breadcrumb-list > li > a:hover {
  text-decoration: underline;
}

.msi-dropdown-item > a {
  color: var(--text-primary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
msi-file-upload-header {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-header .msi-file-upload-header-descr {
  width: 100%;
  padding: 12px;
}
msi-file-upload-header .msi-file-upload-header-descr p {
  padding: 0;
  margin: 0;
  color: var(--text-primary);
}
msi-file-upload-header .msi-file-upload-header-descr .bold {
  margin-bottom: 2px;
  font-weight: bold;
  color: var(--text-secondary);
}

msi-file-upload-metadata {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-metadata .divide {
  margin-top: 10px;
  margin-bottom: 5px;
}
msi-file-upload-metadata .msi-file-upload-header-body {
  width: 100%;
  padding: 12px 16px;
}
msi-file-upload-metadata .msi-file-upload-header-body label .req {
  margin-left: 1px;
  font-size: 0.55rem;
}
msi-file-upload-metadata .msi-file-upload-header-body msi-time-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-date-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-select {
  display: block;
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .msi-date-picker-control.has-dropdown {
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell {
  display: table-cell;
  width: 33.3333%;
  padding: 0 12px;
  margin: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:first-child {
  padding-left: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:last-child {
  padding-right: 0;
}

msi-file-upload-buttons {
  flex-grow: 1;
}
msi-file-upload-buttons .msi-file-upload-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
msi-file-upload-buttons .msi-file-upload-buttons__top {
  margin-bottom: 12px;
  font-size: 1rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-header {
  font-weight: 800;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-text {
  font-weight: lighter;
}
msi-file-upload-buttons .msi-file-upload-buttons__bottom {
  font-size: 0.75rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.top {
  justify-content: flex-start;
}
msi-file-upload-buttons .msi-file-upload-buttons.middle {
  justify-content: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.bottom {
  justify-content: flex-end;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap h4 {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap span {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line {
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .button-wrap {
  display: inline-block;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn {
  margin: 0 4px;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .button-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .msi-icon {
  color: inherit;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
msi-file-upload-dragdrop-zone {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-input {
  position: absolute;
  top: -999px;
  left: -999px;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-preparing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-dragging {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-top: 37%;
  margin: auto;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  background-color: rgba(0, 122, 170, 0.1);
  border: 2px solid #007aaa;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-second-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

msi-file-upload-list {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
msi-file-upload-list .msi-table {
  width: 100%;
  cursor: pointer;
  background: none !important;
}
msi-file-upload-list .msi-table .msi-icon {
  flex-shrink: 0;
  margin: 0;
}
msi-file-upload-list .msi-table tr {
  border-bottom: 1px solid var(--primary-10);
}
msi-file-upload-list .msi-table tr:last-of-type {
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr:last-of-type td {
  border-bottom: 0 !important;
}
msi-file-upload-list .msi-table tr:hover {
  background-color: rgba(0, 122, 170, 0.2);
}
msi-file-upload-list .msi-table tr:hover .preediting .editable {
  max-width: calc(100% - 22px);
}
msi-file-upload-list .msi-table tr:hover .preediting msi-icon {
  display: inline-block;
}
msi-file-upload-list .msi-table tr td {
  min-width: unset;
  padding: 0 6px;
  vertical-align: middle;
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr td:first-child {
  padding: 0 6px 0 12px;
  text-align: center;
}
msi-file-upload-list .msi-table tr td:last-child {
  padding: 0 12px 0 6px;
}
msi-file-upload-list .msi-table tr .preediting {
  width: 100%;
  max-width: 100px;
}
msi-file-upload-list .msi-table tr .preediting .name-wrapper {
  display: flex;
}
msi-file-upload-list .msi-table tr .preediting span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table tr .preediting msi-icon {
  display: none;
  margin-left: 6px;
  color: var(--text-primary);
  opacity: 0.4;
}
msi-file-upload-list .msi-table tr .editing {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
}
msi-file-upload-list .msi-table tr .editing input {
  width: 100%;
}
msi-file-upload-list .msi-table tr .editing .error-message {
  margin-top: 4px;
  margin-bottom: 6px;
}
msi-file-upload-list .msi-table .table-cell-count {
  min-width: 66px;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-count .message-wrap {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-right.cell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 86px;
  text-align: right;
}
msi-file-upload-list .msi-table .table-cell-right .msi-btn-icon {
  display: inline-flex;
}
msi-file-upload-list .msi-table .table-cell-right .spinner-wrap {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin: 7px;
  overflow: hidden;
}
msi-file-upload-list .msi-table .table-cell-progress {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
msi-file-upload-list .msi-table .table-cell-progress msi-progress-bar {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
}

msi-file-upload-footer {
  width: 100%;
  padding: 12px;
  border-top: 1px solid var(--primary-10);
}
msi-file-upload-footer .msi-file-upload-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn {
  margin-left: 12px;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn .msi-icon {
  min-width: 18px;
  min-height: 18px;
  margin-right: 6px;
  color: inherit;
}
msi-file-upload-footer .wrap-item-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-footer .wrap-item-icon .button-text {
  margin-left: 8px;
}

msi-file-upload {
  display: flex;
}
msi-file-upload .msi-file-upload {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.msi-emm-modal-warning-empty {
  max-width: 100%;
  padding: 0;
}

.empty-files-modal .content-description {
  margin: 15px 0;
}
.empty-files-modal .empty-files-heading {
  display: inline-block;
  cursor: pointer;
}
.empty-files-modal .empty-files-heading msi-icon {
  margin-right: 5px;
  transition: transform 0.4s;
}
.empty-files-modal .empty-files-heading msi-icon.active {
  transform: rotate(90deg);
}
.empty-files-modal .empty-files-list {
  max-width: 100%;
  max-height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.empty-files-modal .empty-files-list li {
  margin-bottom: 10px;
}
.empty-files-modal .list-visible {
  max-height: 100px;
  overflow: auto;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion-item {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 9px;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
}
.msi-accordion-item.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-accordion-item.selected {
  color: var(--item-selection-text-color);
}
.msi-accordion-item.selected:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-accordion-item.selected:not(.disabled):hover, .msi-accordion-item.selected:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled):hover::before, .msi-accordion-item.selected:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item.selected {
    color: white;
    background-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item.selected {
    color: black;
    background-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid black;
  }
}
.msi-accordion-item.item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-accordion-item:focus {
  outline: none;
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-clip: padding-box;
}
.msi-accordion-item:not(.disabled):not(.item-title):focus::before, .msi-accordion-item:not(.disabled):not(.item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).hover, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):active, .msi-accordion-item:not(.disabled):not(.item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active .msi-icon, .msi-accordion-item:not(.disabled):not(.item-title).active .msi-icon {
  color: var(--item-selection-text-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover, .msi-accordion-item:not(.disabled):not(.item-title):active.hover, .msi-accordion-item:not(.disabled):not(.item-title).active:hover, .msi-accordion-item:not(.disabled):not(.item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title):active.hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-accordion-item .item-icon {
  margin-top: 9px;
}
.msi-accordion-item .item-icon .msi-icon {
  transition: transform 300ms;
}
.msi-accordion-item .item-icon .msi-icon.opened {
  transform: rotate(180deg);
}
.msi-accordion-item .item-content {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  grid-area: content;
}
.msi-accordion-item .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}
.msi-accordion-item .item-content .msi-icon {
  margin-right: 6px;
  vertical-align: middle;
}

/* Light variant */
.msi-accordion-light .msi-accordion-item {
  --accordion-item-focus-color: var(--item-selection-primary-light);
  --accordion-item-hover-color: var(--item-selection-hover-light);
  --accordion-item-selection-text-color: var(--item-selection-text-color-light);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion > msi-accordion-item > .msi-collapsable > div {
  padding-bottom: 12px;
}

.msi-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 360px;
  padding: 12px 0 24px;
  margin: 0;
  background-color: var(--background-level-2);
}
.msi-accordion .msi-collapsable .msi-accordion-item {
  border-bottom: 1px solid var(--primary-10);
}
.msi-accordion .msi-collapsable .msi-accordion-item .item-content {
  font-size: 0.875rem;
  font-weight: normal;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-navigation-frame {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--background-level-1);
}
.msi-navigation-frame .msi-common-header-root {
  flex: 0 1;
}
.msi-navigation-frame .sidebar-container {
  height: 100%;
}
.msi-navigation-frame .msi-common-header-button.msi-common-header-overflow-button.msi-dropdown-trigger,
.msi-navigation-frame .msi-common-header-button.msi-mobile-common-header-overflow-button {
  display: none;
}

.msi-nav-wrapper {
  position: relative;
  display: flex;
  flex: 1 0;
  flex-direction: row;
  height: 100%;
}
.msi-nav-wrapper .msi-sidebar {
  flex: 0 1;
}
.msi-nav-wrapper .msi-nav-content {
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  padding: 18px;
  margin: 0 auto;
  background: var(--background-level-2);
}

.msi-sidebar {
  z-index: 100000;
}
.msi-sidebar .msi-header-overflow {
  background-color: var(--primary-05);
  border-top: 1px solid var(--hover);
}
.msi-sidebar .msi-header-overflow:empty {
  display: none;
}
.msi-sidebar .overflow-hide {
  display: none;
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .icon-container .msi-icon {
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(16px at 50% 50%);
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .description,
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .arrow {
  color: var(--text-primary);
}

.msi-nav-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}

.msi-nav-menu-button {
  display: none;
}

.msi-nav-frame-bp-768 .msi-nav-menu-button,
.msi-nav-collapsed .msi-nav-menu-button {
  display: flex;
}
.msi-nav-frame-bp-768 .msi-sidebar,
.msi-nav-collapsed .msi-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-item-expand,
.msi-nav-collapsed .sidebar-item-expand {
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-container,
.msi-nav-collapsed .sidebar-container {
  padding-bottom: 0;
}
.msi-nav-frame-bp-768.msi-sidebar-open .msi-sidebar,
.msi-nav-frame-bp-768.msi-sidebar-open .msi-nav-backdrop,
.msi-nav-collapsed.msi-sidebar-open .msi-sidebar,
.msi-nav-collapsed.msi-sidebar-open .msi-nav-backdrop {
  display: block;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-inline-input {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.msi-inline-input .msi-inline-input-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input {
  width: 100% !important;
  position: relative;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:not(:hover):not(:focus):not(:active),
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:not(:hover):not(:focus):not(:active) {
  border: 1px solid transparent !important;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:hover,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:hover {
  border: 1px solid var(--input-border-color);
  background: var(--input-hover);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus, .msi-inline-input .msi-inline-input-wrapper .msi-input:active,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:focus,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:active {
  border: 1px solid var(--focus-border-color);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus ~ .msi-inline-input-suffix .msi-icon {
  color: var(--icon-primary);
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix {
  position: absolute;
  z-index: 9999;
  margin-right: 6px;
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix .msi-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon {
  color: var(--icon-primary);
  z-index: 9999;
  width: 18px;
  height: 18px;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.autocomplete-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: text;
  padding: 4px;
  border: 1px solid transparent;
  max-width: 100%;
  width: 100%;
}
.autocomplete-wrapper:hover {
  border: 1px solid var(--input-border-color);
}
.autocomplete-wrapper.focus {
  border: 1px solid var(--focus-border-color);
  padding: 0;
}
.autocomplete-wrapper.focus .msi-input {
  border: none;
  height: 45px;
  max-width: 100% !important;
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
  background-color: transparent !important;
}
.autocomplete-wrapper.focus .msi-input.focus, .autocomplete-wrapper.focus .msi-input.hover {
  background-color: transparent !important;
}
.autocomplete-wrapper.error {
  border: 1px solid var(--msi-ui-alert);
}
.autocomplete-wrapper .autocomplete-text {
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
}
.autocomplete-wrapper .autocomplete-text.placeholder {
  font-weight: 500;
}
.autocomplete-wrapper .autocomplete-arrow {
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-sidepanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--modal-background);
}
.msi-sidepanel.sidepanel-absolute {
  position: absolute;
  top: 0;
}
.msi-sidepanel.sidepanel-left {
  margin-right: 12px;
  border-right: 1px solid var(--stroke-level-1);
  box-shadow: 3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-left.sidepanel-absolute {
  left: 0;
}
.msi-sidepanel.sidepanel-right {
  margin-left: 12px;
  border-left: 1px solid var(--stroke-level-1);
  box-shadow: -3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-right.sidepanel-absolute {
  right: 0;
}
.msi-sidepanel .msi-sidepanel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel .msi-sidepanel-content {
  display: flex;
  flex-direction: row;
  height: calc(100% - 42px);
  padding: 0 12px;
  color: var(--text-primary);
  background-color: var(--modal-background);
}

.msi-sidepanel-modal-overlay,
.msi-sidepanel-modal-overlay-over-header {
  width: 100vw;
  height: 100vh;
  background-color: var(--msi-ui-primary-dark-70);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-content,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-content {
  width: 100%;
  height: calc(100% - 40px);
  padding: 0 24px;
  color: var(--text-primary);
  border: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .sidebar-padding,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding {
  margin-left: 26px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded {
  margin-left: 226px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded-flyout,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded-flyout {
  margin-left: 250px;
}

.msi-sidepanel-modal-overlay {
  z-index: 99998;
  height: calc(100% - 48px);
  padding: 48px 24px 24px;
}

.msi-sidepanel-modal-overlay-over-header {
  z-index: 100000;
  height: 100%;
  padding: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card-media-type {
  margin: 6px;
  width: 178px;
  height: 216px;
}
.msi-card-media-type .msi-card-title,
.msi-card-media-type .msi-card-content {
  word-break: break-all;
  padding: 10px;
  height: 40px;
  min-height: 40px;
}
.msi-card-media-type .msi-card-title .msi-icon,
.msi-card-media-type .msi-card-content .msi-icon {
  min-width: 18px;
  flex-shrink: 0;
}
.msi-card-media-type .msi-card-title .icons-wrap {
  display: flex;
  margin-left: auto;
}
.msi-card-media-type .msi-card-title .icons-wrap msi-spinner {
  margin-left: 5px;
}
.msi-card-media-type .msi-card-title .icons-wrap .msi-icon {
  padding: 0 0 0 5px;
}
.msi-card-media-type .msi-card-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-card-media-type .msi-card-title .thumbnail-view-icon {
  min-width: 18px;
}
.msi-card-media-type .msi-card-title .more-options-icon {
  margin-left: auto;
  color: var(--text-primary);
}
.msi-card-media-type .msi-card-image {
  text-align: center;
  background-color: var(--card-image-background);
  height: 114px;
  position: relative;
}
.msi-card-media-type .msi-card-error {
  width: 178px;
}
.msi-card-media-type .tile-owner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

msi-icon.play-icon {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.tile__default-icon {
  padding: 10px 0;
  margin-top: 32px;
  margin-bottom: 32px;
}

.triangle-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.triangle-wrapper .triangle-bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent var(--background-level-3) transparent;
}
.triangle-wrapper .lock-icon {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

/* MISSION CRITICAL COMPONENTS */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-light .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-light .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-light .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-light .msi-btn-flat.msi-btn, html.mc-light .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-light .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-dark .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-dark .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-dark .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-dark .msi-btn-flat.msi-btn, html.mc-dark .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-dark .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Default cdk-overlay styles from node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 99999;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  position: absolute;
  z-index: 99999;
  display: flex;
}

.cdk-overlay-pane {
  position: absolute;
  z-index: 100000;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
}
.cdk-overlay-pane.msi-pop-up-modal-panel {
  z-index: 99998;
}
.cdk-overlay-pane.tooltip-overlay {
  z-index: 100002;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-tap-highlight-color: transparent;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: var(--msi-ui-primary-dark-80);
}

.cdk-overlay-transparent-backdrop,
.cdk-backdrop-transparent,
.cdk-backdrop-transparent.cdk-overlay-backdrop-showing,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  z-index: 99999;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Provides backwards-compatibility for the old sass-map method of theming,
by aliasing that older theme to the new CSS4 variables
(or color tokens if there is no variation between light and dark) */
/* Both light theme and dark themes use the same CSS4 variables */
/* Stub for deprecated core-theme */
/* stylelint-disable selector-list-comma-newline-after */
/* To disable the reset stylesheet, set `$msi-disable-reset: true` before importing this stylesheet */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
  /* remove chrome browser black/white outline */
}
html:focus,
body:focus,
div:focus,
span:focus,
applet:focus,
object:focus,
iframe:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
blockquote:focus,
pre:focus,
a:focus,
abbr:focus,
acronym:focus,
address:focus,
big:focus,
cite:focus,
code:focus,
del:focus,
dfn:focus,
em:focus,
img:focus,
ins:focus,
kbd:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
tt:focus,
var:focus,
b:focus,
u:focus,
i:focus,
center:focus,
dl:focus,
dt:focus,
dd:focus,
ol:focus,
ul:focus,
li:focus,
fieldset:focus,
form:focus,
label:focus,
legend:focus,
table:focus,
caption:focus,
tbody:focus,
tfoot:focus,
thead:focus,
tr:focus,
th:focus,
td:focus,
article:focus,
aside:focus,
canvas:focus,
details:focus,
embed:focus,
figure:focus,
figcaption:focus,
footer:focus,
header:focus,
hgroup:focus,
menu:focus,
nav:focus,
output:focus,
ruby:focus,
section:focus,
summary:focus,
time:focus,
mark:focus,
audio:focus,
video:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

:root {
  --msi-ui-background-dark: #000912;
  --msi-ui-primary: #001526;
  --msi-ui-secondary: #142737;
  --msi-ui-tertiary: #213f59;
  --msi-ui-secondary-80: rgba(20, 39, 55, 0.8);
  --msi-ui-mhx: #213f59;
  --msi-ui-widget: #10384e;
  --msi-ui-primary-highlight: #007aaa;
  --msi-ui-primary-highlight-90: rgba(0, 122, 170, 0.9);
  --msi-ui-primary-highlight-80: rgba(0, 122, 170, 0.8);
  --msi-ui-primary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-primary-highlight-50: rgba(0, 122, 170, 0.5);
  --msi-ui-primary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-primary-highlight-20: rgba(0, 122, 170, 0.2);
  --msi-ui-primary-highlight-10: rgba(0, 122, 170, 0.1);
  --msi-ui-primary-highlight-hover: #1a87b2;
  --msi-ui-secondary-highlight: #28b1ec;
  --msi-ui-secondary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-secondary-highlight-40: rgba(0, 122, 170, 0.4);
  --msi-ui-secondary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-hover-highlight: #3db8ed;
  --msi-ui-alert: #d0021b;
  --msi-ui-alert-80: rgba(208, 2, 27, 0.8);
  --msi-ui-alert-20: rgba(208, 2, 27, 0.2);
  --msi-ui-alert-secondary: #ff4d4d;
  --msi-ui-alert-secondary-30: rgba(255, 77, 77, 0.3);
  --msi-ui-available: #099a49;
  --msi-ui-available-select: rgba(9, 154, 73, 0.2);
  --msi-ui-available-70: #5fbd89;
  --msi-ui-available-70-select: rgba(95, 189, 137, 0.35);
  --msi-ui-find-highlight: #fff84d;
  --msi-ui-find-highlight-40: rgba(255, 248, 77, 0.4);
  --msi-ui-find-highlight-70: rgba(255, 248, 77, 0.7);
  --msi-ui-background-primary-06: #eef6f9;
  --msi-ui-text-clicked: #79477e;
  --msi-ui-text-clicked-70: rgba(121, 71, 126, 0.7);
  --msi-ui-primary-dark: #000;
  --msi-ui-primary-light: #fff;
  --msi-ui-primary-dark-90: rgba(0, 0, 0, 0.9);
  --msi-ui-primary-light-90: rgba(255, 255, 255, 0.9);
  --msi-ui-primary-dark-80: rgba(0, 0, 0, 0.8);
  --msi-ui-primary-light-80: rgba(255, 255, 255, 0.8);
  --msi-ui-primary-dark-70: rgba(0, 0, 0, 0.7);
  --msi-ui-primary-light-70: rgba(255, 255, 255, 0.7);
  --msi-ui-primary-dark-65: rgba(0, 0, 0, 0.65);
  --msi-ui-primary-light-65: rgba(255, 255, 255, 0.65);
  --msi-ui-primary-dark-60: rgba(0, 0, 0, 0.6);
  --msi-ui-primary-light-60: rgba(255, 255, 255, 0.6);
  --msi-ui-primary-dark-50: rgba(0, 0, 0, 0.5);
  --msi-ui-primary-light-50: rgba(255, 255, 255, 0.5);
  --msi-ui-primary-dark-40: rgba(0, 0, 0, 0.4);
  --msi-ui-primary-light-40: rgba(255, 255, 255, 0.4);
  --msi-ui-primary-dark-30: rgba(0, 0, 0, 0.3);
  --msi-ui-primary-light-30: rgba(255, 255, 255, 0.3);
  --msi-ui-primary-dark-20: rgba(0, 0, 0, 0.2);
  --msi-ui-primary-light-20: rgba(255, 255, 255, 0.2);
  --msi-ui-primary-dark-10: rgba(0, 0, 0, 0.1);
  --msi-ui-primary-light-10: rgba(255, 255, 255, 0.1);
  --msi-ui-primary-dark-05: rgba(0, 0, 0, 0.05);
  --msi-ui-primary-light-05: rgba(255, 255, 255, 0.05);
  --msi-ui-neutral-dark: #4a4a4a;
  --msi-ui-neutral-light: #a6abaf;
  --msi-ui-neutral: #333a41;
  --msi-ui-neutral-medium: #ccc;
  --msi-ui-neutral-dark-70: rgba(74, 74, 74, 0.7);
  --msi-ui-neutral-light-70: rgba(166, 171, 175, 0.7);
  --msi-ui-neutral-dark-40: rgba(74, 74, 74, 0.4);
  --msi-ui-neutral-light-40: rgba(166, 171, 175, 0.4);
  --msi-ui-background-bright: #f5f6f7;
  --msi-ui-background-brightblue: #eef6f9;
  --msi-ui-background-medium: #e0e0e0;
  --msi-ui-neutral-deep: #344252;
  --msi-ui-neutral-highlight: #4d657a;
  --msi-ui-neutral-secondary: #445160;
  --msi-ui-ptt-ok: #e4f2f6;
  --msi-ui-ptt-listen: #fcb400;
  --msi-ui-ptt-talk: #ec1c24;
  --msi-ui-ptt-dispatch: #00bfff;
  --msi-ui-emergency: #ff8400;
  --msi-ui-broadcast: #de4b15;
  --msi-ui-impact-green: #c3e47c;
  --msi-ui-accent-gold-01: #c97d00;
  --msi-ui-accent-green-01: #4f4f12;
  --msi-ui-accent-green-02: #177828;
  --msi-ui-accent-green-03: #3c5419;
  --msi-ui-accent-purple-01: #35296f;
  --msi-ui-accent-purple-02: #662d91;
  --msi-ui-accent-brown-01: #6e4236;
  --msi-ui-accent-blue-01: #0063b0;
  --msi-ui-accent-blue-02: #37667c;
  --msi-ui-mot-med-blue: #005fbe;
  --msi-ui-mot-med-blue-select: rgba(0, 95, 190, 0.2);
  --msi-ui-mot-med-blue-70: #3694ed;
  --msi-ui-mot-med-blue-70-select: rgba(54, 148, 237, 0.35);
  --msi-ui-mot-light-blue: #00a5e5;
  --msi-ui-mot-light-blue-select: rgba(0, 165, 229, 0.2);
  --msi-ui-mot-light-blue-70: #00caff;
  --msi-ui-mot-light-blue-70-select: rgba(0, 202, 255, 0.35);
  --msi-ui-mot-dark-green: #6b711e;
  --msi-ui-mot-dark-green-select: rgba(107, 113, 30, 0.2);
  --msi-ui-mot-dark-green-70: #a0a634;
  --msi-ui-mot-dark-green-70-select: rgba(160, 166, 52, 0.35);
  --msi-ui-mot-light-green: #b6bf00;
  --msi-ui-mot-light-green-select: rgba(182, 191, 0, 0.2);
  --msi-ui-mot-light-green-70: #cfd900;
  --msi-ui-mot-light-green-70-select: rgba(207, 217, 0, 0.35);
  --msi-ui-mot-red: #cb333b;
  --msi-ui-mot-red-select: rgba(203, 51, 59, 0.2);
  --msi-ui-mot-red-70: #ff5366;
  --msi-ui-mot-red-70-select: rgba(255, 83, 102, 0.35);
  --msi-ui-mot-purple: #37207c;
  --msi-ui-mot-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-mot-purple-70: #765fc5;
  --msi-ui-mot-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-accent-med-purple: #662d91;
  --msi-ui-accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-accent-med-purple-70: #8f66af;
  --msi-ui-accent-med-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-mot-brown: #734c45;
  --msi-ui-mot-brown-select: rgba(115, 76, 69, 0.2);
  --msi-ui-mot-brown-70: #a67f79;
  --msi-ui-mot-brown-70-select: rgba(166, 127, 121, 0.35);
  --msi-ui-accent-dark-gold: #c97d00;
  --msi-ui-accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --msi-ui-accent-dark-gold-70: #dcaa59;
  --msi-ui-accent-dark-gold-70-select: rgba(220, 170, 89, 0.35);
  --msi-ui-accent-med-gold: #fcb400;
  --msi-ui-accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --msi-ui-accent-med-gold-70: #ffd469;
  --msi-ui-accent-med-gold-70-select: rgba(255, 212, 105, 0.45);
  --msi-ui-accent-slate: #37667c;
  --msi-ui-accent-slate-select: rgba(55, 102, 124, 0.2);
  --msi-ui-accent-slate-70: #7394a4;
  --msi-ui-accent-slate-70-select: rgba(115, 148, 164, 0.35);
  --msi-btn-color: #007aaa;
  --default-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-monospace-font-family: "Roboto Mono", serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --monospace: "tnum" on, "lnum" on;
  --default-font-size: 16px;
  --msi-ui-primary-font-size: 16px;
  --body-1-font-size: 1rem;
  --body-2-font-size: 0.875rem;
  --h1-font-size: 2rem;
  --h2-font-size: 1.75rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1rem;
  --h6-font-size: 0.875rem;
  --h7-font-size: 0.75rem;
  --subtitle-font-size: 0.75rem;
  --caption-font-size: 0.75rem;
  --display-1-font-size: 3rem;
  --display-2-font-size: 5rem;
  --msi-ui-spacing-input: 5px;
  --msi-ui-spacing-xxxs: 2px;
  --msi-ui-spacing-xxs: 4px;
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-sm: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-spacing-input-rem: 0.3125rem;
  --msi-ui-spacing-xxxs-rem: 0.125rem;
  --msi-ui-spacing-xxs-rem: 0.25rem;
  --msi-ui-spacing-xs-rem: 0.375rem;
  --msi-ui-spacing-s-rem: 0.75rem;
  --msi-ui-spacing-m-rem: 1.125rem;
  --msi-ui-spacing-l-rem: 1.5rem;
  --msi-ui-spacing-xl-rem: 2.25rem;
  --msi-ui-spacing-xxl-rem: 3rem;
  --msi-ui-corner-radius-sm: 2px;
  --msi-ui-corner-radius-md: 4px;
  --msi-ui-corner-radius-lg: 6px;
  --default-line-height: 1.5;
  --line-height-condensed: 1.1563;
  --line-height-125: 1.25;
  --line-height-150: 1.5;
  --letter-spacing-condensed: -0.031rem;
  --msi-timing-t1: 500ms;
  --msi-timing-t2: 300ms;
  --msi-timing-t3: 250ms;
  --msi-timing-t4: 200ms;
  --msi-timing-t5: 100ms;
  --msi-timing-t6: 0ms;
  --msi-ease-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --msi-ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --msi-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --msi-ui-border-radius: 2px;
  --msi-ui-transition-time: 100ms;
  --msi-ui-disabled-opacity: 0.4;
  --msi-ui-hover-opacity: 0.9;
  --msi-ui-hover-gradient: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  --msi-ui-table-header-gap: 3px;
  --msi-ui-scrollbar-width: 12px;
  --msi-ui-scrollbar-radius: 6px;
  --msi-ui-table-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-table-font-size: 16px;
  --msi-ui-table-ordered-icon: url('data:image/svg+xml;charset=UTF-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1675 832q0 53-37 90l-651 652q-39 37-91 37-53 0-90-37l-651-652q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l294 294v-704q0-52 38-90t90-38h128q52 0 90 38t38 90v704l294-294q37-37 90-37 52 0 91 37l75 75q37 39 37 91z" fill="#ccc2c7"/></svg>');
  --msi-ui-table-cell-padding: 5px 13px;
  --msi-ui-separator-header-height: 18px;
  --msi-ui-button-padding: 0 12px;
  --msi-ui-button-font-size: 0.875rem;
  --msi-ui-button-min-width: 60px;
  --msi-ui-button-height: 34px;
  --msi-ui-button-flat-height: 24px;
  --msi-ui-form-padding: 12px;
  --msi-ui-input-margin-top: 3px;
  --msi-ui-input-margin-bottom: 12px;
  --msi-ui-input-padding: 8px;
  --msi-ui-input-padding-big: 0 12px;
  --msi-ui-form-border-width: 1px;
  --msi-ui-input-border: 1px rgba(255, 255, 255, 0.1) solid;
  --msi-ui-input-min-height: 34px;
  --dropdown-trigger-width: 34px;
  --dropdown-trigger-height: 34px;
  --msi-select-item-height: 40px;
  --msi-ui-label-font-size: 13px;
  --msi-ui-label-margin-top: 12px;
  --msi-z-index-level-1: 99999;
  --msi-z-index-level-2: 10000;
  --msi-z-index-level-3: 1000;
  --msi-z-index-level-4: 100;
  --msi-z-index-level-5: 10;
  --msi-z-index-level-6: 1;
  --test-variable-to-remove: 2;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cdk-overlay-container {
  z-index: 99999;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Public Sans font is @deprecated */
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-ThinItalic.81afab147899c570.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLightItalic.5457cbe528fffd9b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-LightItalic.f83e400342433ad4.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Italic.fc99ef6039550952.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBoldItalic.990511bfec6291de.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-BoldItalic.97df91e3337ff167.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBoldItalic.cddff71f63277445.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-BlackItalic.5ecc2620e7c51c98.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('PublicSans-Thin.41fa2080ea638ddd.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PublicSans-ExtraLight.c22a17c3debffc42.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PublicSans-Light.e0553927e87e2369.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PublicSans-Regular.1fd619171718196b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PublicSans-Medium.e39c4e6ed9db084d.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PublicSans-SemiBold.7ad82c84f55f9122.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PublicSans-Bold.697800530120a85b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PublicSans-ExtraBold.2660b929aada8ffc.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('PublicSans-Black.b67df24eb9d2251b.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* stylelint-disable */
/* roboto-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-100.a295b650fce8f05f.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url('roboto-100italic.a74462965341fc32.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-300.686ba89e9928810b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('roboto-300italic.39a32e3138df3492.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-400.13737ec3c62a4244.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('roboto-400italic.e4d3064ac1495975.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-500.92bcbd67a6a4e333.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url('roboto-500italic.4a3abd924d62e232.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-700.8871a06ca6b44e6b.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('roboto-700italic.bb4f00c00e0dd5ed.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('roboto-900.cd194dc32f732dd7.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url('roboto-900italic.6beafbf3d32388b6.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stylelint-disable */
/* roboto-mono-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100;
  src: url('roboto-mono-v23-latin-100.99f3d18428417792.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 200;
  src: url('roboto-mono-v23-latin-200.fa118af2bfb484e0.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url('roboto-mono-v23-latin-300.e0464a10d3306e30.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url('roboto-mono-v23-latin-regular.062f2b851e15206c.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url('roboto-mono-v23-latin-500.97407b1476e2a929.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  src: url('roboto-mono-v23-latin-600.2f7a908759583f53.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url('roboto-mono-v23-latin-700.6e8e9d2faa3a9676.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palatte backgrounds */
.msi-bg-alert {
  background-color: #ec1c24 !important;
}
.msi-bg-emergency {
  background-color: #ff8400 !important;
}
.msi-bg-success {
  background-color: #099a49 !important;
}
.msi-bg-focus-primary {
  background-color: var(--focus-primary) !important;
}

/* Themed backgrounds */
.msi-background,
.msi-bg-level-1,
.msi-bg {
  background-color: var(--background-level-1) !important;
}

.msi-bg-primary,
.msi-bg-level-2 {
  background-color: var(--background-level-2) !important;
}

.msi-bg-level-3 {
  background-color: var(--background-level-3) !important;
}

/* Monochrome */
.msi-bg-primary-05 {
  background-color: var(--primary-05) !important;
}
.msi-bg-primary-10 {
  background-color: var(--primary-10) !important;
}
.msi-bg-primary-20 {
  background-color: var(--primary-20) !important;
}
.msi-bg-primary-30 {
  background-color: var(--primary-30) !important;
}
.msi-bg-primary-40 {
  background-color: var(--primary-40) !important;
}
.msi-bg-primary-50 {
  background-color: var(--primary-50) !important;
}
.msi-bg-primary-60 {
  background-color: var(--primary-60) !important;
}
.msi-bg-primary-70 {
  background-color: var(--primary-70) !important;
}
.msi-bg-primary-80 {
  background-color: var(--primary-80) !important;
}

/* Based on https://getbootstrap.com/docs/4.3/utilities/borders/ */
.msi-border {
  /* Additive/Subtractive */
  /* Themed border color */
  /* Monochrome border color */
  /* Other border color */
}
.msi-border {
  border: 1px solid !important;
}
.msi-border-top {
  border-top: 1px solid !important;
}
.msi-border-top-0 {
  border-top: 0 !important;
}
.msi-border-right {
  border-right: 1px solid !important;
}
.msi-border-right-0 {
  border-right: 0 !important;
}
.msi-border-bottom {
  border-bottom: 1px solid !important;
}
.msi-border-bottom-0 {
  border-bottom: 0 !important;
}
.msi-border-left {
  border-left: 1px solid !important;
}
.msi-border-left-0 {
  border-left: 0 !important;
}
.msi-border-0 {
  border: 0 !important;
}
.msi-border-level-1 {
  border-color: var(--stroke-level-1) !important;
}
.msi-border-level-2 {
  border-color: var(--stroke-level-3) !important;
}
.msi-border-primary-05 {
  border-color: var(--primary-05) !important;
}
.msi-border-primary-10 {
  border-color: var(--primary-10) !important;
}
.msi-border-primary-20 {
  border-color: var(--primary-20) !important;
}
.msi-border-primary-30 {
  border-color: var(--primary-30) !important;
}
.msi-border-primary-40 {
  border-color: var(--primary-40) !important;
}
.msi-border-primary-50 {
  border-color: var(--primary-50) !important;
}
.msi-border-primary-60 {
  border-color: var(--primary-60) !important;
}
.msi-border-primary-70 {
  border-color: var(--primary-70) !important;
}
.msi-border-primary-80 {
  border-color: var(--primary-80) !important;
}
.msi-border-alert {
  border-color: #ec1c24 !important;
}
.msi-border-emergency {
  border-color: #ff8400 !important;
}
.msi-border-success {
  border-color: #099a49 !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-corners-sm,
.msi-corner-radius-sm {
  border-radius: 2px !important;
}
.msi-corners-md,
.msi-corner-radius-md {
  border-radius: 4px !important;
}
.msi-corners-lg,
.msi-corner-radius-lg {
  border-radius: 6px !important;
}

/* :disable no-important */
.msi-shadow, .msi-shadow-level-1 {
  box-shadow: var(--shadow-level-1) !important;
}
.msi-shadow-level-2 {
  box-shadow: var(--shadow-level-2) !important;
}
.msi-shadow-level-3 {
  box-shadow: var(--shadow-level-3) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Set $msi-spacing-debug: true before importing to visualize colored spacing */
.msi-padding-xxxs {
  padding: 2px !important;
}

.msi-margin-xxxs {
  margin: 2px !important;
}

.msi-padding-xxs {
  padding: 4px !important;
}

.msi-margin-xxs {
  margin: 4px !important;
}

.msi-padding-xs {
  padding: 6px !important;
}

.msi-margin-xs {
  margin: 6px !important;
}

.msi-padding-s {
  padding: 12px !important;
}

.msi-margin-s {
  margin: 12px !important;
}

.msi-padding-m {
  padding: 18px !important;
}

.msi-margin-m {
  margin: 18px !important;
}

.msi-padding {
  padding: 18px !important;
}

.msi-margin {
  margin: 18px !important;
}

.msi-padding-l {
  padding: 24px !important;
}

.msi-margin-l {
  margin: 24px !important;
}

.msi-padding-xl {
  padding: 36px !important;
}

.msi-margin-xl {
  margin: 36px !important;
}

.msi-padding-xxl {
  padding: 48px !important;
}

.msi-margin-xxl {
  margin: 48px !important;
}

.msi-padding-top-xxxs {
  padding-top: 2px !important;
}

.msi-margin-top-xxxs {
  margin-top: 2px !important;
}

.msi-padding-top-xxs {
  padding-top: 4px !important;
}

.msi-margin-top-xxs {
  margin-top: 4px !important;
}

.msi-padding-top-xs {
  padding-top: 6px !important;
}

.msi-margin-top-xs {
  margin-top: 6px !important;
}

.msi-padding-top-s {
  padding-top: 12px !important;
}

.msi-margin-top-s {
  margin-top: 12px !important;
}

.msi-padding-top-m {
  padding-top: 18px !important;
}

.msi-margin-top-m {
  margin-top: 18px !important;
}

.msi-padding-top {
  padding-top: 18px !important;
}

.msi-margin-top {
  margin-top: 18px !important;
}

.msi-padding-top-l {
  padding-top: 24px !important;
}

.msi-margin-top-l {
  margin-top: 24px !important;
}

.msi-padding-top-xl {
  padding-top: 36px !important;
}

.msi-margin-top-xl {
  margin-top: 36px !important;
}

.msi-padding-top-xxl {
  padding-top: 48px !important;
}

.msi-margin-top-xxl {
  margin-top: 48px !important;
}

.msi-padding-right-xxxs {
  padding-right: 2px !important;
}

.msi-margin-right-xxxs {
  margin-right: 2px !important;
}

.msi-padding-right-xxs {
  padding-right: 4px !important;
}

.msi-margin-right-xxs {
  margin-right: 4px !important;
}

.msi-padding-right-xs {
  padding-right: 6px !important;
}

.msi-margin-right-xs {
  margin-right: 6px !important;
}

.msi-padding-right-s {
  padding-right: 12px !important;
}

.msi-margin-right-s {
  margin-right: 12px !important;
}

.msi-padding-right-m {
  padding-right: 18px !important;
}

.msi-margin-right-m {
  margin-right: 18px !important;
}

.msi-padding-right {
  padding-right: 18px !important;
}

.msi-margin-right {
  margin-right: 18px !important;
}

.msi-padding-right-l {
  padding-right: 24px !important;
}

.msi-margin-right-l {
  margin-right: 24px !important;
}

.msi-padding-right-xl {
  padding-right: 36px !important;
}

.msi-margin-right-xl {
  margin-right: 36px !important;
}

.msi-padding-right-xxl {
  padding-right: 48px !important;
}

.msi-margin-right-xxl {
  margin-right: 48px !important;
}

.msi-padding-bottom-xxxs {
  padding-bottom: 2px !important;
}

.msi-margin-bottom-xxxs {
  margin-bottom: 2px !important;
}

.msi-padding-bottom-xxs {
  padding-bottom: 4px !important;
}

.msi-margin-bottom-xxs {
  margin-bottom: 4px !important;
}

.msi-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.msi-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.msi-padding-bottom-s {
  padding-bottom: 12px !important;
}

.msi-margin-bottom-s {
  margin-bottom: 12px !important;
}

.msi-padding-bottom-m {
  padding-bottom: 18px !important;
}

.msi-margin-bottom-m {
  margin-bottom: 18px !important;
}

.msi-padding-bottom {
  padding-bottom: 18px !important;
}

.msi-margin-bottom {
  margin-bottom: 18px !important;
}

.msi-padding-bottom-l {
  padding-bottom: 24px !important;
}

.msi-margin-bottom-l {
  margin-bottom: 24px !important;
}

.msi-padding-bottom-xl {
  padding-bottom: 36px !important;
}

.msi-margin-bottom-xl {
  margin-bottom: 36px !important;
}

.msi-padding-bottom-xxl {
  padding-bottom: 48px !important;
}

.msi-margin-bottom-xxl {
  margin-bottom: 48px !important;
}

.msi-padding-left-xxxs {
  padding-left: 2px !important;
}

.msi-margin-left-xxxs {
  margin-left: 2px !important;
}

.msi-padding-left-xxs {
  padding-left: 4px !important;
}

.msi-margin-left-xxs {
  margin-left: 4px !important;
}

.msi-padding-left-xs {
  padding-left: 6px !important;
}

.msi-margin-left-xs {
  margin-left: 6px !important;
}

.msi-padding-left-s {
  padding-left: 12px !important;
}

.msi-margin-left-s {
  margin-left: 12px !important;
}

.msi-padding-left-m {
  padding-left: 18px !important;
}

.msi-margin-left-m {
  margin-left: 18px !important;
}

.msi-padding-left {
  padding-left: 18px !important;
}

.msi-margin-left {
  margin-left: 18px !important;
}

.msi-padding-left-l {
  padding-left: 24px !important;
}

.msi-margin-left-l {
  margin-left: 24px !important;
}

.msi-padding-left-xl {
  padding-left: 36px !important;
}

.msi-margin-left-xl {
  margin-left: 36px !important;
}

.msi-padding-left-xxl {
  padding-left: 48px !important;
}

.msi-margin-left-xxl {
  margin-left: 48px !important;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Text color */
.msi-text, .msi-text-primary {
  color: var(--text-primary) !important;
}
.msi-text-secondary {
  color: var(--text-secondary) !important;
}
.msi-text-focus-primary {
  color: var(--focus-primary) !important;
}
.msi-text-focus-secondary {
  color: var(--focus-secondary) !important;
}
.msi-text-alert {
  color: #ec1c24 !important;
}
.msi-text-emergency {
  color: #ff8400 !important;
}
.msi-text-success {
  color: #099a49 !important;
}

/* Font weight */
.msi-bold {
  font-weight: 700 !important;
}

/* Headings (default browser styles) */
h1,
.msi-h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h2,
.msi-h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  margin-bottom: 12px;
}

h3,
.msi-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

h4,
.msi-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h5,
.msi-h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

h6,
.msi-h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Other font sizes */
.msi-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.009rem;
}
.msi-body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.011rem;
}
.msi-body-1-monospace {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.009rem;
}
.msi-body-2-monospace {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: 0.011rem;
}
.msi-subtitle {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.006rem;
}
.msi-caption {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025rem;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.msi-focus:focus,
.msi-link:focus {
  outline: 2px solid var(--focus-border-color);
}

.msi-hover:hover {
  background-color: var(--hover);
}

.msi-label {
  display: block;
  padding-top: 12px;
  font-weight: 700;
  color: var(--primary-70);
}

/* Flex */
.msi-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.msi-flex-align {
  display: flex;
  align-items: center;
}
.msi-flex, .msi-flex-row {
  display: flex;
  flex-direction: row;
}
.msi-flex-col {
  display: flex;
  flex-direction: column;
}
.msi-flex-col.gap {
  gap: 18px;
}
.msi-flex-col.col-align {
  align-items: center;
}
.msi-flex-col-nowrap {
  flex-wrap: nowrap;
}

.msi-grid {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
}
.msi-grid-50 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 50px);
}
.msi-grid-100 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 100px);
}
.msi-grid-150 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 150px);
}
.msi-grid-200 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 200px);
}
.msi-grid-250 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 250px);
}
.msi-grid-300 {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 300px);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete {
  display: block;
  width: 100%;
}

.msi-autocomplete-panel {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  width: 100%;
  overflow-x: hidden;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.msi-autocomplete-panel:focus {
  outline: none;
}
.msi-autocomplete-panel.display {
  display: block;
}
.msi-autocomplete-panel.visible {
  opacity: 1;
}
.msi-autocomplete-panel.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-panel .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-panel msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-panel .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-panel .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-panel .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-panel:empty {
  display: none;
}
.msi-autocomplete-panel msi-autocomplete-option {
  display: flex;
  box-sizing: content-box;
}
.msi-autocomplete-panel .msi-autocomplete-option {
  max-width: none;
  margin: 0 -12px;
}
.msi-autocomplete-panel .msi-autocomplete-option .highlight-term {
  font-weight: 700;
}

.split-width {
  min-width: 114%;
}

.msi-autocomplete-split-origin {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-autocomplete-split-origin .msi-autocomplete-options-list {
  display: none;
}
.msi-autocomplete-split-origin.disabled {
  cursor: not-allowed;
}
.msi-autocomplete-split-origin .msi-autocomplete-input {
  border-right: 0;
}
.msi-autocomplete-split-origin .msi-autocomplete-input:hover + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--primary-20);
}
.msi-autocomplete-split-origin .msi-autocomplete-input:focus + .drop-btn > .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-autocomplete-split-origin .drop-btn {
  display: flex;
  flex: 0 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  background: var(--background-input);
  border: 0;
  outline: 0;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--background-input);
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 100ms;
  transform-origin: center center;
  -ms-high-contrast-adjust: none;
}
.msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open {
  border-color: var(--focus-primary);
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
    border-top-color: #000;
  }
}
.msi-autocomplete-split-origin .drop-btn-input-fixer--open .drop-btn-icon {
  border-top: 6px solid var(--text-primary);
  transform: rotate(-180deg);
}
.msi-autocomplete-split-origin .drop-btn:hover {
  width: 32px;
}
.msi-autocomplete-split-origin .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-split-origin .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  width: 34px;
  cursor: pointer;
  background: var(--primary-20);
  border-left: 1px solid var(--primary-10);
}
.msi-autocomplete-split-origin input {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
}

.msi-autocomplete-option {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
  align-items: center;
  padding: 6px 12px;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 12px;
}
.msi-autocomplete-option.icon-right {
  justify-content: space-between;
}
.msi-autocomplete-option.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-autocomplete-option:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option {
    color: white;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: black;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option {
    color: black;
  }
  .msi-autocomplete-option:hover, .msi-autocomplete-option:focus {
    color: white;
    background-color: #808080;
  }
  .msi-autocomplete-option:active {
    color: white;
    background-color: black;
  }
}
.msi-autocomplete-option .msi-autocomplete-option-ellipsis {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.msi-autocomplete-option .msi-icon {
  margin-right: 8px;
}
.msi-autocomplete-option.active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-autocomplete-option.active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-autocomplete-option.active {
    color: white;
    background-color: #808080;
  }
}
.msi-autocomplete-option.disabled, .msi-autocomplete-option.disabled:hover, .msi-autocomplete-option.disabled:active, .msi-autocomplete-option.disabled:focus, .msi-autocomplete-option[disabled], .msi-autocomplete-option[disabled]:hover, .msi-autocomplete-option[disabled]:active, .msi-autocomplete-option[disabled]:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

.msi-autocomplete-split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-autocomplete-split .msi-autocomplete-input {
  border-radius: 2px 0 0 2px;
}

.msi-autocomplete-error-message {
  color: var(--text-secondary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-autocomplete-v2 {
  position: relative;
  display: flex;
}
.msi-autocomplete-v2.ng-invalid.ng-touched {
  border: 1px red solid;
  outline: none;
}
.msi-autocomplete-v2-single-select {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  min-width: 100%;
  padding: 8px 36px 8px 8px;
  margin: 0;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  outline: 0 transparent;
  font-size: 0.8rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).ng-invalid.ng-touched, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).msi-error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active {
  border-color: #007aaa;
  outline: none;
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):active ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]):focus ~ .icons-container .msi-icon.msi-clear-icon:hover, .msi-autocomplete-v2-single-select-input-field:not([disabled]):not([readonly]).active ~ .icons-container .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-input-field[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-autocomplete-v2-single-select-input-field[readonly] {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}
.msi-autocomplete-v2-single-select-input-field.error {
  border-color: #d0021b;
}
.msi-autocomplete-v2-single-select .msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
  grid-area: clear;
  justify-self: end;
  right: 30px;
}
.msi-autocomplete-v2-single-select .icons-container {
  position: absolute;
  right: 1px;
  top: 1px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "clear arrow";
  align-items: center;
}
.msi-autocomplete-v2-single-select .icons-container .msi-clear-icon {
  right: unset;
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-autocomplete-v2-single-select:hover .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}
.msi-autocomplete-v2-single-select-dropdown-trigger {
  grid-area: arrow;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  background-color: transparent;
  z-index: 10;
  flex: 1;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-autocomplete-v2-single-select-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-autocomplete-v2-multi-select {
  width: 100%;
}
.msi-autocomplete-v2-multi-select.error .msi-chips-v2-container {
  border-color: #d0021b;
}
.msi-autocomplete-v2-error-message {
  position: absolute;
  bottom: -23px;
  left: 0;
  padding: 3px 8px;
  font-size: 0.75em;
}
.msi-autocomplete-v2-error-message .asterisk {
  color: #d0021b;
}
.msi-autocomplete-v2 .msi-autocomplete-v2-options-list {
  display: none;
}

.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
.ellipses-scroll-viewport .cdk-virtual-scroll-content-wrapper .msi-autocomplete-v2-option {
  width: 100% !important;
}

.ellipses-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.cdk-virtual-scrollable.ellipses-scroll-viewport {
  overflow-x: hidden;
  overflow-y: auto;
}

.msi-autocomplete-v2-options-list {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  max-height: 100%;
  width: auto;
  padding: 6px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: default;
  outline: none;
  display: block;
}
.msi-autocomplete-v2-options-list:focus {
  outline: none;
}
.msi-autocomplete-v2-options-list.display {
  display: block;
}
.msi-autocomplete-v2-options-list.visible {
  opacity: 1;
}
.msi-autocomplete-v2-options-list.scrollable {
  overflow-y: scroll;
}
.msi-autocomplete-v2-options-list .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-autocomplete-v2-options-list msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-autocomplete-v2-options-list .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-autocomplete-v2-options-list .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-autocomplete-v2-options-list .msi-radio-button:hover {
  background-color: var(--hover);
}
.msi-autocomplete-v2-options-list .cdk-virtual-scroll-viewport.hidden-scrollbar {
  overflow: hidden;
}
.msi-autocomplete-v2-options-list-no-results {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: transparent;
}
.msi-autocomplete-v2-options-list:empty {
  display: none;
}
.msi-autocomplete-v2-options-list.incident-type-options-list {
  width: 319px;
}
.msi-autocomplete-v2-options-list.dynamic-width-menu {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  line-height: 22px;
  text-align: left;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 42px;
  padding: 8px 12px;
  overflow: hidden;
  color: var(--text-primary);
  background: transparent;
  border: 2px transparent solid;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-ellipsis {
  align-items: center;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type {
  box-sizing: content-box;
  display: flex;
  overflow: hidden;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column {
  padding: 0 25px 0 0;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  width: auto;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox {
  padding: 7px 3px;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .msi-checkbox-label {
  padding: 0 9px 0 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.option-with-checkbox .autocomplete-v2-option-ellipsis {
  margin: 1px 0;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:not(disabled) {
  cursor: pointer;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.dynamic {
  width: max-content;
  min-width: 100%;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus {
  position: relative;
  border-color: #007aaa;
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.active::before, .msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:focus::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option:hover {
  background: var(--primary-10);
  outline: none;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option.selected {
  background-color: #007aaa;
  border-color: #007aaa;
  color: #fff;
}
.msi-autocomplete-v2-options-list .msi-autocomplete-v2-option .highlight-term {
  font-weight: 700;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type {
  height: auto;
}
.msi-autocomplete-v2-options-list.multi-line-option-text .msi-autocomplete-v2-option-incident-type-column-dynamic-width {
  flex-shrink: 1;
}

.option-disabled {
  pointer-events: none;
  opacity: 0.4;
  color: var(--text-secondary);
  cursor: not-allowed;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips-v2 {
  position: relative;
  display: flex;
  width: 100%;
}
.msi-chips-v2[disabled] {
  cursor: not-allowed;
}
.msi-chips-v2-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 186px;
  min-height: 34px;
  max-height: 114px;
  padding: 2px 0 2px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-v2-container.width-dropdown-arrow {
  padding-right: 26px;
}
.msi-chips-v2-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-v2-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-v2-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a {
  pointer-events: none;
}
.msi-chips-v2-container--disabled .msi-chip-v2 .msi-tag a .msi-icon, .msi-chips-v2-container--readonly .msi-chip-v2 .msi-tag a .msi-icon {
  display: none;
}
.msi-chips-v2-container:not(.msi-chips-v2-container--disabled):not(.msi-chips-v2-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips-v2-container-dropdown-trigger {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  flex: 1;
  width: 36px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: 0;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-chips-v2-container-dropdown-trigger .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-chips-v2 .chip-in-between {
  min-width: 8px;
  height: 30px;
  padding: 4px 0 5px 5px;
  margin: 0 0 0 -8px;
  color: var(--text-primary);
  font-size: 0.8rem;
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .chip-in-between:not(:placeholder-shown), .msi-chips-v2 .chip-in-between:focus {
  margin: 0 1px 0 3px;
  min-width: 16px;
}
.msi-chips-v2 .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 28px;
  padding: 4px 2px 2px;
  margin: 0 3px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 12px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips-v2 .msi-chip-v2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3px;
  text-decoration: none;
  cursor: text;
  outline: none;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-chips-v2 .msi-chip-v2 .chip-in-between {
  height: 24px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag.actionable a {
  padding: 0 4px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a {
  color: var(--text-primary);
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a::after {
  content: "*";
  color: #d0021b;
}
.msi-chips-v2 .msi-chip-v2--error .msi-tag > a .msi-icon {
  display: none;
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-dark-70);
  border-color: var(--msi-ui-primary-dark-70);
}
.msi-chips-v2 .msi-chip-v2--exception .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips-v2 .msi-chip-v2--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips-v2 .msi-chip-v2--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips-v2 .msi-chip-v2--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips-v2 .msi-chip-v2--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips-v2 .msi-tag {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.msi-chips-v2 .msi-tag.actionable a {
  padding: 2px 6px;
}
.msi-chips-v2 .msi-tag > a {
  width: 100%;
  text-transform: none;
  align-items: center;
}
.msi-chips-v2 .msi-tag i {
  height: 100%;
}
.msi-chips-v2 .msi-tag-contents {
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0;
}
.msi-chips-v2 .msi-tag-contents-with-ellipses {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis !important;
  word-wrap: break-word;
}
.msi-chips-v2 .msi-tag a .msi-icon.msi-tag-remove {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 4px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-avatar-container {
  position: relative;
}
.msi-avatar-container .msi-icon i {
  margin: 0;
}

.msi-avatar-initials {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-badge {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  height: 11px;
  padding: 2px;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--focus-primary);
  border-radius: 2px;
}
.msi-badge-blank {
  top: -1px;
  right: -1px;
  left: unset;
  width: 10px;
  min-width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.msi-selected .msi-badge,
.msi-dropdown-trigger-open .msi-badge {
  border: 1px solid #fff;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-button-group {
  display: inline-flex;
  flex-direction: row;
  padding: 0;
  border: 0;
}
.msi-button-group-secondary {
  box-shadow: none;
}
.msi-button-group.small .msi-btn {
  height: 24px;
  padding: 4px 12px;
}
.msi-button-group.small .msi-btn:focus {
  padding: 4px 11px;
}
.msi-button-group.large .msi-btn {
  height: auto;
  padding: 12px;
}
.msi-button-group.large .msi-btn:focus {
  padding: 12px 11px;
}
.msi-button-group.icon .msi-btn {
  height: 34px;
  padding: 3px 4px;
}
.msi-button-group.icon .msi-btn:focus {
  padding: 3px;
}
.msi-button-group.icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 5px !important;
}
.msi-button-group.small-icon .msi-btn {
  height: 28px;
  padding: 5px 6px;
}
.msi-button-group.small-icon .msi-btn:focus {
  padding: 5px;
  margin: auto 0;
}
.msi-button-group.small-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 7px !important;
}
.msi-button-group.small-icon .msi-icon {
  width: 16px;
  height: 16px;
}
.msi-button-group.large-icon .msi-btn {
  height: auto;
  padding: 7px 8px;
}
.msi-button-group.large-icon .msi-btn:focus {
  padding: 7px;
}
.msi-button-group.large-icon .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 9px !important;
}
.msi-button-group .msi-icon {
  display: flex;
}
.msi-button-group .msi-icon i {
  display: inline-flex;
}
.msi-button-group.icon .msi-btn .msi-icon, .msi-button-group.small-icon .msi-btn .msi-icon, .msi-button-group.large-icon .msi-btn .msi-icon {
  color: #fff;
}
.msi-button-group.icon .msi-btn-secondary .msi-icon, .msi-button-group.small-icon .msi-btn-secondary .msi-icon, .msi-button-group.large-icon .msi-btn-secondary .msi-icon {
  color: var(--button-secondary);
}
.msi-button-group .msi-btn {
  border-radius: 0;
  box-shadow: none;
}
.msi-button-group .msi-btn:not(:focus):not(:last-of-type) {
  padding-right: 13px !important;
  border-right: 0;
}
.msi-button-group .msi-btn:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msi-button-group .msi-btn:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.msi-button-group .msi-btn:focus {
  padding: 0 11px; /* borrow 1px of padding to create separation */
  border-radius: 2px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* base palette */
/* states */
/* non-color vars */
.msi-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  overflow: visible;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--button-enabled);
  border: 1px solid var(--button-border-color);
  border-radius: 2px;
}
.msi-btn-compact.msi-btn {
  padding: 3px;
}
.msi-btn-compact.msi-btn:not(.msi-btn-secondary):not(.msi-btn-action) .msi-icon {
  color: #fff;
}
.msi-btn-icon.msi-btn {
  height: auto;
  padding: 5px;
  line-height: 0;
  color: var(--text-primary);
  background: none;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.msi-btn-icon--active.msi-btn .msi-icon {
  color: var(--msi-ui-secondary-highlight);
}
.msi-btn-action.msi-btn {
  font-weight: 700;
  color: var(--action-button-text);
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
.msi-btn-action.msi-btn .msi-icon {
  color: var(--text-primary);
}
.msi-btn-secondary.msi-btn {
  color: var(--button-secondary);
  background: none;
  border: 1px solid var(--button-secondary);
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn {
  color: var(--text-primary);
  font-weight: 700;
  border: 1px solid transparent;
  background: none;
  box-shadow: none;
}
.msi-btn-tertiary.msi-btn:active {
  border: 1px solid var(--button-secondary);
}
.msi-btn-flat.msi-btn, .msi-btn-small.msi-btn {
  height: 24px;
}
.msi-btn-large.msi-btn {
  height: auto;
  padding: 10px 16px;
}

.msi-btn {
  transition: 100ms background-color, 100ms color;
}
[disabled].msi-btn {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-btn:not([disabled]):hover:not(:active) {
  background-color: var(--button-hover);
}
.msi-btn:not([disabled]):hover:not(:active).msi-btn-action, .msi-btn:not([disabled]):hover:not(:active).msi-btn-secondary, .msi-btn:not([disabled]):hover:not(:active).msi-btn-icon, .msi-btn:not([disabled]):hover:not(:active).msi-btn-tertiary {
  background-color: var(--primary-10);
}
.msi-btn:not([disabled]):focus, .msi-btn:not([disabled]):active {
  outline: none;
}
.msi-btn:not([disabled]):focus::before, .msi-btn:not([disabled]):active::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 4px;
  transition: border-color 100ms;
}
.msi-btn:not([disabled]):focus.msi-btn-icon::before, .msi-btn:not([disabled]):active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-btn:not([disabled]):focus.msi-btn-secondary, .msi-btn:not([disabled]):focus.msi-btn-action, .msi-btn:not([disabled]):focus.msi-btn-icon, .msi-btn:not([disabled]):focus.msi-btn-tertiary {
  background: var(--primary-10);
}
.msi-btn:not([disabled]).active, .msi-btn:not([disabled]):active {
  color: #fff;
  background-color: var(--button-pressed-hover);
  border-color: rgba(255, 255, 255, 0.1);
}
.msi-btn:not([disabled]).active::before, .msi-btn:not([disabled]):active::before {
  border-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active.msi-btn-icon, .msi-btn:not([disabled]):active.msi-btn-icon {
  background-color: var(--button-enabled);
  box-shadow: none;
}
.msi-btn:not([disabled]).active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]).active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-action .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-secondary .msi-icon:not([name=ic_list_arrow_down]), .msi-btn:not([disabled]):active.msi-btn-icon .msi-icon:not([name=ic_list_arrow_down]) {
  color: inherit;
}
.msi-btn:not([disabled]).active:hover, .msi-btn:not([disabled]):active:hover {
  color: #fff;
  background-color: var(--button-pressed-hover);
}
.msi-btn:not([disabled]).active:hover::before, .msi-btn:not([disabled]):active:hover::before {
  border-color: var(--button-pressed-hover);
}

.msi-btn {
  cursor: pointer;
}
.msi-btn.msi-btn-text-and-icon .msi-icon {
  color: inherit;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.msi-btn .msi-spinner {
  display: flex;
}
.msi-btn .msi-spinner svg .circle {
  stroke: rgba(255, 255, 255, 0.3);
}
.msi-btn .msi-spinner svg .progress {
  stroke: #fff;
}

button,
.msi-btn {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-date-picker-control .date-control, .msi-date-time-picker-control .date-time-control, .msi-time-picker-control .time-control, .msi-calendar .msi-calendar-datetimepicker > .date-time, .msi-calendar-single-datetimepicker > .date-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 12px;
}
.msi-date-picker-control .date-control:last-child, .msi-date-time-picker-control .date-time-control:last-child, .msi-time-picker-control .time-control:last-child, .msi-calendar .msi-calendar-datetimepicker > .date-time:last-child, .msi-calendar-single-datetimepicker > .date-time:last-child {
  margin-bottom: 4px;
}
.msi-date-picker-control .date-control .date-selector-descriptor, .msi-date-time-picker-control .date-time-control .date-selector-descriptor, .msi-time-picker-control .time-control .date-selector-descriptor, .msi-calendar .msi-calendar-datetimepicker > .date-time .date-selector-descriptor, .msi-calendar-single-datetimepicker > .date-time .date-selector-descriptor {
  width: 47px;
  font-weight: bold;
}
.msi-date-picker-control .date-control .msi-date-picker-control, .msi-date-time-picker-control .date-time-control .msi-date-picker-control, .msi-time-picker-control .time-control .msi-date-picker-control, .msi-calendar .msi-calendar-datetimepicker > .date-time .msi-date-picker-control, .msi-calendar-single-datetimepicker > .date-time .msi-date-picker-control {
  margin: 0 12px;
}
.msi-date-picker-control .date-control .input-wrapper, .msi-date-time-picker-control .date-time-control .input-wrapper, .msi-time-picker-control .time-control .input-wrapper, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper, .msi-calendar-single-datetimepicker > .date-time .input-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: auto;
  height: 34px;
  min-height: auto;
}
.msi-date-picker-control .date-control .input-wrapper.date-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input, .msi-time-picker-control .time-control .input-wrapper.date-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input, .msi-date-picker-control .date-control .input-wrapper.time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input, .msi-time-picker-control .time-control .input-wrapper.time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input, .msi-date-picker-control .date-control .input-wrapper.date-time-input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input, .msi-time-picker-control .time-control .input-wrapper.date-time-input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input {
  width: 100%;
  color: var(--text-primary);
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus {
  border: 1px solid var(--focus-primary);
  border-right: 0;
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown input:focus ~ .drop-btn .drop-btn-input-fixer {
  border-left: 1px solid var(--focus-primary);
}
.msi-date-picker-control .date-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.time-input--with-dropdown .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper.date-time-input--with-dropdown .drop-btn-input-fixer {
  width: 32px;
}
.msi-date-picker-control .date-control .input-wrapper .invalid-date-time, .msi-date-time-picker-control .date-time-control .input-wrapper .invalid-date-time, .msi-time-picker-control .time-control .input-wrapper .invalid-date-time, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .invalid-date-time, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .invalid-date-time {
  border-color: #d0021b;
}
.msi-date-picker-control .date-control .input-wrapper .msi-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .msi-icon, .msi-time-picker-control .time-control .input-wrapper .msi-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .msi-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .msi-icon {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn, .msi-time-picker-control .time-control .input-wrapper .drop-btn, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn {
  flex: 0 0;
  padding: 0;
  background: none;
  border: 0;
  outline: 0;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: none;
  border: 1px solid var(--input-border-color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer .drop-btn-icon {
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -ms-high-contrast-adjust: none;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
  border-top: 5px solid var(--text-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer:not(.drop-btn-input-fixer--open) .drop-btn-icon {
    border-top-color: black;
  }
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:focus .drop-btn-input-fixer, .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open {
  border: 1px solid var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
    border-bottom-color: #000;
  }
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-time-picker-control .time-control .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn-input-fixer--open .drop-btn-icon {
  border-bottom: 5px solid var(--text-primary);
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn[disabled], .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn[disabled], .msi-time-picker-control .time-control .input-wrapper .drop-btn[disabled], .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn[disabled], .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer {
  background-color: var(--background-input);
}
.msi-date-picker-control .date-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-date-time-picker-control .date-time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-time-picker-control .time-control .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover, .msi-calendar-single-datetimepicker > .date-time .input-wrapper .drop-btn:not([disabled]) .drop-btn-input-fixer:hover {
  cursor: pointer;
  background: var(--input-hover);
}
.msi-date-picker-control .date-control .input-wrapper input, .msi-date-time-picker-control .date-time-control .input-wrapper input, .msi-time-picker-control .time-control .input-wrapper input, .msi-calendar .msi-calendar-datetimepicker > .date-time .input-wrapper input, .msi-calendar-single-datetimepicker > .date-time .input-wrapper input {
  box-sizing: border-box;
  flex: 1 0;
  min-width: 0;
  padding: 0 0 0 30px;
  margin: 0;
}

/* DATEPICKER */
.msi-calendar-datepicker .ngb-datepicker {
  font-weight: bold;
  border: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-navigation-select {
  display: none;
}
.msi-calendar-datepicker .ngb-datepicker .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker input {
  display: inline-block;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--text-secondary);
  text-align: center;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.outside {
  opacity: 0.5;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
  color: var(--text-secondary);
  outline: 1px solid var(--focus-primary);
  outline-offset: -1px;
}
.msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
  background-color: var(--primary-10);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.range {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
  color: #fff;
  background-color: var(--focus-primary-60);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid white;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: white;
    background-color: #404040;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: black;
    background-color: white;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: black;
    background-color: #c0c0c0;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .custom-day.default-day {
    outline: 2px solid black;
    outline-offset: -2px;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day:hover {
    color: black;
    background-color: #c0c0c0;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.range {
    color: white;
    background-color: black;
  }
  .msi-calendar-datepicker .ngb-datepicker .custom-day.faded {
    color: white;
    background-color: #404040;
  }
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header {
  position: relative;
  padding-top: 4px;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-month-name {
  display: flex;
  flex: 1;
  justify-content: center;
  height: auto;
  margin: 0 12px;
  text-shadow: var(--shadow-level-1);
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow {
  position: absolute;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow button[disabled] {
  cursor: default;
  opacity: var(--disabled-opacity);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:first-child {
  left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:last-child {
  right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow .ngb-dp-navigation-chevron {
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  border: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: none;
  -ms-high-contrast-adjust: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) {
  justify-content: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow:not(.ngb-dp-arrow-next) .ngb-dp-navigation-chevron {
  border-right: 12px solid var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next {
  justify-content: center;
  -ms-flex-pack: center;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next button {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-header .ngb-dp-arrow.ngb-dp-arrow-next .ngb-dp-navigation-chevron {
  border-left: 12px solid var(--text-primary);
  transform: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month {
  margin: 12px 24px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:first-child {
  margin-left: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month:last-child {
  margin-right: 12px;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding: 0;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekdays {
  border: 0;
  background-color: transparent;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-weekday {
  width: 28px;
  height: 28px;
  font-style: normal;
  color: var(--text-primary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day {
  display: flex;
  width: 28px;
  height: 28px;
  color: var(--text-secondary);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
  outline: none;
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus:not(.hidden) {
  background-color: var(--hover);
}
.msi-calendar-datepicker .ngb-datepicker .ngb-dp-day.disabled .custom-day {
  color: var(--stroke-level-2);
  background: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-calendar-datepicker .ngb-datepicker .ngb-dp-day:focus {
    outline: 2px dashed #fff;
    outline-offset: -2px;
  }
}

.msi-dropdown.msi-datepicker-control-dropdown {
  max-height: unset;
  padding: 24px 12px 12px;
}
.msi-dropdown.msi-datepicker-control-dropdown .bg-light {
  background: none;
}

.msi-date-picker-control,
.msi-time-picker-control {
  display: inline-block;
}

.msi-date-picker-control {
  width: 130px;
}
.msi-date-picker-control.has-dropdown {
  width: 160px;
}
.msi-date-picker-control .date-control {
  margin: 0;
}

.msi-date-time-picker-control {
  width: 130px;
}
.msi-date-time-picker-control.has-dropdown {
  width: 168px;
}
.msi-date-time-picker-control .date-time-control {
  width: 200px;
  margin: 0;
}

.msi-time-picker-control {
  width: 114px;
}
.msi-time-picker-control:not(.has-dropdown) {
  width: 100px;
}
.msi-time-picker-control .time-control {
  margin: 0;
}

.msi-calendar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.msi-calendar .bg-light {
  background: none;
}
.msi-calendar .form-wrapper {
  box-sizing: border-box;
  display: inline-block;
  padding: 24px 12px 12px;
  background-color: var(--background-level-3);
}
.msi-calendar .form-wrapper.form-border {
  border: 1px solid var(--stroke-level-1);
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
}
.msi-calendar .form-wrapper .calendar-row {
  display: flex;
  flex-basis: 100%;
}
.msi-calendar .form-wrapper .footer {
  justify-content: space-between;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper {
  display: flex;
  flex-direction: row;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .search-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button {
  align-items: center;
  align-self: flex-end;
  margin: 0 6px;
  font-weight: normal;
  line-height: 16px;
}
.msi-calendar .form-wrapper .footer .buttons-wrapper .reset-button:not([disabled]) {
  cursor: pointer;
}
.msi-calendar .msi-calendar-quickselection {
  margin: 12px;
}
.msi-calendar .msi-calendar-quickselection .msi-radio-button-label {
  padding: 2px 12px 3px;
}
.msi-calendar-single-datetimepicker > .date-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.msi-calendar-single-datetimepicker > .date-time > msi-time-picker-control {
  margin: 12px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-callout .callout-container {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 6px 6px 12px 6px;
  justify-content: space-between;
}
.msi-callout .callout-error {
  background-color: var(--callout-error-background);
  border-color: var(--callout-error-border);
}
.msi-callout .callout-info {
  background-color: var(--callout-info-background);
  border-color: var(--callout-info-border);
}
.msi-callout .callout-success {
  background-color: var(--callout-success-background);
  border-color: var(--callout-success-border);
}
.msi-callout .callout-warning {
  background-color: var(--callout-warning-background);
  border-color: var(--callout-warning-border);
}
.msi-callout .primary-icon-container {
  padding: 6px;
}
.msi-callout .error-icon {
  color: var(--callout-error-icon);
}
.msi-callout .callout-contents {
  width: 100%;
  padding: 6px 6px 0 6px;
}
.msi-callout .callout-title {
  margin-bottom: 4px;
}
.msi-callout .trailing-icons-container {
  padding: 1px;
  height: -moz-fit-content;
  height: fit-content;
}
.msi-callout .callout-footer {
  margin: 4px 6px 0 29px;
}
.msi-callout .callout-footer:empty {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  min-height: 168px;
  overflow: hidden;
  background: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-card:hover {
  box-shadow: var(--shadow-level-3);
}
.msi-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border-radius: 4px;
}
.msi-card.msi-card-media-type {
  height: 234px;
  line-height: 1.125rem;
  cursor: pointer;
}
.msi-card.msi-card-media-type .msi-card-title {
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  padding: 12px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon {
  color: var(--icon-primary);
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon:first-child {
  padding-right: 6px;
}
.msi-card.msi-card-media-type .msi-card-title .msi-icon ~ .msi-icon {
  padding-left: 6px;
}
.msi-card.msi-card-media-type .msi-card-title span {
  display: inline-block;
  max-width: 120px;
  line-height: 1.125rem;
}
.msi-card.msi-card-media-type .msi-card-content {
  height: 60px;
  background: var(--background-level-3);
}
.msi-card.msi-card-media-type img {
  height: 114px;
  object-fit: cover;
}
.msi-card.msi-card-media-type .msi-card-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 50%;
  font-size: 0.75rem;
}
.msi-card.msi-card-media-type .msi-card-error span {
  display: inline-flex;
  margin-top: 12px;
  line-height: 18px;
}
.msi-card.msi-card-media-type-error {
  justify-content: center;
}

.msi-card-title {
  display: flex;
  flex: initial;
  align-items: center;
  padding: 12px 12px 6px;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-card-image + .msi-card-title {
  padding: 12px;
}

.msi-card-title + .msi-card-content {
  padding-top: 0;
}

.msi-card-content + .msi-card-actions {
  padding-top: 0;
}

.msi-card-content {
  padding: 12px;
  color: var(--text-primary);
}

.msi-card-image {
  flex: initial;
  margin: 0 13px;
}
.msi-card-image .msi-card-media,
.msi-card-image img {
  display: inline;
  width: 100%;
}
.msi-card-image.full-bleed {
  margin: 0;
}
.msi-card-image.bottom {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-card-actions {
  display: flex;
  justify-content: space-between;
  padding: 12px 13px 12px 11px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-card.msi-media-card {
  width: 200px;
  height: 250px;
  max-height: 250px;
  margin: 12px;
}
.msi-card.msi-media-card .msi-card-title {
  height: 42px;
  min-height: auto;
  padding: 12px 12px 6px 12px;
  justify-content: space-between;
}
.msi-card.msi-media-card .msi-card-title-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -5px;
}
.msi-card.msi-media-card .msi-card-title-actions .msi-btn {
  margin: -5px 0; /* Give space for the focus state of the button (5px each side) */
}
.msi-card.msi-media-card .msi-card-title-actions .msi-icon {
  width: 24px;
  height: 24px;
  padding: 0 !important;
}
.msi-card.msi-media-card .msi-card-image {
  height: 150px;
  background-color: var(--primary-05);
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image {
  height: 48px;
  padding: 51px 0;
  background: none;
}
.msi-card.msi-media-card .msi-card-image .dummy-card-image i {
  width: 48px;
  height: 48px;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay * {
  display: none;
}
.msi-card.msi-media-card .msi-card-image:hover .msi-card-overlay-hover {
  display: flex;
}
.msi-card.msi-media-card .msi-card-overlay {
  position: absolute;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon {
  color: #fff;
  margin-right: 6px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-icons .msi-icon:last-child {
  margin-right: 12px;
}
.msi-card.msi-media-card .msi-card-overlay .msi-card-overlay-hover {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.msi-media-list-table {
  /* Fix CSS colspan border bug: https://stackoverflow.com/questions/25591499/chrome-bug-with-colspan-and-border */
  border-collapse: separate; /* the default option */
  border-spacing: 0; /* remove border gaps */
}
.msi-media-list-table tr td,
.msi-media-list-table tr .msi-td,
.msi-media-list-table .msi-tr td,
.msi-media-list-table .msi-tr .msi-td {
  white-space: nowrap;
}
.msi-media-list-table tr .msi-media-list-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon {
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr .msi-media-list-icon .msi-icon,
.msi-media-list-table .msi-tr .msi-media-list-icon .msi-icon {
  margin: 0;
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off {
  min-width: 58px; /* Reserve space for flag icon, even when it's not there */
}
.msi-media-list-table tr .msi-media-list-icon.msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-icon.msi-flag-off .msi-btn {
  display: none;
}
.msi-media-list-table tr .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons {
  display: none;
  text-align: right;
  padding-right: 0;
}
.msi-media-list-table tr .msi-media-list-hover-icons .msi-btn,
.msi-media-list-table .msi-tr .msi-media-list-hover-icons .msi-btn {
  display: inline-block;
  margin-left: 8px;
}
.msi-media-list-table tr .msi-media-list-secondary,
.msi-media-list-table .msi-tr .msi-media-list-secondary {
  text-align: right;
  width: 1px; /* Choose minimum possible column width */
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-hover-icons {
  display: table-cell;
}
.msi-media-list-table tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary,
.msi-media-list-table .msi-tr:hover:not(.msi-media-no-actions) .msi-media-list-secondary {
  display: none;
}
.msi-media-list-table tr:hover .msi-flag-off .msi-btn,
.msi-media-list-table .msi-tr:hover .msi-flag-off .msi-btn {
  display: inline-block;
}

.msi-checkbox-group {
  display: flex;
  flex-direction: column;
}
.msi-checkbox-group .msi-checkbox-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-checkbox-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-checkbox {
  display: flex;
}
.msi-checkbox:active {
  outline: 0;
}

.msi-checkbox-checked .msi-checkbox-icon,
.msi-checkbox:active:not(.msi-checkbox-disabled) .msi-checkbox-icon {
  color: var(--focus-secondary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-checkbox-checked .msi-checkbox-icon {
    color: #c0c0c0;
  }
}
.msi-checkbox-disabled .msi-checkbox-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-checkbox-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox:hover .msi-checkbox-icon-wrapper::before, .msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-checkbox:not(.msi-checkbox-disabled).msi-checkbox-focused .msi-checkbox-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.msi-checkbox-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-checkbox-text {
  display: flex;
  margin-left: 12px;
}
.msi-checkbox-text:empty {
  margin-left: 0;
}

.msi-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
  appearance: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-collapsable {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.msi-collapsable > div {
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}
.msi-collapsable.collapsed > div {
  transform: translateY(-16px);
}
.msi-collapsable .msi-item a {
  padding-left: 48px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

.msi-data-table {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 84px;
  overflow: hidden;
  /* Embedded components */
  /* Resize */
}
.msi-data-table,
.msi-data-table thead,
.msi-data-table tbody,
.msi-data-table tr,
.msi-data-table td,
.msi-data-table th {
  box-sizing: border-box !important;
}
.msi-data-table tr,
.msi-data-table .visible-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-data-table tr {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border-bottom: 1px solid var(--primary-20);
}
.msi-data-table th,
.msi-data-table td {
  display: flex !important;
  border-bottom: 0 !important;
}
.msi-data-table thead {
  display: block;
  overflow-x: hidden;
  border-bottom: 1px solid var(--primary-40);
}
.msi-data-table thead tr {
  border-bottom: 0;
}
.msi-data-table thead .msi-pinned-row:last-of-type {
  border-bottom: 0;
}
.msi-data-table.msi-data-table-sticky-column thead {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.msi-data-table.msi-data-table-horizontal-scrollbar {
  overflow-x: scroll;
}
.msi-data-table.msi-data-table-horizontal-scrollbar thead,
.msi-data-table.msi-data-table-horizontal-scrollbar tbody {
  width: max-content !important;
  min-width: 100%;
}
.msi-data-table tbody {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-x: scroll;
}
.msi-data-table .cell-wrapper {
  display: inline-block;
  flex: 1 1;
  min-width: 17px;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-data-table .msi-data-table-row {
  flex-direction: column;
}
.msi-data-table .hidden-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 10px;
}
.msi-data-table .hidden-row:not(.collapsed) {
  margin-bottom: 11px;
}
.msi-data-table .hidden-row .msi-overflow-table {
  display: grid;
  grid-template-columns: 0fr 1fr;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name {
  font-weight: normal;
  color: var(--text-secondary);
  white-space: pre;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:not(:empty)::after {
  content: ":";
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty {
  display: none;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name:empty + .col-contents {
  grid-column: 1/span 2;
}
.msi-data-table .hidden-row .msi-overflow-table .col-name,
.msi-data-table .hidden-row .msi-overflow-table .col-contents {
  display: flex;
  align-items: center;
  max-width: 85ch;
  padding: 0 4px 4px 0;
}
.msi-data-table .msi-spinner {
  display: block;
  pointer-events: none;
}
.msi-data-table .msi-spinner .msi-spinner-inner {
  margin: 0 !important;
}
.msi-data-table .msi-checkbox {
  display: inline-block;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.msi-data-table .msi-checkbox-disabled {
  pointer-events: none;
}
.msi-data-table .msi-resizable {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper {
  width: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
  padding: 0;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid {
  grid-area: resize;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
  width: 7px;
  cursor: col-resize;
  height: 100%;
}
.msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:hover, .msi-data-table .msi-resizable .msi-table-header-wrapper .msi-table-header-left .msi-header-text .resize-grid:active {
  color: var(--text-primary) !important;
  background: var(--hover) !important;
}
.msi-data-table .msi-resizable.resize-right-hover {
  z-index: 5;
}
.msi-data-table .internal-table-full-width .msi-table {
  width: 100%;
}
.msi-data-table .internal-table-full-width .msi-table td,
.msi-data-table .internal-table-full-width .msi-table th {
  flex-grow: 1;
  justify-content: start;
}

/* Pin/Expand icons */
.msi-data-table-expand-icon-col,
.msi-data-table-pin-icon-col {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-data-table-expand-icon-col .msi-btn,
.msi-data-table-pin-icon-col .msi-btn {
  height: unset !important;
}
.msi-data-table-expand-icon-col .msi-btn .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn .msi-pin-off {
  opacity: 0.5;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus), .msi-data-table-expand-icon-col .msi-btn:active:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus),
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus) {
  background: none !important;
}
.msi-data-table-expand-icon-col .msi-btn:hover:not(:focus)::before, .msi-data-table-expand-icon-col .msi-btn:active:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:hover:not(:focus)::before,
.msi-data-table-pin-icon-col .msi-btn:active:not(:focus)::before {
  display: none;
}
.msi-data-table-expand-icon-col .msi-btn:hover .msi-pin-off, .msi-data-table-expand-icon-col .msi-btn:focus .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:hover .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:focus .msi-pin-off {
  opacity: 0.8;
}
.msi-data-table-expand-icon-col .msi-btn:active .msi-pin-off,
.msi-data-table-pin-icon-col .msi-btn:active .msi-pin-off {
  opacity: 1;
}
.msi-data-table-expand-icon-col .msi-icon,
.msi-data-table-pin-icon-col .msi-icon {
  margin: 0 !important;
  cursor: pointer;
  transition: transform 100ms;
}
.msi-data-table-expand-icon-col .msi-icon.collapsed,
.msi-data-table-pin-icon-col .msi-icon.collapsed {
  transform: rotate(-90deg);
}
.msi-data-table-expand-icon-col .msi-icon:active, .msi-data-table-expand-icon-col .msi-icon:focus,
.msi-data-table-pin-icon-col .msi-icon:active,
.msi-data-table-pin-icon-col .msi-icon:focus {
  color: var(--icon-primary);
}

.msi-data-table-expand-icon-col .msi-btn {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  margin: 5px;
}

/* Frozen */
.msi-data-table-sticky-column td.sticky, .msi-data-table-sticky-column td.msi-data-table-expand-icon-col, .msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.sticky,
.msi-data-table-sticky-column th.msi-data-table-expand-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  position: absolute;
  z-index: 3;
  background: var(--table-background);
}
.msi-data-table-sticky-column td.msi-data-table-pin-icon-col,
.msi-data-table-sticky-column th.msi-data-table-pin-icon-col {
  left: 0;
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-data-table-row:hover .msi-data-table-pin-icon-col {
  background: var(--table-hover);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected .msi-data-table-pin-icon-col {
  background: var(--table-selection);
}
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .sticky,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-expand-icon-col,
.msi-data-table-sticky-column.msi-data-table-selection .msi-row-selected:hover .msi-data-table-pin-icon-col {
  background: var(--table-selection-hover);
}
.msi-data-table-sticky-column .sticky-column-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
  box-shadow: 5px 0 5px -2px var(--table-frozen-shadow-color);
}

/* Pinned rows */
.msi-data-table-pinning .msi-pinned-row-container {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-pinned-row-container:not(:empty) {
  overflow-x: hidden;
  overflow-y: scroll;
}
.msi-data-table-pinning .msi-row-pinned-last {
  border-bottom-width: 4px;
}

/* Column Types */
.msi-col-type-icon {
  width: 42px;
  min-width: 42px !important;
  padding: 0 8px !important;
}
.msi-col-type-icon .cell-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msi-col-type-icon .msi-table-header-left:hover,
.msi-col-type-icon .msi-table-header-left:focus {
  background-color: transparent;
  outline: none;
}

tr .msi-col-type-number .msi-header-text, tr .msi-col-type-action .msi-header-text, tr .msi-col-type-text .msi-header-text, tr .msi-col-type-boolean .msi-header-text {
  cursor: default;
}
tr .msi-col-type-number .msi-header-text .drag-grid, tr .msi-col-type-action .msi-header-text .drag-grid, tr .msi-col-type-text .msi-header-text .drag-grid, tr .msi-col-type-boolean .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .cdk-drag-disabled .msi-header-text,
tr .msi-col-float-left .msi-header-text,
tr .msi-col-float-right .msi-header-text {
  cursor: default;
}
tr .cdk-drag-disabled .msi-header-text .drag-grid,
tr .msi-col-float-left .msi-header-text .drag-grid,
tr .msi-col-float-right .msi-header-text .drag-grid {
  grid-area: text;
  padding-left: 12px;
}
tr .msi-col-type-action {
  text-align: center;
  cursor: pointer;
}
tr .msi-col-type-action .cdk-drag-handle {
  overflow: visible !important;
}
tr .msi-col-type-action .cell-wrapper,
tr .msi-col-type-action .msi-header-text {
  display: flex;
  justify-content: center;
  overflow: visible;
  text-align: center;
}
tr .msi-col-type-action .msi-header-text .drag-grid {
  grid-area: text;
  padding: 0;
}
tr .msi-col-type-action[role=columnheader] {
  margin-left: 3px !important;
}
tr .msi-col-type-number {
  text-align: right;
  font-family: "Roboto Mono", serif;
}
tr .msi-col-type-number .msi-header-text {
  gap: 3px;
}
tr .msi-col-type-number .cell-wrapper {
  font-variant-numeric: tabular-nums;
}
tr .msi-col-type-number .cell-wrapper,
tr .msi-col-type-number .msi-header-text {
  text-align: right;
}

.cursor-moving {
  cursor: grabbing !important;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 30px;
  max-height: 42px;
  padding: 12px;
  line-height: 1;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-item .msi-icon {
  margin-right: 12px;
}
.msi-dropdown-item.icon-right {
  justify-content: space-between;
}
.msi-dropdown-item.icon-right .msi-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.msi-dropdown-item:hover, .msi-dropdown-item:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-dropdown-item:active {
  color: #fff;
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item {
    color: white;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: black;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item {
    color: black;
  }
  .msi-dropdown-item:hover, .msi-dropdown-item:focus {
    color: white;
    background-color: #808080;
  }
  .msi-dropdown-item:active {
    color: white;
    background-color: black;
  }
}

.msi-dropdown-item-arrow {
  float: right;
}

.msi-dropdown-item-active {
  background-color: var(--hover);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-dropdown-item-active {
    color: black;
    background-color: #808080;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-dropdown-item-active {
    color: white;
    background-color: #808080;
  }
}

.msi-dropdown-item-disabled, .msi-dropdown-item-disabled:hover, .msi-dropdown-item-disabled:active, .msi-dropdown-item-disabled:focus {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-dropdown-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  min-height: 30px;
  padding: 12px 12px 6px 12px;
  line-height: 1;
  border-bottom: 1px solid var(--hover);
  color: var(--text-primary);
  text-decoration: none;
  cursor: default;
  -ms-high-contrast-adjust: none;
}
.msi-dropdown-section p {
  margin: 6px 0;
  line-height: 1.5;
}
.msi-dropdown-section .msi-button-section {
  margin: 0 -7px;
}
.msi-dropdown-section .msi-button-section .msi-btn-action.msi-btn {
  padding-left: 6px;
  padding-right: 6px;
}
.msi-dropdown-section .msi-link {
  padding: 6px 0;
}
.msi-dropdown-section .msi-link .msi-icon {
  margin: 0 6px;
  vertical-align: text-bottom;
}

.msi-dropdown-section-arrow {
  float: right;
}

.msi-dropdown {
  max-height: 441px;
  padding: 6px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--background-level-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-dropdown:focus {
  outline: none;
}
.msi-dropdown.display {
  display: block;
}
.msi-dropdown.visible {
  opacity: 1;
}
.msi-dropdown.scrollable {
  overflow-y: scroll;
}
.msi-dropdown .msi-dropdown-item {
  margin: 0 -12px;
}
.msi-dropdown .msi-dropdown-section {
  margin: 0 -12px;
}
.msi-dropdown msi-dropdown-section:first-of-type {
  margin-top: -6px;
}
.msi-dropdown .msi-radio-group {
  margin-top: 6px;
  margin-right: -12px;
  margin-left: -12px;
}
.msi-dropdown .msi-radio-group .msi-radio-group-label {
  padding: 0 12px;
}
.msi-dropdown .msi-radio-group .msi-radio-button-label {
  width: 100%;
}
.msi-dropdown .msi-radio-button:hover {
  background-color: var(--hover);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-header-root {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.msi-common-header-root .search-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: auto;
  height: 44px;
  padding: 9px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-root .search-button:focus, .msi-common-header-root .search-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .search-button.msi-dropdown-trigger-open, .msi-common-header-root .search-button:active, .msi-common-header-root .search-button:active:hover, .msi-common-header-root .search-button.active {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-root .icon {
  -webkit-user-select: none;
          user-select: none;
  filter: invert(100%);
}
.msi-common-header-root .icon--search {
  width: 24px;
  height: 24px;
}
.msi-common-header-root .msi-common-icon-inactive {
  opacity: 0.2;
}
.msi-common-header-root .msi-common-header-left-plugin-area {
  flex: 1 1 auto;
  height: 47px;
  min-width: 0;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link {
  box-sizing: content-box;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 6px 24px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 4px;
  outline: none;
  opacity: 0.7;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:focus, .msi-common-header-root .msi-common-header-left-plugin-area .link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link:active, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected, .msi-common-header-root .msi-common-header-left-plugin-area .link.selected:hover {
  color: #fff;
  background-color: transparent;
  border-color: var(--focus-primary);
  opacity: 1;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-left-plugin-area .link.disabled:hover, .msi-common-header-root .msi-common-header-left-plugin-area .link:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-root .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
  min-width: 0;
}
.msi-common-header-root .msi-session-manager,
.msi-common-header-root .msi-common-header-plugin {
  position: relative;
  display: inline-block;
  height: 47px;
  vertical-align: top;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap {
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  max-height: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap:empty {
  visibility: hidden;
}
.msi-common-header-root .msi-common-header-search-dropdown-wrap.open {
  visibility: visible;
}

.msi-common-header {
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  height: 48px;
  overflow: hidden;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  background: var(--header-background-color) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFUlEQVQI12NggIJ///9I42AwMDAAALg7CT1ygBi4AAAAAElFTkSuQmCC") repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.msi-common-header button {
  color: #fff;
}
.msi-common-header .agency-icon {
  width: 32px;
  height: 32px;
  margin: 8px 8px 0 0;
}
.msi-common-header .agency-icon i {
  width: 100%;
  height: 100%;
}
.msi-common-header .msi-common-search-container {
  display: none;
  width: 100%;
}
.msi-common-header .msi-common-header-container {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.msi-common-header .msi-common-header-container.full-width {
  max-width: 100%;
}
.msi-common-header .msi-common-header-container .msi-icon {
  color: #fff;
}
.msi-common-header.search-mode {
  background-image: none;
}
.msi-common-header.search-mode .msi-common-header-content {
  display: none;
}
.msi-common-header.search-mode .msi-common-search-container {
  display: flex;
  height: 100%;
}
.msi-common-header a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.msi-common-header .msi-common-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-common-header .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.responsive-header-enabled .msi-common-header-right-plugin-area {
  flex: 1 1 auto;
}

.mobile-header-enabled .msi-common-header-left-plugin-area {
  flex: 1 1 100%;
}
.mobile-header-enabled .msi-common-header-right-plugin-area {
  flex: 0 0 auto;
}

.msi-common-header-dropdown-item {
  display: flex;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-common-header-dropdown-item:hover, .msi-common-header-dropdown-item:focus {
  background-color: var(--hover);
}

.msi-common-header-button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: auto;
  height: 47px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-common-header-button:focus, .msi-common-header-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-button:active, .msi-common-header-button:active:hover, .msi-common-header-button.active, .msi-common-header-button.msi-dropdown-trigger-open {
  color: #fff;
  background-color: var(--focus-primary);
}
.msi-common-header-button.disabled, .msi-common-header-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-common-header-button.disabled:hover, .msi-common-header-button:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-common-header-button img {
  width: 24px;
  height: 24px;
}

.msi-notifications-ui,
.msi-notifications-ui .bell,
.msi-notifications-ui .wrapper {
  display: block;
  width: 48px;
  height: 47px;
}

.msi-common-header-information-button,
.msi-common-header-notification-button,
.msi-common-header-settings-button {
  vertical-align: middle;
}

.msi-common-header-root .msi-common-header .msi-common-header-plugin-label,
.msi-common-header-root .msi-common-header .msi-icon.msi-common-header-plugin-arrow {
  display: none;
}

.msi-common-header-overflow.msi-dropdown {
  max-height: 100%;
  color: var(--text-primary);
}
.msi-common-header-overflow button {
  color: var(--text-primary);
}
.msi-common-header-overflow button:active, .msi-common-header-overflow button.active {
  color: #fff;
}
.msi-common-header-overflow .msi-common-header-plugin-label {
  display: inline-block;
  padding: 0 35px 0 10px;
}
.msi-common-header-overflow .msi-icon.msi-common-header-plugin-arrow {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
}
.msi-common-header-overflow .link {
  box-sizing: content-box;
  width: 100%;
  font-size: 0.875rem;
  color: var(--text-primary);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-overflow .link,
.msi-common-header-overflow .msi-common-header-plugin, .msi-common-header-overflow > .msi-session-manager {
  display: block;
  flex: 1;
  padding: 12px;
  margin: 0 -12px;
  color: var(--text-primary);
  text-decoration: none;
  background: none;
  border: 0;
}
.msi-common-header-overflow .link:hover, .msi-common-header-overflow .link:focus,
.msi-common-header-overflow .msi-common-header-plugin:hover,
.msi-common-header-overflow .msi-common-header-plugin:focus, .msi-common-header-overflow > .msi-session-manager:hover, .msi-common-header-overflow > .msi-session-manager:focus {
  background-color: var(--hover);
  outline: none;
}
.msi-common-header-overflow .link:active,
.msi-common-header-overflow .msi-common-header-plugin:active, .msi-common-header-overflow > .msi-session-manager:active {
  color: #fff;
  background-color: #1a87b2;
}
.msi-common-header-overflow .link[disabled], .msi-common-header-overflow .link.disabled,
.msi-common-header-overflow .msi-common-header-plugin[disabled],
.msi-common-header-overflow .msi-common-header-plugin.disabled, .msi-common-header-overflow > .msi-session-manager[disabled], .msi-common-header-overflow > .msi-session-manager.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
  background-color: transparent;
}
.msi-common-header-overflow .msi-session-manager {
  padding: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-container {
  margin: 0;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-inner-container {
  width: 100%;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content {
  width: 100%;
  padding-right: 35px;
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open {
  background: var(--focus-primary);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-session-manager .msi-session-manager-content:hover {
  background: none;
}
.msi-common-header-overflow .msi-session-manager .arrow {
  position: absolute;
  right: 4px;
  transform: rotate(-90deg);
}
.msi-common-header-overflow .msi-common-header-plugin {
  padding: 0;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button {
  display: block;
  width: 100%;
  text-align: left;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button > img {
  display: inline-block;
  vertical-align: middle;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-button:hover {
  background: none;
}
.msi-common-header-overflow .msi-common-header-plugin .msi-common-header-information-button {
  padding: 0 4px;
}
.msi-common-header-overflow .agency-icon {
  height: 32px;
  margin: 8px 0 8px 8px;
  vertical-align: middle;
}

.common-header-app-plugins {
  display: flex;
  flex-direction: row;
}

.msi-common-icon-invert {
  filter: var(--dark-to-light-filter);
}

/* Header Button Plugin */
.msi-dropdown.help-text p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 18px;
}
.msi-dropdown.help-text .sub-label {
  padding: 0 16px;
}
.msi-dropdown.help-text .help-text-call-icon,
.msi-dropdown.help-text .help-text-email-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/* App switcher */
.msi-app-switcher-dropdown {
  width: 276px;
  border-color: transparent;
  border-radius: 4px;
}

.msi-common-services-grid {
  display: flex;
  flex-wrap: wrap;
}

.msi-application-switcher-row,
.msi-common-services-grid .switcher-row {
  display: flex;
  flex-wrap: wrap;
}
.msi-application-switcher-row .service,
.msi-common-services-grid .switcher-row .service {
  width: 80px;
  height: 80px;
  margin: 6px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.msi-application-switcher-row .service:hover,
.msi-common-services-grid .switcher-row .service:hover {
  background: var(--primary-20);
}
.msi-application-switcher-row .switcher-icon,
.msi-common-services-grid .switcher-row .switcher-icon {
  position: relative;
}
.msi-application-switcher-row .service-icon img,
.msi-common-services-grid .switcher-row .service-icon img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 5px 0 0;
}
.msi-application-switcher-row .switcher-badge,
.msi-common-services-grid .switcher-row .switcher-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px;
}

.msi-dropdown.msi-app-switcher-dropdown {
  box-sizing: content-box;
  min-width: 276px;
  max-width: 276px;
  min-height: 276px;
  max-height: none;
  overflow-y: visible;
}
.msi-dropdown.msi-app-switcher-dropdown a {
  color: var(--text-primary);
}
.msi-dropdown.msi-app-switcher-dropdown .msi-common-services-grid {
  min-width: 276px;
  max-width: 276px;
}

/* Left Plugin Area */
.msi-common-header-left-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.msi-common-header-left-content .application-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 48px;
  padding: 0 4px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  cursor: pointer;
}
.msi-common-header-left-content .application-logo:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-common-header-left-content .application-logo:focus, .msi-common-header-left-content .application-logo:visited {
  color: #fff;
}
.msi-common-header-left-content .application-logo .emsignia {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .separator {
  width: 1px;
  height: 24px;
  margin: 0 12px;
  background-color: #fff;
}
.msi-common-header-left-content .application-logo .application-name {
  height: 47px;
  margin: 1px 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.msi-common-header-left-content .application-logo .margin-left {
  margin: 1px 8px 0;
}

/* Right plugin area */
.msi-common-header-right-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}

/* Clock */
.msi-common-header-clock .time {
  display: inline-block;
  width: 81px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 9px 10px 8px 6px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

/* Session Manager */
.msi-session-manager-container {
  position: relative;
  display: flex;
  height: 47px;
  margin: 0 12px;
}
.msi-session-manager-container .msi-session-manager-inner-container {
  position: relative;
}
.msi-session-manager-container .msi-session-manager-inner-container .msi-session-manager {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}
.msi-session-manager-container .msi-session-manager-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 47px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:focus, .msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
.msi-session-manager-container .msi-session-manager-content:active, .msi-session-manager-container .msi-session-manager-content:active:hover, .msi-session-manager-container .msi-session-manager-content.active, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open {
  background-color: var(--focus-primary);
}
.msi-session-manager-container .msi-session-manager-content:active .arrow, .msi-session-manager-container .msi-session-manager-content:active:hover .arrow, .msi-session-manager-container .msi-session-manager-content.active .arrow, .msi-session-manager-container .msi-session-manager-content.msi-dropdown-trigger-open .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content.disabled, .msi-session-manager-container .msi-session-manager-content:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content.disabled:hover, .msi-session-manager-container .msi-session-manager-content:disabled:hover {
  background-color: transparent;
  opacity: 0.4;
}
.msi-session-manager-container .msi-session-manager-content .user-action {
  cursor: pointer;
}
.msi-session-manager-container .msi-session-manager-content .arrow {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0 5px;
  transition-duration: 0.3s;
  transition-property: transform;
}
.msi-session-manager-container .msi-session-manager-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.msi-session-manager-container .msi-session-manager-content.active {
  background-color: #007aaa;
}
.msi-session-manager-container .msi-session-manager-content.active .arrow {
  transform: rotate(-180deg);
}
.msi-session-manager-container .msi-session-manager-content .avatar {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  clip-path: circle(16px at center);
}
.msi-session-manager-container .msi-session-manager-content .username {
  margin: 0 3px;
  font-size: 12px;
  font-weight: bold;
}
.msi-session-manager-container .msi-session-manager-dropdown {
  box-sizing: border-box;
  width: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.mobile-header-dropdown-opened {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.mobile-header-dropdown-opened .msi-common-header-container .msi-icon {
  color: inherit;
}
.mobile-header-dropdown-opened .msi-session-manager-container .msi-session-manager-content {
  padding: 0;
}

.mobile-header-dropdown {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--background-level-1);
  color: var(--text-primary);
  overflow: auto;
  padding-top: 2px;
}
.mobile-header-dropdown * {
  font-size: 18px;
}
.mobile-header-dropdown > .msi-item:first-child,
.mobile-header-dropdown > .mobile-header-dropdown-item:first-child {
  margin-bottom: auto;
}
.mobile-header-dropdown button,
.mobile-header-dropdown a,
.mobile-header-dropdown .msi-dropdown-item,
.mobile-header-dropdown .msi-dropdown-trigger,
.mobile-header-dropdown .msi-dropdown-item-active,
.mobile-header-dropdown .msi-dropdown-item-closed,
.mobile-header-dropdown .msi-dropdown-item-disabled,
.mobile-header-dropdown .service {
  width: 100%;
  display: flex;
  color: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background: none;
  border: none;
}
.mobile-header-dropdown button:focus, .mobile-header-dropdown button:active, .mobile-header-dropdown button:hover,
.mobile-header-dropdown a:focus,
.mobile-header-dropdown a:active,
.mobile-header-dropdown a:hover,
.mobile-header-dropdown .msi-dropdown-item:focus,
.mobile-header-dropdown .msi-dropdown-item:active,
.mobile-header-dropdown .msi-dropdown-item:hover,
.mobile-header-dropdown .msi-dropdown-trigger:focus,
.mobile-header-dropdown .msi-dropdown-trigger:active,
.mobile-header-dropdown .msi-dropdown-trigger:hover,
.mobile-header-dropdown .msi-dropdown-item-active:focus,
.mobile-header-dropdown .msi-dropdown-item-active:active,
.mobile-header-dropdown .msi-dropdown-item-active:hover,
.mobile-header-dropdown .msi-dropdown-item-closed:focus,
.mobile-header-dropdown .msi-dropdown-item-closed:active,
.mobile-header-dropdown .msi-dropdown-item-closed:hover,
.mobile-header-dropdown .msi-dropdown-item-disabled:focus,
.mobile-header-dropdown .msi-dropdown-item-disabled:active,
.mobile-header-dropdown .msi-dropdown-item-disabled:hover,
.mobile-header-dropdown .service:focus,
.mobile-header-dropdown .service:active,
.mobile-header-dropdown .service:hover {
  background: none;
}
.mobile-header-dropdown .msi-item {
  margin: 6px 10px;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border: 0;
  margin: 0;
}
.mobile-header-dropdown .msi-item .msi-item-wrapper > .item-content {
  min-height: 56px;
  padding: 0 12px;
  flex: 1;
}
.mobile-header-dropdown .msi-item .msi-dropdown-item-arrow {
  display: none;
}
.mobile-header-dropdown > .mobile-header-dropdown-item {
  padding: 12px;
}
.mobile-header-dropdown > .mobile-header-dropdown-item .sub-label {
  padding-left: 44px;
}
.mobile-header-dropdown .msi-icon {
  margin-right: 12px;
  color: var(--text-primary);
  height: auto;
  width: auto;
}
.mobile-header-dropdown .msi-icon > i > svg {
  height: 32px;
  width: 32px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content {
  font-weight: 700;
  font-size: 16px;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon {
  padding: 0;
}
.mobile-header-dropdown .mobile-header-dropdown-back-button .item-content .msi-icon svg {
  height: 24px;
  width: 24px;
}

.mobile-header-dropdown-item {
  width: 100%;
  display: flex;
  color: inherit;
  align-items: center;
}
.mobile-header-dropdown-item .msi-common-header-plugin,
.mobile-header-dropdown-item .msi-application-switcher {
  width: 100%;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-label,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-label {
  display: block;
  text-wrap: none;
  text-overflow: ellipsis;
}
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-clock,
.mobile-header-dropdown-item .msi-common-header-plugin .msi-common-header-plugin-content,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-clock,
.mobile-header-dropdown-item .msi-application-switcher .msi-common-header-plugin-content {
  align-items: center;
  display: flex;
  height: 100%;
}
.mobile-header-dropdown-item .agency-icon {
  margin-top: 0;
}
.mobile-header-dropdown-item > *,
.mobile-header-dropdown-item .msi-session-manager,
.mobile-header-dropdown-item .msi-session-manager-inner-container,
.mobile-header-dropdown-item .msi-session-manager-container,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row,
.mobile-header-dropdown-item .switcher-row.msi-application-switcher-row > a {
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
}
.mobile-header-dropdown-item .msi-session-manager-content {
  margin: 0;
}
.mobile-header-dropdown-item .msi-session-manager-content > msi-icon.arrow {
  display: none;
}
.mobile-header-dropdown-item .msi-session-manager-content > .username {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .msi-common-icon-invert {
  height: 32px;
  width: 32px;
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item .service-icon.switcher-icon > .switcher-badge {
  overflow: hidden;
  color: transparent;
  right: auto;
  top: 0;
  left: 24px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.mobile-header-dropdown-item .avatar.msi-avatar {
  margin: 0 12px 0 0;
}
.mobile-header-dropdown-item-right-arrow {
  margin-right: 0 !important;
}
.mobile-header-dropdown-item-right-arrow > i {
  margin: 0;
}

.msi-icon {
  position: relative;
  box-sizing: content-box;
  display: inline-flex;
  width: 24px;
  min-width: 0;
  height: 24px;
  min-height: 0;
  line-height: 0;
  color: var(--icon-primary);
}
.msi-icon i {
  display: flex;
  margin: auto;
  width: inherit;
  height: inherit;
}
.msi-icon svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-form-ctrl,
.msi-input,
.msi-textarea,
.msi-select {
  z-index: 1;
  min-width: 40px;
  height: 34px;
  padding: 8px;
  margin: 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  color: var(--text-primary);
  background: var(--background-input);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
  box-sizing: border-box;
  appearance: none;
}
.msi-form-ctrl::placeholder,
.msi-input::placeholder,
.msi-textarea::placeholder,
.msi-select::placeholder {
  color: var(--primary-60);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error,
.msi-input:not([disabled]):not([readonly]).error,
.msi-textarea:not([disabled]):not([readonly]).error,
.msi-select:not([disabled]):not([readonly]).error {
  border-color: var(--error);
}
.msi-form-ctrl.error:active:not([disabled]):not([readonly]),
.msi-input.error:active:not([disabled]):not([readonly]),
.msi-textarea.error:active:not([disabled]):not([readonly]),
.msi-select.error:active:not([disabled]):not([readonly]), .msi-form-ctrl.error:focus:not([disabled]):not([readonly]),
.msi-input.error:focus:not([disabled]):not([readonly]),
.msi-textarea.error:focus:not([disabled]):not([readonly]),
.msi-select.error:focus:not([disabled]):not([readonly]) {
  border-color: var(--error);
}

.msi-form-ctrl:not([disabled]):not([readonly]).error + .error-message,
.msi-input:not([disabled]):not([readonly]).error + .error-message,
.msi-textarea:not([disabled]):not([readonly]).error + .error-message,
.msi-select:not([disabled]):not([readonly]).error + .error-message {
  position: relative;
  display: block;
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  white-space: normal;
}

.msi-form-ctrl:focus,
.msi-input:focus,
.msi-textarea:focus,
.msi-select:focus {
  outline: 0;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid white;
    outline-offset: 2px;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-form-ctrl:focus,
  .msi-input:focus,
  .msi-textarea:focus,
  .msi-select:focus {
    outline: 2px solid black;
    outline-offset: 2px;
  }
}
.msi-form-ctrl:not([disabled]):not([readonly]),
.msi-input:not([disabled]):not([readonly]),
.msi-textarea:not([disabled]):not([readonly]),
.msi-select:not([disabled]):not([readonly]) {
  transition: background-color 100ms, background 100ms, color 100ms;
}
.msi-form-ctrl:not([disabled]):not([readonly]):hover,
.msi-input:not([disabled]):not([readonly]):hover,
.msi-textarea:not([disabled]):not([readonly]):hover,
.msi-select:not([disabled]):not([readonly]):hover {
  background: var(--input-hover);
}
.msi-form-ctrl:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-input:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-textarea:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty,
.msi-select:not([disabled]):not([readonly]).ng-invalid.ng-touched.ng-dirty, .msi-form-ctrl:not([disabled]):not([readonly]).msi-error,
.msi-input:not([disabled]):not([readonly]).msi-error,
.msi-textarea:not([disabled]):not([readonly]).msi-error,
.msi-select:not([disabled]):not([readonly]).msi-error {
  border-color: var(--error);
}
.msi-form-ctrl:not([disabled]):not([readonly]):active,
.msi-input:not([disabled]):not([readonly]):active,
.msi-textarea:not([disabled]):not([readonly]):active,
.msi-select:not([disabled]):not([readonly]):active, .msi-form-ctrl:not([disabled]):not([readonly]):focus,
.msi-input:not([disabled]):not([readonly]):focus,
.msi-textarea:not([disabled]):not([readonly]):focus,
.msi-select:not([disabled]):not([readonly]):focus, .msi-form-ctrl:not([disabled]):not([readonly]).active,
.msi-input:not([disabled]):not([readonly]).active,
.msi-textarea:not([disabled]):not([readonly]).active,
.msi-select:not([disabled]):not([readonly]).active {
  z-index: 10;
  border-color: #007aaa;
  outline: none;
}
[disabled].msi-form-ctrl,
[disabled].msi-input,
[disabled].msi-textarea,
[disabled].msi-select {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}
.msi-form-ctrl + .error-message,
.msi-input + .error-message,
.msi-textarea + .error-message,
.msi-select + .error-message {
  display: none;
}
[readonly].msi-form-ctrl,
[readonly].msi-input,
[readonly].msi-textarea,
[readonly].msi-select, .msi-input-readonly.msi-form-ctrl,
.msi-input-readonly.msi-input,
.msi-input-readonly.msi-textarea,
.msi-input-readonly.msi-select {
  cursor: default;
  background: var(--input-background-read);
  border: 0;
}

.msi-textarea {
  min-height: 90px;
  padding: 8px;
}

.msi-error-wrapper {
  position: relative;
  display: grid;
  margin-bottom: 12px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-input-group {
  display: flex;
  min-height: 34px;
}
.msi-input-group * {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
}
.msi-input-group .msi-input.prefix-exists {
  position: relative;
  left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.msi-input-group .msi-input.msi-input.extra-padding {
  padding-right: 28px;
}
.msi-input-group .msi-input-button {
  position: relative;
  z-index: 10;
  margin-top: 4px;
}
.msi-input-group .msi-input-button .msi-input-suffix {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.msi-input-group .msi-input-button .msi-input-suffix.suffix-in-textarea {
  bottom: 6px;
  left: -28px;
  padding: 3px;
}
.msi-input-group .msi-input-button .msi-icon {
  padding: 3px;
  border-radius: 50%;
  bottom: 5px;
  right: 3px;
}
.msi-input-group .msi-input-button .msi-icon:hover:not([disabled]) {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus, .msi-input-group .msi-input-button .msi-icon:active {
  outline: none;
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon:focus.msi-btn-icon::before, .msi-input-group .msi-input-button .msi-icon:active.msi-btn-icon::before {
  border-radius: 50%;
}
.msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):focus::before, .msi-input-group .msi-input-button .msi-icon:not([name=ic_remove]):active::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid var(--button-enabled);
  border-radius: 50%;
  transition: border-color 100ms;
}
.msi-input-group .msi-input-button .msi-icon-disabled {
  background: var(--primary-10);
}
.msi-input-group .msi-input-button .msi-icon[disabled] {
  cursor: default;
  opacity: 0.4;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus, .msi-input-group .msi-input-button .msi-icon[disabled]:active {
  outline: none;
  background: none;
}
.msi-input-group .msi-input-button .msi-icon[disabled]:focus::before, .msi-input-group .msi-input-button .msi-icon[disabled]:active::before {
  border: none;
}
.msi-input-group .msi-input-button:focus, .msi-input-group .msi-input-button:active {
  outline: none;
}

.msi-input-label {
  display: flex;
  padding-bottom: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-primary);
}

textarea.msi-input {
  height: 60px;
  padding: 8px;
}

.msi-select {
  min-width: auto;
  height: 34px;
  margin: 0;
  border: 1px solid var(--input-border-color);
}
.msi-select.radius-right-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.msi-select:focus {
  z-index: 9;
}

.msi-input-error {
  margin: 4px 0 0;
  padding-bottom: 4px;
  font-size: 0.75rem;
  color: var(--error);
}

msi-input-group:has(.msi-input-error) .msi-icon[name=ic_asterisk] {
  color: var(--error);
}

.textarea-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 26px;
  padding: 0 35px 0 0;
  overflow: hidden;
  line-height: 14px;
}
.textarea-container * {
  height: 30px;
  min-height: 18px;
  padding: 8px 14px 8px 8px;
  margin-bottom: -2px;
  overflow: hidden;
  color: var(--text-primary);
  resize: none;
  background-color: transparent;
  border: 0;
}
.textarea-container *:focus, .textarea-container *:active {
  outline: none;
}
.textarea-container *::-webkit-scrollbar {
  z-index: 10;
  cursor: default;
}

.msi-input-group-textarea.active {
  border-color: #007aaa;
}
.msi-input-group-textarea.priority-high {
  background-color: rgba(208, 2, 27, 0.2);
  border-color: #d0021b !important;
}
.msi-input-group-textarea.priority-high:focus {
  border-color: #d0021b !important;
}

.msi-input-suffix-priority {
  color: var(--text-selected) !important;
  background-color: #d0021b !important;
  border-radius: 15px;
}

.msi-chars-counter-container {
  width: 100%;
  height: auto;
  padding: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter {
  display: block;
  width: 100%;
  height: auto;
  min-height: 34px;
  padding: 8px 8px 0;
  overflow: auto;
  overflow-x: hidden;
  resize: none;
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:not([disabled]):not([readonly]):hover, .msi-chars-counter-container .msi-textarea-chars-counter:hover, .msi-chars-counter-container .msi-textarea-chars-counter:focus {
  background: none;
  border: 0;
  outline: 0;
}
.msi-chars-counter-container .msi-counter {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 20px;
  padding-right: 8px;
  color: #4a4a4a;
  border-top: 1px solid transparent;
}
.msi-chars-counter-container .msi-counter.scroll-bottom {
  border-top: 1px solid #4a4a4a;
}
.msi-chars-counter-container .msi-counter.close-to-max {
  color: var(--text-primary);
}
.msi-chars-counter-container .msi-counter .length-over-max {
  color: #d0021b;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-link {
  color: var(--text-link);
  font-weight: 500;
  text-decoration: underline;
}
.msi-link:focus {
  outline-offset: 1px;
}
.msi-link:hover, .msi-link:active, .msi-link.msi-link-active {
  color: var(--text-primary);
}
.msi-link.msi-link-disabled, .msi-link[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-link.msi-link-disabled:active, .msi-link.msi-link-disabled:hover, .msi-link[disabled]:active, .msi-link[disabled]:hover {
  color: var(--text-link);
}
.msi-link:hover:visited, .msi-link:focus:visited, .msi-link:active:visited, .msi-link.msi-link-active:visited {
  color: var(--text-link);
}
.msi-link:visited, .msi-link.visited {
  color: var(--text-link);
}
.msi-link.distinct-state:visited, .msi-link.distinct-state.visited {
  color: var(--text-link-clicked);
}
.msi-link.distinct-state:hover:visited, .msi-link.distinct-state:focus:visited, .msi-link.distinct-state:active:visited, .msi-link.distinct-state.msi-link-active:visited {
  color: var(--text-link-clicked);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list {
  max-width: 192px;
  padding: 12px;
  margin: 0;
}
.msi-list ul {
  padding-left: 9px;
  list-style-type: none;
}
.msi-list ol {
  padding-left: 16px;
}
.msi-list.unstyled ul,
.msi-list.unstyled ol {
  padding-left: 9px;
  margin-top: 10px;
}
.msi-list.unstyled ol {
  list-style-type: none;
}
.msi-list.unstyled li {
  padding: 0;
  margin-bottom: 10px;
}
.msi-list.unstyled li::before {
  display: none;
}

ul.msi-list {
  padding: 12px;
  list-style-type: none;
}
ul.msi-list li {
  position: relative;
  padding-left: 10px;
}
ul.msi-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  content: "•";
}
ul.msi-list ul li {
  position: relative;
  padding-left: 0;
}
ul.msi-list ul li::before {
  left: -10px;
  font-size: 0.75rem;
  content: "○";
}

ol.msi-list {
  padding-left: 30px;
}
ol.msi-list.unstyled {
  padding-left: 12px;
  list-style-type: none;
}
ol.msi-list ul {
  padding-left: 0;
}
ol.msi-list ul > li {
  position: relative;
  padding-left: 10px;
}
ol.msi-list ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  content: "○";
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-list-builder .list-builder-container {
  height: 100%;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
}
.msi-list-builder .items-container {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  background-color: var(--background-level-3);
  border: 1px solid var(--stroke-level-1);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
}
.msi-list-builder .items-header {
  padding: 12px 12px 0 12px;
}
.msi-list-builder h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 4px;
}
.msi-list-builder .items-description {
  margin-bottom: 6px;
}
.msi-list-builder .search-box-container {
  padding: 6px 0 12px 0;
  width: 100%;
}
.msi-list-builder .search-field-container {
  width: 100%;
  min-width: 67px;
  margin-bottom: 12px;
}
.msi-list-builder .msi-input {
  width: 100%;
  padding-right: 28px;
}
.msi-list-builder .num-search-results {
  min-width: 85px;
  margin-top: 6px;
  margin-left: 8px;
}
.msi-list-builder .item-list {
  height: 100%;
  width: 100%;
  min-height: 0;
}
.msi-list-builder .msi-table {
  display: block;
  flex: 1 1;
  background-color: var(--background-level-3);
}
.msi-list-builder .disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}
.msi-list-builder .list-empty-state {
  margin: auto;
  text-align: center;
  max-width: 75%;
}
.msi-list-builder .num-items-selected {
  border-top: 1px solid var(--stroke-level-2);
  height: 42px;
  padding: 10px;
}
.msi-list-builder .move-controls-inner-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.msi-list-builder .item-move-btn-container {
  margin: 18px;
}
.msi-list-builder .item-move-btn {
  width: 48px;
  height: 34px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-modal-host {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  margin: 24px 0;
}

.msi-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: auto;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border: 1px solid var(--stroke-level-1);
  border-radius: 5px;
  outline: 0;
  box-shadow: var(--shadow-level-2);
}

.msi-modal-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 42px;
  padding: 6px 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-modal-header .msi-icon {
  margin-right: 6px;
}

.msi-modal-content {
  display: block;
  flex: 1;
  max-height: 65vh;
  padding: 6px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.msi-modal-content .msi-table th.cdk-drag-placeholder,
.msi-modal-content .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}

.msi-modal-scrollable .msi-modal-actions {
  border-top: 1 px solid var(--stroke-level-1);
}

.msi-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.msi-modal-actions[align=end] {
  justify-content: flex-end;
}
.msi-modal-actions[align=center] {
  justify-content: center;
}
.msi-modal-actions button + button {
  margin-left: 6px;
}

.msi-content-modal {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 70vw;
  height: 70vh;
  overflow: visible;
  color: var(--text-primary);
  box-shadow: var(--shadow-level-2);
}
.msi-content-modal-host {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-height: inherit;
  max-height: inherit;
}
.msi-content-modal-scrollable .msi-content-modal-actions {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-content-modal-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.msi-content-modal-item {
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  color: var(--text-primary);
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.msi-content-modal-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-modal-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-modal-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-modal-panel {
  display: block;
  order: 0;
  width: 0;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
  transition-duration: 100ms;
  transition-property: width, margin, padding;
}
.msi-content-modal-panel--opened {
  width: 343px;
  padding: 12px;
  overflow-y: auto;
}
.msi-content-modal-panel--opened:not(.msi-content-modal-panel--right) {
  margin-right: 12px;
}
.msi-content-modal-panel--opened.msi-content-modal-panel--right {
  margin-left: 12px;
}
.msi-content-modal-panel--right {
  order: 1;
}
.msi-content-modal-close {
  position: fixed;
  top: 10px;
  right: 35px;
  cursor: pointer;
}
.msi-content-modal-title {
  overflow: hidden;
  font-size: 32px;
  color: #fff;
  text-overflow: ellipsis;
}
.msi-content-modal-button {
  margin: 0 6px 6px;
}
.msi-content-modal-button :last-child {
  margin-right: 0;
}
.msi-content-modal-button:not(.msi-btn-icon--active) .msi-icon {
  color: #fff;
}
.msi-content-modal-header {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-100%);
}
.msi-content-modal-header .msi-content-modal-button {
  display: inline-flex;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-content-viewer {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 150px;
  overflow: hidden;
}
.msi-content-viewer-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.msi-content-viewer-arrow--right {
  right: -55px;
  transform: rotate(90deg);
}
.msi-content-viewer-arrow--left {
  left: -55px;
  transform: rotate(-90deg);
}
.msi-content-viewer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 70%;
  overflow: hidden;
}
.msi-content-viewer-content-default, .msi-content-viewer-content-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.msi-content-viewer-content-custom:empty {
  display: none;
}
.msi-content-viewer-content-spinner {
  position: absolute;
}
.msi-content-viewer-image {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
          user-select: none;
  object-fit: contain;
}
.msi-content-viewer-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.msi-content-viewer-error span {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 24px;
}
.msi-content-viewer-error .msi-icon {
  margin-right: 8px;
}
.msi-content-viewer-error .msi-btn {
  margin-top: 15px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-pop-up-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  color: var(--text-primary);
  pointer-events: all;
  margin-top: 24px;
}
.msi-pop-up-modal .msi-table th.cdk-drag-placeholder,
.msi-pop-up-modal .msi-th.cdk-drag-placeholder {
  opacity: 1 !important;
}
.msi-pop-up-modal-panel {
  pointer-events: none !important;
}
.msi-pop-up-modal-host {
  width: 100vw;
  height: 100vh;
}
.msi-pop-up-modal-host-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.msi-pop-up-modal-host-container--left.container {
  flex-direction: row-reverse;
  margin-left: 0;
}
.msi-pop-up-modal-host-container--right.container {
  margin-right: 0;
}
.msi-pop-up-modal-wrapper.fullscreen {
  position: unset;
}
.fullscreen .msi-pop-up-modal-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: var(--msi-ui-primary-dark-80);
}
.fullscreen .msi-pop-up-modal {
  display: flex;
  height: 80%;
  margin: auto;
}
.msi-pop-up-modal-header {
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 5px;
  color: var(--msi-ui-primary-light);
  cursor: pointer;
  background: var(--msi-ui-neutral-deep);
  border: 1px solid var(--msi-ui-primary-dark-10);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: var(--shadow-level-1);
}
.msi-pop-up-modal-header-title {
  flex: 1;
  padding: 4px 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-pop-up-modal-header-buttons {
  display: flex;
}
.msi-pop-up-modal-header-buttons .msi-btn {
  box-sizing: content-box;
  display: block;
  padding: 4px 10px;
  margin: 2px;
}
.msi-pop-up-modal-header-buttons .msi-btn .msi-icon {
  margin: 0;
}
.msi-pop-up-modal-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--modal-background);
  border: 1px solid var(--msi-ui-primary-dark-10);
  box-shadow: var(--shadow-level-1);
}
.fullscreen .msi-pop-up-modal-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.minimized .msi-pop-up-modal-content {
  overflow: hidden;
}
.minimized .msi-pop-up-modal-content:not(.ng-animating) {
  display: none;
}

@media (max-width: 780px) {
  .msi-pop-up-modal-wrapper {
    max-width: 100% !important;
  }
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msi-progress-bar .msi-progress {
  width: 100%;
  height: 3px;
  background-color: var(--primary-20);
}
.msi-progress-bar .msi-progress-bar {
  height: 3px;
  background-color: var(--focus-primary);
  transition: all 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.msi-progress-bar .msi-progress-label {
  display: none;
  justify-content: flex-end;
  min-width: 26px;
  margin-left: 6px;
  font-size: 0.75rem;
  color: var(--text-primary);
}
.msi-progress-bar.labeled .msi-progress-label {
  display: flex;
}
.msi-progress-bar.embedded {
  margin-top: -3px;
}
.msi-progress-bar.embedded.labeled .msi-progress-label {
  display: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-radio-button {
  display: flex;
}

.msi-radio-button-disabled .msi-radio-button-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-radio-button-checked .msi-icon,
.msi-radio-button:active:not(.msi-radio-button-disabled) .msi-icon {
  color: var(--focus-secondary);
}

.msi-radio-button-icon-wrapper {
  position: relative;
  line-height: 0;
}

.msi-radio-button:not(.msi-radio-button-disabled):hover .msi-radio-button-icon-wrapper::before, .msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
}
.msi-radio-button:not(.msi-radio-button-disabled).msi-radio-button-focused .msi-radio-button-icon-wrapper::before {
  border: 2px solid var(--focus-primary);
}

.msi-radio-button-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-radio-button-text {
  display: flex;
  margin-left: 12px;
}

.msi-radio-button-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

.msi-radio-group {
  display: flex;
  flex-direction: column;
}
.msi-radio-group .msi-radio-group-label {
  margin-bottom: 5px;
  color: var(--text-secondary);
}
.msi-radio-group.inline .msi-radio-wrapper {
  display: flex;
  flex-direction: row;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--neutral) transparent;
  }
}
* {
  --scrollbar-width: thin;
  --scrollbar-color: $scrollbar-fill transparent;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar:hover {
  background: var(--primary-10);
}
::-webkit-scrollbar:active {
  background: var(--primary-20);
}
::-webkit-scrollbar-thumb {
  background-color: var(--neutral);
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-common-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* Chips in search */
}
.msi-common-search .left-content {
  display: flex;
  flex: 1 1 auto;
}
.msi-common-search .left-content form {
  display: flex;
  flex: 1;
}
.msi-common-search .right-controls {
  display: flex;
}
.msi-common-search .msi-common-header-custom-search {
  height: 100%;
  max-height: 115px;
  padding-top: 5px;
  overflow-y: auto;
}
.msi-common-search .msi-chips {
  background: none;
  border: 0;
  border-radius: 0;
}
.msi-common-search .msi-chips .new-chip-input,
.msi-common-search .msi-chips .msi-chip,
.msi-common-search .msi-chips .msi-tag-contents,
.msi-common-search .msi-chips .msi-tag-remove,
.msi-common-search .msi-chips .msi-tag > a {
  color: #fff !important;
  border-color: #fff;
}

.msi-common-header-close-button {
  width: 24px;
  height: 24px;
}

.msi-common-search-field-container {
  flex-grow: 1;
  overflow: hidden;
}

.msi-common-search-field {
  width: 100%;
  height: 34px;
  padding: 0 8px 0 2px;
  margin: 9px 0 0;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.msi-common-search-field:focus {
  outline: none;
}

.msi-common-search-plugins {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-search-result {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 18px;
  font-size: 0.875rem;
  font-weight: 700;
}
.msi-search-result + .msi-search-result {
  border-top: 1px solid var(--stroke-level-1);
}
.msi-search-result .msi-search-thumbnail {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 20px;
  color: var(--primary-80);
  background-color: var(--primary-20);
}
.msi-search-result .msi-search-thumbnail:not(.msi-icon) {
  width: 80px;
  height: 80px;
  padding: 0;
}
.msi-search-result .msi-search-thumbnail.msi-icon i {
  width: 100%;
  height: 100%;
}
.msi-search-result .msi-search-left {
  padding-right: 24px;
}
.msi-search-result .msi-search-wrapper {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.msi-search-result .msi-search-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.msi-search-result .msi-search-right {
  display: flex;
  padding-left: 12px;
  color: var(--text-secondary);
}
.msi-search-result .msi-tag {
  margin: 0 6px 6px 0;
  font-weight: 700;
}
.msi-search-result .msi-search-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
}
.msi-search-result .msi-search-title .msi-icon {
  margin-bottom: 2px;
  vertical-align: middle;
}
.msi-search-result .msi-search-subtitle {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90ch;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.msi-search-result .msi-search-data .msi-search-data-title {
  display: block;
}
.msi-search-result .msi-search-data .msi-search-data-value {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.msi-search-result .msi-search-data > * {
  flex: 0 0 25%;
  min-width: 100px;
  padding-right: 12px;
  margin-top: 12px;
}
.msi-search-result .msi-search-body {
  max-width: 90ch;
  max-height: 6em;
  margin-top: 12px;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
}
.msi-search-result .msi-search-tabs {
  width: 100%;
  margin-top: 12px;
}
.msi-search-result .msi-search-tabs .msi-tab-labels {
  flex-wrap: wrap;
}
.msi-search-result .msi-search-tabs .msi-tab-label {
  color: var(--text-secondary);
}
.msi-search-result .msi-search-tabs .msi-tab-label .msi-icon {
  margin-right: 5px;
}
.msi-search-result .msi-search-tabs .msi-search-thumbnail {
  margin: 0 0 18px 18px;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-list, .msi-select-options-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-list-item, .msi-select-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-list-item, .padding-small.msi-select-option {
  padding: 8px;
}
.msi-select-list-item:last-child, .msi-select-option:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-select-list, .msi-select-options-list {
  z-index: 99999;
  min-width: 180px;
  min-height: 34px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: var(--text-primary); /* $msi-ui-primary-light; */
  background: var(--background-level-3); /* $msi-ui-secondary; */
  border: 1px var(--stroke-level-1) solid; /* $msi-ui-input-border; */
  border-radius: 2px;
  box-shadow: var(--shadow-level-2);
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}

.msi-select-list-item, .msi-select-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms, background 100ms, color 100ms, opacity 100ms;
}
.padding-small.msi-select-list-item, .padding-small.msi-select-option {
  padding: 8px;
}
.msi-select-list-item:last-child, .msi-select-option:last-child {
  margin-bottom: 0;
}

.msi-select-option:focus {
  outline: none;
}
.msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
  background: var(--primary-20);
}
.msi-select-option:not(.disabled).selected, .msi-select-option:not(.disabled):active {
  color: #fff;
  background: var(--focus-primary);
  outline: none;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: black;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: black;
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-select-option:not(.disabled) {
    transition: none;
    -ms-high-contrast-adjust: none;
  }
  .msi-select-option:not(.disabled).active, .msi-select-option:not(.disabled):hover {
    color: white;
    background-color: #808080;
  }
  .msi-select-option:not(.disabled).selected {
    color: white;
    background-color: black;
  }
}
.disabled.msi-select-option {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
}

.msi-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0;
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon {
  color: var(--icon-primary);
}
.msi-select:hover:not([disabled]) .msi-icon.msi-clear-icon:hover, .msi-select:focus:not([disabled]) .msi-icon.msi-clear-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.msi-select-origin {
  display: grid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 5px 8px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.msi-select-origin .msi-select-placeholder,
.msi-select-origin .msi-select-placeholder-value {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-select-origin .msi-select-options-list {
  display: none;
}
.msi-select-origin.disabled {
  cursor: not-allowed;
}
.msi-select-origin .icons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "clear arrow";
  align-items: center;
  gap: 2px;
}
.msi-select-origin .icons-container.single-icon {
  grid-template-columns: 1fr;
  grid-template-areas: "arrow";
}
.msi-select-origin .msi-select-arrow {
  grid-area: arrow;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}
.msi-select-origin .msi-select-arrow.active {
  transform: rotate(180deg);
}
.msi-select-origin .clear-icon-btn {
  grid-area: clear;
  justify-self: flex-end;
  background: none;
  outline: none;
  border: none;
  min-width: 0;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
.msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):hover:not(:active), .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):active::before, .msi-select-origin .clear-icon-btn.msi-btn:not([disabled]):focus::before {
  background: none;
  border: none;
}
.msi-select-origin .clear-icon-btn.msi-btn.disabled {
  cursor: not-allowed;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible {
  background: var(--hover);
  border-radius: 50%;
}
.msi-select-origin .clear-icon-btn.msi-btn:not(.disabled):focus-visible .msi-icon {
  color: var(--icon-primary);
}
.msi-select-origin .msi-icon.msi-clear-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}

.msi-select-options-list {
  width: 100%;
}

.msi-select-option .msi-select-option-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msi-select-options-list,
.msi-select-option {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
}
.sidebar-container:nth-child(1) {
  padding-top: 12px;
}
.sidebar-container:nth-last-child(1) {
  padding-bottom: 12px;
}
.sidebar-container > * {
  flex-grow: 1;
}
.sidebar-container > div {
  flex-grow: 0;
}
.sidebar-container .msi-sidebar-item,
.sidebar-container .sidebar-item-expand {
  display: flex;
  align-items: center;
  margin: 1px 0;
  cursor: pointer;
}
.sidebar-container .msi-sidebar-item:hover,
.sidebar-container .sidebar-item-expand:hover {
  outline: none;
}
.sidebar-container .msi-sidebar-item:hover .description-container,
.sidebar-container .msi-sidebar-item:hover .icon-container,
.sidebar-container .sidebar-item-expand:hover .description-container,
.sidebar-container .sidebar-item-expand:hover .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item:focus,
.sidebar-container .sidebar-item-expand:focus {
  position: relative;
  background-clip: padding-box;
  outline: none;
}
.sidebar-container .msi-sidebar-item:focus::before,
.sidebar-container .sidebar-item-expand:focus::before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: "";
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--background-level-3), 0 0 0 3px var(--item-selection-primary);
}
.sidebar-container .msi-sidebar-item:focus .description-container,
.sidebar-container .msi-sidebar-item:focus .icon-container,
.sidebar-container .sidebar-item-expand:focus .description-container,
.sidebar-container .sidebar-item-expand:focus .icon-container {
  background-color: var(--hover);
}
.sidebar-container .msi-sidebar-item.selected .description-container,
.sidebar-container .msi-sidebar-item.selected .icon-container, .sidebar-container .msi-sidebar-item:active .description-container,
.sidebar-container .msi-sidebar-item:active .icon-container,
.sidebar-container .sidebar-item-expand.selected .description-container,
.sidebar-container .sidebar-item-expand.selected .icon-container,
.sidebar-container .sidebar-item-expand:active .description-container,
.sidebar-container .sidebar-item-expand:active .icon-container {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container .msi-sidebar-item.selected .description-container .msi-icon,
.sidebar-container .msi-sidebar-item.selected .icon-container .msi-icon, .sidebar-container .msi-sidebar-item:active .description-container .msi-icon,
.sidebar-container .msi-sidebar-item:active .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .description-container .msi-icon,
.sidebar-container .sidebar-item-expand.selected .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .description-container .msi-icon,
.sidebar-container .sidebar-item-expand:active .icon-container .msi-icon {
  color: #fff;
}
.sidebar-container .msi-sidebar-item .icon-container,
.sidebar-container .sidebar-item-expand .icon-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 2px;
}
.sidebar-container .msi-sidebar-item .icon-container .msi-icon,
.sidebar-container .sidebar-item-expand .icon-container .msi-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-container .msi-sidebar-item .description-container,
.sidebar-container .sidebar-item-expand .description-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 48px;
  overflow: hidden;
}
.sidebar-container .msi-sidebar-item .description-container .description,
.sidebar-container .sidebar-item-expand .description-container .description {
  width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container .msi-sidebar-item .icon-container-flyout,
.sidebar-container .sidebar-item-expand .icon-container-flyout {
  display: none;
  width: 0;
  opacity: 0;
  transition: width 100ms ease 0s, opacity 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
}
.sidebar-container.expanded .msi-sidebar-item,
.sidebar-container.expanded .sidebar-item-expand {
  cursor: pointer;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus,
.sidebar-container.expanded .sidebar-item-expand:focus {
  background-color: var(--hover);
}
.sidebar-container.expanded .msi-sidebar-item:focus::before,
.sidebar-container.expanded .sidebar-item-expand:focus::before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item:focus .description-container,
.sidebar-container.expanded .msi-sidebar-item:focus .icon-container,
.sidebar-container.expanded .sidebar-item-expand:focus .description-container,
.sidebar-container.expanded .sidebar-item-expand:focus .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item.selected, .sidebar-container.expanded .msi-sidebar-item:active,
.sidebar-container.expanded .sidebar-item-expand.selected,
.sidebar-container.expanded .sidebar-item-expand:active {
  color: #fff;
  background-color: var(--focus-primary);
}
.sidebar-container.expanded .msi-sidebar-item.selected .description-container,
.sidebar-container.expanded .msi-sidebar-item.selected .icon-container, .sidebar-container.expanded .msi-sidebar-item:active .description-container,
.sidebar-container.expanded .msi-sidebar-item:active .icon-container,
.sidebar-container.expanded .sidebar-item-expand.selected .description-container,
.sidebar-container.expanded .sidebar-item-expand.selected .icon-container,
.sidebar-container.expanded .sidebar-item-expand:active .description-container,
.sidebar-container.expanded .sidebar-item-expand:active .icon-container {
  background-color: transparent;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container,
.sidebar-container.expanded .sidebar-item-expand .icon-container {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .icon-container.icon-expand .msi-icon,
.sidebar-container.expanded .sidebar-item-expand .icon-container.icon-expand .msi-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sidebar-container.expanded .msi-sidebar-item .icon-container-flyout,
.sidebar-container.expanded .sidebar-item-expand .icon-container-flyout {
  position: relative;
  display: flex;
  align-items: center;
  width: 23px;
  height: 48px;
  margin: 0;
  border-radius: 0;
}
.sidebar-container.expanded .msi-sidebar-item .description-container,
.sidebar-container.expanded .sidebar-item-expand .description-container {
  min-width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container .description,
.sidebar-container.expanded .sidebar-item-expand .description-container .description {
  width: 120px;
}
.sidebar-container.expanded .msi-sidebar-item .description-container > *,
.sidebar-container.expanded .sidebar-item-expand .description-container > * {
  opacity: 1;
}

.msi-sidebar-top-section::after {
  display: block;
  margin: 12px 4px 0;
  content: "";
  border-bottom: 1px solid var(--hover);
}

.msi-sidebar-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.msi-sidebar-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Default padding Values
By default, the core TreeView allows for 3 levels of nesting.
This is a recommended maximum depth based on UX best-practices.
Since the native component doesn't have access to ContentChildren,
more than 3 levels must be enabled through the specifying of a max number of nested levels 
by modifying $max-level-of-nesting variable
@use '@msi/cobalt/assets/styles/components/item' with (
  $max-level-of-nesting: 30
); */
.msi-item > .msi-collapsable .msi-item-wrapper {
  padding-left: 18px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 36px;
}

.msi-item > .msi-collapsable .msi-collapsable .msi-collapsable .msi-item-wrapper {
  padding-left: 54px;
}

.msi-item.selected > .msi-item-wrapper {
  color: var(--item-selection-text-color);
}
.msi-item.selected > .msi-item-wrapper:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled):hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-item.selected > .msi-item-wrapper:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item.selected > .msi-item-wrapper {
    color: white;
    background-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item.selected > .msi-item-wrapper {
    color: black;
    background-color: white;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item.selected > .msi-item-wrapper:not(.disabled):focus::before, .msi-item.selected > .msi-item-wrapper:not(.disabled).focus::before {
    border: 2px solid black;
  }
}

.msi-item-wrapper {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
  grid-template-columns: 33px 1fr;
  grid-template-areas: "icon content";
}
.msi-item-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-item-wrapper.msi-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-item-wrapper.multiple-lines {
  padding: 9px 0;
  grid-template-columns: 33px 1fr;
  line-height: 18px;
}
.msi-item-wrapper.multiple-lines .item-content {
  align-items: start;
  flex-direction: column;
}
.msi-item-wrapper.icon-left .msi-icon {
  padding: 0 6px 0 0;
}
.msi-item-wrapper.icon-right .item-content {
  justify-content: space-between;
}
.msi-item-wrapper.icon-right .item-content .msi-icon {
  padding-right: 6px;
}
.msi-item-wrapper.small-indent {
  grid-template-columns: 9px 1fr;
}
.msi-item-wrapper:focus {
  outline: none;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-clip: padding-box;
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):focus::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):focus, .msi-item-wrapper:not(.disabled):not(.msi-item-title).hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).focus {
  background-color: var(--hover);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title):active.hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active:hover::before, .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-item-wrapper {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-item-wrapper {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-item-wrapper:not(.disabled):active:hover, .msi-item-wrapper:not(.disabled):active.hover, .msi-item-wrapper:not(.disabled).active:hover, .msi-item-wrapper:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-item-wrapper:not(.disabled):active:hover::before, .msi-item-wrapper:not(.disabled):active.hover::before, .msi-item-wrapper:not(.disabled).active:hover::before, .msi-item-wrapper:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-item-wrapper:not(.disabled):focus, .msi-item-wrapper:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-item-wrapper:not(.disabled):hover, .msi-item-wrapper:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-item-wrapper:not(.disabled):focus::before, .msi-item-wrapper:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-item-wrapper .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}
.msi-item-wrapper .item-icon .msi-icon {
  padding: 12px 10px;
  transition: transform 300ms;
}
.msi-item-wrapper .item-icon .msi-icon.opened {
  transform: rotate(90deg);
}
.msi-item-wrapper .item-content {
  display: flex;
  align-items: center;
  grid-area: content;
  z-index: 10;
}
.msi-item-wrapper .item-content .msi-checkbox {
  width: 100%;
}
.msi-item-wrapper .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}

/* Light variant */
.msi-sidenav-light msi-item.msi-item.selected > .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item.selected > .msi-item-wrapper {
  color: #000;
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper {
  color: rgba(0, 0, 0, 0.9);
}
.msi-sidenav-light msi-item.msi-item .msi-item-wrapper .msi-icon,
.msi-treeview-light msi-item.msi-item .msi-item-wrapper .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

.msi-sidebar-with-subitems {
  height: 100%;
}
.msi-sidebar-with-subitems .sidebar-with-subitems {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  box-sizing: border-box;
  width: 48px;
  height: 100%;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  border-right: 1px solid var(--stroke-level-2);
  padding: 12px 0;
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems.expanded {
  width: 250px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.expanded {
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left {
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left.selected {
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container.selected {
  background-color: var(--msi-ui-primary-highlight);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__left__container__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle {
  display: none;
  overflow: hidden;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle.expanded {
  display: inherit;
  flex-grow: 1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__middle__description.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right {
  display: none;
  color: var(--text-primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right.expanded {
  display: inherit;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon {
  transition: all 0.2s;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-item__right__icon.selected {
  background-color: var(--msi-ui-primary-highlight);
  color: var(--msi-ui-primary-light);
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .sidebar-with-subitems-divider {
  width: 100%;
  height: 8px;
  margin: 2px 0;
  background-color: var(--background-blue-level-1);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem {
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem.selected {
  background: rgba(0, 122, 170, 0.2);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom {
  opacity: 0.1;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__items .msi-collapsable .sidebar-with-subitems-subitem-border-bottom__child {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand:hover {
  background-color: var(--hover);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand.expanded {
  justify-content: flex-start;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip.expanded {
  transform: rotate(180deg);
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__tooltip__icon {
  width: 24px;
  height: 24px;
  padding: 12px;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.msi-sidebar-with-subitems .sidebar-with-subitems__expand__collapse__description {
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 12px 0 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-sidenav {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Light variant */
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  color: var(--item-selection-text-color-light);
}

.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus {
  background-color: var(--item-selection-primary-light);
}
.msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover, .msi-sidenav-light-dark .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title):active:focus:hover,
.msi-sidenav-light .msi-item-wrapper:not(.disabled):not(.msi-item-title).active.focus.hover {
  background-color: var(--item-selection-hover-light);
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-slider {
  width: 100%;
}
.msi-slider:hover:not(.msi-slider-disabled) .msi-slider-thumb {
  background-color: var(--slider-handle-hover);
}

.msi-slider-native:focus + .msi-slider-thumb {
  box-shadow: 0 0 0 5px var(--primary-20);
}
.msi-slider-native:focus + .msi-slider-thumb::before {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: "";
  border: 2px solid var(--focus-primary);
  border-radius: 4px;
}

.msi-slider-native:active + .msi-slider-thumb {
  box-shadow: 0 0 0 3px var(--primary-20);
}
.msi-slider-native:active + .msi-slider-thumb::before {
  display: none;
}

.msi-slider-disabled {
  cursor: not-allowed;
}
.msi-slider-disabled .msi-slider-label {
  pointer-events: none;
  opacity: 0.4;
}

.msi-slider-label {
  position: relative;
  padding: 7px 0;
}

.msi-slider-text {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
}

.msi-slider-range-wrap {
  position: relative;
  height: 14px;
}

.msi-slider-track-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin-bottom: -2px;
  overflow: hidden;
  pointer-events: none;
}

.msi-slider-track {
  height: 4px;
  background: var(--focus-primary);
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-track {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-track {
    background-color: black;
  }
}
.msi-slider-thumb {
  position: absolute;
  top: 50%;
  z-index: 3;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--slider-handle-border-color);
  border-radius: 2px;
}

.msi-slider-ticks-wrap {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -2px;
  pointer-events: none;
}

.msi-slider-tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 4px;
}

.msi-slider-tick-unit-horizontal {
  border-left: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-vertical {
  border-top: 1px solid var(--background-level-3);
}

.msi-slider-tick-unit-horizontal:first-of-type, .msi-slider-tick-unit-horizontal:last-of-type,
.msi-slider-tick-unit-vertical:first-of-type,
.msi-slider-tick-unit-vertical:last-of-type {
  visibility: hidden;
}

.msi-slider-native {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
}
.msi-slider-native:focus {
  outline: none;
}
.msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
  background: transparent;
}
.msi-slider-native::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateY(-6px);
}
.msi-slider-native::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-moz-range-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}
.msi-slider-native::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border: 0;
}
.msi-slider-native::-ms-fill-lower {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}
.msi-slider-native::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-slider-native {
    height: 4px;
    background-color: #404040;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-slider-native {
    height: 4px;
    background-color: #c0c0c0;
  }
  .msi-slider-native:not([disabled]):hover:not(.browser-default):not(.msi-radio-button):not(.msi-checkbox) {
    background-color: #c0c0c0;
  }
}
.msi-slider-icon {
  position: absolute;
  top: 0;
  left: -32px;
}

.msi-slider-vertical .msi-slider-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.msi-slider-vertical .msi-slider-text {
  flex: 1;
  order: 10;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 5px;
}
.msi-slider-vertical .msi-slider-icon {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  flex: 1;
  order: 2;
  margin: 4px 0 10px;
}
.msi-slider-vertical .msi-slider-range-wrap {
  margin-bottom: 4px;
  height: 20em;
}
.msi-slider-vertical .msi-slider-track-wrap {
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-left: -2px;
  pointer-events: none;
  background: var(--slider-track);
  transform: scale(-1);
}
.msi-slider-vertical .msi-slider-track {
  width: 4px;
}
.msi-slider-vertical .msi-slider-thumb {
  top: auto;
  left: 50%;
  margin-top: 0;
  margin-left: -6px;
}
.msi-slider-vertical .msi-slider-ticks-wrap {
  top: 0;
  bottom: 0;
  left: 50%;
  flex-direction: column;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick {
  width: 4px;
  height: 12px;
}
.msi-slider-vertical .msi-slider-ticks-wrap .msi-slider-tick::before {
  width: 4px;
  border: 0 solid;
  border-bottom: 1px inherit;
}
.msi-slider-vertical .msi-slider-native {
  opacity: 0;
  writing-mode: bt-lr;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-runnable-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-webkit-slider-thumb {
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-moz-range-track {
  width: 4px;
  height: 100%;
}
.msi-slider-vertical .msi-slider-native::-moz-range-thumb {
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-track {
  width: 4px;
  height: 100%;
  opacity: 0;
  transform: scale(0.8) translateX(-7px);
}
.msi-slider-vertical .msi-slider-native::-ms-fill-lower {
  background: var(--focus-primary);
  border: 0;
}
.msi-slider-vertical .msi-slider-native::-ms-fill-upper {
  background: var(--slider-track);
  border: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-spinner {
  display: block;
}
.msi-spinner .progress {
  transition: 300ms stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: var(--focus-primary);
}
.msi-spinner .circle {
  stroke: var(--primary-20);
}
.msi-spinner.msi-spinner-indeterminate .msi-spinner-inner {
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-table td,
.msi-table th,
.msi-th,
.msi-td {
  display: table-cell;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 41px;
  padding: 0 24px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-20);
}
.msi-table td.msi-col-resizable,
.msi-table th.msi-col-resizable,
.msi-th.msi-col-resizable,
.msi-td.msi-col-resizable {
  min-width: 75px !important;
}
.msi-table td > .msi-icon,
.msi-table th > .msi-icon,
.msi-th > .msi-icon,
.msi-td > .msi-icon {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.msi-table td .msi-checkbox,
.msi-table th .msi-checkbox,
.msi-th .msi-checkbox,
.msi-td .msi-checkbox {
  display: inline-flex;
  vertical-align: middle;
}
.msi-table td .msi-checkbox-label,
.msi-table th .msi-checkbox-label,
.msi-th .msi-checkbox-label,
.msi-td .msi-checkbox-label {
  padding: 0;
}
.msi-table td .msi-checkbox-native,
.msi-table th .msi-checkbox-native,
.msi-th .msi-checkbox-native,
.msi-td .msi-checkbox-native {
  position: inherit;
}

.msi-table {
  border-spacing: 0;
  background-color: var(--table-background);
  color: var(--text-primary);
}
.msi-table.msi-table-condensed td,
.msi-table.msi-table-condensed .msi-td {
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-filter-btn,
.msi-table.msi-table-condensed .msi-td .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed td .msi-btn,
.msi-table.msi-table-condensed .msi-td .msi-btn {
  height: 24px;
}
.msi-table.msi-table-condensed th,
.msi-table.msi-table-condensed .msi-th {
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-filter-btn,
.msi-table.msi-table-condensed .msi-th .msi-filter-btn {
  width: 30px;
  height: 29px;
}
.msi-table.msi-table-condensed th .msi-btn,
.msi-table.msi-table-condensed .msi-th .msi-btn {
  height: 24px;
}
.msi-table .cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* Table headers */
.msi-table th,
.msi-th {
  position: relative;
  /* Dragging, Resizing */
}
.msi-table th,
.msi-th {
  z-index: 1;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--primary-40);
}
.msi-table th.msi-table-header,
.msi-th.msi-table-header {
  padding: 0;
}
.msi-table th.msi-table-header:focus,
.msi-th.msi-table-header:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-left {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 60px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-table th.msi-table-header.msi-col-type-icon .msi-table-header-left,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-wrapper,
.msi-th.msi-table-header.msi-col-type-icon .msi-table-header-left {
  min-width: 42px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper,
.msi-th.msi-table-header .msi-table-header-wrapper {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: stretch;
  grid-template-areas: "text sort resize";
  grid-template-columns: 1fr auto auto;
  padding: 0 12px;
}
.msi-table th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle,
.msi-th.msi-table-header .msi-table-header-wrapper .msi-table-header-left .msi-header-text .cdk-drag-handle {
  width: 100%;
}
.msi-table th.msi-table-header .msi-table-header-left,
.msi-th.msi-table-header .msi-table-header-left {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  cursor: unset;
  background: none;
  border: 0;
}
.msi-table th.msi-table-header .msi-table-header-left:hover, .msi-table th.msi-table-header .msi-table-header-left:focus,
.msi-th.msi-table-header .msi-table-header-left:hover,
.msi-th.msi-table-header .msi-table-header-left:focus {
  outline: none;
}
.msi-table th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)),
.msi-th.msi-table-header .msi-table-header-left:hover:not(:has(.resize-grid:hover)) {
  background: var(--hover);
}
.msi-table th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text, .msi-table th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-sortable .msi-table-header-wrapper .msi-table-header-left .msi-header-text,
.msi-th.msi-table-header.msi-filterable .msi-table-header-wrapper .msi-table-header-left .msi-header-text {
  padding-right: 6px;
  padding-left: 12px;
}
.msi-table th.msi-sortable,
.msi-th.msi-sortable {
  cursor: pointer;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec) .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon, .msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:hover .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left:focus .msi-sort-icon {
  color: var(--primary-70);
  visibility: visible;
}
.msi-table th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon,
.msi-th.msi-sortable:not(.msi-sort-asc):not(.msi-sort-dec):not(.resize-active) .msi-table-header-left .msi-resize-handle:hover + .msi-sort-icon {
  visibility: hidden;
}
.msi-table th.msi-sortable .msi-sort-icon,
.msi-th.msi-sortable .msi-sort-icon {
  width: 18px;
  height: 18px;
  transition: transform 300ms;
  cursor: pointer;
  margin-right: 4px;
}
.msi-table th.msi-sortable.msi-sort-dec .msi-sort-icon,
.msi-th.msi-sortable.msi-sort-dec .msi-sort-icon {
  transform: rotate(-180deg);
}
.msi-table th.msi-filterable,
.msi-th.msi-filterable {
  /* Prevent pointer cursor from overriding 'resize' cursor */
}
.msi-table th.msi-filterable .msi-filter-btn,
.msi-th.msi-filterable .msi-filter-btn {
  width: 42px;
  height: 41px;
  padding: 0;
  color: inherit;
  cursor: inherit;
  background: none;
  border: 0;
  margin-left: 5px;
}
.msi-table th.msi-filterable .msi-filter-btn .msi-icon,
.msi-th.msi-filterable .msi-filter-btn .msi-icon {
  vertical-align: middle;
}
.msi-table th.msi-filterable .msi-filter-btn:focus, .msi-table th.msi-filterable .msi-filter-btn:hover,
.msi-th.msi-filterable .msi-filter-btn:focus,
.msi-th.msi-filterable .msi-filter-btn:hover {
  outline: none;
}
.msi-table th.msi-filterable .msi-filter-btn:active,
.msi-th.msi-filterable .msi-filter-btn:active {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.msi-filterable.resize-right-hover .msi-filter-btn,
.msi-th.msi-filterable.resize-right-hover .msi-filter-btn {
  background: none !important;
}
.msi-table th.msi-filterable:not(.resize-right-hover) .msi-filter-btn,
.msi-th.msi-filterable:not(.resize-right-hover) .msi-filter-btn {
  cursor: pointer;
}
.msi-table th.msi-filterable.msi-filter-on .msi-filter-btn,
.msi-th.msi-filterable.msi-filter-on .msi-filter-btn {
  color: var(--text-primary);
  background: var(--hover);
}
.msi-table th.cdk-drag:active,
.msi-th.cdk-drag:active {
  z-index: 2;
}
.msi-table th.cdk-drag-preview,
.msi-th.cdk-drag-preview {
  position: absolute;
  top: 50px;
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--table-hover);
  padding: 0 12px;
  z-index: 99999;
  cursor: grab;
}
.msi-table th.cdk-drag-placeholder,
.msi-th.cdk-drag-placeholder {
  opacity: 0;
}
.msi-table th.cdk-drag-animating,
.msi-th.cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-table th .cdk-drag-handle,
.msi-th .cdk-drag-handle {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-table th .msi-resize-handle,
.msi-th .msi-resize-handle {
  display: none;
}

th.msi-table-header {
  position: relative;
}
th.msi-table-header.msi-resizable {
  min-width: 75px;
}
th.msi-table-header.msi-resizable .separator {
  grid-area: resize;
  width: 1px;
  height: 18px;
  background-color: var(--primary-40);
}
th.msi-table-header.sticky {
  min-width: 60px;
}

/* Selection */
.msi-data-table-selection tr.msi-row-selected,
.msi-table-selection tr.msi-row-selected {
  background-color: var(--item-selection-primary-light);
}
.msi-data-table-selection tr.msi-row-selected:hover,
.msi-table-selection tr.msi-row-selected:hover {
  background-color: var(--item-selection-hover-light);
}
.msi-data-table-selection .visible-row:hover,
.msi-table-selection .visible-row:hover {
  background-color: var(--hover);
}

.msi-col-type-action .cdk-drag-handle {
  padding: 0 !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tab-group {
  display: block;
}

.msi-tab-labels {
  position: relative;
  z-index: 100;
  display: flex;
  overflow: auto;
  /* Dragging, Resizing */
}
.msi-tab-labels .cdk-drag:active {
  z-index: 2;
}
.msi-tab-labels .cdk-drag-preview {
  box-sizing: content-box;
  color: var(--text-primary);
  background: var(--hover);
}
.msi-tab-labels .cdk-drag-placeholder {
  opacity: 0;
}
.msi-tab-labels .cdk-drag-animating {
  transition: transform 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.msi-tab-labels .cdk-drag-handle {
  flex: 1 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-tab-labels.cdk-drop-list-dragging :not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.msi-tab-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0 1px 0 0;
  overflow: visible;
  font: inherit;
  font-weight: 600;
  color: var(--primary-70);
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.msi-tab-label.disabled {
  color: var(--primary-40);
  cursor: not-allowed;
}
.msi-tab-label:not(.disabled):hover, .msi-tab-label:not(.disabled):focus:not(.active) {
  color: var(--text-primary);
  background-color: var(--hover);
}
.msi-tab-label:not(.disabled).active, .msi-tab-label:not(.disabled):active {
  color: var(--text-primary);
}
.msi-tab-label:not(.disabled).active::before, .msi-tab-label:not(.disabled):active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 3px solid var(--focus-primary);
}

.msi-tab-content {
  padding-top: 12px;
}
.msi-tab-content:empty {
  display: none;
}

.cdk-drop-list-dragging,
.cdk-drop-list-dragging .msi-tab-label {
  cursor: grabbing !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Color palette */
.msi-tag {
  display: inline-flex;
  margin: 5px;
  border-radius: 2px;
}
.msi-tag a {
  position: relative;
  display: flex;
  max-width: 100%;
  padding: 2px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-primary);
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  gap: 4px;
}
.msi-tag a:hover {
  background-color: var(--hover);
}
.msi-tag a:focus {
  outline: none;
}
.msi-tag a:focus::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  border: 2px solid;
  border-color: inherit;
  border-radius: 4px;
}
.msi-tag a .msi-icon.msi-tag-remove {
  display: none;
  width: 12px;
  height: 12px;
  margin: auto;
}
.msi-tag a msi-icon.msi-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  color: inherit;
}
.msi-tag.separate-remove a:hover {
  cursor: text;
}
.msi-tag.separate-remove .msi-icon.msi-tag-remove {
  cursor: pointer;
}
.msi-tag.filled a {
  color: #fff;
}
.msi-tag.filled.alert > a {
  background-color: #ec1c24;
}
.msi-tag.filled.emergency > a {
  background-color: #ff8400;
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.filled.success > a {
  background-color: #099a49;
}
.msi-tag.filled.primary > a {
  background-color: #007aaa;
}
.msi-tag.filled.secondary > a {
  background-color: #662d91;
}
.msi-tag.actionable a {
  padding: 2px 6px;
  pointer-events: all;
  cursor: pointer;
}
.msi-tag.actionable a .msi-icon {
  display: inline-block;
  color: var(--text-primary);
}
.msi-tag.actionable span {
  display: inline-block;
  vertical-align: top;
}
.msi-tag.actionable.filled .msi-icon {
  color: #fff;
}
.msi-tag.actionable.filled.emergency .msi-icon {
  color: rgba(0, 0, 0, 0.9);
}
.msi-tag.alert {
  border-color: #ec1c24;
}
.msi-tag.emergency {
  border-color: #ff8400;
}
.msi-tag.success {
  border-color: #099a49;
}
.msi-tag.primary {
  border-color: #007aaa;
}
.msi-tag.secondary {
  border-color: #662d91;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toast-container {
  position: fixed;
  pointer-events: none;
}
.msi-toast-container.top-right .msi-toast, .msi-toast-container.bottom-right .msi-toast {
  margin-left: auto;
}
.msi-toast-container.top-center .msi-toast, .msi-toast-container.bottom-center .msi-toast, .msi-toast-container.center .msi-toast {
  margin: auto;
}
.msi-toast-container.top-center {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.msi-toast-container.center {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.msi-toast-container.bottom-center {
  right: 0;
  bottom: 60px;
  width: 100%;
}
.msi-toast-container.top-left {
  top: 60px;
  left: 60px;
}
.msi-toast-container.top-right {
  top: 60px;
  right: 60px;
}
.msi-toast-container.bottom-right {
  right: 60px;
  bottom: 60px;
}
.msi-toast-container.bottom-left {
  bottom: 60px;
  left: 60px;
}
.msi-toast-container .msi-toast {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.msi-toast-container .msi-toast .msi-toast-body {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto 3px;
  color: var(--text-primary);
  background-color: var(--background-level-3);
  background-repeat: no-repeat;
  background-position: 15px center;
  border-radius: 2px;
  box-shadow: var(--shadow-level-1);
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 32px;
  min-height: 100%;
  border-radius: 2px 0 0 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-icon .msi-icon {
  margin: auto;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message {
  padding: 12px 8px;
  text-shadow: var(--shadow-level-1);
  overflow-wrap: break-word;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-message:last-child {
  padding-right: 12px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-link {
  align-self: center;
  margin: 2px;
}
.msi-toast-container .msi-toast .msi-toast-body .msi-toast-close-button {
  align-self: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  margin: 2px;
  cursor: pointer;
}
.msi-toast-container .msi-toast--error .msi-toast-icon {
  background-color: var(--error);
}
.msi-toast-container .msi-toast--success .msi-toast-icon {
  background-color: var(--success);
}
.msi-toast-container .msi-toast--warning .msi-toast-icon {
  background-color: #fcb400;
}
.msi-toast-container .msi-toast--information .msi-toast-icon {
  background-color: #007aaa;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-toggle {
  position: relative;
  display: flex;
}

.msi-toggle-disabled .msi-toggle-label {
  cursor: not-allowed;
  opacity: 0.4;
}

.msi-toggle-checked .msi-toggle-wrap {
  background-color: var(--focus-primary);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-checked .msi-toggle-wrap {
    background-color: black;
  }
}
.msi-toggle-checked .msi-toggle-thumb {
  left: 24px;
  transform: translateX(-100%) translateY(-50%);
}
.msi-toggle-checked .msi-toggle-icon {
  color: var(--focus-primary);
}

.msi-toggle-focused .msi-toggle-wrap::before,
.msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
  position: absolute;
  top: -8px;
  right: -7px;
  bottom: -8px;
  left: -7px;
  content: "";
  background: var(--hover);
  border-radius: 4px;
}
@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-focused .msi-toggle-wrap::before,
  .msi-toggle:hover:not(.msi-toggle-disabled) .msi-toggle-wrap::before {
    background-color: transparent;
  }
}

.msi-toggle-focused:not(:active) .msi-toggle-wrap::before {
  border: 2px solid var(--focus-primary);
}

.msi-toggle-error .msi-toggle-wrap {
  background: var(--primary-40);
}
.msi-toggle-error .msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-wrap {
  background: rgba(208, 2, 27, 0.8);
}
.msi-toggle-error.msi-toggle-checked .msi-toggle-icon {
  color: var(--error);
}

.msi-toggle-label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.5;
  color: var(--text-primary);
  cursor: pointer;
}

.msi-toggle-wrap {
  position: relative;
  width: 22px;
  height: 10px;
  background: var(--primary-40);
  border-radius: 2px;
  line-height: 0;
}

@media (-ms-high-contrast: white-on-black) {
  .msi-toggle-wrap {
    background-color: #404040;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-toggle-wrap {
    background-color: #c0c0c0;
  }
}
.msi-toggle-icon {
  color: rgba(0, 0, 0, 0.4);
}

.msi-toggle-thumb {
  position: absolute;
  top: 50%;
  left: -2px;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--toggle-handle-border-color);
  border-radius: 2px;
  transition: 300ms;
  transform: translateY(-50%);
  transform-style: preserve-3d;
}
.msi-toggle-thumb .msi-toggle-icon {
  display: block;
}

.msi-toggle-text {
  display: flex;
  margin-right: 12px;
}

.msi-toggle-checkbox-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  outline: 0;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-tooltip {
  display: flex;
  justify-content: center;
  width: min-content;
  height: min-content;
  padding: 4px;
}
.msi-tooltip .msi-tooltip-content {
  display: flex;
  justify-content: center;
  width: max-content;
  height: min-content;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: var(--text-primary);
  background-color: var(--tooltip-background);
  border: 1px solid var(--primary-20);
  border-radius: 4px;
  box-shadow: var(--shadow-level-2);
  position: relative;
  flex-direction: column;
  min-width: 44px;
  max-width: 180px;
}
.msi-tooltip.above, .msi-tooltip.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  padding: 0 0 8px;
}
.msi-tooltip.above.hideOnHover, .msi-tooltip.top.hideOnHover {
  padding: 0 0 3px;
}
.msi-tooltip.after, .msi-tooltip.right {
  top: 0;
  left: 100%;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  transform: none;
}
.msi-tooltip.after.hideOnHover, .msi-tooltip.right.hideOnHover {
  padding: 0 0 0 3px;
}
.msi-tooltip.below, .msi-tooltip.bottom {
  top: 100%;
  left: 50%;
  padding-top: 8px;
}
.msi-tooltip.below.hideOnHover, .msi-tooltip.bottom.hideOnHover {
  padding-top: 3px;
}
.msi-tooltip.before, .msi-tooltip.left {
  top: 0;
  right: 100%;
  left: auto;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: none;
}
.msi-tooltip.before.hideOnHover, .msi-tooltip.left.hideOnHover {
  padding: 0 3px 0 0;
}
.msi-tooltip .msi-text-wrap {
  position: relative;
  word-break: break-word;
}

.msi-treeview {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 192px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: var(--background-level-2);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.msi-media-player .audio-player {
  max-height: 46px;
}
.msi-media-player .audio-player audio {
  visibility: hidden;
}
.msi-media-player video {
  width: 100%;
}
.msi-media-player .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-media-player vg-controls,
.msi-media-player vg-play-pause,
.msi-media-player vg-time-display {
  height: 41px;
  line-height: 41px;
}
.msi-media-player vg-play-pause {
  width: 35px;
  margin-right: 25px;
}
.msi-media-player vg-time-display {
  width: auto;
}
.msi-media-player .vg-time-separator {
  margin: 0 4px;
  color: #fff;
}
.msi-media-player .right-controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.msi-media-player .right-controls vg-fullscreen {
  height: 41px;
  margin-left: 5px;
  line-height: 41px;
}
.msi-media-player .right-controls .rotate-control {
  height: 41px;
  line-height: 41px;
  cursor: pointer;
  background-image: url("/assets/images/ic_rotate.svg");
}
.msi-media-player vg-scrub-bar {
  bottom: 41px;
  background: rgba(0, 0, 0, 0.5);
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time {
  height: 3px;
  transition: height 100ms;
}
.msi-media-player vg-scrub-bar vg-scrub-bar-current-time .background {
  background-color: var(--focus-primary);
}
.msi-media-player vg-scrub-bar:focus {
  outline: 1px solid var(--focus-primary);
}
.msi-media-player vg-scrub-bar:hover vg-scrub-bar-current-time {
  height: 8px;
}
.msi-media-player vg-player {
  /* :disable class-name-format */
}
.msi-media-player vg-player .icon {
  width: 50px;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.msi-media-player vg-player .vg-icon-pause {
  background-image: url("/assets/images/ic_media_pause.svg");
}
.msi-media-player vg-player .vg-icon-play_arrow {
  background-image: url("/assets/images/ic_media_play.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen {
  background-image: url("/assets/images/ic_zoom.svg");
}
.msi-media-player vg-player .vg-icon-fullscreen_exit {
  background-image: url("/assets/images/ic_view_collapse.svg");
}
.msi-media-player .vg-icon-fullscreen_exit::before,
.msi-media-player .vg-icon-fullscreen::before,
.msi-media-player .vg-icon-pause::before,
.msi-media-player .vg-icon-play_arrow::before {
  content: none;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-anchor-links {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
.msi-anchor-links .msi-select {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
}

.msi-anchor-link {
  display: inline-block;
  margin-right: 24px;
  font-weight: 700;
  color: var(--anchor-text-unselected);
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.msi-anchor-link[disabled] {
  color: var(--text-secondary);
  text-decoration: none;
  cursor: not-allowed;
}
.msi-anchor-link:not([disabled]):hover {
  color: var(--anchor-text-hover);
  opacity: 1;
}
.msi-anchor-link:not([disabled]):focus, .msi-anchor-link:not([disabled]):active, .msi-anchor-link:not([disabled]).active {
  color: var(--anchor-text-selected);
  text-decoration: none;
  opacity: 1;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-chips {
  position: relative;
  display: flex;
  min-height: 34px;
}
.msi-chips[disabled=true] {
  cursor: not-allowed;
}
.msi-chips-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  cursor: text;
  outline: none;
  background: var(--input-background);
  border: 1px var(--input-border-color) solid;
  border-radius: 2px;
}
.msi-chips-container--active {
  border-color: #007aaa;
  background: var(--input-background);
  outline: none;
}
.msi-chips-container--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transition: opacity 100ms;
  pointer-events: none;
}
.msi-chips-container--readonly {
  cursor: default;
  background: var(--input-background-read);
  border: none;
}
.msi-chips-container--disabled .msi-chip a, .msi-chips-container--readonly .msi-chip a {
  pointer-events: none;
}
.msi-chips-container--disabled .msi-chip a .msi-icon, .msi-chips-container--readonly .msi-chip a .msi-icon {
  display: none;
}
.msi-chips-container:not(.msi-chips-container--disabled):not(.msi-chips-container--readonly):hover {
  background: var(--input-hover);
}
.msi-chips .chip-in-between {
  min-width: 8px;
  height: 32px;
  padding-left: 4px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
  transition: min-width 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-delay: 100ms;
  box-sizing: border-box;
}
.msi-chips .chip-in-between:not(:placeholder-shown), .msi-chips .chip-in-between:focus {
  min-width: 16px;
  padding-left: 8px;
}
.msi-chips .new-chip-input {
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  height: 38px;
  padding: 8px 8px 10px;
  margin-right: -8px;
  margin-bottom: -8px;
  color: var(--text-primary);
  background: transparent;
  border: 0 transparent;
  outline: 0 transparent;
  font-size: 0.8rem;
}
.msi-chips .new-chip-input--overflow {
  flex-basis: 100%;
}
.msi-chips .msi-chip {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-right: 8px;
  padding-bottom: 6px;
  margin-right: -8px;
  margin-bottom: -3px;
  text-decoration: none;
  cursor: text;
  outline: none;
}
.msi-chips .msi-chip--error .msi-tag {
  border: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-alert);
  border-color: var(--msi-ui-alert);
}
.msi-chips .msi-chip--alert .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--primary .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary);
  border-color: var(--msi-ui-primary);
}
.msi-chips .msi-chip--primary .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--highlight .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-primary-highlight);
  border-color: var(--msi-ui-primary-highlight);
}
.msi-chips .msi-chip--highlight .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-chip--available .msi-tag > a {
  color: var(--msi-ui-primary-light);
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
}
.msi-chips .msi-chip--available .msi-tag > a .msi-icon {
  display: inline-block;
  color: var(--msi-ui-primary-light);
}
.msi-chips .msi-tag {
  max-width: calc(100% - 8px);
  margin: 6px 0 0 8px;
}
.msi-chips .msi-tag > a {
  width: 100%;
  font-size: 0.8rem;
  text-transform: none;
  align-items: center;
}
.msi-chips .msi-tag-contents {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.error-page-div {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 500px;
  margin: auto;
}
.error-page-div .error-page-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 100%;
  grid-template-columns: minmax(30%, 180px) 65%;
  grid-template-rows: 100%;
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.lg {
  grid-column-gap: 24px;
}
.error-page-div .error-page-wrapper.md, .error-page-div .error-page-wrapper.sm {
  grid-column-gap: 12px;
}
.error-page-div .error-page-wrapper .error-icon {
  width: 100%;
  max-width: 190px;
  height: 100%;
  margin-left: auto;
}
.error-page-div .error-page-wrapper .error-icon i {
  width: 100%;
  height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg {
  font-size: 3.75rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-title,
.error-page-div .error-page-wrapper .error-message-div .error-desc {
  font-weight: 700;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.lg,
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg {
  margin-bottom: 24px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.md,
.error-page-div .error-page-wrapper .error-message-div .error-desc.md {
  margin-bottom: 12px;
}
.error-page-div .error-page-wrapper .error-message-div .error-title.sm,
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm {
  margin-bottom: 6px;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.lg,
.error-page-div .error-page-wrapper .error-message-div .error-code.lg {
  font-size: 2rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.md,
.error-page-div .error-page-wrapper .error-message-div .error-code.md {
  font-size: 1.25rem;
}
.error-page-div .error-page-wrapper .error-message-div .error-desc.sm,
.error-page-div .error-page-wrapper .error-message-div .error-code.sm {
  font-size: 0.875rem;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.msi-breadcrumb {
  width: 100%;
}

.msi-breadcrumb-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msi-breadcrumb-list .dropdown-trigger {
  display: inline;
  margin: 2px 5px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.msi-breadcrumb-list .dropdown-trigger:hover {
  cursor: pointer;
}
.msi-breadcrumb-list .dropdown-trigger:focus {
  color: #fff;
  background-color: #007aaa;
  outline: none;
}
.msi-breadcrumb-list .dropdown-trigger:focus .msi-icon {
  color: #fff;
}
.msi-breadcrumb-list .dropdown-trigger span {
  margin: 2px 0 2px 2px;
}
.msi-breadcrumb-list .dropdown-trigger msi-icon {
  margin: 2px 4px;
}
.msi-breadcrumb-list > li {
  display: inline;
}
.msi-breadcrumb-list > li:not(:first-child)::before {
  display: inline;
  content: "/";
}
.msi-breadcrumb-list > li:last-child > a {
  font-weight: bold;
}
.msi-breadcrumb-list > li:focus:not(.dropdown-trigger) > a {
  text-decoration: underline;
  outline: none;
}
.msi-breadcrumb-list > li > a {
  margin: 0 5px;
  color: var(--text-primary);
  cursor: pointer;
}
.msi-breadcrumb-list > li > a:hover {
  text-decoration: underline;
}

.msi-dropdown-item > a {
  color: var(--text-primary);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
msi-file-upload-header {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-header .msi-file-upload-header-descr {
  width: 100%;
  padding: 12px;
}
msi-file-upload-header .msi-file-upload-header-descr p {
  padding: 0;
  margin: 0;
  color: var(--text-primary);
}
msi-file-upload-header .msi-file-upload-header-descr .bold {
  margin-bottom: 2px;
  font-weight: bold;
  color: var(--text-secondary);
}

msi-file-upload-metadata {
  width: 100%;
  border-bottom: 1px solid var(--stroke-level-1);
}
msi-file-upload-metadata .divide {
  margin-top: 10px;
  margin-bottom: 5px;
}
msi-file-upload-metadata .msi-file-upload-header-body {
  width: 100%;
  padding: 12px 16px;
}
msi-file-upload-metadata .msi-file-upload-header-body label .req {
  margin-left: 1px;
  font-size: 0.55rem;
}
msi-file-upload-metadata .msi-file-upload-header-body msi-time-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-date-picker-control,
msi-file-upload-metadata .msi-file-upload-header-body msi-select {
  display: block;
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .msi-date-picker-control.has-dropdown {
  width: 100%;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell {
  display: table-cell;
  width: 33.3333%;
  padding: 0 12px;
  margin: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:first-child {
  padding-left: 0;
}
msi-file-upload-metadata .msi-file-upload-header-body .emm-metadata-table .emm-metadata-cell:last-child {
  padding-right: 0;
}

msi-file-upload-buttons {
  flex-grow: 1;
}
msi-file-upload-buttons .msi-file-upload-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
msi-file-upload-buttons .msi-file-upload-buttons__top {
  margin-bottom: 12px;
  font-size: 1rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-header {
  font-weight: 800;
}
msi-file-upload-buttons .msi-file-upload-buttons__top-text {
  font-weight: lighter;
}
msi-file-upload-buttons .msi-file-upload-buttons__bottom {
  font-size: 0.75rem;
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.top {
  justify-content: flex-start;
}
msi-file-upload-buttons .msi-file-upload-buttons.middle {
  justify-content: center;
}
msi-file-upload-buttons .msi-file-upload-buttons.bottom {
  justify-content: flex-end;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap h4 {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap span {
  padding: 0;
  margin: auto;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line {
  text-align: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .button-wrap {
  display: inline-block;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn {
  margin: 0 4px;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .button-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-buttons .msi-file-upload-buttons .buttons-wrap .buttons-line .msi-btn .msi-icon {
  color: inherit;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
msi-file-upload-dragdrop-zone {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-input {
  position: absolute;
  top: -999px;
  left: -999px;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-preparing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-dragging {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-top: 37%;
  margin: auto;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  background-color: rgba(0, 122, 170, 0.1);
  border: 2px solid #007aaa;
}
msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone .msi-file-upload-dragdrop-zone-content .msi-file-upload-dragdrop-zone-second-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

msi-file-upload-list {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
msi-file-upload-list .msi-table {
  width: 100%;
  cursor: pointer;
  background: none !important;
}
msi-file-upload-list .msi-table .msi-icon {
  flex-shrink: 0;
  margin: 0;
}
msi-file-upload-list .msi-table tr {
  border-bottom: 1px solid var(--primary-10);
}
msi-file-upload-list .msi-table tr:last-of-type {
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr:last-of-type td {
  border-bottom: 0 !important;
}
msi-file-upload-list .msi-table tr:hover {
  background-color: rgba(0, 122, 170, 0.2);
}
msi-file-upload-list .msi-table tr:hover .preediting .editable {
  max-width: calc(100% - 22px);
}
msi-file-upload-list .msi-table tr:hover .preediting msi-icon {
  display: inline-block;
}
msi-file-upload-list .msi-table tr td {
  min-width: unset;
  padding: 0 6px;
  vertical-align: middle;
  border-bottom: 0;
}
msi-file-upload-list .msi-table tr td:first-child {
  padding: 0 6px 0 12px;
  text-align: center;
}
msi-file-upload-list .msi-table tr td:last-child {
  padding: 0 12px 0 6px;
}
msi-file-upload-list .msi-table tr .preediting {
  width: 100%;
  max-width: 100px;
}
msi-file-upload-list .msi-table tr .preediting .name-wrapper {
  display: flex;
}
msi-file-upload-list .msi-table tr .preediting span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table tr .preediting msi-icon {
  display: none;
  margin-left: 6px;
  color: var(--text-primary);
  opacity: 0.4;
}
msi-file-upload-list .msi-table tr .editing {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
}
msi-file-upload-list .msi-table tr .editing input {
  width: 100%;
}
msi-file-upload-list .msi-table tr .editing .error-message {
  margin-top: 4px;
  margin-bottom: 6px;
}
msi-file-upload-list .msi-table .table-cell-count {
  min-width: 66px;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-count .message-wrap {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
msi-file-upload-list .msi-table .table-cell-right.cell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 86px;
  text-align: right;
}
msi-file-upload-list .msi-table .table-cell-right .msi-btn-icon {
  display: inline-flex;
}
msi-file-upload-list .msi-table .table-cell-right .spinner-wrap {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin: 7px;
  overflow: hidden;
}
msi-file-upload-list .msi-table .table-cell-progress {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
msi-file-upload-list .msi-table .table-cell-progress msi-progress-bar {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
}

msi-file-upload-footer {
  width: 100%;
  padding: 12px;
  border-top: 1px solid var(--primary-10);
}
msi-file-upload-footer .msi-file-upload-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn {
  margin-left: 12px;
}
msi-file-upload-footer .msi-file-upload-footer .msi-btn .msi-icon {
  min-width: 18px;
  min-height: 18px;
  margin-right: 6px;
  color: inherit;
}
msi-file-upload-footer .wrap-item-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
msi-file-upload-footer .wrap-item-icon .button-text {
  margin-left: 8px;
}

msi-file-upload {
  display: flex;
}
msi-file-upload .msi-file-upload {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.msi-emm-modal-warning-empty {
  max-width: 100%;
  padding: 0;
}

.empty-files-modal .content-description {
  margin: 15px 0;
}
.empty-files-modal .empty-files-heading {
  display: inline-block;
  cursor: pointer;
}
.empty-files-modal .empty-files-heading msi-icon {
  margin-right: 5px;
  transition: transform 0.4s;
}
.empty-files-modal .empty-files-heading msi-icon.active {
  transform: rotate(90deg);
}
.empty-files-modal .empty-files-list {
  max-width: 100%;
  max-height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.empty-files-modal .empty-files-list li {
  margin-bottom: 10px;
}
.empty-files-modal .list-visible {
  max-height: 100px;
  overflow: auto;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion-item {
  --item-focus-color: var(--item-selection-primary);
  --item-hover-color: var(--item-selection-hover);
  --item-selection-text-color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 9px;
  width: 100%;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 44px;
  margin-bottom: 1px;
  color: var(--text-primary);
  cursor: pointer;
  border: 3px solid transparent;
}
.msi-accordion-item.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.msi-accordion-item.selected {
  color: var(--item-selection-text-color);
}
.msi-accordion-item.selected:not(:hover):not(.hover) {
  background-color: var(--item-focus-color);
}
.msi-accordion-item.selected:not(.disabled):hover, .msi-accordion-item.selected:not(.disabled).hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled):hover::before, .msi-accordion-item.selected:not(.disabled).hover::before {
  border-color: var(--item-hover-color);
}
.msi-accordion-item.selected:not(.disabled)::before {
  border-color: var(--item-focus-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item.selected {
    color: white;
    background-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #c0c0c0;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item.selected {
    color: black;
    background-color: white;
  }
  .msi-accordion-item.selected:not(.disabled):active, .msi-accordion-item.selected:not(.disabled):active:hover, .msi-accordion-item.selected:not(.disabled):active.hover, .msi-accordion-item.selected:not(.disabled).active, .msi-accordion-item.selected:not(.disabled).active:hover, .msi-accordion-item.selected:not(.disabled).active.hover {
    background-color: #404040;
  }
  .msi-accordion-item.selected:not(.disabled):active::before, .msi-accordion-item.selected:not(.disabled):active:hover::before, .msi-accordion-item.selected:not(.disabled):active.hover::before, .msi-accordion-item.selected:not(.disabled).active::before, .msi-accordion-item.selected:not(.disabled).active:hover::before, .msi-accordion-item.selected:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item.selected:not(.disabled):focus::before, .msi-accordion-item.selected:not(.disabled).focus::before {
    border: 2px solid black;
  }
}
.msi-accordion-item.item-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  cursor: default;
  opacity: 1;
}
.msi-accordion-item:focus {
  outline: none;
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-clip: padding-box;
}
.msi-accordion-item:not(.disabled):not(.item-title):focus::before, .msi-accordion-item:not(.disabled):not(.item-title).focus::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border: 2px solid var(--item-selection-primary);
}
.msi-accordion-item:not(.disabled):not(.item-title):hover, .msi-accordion-item:not(.disabled):not(.item-title):focus, .msi-accordion-item:not(.disabled):not(.item-title).hover, .msi-accordion-item:not(.disabled):not(.item-title).focus {
  background-color: var(--hover);
}
.msi-accordion-item:not(.disabled):not(.item-title):active, .msi-accordion-item:not(.disabled):not(.item-title).active {
  color: var(--item-selection-text-color);
  background-color: var(--item-focus-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active .msi-icon, .msi-accordion-item:not(.disabled):not(.item-title).active .msi-icon {
  color: var(--item-selection-text-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover, .msi-accordion-item:not(.disabled):not(.item-title):active.hover, .msi-accordion-item:not(.disabled):not(.item-title).active:hover, .msi-accordion-item:not(.disabled):not(.item-title).active.hover {
  background-color: var(--item-hover-color);
}
.msi-accordion-item:not(.disabled):not(.item-title):active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title):active.hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active:hover::before, .msi-accordion-item:not(.disabled):not(.item-title).active.hover::before {
  border-color: var(--item-hover-color);
}
@media (-ms-high-contrast: white-on-black) {
  .msi-accordion-item {
    color: white;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: white;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: black;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: white;
  }
}
@media (-ms-high-contrast: black-on-white) {
  .msi-accordion-item {
    color: black;
    -ms-high-contrast-adjust: none;
  }
  .msi-accordion-item:not(.disabled):active:hover, .msi-accordion-item:not(.disabled):active.hover, .msi-accordion-item:not(.disabled).active:hover, .msi-accordion-item:not(.disabled).active.hover {
    color: white;
    background-color: black;
  }
  .msi-accordion-item:not(.disabled):active:hover::before, .msi-accordion-item:not(.disabled):active.hover::before, .msi-accordion-item:not(.disabled).active:hover::before, .msi-accordion-item:not(.disabled).active.hover::before {
    border-color: black;
  }
  .msi-accordion-item:not(.disabled):focus, .msi-accordion-item:not(.disabled).focus {
    color: black;
    background-color: white;
  }
  .msi-accordion-item:not(.disabled):hover, .msi-accordion-item:not(.disabled).hover {
    color: white;
    background-color: #808080;
  }
  .msi-accordion-item:not(.disabled):focus::before, .msi-accordion-item:not(.disabled).focus::before {
    border-color: black;
  }
}
.msi-accordion-item .item-icon {
  margin-top: 9px;
}
.msi-accordion-item .item-icon .msi-icon {
  transition: transform 300ms;
}
.msi-accordion-item .item-icon .msi-icon.opened {
  transform: rotate(180deg);
}
.msi-accordion-item .item-content {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  grid-area: content;
}
.msi-accordion-item .item-content .msi-checkbox .msi-checkbox-label {
  width: 100%;
  padding-left: 0;
}
.msi-accordion-item .item-content .msi-icon {
  margin-right: 6px;
  vertical-align: middle;
}

/* Light variant */
.msi-accordion-light .msi-accordion-item {
  --accordion-item-focus-color: var(--item-selection-primary-light);
  --accordion-item-hover-color: var(--item-selection-hover-light);
  --accordion-item-selection-text-color: var(--item-selection-text-color-light);
}

.msi-collapsable {
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
.msi-accordion > msi-accordion-item > .msi-collapsable > div {
  padding-bottom: 12px;
}

.msi-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 360px;
  padding: 12px 0 24px;
  margin: 0;
  background-color: var(--background-level-2);
}
.msi-accordion .msi-collapsable .msi-accordion-item {
  border-bottom: 1px solid var(--primary-10);
}
.msi-accordion .msi-collapsable .msi-accordion-item .item-content {
  font-size: 0.875rem;
  font-weight: normal;
}

/* :disable no-important */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-navigation-frame {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--background-level-1);
}
.msi-navigation-frame .msi-common-header-root {
  flex: 0 1;
}
.msi-navigation-frame .sidebar-container {
  height: 100%;
}
.msi-navigation-frame .msi-common-header-button.msi-common-header-overflow-button.msi-dropdown-trigger,
.msi-navigation-frame .msi-common-header-button.msi-mobile-common-header-overflow-button {
  display: none;
}

.msi-nav-wrapper {
  position: relative;
  display: flex;
  flex: 1 0;
  flex-direction: row;
  height: 100%;
}
.msi-nav-wrapper .msi-sidebar {
  flex: 0 1;
}
.msi-nav-wrapper .msi-nav-content {
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  padding: 18px;
  margin: 0 auto;
  background: var(--background-level-2);
}

.msi-sidebar {
  z-index: 100000;
}
.msi-sidebar .msi-header-overflow {
  background-color: var(--primary-05);
  border-top: 1px solid var(--hover);
}
.msi-sidebar .msi-header-overflow:empty {
  display: none;
}
.msi-sidebar .overflow-hide {
  display: none;
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .icon-container .msi-icon {
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(16px at 50% 50%);
}
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .description,
.msi-sidebar .msi-sidebar-overflow-item.has-avatar .arrow {
  color: var(--text-primary);
}

.msi-nav-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}

.msi-nav-menu-button {
  display: none;
}

.msi-nav-frame-bp-768 .msi-nav-menu-button,
.msi-nav-collapsed .msi-nav-menu-button {
  display: flex;
}
.msi-nav-frame-bp-768 .msi-sidebar,
.msi-nav-collapsed .msi-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-item-expand,
.msi-nav-collapsed .sidebar-item-expand {
  display: none;
}
.msi-nav-frame-bp-768 .sidebar-container,
.msi-nav-collapsed .sidebar-container {
  padding-bottom: 0;
}
.msi-nav-frame-bp-768.msi-sidebar-open .msi-sidebar,
.msi-nav-frame-bp-768.msi-sidebar-open .msi-nav-backdrop,
.msi-nav-collapsed.msi-sidebar-open .msi-sidebar,
.msi-nav-collapsed.msi-sidebar-open .msi-nav-backdrop {
  display: block;
}

/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-inline-input {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.msi-inline-input .msi-inline-input-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input {
  width: 100% !important;
  position: relative;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:not(:hover):not(:focus):not(:active),
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:not(:hover):not(:focus):not(:active) {
  border: 1px solid transparent !important;
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:hover,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:hover {
  border: 1px solid var(--input-border-color);
  background: var(--input-hover);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus, .msi-inline-input .msi-inline-input-wrapper .msi-input:active,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:focus,
.msi-inline-input .msi-inline-input-wrapper .msi-autocomplete-input:active {
  border: 1px solid var(--focus-border-color);
}
.msi-inline-input .msi-inline-input-wrapper .msi-input:focus ~ .msi-inline-input-suffix .msi-icon {
  color: var(--icon-primary);
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix {
  position: absolute;
  z-index: 9999;
  margin-right: 6px;
}
.msi-inline-input .msi-inline-input-wrapper .msi-inline-input-suffix .msi-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: transparent;
  padding: 4px;
  z-index: 99999;
  border-radius: 50%;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon {
  color: var(--icon-primary);
  z-index: 9999;
  width: 18px;
  height: 18px;
}
.msi-inline-input .msi-inline-input-wrapper:hover .msi-icon:hover {
  border-radius: 50%;
  background: var(--hover);
}

.autocomplete-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: text;
  padding: 4px;
  border: 1px solid transparent;
  max-width: 100%;
  width: 100%;
}
.autocomplete-wrapper:hover {
  border: 1px solid var(--input-border-color);
}
.autocomplete-wrapper.focus {
  border: 1px solid var(--focus-border-color);
  padding: 0;
}
.autocomplete-wrapper.focus .msi-input {
  border: none;
  height: 45px;
  max-width: 100% !important;
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
  background-color: transparent !important;
}
.autocomplete-wrapper.focus .msi-input.focus, .autocomplete-wrapper.focus .msi-input.hover {
  background-color: transparent !important;
}
.autocomplete-wrapper.error {
  border: 1px solid var(--msi-ui-alert);
}
.autocomplete-wrapper .autocomplete-text {
  line-height: 35px;
  font-size: 28px;
  font-weight: 700;
}
.autocomplete-wrapper .autocomplete-text.placeholder {
  font-weight: 500;
}
.autocomplete-wrapper .autocomplete-arrow {
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 100ms;
  transform-origin: center center;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-sidepanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--modal-background);
}
.msi-sidepanel.sidepanel-absolute {
  position: absolute;
  top: 0;
}
.msi-sidepanel.sidepanel-left {
  margin-right: 12px;
  border-right: 1px solid var(--stroke-level-1);
  box-shadow: 3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-left.sidepanel-absolute {
  left: 0;
}
.msi-sidepanel.sidepanel-right {
  margin-left: 12px;
  border-left: 1px solid var(--stroke-level-1);
  box-shadow: -3px 1px 6px -6px var(--table-frozen-shadow-color);
}
.msi-sidepanel.sidepanel-right.sidepanel-absolute {
  right: 0;
}
.msi-sidepanel .msi-sidepanel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel .msi-sidepanel-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel .msi-sidepanel-content {
  display: flex;
  flex-direction: row;
  height: calc(100% - 42px);
  padding: 0 12px;
  color: var(--text-primary);
  background-color: var(--modal-background);
}

.msi-sidepanel-modal-overlay,
.msi-sidepanel-modal-overlay-over-header {
  width: 100vw;
  height: 100vh;
  background-color: var(--msi-ui-primary-dark-70);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--modal-background);
  border-radius: 4px;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--text-primary);
  background: var(--sidepanel-header-background-color);
  border-bottom: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix {
  display: flex;
  flex-direction: row;
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-header .msi-sidepanel-header-suffix .msi-icon {
  color: var(--text-primary);
}
.msi-sidepanel-modal-overlay .msi-sidepanel-modal .msi-sidepanel-modal-content,
.msi-sidepanel-modal-overlay-over-header .msi-sidepanel-modal .msi-sidepanel-modal-content {
  width: 100%;
  height: calc(100% - 40px);
  padding: 0 24px;
  color: var(--text-primary);
  border: 1px solid var(--stroke-level-1);
}
.msi-sidepanel-modal-overlay .sidebar-padding,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding {
  margin-left: 26px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded {
  margin-left: 226px;
}
.msi-sidepanel-modal-overlay .sidebar-padding-expanded-flyout,
.msi-sidepanel-modal-overlay-over-header .sidebar-padding-expanded-flyout {
  margin-left: 250px;
}

.msi-sidepanel-modal-overlay {
  z-index: 99998;
  height: calc(100% - 48px);
  padding: 48px 24px 24px;
}

.msi-sidepanel-modal-overlay-over-header {
  z-index: 100000;
  height: 100%;
  padding: 24px;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
.msi-card-media-type {
  margin: 6px;
  width: 178px;
  height: 216px;
}
.msi-card-media-type .msi-card-title,
.msi-card-media-type .msi-card-content {
  word-break: break-all;
  padding: 10px;
  height: 40px;
  min-height: 40px;
}
.msi-card-media-type .msi-card-title .msi-icon,
.msi-card-media-type .msi-card-content .msi-icon {
  min-width: 18px;
  flex-shrink: 0;
}
.msi-card-media-type .msi-card-title .icons-wrap {
  display: flex;
  margin-left: auto;
}
.msi-card-media-type .msi-card-title .icons-wrap msi-spinner {
  margin-left: 5px;
}
.msi-card-media-type .msi-card-title .icons-wrap .msi-icon {
  padding: 0 0 0 5px;
}
.msi-card-media-type .msi-card-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-card-media-type .msi-card-title .thumbnail-view-icon {
  min-width: 18px;
}
.msi-card-media-type .msi-card-title .more-options-icon {
  margin-left: auto;
  color: var(--text-primary);
}
.msi-card-media-type .msi-card-image {
  text-align: center;
  background-color: var(--card-image-background);
  height: 114px;
  position: relative;
}
.msi-card-media-type .msi-card-error {
  width: 178px;
}
.msi-card-media-type .tile-owner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

msi-icon.play-icon {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.tile__default-icon {
  padding: 10px 0;
  margin-top: 32px;
  margin-bottom: 32px;
}

.triangle-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.triangle-wrapper .triangle-bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent var(--background-level-3) transparent;
}
.triangle-wrapper .lock-icon {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

/* MISSION CRITICAL COMPONENTS */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-light .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-light .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-light .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-light .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-light .msi-btn-flat.msi-btn, html.mc-light .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-light .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn:not(.msi-toast-close-button):not(.msi-btn-compact) .msi-icon i svg {
  width: var(--msi-mc-icon);
  height: var(--msi-mc-icon);
}
html.mc-dark .msi-btn {
  height: var(--msi-mc-button-height);
  padding: var(--msi-mc-button-padding);
  font: var(--msi-mission-critical-h5-font);
}
html.mc-dark .msi-btn-icon.msi-btn {
  min-width: 0;
  height: var(--msi-mc-button-icon);
  width: var(--msi-mc-button-icon);
}
html.mc-dark .msi-btn-icon.msi-btn .msi-icon {
  justify-content: center;
}
html.mc-dark .msi-btn-compact.msi-btn {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
html.mc-dark .msi-btn-flat.msi-btn, html.mc-dark .msi-btn-small.msi-btn {
  height: var(--mc-btn-small-height);
}
html.mc-dark .msi-btn-large.msi-btn {
  height: auto;
  padding: var(--mc-btn-large-padding);
}

/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
html.mc-light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
html.mc-light {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-light .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

html.mc-dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* export all of these as CSS4 variables */
}
html.mc-dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
html.mc-dark {
  /* Either include them at :root context or global */
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-input-padding: 8px;
  --msi-mission-critical-h1-font: bold 32px/37px "Roboto";
  --msi-mission-critical-h3-font: bold 24px/36px "Roboto";
  --msi-mission-critical-h4-font: bold 20px/30px "Roboto";
  --msi-mission-critical-h5-font: bold 16px/24px "Roboto";
  --msi-mission-critical-h6-font: bold 16px/24px "Roboto";
  --msi-mc-button-height: 42px;
  --msi-mc-button-padding: 9px 18px;
  --msi-mc-button-icon: 48px;
  --msi-mc-icon: 36px;
  --mc-btn-large-padding: 15px 24px;
  --mc-btn-small-height: 36px;
  --mc-icon-in-button-height: 24px;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}
html.mc-dark .msi-button-group button.msi-btn .msi-icon i svg {
  width: var(--mc-icon-in-button-height) !important;
  height: var(--mc-icon-in-button-height) !important;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* Default cdk-overlay styles from node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 99999;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  position: absolute;
  z-index: 99999;
  display: flex;
}

.cdk-overlay-pane {
  position: absolute;
  z-index: 100000;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
}
.cdk-overlay-pane.msi-pop-up-modal-panel {
  z-index: 99998;
}
.cdk-overlay-pane.tooltip-overlay {
  z-index: 100002;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-tap-highlight-color: transparent;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: var(--msi-ui-primary-dark-80);
}

.cdk-overlay-transparent-backdrop,
.cdk-backdrop-transparent,
.cdk-backdrop-transparent.cdk-overlay-backdrop-showing,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  z-index: 99999;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* stylelint-disable scss/operator-no-unspaced */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
/* High contrast */
/* https://github.com/sasstools//issues/1161 */
/* Applies given styles to both <tag> and .msi-<tag> */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Provides backwards-compatibility for the old sass-map method of theming,
by aliasing that older theme to the new CSS4 variables
(or color tokens if there is no variation between light and dark) */
/* Both light theme and dark themes use the same CSS4 variables */
/* Stub for deprecated core-theme */
/* stylelint-disable selector-list-comma-newline-after */
/* To disable the reset stylesheet, set `$msi-disable-reset: true` before importing this stylesheet */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
  /* remove chrome browser black/white outline */
}
html:focus,
body:focus,
div:focus,
span:focus,
applet:focus,
object:focus,
iframe:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
blockquote:focus,
pre:focus,
a:focus,
abbr:focus,
acronym:focus,
address:focus,
big:focus,
cite:focus,
code:focus,
del:focus,
dfn:focus,
em:focus,
img:focus,
ins:focus,
kbd:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
tt:focus,
var:focus,
b:focus,
u:focus,
i:focus,
center:focus,
dl:focus,
dt:focus,
dd:focus,
ol:focus,
ul:focus,
li:focus,
fieldset:focus,
form:focus,
label:focus,
legend:focus,
table:focus,
caption:focus,
tbody:focus,
tfoot:focus,
thead:focus,
tr:focus,
th:focus,
td:focus,
article:focus,
aside:focus,
canvas:focus,
details:focus,
embed:focus,
figure:focus,
figcaption:focus,
footer:focus,
header:focus,
hgroup:focus,
menu:focus,
nav:focus,
output:focus,
ruby:focus,
section:focus,
summary:focus,
time:focus,
mark:focus,
audio:focus,
video:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

:root {
  --msi-ui-background-dark: #000912;
  --msi-ui-primary: #001526;
  --msi-ui-secondary: #142737;
  --msi-ui-tertiary: #213f59;
  --msi-ui-secondary-80: rgba(20, 39, 55, 0.8);
  --msi-ui-mhx: #213f59;
  --msi-ui-widget: #10384e;
  --msi-ui-primary-highlight: #007aaa;
  --msi-ui-primary-highlight-90: rgba(0, 122, 170, 0.9);
  --msi-ui-primary-highlight-80: rgba(0, 122, 170, 0.8);
  --msi-ui-primary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-primary-highlight-50: rgba(0, 122, 170, 0.5);
  --msi-ui-primary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-primary-highlight-20: rgba(0, 122, 170, 0.2);
  --msi-ui-primary-highlight-10: rgba(0, 122, 170, 0.1);
  --msi-ui-primary-highlight-hover: #1a87b2;
  --msi-ui-secondary-highlight: #28b1ec;
  --msi-ui-secondary-highlight-60: rgba(0, 122, 170, 0.6);
  --msi-ui-secondary-highlight-40: rgba(0, 122, 170, 0.4);
  --msi-ui-secondary-highlight-30: rgba(0, 122, 170, 0.3);
  --msi-ui-hover-highlight: #3db8ed;
  --msi-ui-alert: #d0021b;
  --msi-ui-alert-80: rgba(208, 2, 27, 0.8);
  --msi-ui-alert-20: rgba(208, 2, 27, 0.2);
  --msi-ui-alert-secondary: #ff4d4d;
  --msi-ui-alert-secondary-30: rgba(255, 77, 77, 0.3);
  --msi-ui-available: #099a49;
  --msi-ui-available-select: rgba(9, 154, 73, 0.2);
  --msi-ui-available-70: #5fbd89;
  --msi-ui-available-70-select: rgba(95, 189, 137, 0.35);
  --msi-ui-find-highlight: #fff84d;
  --msi-ui-find-highlight-40: rgba(255, 248, 77, 0.4);
  --msi-ui-find-highlight-70: rgba(255, 248, 77, 0.7);
  --msi-ui-background-primary-06: #eef6f9;
  --msi-ui-text-clicked: #79477e;
  --msi-ui-text-clicked-70: rgba(121, 71, 126, 0.7);
  --msi-ui-primary-dark: #000;
  --msi-ui-primary-light: #fff;
  --msi-ui-primary-dark-90: rgba(0, 0, 0, 0.9);
  --msi-ui-primary-light-90: rgba(255, 255, 255, 0.9);
  --msi-ui-primary-dark-80: rgba(0, 0, 0, 0.8);
  --msi-ui-primary-light-80: rgba(255, 255, 255, 0.8);
  --msi-ui-primary-dark-70: rgba(0, 0, 0, 0.7);
  --msi-ui-primary-light-70: rgba(255, 255, 255, 0.7);
  --msi-ui-primary-dark-65: rgba(0, 0, 0, 0.65);
  --msi-ui-primary-light-65: rgba(255, 255, 255, 0.65);
  --msi-ui-primary-dark-60: rgba(0, 0, 0, 0.6);
  --msi-ui-primary-light-60: rgba(255, 255, 255, 0.6);
  --msi-ui-primary-dark-50: rgba(0, 0, 0, 0.5);
  --msi-ui-primary-light-50: rgba(255, 255, 255, 0.5);
  --msi-ui-primary-dark-40: rgba(0, 0, 0, 0.4);
  --msi-ui-primary-light-40: rgba(255, 255, 255, 0.4);
  --msi-ui-primary-dark-30: rgba(0, 0, 0, 0.3);
  --msi-ui-primary-light-30: rgba(255, 255, 255, 0.3);
  --msi-ui-primary-dark-20: rgba(0, 0, 0, 0.2);
  --msi-ui-primary-light-20: rgba(255, 255, 255, 0.2);
  --msi-ui-primary-dark-10: rgba(0, 0, 0, 0.1);
  --msi-ui-primary-light-10: rgba(255, 255, 255, 0.1);
  --msi-ui-primary-dark-05: rgba(0, 0, 0, 0.05);
  --msi-ui-primary-light-05: rgba(255, 255, 255, 0.05);
  --msi-ui-neutral-dark: #4a4a4a;
  --msi-ui-neutral-light: #a6abaf;
  --msi-ui-neutral: #333a41;
  --msi-ui-neutral-medium: #ccc;
  --msi-ui-neutral-dark-70: rgba(74, 74, 74, 0.7);
  --msi-ui-neutral-light-70: rgba(166, 171, 175, 0.7);
  --msi-ui-neutral-dark-40: rgba(74, 74, 74, 0.4);
  --msi-ui-neutral-light-40: rgba(166, 171, 175, 0.4);
  --msi-ui-background-bright: #f5f6f7;
  --msi-ui-background-brightblue: #eef6f9;
  --msi-ui-background-medium: #e0e0e0;
  --msi-ui-neutral-deep: #344252;
  --msi-ui-neutral-highlight: #4d657a;
  --msi-ui-neutral-secondary: #445160;
  --msi-ui-ptt-ok: #e4f2f6;
  --msi-ui-ptt-listen: #fcb400;
  --msi-ui-ptt-talk: #ec1c24;
  --msi-ui-ptt-dispatch: #00bfff;
  --msi-ui-emergency: #ff8400;
  --msi-ui-broadcast: #de4b15;
  --msi-ui-impact-green: #c3e47c;
  --msi-ui-accent-gold-01: #c97d00;
  --msi-ui-accent-green-01: #4f4f12;
  --msi-ui-accent-green-02: #177828;
  --msi-ui-accent-green-03: #3c5419;
  --msi-ui-accent-purple-01: #35296f;
  --msi-ui-accent-purple-02: #662d91;
  --msi-ui-accent-brown-01: #6e4236;
  --msi-ui-accent-blue-01: #0063b0;
  --msi-ui-accent-blue-02: #37667c;
  --msi-ui-mot-med-blue: #005fbe;
  --msi-ui-mot-med-blue-select: rgba(0, 95, 190, 0.2);
  --msi-ui-mot-med-blue-70: #3694ed;
  --msi-ui-mot-med-blue-70-select: rgba(54, 148, 237, 0.35);
  --msi-ui-mot-light-blue: #00a5e5;
  --msi-ui-mot-light-blue-select: rgba(0, 165, 229, 0.2);
  --msi-ui-mot-light-blue-70: #00caff;
  --msi-ui-mot-light-blue-70-select: rgba(0, 202, 255, 0.35);
  --msi-ui-mot-dark-green: #6b711e;
  --msi-ui-mot-dark-green-select: rgba(107, 113, 30, 0.2);
  --msi-ui-mot-dark-green-70: #a0a634;
  --msi-ui-mot-dark-green-70-select: rgba(160, 166, 52, 0.35);
  --msi-ui-mot-light-green: #b6bf00;
  --msi-ui-mot-light-green-select: rgba(182, 191, 0, 0.2);
  --msi-ui-mot-light-green-70: #cfd900;
  --msi-ui-mot-light-green-70-select: rgba(207, 217, 0, 0.35);
  --msi-ui-mot-red: #cb333b;
  --msi-ui-mot-red-select: rgba(203, 51, 59, 0.2);
  --msi-ui-mot-red-70: #ff5366;
  --msi-ui-mot-red-70-select: rgba(255, 83, 102, 0.35);
  --msi-ui-mot-purple: #37207c;
  --msi-ui-mot-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-mot-purple-70: #765fc5;
  --msi-ui-mot-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-accent-med-purple: #662d91;
  --msi-ui-accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --msi-ui-accent-med-purple-70: #8f66af;
  --msi-ui-accent-med-purple-70-select: rgba(118, 95, 197, 0.35);
  --msi-ui-mot-brown: #734c45;
  --msi-ui-mot-brown-select: rgba(115, 76, 69, 0.2);
  --msi-ui-mot-brown-70: #a67f79;
  --msi-ui-mot-brown-70-select: rgba(166, 127, 121, 0.35);
  --msi-ui-accent-dark-gold: #c97d00;
  --msi-ui-accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --msi-ui-accent-dark-gold-70: #dcaa59;
  --msi-ui-accent-dark-gold-70-select: rgba(220, 170, 89, 0.35);
  --msi-ui-accent-med-gold: #fcb400;
  --msi-ui-accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --msi-ui-accent-med-gold-70: #ffd469;
  --msi-ui-accent-med-gold-70-select: rgba(255, 212, 105, 0.45);
  --msi-ui-accent-slate: #37667c;
  --msi-ui-accent-slate-select: rgba(55, 102, 124, 0.2);
  --msi-ui-accent-slate-70: #7394a4;
  --msi-ui-accent-slate-70-select: rgba(115, 148, 164, 0.35);
  --msi-btn-color: #007aaa;
  --default-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-monospace-font-family: "Roboto Mono", serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --monospace: "tnum" on, "lnum" on;
  --default-font-size: 16px;
  --msi-ui-primary-font-size: 16px;
  --body-1-font-size: 1rem;
  --body-2-font-size: 0.875rem;
  --h1-font-size: 2rem;
  --h2-font-size: 1.75rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1rem;
  --h6-font-size: 0.875rem;
  --h7-font-size: 0.75rem;
  --subtitle-font-size: 0.75rem;
  --caption-font-size: 0.75rem;
  --display-1-font-size: 3rem;
  --display-2-font-size: 5rem;
  --msi-ui-spacing-input: 5px;
  --msi-ui-spacing-xxxs: 2px;
  --msi-ui-spacing-xxs: 4px;
  --msi-ui-spacing-xs: 6px;
  --msi-ui-spacing-s: 12px;
  --msi-ui-spacing-sm: 12px;
  --msi-ui-spacing-m: 18px;
  --msi-ui-spacing-l: 24px;
  --msi-ui-spacing-xl: 36px;
  --msi-ui-spacing-xxl: 48px;
  --msi-ui-spacing-input-rem: 0.3125rem;
  --msi-ui-spacing-xxxs-rem: 0.125rem;
  --msi-ui-spacing-xxs-rem: 0.25rem;
  --msi-ui-spacing-xs-rem: 0.375rem;
  --msi-ui-spacing-s-rem: 0.75rem;
  --msi-ui-spacing-m-rem: 1.125rem;
  --msi-ui-spacing-l-rem: 1.5rem;
  --msi-ui-spacing-xl-rem: 2.25rem;
  --msi-ui-spacing-xxl-rem: 3rem;
  --msi-ui-corner-radius-sm: 2px;
  --msi-ui-corner-radius-md: 4px;
  --msi-ui-corner-radius-lg: 6px;
  --default-line-height: 1.5;
  --line-height-condensed: 1.1563;
  --line-height-125: 1.25;
  --line-height-150: 1.5;
  --letter-spacing-condensed: -0.031rem;
  --msi-timing-t1: 500ms;
  --msi-timing-t2: 300ms;
  --msi-timing-t3: 250ms;
  --msi-timing-t4: 200ms;
  --msi-timing-t5: 100ms;
  --msi-timing-t6: 0ms;
  --msi-ease-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --msi-ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --msi-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --msi-ui-border-radius: 2px;
  --msi-ui-transition-time: 100ms;
  --msi-ui-disabled-opacity: 0.4;
  --msi-ui-hover-opacity: 0.9;
  --msi-ui-hover-gradient: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  --msi-ui-table-header-gap: 3px;
  --msi-ui-scrollbar-width: 12px;
  --msi-ui-scrollbar-radius: 6px;
  --msi-ui-table-font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --msi-ui-table-font-size: 16px;
  --msi-ui-table-ordered-icon: url('data:image/svg+xml;charset=UTF-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1675 832q0 53-37 90l-651 652q-39 37-91 37-53 0-90-37l-651-652q-38-36-38-90 0-53 38-91l74-75q39-37 91-37 53 0 90 37l294 294v-704q0-52 38-90t90-38h128q52 0 90 38t38 90v704l294-294q37-37 90-37 52 0 91 37l75 75q37 39 37 91z" fill="#ccc2c7"/></svg>');
  --msi-ui-table-cell-padding: 5px 13px;
  --msi-ui-separator-header-height: 18px;
  --msi-ui-button-padding: 0 12px;
  --msi-ui-button-font-size: 0.875rem;
  --msi-ui-button-min-width: 60px;
  --msi-ui-button-height: 34px;
  --msi-ui-button-flat-height: 24px;
  --msi-ui-form-padding: 12px;
  --msi-ui-input-margin-top: 3px;
  --msi-ui-input-margin-bottom: 12px;
  --msi-ui-input-padding: 8px;
  --msi-ui-input-padding-big: 0 12px;
  --msi-ui-form-border-width: 1px;
  --msi-ui-input-border: 1px rgba(255, 255, 255, 0.1) solid;
  --msi-ui-input-min-height: 34px;
  --dropdown-trigger-width: 34px;
  --dropdown-trigger-height: 34px;
  --msi-select-item-height: 40px;
  --msi-ui-label-font-size: 13px;
  --msi-ui-label-margin-top: 12px;
  --msi-z-index-level-1: 99999;
  --msi-z-index-level-2: 10000;
  --msi-z-index-level-3: 1000;
  --msi-z-index-level-4: 100;
  --msi-z-index-level-5: 10;
  --msi-z-index-level-6: 1;
  --test-variable-to-remove: 2;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cdk-overlay-container {
  z-index: 99999;
}

/*!
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*
 * COPYRIGHT 2020 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .small-widgets-container {
  position: absolute;
  left: 0px;
  bottom: 16px;
  width: 100%;
}

/*!
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*!
 * COPYRIGHT 2021-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*!
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest-collapse, uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest-collapse, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home, uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-plus, uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-minus, uwm-universal-web-map .widget-icon-base, uwm-universal-web-map .widget-icon-collapse, uwm-universal-web-map .widget-icon-layer-list, uwm-universal-web-map .widget-icon-layer-list-collapse, uwm-universal-web-map .widget-icon-search, uwm-universal-web-map .widget-icon-search-collapse, uwm-universal-web-map .widget-icon-legend, uwm-universal-web-map .widget-icon-legend-collapse, uwm-universal-web-map .widget-icon-print, uwm-universal-web-map .widget-icon-print-collapse, uwm-universal-web-map .widget-icon-measurement, uwm-universal-web-map .widget-icon-measurement-collapse, uwm-universal-web-map .widget-icon-drawing-tools, uwm-universal-web-map .widget-icon-drawing-tools-collapse, uwm-universal-web-map .widget-icon-basemap, uwm-universal-web-map .widget-icon-basemap-collapse, uwm-universal-web-map .widget-icon-settings, uwm-universal-web-map .widget-icon-settings-collapse, uwm-universal-web-map .widget-icon-bookmarks, uwm-universal-web-map .widget-icon-bookmarks-collapse, uwm-universal-web-map .widget-icon-coordinates, uwm-universal-web-map .widget-icon-coordinates-collapse, uwm-universal-web-map .widget-icon-floorplans, uwm-universal-web-map .widget-icon-floorplans-collapse, uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded,
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded.widget-icon-zone-of-interest-collapse, uwm-universal-web-map .uwm-map-custom-content__icon, uwm-universal-web-map .uwm-map-custom-content__icon--home, uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--distance, uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--area, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-draw, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-draw, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-clear, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-clear, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-visibility-off, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-visibility-off, uwm-universal-web-map .esri-expand__container .uwm-drawing-tools__icon-visibility-on, .esri-expand__container uwm-universal-web-map .uwm-drawing-tools__icon-visibility-on {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.on .widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIyLDVWMkgxOVYzSDVWMkgyVjVIM1YxOUgydjNINVYyMUgxOXYxaDNWMTlIMjFWNVpNMjAsMTlIMTl2MUg1VjE5SDRWNUg1VjRIMTlWNWgxWiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMiw1LjU4QTUuMTcsNS4xNywwLDAsMCw2Ljc1LDEwLjVjMCwuMTIsMCwuMjQsMCwuMzZhNC43NCw0Ljc0LDAsMCwwLC40NywxLjc1QzguNSwxNS43LDEyLDE4LjEyLDEyLDE4LjEyczMuNS0yLjQyLDQuNzYtNS41MWE0Ljc0LDQuNzQsMCwwLDAsLjQ3LTEuNzVjMC0uMTIsMC0uMjQsMC0uMzZBNS4xNyw1LjE3LDAsMCwwLDEyLDUuNThabTAsNy4xNWEyLjE5LDIuMTksMCwxLDEsMi4xOS0yLjE5QTIuMTksMi4xOSwwLDAsMSwxMiwxMi43M1oiPjwvcGF0aD48L3N2Zz4=");
}
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest,
uwm-universal-web-map .esri-widget--button.off .widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIxOSAyIDE5IDMgNy4yMiAzIDguMjIgNCAxOSA0IDE5IDUgMjAgNSAyMCAxNS43OCAyMSAxNi43OCAyMSA1IDIyIDUgMjIgMiAxOSAyIj48L3BvbHlnb24+PHBhdGggZD0iTTE0LjA2LDkuODRsMi43MiwyLjcyYTQuNzEsNC43MSwwLDAsMCwuNDUtMS43YzAtLjEyLDAtLjI0LDAtLjM2QTUuMTcsNS4xNywwLDAsMCwxMiw1LjU4YTUuNTIsNS41MiwwLDAsMC0xLjg2LjM0TDEyLjcsOC40OEEyLjE5LDIuMTksMCwwLDEsMTQuMDYsOS44NFoiPjwvcGF0aD48cGF0aCBkPSJNMTUuNzcsMTQuMzhsLTIuMjYtMi4yNmgwTDEwLjQyLDloMGwtMi0yaDBMMy41LDIuMTEsMi4wOSwzLjUzbC45MS45VjE5SDJ2M0g1VjIxSDE5LjU2bC45MS45MSwxLjQyLTEuNDEtNi4xMi02LjEyWk0xOC41NiwyMEg1VjE5SDRWNS40M0w3LjE3LDguNjFhNC40Nyw0LjQ3LDAsMCwwLS40MiwxLjg5YzAsLjEyLDAsLjI0LDAsLjM2YTQuNzQsNC43NCwwLDAsMCwuNDcsMS43NUM4LjUsMTUuNywxMiwxOC4xMiwxMiwxOC4xMmExNy40OSwxNy40OSwwLDAsMCwyLjQ5LTIuMTlaIj48L3BhdGg+PC9zdmc+");
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMiAxMSAyMiA4IDEyIDMgMiA4IDIgMTEgMTIgNiAyMiAxMSI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iMTIgOCAyIDEyLjgzIDIgMjEgMjIgMjEgMjIgMTIuODMgMTIgOCI+PC9wb2x5Z29uPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-home.esri-rotating {
  animation: none;
}
uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTE4IDVWM0gxOC41QzE4Ljc3NjEgMyAxOSAyLjc3NjE0IDE5IDIuNUMxOSAyLjIyMzg2IDE4Ljc3NjEgMiAxOC41IDJINS41QzUuMjIzODYgMiA1IDIuMjIzODYgNSAyLjVDNSAyLjc3NjE0IDUuMjIzODYgMyA1LjUgM0g2VjVIMi41QzIuMjIzODYgNSAyIDUuMjIzODYgMiA1LjVWMjJIOVYxOUgxNVYyMkgyMlY1LjVDMjIgNS4yMjM4NiAyMS43NzYxIDUgMjEuNSA1SDE4Wk03IDE3SDRWMTVIN1YxN1pNNyAxM0g0VjExSDdWMTNaTTcgOUg0VjdIN1Y5Wk0xMSAxN0g5VjE1SDExVjE3Wk0xMSAxM0g5VjExSDExVjEzWk0xMSA5SDlWN0gxMVY5Wk0xNSAxN0gxM1YxNUgxNVYxN1pNMTUgMTNIMTNWMTFIMTVWMTNaTTE1IDlIMTNWN0gxNVY5Wk0yMCAxN0gxN1YxNUgyMFYxN1pNMjAgMTNIMTdWMTFIMjBWMTNaTTIwIDlIMTdWN0gyMFY5WiIvPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button.esri-floor-filter__browse-button .esri-icon.esri-icon-urban-model.esri-rotating {
  animation: none;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-plus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHJlY3QgeD0iMTEiIHk9IjIuNSIgd2lkdGg9IjIiIGhlaWdodD0iMTkiPjwvcmVjdD48L2c+PC9nPjxnPjxyZWN0IHg9IjIuNSIgeT0iMTEiIHdpZHRoPSIxOSIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjwvc3ZnPg==") center;
}
uwm-universal-web-map .esri-widget--button .esri-icon.esri-icon-minus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHJlY3QgeD0iMi41IiB5PSIxMSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjIiPjwvcmVjdD48L2c+PC9zdmc+") center;
}
uwm-universal-web-map .widget-icon-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgZmlsbD0id2hpdGUiIGFyaWEtbGFiZWw9ImFycm93IGRvd24iPjxwb2x5Z29uIHBvaW50cz0iMjAgNiAxMiAxOCA0IDYgMjAgNiI+PC9wb2x5Z29uPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-layer-list, uwm-universal-web-map .widget-icon-layer-list-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+Cgo8cG9seWdvbiBwb2ludHM9IjEyIDIgMSA3IDEyIDEyIDIzIDcgMTIgMiI+PC9wb2x5Z29uPgo8cG9seWdvbiBwb2ludHM9IjEyIDE0LjUgMy43NSAxMC43NSAxIDEyIDEyIDE3IDIzIDEyIDIwLjI1IDEwLjc1IDEyIDE0LjUiPjwvcG9seWdvbj4KPHBvbHlnb24gcG9pbnRzPSIxMiAxOS41IDMuNzUgMTUuNzUgMSAxNyAxMiAyMiAyMyAxNyAyMC4yNSAxNS43NSAxMiAxOS41Ij48L3BvbHlnb24+Cgo8L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-search, uwm-universal-web-map .widget-icon-search-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBhdGggZD0iTTkuNSwyQTcuNDIsNy40MiwwLDAsMCwyLjEsOS41LDcuNDIsNy40MiwwLDAsMCw5LjUsMTdhNy41LDcuNSwwLDAsMCwwLTE1Wm0wLDEzQTUuNSw1LjUsMCwxLDEsMTUsOS41LDUuNSw1LjUsMCwwLDEsOS41LDE1WiI+PC9wYXRoPjxyZWN0IHg9IjE2LjQ4IiB5PSIxMi42IiB3aWR0aD0iMi4zMSIgaGVpZ2h0PSIxMC4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMyAxNy42Mykgcm90YXRlKC00NSkiPjwvcmVjdD48L2c+PC9zdmc+");
}
uwm-universal-web-map .widget-icon-legend, uwm-universal-web-map .widget-icon-legend-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI4LjUgOCAxLjUgOCA1IDIgNSAyIDguNSA4Ij48L3BvbHlnb24+PHJlY3QgeD0iMTAiIHk9IjQiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjxnPjxyZWN0IHg9IjEwIiB5PSIxMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIiPjwvcmVjdD48L2c+PGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIyLjc1Ij48L2NpcmNsZT48Zz48cmVjdCB4PSIyLjUiIHk9IjE2LjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPjwvcmVjdD48cmVjdCB4PSIxMCIgeT0iMTgiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIj48L3JlY3Q+PC9nPjwvZz48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-print, uwm-universal-web-map .widget-icon-print-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTE0IDNWOUgxNy43OTI5QzE4LjIzODMgOSAxOC40NjE0IDkuNTM4NTcgMTguMTQ2NCA5Ljg1MzU1TDEyIDE2TDUuODUzNTUgOS44NTM1NUM1LjUzODU3IDkuNTM4NTcgNS43NjE2NSA5IDYuMjA3MTEgOUgxMFYzQzEwIDIuNDQ3NzIgMTAuNDQ3NyAyIDExIDJIMTNDMTMuNTUyMyAyIDE0IDIuNDQ3NzIgMTQgM1oiLz4KICA8cGF0aCBkPSJNMiAyMEMyIDE5LjQ0NzcgMi40NDc3MiAxOSAzIDE5SDIxQzIxLjU1MjMgMTkgMjIgMTkuNDQ3NyAyMiAyMFYyMUMyMiAyMS41NTIzIDIxLjU1MjMgMjIgMjEgMjJIM0MyLjQ0NzcyIDIyIDIgMjEuNTUyMyAyIDIxVjIwWiIvPgo8L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-measurement, uwm-universal-web-map .widget-icon-measurement-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMS4zMiA1LjU4IDE4LjQ2IDIuNzIgMTcuMDIgNC4xNSAxOS44OSA3LjAxIDIxLjMyIDUuNTgiPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjE5LjE3IDcuNzIgMTYuMzEgNC44NyA5LjQzIDExLjcyIDEyLjMgMTQuNTcgMTkuMTcgNy43MiI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iOCAxNiAxMS41OCAxNS4yOSA4LjcyIDEyLjQzIDggMTYiPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjIyIDIyIDE0Ljg1IDE0Ljg1IDEzLjM1IDE2LjM1IDE1IDE4IDYgMTggNiA5IDcuNjYgMTAuNjYgOS4xNiA5LjE2IDIgMiAyIDcgMy41IDcgMy41IDggMiA4IDIgMTAgMy41IDEwIDMuNSAxMSAyIDExIDIgMTMgMy41IDEzIDMuNSAxNCAyIDE0IDIgMTYgMy41IDE2IDMuNSAxNyAyIDE3IDIgMTkgMy41IDE5IDMuNSAyMCAyIDIwIDIgMjIgNCAyMiA0IDIwLjUgNSAyMC41IDUgMjIgNyAyMiA3IDIwLjUgOCAyMC41IDggMjIgMTAgMjIgMTAgMjAuNSAxMSAyMC41IDExIDIyIDEzIDIyIDEzIDIwLjUgMTQgMjAuNSAxNCAyMiAxNiAyMiAxNiAyMC41IDE3IDIwLjUgMTcgMjIgMjIgMjIiPjwvcG9seWdvbj48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-drawing-tools, uwm-universal-web-map .widget-icon-drawing-tools-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48Zz48cG9seWdvbiAgc3R5bGU9ImZpbGw6d2hpdGUiIHBvaW50cz0iOCAyMiA1IDIwIDggMTggMjAgMTggMjAgMjIgOCAyMiIvPjxyZWN0IHN0eWxlPSJmaWxsOndoaXRlIiB4PSIyMSIgeT0iMTgiIHdpZHRoPSIxIiBoZWlnaHQ9IjQiLz48L2c+PHBhdGggc3R5bGU9ImZpbGw6d2hpdGUiIGQ9Ik01LjE1LDUsNy4zNiw4LjEzLDQsNy43Myw1LjE1LDVNNC44MSwyLDIsOWw3LjUsMUw0LjgxLDJaIi8+PHBhdGggc3R5bGU9ImZpbGw6d2hpdGUiIGQ9Ik00LDIxYy0xLjA5LDAtMy0xLTMtNCwwLTIuNjQsNC4zNi0zLjg0LDkuODgtNS4zNiw0LjIzLTEuMTYsMTAtMi43NSwxMC00LjY0YS44OC44OCwwLDAsMC0uMzUtLjY5QzE4Ljg4LDQuODQsMTMuMTksNSw5LDVWM2M2LDAsMTAuODYsMCwxMywxLjg0QTIuODEsMi44MSwwLDAsMSwyMyw3YzAsMy4zOS01LjYxLDQuOTMtMTEuNTQsNi41NkM4LjMzLDE0LjQyLDMuMSwxNS44NiwzLjEsMTdjMCwxLjg0LjcyLDIsLjksMloiLz48L3N2Zz4=");
}
uwm-universal-web-map .widget-icon-basemap, uwm-universal-web-map .widget-icon-basemap-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTIsMlYyMkgyMlYyWk0yMC41LDIwLjVIMy41VjMuNWgxN1oiPjwvcGF0aD48cGF0aCBkPSJNNC40NiwxNy45M2MtLjYzLS45MS43OC0xLjcyLDEuNDctMi4zNi4zOC0uMzUsMi42OC0yLjQzLDEuNjgtMi44NUM3LDEyLjQ2LDQuODcsMTAuNjQsNC4xNiwxMS4xYTIuODQsMi44NCwwLDAsMS0xLjExLjI1djEuNzNjLjI4LjQ0LDEuMTMuNzIsMS4xMiwxLjI4QzQuMTcsMTUuMjcsMywxNy43NSw0LjQ2LDE3LjkzWk00LjgyLDcuNjVjLjIzLS4xOS0uNDUtLjcyLDAtLjgzLjEsMCwxLjU1LjgsMS41Ni42OSwwLS4zNC0xLjYtMS4yNi0xLjk0LTEuNDUtMS4xNS0uNjItLjg4LjM3LTEuNDMuODNWOC42MWMwLS4wOC40NC0uMTcuNTMtLjI2QzMuOSw4LDQuNDQsOCw0LjgyLDcuNjVaTTE2LjU2LDE1Yy40Ni0uMjYuMzMtMS4zNC4yLTEuNDlDMTYuNTIsMTMuNjgsMTYuMTMsMTUuMTgsMTYuNTYsMTVabS00LjQ0LTMuMzZjMSwuMzcuOSw1LjIxLDIuNDYsMy45MmEzLjE2LDMuMTYsMCwwLDAsMS4xMS0yLjQ1YzAtLjQ4LDEuNTMtMS42OSwxLjM4LTJzLS45MS4zNy0uOTUtLjE5YzAtLjMzLTEuMDctMS4wNS0uODctMS4zMXMuNy43My43LjcxYy4yNi42MS40OS41LDEuMDYuMzYsMS4zMy0uMzIuMTktLjcyLS4xNS0xLjE1LS40NS0uNTgsMS40NS4xMSwxLjU4LjExLjc2LDAsLjg5LDEuNzUsMS4zLDEuNjZBNC41Myw0LjUzLDAsMCwwLDIxLDEwLjE5VjUuNmwtMS4yMiwwYy0uMzMsMC0yLC4xNS0xLjkzLS40NiwwLS4wNi0yLjI4LjYtMi41Mi41NHMuNTMtLjQ0LjUyLS40MUEuMjcuMjcsMCwwLDAsMTUuNjYsNWgtMWE1LjUzLDUuNTMsMCwwLDAtMi4zNi45M2MuMjMtLjMxLjcyLjc4LjczLjc4cy44NS0xLjIzLDEuMTUtLjc2LTEuMzIuOTQtMS42Ni44MS0uNjQuNDQtLjczLjM2Yy0uMjgtLjI3LS4xOS0xLjE0LS4zMi0xLjIyLS4zOS0uMjItLjY2LDEtLjcxLDFzMS4yMS40OS43MS43M2MtLjEzLjA2LTEuMjcsMC0xLjA5LjUxLjI5Ljg5LDIuMjktMSwyLjU4LS4zMS4yMS40NywyLjMtLjE1LDIuNy0uMjQtLjQxLDEuNjEtMi4xNCwxLjI2LTMuMzIuOTNBMi4wNiwyLjA2LDAsMCwwLDEwLDEwLjM4QzkuODYsMTIuMiwxMS4xOSwxMS4yMywxMi4xMiwxMS41OVptNi4zNiw2LjE5Yy0uNS4xOS0uNTcuOTMtLjQ4LDEuMjJIMjFWMTYuMTlBMTEsMTEsMCwwLDEsMTguNDgsMTcuNzhaTTMuNzcsMTAuMjJjMC0uMzYtLjYxLS41OC0uNzctLjh2LjM1QTMuODYsMy44NiwwLDAsMCwzLjc3LDEwLjIyWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+");
}
uwm-universal-web-map .widget-icon-settings, uwm-universal-web-map .widget-icon-settings-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIwLDEyYTgsOCwwLDAsMC0uMy0yLjE0bDItMS4xMy0yLTMuNDZMMTcuNzEsNi40QTguMDYsOC4wNiwwLDAsMCwxNCw0LjI2VjJIMTBWNC4yNkE4LjA2LDguMDYsMCwwLDAsNi4yOSw2LjRMNC4zNCw1LjI3bC0yLDMuNDYsMiwxLjEzYTcuNzgsNy43OCwwLDAsMCwwLDQuMjhsLTIsMS4xMywyLDMuNDYsMi0xLjEzQTguMDYsOC4wNiwwLDAsMCwxMCwxOS43NFYyMmg0VjE5Ljc0YTguMDYsOC4wNiwwLDAsMCwzLjcxLTIuMTRsMS45NSwxLjEzLDItMy40Ni0yLTEuMTNBOCw4LDAsMCwwLDIwLDEyWm0tOCw0YTQsNCwwLDEsMSw0LTRBNCw0LDAsMCwxLDEyLDE2WiI+PC9wYXRoPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-bookmarks, uwm-universal-web-map .widget-icon-bookmarks-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI2IDIzIDEyIDE4IDE4IDIzIDE4IDEgNiAxIDYgMjMiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==");
}
uwm-universal-web-map .widget-icon-coordinates, uwm-universal-web-map .widget-icon-coordinates-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgZmlsbD0id2hpdGUiPg0KICAgIDxwYXRoIGQ9Ik0xMiwwQzcuMjMsMCwzLDMuNzgsMyw4LjQ0UTMsOC43MywzLDlhOC4zOSw4LjM5LDAsMCwwLC44LDNDNiwxNy4zNCwxMiwyMS41LDEyLDIxLjVzNi00LjE2LDguMTctOS40NkE4LjM5LDguMzksMCwwLDAsMjEsOXEwLS4zMSwwLS42QzIxLDMuNzgsMTYuNzcsMCwxMiwwWm0wLDEyLjI1QTMuNzUsMy43NSwwLDEsMSwxNS43NSw4LjUsMy43NSwzLjc1LDAsMCwxLDEyLDEyLjI1WiIvPg0KICAgIDxwYXRoIGQ9Ik0xNC4yNSwyMUExOS44NCwxOS44NCwwLDAsMSwxMiwyM2ExOC4xOCwxOC4xOCwwLDAsMS0yLjI1LTJjLS45My4yNy0uNzUuOC0uNzUsMS40LDAsLjg4LDEuMzQsMS42LDMsMS42czMtLjcyLDMtMS42QzE1LDIxLjgsMTUuMTgsMjEuMjcsMTQuMjUsMjFaIi8+DQo8L3N2Zz4NCg==");
}
uwm-universal-web-map .widget-icon-floorplans, uwm-universal-web-map .widget-icon-floorplans-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTE4IDVWM0gxOC41QzE4Ljc3NjEgMyAxOSAyLjc3NjE0IDE5IDIuNUMxOSAyLjIyMzg2IDE4Ljc3NjEgMiAxOC41IDJINS41QzUuMjIzODYgMiA1IDIuMjIzODYgNSAyLjVDNSAyLjc3NjE0IDUuMjIzODYgMyA1LjUgM0g2VjVIMi41QzIuMjIzODYgNSAyIDUuMjIzODYgMiA1LjVWMjJIOVYxOUgxNVYyMkgyMlY1LjVDMjIgNS4yMjM4NiAyMS43NzYxIDUgMjEuNSA1SDE4Wk03IDE3SDRWMTVIN1YxN1pNNyAxM0g0VjExSDdWMTNaTTcgOUg0VjdIN1Y5Wk0xMSAxN0g5VjE1SDExVjE3Wk0xMSAxM0g5VjExSDExVjEzWk0xMSA5SDlWN0gxMVY5Wk0xNSAxN0gxM1YxNUgxNVYxN1pNMTUgMTNIMTNWMTFIMTVWMTNaTTE1IDlIMTNWN0gxNVY5Wk0yMCAxN0gxN1YxNUgyMFYxN1pNMjAgMTNIMTdWMTFIMjBWMTNaTTIwIDlIMTdWN0gyMFY5WiIvPgo8L3N2Zz4K");
}
uwm-universal-web-map .uwm-toolbar-widget__selected {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded,
uwm-universal-web-map .esri-view-width-less-than-small .esri-expand .esri-expand__icon--expanded.widget-icon-zone-of-interest-collapse {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBvbHlnb24gcG9pbnRzPSIzIDEyIDExLjI5IDMuNSAxMyA1LjI1IDYuNDEgMTIgMTMgMTguNzUgMTEuMjkgMjAuNSAzIDEyIj48L3BvbHlnb24+CiAgPHBvbHlnb24gcG9pbnRzPSIxMCAxMiAxOC4yOSAzLjUgMjAgNS4yNSAxMy40MSAxMiAyMCAxOC43NSAxOC4yOSAyMC41IDEwIDEyIj48L3BvbHlnb24+Cjwvc3ZnPg==");
  transform: rotate(0deg);
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui .esri-popup {
  z-index: 10;
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content minmax(200px, 1fr) max-content;
  grid-template-areas: "header header" "feature feature" "uwm-footer esri-footer" "content content";
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__header {
  opacity: 1;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container {
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.is-docked {
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  --calcite-ui-foreground-1: var(--table-background);
  border-radius: 0;
  position: fixed;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas: "header header" "content content" "uwm-footer esri-footer";
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.flashing-highlight {
  animation: flashingHighlight 0.5s infinite alternate;
}
@keyframes flashingHighlight {
  from {
    border-color: var(--uwm-widget-border-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:focus {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:hover {
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.esri-popup--is-collapsed .esri-popup__footer {
  display: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header {
  grid-area: header;
  grid-row: 1;
  grid-column: 1/3;
  width: 100%;
  align-items: center;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container {
  overflow: hidden;
  display: block;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button {
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button:hover {
  background-color: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title {
  color: var(--uwm-text-color);
  padding: 0 10px;
  margin: 0 auto 0 0;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title:hover {
  background-color: inherit;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  grid-area: feature;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-viewport {
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  grid-area: content;
  grid-row: 2;
  flex-direction: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div {
  width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container > div {
  display: grid;
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div uwm-popup-marker {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer {
  grid-area: esri-footer;
  grid-row: 3;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container {
  width: min-content;
  justify-content: center;
  flex-wrap: wrap;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action {
  background-color: var(--uwm-button-background) !important;
  border: 2px solid var(--uwm-button-border) !important;
  color: var(--uwm-button-text-color) !important;
  border-radius: 0.2em;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 5px;
  width: -webkit-fill-available !important;
  max-width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action .esri-popup__icon {
  font-weight: 14px;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
uwm-universal-web-map .esri-ui .esri-popup .uwm-popup__footer {
  grid-area: uwm-footer;
  grid-row: 3;
}
uwm-universal-web-map .esri-ui .esri-popup__button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  margin: 0px;
}
@media (hover: hover) {
  uwm-universal-web-map .esri-ui .esri-popup__button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__pagination-previous, uwm-universal-web-map .esri-ui .esri-popup__pagination-next {
  width: 30px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
  padding: 0 25px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button:hover {
  background-color: var(--uwm-widget-background-hover) !important;
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  margin: 0 !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__content-node {
  overflow: auto;
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-size: 12px;
}
uwm-universal-web-map .esri-ui .esri-popup__content table {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  width: 100%;
  border-spacing: 0;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr {
  background-color: var(--uwm-widget-background);
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr th {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  font-weight: bold;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr td {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr:nth-child(odd) {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-search-result-renderer {
  margin: 15px;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__main-container .esri-feature__fields.esri-feature__content-element {
  padding: 0;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  background-color: var(--uwm-widget-background-secondary);
  margin-top: 0px;
  color: var(--uwm-text-color) !important;
  left: -1px;
  width: inherit;
  top: 0px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item {
  margin-top: 0px;
  outline: none;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item--selected {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:focus {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title {
  border: none !important;
  overflow: hidden;
  padding: 4px;
  min-height: 36px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title > span {
  overflow: hidden;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item, uwm-universal-web-map .esri-ui .esri-popup__feature-menu-header {
  border: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  box-shadow: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__navigation {
  background-color: inherit;
  flex: inherit;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__footer .esri-popup__navigation .esri-popup__feature-menu-button {
  pointer-events: none;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__feature-menu {
  display: none;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-popup__action-text {
  display: inherit;
}

.esri-popup__feature-menu-title {
  align-items: center;
}

.custom-popup-content-header__container {
  display: inline-flex;
  white-space: normal;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}
.custom-popup-content-header-icon__component {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.custom-popup-content-header-icon__container {
  width: 30px;
  height: 30px;
  position: relative;
}

.esri-popup__header .esri-popup__header-buttons {
  align-self: center;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

uwm-universal-web-map {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-button, uwm-universal-web-map .esri-input {
  font-family: "Public Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-view .esri-view-surface:focus::after {
  outline: none;
}

uwm-universal-web-map .uwm-map-toolbar {
  background-color: var(--uwm-toolbar-background);
  border-radius: 2px;
}
uwm-universal-web-map .uwm-map-toolbar .esri-expand {
  background-color: var(--uwm-toolbar-background);
  border-radius: 2px;
  min-width: 0;
  min-height: 0;
}

uwm-universal-web-map .esri-widget, .msi-dropdown .esri-widget {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-widget.esri-zoom, .msi-dropdown .esri-widget.esri-zoom {
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
uwm-universal-web-map .esri-widget.esri-legend .esri-widget__heading, .msi-dropdown .esri-widget.esri-legend .esri-widget__heading {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-widget *:focus, uwm-universal-web-map .esri-widget *:focus-visible, .msi-dropdown .esri-widget *:focus, .msi-dropdown .esri-widget *:focus-visible {
  outline: none;
}

.esri-widget.esri-expand .esri-expand__panel .esri-widget--button {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-button-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (hover: hover) {
  .esri-widget.esri-expand .esri-expand__panel .esri-widget--button:hover {
    background-color: var(--uwm-toolbar-background-hover);
    color: var(--uwm-button-text-color);
  }
}

.esri-widget.esri-expand .esri-expand__content .esri-widget--button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .esri-widget.esri-expand .esri-expand__content .esri-widget--button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}

.esri-widget:not(.esri-expand).esri-widget--button, .esri-widget:not(.esri-expand) div.esri-widget--button {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-button-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (hover: hover) {
  .esri-widget:not(.esri-expand).esri-widget--button:hover, .esri-widget:not(.esri-expand) div.esri-widget--button:hover {
    background-color: var(--uwm-toolbar-background-hover);
    color: var(--uwm-button-text-color);
  }
}
.esri-widget:not(.esri-expand).esri-widget--button:hover, .esri-widget:not(.esri-expand) div.esri-widget--button:hover {
  background-color: var(--uwm-toolbar-background);
}
.esri-widget:not(.esri-expand).esri-widget--button span:hover, .esri-widget:not(.esri-expand) div.esri-widget--button span:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
.esri-widget:not(.esri-expand).esri-widget--button span, .esri-widget:not(.esri-expand) div.esri-widget--button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.esri-ui-bottom-right,
.esri-ui-bottom-left {
  height: max-content;
}
.esri-ui-bottom-right .esri-component,
.esri-ui-bottom-left .esri-component {
  margin-top: 8px;
}
.esri-ui-bottom-right.esri-ui-corner,
.esri-ui-bottom-left.esri-ui-corner {
  display: flex;
  flex-direction: column;
}

.esri-menu {
  margin: 0 !important;
}

.uwm-slider-box .msi-slider-native {
  padding: 10px 0;
  cursor: pointer;
  opacity: var(--uwm-widget-background-opacity);
}

.esri-view-surface.esri-view-surface--inset-outline::after {
  display: none;
}

uwm-universal-web-map .esri-attribution {
  background-color: var(--uwm-toolbar-background);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .esri-attribution__sources {
  outline: none;
}

.esri-ui-bottom-left .esri-scale-bar {
  margin: 8px;
}

uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner-container.esri-ui-inner-container {
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-drawing-tools__container, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .esri-search, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-measurement-tools__container, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-widget-print, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .esri-legend, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner > .uwm-map-custom-content {
  opacity: var(--uwm-widget-background-opacity);
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner .esri-measurement {
  opacity: var(--uwm-widget-background-opacity);
  order: 0;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-ui-corner .uwm-drawing-tools__container {
  width: max-content;
  order: 1;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui-bottom-left, uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-ui-bottom-right {
  padding-bottom: 23px;
}
uwm-universal-web-map .esri-view:not(.esri-view-width-xsmall) .esri-expand__container {
  height: unset !important;
}

uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar {
  width: 5px;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter__filter-menu-items::-webkit-scrollbar-thumb {
  background: #c3c4c4;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar {
  width: 5px;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-track {
  background-color: transparent;
}

::webkit-scrollbar-button {
  display: none;
}

uwm-universal-web-map .esri-view .esri-view-root {
  width: 100%;
}

uwm-universal-web-map .esri-view-width-xlarge .esri-view-root.reduced-width {
  max-width: calc(100% - 460px);
}
uwm-universal-web-map .esri-view-width-large .esri-view-root.reduced-width {
  max-width: calc(100% - 400px);
}
uwm-universal-web-map .esri-view-width-medium .esri-view-root.reduced-width {
  max-width: calc(100% - 340px);
}
uwm-universal-web-map .esri-view-width-small .esri-view-root.reduced-width {
  max-width: calc(100% - 280px);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-view-root.reduced-width {
  max-width: 100%;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar, uwm-universal-web-map .esri-view-width-xsmall .esri-expand {
  z-index: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container:not(.esri-expand__container--expanded), uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container:not(.esri-expand__container--expanded) {
  height: unset !important;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-widget, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-widget {
  width: initial;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__mask, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__mask {
  position: absolute;
  display: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__mask--expanded {
  display: block;
  z-index: 10;
  width: unset;
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded {
  background: var(--uwm-widget-background);
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: unset;
  z-index: 10;
  position: absolute;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded {
  box-shadow: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div {
  height: 100%;
  width: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div {
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div.esri-bookmarks, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded > div > div.esri-bookmarks {
  height: auto;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-zoi, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-zoi {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded uwm-layer-search, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded uwm-layer-search {
  width: 73%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list {
  width: 80vw;
  max-width: 300px;
  border: none;
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list__list, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list__list {
  overflow: overlay;
  max-height: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item > a, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item > a {
  padding: 0 0 0 15px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item:last-child, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .msi-treeview > .msi-item:last-child {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .uwm-layer-sorting__list-container, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-layer-list .uwm-layer-sorting__list-container {
  top: 101px;
  left: 0;
  width: 80%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools {
  height: inherit;
  max-height: calc(100% - 80px);
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper {
  width: 330px;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar {
  width: 4px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-track, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-thumb, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree-wrapper::-webkit-scrollbar-thumb {
  background: #c3c4c4;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-drawing-tools__tree {
  height: 100%;
  max-height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-popup__container, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-popup__container {
  width: 330px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-item__label, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .uwm-sketch-item__label {
  width: 210px;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search {
  display: flex;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search--show-suggestions, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search--show-suggestions {
  border: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search__suggestions-menu, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-search__suggestions-menu {
  border: none;
  max-height: none !important;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-legend, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .esri-legend {
  max-height: 100%;
  width: 300px;
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item {
  opacity: var(--uwm-widget-background-opacity);
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item:last-child, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .msi-dropdown-item:last-child {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-toolbar .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .custom-content-element__button, uwm-universal-web-map .esri-view-width-xsmall .esri-expand .esri-expand__container--expanded .esri-expand__content.esri-expand__content--expanded .msi-dropdown .custom-content-element__button {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall div:not(.esri-expand) .uwm-drawing-tools {
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall div:not(.esri-expand) .uwm-drawing-tools__container {
  height: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right {
  padding-bottom: 23px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container .esri-ui-bottom-right .esri-expand__container--expanded {
  top: 23px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking {
  left: 15px !important;
  right: 15px !important;
  top: 15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-expand__mask--expanded {
  left: -15px !important;
  right: -15px !important;
  bottom: 0 !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__container--expanded {
  top: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__mask--expanded {
  top: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__container--expanded {
  top: 8px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__mask--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__mask--expanded {
  top: 8px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-left .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left .esri-expand__container--expanded {
  left: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-top-right .esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right .esri-expand__container--expanded {
  right: -15px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-left, uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-ui-corner-container.esri-ui-inner-container--with-sticking .esri-ui-bottom-right {
  bottom: 0px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner {
  width: 100%;
  height: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner.esri-ui-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .uwm-map-toolbar {
  position: unset;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .esri-distance-measurement-2d, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-corner .esri-area-measurement-2d {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 80%;
  max-width: 320px;
  margin-bottom: 8px;
  z-index: 1;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-left .esri-expand__container.esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-left .esri-expand__container.esri-expand__container--expanded {
  animation: none;
  left: 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-left .widget-icon-collapse__button, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-left .widget-icon-collapse__button {
  left: 70px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded {
  right: 0;
  animation: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel {
  justify-content: flex-end;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel .esri-collapse__icon.esri-expand__icon--expanded, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .esri-expand__panel .esri-collapse__icon.esri-expand__icon--expanded {
  transform: rotate(180deg);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-expand__container.esri-expand__container--expanded .widget-icon-collapse__button, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-bottom-right .esri-expand__container.esri-expand__container--expanded .widget-icon-collapse__button {
  right: 70px;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-area-measurement-2d__container, uwm-universal-web-map .esri-view-width-xsmall .esri-ui-top-right .esri-distance-measurement-2d__container {
  padding: 0 0 10px 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup--is-docked {
  margin: 0 0 16px 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup__main-container {
  position: absolute !important;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto !important;
  max-height: 400px !important;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-ui .esri-popup__content {
  max-height: 40vh;
}

.esri-view:not(.esri-view-width-xsmall) .esri-ui .esri-popup {
  z-index: 10;
}

.msi-dropdown.uwm-map-settings, .msi-dropdown.uwm-basemap-gallery-dropdown, .msi-dropdown.uwm-widget-print, .msi-dropdown.uwm-layer-opacity_dropdown-container, .msi-dropdown.uwm-layer-opacity_dropdown-container--small, .msi-dropdown.uwm-convert-button__list {
  width: 300px;
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  max-width: initial;
  max-height: initial;
  padding: 0 12px;
}
.msi-dropdown.uwm-map-settings .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-basemap-gallery-dropdown .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-widget-print .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-layer-opacity_dropdown-container .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .no-padding-child.msi-dropdown-item > a, .msi-dropdown.uwm-convert-button__list .no-padding-child.msi-dropdown-item > a {
  padding: 0;
}
.msi-dropdown.uwm-map-settings .msi-dropdown-item, .msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item, .msi-dropdown.uwm-widget-print .msi-dropdown-item, .msi-dropdown.uwm-layer-opacity_dropdown-container .msi-dropdown-item, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .msi-dropdown-item, .msi-dropdown.uwm-convert-button__list .msi-dropdown-item {
  width: 296px;
}
.msi-dropdown.uwm-map-settings .msi-dropdown-item:hover, .msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item:hover, .msi-dropdown.uwm-widget-print .msi-dropdown-item:hover, .msi-dropdown.uwm-layer-opacity_dropdown-container .msi-dropdown-item:hover, .msi-dropdown.uwm-layer-opacity_dropdown-container--small .msi-dropdown-item:hover, .msi-dropdown.uwm-convert-button__list .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
  opacity: var(--uwm-widget-background-opacity);
}
.msi-dropdown.uwm-map-custom-content {
  width: 300px;
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  max-width: initial;
  max-height: initial;
  padding: 0;
}
.msi-dropdown.uwm-map-custom-content .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
.msi-dropdown.uwm-sketch-group-header__dropdown {
  background-color: var(--uwm-widget-background);
  border: 1px solid var(--uwm-widget-border-color);
  opacity: var(--uwm-widget-background-opacity);
  padding: 0 12px;
}
.msi-dropdown.uwm-sketch-group-header__dropdown .msi-dropdown-item {
  min-height: unset;
}
.msi-dropdown.uwm-sketch-group-header__dropdown .msi-dropdown-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
.msi-dropdown.uwm-convert-button__list {
  width: 136px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.msi-dropdown.uwm-convert-button__list .msi-dropdown-item {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown {
  width: 100%;
  height: 100%;
  overflow: visible;
  border: none;
  padding: 0;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown .color-picker {
  border-radius: 4px;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown .color-picker .saturation-lightness {
  border-radius: 4px 4px 0 0;
}
.msi-dropdown.uwm-sketch-color-picker__dropdown > div:focus {
  outline: none;
}
.msi-dropdown.uwm-sketch-icon-picker__dropdown {
  background-color: var(--uwm-light-background);
  padding: 2px;
}

uwm-universal-web-map .msi-toggle-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-basemap-gallery {
  max-height: 450px;
  width: 100% !important;
  opacity: var(--uwm-widget-background-opacity);
}
.esri-basemap-gallery .esri-basemap-gallery__item {
  flex-direction: column;
  border: none;
  width: 10em;
  padding: 6px 7px;
  -webkit-user-select: none;
          user-select: none;
}
.esri-basemap-gallery .esri-basemap-gallery__item-container {
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: var(--uwm-widget-background);
  padding: 0;
  gap: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item-thumbnail {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTIsMlYyMkgyMlYyWk0yMC41LDIwLjVIMy41VjMuNWgxN1oiPjwvcGF0aD48cGF0aCBkPSJNNC40NiwxNy45M2MtLjYzLS45MS43OC0xLjcyLDEuNDctMi4zNi4zOC0uMzUsMi42OC0yLjQzLDEuNjgtMi44NUM3LDEyLjQ2LDQuODcsMTAuNjQsNC4xNiwxMS4xYTIuODQsMi44NCwwLDAsMS0xLjExLjI1djEuNzNjLjI4LjQ0LDEuMTMuNzIsMS4xMiwxLjI4QzQuMTcsMTUuMjcsMywxNy43NSw0LjQ2LDE3LjkzWk00LjgyLDcuNjVjLjIzLS4xOS0uNDUtLjcyLDAtLjgzLjEsMCwxLjU1LjgsMS41Ni42OSwwLS4zNC0xLjYtMS4yNi0xLjk0LTEuNDUtMS4xNS0uNjItLjg4LjM3LTEuNDMuODNWOC42MWMwLS4wOC40NC0uMTcuNTMtLjI2QzMuOSw4LDQuNDQsOCw0LjgyLDcuNjVaTTE2LjU2LDE1Yy40Ni0uMjYuMzMtMS4zNC4yLTEuNDlDMTYuNTIsMTMuNjgsMTYuMTMsMTUuMTgsMTYuNTYsMTVabS00LjQ0LTMuMzZjMSwuMzcuOSw1LjIxLDIuNDYsMy45MmEzLjE2LDMuMTYsMCwwLDAsMS4xMS0yLjQ1YzAtLjQ4LDEuNTMtMS42OSwxLjM4LTJzLS45MS4zNy0uOTUtLjE5YzAtLjMzLTEuMDctMS4wNS0uODctMS4zMXMuNy43My43LjcxYy4yNi42MS40OS41LDEuMDYuMzYsMS4zMy0uMzIuMTktLjcyLS4xNS0xLjE1LS40NS0uNTgsMS40NS4xMSwxLjU4LjExLjc2LDAsLjg5LDEuNzUsMS4zLDEuNjZBNC41Myw0LjUzLDAsMCwwLDIxLDEwLjE5VjUuNmwtMS4yMiwwYy0uMzMsMC0yLC4xNS0xLjkzLS40NiwwLS4wNi0yLjI4LjYtMi41Mi41NHMuNTMtLjQ0LjUyLS40MUEuMjcuMjcsMCwwLDAsMTUuNjYsNWgtMWE1LjUzLDUuNTMsMCwwLDAtMi4zNi45M2MuMjMtLjMxLjcyLjc4LjczLjc4cy44NS0xLjIzLDEuMTUtLjc2LTEuMzIuOTQtMS42Ni44MS0uNjQuNDQtLjczLjM2Yy0uMjgtLjI3LS4xOS0xLjE0LS4zMi0xLjIyLS4zOS0uMjItLjY2LDEtLjcxLDFzMS4yMS40OS43MS43M2MtLjEzLjA2LTEuMjcsMC0xLjA5LjUxLjI5Ljg5LDIuMjktMSwyLjU4LS4zMS4yMS40NywyLjMtLjE1LDIuNy0uMjQtLjQxLDEuNjEtMi4xNCwxLjI2LTMuMzIuOTNBMi4wNiwyLjA2LDAsMCwwLDEwLDEwLjM4QzkuODYsMTIuMiwxMS4xOSwxMS4yMywxMi4xMiwxMS41OVptNi4zNiw2LjE5Yy0uNS4xOS0uNTcuOTMtLjQ4LDEuMjJIMjFWMTYuMTlBMTEsMTEsMCwwLDEsMTguNDgsMTcuNzhaTTMuNzcsMTAuMjJjMC0uMzYtLjYxLS41OC0uNzctLjh2LjM1QTMuODYsMy44NiwwLDAsMCwzLjc3LDEwLjIyWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+");
  background-position: center center;
  background-size: 136px;
  border-radius: 0.2em;
  border-width: 0px;
  min-width: unset;
  width: 96px;
}
.esri-basemap-gallery .esri-basemap-gallery__item-content {
  padding-block: 0px;
  gap: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item-title {
  text-align: center;
  color: var(--uwm-text-color);
  padding: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item:first-child {
  margin: 0;
}
.esri-basemap-gallery .esri-basemap-gallery__item:hover, .esri-basemap-gallery .esri-basemap-gallery__item:active {
  background-color: var(--uwm-widget-background-hover) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title, .esri-basemap-gallery .esri-basemap-gallery__item:active .esri-basemap-gallery__item-title {
  color: var(--uwm-text-color);
}
.esri-basemap-gallery .esri-basemap-gallery__item:focus {
  background-color: unset;
}
.esri-basemap-gallery .esri-basemap-gallery__item:focus .esri-basemap-gallery__item-title {
  color: var(--uwm-text-color);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected {
  background-color: var(--uwm-button-background);
  color: var(--uwm-light-text);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title {
  color: var(--uwm-light-text) !important;
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-thumbnail {
  border: 2px solid var(--uwm-light-background);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title {
  text-align: center;
  color: var(--uwm-light-text);
}
.esri-basemap-gallery .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title:hover {
  color: var(--uwm-light-text);
  cursor: context-menu;
}

.esri-view-width-xsmall .esri-expand .esri-expand__content--expanded .esri-basemap-gallery {
  width: 300px;
  max-width: 90vw;
  max-height: 100%;
  border: none;
}
.esri-view-width-xsmall .esri-expand .esri-expand__content--expanded .esri-basemap-gallery__item {
  padding: 6px 0;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark, uwm-universal-web-map .esri-bookmarks__bookmark-edit-button, uwm-universal-web-map .esri-bookmarks__add-bookmark-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

uwm-universal-web-map .esri-bookmarks {
  display: flex;
  flex-direction: column-reverse;
}
uwm-universal-web-map .esri-bookmarks__time-extent-container {
  display: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-button:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-bookmarks .esri-widget__content--empty {
  background-color: var(--uwm-widget-background);
  order: 1;
}
uwm-universal-web-map .esri-bookmarks .esri-widget__no-bookmark-icon {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks__no-bookmarks-heading {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks__no-bookmarks-description {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle:focus, uwm-universal-web-map .esri-bookmarks_bookmark-drag-handle:hover {
  color: var(--uwm-text-color);
  background-color: unset;
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark {
  background-color: var(--uwm-widget-background);
  border: none;
  height: 53px;
}
uwm-universal-web-map .esri-bookmarks__bookmark-button {
  color: var(--uwm-text-color);
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-name {
  color: var(--uwm-text-color);
  font-size: 14px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBvbHlnb24gcG9pbnRzPSI2IDIzIDEyIDE4IDE4IDIzIDE4IDEgNiAxIDYgMjMiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__bookmark-icon.esri-icon-bookmark:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyLjkyIDE3LjgyIDIuMjUgMjEuODIgNi4yNSAyMS4xNSAxOS4yNSA4LjE1IDE1LjkyIDQuODIgMi45MiAxNy44MiI+PC9wb2x5Z29uPjxyZWN0IHg9IjE4LjU3IiB5PSIxLjk2IiB3aWR0aD0iMi4zNiIgaGVpZ2h0PSI0LjcxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjczIDE1LjIzKSByb3RhdGUoLTQ1KSI+PC9yZWN0Pjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button .esri-icon-edit:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-bookmarks__bookmark-edit-button-container {
  align-self: center;
}
uwm-universal-web-map .esri-bookmarks__bookmark:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-bookmarks__bookmark:active {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-bookmarks__bookmark.sortable-chosen {
  background-color: var(--uwm-widget-background-hover) !important;
}
uwm-universal-web-map .esri-bookmarks__list {
  order: 1;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark {
  background-color: var(--uwm-widget-background);
  padding: 0px 0px 0px 1px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button {
  background-color: unset;
  color: var(--uwm-text-color);
  width: 100%;
  justify-content: flex-start;
  font-size: 14px;
  border: none;
  border-radius: 0;
  transition: none;
  outline: none;
  padding-left: 0px;
  padding: 12px 3px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button:hover {
  color: var(--uwm-text-color);
  background-color: var(--uwm-widget-background-hover);
  border: none;
  box-shadow: none;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-button:active {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBvbHlnb24gcG9pbnRzPSI0IDEgNCAyMyA5IDE4IDE0IDIzIDE0IDEgNCAxIj48L3BvbHlnb24+PHBhdGggZD0iTTIxLDh2M2gzdjJIMjF2M0gxOVYxM0gxNlYxMWgzVjhaIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
  margin: 0 8px;
}
uwm-universal-web-map .esri-bookmarks__add-bookmark-icon.esri-icon-plus:before {
  content: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-card {
  background-color: var(--uwm-widget-background);
  animation: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-card .esri-bookmarks__authoring-form .esri-bookmarks__authoring-label {
  padding: 12px 15px 0px 15px;
}
uwm-universal-web-map .esri-bookmarks__authoring-card .esri-bookmarks__authoring-form .esri-bookmarks__authoring-container .esri-bookmarks__authoring-label {
  padding: 0;
}
uwm-universal-web-map .esri-bookmarks__authoring-container {
  padding: 12px 15px 0px 15px;
}
uwm-universal-web-map .esri-bookmarks__authoring-form {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-bookmarks__authoring-label {
  padding: 0;
}
uwm-universal-web-map .esri-bookmarks__authoring-label input {
  background-color: var(--uwm-input-color);
  border: none;
  border-radius: 3px;
  color: var(--uwm-text-color);
  outline: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-label input::placeholder {
  color: var(--uwm-placeholder-color);
}
uwm-universal-web-map .esri-bookmarks__authoring-actions {
  border: none;
  margin-top: 0;
  padding: 10px 15px 12px 12px;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions input {
  background-color: var(--uwm-button-background);
  color: var(--uwm-button-text-color);
  outline: none;
  border-radius: 2px;
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
  margin: 5px;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions input:hover {
  background-color: var(--uwm-button-background-hover);
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
  color: var(--uwm-button-text-color);
  text-decoration: none;
}
uwm-universal-web-map .esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button {
  color: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBvbHlnb24gcG9pbnRzPSIxNSAzIDE1IDIgOSAyIDkgMyA0IDMgNCA1IDIwIDUgMjAgMyAxNSAzIj48L3BvbHlnb24+PHBhdGggZD0iTTE3LjUsMThoLTJMMTYsNkgxM1YxOUgxMVY2SDhsLjUsMTJoLTJMNS45LDZINGwuNzUsMTMuMzlBMi42MiwyLjYyLDAsMCwwLDcuMzYsMjJoOS4yOGEyLjYyLDIuNjIsMCwwLDAsMi42MS0yLjYxTDIwLDZIMTguMVoiPjwvcGF0aD48L2c+PC9zdmc+");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button:hover {
  background-color: var(--uwm-widget-background-hover);
  color: transparent;
  border: none;
  box-shadow: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks__bookmark {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-bookmarks__add-bookmark {
  border-top: 1px solid var(--uwm-widget-border-color);
}

/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content {
  max-height: 450px;
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 0;
  margin: 0;
  width: 298px;
  background-color: inherit;
  border-style: none;
  cursor: pointer;
  color: var(--uwm-text-color);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button:hover {
  background-color: var(--uwm-widget-background-hover);
  color: var(--uwm-text-color);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button:active {
  background-color: var(--uwm-widget-background-active);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button.msi-dropdown-trigger-open {
  background-color: var(--uwm-widget-background-active);
  color: var(--uwm-light-text);
}
uwm-universal-web-map .msi-dropdown.uwm-map-custom-content .custom-content-element__button > i {
  filter: var(--uwm-widget-icon-color-invert);
}

.msi-dropdown.uwm-map-type-dropdown {
  background-color: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  margin-top: 6px;
  max-width: 286px;
  width: 268px !important;
}
.msi-dropdown.uwm-map-type-dropdown--mobile {
  margin-top: 0;
}
.msi-dropdown.uwm-map-type-dropdown--hidden {
  display: none;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item {
  margin: 0 -12px;
  padding: 3px 0 3px 0;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item:hover, .msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item:focus {
  background-color: var(--uwm-widget-background-hover) !important;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item .msi-toggle {
  width: 100%;
  height: 34px;
}
.msi-dropdown.uwm-map-type-dropdown .msi-dropdown-item-checked .msi-toggle-thumb {
  left: unset;
  transform: translateX(70%) translateY(-50%);
}

.msi-dropdown.uwm-basemap-gallery-dropdown {
  opacity: var(--uwm-widget-background-opacity);
  width: 294px !important;
  padding: 0 0 0 8px;
  margin-top: 5px;
  max-height: 75vh;
  overflow: overlay;
}
.msi-dropdown.uwm-basemap-gallery-dropdown.uwm-basemap-gallery-dropdown--mobile {
  margin-top: 0;
}
.msi-dropdown.uwm-basemap-gallery-dropdown .msi-dropdown-item {
  padding: 0;
  max-height: 450px;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-map-custom-content.msi-dropdown .msi-dropdown-item.msi-dropdown-trigger-open .msi-dropdown-item-arrow {
  transform: rotate(-90deg);
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-map-custom-content.msi-dropdown .msi-dropdown-item.msi-dropdown-trigger-closed .msi-dropdown-item-arrow {
  transform: rotate(90deg);
}

.uwm-map-custom-content__icon--home {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIyMiAxMSAyMiA4IDEyIDMgMiA4IDIgMTEgMTIgNiAyMiAxMSI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iMTIgOCAyIDEyLjgzIDIgMjEgMjIgMjEgMjIgMTIuODMgMTIgOCI+PC9wb2x5Z29uPjwvc3ZnPg==");
}
.uwm-map-custom-content .msi-dropdown-item {
  display: flex;
  padding: 0 0 0 12px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin: 0;
}
.uwm-map-custom-content .msi-dropdown-item .msi-dropdown-item-arrow {
  margin-right: 15px;
}

/*
 * COPYRIGHT 2019-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.uwm-map-toolbar {
  display: flex;
  position: relative;
  z-index: 1;
}
.uwm-map-toolbar__top-left .esri-expand__content.esri-expand__content--expanded {
  left: 0;
  top: 100%;
}
.uwm-map-toolbar__bottom-left .esri-expand__content.esri-expand__content--expanded {
  bottom: 100%;
  left: 0;
}
.uwm-map-toolbar__bottom-right {
  flex-direction: column;
}
.uwm-map-toolbar .esri-widget--panel-height-only,
.uwm-map-toolbar .esri-widget--panel {
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color) !important;
  border-radius: 4px;
}
.uwm-map-toolbar .esri-expand__container {
  position: initial;
  transition: none;
}
.uwm-map-toolbar .esri-expand__container--expanded .esri-expand__panel .esri-widget--button {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.uwm-map-toolbar .esri-expand__container--expanded .esri-expand__panel .esri-widget--button:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded {
  opacity: var(--uwm-widget-background-opacity);
  margin: 10px 10px 0 0;
  display: flex;
  border-radius: 4px;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded > div > div {
  height: 100%;
  max-height: 100%;
}
.uwm-map-toolbar .esri-expand__content.esri-expand__content--expanded > div > div uwm-layer-list-panel {
  height: 100%;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui .esri-popup {
  z-index: 10;
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content minmax(200px, 1fr) max-content;
  grid-template-areas: "header header" "feature feature" "uwm-footer esri-footer" "content content";
}
uwm-universal-web-map .esri-ui .esri-popup--feature-menu-open .esri-popup__header {
  opacity: 1;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container {
  opacity: var(--uwm-widget-background-opacity);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.is-docked {
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  --calcite-ui-foreground-1: var(--table-background);
  border-radius: 0;
  position: fixed;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container:not(.uwm-popup) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas: "header header" "content content" "uwm-footer esri-footer";
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.flashing-highlight {
  animation: flashingHighlight 0.5s infinite alternate;
}
@keyframes flashingHighlight {
  from {
    border-color: var(--uwm-widget-border-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:focus {
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-ui .esri-popup__main-container .esri-feature a:hover {
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__main-container.esri-popup--is-collapsed .esri-popup__footer {
  display: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header {
  grid-area: header;
  grid-row: 1;
  grid-column: 1/3;
  width: 100%;
  align-items: center;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container {
  overflow: hidden;
  display: block;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button {
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}
uwm-universal-web-map .esri-ui .esri-popup__header-container--button:hover {
  background-color: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title {
  color: var(--uwm-text-color);
  padding: 0 10px;
  margin: 0 auto 0 0;
}
uwm-universal-web-map .esri-ui .esri-popup__header-title:hover {
  background-color: inherit;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  grid-area: feature;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-viewport {
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  grid-area: content;
  grid-row: 2;
  flex-direction: initial;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div {
  width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container {
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div > .esri-feature.esri-widget > .esri-feature__size-container > .esri-feature__main-container > div {
  display: grid;
  height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__content > div uwm-popup-marker {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer {
  grid-area: esri-footer;
  grid-row: 3;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container {
  width: min-content;
  justify-content: center;
  flex-wrap: wrap;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action {
  background-color: var(--uwm-button-background) !important;
  border: 2px solid var(--uwm-button-border) !important;
  color: var(--uwm-button-text-color) !important;
  border-radius: 0.2em;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 5px;
  width: -webkit-fill-available !important;
  max-width: 100%;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action .esri-popup__icon {
  font-weight: 14px;
}
uwm-universal-web-map .esri-ui .esri-popup__footer .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:hover {
  background-color: var(--uwm-button-background-hover) !important;
}
uwm-universal-web-map .esri-ui .esri-popup .uwm-popup__footer {
  grid-area: uwm-footer;
  grid-row: 3;
}
uwm-universal-web-map .esri-ui .esri-popup__button {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  min-width: auto;
  outline: none;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  margin: 0px;
}
@media (hover: hover) {
  uwm-universal-web-map .esri-ui .esri-popup__button:hover {
    background-color: var(--uwm-widget-background-hover);
    color: var(--uwm-text-color);
  }
}
uwm-universal-web-map .esri-ui .esri-popup__pagination-previous, uwm-universal-web-map .esri-ui .esri-popup__pagination-next {
  width: 30px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
  padding: 0 25px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button:hover {
  background-color: var(--uwm-widget-background-hover) !important;
  color: var(--uwm-text-color) !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content {
  margin: 0 !important;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__content-node {
  overflow: auto;
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  font-size: 12px;
}
uwm-universal-web-map .esri-ui .esri-popup__content table {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  width: 100%;
  border-spacing: 0;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr {
  background-color: var(--uwm-widget-background);
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr th {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  font-weight: bold;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr td {
  background-color: transparent;
  padding: 0.5em 0.7em;
  text-align: left;
  border: none;
}
uwm-universal-web-map .esri-ui .esri-popup__content table tr:nth-child(odd) {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-search-result-renderer {
  margin: 15px;
}
uwm-universal-web-map .esri-ui .esri-popup__content .esri-feature__main-container .esri-feature__fields.esri-feature__content-element {
  padding: 0;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu {
  background-color: var(--uwm-widget-background-secondary);
  margin-top: 0px;
  color: var(--uwm-text-color) !important;
  left: -1px;
  width: inherit;
  top: 0px !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item {
  margin-top: 0px;
  outline: none;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item--selected {
  background-color: var(--uwm-widget-background-active);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:focus {
  background-color: var(--uwm-widget-background-secondary);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title {
  border: none !important;
  overflow: hidden;
  padding: 4px;
  min-height: 36px;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-title > span {
  overflow: hidden;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-item, uwm-universal-web-map .esri-ui .esri-popup__feature-menu-header {
  border: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__feature-menu-button {
  box-shadow: none !important;
}
uwm-universal-web-map .esri-ui .esri-popup__navigation {
  background-color: inherit;
  flex: inherit;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__footer .esri-popup__navigation .esri-popup__feature-menu-button {
  pointer-events: none;
}
uwm-universal-web-map .esri-view.esri-view-width-xsmall .esri-ui .esri-popup__feature-menu {
  display: none;
}
uwm-universal-web-map .esri-view-width-less-than-medium .esri-popup__action-text {
  display: inherit;
}

.esri-popup__feature-menu-title {
  align-items: center;
}

.custom-popup-content-header__container {
  display: inline-flex;
  white-space: normal;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}
.custom-popup-content-header-icon__component {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.custom-popup-content-header-icon__container {
  width: 30px;
  height: 30px;
  position: relative;
}

.esri-popup__header .esri-popup__header-buttons {
  align-self: center;
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .msi-dropdown.uwm-widget-print {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  width: 300px;
  padding: 0.8em;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row {
  display: flex;
  justify-content: space-between;
  height: auto !important;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row .msi-input {
  margin: 3px 0px 12px;
  min-width: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input {
  width: 5em;
  margin: 3px 0px 12px 14px;
  box-sizing: content-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 32px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input .msi-select-origin {
  justify-content: space-around;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input .msi-select-origin {
  justify-content: space-around;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__form-row msi-select.msi-input msi-icon {
  padding: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-spinner {
  display: flex;
  margin-left: 5px;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-spinner .msi-spinner-inner {
  margin: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label {
  padding: 0;
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label.exported {
  color: var(--uwm-success-color);
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .uwm-widget-print__status .msi-label.error {
  color: var(--uwm-error-color);
}
uwm-universal-web-map .msi-dropdown.uwm-widget-print .msi-label {
  color: var(--uwm-text-color);
}

.msi-select-options-list.uwm-print-options-list {
  background-color: var(--uwm-widget-background);
  margin: -8px -1px;
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-search {
  width: 300px !important;
  border-radius: 4px;
}
.esri-search .hidden {
  display: none;
}
.esri-search .visible {
  display: initial;
}
.esri-search .esri-search__warning-menu {
  background-color: var(--uwm-widget-background);
  overflow: initial;
}
.esri-search .esri-search__warning-body {
  background-color: var(--uwm-widget-background);
  height: 100%;
}
.esri-search .esri-search__container {
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
}
.esri-search .esri-search--show-suggestions {
  border: 1px solid var(--uwm-widget-border-color);
  border-bottom: none;
}
.esri-search .esri-search--searching:after {
  background-color: var(--uwm-widget-background-hover);
}
.esri-search .esri-search__suggestions-menu {
  display: flex;
  flex-direction: column;
  width: 300px;
  background-color: var(--uwm-widget-background);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-top: none;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list {
  order: 0;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li {
  border-top: 1px solid var(--uwm-widget-inside-border-color);
  padding: 0.8em 1em;
  cursor: pointer;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li:hover, .esri-search .esri-search__suggestions-menu .esri-search__suggestions-list li:focus {
  background-color: var(--uwm-widget-background-hover);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PHBhdGggZD0iTTkuNSwyQTcuNDIsNy40MiwwLDAsMCwyLjEsOS41LDcuNDIsNy40MiwwLDAsMCw5LjUsMTdhNy41LDcuNSwwLDAsMCwwLTE1Wm0wLDEzQTUuNSw1LjUsMCwxLDEsMTUsOS41LDUuNSw1LjUsMCwwLDEsOS41LDE1WiI+PC9wYXRoPjxyZWN0IHg9IjE2LjQ4IiB5PSIxMi42IiB3aWR0aD0iMi4zMSIgaGVpZ2h0PSIxMC4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMyAxNy42Mykgcm90YXRlKC00NSkiPjwvcmVjdD48L2c+PC9zdmc+");
  filter: var(--uwm-widget-icon-color-invert);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PGc+PGc+PHBhdGggZD0iTTEyLDFDNy4yMywxLDMsNC43OCwzLDkuNDRxMCwuMjksMCwuNmE4LjM5LDguMzksMCwwLDAsLjgsM0M2LDE4LjM0LDEyLDIyLjUsMTIsMjIuNXM2LTQuMTYsOC4xNy05LjQ2YTguMzksOC4zOSwwLDAsMCwuOC0zcTAtLjMxLDAtLjZDMjEsNC43OCwxNi43NywxLDEyLDFabTAsMTIuMjVBMy43NSwzLjc1LDAsMSwxLDE1Ljc1LDkuNSwzLjc1LDMuNzUsMCwwLDEsMTIsMTMuMjVaIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=");
  filter: var(--uwm-widget-icon-color-invert);
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon,
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon {
  position: relative;
  padding-left: 40px;
}
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .search-icon:before,
.esri-search .esri-search__suggestions-menu .esri-search__suggestions-list .location-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  margin-left: -30px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.esri-search .esri-search__suggestions-menu .esri-search__more-button {
  order: 1;
  color: var(--uwm-text-color);
  font-size: 14px;
  background-color: var(--uwm-widget-background-hover);
  cursor: pointer;
  border: none;
  padding: 10px 0;
}
.esri-search .esri-search__sources-menu {
  background-color: var(--uwm-widget-background);
  border-radius: 0 0 4px 4px;
}
.esri-search .esri-search__sources-button {
  display: none !important;
}
.esri-search .esri-search__suggestions-list {
  overflow: auto;
  color: var(--uwm-text-color);
}
.esri-search .esri-search__submit-button {
  display: none !important;
}
.esri-search .esri-search__clear-button {
  border: none;
}
.esri-search .esri-search__input {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  height: 40px !important;
  outline: none;
}
.esri-search .esri-search__input-container {
  align-items: center;
}
.esri-search .esri-search__input::placeholder {
  color: var(--uwm-placeholder-color);
}

.esri-menu__list-item {
  background-color: var(--uwm-widget-background) !important;
  border-top: 1px solid var(--uwm-widget-border-color) !important;
}
.esri-menu__list-item--active {
  background-color: var(--uwm-widget-background-hover) !important;
  border-left-color: var(--uwm-widget-background-hover) !important;
}
.esri-menu__list-item:hover {
  background-color: var(--uwm-widget-background-hover) !important;
}

.esri-menu__header {
  background-color: var(--uwm-widget-background) !important;
  color: var(--uwm-text-color) !important;
}

.esri-view:not(.esri-view-width-xsmall).esri-view-height-xsmall .esri-search__suggestions-list {
  max-height: 160px;
}
.esri-view:not(.esri-view-width-xsmall).esri-view-height-small .esri-search__suggestions-list {
  max-height: 320px;
}
.esri-view:not(.esri-view-width-xsmall).esri-view-height-medium .esri-search__suggestions-list {
  max-height: 640px;
}

.esri-expand__content:not(.esri-expand__content--expanded) .esri-search .esri-search__suggestions-list {
  height: 0;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-track.esri-widget--button .esri-icon.esri-rotating {
  animation: none;
}
.esri-track.esri-widget--button .esri-icon::before {
  color: var(--uwm-light-text);
}
.esri-track.esri-widget--button .esri-icon-tracking::before {
  content: "\e630";
}
.esri-track.esri-widget--button .esri-icon-pause::before {
  content: "\e69b";
}
.esri-track.esri-widget--button .esri-rotating::before {
  animation: esri-rotate 1250ms infinite linear;
  content: "\e69b";
}

/*
 * COPYRIGHT 2020-2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-navigation-toggle.esri-widget {
  outline: none;
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
.esri-navigation-toggle.esri-widget:focus {
  outline: none;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--pan {
  border-radius: 2px 2px 0 0;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--rotate {
  border-radius: 0 0 2px 2px;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active .esri-icon-pan:hover, .esri-navigation-toggle.esri-widget .esri-navigation-toggle__button.esri-navigation-toggle__button--active .esri-icon-rotate:hover {
  background-color: var(--uwm-toolbar-background-focus) !important;
}
.esri-navigation-toggle.esri-widget .esri-navigation-toggle__button:before {
  border-color: transparent;
}

/*
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-scale-bar {
  background-color: transparent !important;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line {
  height: 1.5em;
  background-color: var(--uwm-light-transparent-background);
  z-index: auto;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top {
  bottom: -1px;
  border-bottom: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top:before, uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--top:after {
  bottom: -2px;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom {
  top: -1px;
  border-top: 2px solid var(--uwm-scale-bar-border);
  border-bottom: none;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom:before, uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__line--bottom:after {
  top: -2px;
  width: 2px;
  height: 1.5em;
  border-right: 2px solid var(--uwm-scale-bar-border);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label {
  color: var(--uwm-scale-bar-border);
  padding: 0 7px;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--line {
  position: absolute;
  left: 0;
  z-index: auto;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--top {
  bottom: 0;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--bottom {
  top: 1px;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__label-container--ruler .esri-scale-bar__label {
  padding: 6px 0 0;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black;
  color: var(--uwm-light-text);
  line-height: 1em;
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__ruler {
  background-color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-scale-bar__bar-container .esri-scale-bar__ruler-block {
  background-color: var(--uwm-widget-background);
}

/*!
 * COPYRIGHT 2019-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-ui-corner .esri-measurement {
  border-radius: 4px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d {
  border: 1px solid var(--uwm-widget-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  z-index: 1;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions {
  padding-right: 17px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button {
  color: var(--uwm-button-text-color);
  background-color: var(--uwm-button-background);
  border-radius: 2px;
  border: 1px solid var(--uwm-button-border);
  box-shadow: 0 1px 3px 0 var(--uwm-button-shadow);
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button:hover,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button:hover {
  color: var(--uwm-button-text-color);
  background-color: var(--uwm-button-background-hover);
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__actions button:disabled,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__actions button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__settings,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__settings {
  padding: 0px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__units,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__units {
  display: none;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__container,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__container {
  padding-top: 2px;
  padding-bottom: 15px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement {
  background: none;
  padding: 6px 15px;
  margin: 0 0 6px 0;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement-item,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement-item {
  padding-bottom: 6px;
}
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-2d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-distance-measurement-2d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-direct-line-measurement-3d__measurement-item:last-child,
uwm-universal-web-map .esri-ui-corner .esri-measurement .esri-area-measurement-3d__measurement-item:last-child {
  padding-bottom: 0;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .esri-expand__icon--expanded.widget-icon-measurement-collapse::before {
  content: "";
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools {
  border: none;
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools__container {
  border-bottom: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-view-width-xsmall .esri-expand__container--expanded .uwm-measurement-tools__button {
  border-top: 1px solid var(--uwm-widget-border-color);
}
uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--distance {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTIxLDExSDIwdjFIMTlWMTFIMTh2MUgxN1YxMUgxNnYxSDE1VjExSDE0djFIMTNWMTFIMTJWMTBoMVY5SDEyVjhoMVY3SDEyVjZoMVY1SDEyVjRoMVYzaDBWMkg5VjE1SDIyVjExSDIxWiI+PC9wYXRoPjxwb2x5Z29uIHBvaW50cz0iMiA3IDQuOSAyIDggNyAyIDciPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjE3IDE2IDIyIDE5IDE3IDIyIDE3IDE2Ij48L3BvbHlnb24+PHJlY3QgeD0iNCIgeT0iNyIgd2lkdGg9IjIiIGhlaWdodD0iMTMiPjwvcmVjdD48cmVjdCB4PSI5LjUiIHk9IjEyLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjEzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC41IDI5LjUpIHJvdGF0ZSgtOTApIj48L3JlY3Q+PC9zdmc+");
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-expand__container .uwm-measurement-tools__icon--area {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTE4LDE0SDE3djFIMTZWMTRIMTV2MUgxNFYxNEgxM3YxSDEyVjE0SDExdjFIMTBWMTRIOVYxM2gxVjEySDlWMTFoMVYxMEg5VjloMVY4SDlWN2gxVjZoMFY1SDZWMThIMTlWMTRIMThaIj48L3BhdGg+PHBhdGggZD0iTTIyLDVWMkgxOVYzSDVWMkgyVjVIM1YxOUgydjNINVYyMUgxOXYxaDNWMTlIMjFWNVpNMjAsMTlIMTl2MUg1VjE5SDRWNUg1VjRIMTlWNWgxWiI+PC9wYXRoPjwvc3ZnPg==");
  filter: var(--uwm-widget-icon-color-invert);
}

msi-select.uwm-measurement-popup-settings__select .msi-select-origin {
  max-width: unset;
}

.msi-select-options-list.uwm-measurement-options-list {
  background-color: var(--uwm-widget-background);
  margin: -8px -1px;
}
.msi-select-options-list.uwm-measurement-options-list--small {
  background-color: var(--uwm-widget-background);
  max-height: 105px;
  margin: -8px -1px;
}

/*
 * COPYRIGHT 2019 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.msi-dropdown.uwm-layer-opacity_dropdown-container {
  width: 356px;
  padding: 0;
  margin-right: 10px;
}
.msi-dropdown.uwm-layer-opacity_dropdown-container--small {
  width: 69vw;
  max-width: 260px;
  padding: 0;
  margin-right: 5px;
}

/*
 * COPYRIGHT 2019-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-sketch__menu-container {
  grid-row: 2;
  background-color: var(--uwm-widget-background) !important;
}
.esri-sketch__menu-container calcite-block {
  background: unset;
  border: none;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-button-highlight);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
  --calcite-ui-brand: var(--uwm-button-highlight);
}
.esri-sketch__menu-container calcite-block[heading~=Snapping] {
  display: none;
}
.esri-sketch__menu-container calcite-switch {
  --calcite-ui-brand: var(--uwm-button-highlight);
  --calcite-ui-foreground-1: var(--uwm-button-text-color);
  --calcite-ui-foreground-2: var(--uwm-button-disabled);
}
.esri-sketch__menu-container .esri-snapping-controls {
  background-color: var(--uwm-widget-background);
  color: var(--uwm-text-color);
}
.esri-sketch__menu-container .esri-snapping-controls .esri-snapping-controls__container .esri-snapping-controls__layer-list-block {
  display: none;
}
.esri-sketch__menu-container .esri-snapping-controls .esri-snapping-controls__container .esri-snapping-controls__toggle-block {
  margin-bottom: 0;
}
.esri-sketch.esri-widget {
  flex-flow: nowrap;
  flex-direction: column;
}
.esri-sketch.esri-widget .esri-sketch__panel {
  grid-column: 1;
  grid-row: 1;
}
.esri-sketch.esri-widget .esri-sketch__panel.esri-sketch__info-panel {
  grid-column: 1/span 2;
  grid-row: 2;
  background-color: var(--uwm-widget-background);
  display: contents;
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section {
  margin: 4px 0;
  padding: 0 4px;
  border-right: 1px solid var(--uwm-widget-inside-border-color);
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section calcite-action {
  background: unset;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-widget-background-hover);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section:last-child {
  border-right: none;
}
.esri-sketch.esri-widget .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  grid-column: 2;
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical {
  flex-flow: column wrap;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel {
  grid-column: 2;
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel.esri-sketch__info-panel {
  grid-column: 2/span 2;
  grid-row: 2;
  padding-top: 0px;
  background-color: var(--uwm-widget-background);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel.esri-sketch__info-panel .esri-sketch__menu-container {
  grid-row: 1;
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section {
  margin: 0 4px;
  padding: 4px 0;
  border: 0px;
  border-bottom: 1px solid var(--uwm-widget-inside-border-color);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section calcite-action {
  background: unset;
  --calcite-ui-foreground-1: transparent;
  --calcite-ui-foreground-2: var(--uwm-widget-background-hover);
  --calcite-ui-foreground-3: var(--uwm-button-highlight);
  --calcite-ui-text-1: var(--uwm-text-color);
  --calcite-ui-text-3: var(--uwm-text-color);
}
.esri-sketch.esri-widget.esri-sketch--vertical .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  grid-column: 2;
  grid-row: 2;
  border-bottom: none;
}
.esri-sketch.esri-widget .esri-sketch__info-section.esri-sketch__info-count-section {
  display: none;
}
.esri-sketch.esri-widget .esri-sketch__info-section calcite-action:nth-child(1) {
  display: none;
}

.esri-expand__container .uwm-drawing-tools__icon-draw {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48Zz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDp3aGl0ZSIgcG9pbnRzPSIxMS44IDE3LjAzIDkgMTcuNSA5LjQ3IDE0LjcgMTguNTcgNS42IDIwLjkgNy45MyAxMS44IDE3LjAzIi8+PHJlY3Qgc3R5bGU9ImZpbGw6d2hpdGUiIHg9IjIwLjQzIiB5PSIzLjYiIHdpZHRoPSIxLjY1IiBoZWlnaHQ9IjMuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi41MSAxNi41Nikgcm90YXRlKC00NSkiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6d2hpdGUiIHBvaW50cz0iMjAgMTUgMjAgMjAgNCAyMCA0IDQgMTUuNSA0IDE3IDIgMiAyIDIgMjIgMjIgMjIgMjIgMTMuNSAyMCAxNSIvPjwvZz48L3N2Zz4=");
}
.esri-expand__container .uwm-drawing-tools__icon-clear {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cG9seWdvbiBzdHlsZT0iZmlsbDp3aGl0ZSIgcG9pbnRzPSIyMiAyMiAxMyAyMiAxNSAyMCAyMiAyMCAyMiAyMiIvPjxwYXRoIHN0eWxlPSJmaWxsOndoaXRlIiBkPSJNMTQuNzMsMiwyLDE0LjczLDkuMjcsMjIsMjIsOS4yN1pNOS4yNywxOS41OCw0LjQyLDE0LjczbDMtMyw0Ljg1LDQuODVaIi8+PC9zdmc+");
}
.esri-expand__container .uwm-drawing-tools__icon-visibility-off {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTIuODEsNC4yMiw2LDcuMzhBMTEuOCwxMS44LDAsMCwwLDEsMTJhMTIuMjUsMTIuMjUsMCwwLDAsMTEsNiwxMy43NiwxMy43NiwwLDAsMCw0LS41OGwzLjc4LDMuNzcsMS40MS0xLjQxLTE3LTE3Wm05LjE5LDEyQTQuMjUsNC4yNSwwLDAsMSw3Ljc1LDEyYTQuMSw0LjEsMCwwLDEsLjY0LTIuMTlsNS44LDUuOEE0LjEsNC4xLDAsMCwxLDEyLDE2LjI1WiIvPjxwYXRoIHN0eWxlPSJmaWxsOndoaXRlIiBkPSJNMTIsNy43NUE0LjI1LDQuMjUsMCwwLDEsMTYuMjUsMTJhMS4xMSwxLjExLDAsMCwxLDAsLjE5bDMuNDQsMy40NEExMS41MiwxMS41MiwwLDAsMCwyMywxMiwxMi4yNSwxMi4yNSwwLDAsMCwxMiw2YTEzLjI0LDEzLjI0LDAsMCwwLTEuODMuMTNsMS42NCwxLjY0WiIvPjwvc3ZnPg==");
}
.esri-expand__container .uwm-drawing-tools__icon-visibility-on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBzdHlsZT0iZmlsbDp3aGl0ZSIgZD0iTTEyLDZBMTIuMjUsMTIuMjUsMCwwLDAsMSwxMmExMi4yNSwxMi4yNSwwLDAsMCwxMSw2LDEyLjI1LDEyLjI1LDAsMCwwLDExLTZBMTIuMjUsMTIuMjUsMCwwLDAsMTIsNlptMCwxMGE0LDQsMCwxLDEsNC00QTQsNCwwLDAsMSwxMiwxNloiLz48L3N2Zz4=");
}
.esri-expand__container .esri-expand__content .esri-sketch {
  width: max-content;
}

.uwm-sketch-group-header__zoiSpinner {
  transform: scale(0.8) translate(0px, 2px);
}
.uwm-sketch-group-header__zoiSpinner .msi-spinner-inner .circle {
  stroke: rgba(215, 215, 215, 0.8588235294);
  stroke-width: 3;
}
.uwm-sketch-group-header__zoiSpinner .msi-spinner-inner .progress {
  stroke-width: 3;
}

.esri-view-width-xsmall .esri-sketch {
  position: static;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch > :nth-child(1) {
  margin-left: auto;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel {
  flex-flow: row;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel > .esri-sketch__section.esri-sketch__tool-section {
  flex-direction: row;
  margin: 4px 0px;
  padding: 0px 4px;
  border: 0px;
  border-right: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel > .esri-sketch__section.esri-sketch__tool-section:last-child {
  border-right: none;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel.esri-sketch__info-panel {
  flex-flow: row;
  margin-right: auto;
}
.esri-view-width-xsmall .esri-sketch > .esri-sketch__panel.esri-sketch__info-panel > .esri-sketch__section.esri-sketch__info-section {
  flex-direction: row;
  margin: 4px 0px;
  padding: 0px 4px;
  border: 0px;
  border-left: 1px solid var(--uwm-widget-element-border-color);
}
.esri-view-width-xsmall .esri-sketch .esri-sketch__panel .esri-sketch__section.esri-sketch__info-section:last-child {
  border-right: none;
}

/*
 * COPYRIGHT 2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .uwm-facility-filter-container {
  display: grid;
  grid-auto-rows: max-content max-content auto;
  background: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity-second);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
  width: 350px;
  height: 300px;
  max-width: initial;
}
uwm-universal-web-map .uwm-facility-filter-container.esri-widget {
  background-color: transparent;
}

uwm-universal-web-map .esri-view-width-xsmall .uwm-facility-filter-container {
  width: 100%;
}
uwm-universal-web-map .esri-view-width-xsmall .uwm-facility-filter-container .uwm-facility-item {
  grid-template-columns: 75% 25%;
}

/*
 * COPYRIGHT 2020-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
.esri-view-width-xsmall uwm-floorplans .uwm-floorplans-content {
  position: static;
  justify-content: center;
  min-width: 100%;
}

.seadragon-viewer-class {
  margin: 0 10px;
}

.openseadragon-container .openseadragon-canvas + div {
  margin-left: 12px;
}
.openseadragon-container .openseadragon-canvas + div img {
  margin: 2px !important;
  padding: 2px !important;
  filter: var(--uwm-widget-icon-color-invert);
}
.openseadragon-container .openseadragon-canvas + div img:hover {
  background: var(--uwm-inverted-background-hover) !important;
  cursor: pointer;
}

.esri-view-height-xsmall .seadragon-viewer-class {
  height: 250px;
}
.esri-view-height-xsmall .uwm-floorplans-content.msi-card {
  height: 300px;
}

.esri-view-height-small .seadragon-viewer-class {
  height: 400px;
}
.esri-view-height-small .uwm-floorplans-content.msi-card {
  height: 450px;
}

.esri-view-height-medium .seadragon-viewer-class, .esri-view-height-large .seadragon-viewer-class, .esri-view-height-xlarge .seadragon-viewer-class {
  height: 650px;
}
.esri-view-height-medium .uwm-floorplans-content.msi-card, .esri-view-height-large .uwm-floorplans-content.msi-card, .esri-view-height-xlarge .uwm-floorplans-content.msi-card {
  height: 696px;
}

.esri-view-width-small .seadragon-viewer-class, .esri-view-width-xsmall .seadragon-viewer-class {
  width: 376px;
  max-width: 376px;
}
.esri-view-width-small .uwm-floorplans-content.msi-card, .esri-view-width-xsmall .uwm-floorplans-content.msi-card {
  width: 400px;
  max-width: 400px;
}

.esri-view-width-medium .seadragon-viewer-class, .esri-view-width-large .seadragon-viewer-class, .esri-view-width-xlarge .seadragon-viewer-class {
  width: 676px;
  max-width: 676px;
}
.esri-view-width-medium .uwm-floorplans-content.msi-card, .esri-view-width-large .uwm-floorplans-content.msi-card, .esri-view-width-xlarge .uwm-floorplans-content.msi-card {
  width: 700px;
  max-width: 700px;
}

/*
 * COPYRIGHT 2022-2024 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
uwm-universal-web-map .esri-floor-filter.esri-widget {
  background-color: transparent;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu {
  position: absolute;
  right: 50px;
  background: var(--uwm-widget-background);
  opacity: var(--uwm-widget-background-opacity-second);
  border: 1px solid var(--uwm-widget-border-color);
  box-shadow: 0 2px 6px 0 var(--uwm-widget-shadow-color);
  border-radius: 4px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-text {
  font-size: 14px;
  color: var(--uwm-text-color);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-back {
  background-color: transparent;
  color: var(--uwm-text-color);
  border: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header-back:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header .hide_facilities-icon {
  height: 40px;
  transition: none;
  background-color: var(--uwm-widget-background) !important;
  border-radius: 0 4px 0 0;
  margin: auto;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--uwm-action-button-text-color);
  transition: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-header .esri-icon-close {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-search {
  height: 34px;
  font-size: 14px;
  background: var(--uwm-widget-background);
  padding: 0 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-search .esri-floor-filter__filter-menu-search-input {
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items {
  overflow: auto;
  border-radius: 0 0 2px 2px;
  max-height: 180px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar {
  width: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar-track {
  background-color: transparent;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items::-webkit-scrollbar-thumb {
  background-color: var(--uwm-widget-scroll-color);
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-widget__content--empty {
  height: 34px;
  color: var(--uwm-text-color);
  padding: 12px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color);
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 80% 20%;
  /* with the arrow */
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:active, uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site:focus {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color-dark);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site--selected {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site--selected:hover {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-site .esri-floor-filter__selected-item-circle {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility {
  background: var(--uwm-widget-background);
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 80% 20%;
  /* with the arrow */
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:active, uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility:focus {
  background: var(--uwm-widget-background);
  color: var(--uwm-text-color-dark);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility--selected {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility--selected:hover {
  background: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__filter-menu-item-name {
  font-size: 14px;
  color: var(--uwm-text-color);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__filter-menu-item-name--selected {
  color: var(--uwm-button-text-color);
  font-size: 14px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .esri-floor-filter__selected-item-circle {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .uwm-esri-floor-filter__levels-label {
  background-color: var(--uwm-toolbar-background-bright);
  width: 60px;
  border-radius: 2px;
  padding: 2px;
  font-size: 11px;
  font-weight: 800;
  text-wrap: nowrap;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__filter-menu .esri-floor-filter__filter-menu-items .esri-floor-filter__filter-menu-facility .uwm-esri-floor-filter__select-floor-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJ3aGl0ZSI+DQogIDxwYXRoIGQ9Ik0xNi4zMTkgMTEuMzAxOEMxNi42OTc4IDExLjY5MDMgMTYuNjk3OCAxMi4zMDk5IDE2LjMxOSAxMi42OTgzTDkuNTg0NSAxOS42MDM0QzkuMTA0OTcgMjAuMDk1MSA4LjMxNDY0IDIwLjA5NTUgNy44MzQ2NCAxOS42MDQyQzcuMzcwNTMgMTkuMTI5MyA3LjM3MDM3IDE4LjM3MDcgNy44MzQyNyAxNy44OTU1TDEzLjU5IDEyLjAwMDFMNy44MzQyNyA2LjEwNDU5QzcuMzcwMzcgNS42Mjk0MiA3LjM3MDUzIDQuODcwODUgNy44MzQ2NCA0LjM5NTg5QzguMzE0NjQgMy45MDQ2NiA5LjEwNDk3IDMuOTA1MDMgOS41ODQ1IDQuMzk2NzJMMTYuMzE5IDExLjMwMThaIi8+DQo8L3N2Zz4=");
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container {
  width: 40px;
  border-radius: 2px;
  background-color: var(--uwm-toolbar-background);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container button {
  min-height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter {
  display: flex;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container {
  order: 4;
  background-color: var(--uwm-widget-background);
  max-height: 360px;
  width: 50px;
  border-radius: 0 5px 5px 0;
  overflow-y: scroll;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar {
  width: 10px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-track {
  background-color: var(--uwm-widget-background-secondary);
  border-radius: 0 5px 5px 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar-thumb {
  background-color: var(--uwm-widget-scroll-color);
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container::-webkit-scrollbar:hover {
  background: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button {
  height: 40px;
  color: var(--uwm-text-color);
  background-color: transparent;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button:hover {
  background-color: var(--uwm-widget-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__levels-container .esri-floor-filter__level-button.esri-widget--button-active {
  background-color: var(--uwm-button-highlight);
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button {
  order: 7;
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button .esri-icon:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button .esri-icon::before {
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button.esri-widget--button-active {
  background-color: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button.esri-widget--button-active:hover {
  background-color: var(--uwm-button-highlight);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__browse-button:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button .esri-floor-filter__button-info {
  color: white;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels {
  order: 1;
  display: flex;
  width: 40px;
  height: 40px;
  border: unset;
  border-radius: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels .esri-icon:hover {
  background-color: unset;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels .esri-icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHJlY3QgeD0iNy41IiB5PSI3LjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIuNSIgcnk9Ii41Ii8+PHBhdGggZD0ibTIyLjUsMTAuNWgtMS41di02LjVjMC0uNTUtLjQ1LTEtMS0xaC02LjV2LTEuNWMwLS4yOC0uMjItLjUtLjUtLjVoLTJjLS4yOCwwLS41LjIyLS41LjV2MS41aC02LjVjLS41NSwwLTEsLjQ1LTEsMXY2LjVoLTEuNWMtLjI4LDAtLjUuMjItLjUuNXYyYzAsLjI4LjIyLjUuNS41aDEuNXY2LjVjMCwuNTUuNDUsMSwxLDFoNi41djEuNWMwLC4yOC4yMi41LjUuNWgyYy4yOCwwLC41LS4yMi41LS41di0xLjVoNi41Yy41NSwwLDEtLjQ1LDEtMXYtNi41aDEuNWMuMjgsMCwuNS0uMjIuNS0uNXYtMmMwLS4yOC0uMjItLjUtLjUtLjVabS0zLjUsOGMwLC4yOC0uMjIuNS0uNS41SDUuNWMtLjI4LDAtLjUtLjIyLS41LS41VjUuNWMwLS4yOC4yMi0uNS41LS41aDEzYy4yOCwwLC41LjIyLjUuNXYxM1oiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button--levels:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__zoom-button.esri-button--disabled {
  display: none;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button {
  width: 40px;
  height: 40px;
  background-color: var(--uwm-widget-background);
  border-style: solid;
  border-color: rgba(173, 173, 173, 0.3);
  border-width: 0 0 1px 0;
  border-radius: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:before {
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  filter: var(--uwm-widget-icon-color-invert);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:hover {
  background-color: var(--uwm-widget-button-hover-invert);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled {
  cursor: not-allowed;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled:hover {
  background-color: var(--uwm-widget-button-invert-background);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button:disabled::before {
  opacity: 0.6;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-top-button {
  order: 2;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-top-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMTMgMTVWOUwxNiAxMkwxMyAxNVoiIGZpbGw9IiNmZmZmZmYiLz4KICA8cGF0aCBkPSJNOCAxNVY5TDExIDEyTDggMTVaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
  background-size: 32px;
  transform: rotate(-90deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-bottom-button {
  order: 6;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-bottom-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMTMgMTVWOUwxNiAxMkwxMyAxNVoiIGZpbGw9IiNmZmZmZmYiLz4KICA8cGF0aCBkPSJNOCAxNVY5TDExIDEyTDggMTVaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
  background-size: 32px;
  transform: rotate(90deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-up-button {
  order: 3;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-up-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNOC42NDk4OCAxMC44MTIzQzguMzg3OTcgMTAuNDg1IDguNjIxMDYgMTAgOS4wNDAzMSAxMEgxNC45NTk3QzE1LjM3ODkgMTAgMTUuNjEyIDEwLjQ4NSAxNS4zNTAxIDEwLjgxMjNMMTIgMTVMOC42NDk4OCAxMC44MTIzWiIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4=");
  transform: rotate(180deg);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-down-button {
  order: 5;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__nav-button.nav-down-button:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNOC42NDk4OCAxMC44MTIzQzguMzg3OTcgMTAuNDg1IDguNjIxMDYgMTAgOS4wNDAzMSAxMEgxNC45NTk3QzE1LjM3ODkgMTAgMTUuNjEyIDEwLjQ4NSAxNS4zNTAxIDEwLjgxMjNMMTIgMTVMOC42NDk4OCAxMC44MTIzWiIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4=");
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button {
  order: 0;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: rgba(173, 173, 173, 0.3);
  border-width: 0 0 1px 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+PHBvbHlnb24gcG9pbnRzPSIxOS40MyA1Ljk5IDE4LjAxIDQuNTggMTIgMTAuNTkgNS45OSA0LjU4IDQuNTggNS45OSAxMC41OSAxMiA0LjU4IDE4LjAxIDUuOTkgMTkuNDMgMTIgMTMuNDEgMTguMDEgMTkuNDMgMTkuNDMgMTguMDEgMTMuNDEgMTIgMTkuNDMgNS45OSIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-button:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button {
  width: 40px;
  height: 40px;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close {
  top: 0;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSI+CiAgPHBvbHlnb24gcG9pbnRzPSIzIDEyIDExLjI5IDMuNSAxMyA1LjI1IDYuNDEgMTIgMTMgMTguNzUgMTEuMjkgMjAuNSAzIDEyIj48L3BvbHlnb24+CiAgPHBvbHlnb24gcG9pbnRzPSIxMCAxMiAxOC4yOSAzLjUgMjAgNS4yNSAxMy40MSAxMiAyMCAxOC43NSAxOC4yOSAyMC41IDEwIDEyIj48L3BvbHlnb24+Cjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  rotate: 270deg;
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__close-levels-button .esri-icon-close:hover {
  background-color: var(--uwm-toolbar-background-hover);
}
uwm-universal-web-map .esri-floor-filter .esri-floor-filter__button-container .esri-floor-filter__minimize-toggle-button {
  display: none;
}

/*
 * COPYRIGHT 2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.esri-widget:not(.esri-expand).esri-widget--button.esri-compass, .esri-widget:not(.esri-expand) div.esri-widget--button.esri-compass {
  border-radius: 50%;
}

/*
 * COPYRIGHT 2023 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
.switch-map-type-widget {
  font-weight: bold;
}

/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/*
 * COPYRIGHT 2021-2022 MOTOROLA SOLUTIONS, INC.
 * ALL RIGHTS RESERVED.
 */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Primary Cobalt Colors & Highlights */
/* Shades & Tints */
/* Neutrals & Secondary Hues */
/* Neutral Blues */
/* Specialized Colors (Specific & Restricted Use) */
/* Avatar Colors */
/* Misc */
/* Font weight */
/* monospace – this is an opentype feature and requires the opentype version of Public Sans
 to be included in your project (use `font-feature-settings`) */
/* Font size */
/* Same as $body-2-font-size */
/* Same as $subtitle-font-size */
/* Spacing */
/* DEPRECATED */
/* Spacing rem */
/* Corner radius */
/* Line height */
/* Letter spacing */
/* Timing - must match animation-config.ts */
/* Easing - must match animation-config.ts */
/* Other */
/* Scrollbars */
/* Tables */
/* Buttons */
/* Forms */
/* Input */
/* Select */
/* Label */
/* Z-indexes */
cad-card-title,
cad-card-subtitle,
cad-card-footer {
  display: block;
}

cad-card-title {
  font-weight: 700;
  margin-bottom: 4px;
}

cad-card-subtitle {
  font-weight: 400;
}

cad-card.cad-card {
  min-height: initial;
  max-width: initial;
  width: 272px;
  display: grid;
  grid-template-columns: auto 1fr;
  box-shadow: var(--shadow-level-1);
}
cad-card.cad-card cad-card-main {
  padding: 12px 12px 12px 0;
  color: var(--text-primary);
}
cad-card.cad-card cad-card-main cad-card-title {
  font-size: 0.875rem;
}
cad-card.cad-card cad-card-main cad-card-subtitle {
  font-size: 0.875rem;
}
cad-card.cad-card cad-card-aside {
  padding: 12px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
cad-card.cad-card cad-card-aside msi-icon {
  padding-top: 3px;
  padding-bottom: 8px;
}
cad-card.cad-card cad-card-aside cad-card-title {
  color: var(--text-primary);
}
cad-card.cad-card cad-card-aside cad-card-subtitle {
  color: var(--primary-70);
}
cad-card.cad-card cad-card-footer {
  grid-column: 1/-1;
  padding: 8px;
  font-weight: 400;
  font-size: 0.875rem;
}
cad-card.cad-card cad-card-extension {
  display: block;
  transition: max-height 0.3s ease-out;
  height: auto;
  max-height: 240px;
  overflow-y: hidden;
  grid-column: 1/-1;
  padding: 0;
  font-weight: 400;
  font-size: 0.875rem;
}
cad-card.cad-card cad-card-extension.collapsed {
  padding: 0;
  max-height: 0;
}

.light .cad-selected {
  --cad-select: rgb(204, 228, 238);
}

.dark .cad-selected {
  --cad-select: rgb(6, 96, 133);
}

.cad-selected {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: var(--cad-select);
}

.cad-selected-with-shadow {
  box-shadow: var(--shadow-level-3) !important;
}

.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;
}

* {
  box-sizing: border-box;
}

html,
body,
app-root {
  display: block;
  height: 100vh;
}

:root {
  --msi-ui-ptt-listen: #fcb400;
  --msi-ui-available: #099a49;
  --msi-ui-emergency: #ff8400;
  --body-1-font-size: 1rem;
  --body-2-font-size: 0.875rem;
  --header-height: 48px;
  --column-header-height: 56px;
}

.green {
  background-color: var(--msi-ui-available);
  border-color: var(--msi-ui-available);
  color: white;
}

.orange {
  background-color: var(--msi-ui-emergency);
  border-color: var(--msi-ui-emergency);
  color: black;
}

.yellow {
  background-color: var(--msi-ui-ptt-listen);
  border-color: var(--msi-ui-ptt-listen);
  color: black;
}

.blue {
  background-color: var(--label-primary);
  border-color: var(--label-primary);
  color: white;
}

.unknown {
  color: var(--text);
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  background: var(--background);
}

body.light {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  --input-iti: #fff6;
  --input-background: var(--msi-ui-background-primary-06);
  --input-hover: var(--msi-results-list-click-20);
  --input-background-search-components: var(--msi-ui-background-primary-06);
  --input-hover-search-components: var(--msi-ui-primary-highlight-20);
  --option-border-color: #fff6;
  --option-background: #0000001a;
  --option-color: black;
  --text-modal: $msi-ui-primary-dark-90;
  --alert-color: var(--msi-ui-alert);
  --icon-color: var(--msi-ui-secondary-highlight);
  --font-color: rgba($msi-ui-neutral-dark, 0.65);
  --comments-background-color: var(--msi-ui-background-primary-06);
  --comment-date-color: var(--msi-ui-primary-dark-65);
  --segment-key-color: var(--msi-ui-accent-purple-01);
  --search-results-hover: $msi-results-list-click-10;
  --search-results-click: $msi-results-list-click-20;
  --t-foot-search-components: var(--msi-ui-background-primary-06);
  --row-border-color: var(--primary-10);
  --unread-row: $msi-ui-primary-dark-90;
  --primary: #007aaa;
  --secondary: #28b1ec;
  --background: #f5f6f7;
  --text: #000;
  --text-alert-label: #4a4a4a;
  --alert-label: rgba(0, 0, 0, 0.05);
  --label: rgba(0, 0, 0, 0.7);
  --alert: #ec1c24;
  --emergency: #ff8400;
  --ui-accent-gold-01: #c97d00;
  --ui-secondary-highlight: #28b1ec;
  --ui-unit-card-background: rgba(255, 255, 255, 0.65);
  --ui-unit-card-background-hover: rgba(255, 255, 255, 0.65);
  --ui-unit-card-background-selected: #fff;
  --ui-unit-card-icon-error: #fff;
  --ui-unit-card-outline: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  --ui-unit-card-color: rgba(0, 0, 0, 0.9);
  --ui-unit-status-timer: rgba(20, 39, 55, 0.8);
  --ui-unit-alert-status: #d0021b;
  --success: #099a49;
  --label-primary: #007aaa;
  --label-secondary: #662d91;
  --action-button: #007aaa;
  --background-secondary: #fff;
  --hover: rgba(0, 0, 0, 0.1);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-65: rgba(0, 0, 0, 0.65);
  --primary-70: rgba(0, 0, 0, 0.7);
  --neutral-40: rgba(74, 74, 74, 0.4);
  --border-secondary: 1px solid rgba(255, 255, 255, 0.1);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --shadow-inset: inset 0 0 0 1px rgba-to-rgb(rgba(0, 0, 0, 0.1), #fff);
  --border-primary: 1px solid rgba(0, 0, 0, 0.1);
  --border-accent: 1px solid rgba(0, 0, 0, 0.1);
  --border-accent-2: #ccc;
  --white: #fff;
  --card-background: #fff;
  --background-primary: #fff;
  --text-opacity: rgba(0, 0, 0, 0.5);
  --primary-border-radius: 4px;
  --secondary-border-radius: 2px;
  --select-background: #fff;
  --slider-primary: rgba(#000, 0.2);
  --slider-thumb-border: 1px solid rgba($msi-ui-primary-dark, 0.4);
  --slider-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  --background-primary-mono: #fff;
  --toggle-off: #999;
  --toggle-on: #007aaa;
  --toggle-error: #ec1c24;
  --toggle-error-icon: #ec1c24;
  --switch-border: #999;
  --form-border: rgba(0, 0, 0, 0.5);
  --background-dark: #adadad;
  --background-darker: #949494;
  --neutral-70: rgba(74, 74, 74, 0.7);
  --text-reverse: #fff;
  --select: #cce4ee;
}
body.light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}
body.light {
  --uwm-toolbar-background: #10384e;
  --uwm-toolbar-background-bright: #ccc;
  --uwm-toolbar-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-toolbar-background-focus: #007aaa;
  --uwm-widget-background: #fff;
  --uwm-widget-background-secondary: #f5f6f7;
  --uwm-widget-background-hover: rgba(0, 0, 0, 0.1);
  --uwm-widget-background-active: rgba(0, 122, 170, 0.9);
  --uwm-widget-border-color: rgba(255, 255, 255, 0.1);
  --uwm-widget-shadow-color: rgba(0, 0, 0, 0.3);
  --uwm-widget-inside-border-color: rgba(0, 0, 0, 0.1);
  --uwm-widget-element-border-color: rgba(0, 0, 0, 0.3);
  --uwm-widget-scroll-color: rgba(0, 0, 0, 0.7);
  --uwm-widget-button-hover-invert: rgba(255, 255, 255, 0.9);
  --uwm-widget-button-invert-background: #fff;
  --uwm-widget-icon-color-invert: invert(0.9);
  --uwm-widget-background-opacity: 0.95;
  --uwm-widget-background-opacity-second: 0.9;
  --uwm-text-color: rgba(0, 0, 0, 0.9);
  --uwm-text-color-dark: rgba(0, 0, 0, 0.9);
  --uwm-placeholder-color: rgba(0, 0, 0, 0.6);
  --uwm-button-background: #007aaa;
  --uwm-button-background-hover: rgba(0, 122, 170, 0.9);
  --uwm-sketch-button-background-hover: rgba(0, 0, 0, 0.1);
  --uwm-sketch-button-background-focus: rgba(0, 122, 170, 0.9);
  --uwm-button-border: rgba(255, 255, 255, 0.1);
  --uwm-button-shadow: rgba(0, 0, 0, 0.3);
  --uwm-button-highlight: #1a87b2;
  --uwm-button-text-color: #fff;
  --uwm-action-button-text-color: rgba(0, 122, 170, 0.9);
  --uwm-action-button-hover: rgba(0, 0, 0, 0.1);
  --uwm-button-disabled-color: rgba(0, 0, 0, 0.1);
  --uwm-input-color: rgba(0, 0, 0, 0.1);
  --uwm-input-border-color: rgba(0, 0, 0, 0.1);
  --uwm-input-border-color-active: rgba(0, 122, 170, 0.6);
  --uwm-tooltip-background: rgba(0, 0, 0, 0.7);
  --uwm-scale-bar-border: #000;
  --uwm-light-background: #fff;
  --uwm-light-transparent-background: rgba(255, 255, 255, 0.5);
  --uwm-inverted-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-light-text: #fff;
  --uwm-dark-background: rgba(0, 0, 0, 0.1);
  --uwm-dark-text: #000;
  --uwm-error-color: #d0021b;
  --uwm-success-color: #099a49;
}
body.light {
  /* Either include them at :root context or global */
  --text-primary: rgba(0, 0, 0, 0.9);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: #fff;
  --text-inverse-secondary: rgba(255, 255, 255, 0.7);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.4);
  --hover: rgba(0, 0, 0, 0.1);
  --hover-large: rgba(0, 0, 0, 0.05);
  --error: #d0021b;
  --alert: #d0021b;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #fff;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #007aaa;
  --focus-tertiary: rgba(0, 122, 170, 0.6);
  --focus-selection: rgba(0, 122, 170, 0.2);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  --background-level-1: #f5f6f7;
  --background-level-2: #fff;
  --background-level-3: #fff;
  --background-blue-level-1: #eef6f9;
  --background-input: #fff;
  --background-input-light: #fff;
  --background-input-read: rgba(0, 0, 0, 0.1);
  --background-header: rgba(0, 0, 0, 0.05);
  --background-tooltip: #fff;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #213f59;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.1);
  --background-chat-bubble-incoming: rgba(0, 0, 0, 0.05);
  --background-callout: rgba(0, 0, 0, 0.05);
  --background-thumbnail: rgba(0, 0, 0, 0.05);
  --chip-red: #d0021b;
  --chip-gold: #fcb400;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(0, 0, 0, 0.7);
  --stroke-level-1: rgba(0, 0, 0, 0.1);
  --stroke-level-2: rgba(0, 0, 0, 0.2);
  --stroke-level-4: rgba(0, 0, 0, 0.4);
  --stroke-inverse-level-1: rgba(255, 255, 255, 0.1);
  --stroke-inverse-level-2: rgba(255, 255, 255, 0.2);
  --stroke-inverse-level-4: rgba(255, 255, 255, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: rgba(0, 0, 0, 0.8);
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(0, 0, 0, 0.5);
  --icon-focus: #007aaa;
  --icon-inverse: #fff;
  --neutral: #4a4a4a;
  --neutral-40: rgba(74, 74, 74, 0.4);
  --neutral-70: rgba(74, 74, 74, 0.7);
  --neutral-level-1: rgba(0, 0, 0, 0.1);
  --neutral-level-2: rgba(0, 0, 0, 0.2);
  --neutral-level-3: rgba(0, 0, 0, 0.4);
  --primary: #000;
  --primary-80: rgba(0, 0, 0, 0.8);
  --primary-70: rgba(0, 0, 0, 0.7);
  --primary-60: rgba(0, 0, 0, 0.6);
  --primary-50: rgba(0, 0, 0, 0.5);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-30: rgba(0, 0, 0, 0.3);
  --primary-20: rgba(0, 0, 0, 0.2);
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-05: rgba(0, 0, 0, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00a5e5;
  --accent-light-blue-select: rgba(0, 165, 229, 0.2);
  --accent-med-blue: #005fbe;
  --accent-med-blue-select: rgba(0, 95, 190, 0.2);
  --accent-light-green: #b6bf00;
  --accent-light-green-select: rgba(182, 191, 0, 0.2);
  --accent-dark-green: #6b711e;
  --accent-dark-green-select: rgba(107, 113, 30, 0.2);
  --accent-med-purple: #662d91;
  --accent-med-purple-select: rgba(55, 32, 124, 0.2);
  --accent-dark-purple: #37207c;
  --accent-dark-purple-select: rgba(55, 32, 124, 0.2);
  --accent-med-gold: #fcb400;
  --accent-med-gold-select: rgba(252, 180, 0, 0.2);
  --accent-dark-gold: #c97d00;
  --accent-dark-gold-select: rgba(201, 125, 0, 0.2);
  --accent-med-brown: #734c45;
  --accent-med-brown-select: rgba(115, 76, 69, 0.2);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #099a49;
  --accent-success-select: rgba(9, 154, 73, 0.2);
  --accent-slate: #37667c;
  --accent-slate-select: rgba(55, 102, 124, 0.2);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(208, 2, 27, 0.2);
  --icon-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(99%) contrast(105%) opacity(90%);
  --dark-to-light-filter: none;
  --light-to-dark-filter: invert(100%);
  --action-button-text: #007aaa;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #007aaa;
  --callout-error-background: rgba(208, 2, 27, 0.2);
  --callout-error-border: rgba(208, 2, 27, 0.6);
  --callout-error-icon: #d0021b;
  --callout-info-background: rgba(0, 122, 170, 0.2);
  --callout-info-border: rgba(0, 122, 170, 0.6);
  --callout-success-background: rgba(9, 154, 73, 0.2);
  --callout-success-border: rgba(9, 154, 73, 0.6);
  --callout-warning-background: rgba(252, 180, 0, 0.2);
  --callout-warning-border: rgba(252, 180, 0, 0.6);
  --header-background-color: #213f59;
  --input-background: #fff;
  --input-background-read: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.2);
  --input-secondary-background: #eef6f9;
  --input-secondary-background-read: rgba(0, 0, 0, 0.1);
  --input-secondary-border-color: rgba(0, 0, 0, 0.2);
  --modal-background: #fff;
  --slider-track: rgba(0, 0, 0, 0.2);
  --slider-handle-background: #fff;
  --slider-handle-border-color: rgba(0, 0, 0, 0.4);
  --tooltip-background: #fff;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.2);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.3);
  --table-background: #fff;
  --sidepanel-header-background-color: #f5f6f7;
  --button-enabled: #007aaa;
  --button-hover: rgb(0, 99, 138);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(0, 110, 153);
  --input-hover: rgb(230, 230, 230);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: rgba(0, 0, 0, 0.2);
  --item-selection-hover: rgb(0, 110, 153);
  --item-selection-hover-light: rgba(0, 78, 109, 0.28);
  --table-hover: rgb(230, 230, 230);
  --table-selection: rgb(204, 228, 238);
  --table-selection-hover: rgb(184, 205, 214);
}

body.dark {
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  /* Themed colors for components */
  /* Colors which are made from a combination of colors in the base color palette
  (e.g. background color + overlay) */
  /* Colors which are a secondary blending of already-blended colors */
  /* export all of these as CSS4 variables */
  --input-hover-search-components: rgb(255 255 255 / 10%);
  --input-background-search-components: var(--background-level-3);
  --input-iti: var(--msi-ui-secondary);
  --text-modal: $msi-ui-primary-light;
  --alert-color: var(--msi-ui-alert-secondary);
  --icon-color: var(--msi-ui-primary-highlight);
  --font-color: var(--msi-ui-neutral-light-70);
  --title-font-color: var(--msi-ui-neutral-light);
  --text-font-color: var(--msi-ui-neutral-medium);
  --comments-background-color: var(--msi-ui-widget);
  --comment-date-color: var(--msi-ui-primary-light-40);
  --segment-key-color: var(--msi-ui-ptt-dispatch);
  --search-results-hover: rgba($msi-ui-primary-highlight, 0.4);
  --search-results-click: rgba($msi-ui-primary-highlight, 0.6);
  --search-results-disabled: $msi-ui-secondary;
  --t-foot-search-components: var(--background-level-3);
  --row-border-color: var(--primary-20);
  --unread-row: $msi-ui-primary-light;
  --primary: #28b1ec;
  --secondary: #28b1ec;
  --background: #000912;
  --text: #fff;
  --text-alert-label: #a6abaf;
  --alert-label: #344252;
  --label: rgba($msi-ui-primary-light, 0.8);
  --alert: #ec1c24;
  --emergency: #ff8400;
  --ui-accent-gold-01: #c97d00;
  --ui-unit-card-background: #142737;
  --ui-unit-card-background-hover: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    #142737;
  --ui-unit-card-background-selected: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    #142737;
  --ui-unit-card-icon-error: rgba(0, 0, 0, 0.8);
  --ui-unit-card-outline: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  --ui-unit-card-color: rgba(0, 0, 0, 0.9);
  --ui-unit-status-timer: #fff;
  --ui-unit-alert-status: #ff4d4d;
  --success: #099a49;
  --label-primary: #007aaa;
  --label-secondary: #662d91;
  --action-button: #28b1ec;
  --background-secondary: #142737;
  --hover: rgba(255, 255, 255, 0.1);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-65: rgba(255, 255, 255, 0.65);
  --primary-70: rgba(255, 255, 255, 0.7);
  --neutral-40: rgba(166, 171, 175, 0.4);
  --border-secondary: 1px solid #142737;
  --shadow-level-1: 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(255, 255, 255, 0.5);
  --shadow-inset: inset 0 0 0 1px rgba-to-rgb(rgba(255, 255, 255, 0.06), #142737);
  --border-primary: 1px solid rgba(255, 255, 255, 0.1);
  --border-accent: 1px solid #005779;
  --border-accent-2: #007aaa;
  --white: #fff;
  --card-background: #142737;
  --background-primary: #001526;
  --text-opacity: rgba(255, 255, 255, 0.5);
  --primary-border-radius: 4px;
  --secondary-border-radius: 2px;
  --select-background: #142737;
  --slider-primary: rgba($msi-ui-primary-light, 0.1);
  --slider-thumb-border: 1px solid transparent;
  --slider-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  --background-primary-mono: #000;
  --toggle-off: #999;
  --toggle-on: #007aaa;
  --toggle-error: rgba(#ec1c24, 0.6);
  --toggle-error-icon: #ec1c24;
  --switch-border: transparent;
  --form-border: rgba(0, 0, 0, 0.5);
  --background-dark: #00162c;
  --background-darker: #002345;
  --neutral-70: rgba(166, 171, 175, 0.7);
  --text-reverse: #000;
  --select: var(--primary);
}
body.dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}
body.dark {
  --uwm-toolbar-background: #10384e;
  --uwm-toolbar-background-bright: #ccc;
  --uwm-toolbar-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-toolbar-background-focus: #007aaa;
  --uwm-widget-background: #10384e;
  --uwm-widget-background-secondary: #142737;
  --uwm-widget-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-widget-background-active: rgba(0, 122, 170, 0.6);
  --uwm-widget-border-color: rgba(255, 255, 255, 0.1);
  --uwm-widget-shadow-color: rgba(0, 0, 0, 0.5);
  --uwm-widget-inside-border-color: rgba(255, 255, 255, 0.1);
  --uwm-widget-element-border-color: rgba(255, 255, 255, 0.3);
  --uwm-widget-scroll-color: rgba(255, 255, 255, 0.7);
  --uwm-widget-button-hover-invert: rgba(255, 255, 255, 0.1);
  --uwm-widget-button-invert-background: unset;
  --uwm-widget-icon-color-invert: none;
  --uwm-widget-background-opacity: 1;
  --uwm-widget-background-opacity-second: 1;
  --uwm-text-color: #fff;
  --uwm-text-color-dark: rgba(0, 0, 0, 0.9);
  --uwm-placeholder-color: rgba(255, 255, 255, 0.3);
  --uwm-button-background: #007aaa;
  --uwm-button-background-hover: rgba(0, 122, 170, 0.9);
  --uwm-sketch-button-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-sketch-button-background-focus: rgba(0, 122, 170, 0.6);
  --uwm-button-border: rgba(255, 255, 255, 0.1);
  --uwm-button-shadow: rgba(0, 0, 0, 0.5);
  --uwm-button-highlight: #1a87b2;
  --uwm-button-text-color: #fff;
  --uwm-action-button-text-color: #28b1ec;
  --uwm-action-button-hover: rgba(255, 255, 255, 0.1);
  --uwm-button-disabled-color: rgba(255, 255, 255, 0.1);
  --uwm-input-color: rgba(255, 255, 255, 0.1);
  --uwm-input-border-color: rgba(255, 255, 255, 0.2);
  --uwm-input-border-color-active: rgba(0, 122, 170, 0.6);
  --uwm-tooltip-background: rgba(0, 0, 0, 0.7);
  --uwm-scale-bar-border: #000;
  --uwm-light-background: #fff;
  --uwm-light-transparent-background: rgba(255, 255, 255, 0.5);
  --uwm-inverted-background-hover: rgba(255, 255, 255, 0.1);
  --uwm-light-text: #fff;
  --uwm-dark-background: rgba(0, 0, 0, 0.1);
  --uwm-dark-text: #000;
  --uwm-error-color: #d0021b;
  --uwm-success-color: #099a49;
}
body.dark {
  /* Either include them at :root context or global */
  --text-primary: #fff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-selected: #fff;
  --text-link: #007aaa;
  --text-link-clicked: #79477e;
  --text-inverse-primary: rgba(0, 0, 0, 0.9);
  --text-inverse-secondary: rgba(0, 0, 0, 0.6);
  --text-dark: rgba(0, 0, 0, 0.9);
  --text-dark-secondary: rgba(0, 0, 0, 0.6);
  --text-light: #fff;
  --text-light-secondary: rgba(255, 255, 255, 0.7);
  --button-text: #fff;
  --focus-find-highlight: #fff84d;
  --focus-find: rgba(255, 248, 77, 0.7);
  --hover: rgba(255, 255, 255, 0.1);
  --hover-large: rgba(255, 255, 255, 0.05);
  --error: #ff4d4d;
  --alert: #ff4d4d;
  --success: #099a49;
  --disabled-opacity: 0.4;
  --inverted: #000;
  --click: rgba(255, 255, 255, 0.4);
  --focus-border-color: #007aaa;
  --focus-primary: #007aaa;
  --focus-primary-60: rgba(0, 122, 170, 0.6);
  --focus-secondary: #28b1ec;
  --focus-tertiary: rgba(0, 122, 170, 0.8);
  --focus-selection: rgba(0, 122, 170, 0.5);
  --focus-timeline: rgba(0, 122, 170, 0.6);
  --shadow-level-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-2: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  --shadow-level-3: 0 3px 9px 0 rgba(0, 0, 0, 0.5);
  --background-level-1: #000912;
  --background-level-2: #001526;
  --background-level-3: #142737;
  --background-blue-level-1: #000912;
  --background-input: #001526;
  --background-input-light: #fff;
  --background-input-read: rgba(255, 255, 255, 0.1);
  --background-header: rgba(255, 255, 255, 0.05);
  --background-tooltip: #4a4a4a;
  --background-underlay: rgba(0, 0, 0, 0.7);
  --common-header-background: #001526;
  --fill-light-level-1: rgba(255, 255, 255, 0.1);
  --fill-light-level-2: rgba(255, 255, 255, 0.2);
  --fill-light-level-3: rgba(255, 255, 255, 0.3);
  --fill-light-level-4: rgba(255, 255, 255, 0.4);
  --fill-dark-level-1: rgba(0, 0, 0, 0.1);
  --fill-dark-level-2: rgba(0, 0, 0, 0.2);
  --fill-dark-level-3: rgba(0, 0, 0, 0.3);
  --fill-dark-level-4: rgba(0, 0, 0, 0.4);
  --background-chat-bubble-outgoing: rgba(0, 122, 170, 0.2);
  --background-chat-bubble-incoming: rgba(255, 255, 255, 0.1);
  --background-callout: rgba(0, 0, 0, 0.1);
  --background-thumbnail: rgba(255, 255, 255, 0.05);
  --chip-red: #ff4d4d;
  --chip-gold: #ffd469;
  --chip-green: #099a49;
  --chip-blue: #007aaa;
  --chip-neutral: rgba(255, 255, 255, 0.4);
  --stroke-level-1: rgba(255, 255, 255, 0.1);
  --stroke-level-2: rgba(255, 255, 255, 0.2);
  --stroke-level-4: rgba(255, 255, 255, 0.4);
  --stroke-inverse-level-1: rgba(0, 0, 0, 0.1);
  --stroke-inverse-level-2: rgba(0, 0, 0, 0.2);
  --stroke-inverse-level-4: rgba(0, 0, 0, 0.4);
  --stroke-light-level-1: rgba(255, 255, 255, 0.1);
  --stroke-light-level-2: rgba(255, 255, 255, 0.2);
  --stroke-light-level-4: rgba(255, 255, 255, 0.4);
  --stroke-dark-level-1: rgba(0, 0, 0, 0.1);
  --stroke-dark-level-2: rgba(0, 0, 0, 0.2);
  --stroke-dark-level-4: rgba(0, 0, 0, 0.4);
  --focus-find-stroke: rgba(0, 0, 0, 0.2);
  --focus-find-stroke-highlight: rgba(0, 0, 0, 0.4);
  --icon-primary: #fff;
  --icon-secondary: #fff;
  --icon-tertiary: rgba(0, 0, 0, 0.8);
  --icon-light: #fff;
  --icon-dark: rgba(0, 0, 0, 0.8);
  --icon-unfocused: rgba(255, 255, 255, 0.5);
  --icon-focus: #28b1ec;
  --icon-inverse: rgba(0, 0, 0, 0.8);
  --neutral: #a6abaf;
  --neutral-40: rgba(166, 171, 175, 0.4);
  --neutral-70: rgba(166, 171, 175, 0.7);
  --neutral-level-1: rgba(255, 255, 255, 0.1);
  --neutral-level-2: rgba(255, 255, 255, 0.2);
  --neutral-level-3: rgba(255, 255, 255, 0.4);
  --primary: #fff;
  --primary-80: rgba(255, 255, 255, 0.8);
  --primary-70: rgba(255, 255, 255, 0.7);
  --primary-60: rgba(255, 255, 255, 0.6);
  --primary-50: rgba(255, 255, 255, 0.5);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-30: rgba(255, 255, 255, 0.3);
  --primary-20: rgba(255, 255, 255, 0.2);
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-05: rgba(255, 255, 255, 0.05);
  --emergency: #ff8400;
  --accent-light-blue: #00caff;
  --accent-light-blue-select: rgba(0, 202, 255, 0.35);
  --accent-med-blue: #3694ed;
  --accent-med-blue-select: rgba(54, 148, 237, 0.35);
  --accent-light-green: #cfd900;
  --accent-light-green-select: rgba(207, 217, 0, 0.35);
  --accent-dark-green: #a0a634;
  --accent-dark-green-select: rgba(160, 166, 52, 0.35);
  --accent-med-purple: #8f66af;
  --accent-med-purple-select: rgba(118, 95, 197, 0.35);
  --accent-dark-purple: #765fc5;
  --accent-dark-purple-select: rgba(118, 95, 197, 0.35);
  --accent-med-gold: #ffd469;
  --accent-med-gold-select: rgba(255, 212, 105, 0.45);
  --accent-dark-gold: #dcaa59;
  --accent-dark-gold-select: rgba(220, 170, 89, 0.35);
  --accent-med-brown: #a67f79;
  --accent-med-brown-select: rgba(166, 127, 121, 0.35);
  --accent-primary-highlight: #28b1ec;
  --accent-primary-highlight-select: rgba(0, 122, 170, 0.3);
  --accent-success: #5fbd89;
  --accent-success-select: rgba(95, 189, 137, 0.35);
  --accent-slate: #7394a4;
  --accent-slate-select: rgba(115, 148, 164, 0.35);
  --accent-error: #ff4d4d;
  --accent-error-select: rgba(255, 77, 77, 0.3);
  --icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(102%) contrast(102%);
  --dark-to-light-filter: invert(100%);
  --light-to-dark-filter: none;
  --action-button-text: #28b1ec;
  --button-background: #007aaa;
  --button-overlay: rgba(0, 0, 0, 0.1);
  --button-border-color: rgba(255, 255, 255, 0.1);
  --button-secondary: #28b1ec;
  --callout-error-background: rgba(208, 2, 27, 0.4);
  --callout-error-border: #ff4d4d;
  --callout-error-icon: #ff4d4d;
  --callout-info-background: rgba(0, 122, 170, 0.4);
  --callout-info-border: #007aaa;
  --callout-success-background: rgba(9, 154, 73, 0.4);
  --callout-success-border: #099a49;
  --callout-warning-background: rgba(252, 180, 0, 0.4);
  --callout-warning-border: #fcb400;
  --header-background-color: #001526;
  --input-background: #001526;
  --input-background-read: rgba(255, 255, 255, 0.05);
  --input-border-color: rgba(255, 255, 255, 0.2);
  --input-secondary-background: rgba(255, 255, 255, 0.1);
  --input-secondary-background-read: rgba(255, 255, 255, 0.05);
  --input-secondary-border-color: rgba(255, 255, 255, 0.1);
  --modal-background: #142737;
  --slider-track: rgba(255, 255, 255, 0.1);
  --slider-handle-background: #fff;
  --slider-handle-border-color: transparent;
  --tooltip-background: #4a4a4a;
  --item-selection-primary: #007aaa;
  --item-selection-primary-light: rgba(0, 122, 170, 0.5);
  --item-selection-text-color-light: #fff;
  --table-frozen-shadow-color: rgba(0, 0, 0, 0.5);
  --table-background: #001526;
  --sidepanel-header-background-color: #344252;
  --button-enabled: rgb(0, 110, 153);
  --button-hover: rgb(26, 125, 163);
  --button-pressed: #007aaa;
  --button-pressed-hover: rgb(26, 135, 179);
  --input-hover: rgba(255, 255, 255, 0.1);
  --slider-handle-hover: rgb(230, 230, 230);
  --toggle-handle-border-color: transparent;
  --item-selection-hover: rgb(26, 135, 179);
  --item-selection-hover-light: rgba(46, 146, 185, 0.55);
  --table-hover: rgb(26, 44, 60);
  --table-selection: rgb(0, 72, 104);
  --table-selection-hover: rgb(25, 90, 119);
}

.dark-backdrop,
.light-backdrop {
  background-color: var(--background-primary-mono);
}

.dark-backdrop {
  opacity: 1;
}

.light-backdrop {
  opacity: 0.8 !important;
}

.msi-select {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

msi-modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

msi-modal-host {
  box-shadow: var(--shadow-level-1);
}

msi-modal-actions {
  border: var(--border-primary);
}

.msi-label {
  padding-top: 0 !important;
  margin-bottom: 8px;
}

.msi-select-origin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}

.msi-autocomplete-panel {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.msi-autocomplete-option {
  max-width: none;
}

.iti {
  --iti-path-flags-1x: url("/assets/flags.webp");
  --iti-path-flags-2x: url("/assets/flags@2x.webp");
  --iti-path-globe-1x: url("/assets/globe.webp");
  --iti-path-globe-2x: url("/assets/globe@2x.webp");
}

.msi-input-group {
  display: flex;
  min-height: 26px;
}
.msi-input-group * {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
}
.msi-input-group .msi-input-button {
  position: relative;
  z-index: 20;
  margin-top: 4px;
}
.msi-input-group .msi-input-button .msi-input-suffix {
  position: absolute;
  padding: 3px;
  color: var(--text-primary);
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.msi-input-group .msi-input-button .msi-input-suffix:focus {
  outline: none;
}

.textarea-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 26px;
  padding: 0;
  padding-right: 35px;
  line-height: 14px;
  margin: 0;
}
.textarea-container * {
  height: 30px;
  min-height: 18px;
  padding: 8px 14px 6px 6px;
  margin-bottom: -2px;
  overflow: hidden;
  color: var(--text-primary);
  resize: none;
  background-color: transparent;
  border: 0;
}
.textarea-container *:focus, .textarea-container *:active {
  outline: none;
}

textarea.msi-input {
  height: 60px;
  padding: 6px;
}

.msi-input-group-textarea.active {
  border-color: #007aaa;
}
.msi-input-group-textarea.priority-high {
  background-color: rgba(208, 2, 27, 0.2);
  border-color: #d0021b !important;
}
.msi-input-group-textarea.priority-high:focus {
  border-color: #d0021b !important;
}

.msi-input-suffix-priority {
  color: var(--text-selected) !important;
  background-color: #d0021b !important;
  border-radius: 15px;
}

input.msi-input.invalid {
  border: 1px var(--alert) solid;
}

.msi-date-picker-control .date-control .input-wrapper .msi-icon {
  top: 3px;
}

input.msi-input {
  height: 24px;
  background: var(--input-background) !important;
}
input.msi-input::placeholder {
  font-style: italic;
  font-size: 0.875rem;
}

.dark b.highlight {
  color: var(--secondary);
}

.light b.highlight {
  color: var(--secondary);
}

cad-incident-card cad-unit-card.cdk-drag-placeholder {
  display: none;
}

.msi-treeview cad-unit-card.cdk-drag-placeholder {
  display: none;
}

.msi-select-options-list {
  background-color: var(--background-secondary) !important;
}

.msi-collapsable .msi-item cad-phone-input a {
  padding-left: 0;
}
