@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap);
@charset "UTF-8";
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.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:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.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:rgba(0,0,0,0.288)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.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}
.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}
.owl-dt-container,.owl-dt-container *{box-sizing:border-box}
.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}
.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-row:last-child{border-bottom:none}
.owl-dt-calendar{display:flex;flex-direction:column;width:100%}
.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}
.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}
.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}
.owl-dt-calendar-view{display:block;flex:1 1 auto}
.owl-dt-calendar-multi-year-view{display:flex;align-items:center}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}
.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}
.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}
.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}
.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}
.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}
.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}
.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}
.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}
.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}
.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}
.owl-dt-timer-divider:before{top:35%}
.owl-dt-timer-divider:after{bottom:35%}
.owl-dt-control-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}
.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}
.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}
.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}
.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}
.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}
.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}
.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}
.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}
.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}
.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}
@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}
@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}
.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}
.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}
.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}
.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}
.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owl-dt-container-info .owl-dt-container-range{outline:none}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}
.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}
.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}
.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}
.owl-dt-inline{display:inline-block}
.owl-dt-control{outline:none;cursor:pointer}
.owl-dt-control .owl-dt-control-content{outline:none}
.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}
.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.iti {
  position: relative;
  display: inline-block; }
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.iti__hide {
    display: none; }
.iti__v-hide {
    visibility: hidden; }
.iti input, .iti input[type=text], .iti 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; }
.iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
.iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
@media (max-width: 500px) {
      .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 {
    padding: 5px 10px;
    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, .iti__dial-code {
    vertical-align: middle; }
.iti__flag-box, .iti__country-name {
    margin-right: 6px; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
.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 input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.iti--container:hover {
      cursor: pointer; }
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 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: 14px;
    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__cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.007b2705c0a8f69dfdf6.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.9d5328fb490cddd43f66.png'); } }
.iti__flag.iti__np {
  background-color: transparent; }
:root {
  --mdc-layout-grid-margin-desktop: 24px;
  --mdc-layout-grid-gutter-desktop: 24px;
  --mdc-layout-grid-column-width-desktop: 72px;
  --mdc-layout-grid-margin-tablet: 16px;
  --mdc-layout-grid-gutter-tablet: 16px;
  --mdc-layout-grid-column-width-tablet: 72px;
  --mdc-layout-grid-margin-phone: 16px;
  --mdc-layout-grid-gutter-phone: 16px;
  --mdc-layout-grid-column-width-phone: 72px;
}
@media (min-width: 840px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    padding: var(--mdc-layout-grid-margin-desktop, 24px);
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-tablet, 16px);
  }
}
@media (max-width: 479px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-phone, 16px);
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 24px;
      grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
}
@media (max-width: 479px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__cell {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-desktop {
    width: calc(8.3333333333% - 24px);
    width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-desktop {
      width: auto;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-desktop {
    width: calc(16.6666666667% - 24px);
    width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-desktop {
      width: auto;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-desktop {
    width: calc(25% - 24px);
    width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-desktop {
      width: auto;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-desktop {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-desktop {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-desktop {
    width: calc(41.6666666667% - 24px);
    width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-desktop {
      width: auto;
      grid-column-end: span 5;
    }
  }

  .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-desktop {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-desktop {
      width: auto;
      grid-column-end: span 6;
    }
  }

  .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-desktop {
    width: calc(58.3333333333% - 24px);
    width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-desktop {
      width: auto;
      grid-column-end: span 7;
    }
  }

  .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-desktop {
    width: calc(66.6666666667% - 24px);
    width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-desktop {
      width: auto;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-desktop {
    width: calc(75% - 24px);
    width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-desktop {
      width: auto;
      grid-column-end: span 9;
    }
  }

  .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-desktop {
    width: calc(83.3333333333% - 24px);
    width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-desktop {
      width: auto;
      grid-column-end: span 10;
    }
  }

  .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-desktop {
    width: calc(91.6666666667% - 24px);
    width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-desktop {
      width: auto;
      grid-column-end: span 11;
    }
  }

  .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-desktop {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-desktop {
      width: auto;
      grid-column-end: span 12;
    }
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .mdc-layout-grid__cell {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-tablet {
    width: calc(12.5% - 16px);
    width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-tablet {
      width: auto;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-tablet {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-tablet {
      width: auto;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-tablet {
    width: calc(37.5% - 16px);
    width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-tablet {
      width: auto;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-tablet {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-tablet {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-tablet {
    width: calc(62.5% - 16px);
    width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-tablet {
      width: auto;
      grid-column-end: span 5;
    }
  }

  .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-tablet {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-tablet {
      width: auto;
      grid-column-end: span 6;
    }
  }

  .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-tablet {
    width: calc(87.5% - 16px);
    width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-tablet {
      width: auto;
      grid-column-end: span 7;
    }
  }

  .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
}
@media (max-width: 479px) {
  .mdc-layout-grid__cell {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-phone {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
.mdc-layout-grid__cell--span-1-phone {
      width: auto;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-phone {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
.mdc-layout-grid__cell--span-2-phone {
      width: auto;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-phone {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
.mdc-layout-grid__cell--span-3-phone {
      width: auto;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
.mdc-layout-grid__cell--span-4-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
.mdc-layout-grid__cell--span-5-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
.mdc-layout-grid__cell--span-6-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
.mdc-layout-grid__cell--span-7-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
.mdc-layout-grid__cell--span-8-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
.mdc-layout-grid__cell--span-9-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
.mdc-layout-grid__cell--span-10-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
.mdc-layout-grid__cell--span-11-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
.mdc-layout-grid__cell--span-12-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
}
.mdc-layout-grid__cell--order-1 {
  order: 1;
}
.mdc-layout-grid__cell--order-2 {
  order: 2;
}
.mdc-layout-grid__cell--order-3 {
  order: 3;
}
.mdc-layout-grid__cell--order-4 {
  order: 4;
}
.mdc-layout-grid__cell--order-5 {
  order: 5;
}
.mdc-layout-grid__cell--order-6 {
  order: 6;
}
.mdc-layout-grid__cell--order-7 {
  order: 7;
}
.mdc-layout-grid__cell--order-8 {
  order: 8;
}
.mdc-layout-grid__cell--order-9 {
  order: 9;
}
.mdc-layout-grid__cell--order-10 {
  order: 10;
}
.mdc-layout-grid__cell--order-11 {
  order: 11;
}
.mdc-layout-grid__cell--order-12 {
  order: 12;
}
.mdc-layout-grid__cell--align-top {
  align-self: flex-start;
}
@supports (display: grid) {
  .mdc-layout-grid__cell--align-top {
    align-self: start;
  }
}
.mdc-layout-grid__cell--align-middle {
  align-self: center;
}
.mdc-layout-grid__cell--align-bottom {
  align-self: flex-end;
}
@supports (display: grid) {
  .mdc-layout-grid__cell--align-bottom {
    align-self: end;
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid--fixed-column-width {
    width: 1176px;
    width: calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2 );
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .mdc-layout-grid--fixed-column-width {
    width: 720px;
    width: calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2 );
  }
}
@media (max-width: 479px) {
  .mdc-layout-grid--fixed-column-width {
    width: 368px;
    width: calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2 );
  }
}
.mdc-layout-grid--align-left {
  margin-right: auto;
  margin-left: 0;
}
.mdc-layout-grid--align-right {
  margin-right: 0;
  margin-left: auto;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-paginator-container button.mat-paginator-navigation-previous,
.mat-paginator-container button.mat-paginator-navigation-next, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.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: transparent;
  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: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.sh-dark-theme {
  --greyscale-100: #313235;
  --greyscale-150: #3D3F42;
  --greyscale-200: #494A4F;
  --greyscale-400: #61646A;
  --greyscale-600: #CACBCE;
  --greyscale-800: #F1F2F2;
  --greyscale-950: #F1F2F2;
  --greyscale-base: #FFFFFF;
  --mat-header-row-bg: #313235;
  --mat-header-color: #F1F2F2;
  --header-greyscale-100: #313235;
  --header-greyscale-150: #3D3F42;
  --header-greyscale-200: #494A4F;
  --header-greyscale-400: #61646A;
  --header-greyscale-950: #F1F2F2;
  --header-greyscale-base: #FFFFFF;
  --primary-100: #44413A;
  --primary-200: #58503F;
  --primary-400: #7F6E4A;
  --primary-600: #A78B54;
  --primary-800: #CEA95F;
  --primary-base: #F5C769;
  --primary-A800: #F7D287;
  --primary-A600: #F9DDA5;
  --tab-bg: #44413A;
  --tab-color: #F5C769;
  --red-100: #2D2122;
  --red-150: #41302F;
  --red-200: #412929;
  --red-400: #693936;
  --red-600: #904945;
  --red-800: #B85952;
  --red-base: #E06960;
  --red-A800: #E68780;
  --red-A600: #ECA5A0;
  --green-100: #34423C;
  --green-200: #24382C;
  --green-400: #2E573C;
  --green-600: #39774C;
  --green-800: #43965C;
  --green-base: #53D47A;
  --green-A800: #71C48A;
  --green-A600: #95D3A7;
  --blue-100: #1F2128;
  --blue-200: #242937;
  --blue-400: #2F3952;
  --blue-600: #3B496E;
  --blue-800: #465989;
  --blue-base: #5169A5;
  --blue-A800: #7487B7;
  --blue-A600: #97A5C9;
  --loader-bg-color: rgba(40, 40, 40, 0.5);
}
.sh-light-theme {
  --greyscale-100: #F1F1F3;
  --greyscale-150: #FBFBFB;
  --greyscale-200: #C8CACF;
  --greyscale-400: #92959F;
  --greyscale-600: #5F626C;
  --greyscale-800: #2F3136;
  --greyscale-950: #232528;
  --greyscale-base: #17181A;
  --mat-header-row-bg: #303236;
  --mat-header-color: #FFFFFF;
  --header-greyscale-100: #303236;
  --header-greyscale-150: #303236;
  --header-greyscale-200: #494A4F;
  --header-greyscale-400: #AEB0B7;
  --header-greyscale-950: #303236;
  --header-greyscale-base: #FFFFFF;
  --primary-100: #FDF4E2;
  --primary-200: #FBE8C1;
  --primary-400: #F9DB9F;
  --primary-600: #F6CF7E;
  --primary-800: #F4C25C;
  --primary-base: #F2B63B;
  --primary-A800: #F0A919;
  --primary-A600: #D7950E;
  --tab-bg: #FCEFD4;
  --tab-color: #303236;
  --red-100: #EFE3E4;
  --red-150: #EED6D6;
  --red-200: #EED6D6;
  --red-400: #EABBB8;
  --red-600: #E79F9B;
  --red-800: #E3847D;
  --red-base: #E06960;
  --red-A800: #B85952;
  --red-A600: #904944;
  --green-100: #E1EBE6;
  --green-200: #D0E5D8;
  --green-400: #B0D9BD;
  --green-600: #8FCDA3;
  --green-800: #6FC188;
  --green-base: #4EB56D;
  --green-A800: #43965C;
  --green-A600: #38764C;
  --blue-100: #E1E3EB;
  --blue-200: #D1D6E3;
  --blue-400: #B1BBD4;
  --blue-600: #919FC4;
  --blue-800: #7184B5;
  --blue-base: #5169A5;
  --blue-A800: #455989;
  --blue-A600: #3A496D;
  --loader-bg-color: rgba(227, 227, 227, 0.5);
  --dial-active-color: #000;
  --dial-inactive-color: rgba(0, 0, 0, 0.5);
}
.mat-drawer-container {
  background-color: var(--greyscale-100) !important;
  color: var(--greyscale-800) !important;
}
.sh-dark-theme .mat-toolbar, .sh-light-theme .mat-toolbar {
  background: var(--header-greyscale-150) !important;
  color: var(--header-greyscale-base) !important;
}
.sh-dark-theme .sh-action-icon {
  color: var(--greyscale-800) !important;
}
button i.sh-action-icon {
  margin-top: 1px;
  margin-right: 10px;
  padding: 0;
}
button.mat-primary i.sh-action-icon {
  color: #313235 !important;
}
button.mat-icon-button i.sh-action-icon, button.btn-icon i.sh-action-icon {
  margin-right: 0;
}
.border-box, .section-header.border-box {
  border-bottom: 1px solid var(--greyscale-200);
}
.sh-dark-theme .mat-menu-panel {
  background-color: var(--greyscale-150) !important;
  box-shadow: none !important;
  border: 1px solid var(--greyscale-200) !important;
  padding-right: 0;
}
.mat-button, .mat-raised-button, .mat-paginator-container button.mat-paginator-navigation-previous,
.mat-paginator-container button.mat-paginator-navigation-next, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-mini-fab, .timepicker-button {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px !important;
  box-shadow: none !important;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.mat-primary {
  border-width: 0px !important;
}
.sh-dark-theme .mat-raised-button, .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next {
  padding: 0 20px;
}
.sh-dark-theme .mat-raised-button .mat-button-wrapper, .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous .mat-button-wrapper, .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous .mat-button-wrapper,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next .mat-button-wrapper,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-dark-theme .mat-flat-button,
.sh-dark-theme .mat-raised-button,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next,
.sh-dark-theme .mat-fab,
.sh-dark-theme .mat-mini-fab,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous {
  color: var(--greyscale-base) !important;
  background-color: var(--greyscale-150) !important;
  border: 1px solid var(--greyscale-400) !important;
  border-width: 1px !important;
  transition: ease-in-out 200ms !important;
  box-sizing: border-box;
  transform: none !important;
  width: auto;
}
.sh-dark-theme .mat-flat-button i.sh-action-icon,
.sh-dark-theme .mat-raised-button i.sh-action-icon,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous i.sh-action-icon,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme .mat-fab i.sh-action-icon,
.sh-dark-theme .mat-mini-fab i.sh-action-icon,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous i.sh-action-icon {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-flat-button:hover,
.sh-dark-theme .mat-raised-button:hover,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:hover,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:hover,
.sh-dark-theme .mat-fab:hover,
.sh-dark-theme .mat-mini-fab:hover,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next:hover,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous:hover {
  color: var(--greyscale-base);
  background-color: var(--greyscale-200) !important;
  border: 1px solid var(--greyscale-400) !important;
}
.sh-dark-theme .mat-flat-button:active,
.sh-dark-theme .mat-raised-button:active,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:active,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:active,
.sh-dark-theme .mat-fab:active,
.sh-dark-theme .mat-mini-fab:active {
  color: var(--greyscale-base);
  background-color: var(--greyscale-100) !important;
  border: 1px solid var(--greyscale-200) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary,
.sh-dark-theme .mat-raised-button.mat-primary,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary,
.sh-dark-theme .mat-fab.mat-primary,
.sh-dark-theme .mat-mini-fab.mat-primary,
.sh-dark-theme button.mat-primary {
  color: var(--greyscale-100) !important;
  background-color: var(--primary-base) !important;
  border-color: var(--primary-base) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-raised-button.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-fab.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-mini-fab.mat-primary i.sh-action-icon,
.sh-dark-theme button.mat-primary i.sh-action-icon {
  color: var(--greyscale-100) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary:hover,
.sh-dark-theme .mat-raised-button.mat-primary:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:hover,
.sh-dark-theme .mat-fab.mat-primary:hover,
.sh-dark-theme .mat-mini-fab.mat-primary:hover,
.sh-dark-theme button.mat-primary:hover {
  color: #313235 !important;
  background-color: var(--primary-A800) !important;
  border-color: var(--primary-A800) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary:active,
.sh-dark-theme .mat-raised-button.mat-primary:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:active,
.sh-dark-theme .mat-fab.mat-primary:active,
.sh-dark-theme .mat-mini-fab.mat-primary:active,
.sh-dark-theme button.mat-primary:active {
  color: #313235 !important;
  background-color: var(--primary-800) !important;
  border-color: var(--primary-800) !important;
}
.sh-dark-theme button.mat-button-base.mat-button-disabled {
  color: var(--greyscale-400) !important;
  background-color: var(--greyscale-150) !important;
  border: 1px solid var(--greyscale-200) !important;
}
.sh-dark-theme button.mat-button-base.mat-button-disabled .sh-action-icon {
  color: var(--greyscale-400) !important;
}
.sh-dark-theme button.mat-button-base.mat-icon-button.mat-button-disabled {
  color: var(--greyscale-400) !important;
  border-width: 0px !important;
  background: none !important;
}
.sh-dark-theme button.mat-button-base.mat-primary.mat-button-disabled {
  color: var(--greyscale-200) !important;
  background-color: var(--greyscale-800) !important;
  border: 1px solid var(--greyscale-800) !important;
}
.sh-dark-theme mat-form-field button.mat-button-base.mat-button-disabled,
.sh-dark-theme .mat-icon-button {
  border-width: 0 !important;
}
.sh-dark-theme .mat-flat-button.mat-primary, .sh-dark-theme .mat-raised-button.mat-primary, .mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-previous,
.mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary, .sh-dark-theme .mat-mini-fab.mat-primary {
  border: 0px;
}
.sh-dark-theme button.warning-btn {
  border-color: var(--primary-base) !important;
  color: var(--primary-base);
}
.sh-light-theme .mat-raised-button, .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next {
  padding: 0 20px;
}
.sh-light-theme .mat-raised-button .mat-button-wrapper, .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous .mat-button-wrapper, .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous .mat-button-wrapper,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next .mat-button-wrapper,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-light-theme .mat-flat-button,
.sh-light-theme .mat-raised-button,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next,
.sh-light-theme .mat-fab,
.sh-light-theme .mat-mini-fab,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous {
  color: #474A52;
  background-color: #E6E6E6;
  border: 1px solid #9295A0;
  border-width: 1px !important;
  transition: ease-in-out 200ms !important;
  box-sizing: border-box;
  transform: none !important;
  width: auto;
}
.sh-light-theme .mat-flat-button:hover,
.sh-light-theme .mat-raised-button:hover,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:hover,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:hover,
.sh-light-theme .mat-fab:hover,
.sh-light-theme .mat-mini-fab:hover,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next:hover,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous:hover {
  color: #474A52;
  background-color: #FFFFFF;
  border: 1px solid #474A52;
}
.sh-light-theme .mat-flat-button:active,
.sh-light-theme .mat-raised-button:active,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:active,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:active,
.sh-light-theme .mat-fab:active,
.sh-light-theme .mat-mini-fab:active {
  color: #474A52;
  background-color: #C9CBCF;
  border: 1px solid #9295A0;
}
.sh-light-theme .mat-flat-button.mat-primary,
.sh-light-theme .mat-raised-button.mat-primary,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary,
.sh-light-theme .mat-fab.mat-primary,
.sh-light-theme .mat-mini-fab.mat-primary,
.sh-light-theme button.mat-primary {
  color: #18191B;
  background-color: #F4BF53;
}
.sh-light-theme .mat-flat-button.mat-primary:hover,
.sh-light-theme .mat-raised-button.mat-primary:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:hover,
.sh-light-theme .mat-fab.mat-primary:hover,
.sh-light-theme .mat-mini-fab.mat-primary:hover,
.sh-light-theme button.mat-primary:hover {
  color: #18191B;
  background-color: #F7D691;
}
.sh-light-theme .mat-flat-button.mat-primary:active,
.sh-light-theme .mat-raised-button.mat-primary:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:active,
.sh-light-theme .mat-fab.mat-primary:active,
.sh-light-theme .mat-mini-fab.mat-primary:active,
.sh-light-theme button.mat-primary:active {
  color: #313235;
  background-color: #F2B231;
}
.sh-light-theme button.mat-button-base.mat-button-disabled {
  color: #9295A0 !important;
  background-color: #C9CBCF !important;
  border: 1px solid #AEB0B7 !important;
}
.sh-light-theme button.mat-button-base.mat-icon-button.mat-button-disabled {
  color: #9295A0 !important;
  border-width: 0px !important;
  background: none !important;
}
.sh-light-theme button.mat-button-base.mat-primary.mat-button-disabled {
  color: #E6E6E6 !important;
  background-color: #9295A0 !important;
  border: 1px solid #9295A0 !important;
}
.sh-light-theme mat-form-field button.mat-button-base.mat-button-disabled,
.sh-light-theme .mat-icon-button {
  border-width: 0 !important;
}
.sh-light-theme .mat-flat-button.mat-primary, .sh-light-theme .mat-raised-button.mat-primary, .mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-previous,
.mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary, .sh-light-theme .mat-mini-fab.mat-primary {
  border: 0px;
}
.sh-light-theme button.warning-btn {
  border-color: var(--primary-base) !important;
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .mat-form-field-disabled .mat-form-field-flex {
  border-width: 0;
}
.sh-dark-theme .mat-form-field-disabled .mat-form-field-underline, .sh-light-theme .mat-form-field-disabled .mat-form-field-underline {
  display: none;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-arrow, .sh-light-theme .mat-form-field-disabled .mat-select-arrow {
  opacity: 0;
}
.sh-dark-theme .mat-form-field-disabled input, .sh-dark-theme .mat-form-field-disabled mat-select, .sh-light-theme .mat-form-field-disabled input, .sh-light-theme .mat-form-field-disabled mat-select {
  margin-left: -12px;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-value .mat-select-value-text, .sh-light-theme .mat-form-field-disabled .mat-select-value .mat-select-value-text {
  color: var(--greyscale-base);
}
.sh-dark-theme .mat-form-field-disabled .mat-select-placeholder, .sh-light-theme .mat-form-field-disabled .mat-select-placeholder {
  color: var(--greyscale-base) !important;
  -webkit-text-fill-color: currentColor !important;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-placeholder:before, .sh-light-theme .mat-form-field-disabled .mat-select-placeholder:before {
  content: "-";
}
.sh-dark-theme .editMode .mat-form-field-disabled .mat-form-field-flex, .sh-dark-theme .createMode .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .editMode .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .createMode .mat-form-field-disabled .mat-form-field-flex {
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme .editMode .mat-form-field-disabled input, .sh-dark-theme .editMode .mat-form-field-disabled mat-select, .sh-dark-theme .createMode .mat-form-field-disabled input, .sh-dark-theme .createMode .mat-form-field-disabled mat-select, .sh-light-theme .editMode .mat-form-field-disabled input, .sh-light-theme .editMode .mat-form-field-disabled mat-select, .sh-light-theme .createMode .mat-form-field-disabled input, .sh-light-theme .createMode .mat-form-field-disabled mat-select {
  margin-left: 0;
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .editMode .mat-form-field-disabled i.sh-action-icon, .sh-dark-theme .createMode .mat-form-field-disabled i.sh-action-icon, .sh-light-theme .editMode .mat-form-field-disabled i.sh-action-icon, .sh-light-theme .createMode .mat-form-field-disabled i.sh-action-icon {
  color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-form-field .mat-form-field-infix, .sh-light-theme .mat-form-field .mat-form-field-infix {
  border-width: 12px !important;
}
.sh-dark-theme .mat-form-field.mat-chips .mat-form-field-infix, .sh-light-theme .mat-form-field.mat-chips .mat-form-field-infix {
  border-width: 10px !important;
}
.sh-dark-theme .mat-form-field-type-mat-select .mat-form-field-infix, .sh-light-theme .mat-form-field-type-mat-select .mat-form-field-infix {
  border-width: 10px !important;
}
.sh-dark-theme .fa-matSuffix, .sh-light-theme .fa-matSuffix {
  margin-left: 5px;
}
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme mat-form-field .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field label,
.sh-dark-theme mat-form-field .mat-select-value,
.sh-dark-theme span.mat-option-text,
.sh-dark-theme .alert-danger, .sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme mat-form-field .mat-form-field-label mat-label,
.sh-light-theme mat-form-field label,
.sh-light-theme mat-form-field .mat-select-value,
.sh-light-theme span.mat-option-text,
.sh-light-theme .alert-danger {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme mat-form-field .mat-select-value,
.sh-dark-theme span.mat-option-text, .sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme mat-form-field .mat-select-value,
.sh-light-theme span.mat-option-text {
  font-size: 14px;
}
.sh-dark-theme mat-form-field .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field label,
.sh-dark-theme label, .sh-light-theme mat-form-field .mat-form-field-label mat-label,
.sh-light-theme mat-form-field label,
.sh-light-theme label {
  font-size: 12px;
  text-transform: uppercase;
  max-width: 100% !important;
}
.sh-dark-theme mat-form-field mat-placeholder, .sh-light-theme mat-form-field mat-placeholder {
  text-transform: capitalize;
  font-size: 13px;
}
.sh-dark-theme mat-checkbox label, .sh-dark-theme mat-radio-button label, .sh-light-theme mat-checkbox label, .sh-light-theme mat-radio-button label {
  text-transform: capitalize;
  font-size: 13px;
}
.sh-dark-theme .mat-radio-label-content, .sh-light-theme .mat-radio-label-content {
  padding-left: 15px;
}
.sh-dark-theme .mat-form-field-flex .mat-form-field-underline, .sh-light-theme .mat-form-field-flex .mat-form-field-underline {
  width: 99%;
  margin-left: 0.5%;
}
.sh-dark-theme .mat-form-field-flex, .sh-light-theme .mat-form-field-flex {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-radius: 2px !important;
}
.sh-dark-theme .mat-form-field div.mat-form-field-underline,
.sh-dark-theme .mat-form-field span.mat-form-field-ripple, .sh-light-theme .mat-form-field div.mat-form-field-underline,
.sh-light-theme .mat-form-field span.mat-form-field-ripple {
  height: 1px;
}
.sh-dark-theme mat-form-field .mat-form-field-infix, .sh-light-theme mat-form-field .mat-form-field-infix {
  padding: 0 0 0.8em 0 !important;
}
.sh-dark-theme mat-form-field .mat-form-field-flex, .sh-light-theme mat-form-field .mat-form-field-flex {
  padding: 0 0.75em 0 0.75em !important;
}
.sh-dark-theme .mat-form-field-label-wrapper, .sh-light-theme .mat-form-field-label-wrapper {
  overflow: visible !important;
}
.sh-dark-theme mat-form-field .mat-form-field-label i,
.sh-dark-theme mat-form-field label i, .sh-light-theme mat-form-field .mat-form-field-label i,
.sh-light-theme mat-form-field label i {
  margin-top: -10px;
  font-size: 11px;
}
.sh-dark-theme mat-form-field .mat-form-field-label, .sh-light-theme mat-form-field .mat-form-field-label {
  transform: none !important;
  top: -20px !important;
  margin-top: 0 !important;
  margin-left: -13px !important;
}
.sh-dark-theme mat-form-field.mat-select .mat-form-field-label, .sh-light-theme mat-form-field.mat-select .mat-form-field-label {
  transform: none !important;
  top: 0 !important;
  margin-top: 19px !important;
  margin-left: 12px !important;
  display: none;
}
.sh-dark-theme mat-form-field.mat-date-select label, .sh-light-theme mat-form-field.mat-date-select label {
  left: -38px !important;
}
.sh-dark-theme mat-form-field.mat-select.mat-form-field-hide-placeholder .mat-form-field-label, .sh-light-theme mat-form-field.mat-select.mat-form-field-hide-placeholder .mat-form-field-label {
  display: block;
}
.sh-dark-theme mat-form-field label, .sh-light-theme mat-form-field label {
  position: absolute;
  top: -33px;
  left: -12px;
}
.sh-dark-theme mat-form-field, .sh-light-theme mat-form-field {
  margin-top: 25px;
  margin-bottom: 10px;
}
.sh-dark-theme mat-error, .sh-light-theme mat-error {
  padding-bottom: 10px;
  font-size: 11px;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sh-dark-theme mat-error .alert-danger, .sh-light-theme mat-error .alert-danger {
  margin-top: -3px;
  padding-left: 0;
}
.sh-dark-theme .no-label, .sh-light-theme .no-label {
  margin-top: 0;
}
.sh-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-flex {
  border: none;
}
.sh-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline, .sh-light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  display: none;
}
.sh-dark-theme .mat-form-field-disabled textarea, .sh-light-theme .mat-form-field-disabled textarea {
  margin-left: -10px;
}
.sh-dark-theme .has-placeholder .mat-form-field-label-wrapper, .sh-light-theme .has-placeholder .mat-form-field-label-wrapper {
  top: 24px !important;
  left: 27px;
}
.sh-dark-theme .has-placeholder.mat-form-field-should-float .mat-form-field-label-wrapper, .sh-light-theme .has-placeholder.mat-form-field-should-float .mat-form-field-label-wrapper {
  display: none;
}
.sh-dark-theme mat-checkbox label, .sh-light-theme mat-checkbox label {
  margin-right: 20px;
}
.sh-dark-theme .mat-checkbox-inner-container, .sh-light-theme .mat-checkbox-inner-container {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame {
  border-width: 0;
  padding-top: 9px;
  padding-left: 3px;
}
.sh-dark-theme .mat-checkbox-frame, .sh-dark-theme .mat-radio-outer-circle, .sh-light-theme .mat-checkbox-frame, .sh-light-theme .mat-radio-outer-circle {
  border-width: 1px;
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-select-arrow-wrapper div, .sh-light-theme .mat-form-field-appearance-fill .mat-select-arrow-wrapper div {
  margin-top: 13px;
}
.sh-dark-theme .mat-slide-toggle-bar, .sh-light-theme .mat-slide-toggle-bar {
  width: 30px;
  height: 20px;
  border-radius: 41px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.sh-dark-theme .mat-slide-toggle-thumb, .sh-light-theme .mat-slide-toggle-thumb {
  height: 12px;
  width: 12px;
  margin-left: 4px;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-checked .mat-slide-toggle-thumb {
  margin-left: -2px;
}
.sh-dark-theme .mat-slide-toggle-thumb-container, .sh-light-theme .mat-slide-toggle-thumb-container {
  width: 12px;
  height: 12px;
  top: 3px;
}
.sh-dark-theme .mat-slide-toggle.mat-disabled, .sh-light-theme .mat-slide-toggle.mat-disabled {
  opacity: 1;
}
.sh-dark-theme .mat-slide-toggle label, .sh-light-theme .mat-slide-toggle label {
  text-transform: capitalize;
}
.sh-dark-theme .fa-matSuffix i,
.sh-dark-theme span.mat-option-text,
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .sh-light-theme .fa-matSuffix i,
.sh-light-theme span.mat-option-text,
.sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-form-field mat-label,
.sh-dark-theme .mat-form-field label,
.sh-dark-theme .mat-form-field.mat-focused label.mat-form-field-label,
.sh-dark-theme label, .sh-light-theme .mat-form-field mat-label,
.sh-light-theme .mat-form-field label,
.sh-light-theme .mat-form-field.mat-focused label.mat-form-field-label,
.sh-light-theme label {
  color: var(--greyscale-800) !important;
}
.sh-dark-theme mat-form-field.mat-select.mat-form-field-disabled .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field.mat-form-field-disabled label, .sh-light-theme mat-form-field.mat-select.mat-form-field-disabled .mat-form-field-label mat-label,
.sh-light-theme mat-form-field.mat-form-field-disabled label {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .mat-form-field .mat-input-element, .sh-light-theme .mat-form-field .mat-input-element {
  caret-color: var(--greyscale-base) !important;
  opacity: 1;
}
.sh-dark-theme .mat-form-field-flex, .sh-light-theme .mat-form-field-flex {
  border-color: var(--greyscale-200) !important;
  background-color: var(--greyscale-150) !important;
  transition: ease-in-out 200ms;
}
.sh-dark-theme .mat-form-field-flex:hover, .sh-light-theme .mat-form-field-flex:hover {
  border-color: var(--greyscale-400) !important;
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-form-field div.mat-form-field-underline,
.sh-dark-theme .mat-form-field span.mat-form-field-ripple,
.sh-dark-theme mat-form-field .mat-form-field-underline::before,
.sh-dark-theme .mat-form-field.mat-focused div.mat-form-field-underline,
.sh-dark-theme .mat-form-field.mat-focused span.mat-form-field-ripple, .sh-light-theme .mat-form-field div.mat-form-field-underline,
.sh-light-theme .mat-form-field span.mat-form-field-ripple,
.sh-light-theme mat-form-field .mat-form-field-underline::before,
.sh-light-theme .mat-form-field.mat-focused div.mat-form-field-underline,
.sh-light-theme .mat-form-field.mat-focused span.mat-form-field-ripple {
  background-color: var(--greyscale-400) !important;
  transition: ease-in-out 200ms;
}
.sh-dark-theme .mat-form-field:hover div.mat-form-field-underline,
.sh-dark-theme .mat-form-field:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field:hover .mat-form-field-underline::before,
.sh-dark-theme .mat-form-field.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme .mat-form-field.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme .mat-form-field:hover div.mat-form-field-underline,
.sh-light-theme .mat-form-field:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field:hover .mat-form-field-underline::before,
.sh-light-theme .mat-form-field.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme .mat-form-field.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--greyscale-600) !important;
}
.sh-dark-theme .mat-form-field.pti-secondary-input input::-moz-placeholder, .sh-dark-theme .mat-form-field input::-moz-placeholder .mat-form-field label mat-placeholder, .sh-light-theme .mat-form-field.pti-secondary-input input::-moz-placeholder, .sh-light-theme .mat-form-field input::-moz-placeholder .mat-form-field label mat-placeholder {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .pti-secondary-input .fa-matSuffix i,
.sh-dark-theme .mat-form-field.pti-secondary-input input::placeholder,
.sh-dark-theme .mat-form-field input::placeholder .mat-form-field label mat-placeholder, .sh-light-theme .pti-secondary-input .fa-matSuffix i,
.sh-light-theme .mat-form-field.pti-secondary-input input::placeholder,
.sh-light-theme .mat-form-field input::placeholder .mat-form-field label mat-placeholder {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex {
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex mat-select, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex mat-select {
  margin-left: 0px !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex .mat-select-value-text, .sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex .mat-select-value-text, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input {
  padding-left: 10px;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-suffix i, .sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-suffix i {
  color: var(--red-800) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme mat-form-field.mat-form-field-invalid div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--red-800) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-suffix i, .sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-suffix i {
  color: var(--primary-base) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-warning div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme mat-form-field.mat-form-field-warning div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning:hover .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-flex,
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-flex, .sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-flex,
.sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-flex {
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-checkbox-frame, .sh-dark-theme .mat-radio-outer-circle, .sh-light-theme .mat-checkbox-frame, .sh-light-theme .mat-radio-outer-circle {
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame {
  background-color: var(--primary-base) !important;
  color: var(--greyscale-150);
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame:before, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame:before {
  content: "—";
}
.sh-dark-theme .mat-checkbox-checked.mat-checkbox-disabled span.mat-checkbox-background,
.sh-dark-theme .mat-checkbox-indeterminate.mat-checkbox-disabled span.mat-checkbox-background,
.sh-dark-theme .main-checkbox.mat-checkbox-disabled.not-all-selected .mat-checkbox-frame, .sh-light-theme .mat-checkbox-checked.mat-checkbox-disabled span.mat-checkbox-background,
.sh-light-theme .mat-checkbox-indeterminate.mat-checkbox-disabled span.mat-checkbox-background,
.sh-light-theme .main-checkbox.mat-checkbox-disabled.not-all-selected .mat-checkbox-frame {
  background-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame, .sh-light-theme .mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  background-color: var(--greyscale-200) !important;
  border-color: var(--greyscale-200) !important;
}
.sh-dark-theme .mat-radio-checked .mat-radio-outer-circle, .sh-light-theme .mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-base) !important;
  border-width: 1px;
}
.sh-dark-theme .mat-radio-checked .mat-radio-inner-circle, .sh-light-theme .mat-radio-checked .mat-radio-inner-circle {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-outer-circle, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: var(--greyscale-200) !important;
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: var(--greyscale-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-label-content, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle, .sh-light-theme mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle {
  border-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-slide-toggle-bar, .sh-light-theme .mat-slide-toggle-bar {
  background-color: var(--greyscale-150) !important;
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-slide-toggle-thumb, .sh-light-theme .mat-slide-toggle-thumb {
  background-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-bar, .sh-light-theme .mat-checked .mat-slide-toggle-bar {
  background-color: var(--primary-base) !important;
  border-color: var(--primary-base) !important;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-100) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-bar, .sh-light-theme .mat-disabled .mat-slide-toggle-bar {
  background-color: var(--greyscale-200) !important;
  border-color: var(--greyscale-200) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-thumb, .sh-light-theme .mat-disabled .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-disabled.mat-checked .mat-slide-toggle-bar, .sh-light-theme .mat-disabled.mat-checked .mat-slide-toggle-bar {
  background-color: var(--greyscale-base) !important;
  border-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-disabled.mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-disabled.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-content, .sh-light-theme .mat-disabled .mat-slide-toggle-content {
  color: var(--greyscale-600);
}
.sh-dark-theme .mat-error, .sh-dark-theme .alert-danger, .sh-light-theme .mat-error, .sh-light-theme .alert-danger {
  color: var(--red-800) !important;
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-form-field-subscript-wrapper, .sh-light-theme .mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
  padding: 0;
  font-size: 12px;
  color: var(--greyscale-600);
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.mat-sort-header-content {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
mat-table {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-top: 0;
}
.mat-header-row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
mat-cell {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
mat-cell, mat-header-cell {
  border-right: 1px solid var(--greyscale-200);
  align-self: stretch;
  padding-left: 16px;
}
mat-cell:last-child, mat-header-cell:last-child {
  border-right: 0;
}
mat-header-row, mat-row {
  border-bottom-color: var(--greyscale-200) !important;
  height: 56px;
}
.mat-paginator-outer-container {
  border-style: solid;
  border-width: 1px 0 0 0;
  margin-top: 36px;
  padding-top: 10px;
  padding-bottom: 0;
}
.mat-paginator-icon {
  display: none;
}
.mat-header-row {
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}
.dashboard-list .mainTable.table-block, .dashbard-accessways .mainTable.table-block {
  min-height: auto;
}
.language-class-en .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Previous";
}
.language-class-en .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Next";
}
.language-class-de .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Vorherige";
}
.language-class-de .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Nächste";
}
.language-class-it .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Paginazione anteriore";
}
.language-class-it .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Paginazione dopo";
}
.language-class-fr .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Précédent";
}
.language-class-fr .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Suivant";
}
.language-class-es .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Anterior";
}
.language-class-es .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Próximo";
}
.mat-paginator-container {
  font-family: Work Sans, sans-serif;
  position: relative;
  padding: 0 !important;
  justify-content: space-between !important;
}
.mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  margin-top: 15px;
  margin-bottom: 0;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-flex {
  background-color: inherit !important;
  border-width: 0;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-underline {
  height: 2px;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-flex {
  padding: 0 !important;
}
.mat-paginator-container .mat-paginator-page-size .mat-select-value {
  text-align: center;
}
.mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  width: 43px;
  margin-left: 10px;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-infix {
  padding: 0;
}
.mat-paginator-container .mat-paginator-page-size .mat-form-field-infix {
  padding-bottom: 5px;
}
.mat-paginator-container button.mat-button-disabled {
  display: none;
}
.mat-paginator-container .mat-paginator-page-size-label {
  margin: 0 !important;
}
.mat-paginator-container .mat-paginator-page-size-label, .mat-paginator-container .mat-paginator-range-label, .mat-paginator-container .mat-paginator-page-size-value {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--greyscale-base);
}
.mat-paginator-container .mat-paginator-page-size-value {
  margin-left: 8px;
}
.mat-paginator-container .mat-paginator-range-label {
  margin-left: 0;
  position: absolute;
  left: 195px;
}
.mat-paginator-container .mat-paginator-navigation-first,
.mat-paginator-container .mat-paginator-navigation-last {
  display: none;
}
.mat-paginator-container .mat-paginator-navigation-previous span,
.mat-paginator-container .mat-paginator-navigation-next span {
  display: none;
}
.mat-paginator-container button.mat-paginator-navigation-previous,
.mat-paginator-container button.mat-paginator-navigation-next {
  margin-left: 10px;
  padding: 0 16px;
  min-width: 64px;
}
body.sh-dark-theme .mat-header-row, body.sh-light-theme .mat-header-row {
  min-height: 56px;
}
body.sh-dark-theme .mat-header-row, body.sh-light-theme .mat-header-row {
  background-color: var(--mat-header-row-bg);
}
body.sh-dark-theme .mat-header-row mat-header-cell.mat-column-select:hover, body.sh-light-theme .mat-header-row mat-header-cell.mat-column-select:hover {
  background-color: transparent;
}
body.sh-dark-theme mat-table, body.sh-light-theme mat-table {
  border-color: var(--greyscale-200);
}
body.sh-dark-theme .mat-paginator, body.sh-light-theme .mat-paginator {
  background: none;
}
body.sh-dark-theme mat-row, body.sh-light-theme mat-row {
  background-color: var(--greyscale-150);
}
body.sh-dark-theme .mat-paginator-outer-container, body.sh-light-theme .mat-paginator-outer-container {
  border-color: var(--greyscale-200);
}
body.sh-dark-theme .mat-paginator-outer-container .mat-paginator-range-label, body.sh-light-theme .mat-paginator-outer-container .mat-paginator-range-label {
  color: var(--greyscale-base);
}
body.sh-dark-theme app-sh-list .mat-header-row, body.sh-light-theme app-sh-list .mat-header-row {
  position: sticky;
  top: 217px;
  z-index: 9999;
}
body.sh-dark-theme app-sh-list .hasTabs .mat-header-row, body.sh-light-theme app-sh-list .hasTabs .mat-header-row {
  position: sticky;
  top: 274px;
  z-index: 9999;
}
body.sh-dark-theme .top-panel + mat-tab-group, body.sh-light-theme .top-panel + mat-tab-group {
  position: sticky;
  top: 161px;
  z-index: 9999;
  background: var(--greyscale-100);
}
body.sh-dark-theme .top-panel-section + mat-tab-group, body.sh-light-theme .top-panel-section + mat-tab-group {
  position: static;
}
body.sh-dark-theme .top-panel-section + mat-tab-group mat-tab-header, body.sh-light-theme .top-panel-section + mat-tab-group mat-tab-header {
  position: sticky;
  z-index: 9999;
  background: var(--greyscale-100);
  top: 146px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
body.sh-dark-theme app-sh-list.event-log .mat-header-row, body.sh-light-theme app-sh-list.event-log .mat-header-row {
  top: 0;
}
body.sh-dark-theme app-sh-list.access-tester mat-table, body.sh-light-theme app-sh-list.access-tester mat-table {
  border-top: 0;
}
body.sh-dark-theme app-sh-list.access-tester .mat-header-row, body.sh-light-theme app-sh-list.access-tester .mat-header-row {
  top: 155px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
app-sh-list .event-log.table-block__search-form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
app-event-log .mat-header-row .mat-header-cell, app-alarms .mat-header-row .mat-header-cell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.sh-dark-theme app-dashboard-kpi app-sh-list .mat-header-row, body.sh-dark-theme app-dashboard-kpi app-sh-list .table-block__search-form, body.sh-light-theme app-dashboard-kpi app-sh-list .mat-header-row, body.sh-light-theme app-dashboard-kpi app-sh-list .table-block__search-form {
  position: static;
}
body.sh-dark-theme app-sh-item-form app-sh-list .mat-header-row, body.sh-light-theme app-sh-item-form app-sh-list .mat-header-row {
  position: static;
}
.subTable.table-block {
  background-color: var(--greyscale-100);
  padding-bottom: 0;
  margin-bottom: 38px;
}
.subTable.table-block .mat-paginator-outer-container {
  border-color: var(--greyscale-100);
  border-width: 0 1px 1px 1px;
  margin-top: 0;
  padding: 14px 30px;
}
.mat-column-canSeeCard, .mat-column-canSeeCardConfirm {
  text-align: right;
  justify-content: flex-end;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard {
  background: var(--greyscale-100);
  border: 1px solid var(--greyscale-200);
  border-radius: 32px;
  height: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button {
  display: flex;
  align-items: center;
  height: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button span, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button span {
  line-height: 1;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  padding: 0 20px;
  font-weight: 600;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  background: var(--greyscale-100);
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 0;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle {
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle .mat-button-toggle-ripple, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle .mat-button-toggle-ripple {
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked {
  background: var(--primary-base);
  color: var(--greyscale-100);
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked .mat-button-toggle-button, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked .mat-button-toggle-button {
  color: #313235;
}
.sh-light-theme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.sh-light-theme .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-option:hover:not(.mat-option-disabled), .sh-light-theme .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.sh-light-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.sh-light-theme .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--primary-base);
}
.sh-light-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--red-base);
}
.sh-light-theme .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.sh-light-theme .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.sh-light-theme .mat-primary .mat-pseudo-checkbox-checked,
.sh-light-theme .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--primary-base);
}
.sh-light-theme .mat-pseudo-checkbox-checked,
.sh-light-theme .mat-pseudo-checkbox-indeterminate,
.sh-light-theme .mat-accent .mat-pseudo-checkbox-checked,
.sh-light-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: var(--greyscale-150);
}
.sh-light-theme .mat-warn .mat-pseudo-checkbox-checked,
.sh-light-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: var(--red-base);
}
.sh-light-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.sh-light-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.sh-light-theme .mat-app-background, .sh-light-theme.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.sh-light-theme .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.sh-light-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-badge-content {
  color: #313235;
  background: var(--primary-base);
}
.cdk-high-contrast-active .sh-light-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.sh-light-theme .mat-badge-accent .mat-badge-content {
  background: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-light-theme .mat-badge-warn .mat-badge-content {
  color: var(--greyscale-100);
  background: var(--red-base);
}
.sh-light-theme .mat-badge {
  position: relative;
}
.sh-light-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
.sh-light-theme .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.sh-light-theme .ng-animate-disabled .mat-badge-content,
.sh-light-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.sh-light-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
.sh-light-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.sh-light-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.sh-light-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.sh-light-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .sh-light-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.sh-light-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .sh-light-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.sh-light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .sh-light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.sh-light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .sh-light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.sh-light-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.sh-light-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.sh-light-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.sh-light-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .sh-light-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.sh-light-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .sh-light-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.sh-light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .sh-light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.sh-light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .sh-light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.sh-light-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.sh-light-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.sh-light-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.sh-light-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .sh-light-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.sh-light-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .sh-light-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.sh-light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .sh-light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.sh-light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .sh-light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.sh-light-theme .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-button, .sh-light-theme .mat-icon-button, .sh-light-theme .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.sh-light-theme .mat-button.mat-primary, .sh-light-theme .mat-icon-button.mat-primary, .sh-light-theme .mat-stroked-button.mat-primary {
  color: var(--primary-base);
}
.sh-light-theme .mat-button.mat-accent, .sh-light-theme .mat-icon-button.mat-accent, .sh-light-theme .mat-stroked-button.mat-accent {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-button.mat-warn, .sh-light-theme .mat-icon-button.mat-warn, .sh-light-theme .mat-stroked-button.mat-warn {
  color: var(--red-base);
}
.sh-light-theme .mat-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-icon-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-icon-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-icon-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-icon-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-stroked-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-stroked-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-stroked-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-button.mat-primary .mat-button-focus-overlay, .sh-light-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .sh-light-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-button.mat-accent .mat-button-focus-overlay, .sh-light-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .sh-light-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-button.mat-warn .mat-button-focus-overlay, .sh-light-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .sh-light-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: var(--red-base);
}
.sh-light-theme .mat-button.mat-button-disabled .mat-button-focus-overlay, .sh-light-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .sh-light-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.sh-light-theme .mat-button .mat-ripple-element, .sh-light-theme .mat-icon-button .mat-ripple-element, .sh-light-theme .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.sh-light-theme .mat-button-focus-overlay {
  background: black;
}
.sh-light-theme .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-flat-button, .sh-light-theme .mat-raised-button, .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next, .sh-light-theme .mat-fab, .sh-light-theme .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.sh-light-theme .mat-flat-button.mat-primary, .sh-light-theme .mat-raised-button.mat-primary, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary, .sh-light-theme .mat-mini-fab.mat-primary {
  color: #313235;
}
.sh-light-theme .mat-flat-button.mat-accent, .sh-light-theme .mat-raised-button.mat-accent, .sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-accent, .sh-light-theme .mat-mini-fab.mat-accent {
  color: var(--greyscale-200);
}
.sh-light-theme .mat-flat-button.mat-warn, .sh-light-theme .mat-raised-button.mat-warn, .sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-warn, .sh-light-theme .mat-mini-fab.mat-warn {
  color: var(--greyscale-100);
}
.sh-light-theme .mat-flat-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary.mat-button-disabled, .sh-light-theme .mat-fab.mat-accent.mat-button-disabled, .sh-light-theme .mat-fab.mat-warn.mat-button-disabled, .sh-light-theme .mat-fab.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-primary.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-accent.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-warn.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-flat-button.mat-primary, .sh-light-theme .mat-raised-button.mat-primary, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary, .sh-light-theme .mat-mini-fab.mat-primary {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-flat-button.mat-accent, .sh-light-theme .mat-raised-button.mat-accent, .sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-accent, .sh-light-theme .mat-mini-fab.mat-accent {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-flat-button.mat-warn, .sh-light-theme .mat-raised-button.mat-warn, .sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-warn, .sh-light-theme .mat-mini-fab.mat-warn {
  background-color: var(--red-base);
}
.sh-light-theme .mat-flat-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-primary.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-accent.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-warn.mat-button-disabled, .sh-light-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary.mat-button-disabled, .sh-light-theme .mat-fab.mat-accent.mat-button-disabled, .sh-light-theme .mat-fab.mat-warn.mat-button-disabled, .sh-light-theme .mat-fab.mat-button-disabled.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-primary.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-accent.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-warn.mat-button-disabled, .sh-light-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-flat-button.mat-primary .mat-ripple-element, .sh-light-theme .mat-raised-button.mat-primary .mat-ripple-element, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-previous .mat-ripple-element,
.sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-next .mat-ripple-element, .sh-light-theme .mat-fab.mat-primary .mat-ripple-element, .sh-light-theme .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.1);
}
.sh-light-theme .mat-flat-button.mat-accent .mat-ripple-element, .sh-light-theme .mat-raised-button.mat-accent .mat-ripple-element, .sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-previous .mat-ripple-element,
.sh-light-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-light-theme button.mat-accent.mat-paginator-navigation-next .mat-ripple-element, .sh-light-theme .mat-fab.mat-accent .mat-ripple-element, .sh-light-theme .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: var(--greyscale-200);
  opacity: 0.1;
}
.sh-light-theme .mat-flat-button.mat-warn .mat-ripple-element, .sh-light-theme .mat-raised-button.mat-warn .mat-ripple-element, .sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-previous .mat-ripple-element,
.sh-light-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-light-theme button.mat-warn.mat-paginator-navigation-next .mat-ripple-element, .sh-light-theme .mat-fab.mat-warn .mat-ripple-element, .sh-light-theme .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: var(--greyscale-100);
  opacity: 0.1;
}
.sh-light-theme .mat-stroked-button:not([class*=mat-elevation-z]), .sh-light-theme .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-raised-button:not([class*=mat-elevation-z]), .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:not([class*=mat-elevation-z]), .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:not([class*=mat-elevation-z]),
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]), .sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-paginator-navigation-previous:not([class*=mat-elevation-z]), .mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-paginator-navigation-previous:not([class*=mat-elevation-z]),
.sh-light-theme .mat-paginator-container button.mat-button-disabled.mat-paginator-navigation-next:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-light-theme button.mat-button-disabled.mat-paginator-navigation-next:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-fab:not([class*=mat-elevation-z]), .sh-light-theme .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .sh-light-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .sh-light-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-button-toggle-standalone,
.sh-light-theme .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.sh-light-theme .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.sh-light-theme .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.sh-light-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.sh-light-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.sh-light-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.sh-light-theme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.sh-light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.sh-light-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.sh-light-theme .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-checkbox-checkmark {
  fill: #fafafa;
}
.sh-light-theme .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.sh-light-theme .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.sh-light-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .sh-light-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .sh-light-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .sh-light-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: var(--red-base);
}
.sh-light-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .sh-light-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.sh-light-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.sh-light-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.sh-light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.sh-light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: var(--primary-base);
}
.sh-light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.sh-light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: var(--greyscale-150);
}
.sh-light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.sh-light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: var(--red-base);
}
.sh-light-theme .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.sh-light-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.sh-light-theme .mat-chip.mat-standard-chip::after {
  background: black;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #313235;
  opacity: 0.4;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.1);
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: var(--greyscale-100);
  opacity: 0.4;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: var(--greyscale-100);
  opacity: 0.1;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--greyscale-200);
  opacity: 0.4;
}
.sh-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: var(--greyscale-200);
  opacity: 0.1;
}
.sh-light-theme .mat-table {
  background: white;
}
.sh-light-theme .mat-table thead, .sh-light-theme .mat-table tbody, .sh-light-theme .mat-table tfoot,
.sh-light-theme mat-header-row, .sh-light-theme mat-row, .sh-light-theme mat-footer-row,
.sh-light-theme [mat-header-row], .sh-light-theme [mat-row], .sh-light-theme [mat-footer-row],
.sh-light-theme .mat-table-sticky {
  background: inherit;
}
.sh-light-theme mat-row, .sh-light-theme mat-header-row, .sh-light-theme mat-footer-row,
.sh-light-theme th.mat-header-cell, .sh-light-theme td.mat-cell, .sh-light-theme td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-cell, .sh-light-theme .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-datepicker-toggle,
.sh-light-theme .mat-datepicker-content .mat-calendar-next-button,
.sh-light-theme .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-calendar-body-cell-content,
.sh-light-theme .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.sh-light-theme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.sh-light-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.sh-light-theme .mat-calendar-body-in-range::before {
  background: var(--primary-base);
}
.sh-light-theme .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-light-theme .mat-calendar-body-comparison-bridge-start::before,
.sh-light-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--primary-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-calendar-body-comparison-bridge-end::before,
.sh-light-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--primary-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-light-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-light-theme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-light-theme .mat-calendar-body-selected {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-light-theme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-light-theme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #313235;
}
.sh-light-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: var(--greyscale-150);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.sh-light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--greyscale-150) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.sh-light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--greyscale-150) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
}
.sh-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: var(--red-base);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.sh-light-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--red-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.sh-light-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--red-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--greyscale-100);
}
.sh-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-light-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--red-base);
}
.sh-light-theme .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-datepicker-toggle-active {
  color: var(--primary-base);
}
.sh-light-theme .mat-datepicker-toggle-active.mat-accent {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-datepicker-toggle-active.mat-warn {
  color: var(--red-base);
}
.sh-light-theme .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .sh-light-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .sh-light-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .sh-light-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.sh-light-theme .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-expansion-panel-header-description,
.sh-light-theme .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.sh-light-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.sh-light-theme .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.sh-light-theme .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--primary-base);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: var(--red-base);
}
.sh-light-theme .mat-focused .mat-form-field-required-marker {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: var(--red-base);
}
.sh-light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--primary-base);
}
.sh-light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.sh-light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.sh-light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: var(--red-base);
}
.sh-light-theme .mat-error {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.sh-light-theme .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.sh-light-theme .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.sh-light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.sh-light-theme .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.sh-light-theme .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--primary-base);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.sh-light-theme .mat-icon.mat-primary {
  color: var(--primary-base);
}
.sh-light-theme .mat-icon.mat-accent {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-icon.mat-warn {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-input-element:disabled,
.sh-light-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-input-element {
  caret-color: var(--primary-base);
}
.sh-light-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-form-field.mat-accent .mat-input-element {
  caret-color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field.mat-warn .mat-input-element,
.sh-light-theme .mat-form-field-invalid .mat-input-element {
  caret-color: var(--red-base);
}
.sh-light-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: var(--red-base);
}
.sh-light-theme .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-list-item-disabled {
  background-color: #eeeeee;
}
.sh-light-theme .mat-list-option:hover, .sh-light-theme .mat-list-option:focus,
.sh-light-theme .mat-nav-list .mat-list-item:hover,
.sh-light-theme .mat-nav-list .mat-list-item:focus,
.sh-light-theme .mat-action-list .mat-list-item:hover,
.sh-light-theme .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.sh-light-theme .mat-list-single-selected-option, .sh-light-theme .mat-list-single-selected-option:hover, .sh-light-theme .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-menu-panel {
  background: white;
}
.sh-light-theme .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-menu-item[disabled], .sh-light-theme .mat-menu-item[disabled]::after,
.sh-light-theme .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-menu-item .mat-icon-no-color,
.sh-light-theme .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-menu-item:hover:not([disabled]),
.sh-light-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.sh-light-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.sh-light-theme .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.sh-light-theme .mat-paginator {
  background: white;
}
.sh-light-theme .mat-paginator,
.sh-light-theme .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-paginator-decrement,
.sh-light-theme .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-paginator-first,
.sh-light-theme .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-icon-button[disabled] .mat-paginator-decrement,
.sh-light-theme .mat-icon-button[disabled] .mat-paginator-increment,
.sh-light-theme .mat-icon-button[disabled] .mat-paginator-first,
.sh-light-theme .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.sh-light-theme .mat-progress-bar-background {
  fill: var(--primary-A800);
}
.sh-light-theme .mat-progress-bar-buffer {
  background-color: var(--primary-A800);
}
.sh-light-theme .mat-progress-bar-fill::after {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: var(--greyscale-200);
}
.sh-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: var(--greyscale-200);
}
.sh-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: var(--red-A800);
}
.sh-light-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: var(--red-A800);
}
.sh-light-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: var(--red-base);
}
.sh-light-theme .mat-progress-spinner circle, .sh-light-theme .mat-spinner circle {
  stroke: var(--primary-base);
}
.sh-light-theme .mat-progress-spinner.mat-accent circle, .sh-light-theme .mat-spinner.mat-accent circle {
  stroke: var(--greyscale-150);
}
.sh-light-theme .mat-progress-spinner.mat-warn circle, .sh-light-theme .mat-spinner.mat-warn circle {
  stroke: var(--red-base);
}
.sh-light-theme .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-base);
}
.sh-light-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
.sh-light-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-light-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .sh-light-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--greyscale-150);
}
.sh-light-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
.sh-light-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .sh-light-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--red-base);
}
.sh-light-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,
.sh-light-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-light-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .sh-light-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: var(--red-base);
}
.sh-light-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.sh-light-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.sh-light-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.sh-light-theme .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.sh-light-theme .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-select-panel {
  background: white;
}
.sh-light-theme .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--primary-base);
}
.sh-light-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: var(--greyscale-150);
}
.sh-light-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: var(--red-base);
}
.sh-light-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-drawer.mat-drawer-push {
  background-color: white;
}
.sh-light-theme .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.sh-light-theme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.sh-light-theme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.sh-light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--red-base);
}
.sh-light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: var(--red-base);
}
.sh-light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: var(--red-base);
}
.sh-light-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.sh-light-theme .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.sh-light-theme .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-primary .mat-slider-track-fill,
.sh-light-theme .mat-primary .mat-slider-thumb,
.sh-light-theme .mat-primary .mat-slider-thumb-label {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-primary .mat-slider-thumb-label-text {
  color: #313235;
}
.sh-light-theme .mat-primary .mat-slider-focus-ring {
  background-color: var(--primary-base);
  opacity: 0.2;
}
.sh-light-theme .mat-accent .mat-slider-track-fill,
.sh-light-theme .mat-accent .mat-slider-thumb,
.sh-light-theme .mat-accent .mat-slider-thumb-label {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-accent .mat-slider-thumb-label-text {
  color: var(--greyscale-200);
}
.sh-light-theme .mat-accent .mat-slider-focus-ring {
  background-color: var(--greyscale-150);
  opacity: 0.2;
}
.sh-light-theme .mat-warn .mat-slider-track-fill,
.sh-light-theme .mat-warn .mat-slider-thumb,
.sh-light-theme .mat-warn .mat-slider-thumb-label {
  background-color: var(--red-base);
}
.sh-light-theme .mat-warn .mat-slider-thumb-label-text {
  color: var(--greyscale-100);
}
.sh-light-theme .mat-warn .mat-slider-focus-ring {
  background-color: var(--red-base);
  opacity: 0.2;
}
.sh-light-theme .mat-slider:hover .mat-slider-track-background,
.sh-light-theme .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-slider-disabled .mat-slider-track-background,
.sh-light-theme .mat-slider-disabled .mat-slider-track-fill,
.sh-light-theme .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.sh-light-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.sh-light-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.sh-light-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .sh-light-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .sh-light-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.sh-light-theme .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.sh-light-theme .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.sh-light-theme .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.sh-light-theme .mat-step-header.cdk-keyboard-focused, .sh-light-theme .mat-step-header.cdk-program-focused, .sh-light-theme .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .sh-light-theme .mat-step-header:hover {
    background: none;
  }
}
.sh-light-theme .mat-step-header .mat-step-label,
.sh-light-theme .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.sh-light-theme .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #313235;
}
.sh-light-theme .mat-step-header .mat-step-icon-selected,
.sh-light-theme .mat-step-header .mat-step-icon-state-done,
.sh-light-theme .mat-step-header .mat-step-icon-state-edit {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-light-theme .mat-step-header.mat-accent .mat-step-icon {
  color: var(--greyscale-200);
}
.sh-light-theme .mat-step-header.mat-accent .mat-step-icon-selected,
.sh-light-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
.sh-light-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-light-theme .mat-step-header.mat-warn .mat-step-icon {
  color: var(--greyscale-100);
}
.sh-light-theme .mat-step-header.mat-warn .mat-step-icon-selected,
.sh-light-theme .mat-step-header.mat-warn .mat-step-icon-state-done,
.sh-light-theme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-light-theme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: var(--red-base);
}
.sh-light-theme .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-step-header .mat-step-label.mat-step-label-error {
  color: var(--red-base);
}
.sh-light-theme .mat-stepper-horizontal, .sh-light-theme .mat-stepper-vertical {
  background-color: white;
}
.sh-light-theme .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-horizontal-stepper-header::before,
.sh-light-theme .mat-horizontal-stepper-header::after,
.sh-light-theme .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.sh-light-theme .mat-sort-header-arrow {
  color: #757575;
}
.sh-light-theme .mat-tab-nav-bar,
.sh-light-theme .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,
.sh-light-theme .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.sh-light-theme .mat-tab-label, .sh-light-theme .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.sh-light-theme .mat-tab-group[class*=mat-background-] .mat-tab-header,
.sh-light-theme .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.sh-light-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--primary-A800);
}
.sh-light-theme .mat-tab-group.mat-primary .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: #313235;
}
.sh-light-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-accent .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--red-A800);
}
.sh-light-theme .mat-tab-group.mat-warn .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: var(--red-base);
}
.sh-light-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .sh-light-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--greyscale-100);
}
.sh-light-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--primary-A800);
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header, .sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container, .sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: var(--primary-base);
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: #313235;
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(49, 50, 53, 0.4);
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: #313235;
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(49, 50, 53, 0.4);
}
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.12);
}
.sh-light-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: var(--greyscale-200);
}
.sh-light-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--red-A800);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header, .sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container, .sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: var(--red-base);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: var(--greyscale-100);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--greyscale-100);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--greyscale-100);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--greyscale-100);
}
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.sh-light-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: var(--greyscale-100);
}
.sh-light-theme .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.sh-light-theme .mat-toolbar.mat-primary {
  background: var(--primary-base);
  color: #313235;
}
.sh-light-theme .mat-toolbar.mat-accent {
  background: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-light-theme .mat-toolbar.mat-warn {
  background: var(--red-base);
  color: var(--greyscale-100);
}
.sh-light-theme .mat-toolbar .mat-form-field-underline,
.sh-light-theme .mat-toolbar .mat-form-field-ripple,
.sh-light-theme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.sh-light-theme .mat-toolbar .mat-form-field-label,
.sh-light-theme .mat-toolbar .mat-focused .mat-form-field-label,
.sh-light-theme .mat-toolbar .mat-select-value,
.sh-light-theme .mat-toolbar .mat-select-arrow,
.sh-light-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.sh-light-theme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.sh-light-theme .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.sh-light-theme .mat-tree {
  background: white;
}
.sh-light-theme .mat-tree-node,
.sh-light-theme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.sh-light-theme .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-light-theme .mat-simple-snackbar-action {
  color: var(--greyscale-150);
}
.sh-light-theme .sh-warning-icon {
  color: var(--red-base);
}
.sh-light-theme .settings-box .settings-header {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-step-icon[ng-reflect-ng-switch=edit] {
  background-color: var(--green-base) !important;
}
.sh-light-theme .ob-system-list > li .success {
  color: var(--green-base);
}
.sh-light-theme .state-on {
  color: var(--green-base) !important;
}
.sh-light-theme .flagRed {
  color: var(--red-base) !important;
}
.sh-light-theme .flagGreen {
  color: var(--green-base) !important;
}
.sh-light-theme span.mat-option-text {
  color: var(--greyscale-150);
}
.sh-light-theme .linkPage .container .link-row .link-box:hover {
  color: var(--primary-base) !important;
}
.sh-light-theme .linkPage .container .link-row .link-box .link-box-tile:hover {
  background-color: var(--primary-base) !important;
}
.sh-light-theme .linkPage .container .link-row .link-box .link-box-footer {
  background-color: var(--greyscale-150) !important;
}
.sh-light-theme .mat-menu-panel {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-menu-panel .mat-menu-content .mat-menu-item :hover:not([disabled]) {
  color: var(--primary-base);
}
.sh-light-theme .mat-menu-panel .mat-menu-content .mat-menu-item :hover:not([disabled]) .sh-action-icon {
  color: var(--primary-base);
}
.sh-light-theme .detail-state-on {
  color: var(--primary-base) !important;
}
.sh-light-theme .alert-danger {
  color: var(--red-base);
  padding-left: 15px;
}
.sh-light-theme .text-color-danger {
  color: var(--red-base);
}
.sh-light-theme .sl-error {
  color: var(--greyscale-800) !important;
  background-color: var(--red-base) !important;
  margin-top: 170px !important;
}
.sh-light-theme .sl-info {
  color: var(--greyscale-800) !important;
  background-color: var(--blue-base) !important;
  margin-top: 170px !important;
}
.sh-light-theme .sl-success {
  color: var(--greyscale-800) !important;
  background-color: var(--green-base) !important;
  margin-top: 170px !important;
}
.sh-light-theme mat-expansion-panel .mat-nav-active, .sh-light-theme mat-list-item .mat-nav-active {
  color: var(--primary-base) !important;
}
.sh-light-theme .mat-drawer {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-drawer .mat-expansion-panel {
  background-color: inherit;
}
.sh-light-theme .mat-drawer .mat-expansion-panel .mat-list-text, .sh-light-theme .mat-drawer .mat-expansion-panel .mat-expansion-panel-header-title {
  color: var(--greyscale-800);
}
.sh-light-theme .mat-header-row {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-header-row .mat-header-cell {
  color: var(--mat-header-color);
}
.sh-light-theme .mat-header-row mat-header-cell.mat-column-select:hover {
  background-color: var(--greyscale-150);
}
.sh-light-theme .mat-tab-group.mat-primary .mat-ink-bar,
.sh-light-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background: var(--primary-base);
}
.sh-light-theme .mat-tab-nav-bar .mat-tab-link, .sh-light-theme .mat-tab-nav-bar .mat-tab-label, .sh-light-theme .mat-tab-header .mat-tab-link, .sh-light-theme .mat-tab-header .mat-tab-label {
  color: var(--greyscale-800);
}
.sh-light-theme input:focus ~ label, .sh-light-theme input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: var(--primary-base);
}
.sh-light-theme .mat-checkbox-checkmark-path {
  stroke: var(--greyscale-150) !important;
}
.sh-light-theme .mat-checkbox-indeterminate .mat-checkbox-background, .sh-light-theme .mat-checkbox-checked .mat-checkbox-background {
  background-color: var(--primary-base) !important;
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-underline,
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--blue-base) !important;
}
.sh-light-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--blue-base) !important;
}
.sh-light-theme .operator-site-assign .box .site-tree li .mat-tree-node button.node-content:focus {
  box-shadow: 0px 0px 5px 0px var(--blue-base);
}
.sh-light-theme .operator-site-assign .box .site-tree li .mat-tree-node i.hasData {
  color: var(--green-base);
}
.mat-drawer-container {
  background-color: var(--greyscale-100) !important;
  color: var(--greyscale-800) !important;
}
.sh-dark-theme .mat-toolbar, .sh-light-theme .mat-toolbar {
  background: var(--header-greyscale-150) !important;
  color: var(--header-greyscale-base) !important;
}
.sh-dark-theme .sh-action-icon {
  color: var(--greyscale-800) !important;
}
button i.sh-action-icon {
  margin-top: 1px;
  margin-right: 10px;
  padding: 0;
}
button.mat-primary i.sh-action-icon {
  color: #313235 !important;
}
button.mat-icon-button i.sh-action-icon, button.btn-icon i.sh-action-icon {
  margin-right: 0;
}
.border-box, .section-header.border-box {
  border-bottom: 1px solid var(--greyscale-200);
}
.sh-dark-theme .mat-menu-panel {
  background-color: var(--greyscale-150) !important;
  box-shadow: none !important;
  border: 1px solid var(--greyscale-200) !important;
  padding-right: 0;
}
.mat-button, .mat-raised-button, .mat-paginator-container button.mat-paginator-navigation-previous,
.mat-paginator-container button.mat-paginator-navigation-next, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-mini-fab, .timepicker-button {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px !important;
  box-shadow: none !important;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.mat-primary {
  border-width: 0px !important;
}
.sh-dark-theme .mat-raised-button, .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next {
  padding: 0 20px;
}
.sh-dark-theme .mat-raised-button .mat-button-wrapper, .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous .mat-button-wrapper, .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous .mat-button-wrapper,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next .mat-button-wrapper,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-dark-theme .mat-flat-button,
.sh-dark-theme .mat-raised-button,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next,
.sh-dark-theme .mat-fab,
.sh-dark-theme .mat-mini-fab,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous {
  color: var(--greyscale-base) !important;
  background-color: var(--greyscale-150) !important;
  border: 1px solid var(--greyscale-400) !important;
  border-width: 1px !important;
  transition: ease-in-out 200ms !important;
  box-sizing: border-box;
  transform: none !important;
  width: auto;
}
.sh-dark-theme .mat-flat-button i.sh-action-icon,
.sh-dark-theme .mat-raised-button i.sh-action-icon,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous i.sh-action-icon,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme .mat-fab i.sh-action-icon,
.sh-dark-theme .mat-mini-fab i.sh-action-icon,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next i.sh-action-icon,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous i.sh-action-icon {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-flat-button:hover,
.sh-dark-theme .mat-raised-button:hover,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:hover,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:hover,
.sh-dark-theme .mat-fab:hover,
.sh-dark-theme .mat-mini-fab:hover,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next:hover,
.sh-dark-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous:hover {
  color: var(--greyscale-base);
  background-color: var(--greyscale-200) !important;
  border: 1px solid var(--greyscale-400) !important;
}
.sh-dark-theme .mat-flat-button:active,
.sh-dark-theme .mat-raised-button:active,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:active,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:active,
.sh-dark-theme .mat-fab:active,
.sh-dark-theme .mat-mini-fab:active {
  color: var(--greyscale-base);
  background-color: var(--greyscale-100) !important;
  border: 1px solid var(--greyscale-200) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary,
.sh-dark-theme .mat-raised-button.mat-primary,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary,
.sh-dark-theme .mat-fab.mat-primary,
.sh-dark-theme .mat-mini-fab.mat-primary,
.sh-dark-theme button.mat-primary {
  color: var(--greyscale-100) !important;
  background-color: var(--primary-base) !important;
  border-color: var(--primary-base) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-raised-button.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-fab.mat-primary i.sh-action-icon,
.sh-dark-theme .mat-mini-fab.mat-primary i.sh-action-icon,
.sh-dark-theme button.mat-primary i.sh-action-icon {
  color: var(--greyscale-100) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary:hover,
.sh-dark-theme .mat-raised-button.mat-primary:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:hover,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:hover,
.sh-dark-theme .mat-fab.mat-primary:hover,
.sh-dark-theme .mat-mini-fab.mat-primary:hover,
.sh-dark-theme button.mat-primary:hover {
  color: #313235 !important;
  background-color: var(--primary-A800) !important;
  border-color: var(--primary-A800) !important;
}
.sh-dark-theme .mat-flat-button.mat-primary:active,
.sh-dark-theme .mat-raised-button.mat-primary:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:active,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:active,
.sh-dark-theme .mat-fab.mat-primary:active,
.sh-dark-theme .mat-mini-fab.mat-primary:active,
.sh-dark-theme button.mat-primary:active {
  color: #313235 !important;
  background-color: var(--primary-800) !important;
  border-color: var(--primary-800) !important;
}
.sh-dark-theme button.mat-button-base.mat-button-disabled {
  color: var(--greyscale-400) !important;
  background-color: var(--greyscale-150) !important;
  border: 1px solid var(--greyscale-200) !important;
}
.sh-dark-theme button.mat-button-base.mat-button-disabled .sh-action-icon {
  color: var(--greyscale-400) !important;
}
.sh-dark-theme button.mat-button-base.mat-icon-button.mat-button-disabled {
  color: var(--greyscale-400) !important;
  border-width: 0px !important;
  background: none !important;
}
.sh-dark-theme button.mat-button-base.mat-primary.mat-button-disabled {
  color: var(--greyscale-200) !important;
  background-color: var(--greyscale-800) !important;
  border: 1px solid var(--greyscale-800) !important;
}
.sh-dark-theme mat-form-field button.mat-button-base.mat-button-disabled,
.sh-dark-theme .mat-icon-button {
  border-width: 0 !important;
}
.sh-dark-theme .mat-flat-button.mat-primary, .sh-dark-theme .mat-raised-button.mat-primary, .mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-previous,
.mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary, .sh-dark-theme .mat-mini-fab.mat-primary {
  border: 0px;
}
.sh-dark-theme button.warning-btn {
  border-color: var(--primary-base) !important;
  color: var(--primary-base);
}
.sh-light-theme .mat-raised-button, .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next {
  padding: 0 20px;
}
.sh-light-theme .mat-raised-button .mat-button-wrapper, .sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous .mat-button-wrapper, .mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous .mat-button-wrapper,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next .mat-button-wrapper,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-light-theme .mat-flat-button,
.sh-light-theme .mat-raised-button,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next,
.sh-light-theme .mat-fab,
.sh-light-theme .mat-mini-fab,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous {
  color: #474A52;
  background-color: #E6E6E6;
  border: 1px solid #9295A0;
  border-width: 1px !important;
  transition: ease-in-out 200ms !important;
  box-sizing: border-box;
  transform: none !important;
  width: auto;
}
.sh-light-theme .mat-flat-button:hover,
.sh-light-theme .mat-raised-button:hover,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:hover,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:hover,
.sh-light-theme .mat-fab:hover,
.sh-light-theme .mat-mini-fab:hover,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-next:hover,
.sh-light-theme div.mat-paginator-range-actions button.mat-paginator-navigation-previous:hover {
  color: #474A52;
  background-color: #FFFFFF;
  border: 1px solid #474A52;
}
.sh-light-theme .mat-flat-button:active,
.sh-light-theme .mat-raised-button:active,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-previous:active,
.mat-paginator-container .sh-light-theme button.mat-paginator-navigation-next:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next:active,
.sh-light-theme .mat-fab:active,
.sh-light-theme .mat-mini-fab:active {
  color: #474A52;
  background-color: #C9CBCF;
  border: 1px solid #9295A0;
}
.sh-light-theme .mat-flat-button.mat-primary,
.sh-light-theme .mat-raised-button.mat-primary,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary,
.sh-light-theme .mat-fab.mat-primary,
.sh-light-theme .mat-mini-fab.mat-primary,
.sh-light-theme button.mat-primary {
  color: #18191B;
  background-color: #F4BF53;
}
.sh-light-theme .mat-flat-button.mat-primary:hover,
.sh-light-theme .mat-raised-button.mat-primary:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:hover,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:hover,
.sh-light-theme .mat-fab.mat-primary:hover,
.sh-light-theme .mat-mini-fab.mat-primary:hover,
.sh-light-theme button.mat-primary:hover {
  color: #18191B;
  background-color: #F7D691;
}
.sh-light-theme .mat-flat-button.mat-primary:active,
.sh-light-theme .mat-raised-button.mat-primary:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-previous.mat-primary:active,
.sh-light-theme .mat-paginator-container button.mat-paginator-navigation-next.mat-primary:active,
.sh-light-theme .mat-fab.mat-primary:active,
.sh-light-theme .mat-mini-fab.mat-primary:active,
.sh-light-theme button.mat-primary:active {
  color: #313235;
  background-color: #F2B231;
}
.sh-light-theme button.mat-button-base.mat-button-disabled {
  color: #9295A0 !important;
  background-color: #C9CBCF !important;
  border: 1px solid #AEB0B7 !important;
}
.sh-light-theme button.mat-button-base.mat-icon-button.mat-button-disabled {
  color: #9295A0 !important;
  border-width: 0px !important;
  background: none !important;
}
.sh-light-theme button.mat-button-base.mat-primary.mat-button-disabled {
  color: #E6E6E6 !important;
  background-color: #9295A0 !important;
  border: 1px solid #9295A0 !important;
}
.sh-light-theme mat-form-field button.mat-button-base.mat-button-disabled,
.sh-light-theme .mat-icon-button {
  border-width: 0 !important;
}
.sh-light-theme .mat-flat-button.mat-primary, .sh-light-theme .mat-raised-button.mat-primary, .mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-previous,
.mat-paginator-container .sh-light-theme button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .sh-light-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next, .sh-light-theme .mat-fab.mat-primary, .sh-light-theme .mat-mini-fab.mat-primary {
  border: 0px;
}
.sh-light-theme button.warning-btn {
  border-color: var(--primary-base) !important;
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .mat-form-field-disabled .mat-form-field-flex {
  border-width: 0;
}
.sh-dark-theme .mat-form-field-disabled .mat-form-field-underline, .sh-light-theme .mat-form-field-disabled .mat-form-field-underline {
  display: none;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-arrow, .sh-light-theme .mat-form-field-disabled .mat-select-arrow {
  opacity: 0;
}
.sh-dark-theme .mat-form-field-disabled input, .sh-dark-theme .mat-form-field-disabled mat-select, .sh-light-theme .mat-form-field-disabled input, .sh-light-theme .mat-form-field-disabled mat-select {
  margin-left: -12px;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-value .mat-select-value-text, .sh-light-theme .mat-form-field-disabled .mat-select-value .mat-select-value-text {
  color: var(--greyscale-base);
}
.sh-dark-theme .mat-form-field-disabled .mat-select-placeholder, .sh-light-theme .mat-form-field-disabled .mat-select-placeholder {
  color: var(--greyscale-base) !important;
  -webkit-text-fill-color: currentColor !important;
}
.sh-dark-theme .mat-form-field-disabled .mat-select-placeholder:before, .sh-light-theme .mat-form-field-disabled .mat-select-placeholder:before {
  content: "-";
}
.sh-dark-theme .editMode .mat-form-field-disabled .mat-form-field-flex, .sh-dark-theme .createMode .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .editMode .mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .createMode .mat-form-field-disabled .mat-form-field-flex {
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme .editMode .mat-form-field-disabled input, .sh-dark-theme .editMode .mat-form-field-disabled mat-select, .sh-dark-theme .createMode .mat-form-field-disabled input, .sh-dark-theme .createMode .mat-form-field-disabled mat-select, .sh-light-theme .editMode .mat-form-field-disabled input, .sh-light-theme .editMode .mat-form-field-disabled mat-select, .sh-light-theme .createMode .mat-form-field-disabled input, .sh-light-theme .createMode .mat-form-field-disabled mat-select {
  margin-left: 0;
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .editMode .mat-form-field-disabled i.sh-action-icon, .sh-dark-theme .createMode .mat-form-field-disabled i.sh-action-icon, .sh-light-theme .editMode .mat-form-field-disabled i.sh-action-icon, .sh-light-theme .createMode .mat-form-field-disabled i.sh-action-icon {
  color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-form-field .mat-form-field-infix, .sh-light-theme .mat-form-field .mat-form-field-infix {
  border-width: 12px !important;
}
.sh-dark-theme .mat-form-field.mat-chips .mat-form-field-infix, .sh-light-theme .mat-form-field.mat-chips .mat-form-field-infix {
  border-width: 10px !important;
}
.sh-dark-theme .mat-form-field-type-mat-select .mat-form-field-infix, .sh-light-theme .mat-form-field-type-mat-select .mat-form-field-infix {
  border-width: 10px !important;
}
.sh-dark-theme .fa-matSuffix, .sh-light-theme .fa-matSuffix {
  margin-left: 5px;
}
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme mat-form-field .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field label,
.sh-dark-theme mat-form-field .mat-select-value,
.sh-dark-theme span.mat-option-text,
.sh-dark-theme .alert-danger, .sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme mat-form-field .mat-form-field-label mat-label,
.sh-light-theme mat-form-field label,
.sh-light-theme mat-form-field .mat-select-value,
.sh-light-theme span.mat-option-text,
.sh-light-theme .alert-danger {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme mat-form-field .mat-select-value,
.sh-dark-theme span.mat-option-text, .sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme mat-form-field .mat-select-value,
.sh-light-theme span.mat-option-text {
  font-size: 14px;
}
.sh-dark-theme mat-form-field .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field label,
.sh-dark-theme label, .sh-light-theme mat-form-field .mat-form-field-label mat-label,
.sh-light-theme mat-form-field label,
.sh-light-theme label {
  font-size: 12px;
  text-transform: uppercase;
  max-width: 100% !important;
}
.sh-dark-theme mat-form-field mat-placeholder, .sh-light-theme mat-form-field mat-placeholder {
  text-transform: capitalize;
  font-size: 13px;
}
.sh-dark-theme mat-checkbox label, .sh-dark-theme mat-radio-button label, .sh-light-theme mat-checkbox label, .sh-light-theme mat-radio-button label {
  text-transform: capitalize;
  font-size: 13px;
}
.sh-dark-theme .mat-radio-label-content, .sh-light-theme .mat-radio-label-content {
  padding-left: 15px;
}
.sh-dark-theme .mat-form-field-flex .mat-form-field-underline, .sh-light-theme .mat-form-field-flex .mat-form-field-underline {
  width: 99%;
  margin-left: 0.5%;
}
.sh-dark-theme .mat-form-field-flex, .sh-light-theme .mat-form-field-flex {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-radius: 2px !important;
}
.sh-dark-theme .mat-form-field div.mat-form-field-underline,
.sh-dark-theme .mat-form-field span.mat-form-field-ripple, .sh-light-theme .mat-form-field div.mat-form-field-underline,
.sh-light-theme .mat-form-field span.mat-form-field-ripple {
  height: 1px;
}
.sh-dark-theme mat-form-field .mat-form-field-infix, .sh-light-theme mat-form-field .mat-form-field-infix {
  padding: 0 0 0.8em 0 !important;
}
.sh-dark-theme mat-form-field .mat-form-field-flex, .sh-light-theme mat-form-field .mat-form-field-flex {
  padding: 0 0.75em 0 0.75em !important;
}
.sh-dark-theme .mat-form-field-label-wrapper, .sh-light-theme .mat-form-field-label-wrapper {
  overflow: visible !important;
}
.sh-dark-theme mat-form-field .mat-form-field-label i,
.sh-dark-theme mat-form-field label i, .sh-light-theme mat-form-field .mat-form-field-label i,
.sh-light-theme mat-form-field label i {
  margin-top: -10px;
  font-size: 11px;
}
.sh-dark-theme mat-form-field .mat-form-field-label, .sh-light-theme mat-form-field .mat-form-field-label {
  transform: none !important;
  top: -20px !important;
  margin-top: 0 !important;
  margin-left: -13px !important;
}
.sh-dark-theme mat-form-field.mat-select .mat-form-field-label, .sh-light-theme mat-form-field.mat-select .mat-form-field-label {
  transform: none !important;
  top: 0 !important;
  margin-top: 19px !important;
  margin-left: 12px !important;
  display: none;
}
.sh-dark-theme mat-form-field.mat-date-select label, .sh-light-theme mat-form-field.mat-date-select label {
  left: -38px !important;
}
.sh-dark-theme mat-form-field.mat-select.mat-form-field-hide-placeholder .mat-form-field-label, .sh-light-theme mat-form-field.mat-select.mat-form-field-hide-placeholder .mat-form-field-label {
  display: block;
}
.sh-dark-theme mat-form-field label, .sh-light-theme mat-form-field label {
  position: absolute;
  top: -33px;
  left: -12px;
}
.sh-dark-theme mat-form-field, .sh-light-theme mat-form-field {
  margin-top: 25px;
  margin-bottom: 10px;
}
.sh-dark-theme mat-error, .sh-light-theme mat-error {
  padding-bottom: 10px;
  font-size: 11px;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sh-dark-theme mat-error .alert-danger, .sh-light-theme mat-error .alert-danger {
  margin-top: -3px;
  padding-left: 0;
}
.sh-dark-theme .no-label, .sh-light-theme .no-label {
  margin-top: 0;
}
.sh-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-flex, .sh-light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-flex {
  border: none;
}
.sh-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline, .sh-light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  display: none;
}
.sh-dark-theme .mat-form-field-disabled textarea, .sh-light-theme .mat-form-field-disabled textarea {
  margin-left: -10px;
}
.sh-dark-theme .has-placeholder .mat-form-field-label-wrapper, .sh-light-theme .has-placeholder .mat-form-field-label-wrapper {
  top: 24px !important;
  left: 27px;
}
.sh-dark-theme .has-placeholder.mat-form-field-should-float .mat-form-field-label-wrapper, .sh-light-theme .has-placeholder.mat-form-field-should-float .mat-form-field-label-wrapper {
  display: none;
}
.sh-dark-theme mat-checkbox label, .sh-light-theme mat-checkbox label {
  margin-right: 20px;
}
.sh-dark-theme .mat-checkbox-inner-container, .sh-light-theme .mat-checkbox-inner-container {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame {
  border-width: 0;
  padding-top: 9px;
  padding-left: 3px;
}
.sh-dark-theme .mat-checkbox-frame, .sh-dark-theme .mat-radio-outer-circle, .sh-light-theme .mat-checkbox-frame, .sh-light-theme .mat-radio-outer-circle {
  border-width: 1px;
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-select-arrow-wrapper div, .sh-light-theme .mat-form-field-appearance-fill .mat-select-arrow-wrapper div {
  margin-top: 13px;
}
.sh-dark-theme .mat-slide-toggle-bar, .sh-light-theme .mat-slide-toggle-bar {
  width: 30px;
  height: 20px;
  border-radius: 41px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.sh-dark-theme .mat-slide-toggle-thumb, .sh-light-theme .mat-slide-toggle-thumb {
  height: 12px;
  width: 12px;
  margin-left: 4px;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-checked .mat-slide-toggle-thumb {
  margin-left: -2px;
}
.sh-dark-theme .mat-slide-toggle-thumb-container, .sh-light-theme .mat-slide-toggle-thumb-container {
  width: 12px;
  height: 12px;
  top: 3px;
}
.sh-dark-theme .mat-slide-toggle.mat-disabled, .sh-light-theme .mat-slide-toggle.mat-disabled {
  opacity: 1;
}
.sh-dark-theme .mat-slide-toggle label, .sh-light-theme .mat-slide-toggle label {
  text-transform: capitalize;
}
.sh-dark-theme .fa-matSuffix i,
.sh-dark-theme span.mat-option-text,
.sh-dark-theme .mat-form-field .mat-input-element,
.sh-dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .sh-light-theme .fa-matSuffix i,
.sh-light-theme span.mat-option-text,
.sh-light-theme .mat-form-field .mat-input-element,
.sh-light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-form-field mat-label,
.sh-dark-theme .mat-form-field label,
.sh-dark-theme .mat-form-field.mat-focused label.mat-form-field-label,
.sh-dark-theme label, .sh-light-theme .mat-form-field mat-label,
.sh-light-theme .mat-form-field label,
.sh-light-theme .mat-form-field.mat-focused label.mat-form-field-label,
.sh-light-theme label {
  color: var(--greyscale-800) !important;
}
.sh-dark-theme mat-form-field.mat-select.mat-form-field-disabled .mat-form-field-label mat-label,
.sh-dark-theme mat-form-field.mat-form-field-disabled label, .sh-light-theme mat-form-field.mat-select.mat-form-field-disabled .mat-form-field-label mat-label,
.sh-light-theme mat-form-field.mat-form-field-disabled label {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .mat-form-field .mat-input-element, .sh-light-theme .mat-form-field .mat-input-element {
  caret-color: var(--greyscale-base) !important;
  opacity: 1;
}
.sh-dark-theme .mat-form-field-flex, .sh-light-theme .mat-form-field-flex {
  border-color: var(--greyscale-200) !important;
  background-color: var(--greyscale-150) !important;
  transition: ease-in-out 200ms;
}
.sh-dark-theme .mat-form-field-flex:hover, .sh-light-theme .mat-form-field-flex:hover {
  border-color: var(--greyscale-400) !important;
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-form-field div.mat-form-field-underline,
.sh-dark-theme .mat-form-field span.mat-form-field-ripple,
.sh-dark-theme mat-form-field .mat-form-field-underline::before,
.sh-dark-theme .mat-form-field.mat-focused div.mat-form-field-underline,
.sh-dark-theme .mat-form-field.mat-focused span.mat-form-field-ripple, .sh-light-theme .mat-form-field div.mat-form-field-underline,
.sh-light-theme .mat-form-field span.mat-form-field-ripple,
.sh-light-theme mat-form-field .mat-form-field-underline::before,
.sh-light-theme .mat-form-field.mat-focused div.mat-form-field-underline,
.sh-light-theme .mat-form-field.mat-focused span.mat-form-field-ripple {
  background-color: var(--greyscale-400) !important;
  transition: ease-in-out 200ms;
}
.sh-dark-theme .mat-form-field:hover div.mat-form-field-underline,
.sh-dark-theme .mat-form-field:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field:hover .mat-form-field-underline::before,
.sh-dark-theme .mat-form-field.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme .mat-form-field.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme .mat-form-field:hover div.mat-form-field-underline,
.sh-light-theme .mat-form-field:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field:hover .mat-form-field-underline::before,
.sh-light-theme .mat-form-field.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme .mat-form-field.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--greyscale-600) !important;
}
.sh-dark-theme .mat-form-field.pti-secondary-input input::-moz-placeholder, .sh-dark-theme .mat-form-field input::-moz-placeholder .mat-form-field label mat-placeholder, .sh-light-theme .mat-form-field.pti-secondary-input input::-moz-placeholder, .sh-light-theme .mat-form-field input::-moz-placeholder .mat-form-field label mat-placeholder {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme .pti-secondary-input .fa-matSuffix i,
.sh-dark-theme .mat-form-field.pti-secondary-input input::placeholder,
.sh-dark-theme .mat-form-field input::placeholder .mat-form-field label mat-placeholder, .sh-light-theme .pti-secondary-input .fa-matSuffix i,
.sh-light-theme .mat-form-field.pti-secondary-input input::placeholder,
.sh-light-theme .mat-form-field input::placeholder .mat-form-field label mat-placeholder {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex {
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex mat-select, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex mat-select {
  margin-left: 0px !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex .mat-select-value-text, .sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex .mat-select-value-text, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input {
  color: var(--greyscale-600) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input, .sh-light-theme mat-form-field.mat-form-field-disabled-highlighted.mat-form-field-disabled .mat-form-field-flex input {
  padding-left: 10px;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-suffix i, .sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-suffix i {
  color: var(--red-800) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-invalid:hover .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-invalid.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme mat-form-field.mat-form-field-invalid div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-invalid:hover .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-invalid.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--red-800) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-suffix i, .sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-suffix i {
  color: var(--primary-base) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-warning div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover span.mat-form-field-ripple,
.sh-dark-theme mat-form-field.mat-form-field-warning:hover .mat-form-field-underline::before,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused:hover div.mat-form-field-underline,
.sh-dark-theme mat-form-field.mat-form-field-warning.mat-focused:hover span.mat-form-field-ripple, .sh-light-theme mat-form-field.mat-form-field-warning div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning:hover span.mat-form-field-ripple,
.sh-light-theme mat-form-field.mat-form-field-warning:hover .mat-form-field-underline::before,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused:hover div.mat-form-field-underline,
.sh-light-theme mat-form-field.mat-form-field-warning.mat-focused:hover span.mat-form-field-ripple {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme mat-form-field.mat-form-field-invalid .mat-form-field-flex,
.sh-dark-theme mat-form-field.mat-form-field-warning .mat-form-field-flex, .sh-light-theme mat-form-field.mat-form-field-invalid .mat-form-field-flex,
.sh-light-theme mat-form-field.mat-form-field-warning .mat-form-field-flex {
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-checkbox-frame, .sh-dark-theme .mat-radio-outer-circle, .sh-light-theme .mat-checkbox-frame, .sh-light-theme .mat-radio-outer-circle {
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame {
  background-color: var(--primary-base) !important;
  color: var(--greyscale-150);
}
.sh-dark-theme .main-checkbox.not-all-selected .mat-checkbox-frame:before, .sh-light-theme .main-checkbox.not-all-selected .mat-checkbox-frame:before {
  content: "—";
}
.sh-dark-theme .mat-checkbox-checked.mat-checkbox-disabled span.mat-checkbox-background,
.sh-dark-theme .mat-checkbox-indeterminate.mat-checkbox-disabled span.mat-checkbox-background,
.sh-dark-theme .main-checkbox.mat-checkbox-disabled.not-all-selected .mat-checkbox-frame, .sh-light-theme .mat-checkbox-checked.mat-checkbox-disabled span.mat-checkbox-background,
.sh-light-theme .mat-checkbox-indeterminate.mat-checkbox-disabled span.mat-checkbox-background,
.sh-light-theme .main-checkbox.mat-checkbox-disabled.not-all-selected .mat-checkbox-frame {
  background-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame, .sh-light-theme .mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  background-color: var(--greyscale-200) !important;
  border-color: var(--greyscale-200) !important;
}
.sh-dark-theme .mat-radio-checked .mat-radio-outer-circle, .sh-light-theme .mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-base) !important;
  border-width: 1px;
}
.sh-dark-theme .mat-radio-checked .mat-radio-inner-circle, .sh-light-theme .mat-radio-checked .mat-radio-inner-circle {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-outer-circle, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: var(--greyscale-200) !important;
  background-color: var(--greyscale-200) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: var(--greyscale-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-disabled .mat-radio-label-content, .sh-light-theme mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: var(--greyscale-base) !important;
}
.sh-dark-theme mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle, .sh-light-theme mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle {
  border-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-slide-toggle-bar, .sh-light-theme .mat-slide-toggle-bar {
  background-color: var(--greyscale-150) !important;
  border-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-slide-toggle-thumb, .sh-light-theme .mat-slide-toggle-thumb {
  background-color: var(--greyscale-400) !important;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-bar, .sh-light-theme .mat-checked .mat-slide-toggle-bar {
  background-color: var(--primary-base) !important;
  border-color: var(--primary-base) !important;
}
.sh-dark-theme .mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-100) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-bar, .sh-light-theme .mat-disabled .mat-slide-toggle-bar {
  background-color: var(--greyscale-200) !important;
  border-color: var(--greyscale-200) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-thumb, .sh-light-theme .mat-disabled .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-disabled.mat-checked .mat-slide-toggle-bar, .sh-light-theme .mat-disabled.mat-checked .mat-slide-toggle-bar {
  background-color: var(--greyscale-base) !important;
  border-color: var(--greyscale-base) !important;
}
.sh-dark-theme .mat-disabled.mat-checked .mat-slide-toggle-thumb, .sh-light-theme .mat-disabled.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-disabled .mat-slide-toggle-content, .sh-light-theme .mat-disabled .mat-slide-toggle-content {
  color: var(--greyscale-600);
}
.sh-dark-theme .mat-error, .sh-dark-theme .alert-danger, .sh-light-theme .mat-error, .sh-light-theme .alert-danger {
  color: var(--red-800) !important;
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-form-field-subscript-wrapper, .sh-light-theme .mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
  padding: 0;
  font-size: 12px;
  color: var(--greyscale-600);
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.mat-sort-header-content {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
mat-table {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-top: 0;
}
.mat-header-row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
mat-cell {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
mat-cell, mat-header-cell {
  border-right: 1px solid var(--greyscale-200);
  align-self: stretch;
  padding-left: 16px;
}
mat-cell:last-child, mat-header-cell:last-child {
  border-right: 0;
}
mat-header-row, mat-row {
  border-bottom-color: var(--greyscale-200) !important;
  height: 56px;
}
.mat-paginator-outer-container {
  border-style: solid;
  border-width: 1px 0 0 0;
  margin-top: 36px;
  padding-top: 10px;
  padding-bottom: 0;
}
.mat-paginator-icon {
  display: none;
}
.mat-header-row {
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}
.dashboard-list .mainTable.table-block, .dashbard-accessways .mainTable.table-block {
  min-height: auto;
}
.language-class-en .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Previous";
}
.language-class-en .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Next";
}
.language-class-de .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Vorherige";
}
.language-class-de .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Nächste";
}
.language-class-it .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Paginazione anteriore";
}
.language-class-it .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Paginazione dopo";
}
.language-class-fr .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Précédent";
}
.language-class-fr .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Suivant";
}
.language-class-es .mat-paginator-container .mat-paginator-navigation-previous::before {
  content: "Anterior";
}
.language-class-es .mat-paginator-container .mat-paginator-navigation-next::before {
  content: "Próximo";
}
.mat-paginator-container {
  font-family: Work Sans, sans-serif;
  position: relative;
  padding: 0 !important;
  justify-content: space-between !important;
}
.mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  margin-top: 15px;
  margin-bottom: 0;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-flex {
  background-color: inherit !important;
  border-width: 0;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-underline {
  height: 2px;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-flex {
  padding: 0 !important;
}
.mat-paginator-container .mat-paginator-page-size .mat-select-value {
  text-align: center;
}
.mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  width: 43px;
  margin-left: 10px;
}
.mat-paginator-container .mat-paginator-page-size div.mat-form-field-infix {
  padding: 0;
}
.mat-paginator-container .mat-paginator-page-size .mat-form-field-infix {
  padding-bottom: 5px;
}
.mat-paginator-container button.mat-button-disabled {
  display: none;
}
.mat-paginator-container .mat-paginator-page-size-label {
  margin: 0 !important;
}
.mat-paginator-container .mat-paginator-page-size-label, .mat-paginator-container .mat-paginator-range-label, .mat-paginator-container .mat-paginator-page-size-value {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--greyscale-base);
}
.mat-paginator-container .mat-paginator-page-size-value {
  margin-left: 8px;
}
.mat-paginator-container .mat-paginator-range-label {
  margin-left: 0;
  position: absolute;
  left: 195px;
}
.mat-paginator-container .mat-paginator-navigation-first,
.mat-paginator-container .mat-paginator-navigation-last {
  display: none;
}
.mat-paginator-container .mat-paginator-navigation-previous span,
.mat-paginator-container .mat-paginator-navigation-next span {
  display: none;
}
.mat-paginator-container button.mat-paginator-navigation-previous,
.mat-paginator-container button.mat-paginator-navigation-next {
  margin-left: 10px;
  padding: 0 16px;
  min-width: 64px;
}
body.sh-dark-theme .mat-header-row, body.sh-light-theme .mat-header-row {
  min-height: 56px;
}
body.sh-dark-theme .mat-header-row, body.sh-light-theme .mat-header-row {
  background-color: var(--mat-header-row-bg);
}
body.sh-dark-theme .mat-header-row mat-header-cell.mat-column-select:hover, body.sh-light-theme .mat-header-row mat-header-cell.mat-column-select:hover {
  background-color: transparent;
}
body.sh-dark-theme mat-table, body.sh-light-theme mat-table {
  border-color: var(--greyscale-200);
}
body.sh-dark-theme .mat-paginator, body.sh-light-theme .mat-paginator {
  background: none;
}
body.sh-dark-theme mat-row, body.sh-light-theme mat-row {
  background-color: var(--greyscale-150);
}
body.sh-dark-theme .mat-paginator-outer-container, body.sh-light-theme .mat-paginator-outer-container {
  border-color: var(--greyscale-200);
}
body.sh-dark-theme .mat-paginator-outer-container .mat-paginator-range-label, body.sh-light-theme .mat-paginator-outer-container .mat-paginator-range-label {
  color: var(--greyscale-base);
}
body.sh-dark-theme app-sh-list .mat-header-row, body.sh-light-theme app-sh-list .mat-header-row {
  position: sticky;
  top: 217px;
  z-index: 9999;
}
body.sh-dark-theme app-sh-list .hasTabs .mat-header-row, body.sh-light-theme app-sh-list .hasTabs .mat-header-row {
  position: sticky;
  top: 274px;
  z-index: 9999;
}
body.sh-dark-theme .top-panel + mat-tab-group, body.sh-light-theme .top-panel + mat-tab-group {
  position: sticky;
  top: 161px;
  z-index: 9999;
  background: var(--greyscale-100);
}
body.sh-dark-theme .top-panel-section + mat-tab-group, body.sh-light-theme .top-panel-section + mat-tab-group {
  position: static;
}
body.sh-dark-theme .top-panel-section + mat-tab-group mat-tab-header, body.sh-light-theme .top-panel-section + mat-tab-group mat-tab-header {
  position: sticky;
  z-index: 9999;
  background: var(--greyscale-100);
  top: 146px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
body.sh-dark-theme app-sh-list.event-log .mat-header-row, body.sh-light-theme app-sh-list.event-log .mat-header-row {
  top: 0;
}
body.sh-dark-theme app-sh-list.access-tester mat-table, body.sh-light-theme app-sh-list.access-tester mat-table {
  border-top: 0;
}
body.sh-dark-theme app-sh-list.access-tester .mat-header-row, body.sh-light-theme app-sh-list.access-tester .mat-header-row {
  top: 155px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
app-sh-list .event-log.table-block__search-form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
app-event-log .mat-header-row .mat-header-cell, app-alarms .mat-header-row .mat-header-cell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.sh-dark-theme app-dashboard-kpi app-sh-list .mat-header-row, body.sh-dark-theme app-dashboard-kpi app-sh-list .table-block__search-form, body.sh-light-theme app-dashboard-kpi app-sh-list .mat-header-row, body.sh-light-theme app-dashboard-kpi app-sh-list .table-block__search-form {
  position: static;
}
body.sh-dark-theme app-sh-item-form app-sh-list .mat-header-row, body.sh-light-theme app-sh-item-form app-sh-list .mat-header-row {
  position: static;
}
.subTable.table-block {
  background-color: var(--greyscale-100);
  padding-bottom: 0;
  margin-bottom: 38px;
}
.subTable.table-block .mat-paginator-outer-container {
  border-color: var(--greyscale-100);
  border-width: 0 1px 1px 1px;
  margin-top: 0;
  padding: 14px 30px;
}
.mat-column-canSeeCard, .mat-column-canSeeCardConfirm {
  text-align: right;
  justify-content: flex-end;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard {
  background: var(--greyscale-100);
  border: 1px solid var(--greyscale-200);
  border-radius: 32px;
  height: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button {
  display: flex;
  align-items: center;
  height: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button span, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard button span {
  line-height: 1;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  padding: 0 20px;
  font-weight: 600;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  background: var(--greyscale-100);
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 0;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle {
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle .mat-button-toggle-ripple, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle .mat-button-toggle-ripple {
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked {
  background: var(--primary-base);
  color: var(--greyscale-100);
  border-radius: 32px;
}
.sh-dark-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked .mat-button-toggle-button, .sh-light-theme .sh-toggle-buttons.mat-button-toggle-group-appearance-standard .mat-button-toggle-checked .mat-button-toggle-button {
  color: #313235;
}
.sh-dark-theme .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.sh-dark-theme .mat-option {
  color: white;
}
.sh-dark-theme .mat-option:hover:not(.mat-option-disabled), .sh-dark-theme .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.sh-dark-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.sh-dark-theme .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.sh-dark-theme .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--primary-base);
}
.sh-dark-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--red-base);
}
.sh-dark-theme .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-pseudo-checkbox::after {
  color: #303030;
}
.sh-dark-theme .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.sh-dark-theme .mat-primary .mat-pseudo-checkbox-checked,
.sh-dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--primary-base);
}
.sh-dark-theme .mat-pseudo-checkbox-checked,
.sh-dark-theme .mat-pseudo-checkbox-indeterminate,
.sh-dark-theme .mat-accent .mat-pseudo-checkbox-checked,
.sh-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: var(--greyscale-150);
}
.sh-dark-theme .mat-warn .mat-pseudo-checkbox-checked,
.sh-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: var(--red-base);
}
.sh-dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.sh-dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.sh-dark-theme .mat-app-background, .sh-dark-theme.mat-app-background {
  background-color: #303030;
  color: white;
}
.sh-dark-theme .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.sh-dark-theme .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
.sh-dark-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
.sh-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.sh-dark-theme .mat-badge-content {
  color: #313235;
  background: var(--primary-base);
}
.cdk-high-contrast-active .sh-dark-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.sh-dark-theme .mat-badge-accent .mat-badge-content {
  background: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-badge-warn .mat-badge-content {
  color: var(--greyscale-100);
  background: var(--red-base);
}
.sh-dark-theme .mat-badge {
  position: relative;
}
.sh-dark-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
.sh-dark-theme .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.sh-dark-theme .ng-animate-disabled .mat-badge-content,
.sh-dark-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.sh-dark-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
.sh-dark-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.sh-dark-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.sh-dark-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.sh-dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .sh-dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.sh-dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .sh-dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.sh-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .sh-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.sh-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .sh-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.sh-dark-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .sh-dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .sh-dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .sh-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.sh-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .sh-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.sh-dark-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.sh-dark-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.sh-dark-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.sh-dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .sh-dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.sh-dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .sh-dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.sh-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .sh-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.sh-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .sh-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.sh-dark-theme .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.sh-dark-theme .mat-button, .sh-dark-theme .mat-icon-button, .sh-dark-theme .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.sh-dark-theme .mat-button.mat-primary, .sh-dark-theme .mat-icon-button.mat-primary, .sh-dark-theme .mat-stroked-button.mat-primary {
  color: var(--primary-base);
}
.sh-dark-theme .mat-button.mat-accent, .sh-dark-theme .mat-icon-button.mat-accent, .sh-dark-theme .mat-stroked-button.mat-accent {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-button.mat-warn, .sh-dark-theme .mat-icon-button.mat-warn, .sh-dark-theme .mat-stroked-button.mat-warn {
  color: var(--red-base);
}
.sh-dark-theme .mat-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-icon-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-icon-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-icon-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-icon-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-stroked-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-stroked-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-stroked-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-button.mat-primary .mat-button-focus-overlay, .sh-dark-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .sh-dark-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-button.mat-accent .mat-button-focus-overlay, .sh-dark-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .sh-dark-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-button.mat-warn .mat-button-focus-overlay, .sh-dark-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .sh-dark-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-button.mat-button-disabled .mat-button-focus-overlay, .sh-dark-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .sh-dark-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.sh-dark-theme .mat-button .mat-ripple-element, .sh-dark-theme .mat-icon-button .mat-ripple-element, .sh-dark-theme .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.sh-dark-theme .mat-button-focus-overlay {
  background: white;
}
.sh-dark-theme .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-flat-button, .sh-dark-theme .mat-raised-button, .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next, .sh-dark-theme .mat-fab, .sh-dark-theme .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.sh-dark-theme .mat-flat-button.mat-primary, .sh-dark-theme .mat-raised-button.mat-primary, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary, .sh-dark-theme .mat-mini-fab.mat-primary {
  color: #313235;
}
.sh-dark-theme .mat-flat-button.mat-accent, .sh-dark-theme .mat-raised-button.mat-accent, .sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-accent, .sh-dark-theme .mat-mini-fab.mat-accent {
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-flat-button.mat-warn, .sh-dark-theme .mat-raised-button.mat-warn, .sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-warn, .sh-dark-theme .mat-mini-fab.mat-warn {
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-flat-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary.mat-button-disabled, .sh-dark-theme .mat-fab.mat-accent.mat-button-disabled, .sh-dark-theme .mat-fab.mat-warn.mat-button-disabled, .sh-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-flat-button.mat-primary, .sh-dark-theme .mat-raised-button.mat-primary, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary, .sh-dark-theme .mat-mini-fab.mat-primary {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-flat-button.mat-accent, .sh-dark-theme .mat-raised-button.mat-accent, .sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-accent, .sh-dark-theme .mat-mini-fab.mat-accent {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-flat-button.mat-warn, .sh-dark-theme .mat-raised-button.mat-warn, .sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-warn, .sh-dark-theme .mat-mini-fab.mat-warn {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-flat-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-primary.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-accent.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-warn.mat-button-disabled, .sh-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous, .mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-previous,
.sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next,
.mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-button-disabled.mat-paginator-navigation-next, .sh-dark-theme .mat-fab.mat-primary.mat-button-disabled, .sh-dark-theme .mat-fab.mat-accent.mat-button-disabled, .sh-dark-theme .mat-fab.mat-warn.mat-button-disabled, .sh-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled, .sh-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-flat-button.mat-primary .mat-ripple-element, .sh-dark-theme .mat-raised-button.mat-primary .mat-ripple-element, .sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-previous .mat-ripple-element,
.sh-dark-theme .mat-paginator-container button.mat-primary.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-dark-theme button.mat-primary.mat-paginator-navigation-next .mat-ripple-element, .sh-dark-theme .mat-fab.mat-primary .mat-ripple-element, .sh-dark-theme .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.1);
}
.sh-dark-theme .mat-flat-button.mat-accent .mat-ripple-element, .sh-dark-theme .mat-raised-button.mat-accent .mat-ripple-element, .sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-previous .mat-ripple-element,
.sh-dark-theme .mat-paginator-container button.mat-accent.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-dark-theme button.mat-accent.mat-paginator-navigation-next .mat-ripple-element, .sh-dark-theme .mat-fab.mat-accent .mat-ripple-element, .sh-dark-theme .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: var(--greyscale-200);
  opacity: 0.1;
}
.sh-dark-theme .mat-flat-button.mat-warn .mat-ripple-element, .sh-dark-theme .mat-raised-button.mat-warn .mat-ripple-element, .sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-previous .mat-ripple-element, .mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-previous .mat-ripple-element,
.sh-dark-theme .mat-paginator-container button.mat-warn.mat-paginator-navigation-next .mat-ripple-element,
.mat-paginator-container .sh-dark-theme button.mat-warn.mat-paginator-navigation-next .mat-ripple-element, .sh-dark-theme .mat-fab.mat-warn .mat-ripple-element, .sh-dark-theme .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: var(--greyscale-100);
  opacity: 0.1;
}
.sh-dark-theme .mat-stroked-button:not([class*=mat-elevation-z]), .sh-dark-theme .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-raised-button:not([class*=mat-elevation-z]), .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:not([class*=mat-elevation-z]), .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:not([class*=mat-elevation-z]),
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-previous:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-previous:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.sh-dark-theme .mat-paginator-container button.mat-paginator-navigation-next:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-dark-theme button.mat-paginator-navigation-next:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]), .sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-paginator-navigation-previous:not([class*=mat-elevation-z]), .mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-paginator-navigation-previous:not([class*=mat-elevation-z]),
.sh-dark-theme .mat-paginator-container button.mat-button-disabled.mat-paginator-navigation-next:not([class*=mat-elevation-z]),
.mat-paginator-container .sh-dark-theme button.mat-button-disabled.mat-paginator-navigation-next:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-fab:not([class*=mat-elevation-z]), .sh-dark-theme .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .sh-dark-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .sh-dark-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-button-toggle-standalone,
.sh-dark-theme .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.sh-dark-theme .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.sh-dark-theme .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.sh-dark-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.sh-dark-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.sh-dark-theme .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.sh-dark-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.sh-dark-theme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.sh-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.sh-dark-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-card {
  background: #424242;
  color: white;
}
.sh-dark-theme .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-checkbox-checkmark {
  fill: #303030;
}
.sh-dark-theme .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
.sh-dark-theme .mat-checkbox-mixedmark {
  background-color: #303030;
}
.sh-dark-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .sh-dark-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .sh-dark-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .sh-dark-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .sh-dark-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
.sh-dark-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.sh-dark-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-checkbox .mat-ripple-element {
  background-color: white;
}
.sh-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.sh-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: var(--primary-base);
}
.sh-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.sh-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: var(--greyscale-150);
}
.sh-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.sh-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: var(--red-base);
}
.sh-dark-theme .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
.sh-dark-theme .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.sh-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.sh-dark-theme .mat-chip.mat-standard-chip::after {
  background: white;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #313235;
  opacity: 0.4;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.1);
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: var(--greyscale-100);
  opacity: 0.4;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: var(--greyscale-100);
  opacity: 0.1;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--greyscale-200);
  opacity: 0.4;
}
.sh-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: var(--greyscale-200);
  opacity: 0.1;
}
.sh-dark-theme .mat-table {
  background: #424242;
}
.sh-dark-theme .mat-table thead, .sh-dark-theme .mat-table tbody, .sh-dark-theme .mat-table tfoot,
.sh-dark-theme mat-header-row, .sh-dark-theme mat-row, .sh-dark-theme mat-footer-row,
.sh-dark-theme [mat-header-row], .sh-dark-theme [mat-row], .sh-dark-theme [mat-footer-row],
.sh-dark-theme .mat-table-sticky {
  background: inherit;
}
.sh-dark-theme mat-row, .sh-dark-theme mat-header-row, .sh-dark-theme mat-footer-row,
.sh-dark-theme th.mat-header-cell, .sh-dark-theme td.mat-cell, .sh-dark-theme td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-cell, .sh-dark-theme .mat-footer-cell {
  color: white;
}
.sh-dark-theme .mat-calendar-arrow {
  border-top-color: white;
}
.sh-dark-theme .mat-datepicker-toggle,
.sh-dark-theme .mat-datepicker-content .mat-calendar-next-button,
.sh-dark-theme .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.sh-dark-theme .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-calendar-body-cell-content,
.sh-dark-theme .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.sh-dark-theme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.sh-dark-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-calendar-body-in-range::before {
  background: var(--primary-base);
}
.sh-dark-theme .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-dark-theme .mat-calendar-body-comparison-bridge-start::before,
.sh-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--primary-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-calendar-body-comparison-bridge-end::before,
.sh-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--primary-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-dark-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-dark-theme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-dark-theme .mat-calendar-body-selected {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-dark-theme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-dark-theme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #313235;
}
.sh-dark-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: var(--greyscale-150);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.sh-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--greyscale-150) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.sh-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--greyscale-150) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
}
.sh-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: var(--red-base);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.sh-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--red-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.sh-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--red-base) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--greyscale-100);
}
.sh-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.sh-dark-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-datepicker-toggle-active {
  color: var(--primary-base);
}
.sh-dark-theme .mat-datepicker-toggle-active.mat-accent {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-datepicker-toggle-active.mat-warn {
  color: var(--red-base);
}
.sh-dark-theme .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.sh-dark-theme .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-expansion-panel {
  background: #424242;
  color: white;
}
.sh-dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .sh-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .sh-dark-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .sh-dark-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.sh-dark-theme .mat-expansion-panel-header-title {
  color: white;
}
.sh-dark-theme .mat-expansion-panel-header-description,
.sh-dark-theme .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.sh-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.sh-dark-theme .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: var(--red-base);
}
.sh-dark-theme .mat-focused .mat-form-field-required-marker {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field-ripple {
  background-color: white;
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.sh-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.sh-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-error {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.sh-dark-theme .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.sh-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.sh-dark-theme .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.sh-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.sh-dark-theme .mat-icon.mat-primary {
  color: var(--primary-base);
}
.sh-dark-theme .mat-icon.mat-accent {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-icon.mat-warn {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-input-element:disabled,
.sh-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element {
  caret-color: var(--primary-base);
}
.sh-dark-theme .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
.sh-dark-theme .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.sh-dark-theme .mat-form-field.mat-accent .mat-input-element {
  caret-color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field.mat-warn .mat-input-element,
.sh-dark-theme .mat-form-field-invalid .mat-input-element {
  caret-color: var(--red-base);
}
.sh-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: var(--red-base);
}
.sh-dark-theme .mat-list-base .mat-list-item {
  color: white;
}
.sh-dark-theme .mat-list-base .mat-list-option {
  color: white;
}
.sh-dark-theme .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-list-item-disabled {
  background-color: black;
}
.sh-dark-theme .mat-list-option:hover, .sh-dark-theme .mat-list-option:focus,
.sh-dark-theme .mat-nav-list .mat-list-item:hover,
.sh-dark-theme .mat-nav-list .mat-list-item:focus,
.sh-dark-theme .mat-action-list .mat-list-item:hover,
.sh-dark-theme .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
.sh-dark-theme .mat-list-single-selected-option, .sh-dark-theme .mat-list-single-selected-option:hover, .sh-dark-theme .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-menu-panel {
  background: #424242;
}
.sh-dark-theme .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-menu-item {
  background: transparent;
  color: white;
}
.sh-dark-theme .mat-menu-item[disabled], .sh-dark-theme .mat-menu-item[disabled]::after,
.sh-dark-theme .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-menu-item .mat-icon-no-color,
.sh-dark-theme .mat-menu-item-submenu-trigger::after {
  color: white;
}
.sh-dark-theme .mat-menu-item:hover:not([disabled]),
.sh-dark-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.sh-dark-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.sh-dark-theme .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
.sh-dark-theme .mat-paginator {
  background: #424242;
}
.sh-dark-theme .mat-paginator,
.sh-dark-theme .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-paginator-decrement,
.sh-dark-theme .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.sh-dark-theme .mat-paginator-first,
.sh-dark-theme .mat-paginator-last {
  border-top: 2px solid white;
}
.sh-dark-theme .mat-icon-button[disabled] .mat-paginator-decrement,
.sh-dark-theme .mat-icon-button[disabled] .mat-paginator-increment,
.sh-dark-theme .mat-icon-button[disabled] .mat-paginator-first,
.sh-dark-theme .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-progress-bar-background {
  fill: var(--primary-A800);
}
.sh-dark-theme .mat-progress-bar-buffer {
  background-color: var(--primary-A800);
}
.sh-dark-theme .mat-progress-bar-fill::after {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: var(--greyscale-200);
}
.sh-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: var(--greyscale-200);
}
.sh-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: var(--red-A800);
}
.sh-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: var(--red-A800);
}
.sh-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-progress-spinner circle, .sh-dark-theme .mat-spinner circle {
  stroke: var(--primary-base);
}
.sh-dark-theme .mat-progress-spinner.mat-accent circle, .sh-dark-theme .mat-spinner.mat-accent circle {
  stroke: var(--greyscale-150);
}
.sh-dark-theme .mat-progress-spinner.mat-warn circle, .sh-dark-theme .mat-spinner.mat-warn circle {
  stroke: var(--red-base);
}
.sh-dark-theme .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-base);
}
.sh-dark-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
.sh-dark-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .sh-dark-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--greyscale-150);
}
.sh-dark-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
.sh-dark-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .sh-dark-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--red-base);
}
.sh-dark-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,
.sh-dark-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .sh-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .sh-dark-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.sh-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.sh-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-radio-button .mat-ripple-element {
  background-color: white;
}
.sh-dark-theme .mat-select-value {
  color: white;
}
.sh-dark-theme .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-select-panel {
  background: #424242;
}
.sh-dark-theme .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--primary-base);
}
.sh-dark-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: var(--greyscale-150);
}
.sh-dark-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: var(--red-base);
}
.sh-dark-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.sh-dark-theme .mat-drawer {
  background-color: #424242;
  color: white;
}
.sh-dark-theme .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.sh-dark-theme .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.sh-dark-theme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.sh-dark-theme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.sh-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
.sh-dark-theme .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
.sh-dark-theme .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-primary .mat-slider-track-fill,
.sh-dark-theme .mat-primary .mat-slider-thumb,
.sh-dark-theme .mat-primary .mat-slider-thumb-label {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-primary .mat-slider-thumb-label-text {
  color: #313235;
}
.sh-dark-theme .mat-primary .mat-slider-focus-ring {
  background-color: var(--primary-base);
  opacity: 0.2;
}
.sh-dark-theme .mat-accent .mat-slider-track-fill,
.sh-dark-theme .mat-accent .mat-slider-thumb,
.sh-dark-theme .mat-accent .mat-slider-thumb-label {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-accent .mat-slider-thumb-label-text {
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-accent .mat-slider-focus-ring {
  background-color: var(--greyscale-150);
  opacity: 0.2;
}
.sh-dark-theme .mat-warn .mat-slider-track-fill,
.sh-dark-theme .mat-warn .mat-slider-thumb,
.sh-dark-theme .mat-warn .mat-slider-thumb-label {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-warn .mat-slider-thumb-label-text {
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-warn .mat-slider-focus-ring {
  background-color: var(--red-base);
  opacity: 0.2;
}
.sh-dark-theme .mat-slider:hover .mat-slider-track-background,
.sh-dark-theme .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-disabled .mat-slider-track-background,
.sh-dark-theme .mat-slider-disabled .mat-slider-track-fill,
.sh-dark-theme .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.sh-dark-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.sh-dark-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.sh-dark-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.sh-dark-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .sh-dark-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .sh-dark-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.sh-dark-theme .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.sh-dark-theme .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.sh-dark-theme .mat-step-header.cdk-keyboard-focused, .sh-dark-theme .mat-step-header.cdk-program-focused, .sh-dark-theme .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .sh-dark-theme .mat-step-header:hover {
    background: none;
  }
}
.sh-dark-theme .mat-step-header .mat-step-label,
.sh-dark-theme .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.sh-dark-theme .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: #313235;
}
.sh-dark-theme .mat-step-header .mat-step-icon-selected,
.sh-dark-theme .mat-step-header .mat-step-icon-state-done,
.sh-dark-theme .mat-step-header .mat-step-icon-state-edit {
  background-color: var(--primary-base);
  color: #313235;
}
.sh-dark-theme .mat-step-header.mat-accent .mat-step-icon {
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-step-header.mat-accent .mat-step-icon-selected,
.sh-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
.sh-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-step-header.mat-warn .mat-step-icon {
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-step-header.mat-warn .mat-step-icon-selected,
.sh-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-done,
.sh-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: var(--red-base);
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: var(--red-base);
}
.sh-dark-theme .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.sh-dark-theme .mat-step-header .mat-step-label.mat-step-label-error {
  color: var(--red-base);
}
.sh-dark-theme .mat-stepper-horizontal, .sh-dark-theme .mat-stepper-vertical {
  background-color: #424242;
}
.sh-dark-theme .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-horizontal-stepper-header::before,
.sh-dark-theme .mat-horizontal-stepper-header::after,
.sh-dark-theme .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-sort-header-arrow {
  color: #c6c6c6;
}
.sh-dark-theme .mat-tab-nav-bar,
.sh-dark-theme .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.sh-dark-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,
.sh-dark-theme .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.sh-dark-theme .mat-tab-label, .sh-dark-theme .mat-tab-link {
  color: white;
}
.sh-dark-theme .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-tab-header-pagination-chevron {
  border-color: white;
}
.sh-dark-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.sh-dark-theme .mat-tab-group[class*=mat-background-] .mat-tab-header,
.sh-dark-theme .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.sh-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--primary-A800);
}
.sh-dark-theme .mat-tab-group.mat-primary .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: #313235;
}
.sh-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-accent .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--red-A800);
}
.sh-dark-theme .mat-tab-group.mat-warn .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .sh-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--greyscale-100);
}
.sh-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--primary-A800);
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header, .sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container, .sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: var(--primary-base);
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: #313235;
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(49, 50, 53, 0.4);
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: #313235;
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(49, 50, 53, 0.4);
}
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(49, 50, 53, 0.12);
}
.sh-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: var(--greyscale-200);
}
.sh-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .sh-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.sh-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--red-A800);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header, .sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container, .sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: var(--red-base);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--greyscale-100);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--greyscale-100);
}
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.sh-dark-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: var(--greyscale-100);
}
.sh-dark-theme .mat-toolbar {
  background: #212121;
  color: white;
}
.sh-dark-theme .mat-toolbar.mat-primary {
  background: var(--primary-base);
  color: #313235;
}
.sh-dark-theme .mat-toolbar.mat-accent {
  background: var(--greyscale-150);
  color: var(--greyscale-200);
}
.sh-dark-theme .mat-toolbar.mat-warn {
  background: var(--red-base);
  color: var(--greyscale-100);
}
.sh-dark-theme .mat-toolbar .mat-form-field-underline,
.sh-dark-theme .mat-toolbar .mat-form-field-ripple,
.sh-dark-theme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.sh-dark-theme .mat-toolbar .mat-form-field-label,
.sh-dark-theme .mat-toolbar .mat-focused .mat-form-field-label,
.sh-dark-theme .mat-toolbar .mat-select-value,
.sh-dark-theme .mat-toolbar .mat-select-arrow,
.sh-dark-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.sh-dark-theme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.sh-dark-theme .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.sh-dark-theme .mat-tree {
  background: #424242;
}
.sh-dark-theme .mat-tree-node,
.sh-dark-theme .mat-nested-tree-node {
  color: white;
}
.sh-dark-theme .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sh-dark-theme .mat-simple-snackbar-action {
  color: inherit;
}
.sh-dark-theme .sh-warning-icon {
  color: var(--red-base);
}
.sh-dark-theme .settings-box .settings-header {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-step-icon[ng-reflect-ng-switch=edit] {
  background-color: var(--green-base) !important;
}
.sh-dark-theme .ob-system-list > li .success {
  color: var(--green-base);
}
.sh-dark-theme .state-on {
  color: var(--green-base) !important;
}
.sh-dark-theme .flagRed {
  color: var(--red-base) !important;
}
.sh-dark-theme .flagGreen {
  color: var(--green-base) !important;
}
.sh-dark-theme span.mat-option-text {
  color: var(--greyscale-150);
}
.sh-dark-theme .linkPage .container .link-row .link-box:hover {
  color: var(--primary-base) !important;
}
.sh-dark-theme .linkPage .container .link-row .link-box .link-box-tile:hover {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme .linkPage .container .link-row .link-box .link-box-footer {
  background-color: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-menu-panel {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-menu-panel .mat-menu-content .mat-menu-item :hover:not([disabled]) {
  color: var(--primary-base);
}
.sh-dark-theme .mat-menu-panel .mat-menu-content .mat-menu-item :hover:not([disabled]) .sh-action-icon {
  color: var(--primary-base);
}
.sh-dark-theme .detail-state-on {
  color: var(--primary-base) !important;
}
.sh-dark-theme .alert-danger {
  color: var(--red-base);
  padding-left: 15px;
}
.sh-dark-theme .text-color-danger {
  color: var(--red-base);
}
.sh-dark-theme .sl-error {
  color: var(--greyscale-800) !important;
  background-color: var(--red-base) !important;
  margin-top: 170px !important;
}
.sh-dark-theme .sl-info {
  color: var(--greyscale-800) !important;
  background-color: var(--blue-base) !important;
  margin-top: 170px !important;
}
.sh-dark-theme .sl-success {
  color: var(--greyscale-800) !important;
  background-color: var(--green-base) !important;
  margin-top: 170px !important;
}
.sh-dark-theme mat-expansion-panel .mat-nav-active, .sh-dark-theme mat-list-item .mat-nav-active {
  color: var(--primary-base) !important;
}
.sh-dark-theme .mat-drawer {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-drawer .mat-expansion-panel {
  background-color: inherit;
}
.sh-dark-theme .mat-drawer .mat-expansion-panel .mat-list-text, .sh-dark-theme .mat-drawer .mat-expansion-panel .mat-expansion-panel-header-title {
  color: var(--greyscale-800);
}
.sh-dark-theme .mat-header-row {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-header-row .mat-header-cell {
  color: var(--mat-header-color);
}
.sh-dark-theme .mat-header-row mat-header-cell.mat-column-select:hover {
  background-color: var(--greyscale-150);
}
.sh-dark-theme .mat-tab-group.mat-primary .mat-ink-bar,
.sh-dark-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background: var(--primary-base);
}
.sh-dark-theme .mat-tab-nav-bar .mat-tab-link, .sh-dark-theme .mat-tab-nav-bar .mat-tab-label, .sh-dark-theme .mat-tab-header .mat-tab-link, .sh-dark-theme .mat-tab-header .mat-tab-label {
  color: var(--greyscale-800);
}
.sh-dark-theme input:focus ~ label, .sh-dark-theme input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: var(--primary-base);
}
.sh-dark-theme .mat-checkbox-checkmark-path {
  stroke: var(--greyscale-150) !important;
}
.sh-dark-theme .mat-checkbox-indeterminate .mat-checkbox-background, .sh-dark-theme .mat-checkbox-checked .mat-checkbox-background {
  background-color: var(--primary-base) !important;
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-underline,
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--blue-base) !important;
}
.sh-dark-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--blue-base) !important;
}
.sh-dark-theme .operator-site-assign .box .site-tree li .mat-tree-node button.node-content:focus {
  box-shadow: 0px 0px 5px 0px var(--blue-base);
}
.sh-dark-theme .operator-site-assign .box .site-tree li .mat-tree-node i.hasData {
  color: var(--green-base);
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "Work Sans", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--greyscale-800);
}
.mat-menu-panel .mat-menu-content .mat-menu-item > * {
  color: var(--greyscale-800);
}
.mat-menu-panel .mat-menu-content .mat-menu-item .sh-action-icon {
  padding-right: 15px;
  color: var(--greyscale-800);
}
.sh-hide {
  display: none !important;
}
.sl-not-visible {
  visibility: hidden;
}
.sub-list .list-top-panel {
  display: block !important;
}
.sub-list .list-top-panel .search-form {
  width: 100% !important;
}
.sub-list .list-top-panel .search-form .mat-form-field-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.sub-list .list-top-panel .command-row {
  display: none;
}
.align-middle {
  align-self: center;
}
.fas,
.fal {
  padding: 6px;
  font-size: 16px;
}
.sh-stepper-icon {
  padding: 5px;
  font-size: 15px;
}
.list-unstyled {
  list-style: none;
}
mat-icon {
  cursor: pointer;
}
p strong {
  font-weight: bold;
}
.branding {
  padding-top: 9px;
}
.branding:focus {
  outline: 0;
}
.far.disabled,
.far[disabled],
.disabled > .far,
[disabled] > .far,
.fas.disabled,
.fas[disabled],
.disabled > .fas,
[disabled] > .fas {
  opacity: 0.5;
  pointer-events: none;
}
.spacer {
  flex: 1 1 auto;
}
.mat-form-field-disabled .mat-form-field-suffix {
  color: #b9b9b9;
}
.mat-horizontal-stepper-header {
  pointer-events: none !important;
}
mat-cell mat-icon.mat-icon {
  vertical-align: middle;
}
mat-table .mat-column-actions {
  flex: 0 0 25px;
}
mat-table .mat-column-actionIcons {
  flex: 0 0 160px;
  margin-right: 24px;
  margin-left: 24px;
}
.previewMode mat-table .mat-column-actions {
  display: none;
}
.previewMode mat-table mat-row:hover {
  background-color: var(--greyscale-150) !important;
}
.icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dialog-title .header-action mat-icon {
  padding: 5px;
  cursor: pointer;
}
.mat-dialog-actions[align=space-between] {
  justify-content: space-between;
}
.box {
  display: flex;
  align-content: space-between;
}
.box-col {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.box-row {
  display: flex;
  flex-direction: row;
  align-content: space-between;
}
.box-center {
  display: flex;
  align-content: space-between;
  align-items: center;
}
.box-center-right {
  display: flex;
  align-content: space-between;
  align-items: center;
  justify-content: right;
}
.w-15 {
  width: 15% !important;
}
.w-25 {
  width: 25% !important;
}
.w-28 {
  width: 28% !important;
}
.w-30 {
  width: 30% !important;
}
.w-33 {
  width: 33% !important;
}
.w-45 {
  width: 45% !important;
}
.w-49 {
  width: 49% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-66 {
  width: 66% !important;
}
.w-68 {
  width: 68% !important;
}
.w-70 {
  width: 70% !important;
}
.w-100 {
  width: 100% !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mt-minus-15 {
  margin-top: -15px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.m-5 {
  margin: 5px;
}
.m-15 {
  margin: 15px;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-15 {
  padding-left: 15px;
}
.p-20-12 {
  padding: 20px 12px;
}
.pb-10 {
  padding-bottom: 10px;
}
.float-right {
  float: right;
}
.pull-right {
  justify-content: flex-end;
}
.pull-left {
  justify-content: flex-start;
}
.space-between {
  justify-content: space-between;
}
.state-off {
  color: inherit !important;
}
.mat-checkbox {
  display: flex;
  padding: 12px;
}
.section-header {
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  border-bottom: 1px solid #b8b8b8;
  margin: 20px 0px 20px 0px;
}
.section-header-noline {
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  margin: 20px 0px 10px 0px;
}
.m-w-200 {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .sm-w-50 {
    width: 50% !important;
  }

  .sm-w-66 {
    width: 66% !important;
  }

  .sm-w-33 {
    width: 33% !important;
  }

  .sm-w-100 {
    width: 100% !important;
  }

  .sm-d-init {
    display: initial !important;
  }

  .sm-w-20 {
    width: 20% !important;
  }
}
.white {
  color: var(--greyscale-800);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* 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;
}
strong {
  font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.app-loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 180px;
}
.app-loading .logo {
  width: 90px;
  height: 40px;
  margin-left: 20px;
  background: url('StoreLogix_Logo.dcf6f2c8462021a8f06c.svg') center center no-repeat;
}
.app-loading .spinner {
  height: 100px;
  width: 100px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ddd;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
div.sh-details-page .section-header .mat-checkbox-layout .mat-checkbox-label, div.sh-details-page .section-header {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: var(--greyscale-base);
  text-transform: capitalize;
}
.table-bottom-block, .table-top-block, .schedule-box, div.sh-details-page {
  background-color: var(--greyscale-150);
  border-style: solid;
  border-color: var(--greyscale-200);
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 2px;
}
.sl-action-buttons-body {
  width: 100%;
  position: sticky;
  top: 32px;
  z-index: 99999;
}
.sl-action-buttons-body h1 {
  background: var(--greyscale-100);
}
.sl-action-buttons-body div.sl-action-buttons {
  top: 5px;
  right: 0;
  position: absolute;
  text-align: right;
  z-index: 11;
  display: flex;
}
.sl-action-buttons-body div.sl-action-buttons-page {
  top: 28px;
}
.sl-action-buttons-body div.sl-action-buttons button {
  margin-left: 15px;
}
.schedule-box, div.sh-details-page {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sh-details-page {
  margin-bottom: 24px;
}
.table-title, .table-top-block h2 {
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.table-top-block {
  padding-left: 29px;
  padding-right: 29px;
  color: var(--greyscale-base);
  display: flex;
  height: 56px;
  align-items: center;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 1px 1px 0 1px;
}
.table-bottom-block {
  width: 100%;
  position: relative;
  height: 88px;
  padding: 24px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-width: 0px 1px 1px 1px;
}
.previewMode-table {
  margin-bottom: 24px;
}
div.sh-details-page {
  padding: 22px 32px 5px 32px;
}
div.sh-details-page .section-header {
  margin: 0 0 20px 0;
  padding-top: 10px;
  padding-bottom: 20px;
}
div.sh-details-page .section-header p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
}
div.sh-details-page mat-form-field.no-label {
  margin-top: 8px;
}
div.sh-details-page .box.border-box {
  margin-bottom: 20px;
}
div.sh-details-page .border-box:last-child {
  border-width: 0;
}
div.sh-details-page .box.border-box .w-50:last-child {
  padding-right: 0;
  padding-left: 12px;
}
div.sh-details-page .box.border-box .w-50:first-child {
  padding-left: 0;
  padding-right: 12px;
}
div.sh-details-page .w-50.single-w-50 {
  width: calc(50% - 12px) !important;
}
div.sh-details-page .w-33.single-w-33 {
  width: calc(33% - 12px) !important;
}
div.sh-details-page .box .w-33 {
  padding: 0 12px;
}
div.sh-details-page .box .w-33:last-child {
  padding-left: 12px;
  padding-right: 0;
}
div.sh-details-page .box .w-33:first-child {
  padding-right: 12px;
  padding-left: 0;
}
div.sh-details-page .box .w-25 {
  padding: 0 12px;
}
div.sh-details-page .box .w-25:last-child {
  padding-left: 12px;
  padding-right: 0;
}
div.sh-details-page .box .w-25:first-child {
  padding-right: 12px;
  padding-left: 0;
}
div.sh-details-page .box .w-50 {
  padding: 0 12px;
}
div.sh-details-page .box .w-50:last-child {
  padding-left: 12px;
  padding-right: 0;
}
div.sh-details-page .box .w-50:first-child {
  padding-right: 12px;
  padding-left: 0;
}
div.sh-details-page .box-checkbox {
  padding-bottom: 15px;
}
div.sh-details-page .box .mat-form-field-wrapper {
  padding-left: 0;
  padding-right: 0;
}
div.sh-details-page .mat-form-field-wrapper {
  padding: 0 0.75em;
  margin: 0;
}
div.sh-details-page .mat-form-field-underline {
  position: initial;
}
div.sh-details-page table.w-100.mat-table tr.mat-header-row {
  background-color: #21302f;
}
div.sh-details-page table.w-100.mat-table th.mat-header-cell {
  color: #fff;
  padding: 24px;
}
div.sh-details-page table.w-100.mat-table td.mat-cell {
  padding: 24px;
}
div.sh-details-page mat-icon.addPhotoIcon {
  margin: auto;
  display: flex;
  font-size: 75px;
  height: auto;
  padding: 10% 0px 20px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
div.sh-details-page .mat-form-field-flex {
  padding: 12px 12px 0 12px;
}
div.sh-details-page .mat-paginator-page-size {
  display: none;
}
div.sh-details-page .check-drop-box-align .mat-form-field-appearance-legacy {
  padding-top: 0px !important;
}
div.sh-details-page .check-drop-box-align .mat-form-field-infix {
  border-top: 0px;
}
div.sh-details-page .settings-box {
  padding: 15px;
}
div.sh-details-page .settings-box .settings-header {
  padding: 0 15px;
  color: #ffffff;
}
div.sh-details-page .settings-box .settings-header .mat-checkbox-inner-container .mat-checkbox-frame {
  border: none;
}
div.sh-details-page .settings-box .settings-body {
  padding: 15px;
  overflow: hidden;
}
div.sh-details-page .singl-label {
  margin-bottom: 20px;
  display: block;
}
div.sh-details-page .mat-checkbox {
  padding-left: 2px !important;
  display: block;
}
div.sh-details-page .box-in-button {
  display: flex;
  align-items: flex-end;
  padding-bottom: 14px !important;
}
div.sh-details-page mat-radio-group.box {
  padding-bottom: 20px;
}
.sh-dark-theme .mat-dialog-container {
  background-color: var(--greyscale-150);
  border: 1px solid var(--greyscale-200);
  border-radius: 4px;
  box-shadow: none;
  padding: 32px;
}
.sh-dark-theme .cdk-overlay-dark-backdrop {
  background: rgba(49, 50, 53, 0.9);
}
.sh-dark-theme mat-dialog-container .dialog-title {
  margin-bottom: 14px;
}
.sh-dark-theme mat-dialog-container .dialog-title h1 {
  font-size: 18px;
  margin-bottom: 16px;
}
.sh-light-theme .cdk-overlay-dark-backdrop {
  background: rgba(227, 227, 227, 0.9);
}
.sh-light-theme .mat-dialog-container {
  box-shadow: none;
}
.sh-dark-theme .sh-sidenav-container, .sh-light-theme .sh-sidenav-container {
  height: 100vh;
}
.sh-dark-theme .sh-sidenav-container .mat-icon-button:focus .mat-button-focus-overlay, .sh-light-theme .sh-sidenav-container .mat-icon-button:focus .mat-button-focus-overlay {
  background-color: transparent;
  opacity: auto;
}
.sh-dark-theme .sh-sidenav-container .sh-dark-theme .mat-dialog-container, .sh-light-theme .sh-sidenav-container .sh-dark-theme .mat-dialog-container {
  background-color: var(--greyscale-100);
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel, .sh-light-theme .sh-sidenav-container mat-expansion-panel {
  border-radius: 0;
  width: 319px;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.header mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.header mat-expansion-panel-header {
  height: 40px !important;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header {
  height: 56px;
  box-sizing: border-box;
  background-color: var(--greyscale-150);
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.header mat-expansion-panel-header,
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.header mat-expansion-panel-header,
.sh-light-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header {
  border-bottom: 1px solid var(--greyscale-400);
  border-radius: 0;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.hierarchy, .sh-light-theme .sh-sidenav-container mat-expansion-panel.hierarchy {
  display: block;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header {
  padding: 0;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header .list-item, .sh-light-theme .sh-sidenav-container mat-expansion-panel.hierarchy mat-expansion-panel-header .list-item {
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.dashboard.open mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.dashboard.open mat-expansion-panel-header {
  border-bottom: 1px solid var(--greyscale-200);
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open, .sh-light-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open {
  position: absolute;
  bottom: 0;
}
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open mat-expansion-panel-header, .sh-light-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open mat-expansion-panel-header {
  border-top: 1px solid var(--greyscale-200);
  background: var(--greyscale-100);
}
.sh-dark-theme .sh-sidenav-container .mat-list-item-content, .sh-light-theme .sh-sidenav-container .mat-list-item-content {
  padding: 0 !important;
}
.sh-dark-theme .sh-sidenav-container .mat-list-item-content .mat-list-text, .sh-light-theme .sh-sidenav-container .mat-list-item-content .mat-list-text {
  padding: 16px;
}
.sh-dark-theme .sh-sidenav-container .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .sh-dark-theme .sh-sidenav-container .sh-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.sh-dark-theme .sh-sidenav-container .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.dashboard.open:hover,
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.single.open:hover,
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open:hover,
.sh-dark-theme .sh-sidenav-container mat-expansion-panel.home.open:hover, .sh-light-theme .sh-sidenav-container .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .sh-light-theme .sh-sidenav-container .sh-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.sh-light-theme .sh-sidenav-container .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.sh-light-theme .sh-sidenav-container mat-expansion-panel.dashboard.open:hover,
.sh-light-theme .sh-sidenav-container mat-expansion-panel.single.open:hover,
.sh-light-theme .sh-sidenav-container mat-expansion-panel.baseConfiguration.open:hover,
.sh-light-theme .sh-sidenav-container mat-expansion-panel.home.open:hover {
  background: var(--greyscale-150);
}
.sh-dark-theme .sh-sidenav-container .mat-expansion-panel-header-title, .sh-light-theme .sh-sidenav-container .mat-expansion-panel-header-title {
  display: block;
}
.sh-dark-theme .sh-sidenav-container .mat-list-base, .sh-light-theme .sh-sidenav-container .mat-list-base {
  padding-top: 0;
}
.sh-dark-theme .sh-sidenav-container .mat-expansion-panel-body, .sh-light-theme .sh-sidenav-container .mat-expansion-panel-body {
  padding: 0;
}
.sh-dark-theme .sh-sidenav-container .line, .sh-light-theme .sh-sidenav-container .line {
  height: 20px;
  width: 2px;
  background-color: var(--greyscale-400);
  margin: 16px 10px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav, .sh-light-theme .sh-sidenav-container mat-sidenav {
  width: 320px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list {
  padding-top: 0px !important;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .icon-close, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .icon-close {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .hierarchy, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .hierarchy {
  width: 100%;
  height: 56px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .hierarchy__arrow, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .hierarchy__arrow {
  position: absolute;
  right: 26px;
  top: 16px;
  color: var(--greyscale-800);
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title {
  height: 51px;
  line-height: 54px;
  font-size: 14px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title .head-box, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title .head-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title:hover, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title:hover {
  cursor: pointer;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title i.sh-action-icon.nav-icon, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title i.sh-action-icon.nav-icon {
  margin-right: 16px;
  color: var(--greyscale-600) !important;
  margin-left: -3px;
  width: 21px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title span, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-panel-title span {
  outline: none;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-nav-list mat-list-item, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-nav-list mat-list-item {
  height: 54px;
  line-height: 54px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-nav-list mat-list-item .mat-list-text > a, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel mat-nav-list mat-list-item .mat-list-text > a {
  margin-left: 54px !important;
  outline: none;
  font-size: 14px;
}
.sh-dark-theme .sh-sidenav-container mat-sidenav-content, .sh-light-theme .sh-sidenav-container mat-sidenav-content {
  width: 100%;
  overflow: hidden;
}
.sh-dark-theme .mat-drawer-backdrop.mat-drawer-shown, .sh-light-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: var(--greyscale-100) !important;
  opacity: 0.82;
}
.sh-dark-theme .mat-drawer, .sh-light-theme .mat-drawer {
  background-color: var(--greyscale-100) !important;
}
.sh-dark-theme .mat-drawer:not(.mat-drawer-side), .sh-light-theme .mat-drawer:not(.mat-drawer-side) {
  box-shadow: none !important;
  border-right: 1px solid var(--greyscale-400);
}
.sh-dark-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .sh-nav-header, .sh-light-theme .sh-sidenav-container mat-sidenav mat-list mat-expansion-panel .sh-nav-header {
  background-color: inherit;
}
.sh-dark-theme .mat-expansion-panel-header-title, .sh-light-theme .mat-expansion-panel-header-title {
  margin-right: 0;
}
.hierarchy-side-submenu {
  position: absolute;
  top: 0;
  width: calc(100% - 315px);
  right: 0;
  display: none;
  z-index: 1;
  height: 100vh;
  overflow-y: auto;
}
.hierarchy-side-submenu__content {
  background-color: var(--greyscale-100);
  margin-left: 5px;
  padding: 28px;
}
.hierarchy-side-submenu.visible {
  display: inherit;
}
.page__nav-block {
  width: 100%;
  border-bottom: 1px solid var(--greyscale-200);
  height: 60px;
}
.page__body {
  max-width: 1380px;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .page nav, .page__body {
    padding: 0 5%;
  }
}
@media (max-width: 800px) {
  .page nav, .page__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.linkPage {
  height: calc(90vh - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkPage .container {
  width: 100%;
}
.linkPage .container .home-title {
  margin-bottom: 24px;
  padding: 16px 0;
  font-weight: 500;
  font-size: 32px;
  border-bottom: 1px solid var(--greyscale-200);
  color: var(--greyscale-base);
}
.linkPage .container .link-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.linkPage .container .link-row .has-content {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 28px;
  border: 1px solid var(--greyscale-200);
}
.linkPage .container .link-row .has-content:last-child {
  margin-right: 0px;
}
.linkPage .container .link-row .has-content:hover {
  cursor: pointer;
}
.linkPage .container .link-row .has-content:hover .link-box-tile {
  opacity: 1;
}
.linkPage .container .link-row .has-content .link-box_tile {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 172px;
  align-items: center;
  color: var(--greyscale-800);
}
.linkPage .container .link-row .has-content .link-box_tile i {
  font-size: 56px;
}
.linkPage .container .link-row .has-content .link-box_footer {
  color: var(--greyscale-800);
  align-self: flex-end;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  width: 100%;
  background-color: var(--greyscale-200);
}
.linkPage .container .link-row .link-box {
  width: calc(25% - 22px);
  height: 220px;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-corner {
  background-color: var(--greyscale-200);
}
/* Track */
::-webkit-scrollbar-track {
  background-color: var(--greyscale-100);
  border-left: 1px solid var(--greyscale-200);
  border-top: 1px solid var(--greyscale-200);
  border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--greyscale-400);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--greyscale-200);
}
html {
  background-color: var(--greyscale-100);
}
.sh-content {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.sh-content.no-footer {
  bottom: 0;
}
.sh-content.no-header {
  top: 0;
}
.sh-content .under-construction {
  padding-top: 180px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}
.sh-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}
.mat-tab-nav-bar a.mat-tab-link-active, .mat-tab-links a.mat-tab-link-active {
  opacity: 1;
}
.mat-tab-link-body {
  margin: 10px 80px 0px 80px;
}
@media (max-width: 800px) {
  .mat-tab-link-body {
    margin: 10px 15px;
  }
}
.form-title {
  padding: 0.75em 0;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0.75em;
}
.radio-margin {
  margin: 10px;
}
.red {
  color: red;
}
span.nav-list-item-text.ng-star-inserted {
  width: -webkit-fill-available;
}
.mat-tab-link {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.item-form .mat-tab-body-wrapper, .item-form .mat-tab-body.mat-tab-body-active {
  position: static !important;
}
.table-block {
  padding-bottom: 70px;
}
.checkbox-o0 {
  opacity: 0;
}
.checkbox-o1 {
  opacity: 1 !important;
}
.hidden {
  display: none !important;
}
.mat-chip {
  border: 1px solid var(--greyscale-400) !important;
  font-weight: 400;
  border-radius: 25px;
  padding: 4px 10px;
  font-size: 13px;
}
.mat-standard-chip {
  min-height: 28px !important;
}
.dashboard-kpi-list {
  max-width: 1040px;
  max-height: 90%;
  width: 90%;
  position: static;
  overflow-y: auto;
  padding: 0 24px;
}
.dashboard-kpi-list .mat-dialog-container {
  background-color: inherit;
  border-width: 0;
  padding: 0;
}
.dashboard-kpi-list .table-block {
  margin-bottom: 0;
}
.mat-select-show-more {
  width: auto;
  padding: 15px;
}
.mat-select-show-more button {
  width: 100%;
}
.sh-dark-theme .fal {
  font-weight: 300;
}
.sh-light-theme .fal {
  font-weight: 900;
}
.sh-light-theme .fal.both-themes {
  font-weight: 300;
}
.white-labeling-display-tooltip-class {
  font-size: 12px;
}
.screen-information-label-info-tooltip {
  font-size: 13px !important;
  background-color: var(--greyscale-100) !important;
  border: 1px solid var(--greyscale-200) !important;
  padding: 15px !important;
  font-family: Work Sans, sans-serif !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-align: left !important;
  color: var(--greyscale-600) !important;
}
.timepicker__header, .timepicker .clock-face {
  background-color: var(--greyscale-150) !important;
}
.timepicker__body, .timepicker__actions {
  background-color: var(--greyscale-100) !important;
}
.timepicker .clock-face__number > span.active {
  background-color: var(--primary-base) !important;
  color: var(--greyscale-100) !important;
}
.timepicker .clock-face__clock-hand {
  background-color: var(--primary-base) !important;
}
.timepicker .clock-face__number > span {
  color: var(--greyscale-600) !important;
}
.timepicker .clock-face__clock-hand_minute:before {
  border-color: var(--primary-base) !important;
}
.timepicker .timepicker-button {
  color: var(--greyscale-base) !important;
  background-color: var(--greyscale-150) !important;
  border: 1px solid var(--greyscale-400) !important;
  margin-right: 7px;
  width: 125px !important;
}
.sh-light-theme ngx-material-timepicker, .sh-light-theme ngx-material-timepicker-container {
  --dial-active-color: #000 !important;
  --dial-inactive-color: rgba(0, 0, 0, 0.5) !important;
}
ngx-material-timepicker-container .timepicker-backdrop-overlay, ngx-material-timepicker-container .timepicker-overlay {
  z-index: 99999 !important;
}
.owl-dt-control-content, .owl-dt-calendar-cell-content, .owl-dt-weekdays {
  text-transform: capitalize;
}
.owl-dt-container-buttons button {
  transition: background-color 100ms linear;
}
.owl-dt-container-buttons button span {
  display: none !important;
}
.owl-dt-container-buttons button:hover {
  background-color: var(--greyscale-100);
}
.sh-light-theme .owl-dt-container-buttons button {
  color: #000;
}
.sh-dark-theme .owl-dt-container-buttons button {
  color: #fff;
}
.language-class-en .owl-dt-container-buttons button:first-child::before {
  content: "Cancel" !important;
}
.language-class-en .owl-dt-container-buttons button:last-child::before {
  content: "Set" !important;
}
.language-class-de .owl-dt-container-buttons button:first-child::before {
  content: "Abbrechen" !important;
}
.language-class-de .owl-dt-container-buttons button:last-child::before {
  content: "Festlegen" !important;
}
.language-class-it .owl-dt-container-buttons button:first-child::before {
  content: "Cancella" !important;
}
.language-class-it .owl-dt-container-buttons button:last-child::before {
  content: "Imposta" !important;
}
.language-class-fr .owl-dt-container-buttons button:first-child::before {
  content: "Annuler" !important;
}
.language-class-fr .owl-dt-container-buttons button:last-child::before {
  content: "Définir" !important;
}
.language-class-es .owl-dt-container-buttons button:first-child::before {
  content: "Cancelar" !important;
}
.language-class-es .owl-dt-container-buttons button:last-child::before {
  content: "Establecer" !important;
}
.owl-dt-container {
  background-color: var(--greyscale-150);
  border: 1px solid var(--greyscale-200);
  border-radius: 2px;
  color: var(--greyscale-base);
}
.owl-dt-control-content.owl-dt-control-button-content,
.owl-dt-control-button-arrow,
.owl-dt-calendar-cell-content {
  color: var(--greyscale-base) !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: 1;
  color: var(--greyscale-600) !important;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th, .owl-dt-calendar-header {
  color: var(--greyscale-600) !important;
}
.owl-dt-container-row {
  border-bottom: 1px solid var(--greyscale-200);
}
.owl-dt-timer-content .owl-dt-timer-input {
  background-color: var(--greyscale-150);
  border-color: var(--greyscale-200);
  color: var(--greyscale-base);
}
.owl-dt-control-button-arrow svg {
  fill: var(--greyscale-600);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: var(--primary-base);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  background-color: var(--primary-base);
  color: var(--greyscale-100) !important;
}
.iti {
  font-family: "Work Sans", sans-serif !important;
}
.iti .iti__country-list {
  color: var(--greyscale-base) !important;
  background-color: var(--greyscale-150) !important;
  border-color: var(--greyscale-200) !important;
}
.iti .iti__country-list li {
  padding: 12px;
}
.iti .iti__country-list li .iti__country-name {
  display: none;
}
.iti .iti__country-list li.iti__divider {
  padding-bottom: 5px;
  padding-top: 0;
  border-color: var(--greyscale-400);
}
.iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}
.iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  font-size: 14px;
  font-weight: 500;
}
.iti .iti__flag-container .iti__selected-flag:hover {
  background-color: transparent;
}
.iti .iti__arrow--up  {
  border-bottom: 4 px solid  var(--greyscale-400) !important;
}
.without-title.mat-form-field {
  margin-top: 10px;
}
.previewMode .iti__flag {
  margin-top: 2px;
}
.previewMode .iti__flag-container, .previewMode .iti__selected-flag {
  cursor: default;
}
.previewMode .iti__flag-container:hover, .previewMode .iti__selected-flag:hover {
  cursor: default;
}
.previewMode .mat-chip-list .iti__flag {
  display: none;
}
.previewMode .iti--allow-dropdown input, .previewMode .iti--allow-dropdown input[type=text], .previewMode .iti--allow-dropdown input[type=tel], .previewMode .iti--separate-dial-code input, .previewMode .iti--separate-dial-code input[type=text], .previewMode .iti--separate-dial-code input[type=tel] {
  padding-left: 32px;
}
.previewMode .iti--allow-dropdown .iti__flag-container, .previewMode .iti--separate-dial-code .iti__flag-container {
  left: -20px;
}
.previewMode .iti__arrow {
  display: none;
}
.previewMode .without-title.mat-form-field {
  margin-top: 6px;
  line-height: 16px;
}
.without-title.mat-form-field {
  margin-top: 10px;
}
.editMode .iti__arrow {
  display: block;
}
.popover .virtual-area {
  height: 11px;
  width: 100%;
  position: absolute;
}
.popover.bs-popover-top .virtual-area {
  bottom: -11px;
}
.popover.bs-popover-bottom .virtual-area {
  top: -11px;
}
.popover.bs-popover-left .virtual-area {
  right: -11px;
}
.popover.bs-popover-right .virtual-area {
  left: -11px;
}
.popover.popover-content {
  background-color: var(--greyscale-100);
  border: 1px solid var(--greyscale-400);
  padding: 16px;
  z-index: 1060;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.popover.popover-content.sm {
  width: 20rem;
}
.popover.popover-content.md-sm {
  width: 26rem;
}
.popover.popover-content.md {
  width: 34rem;
}
.popover.popover-content.lg {
  width: 40rem;
}
.popover.popover-content .popover-header {
  color: var(--greyscale-base);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.popover.popover-content .popover-body {
  color: var(--greyscale-950);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}
.popover.popover-content .popover-list {
  margin-top: 30px;
}
.popover.popover-content .popover-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.popover.popover-content .popover-list-item-title {
  display: flex;
  align-items: center;
}
.popover.popover-content .popover-list-item-title .fal {
  padding: 0;
  margin-right: 8px;
}
.popover.popover-content .popover-list-item-value {
  color: var(--primary-base);
}
.popover.popover-content.bs-popover-left {
  margin-left: 16px;
}
.popover.popover-content.bs-popover-right {
  margin-left: 16px;
}
.popover.popover-content.bs-popover-top, .popover.popover-content.bs-popover-top-right, .popover.popover-content.bs-popover-top-left {
  margin-top: 16px;
}
.popover.popover-content.bs-popover-bottom, .popover.popover-content.bs-popover-bottom-right, .popover.popover-content.bs-popover-bottom-left {
  margin-top: 16px;
}
.popover.popover-content.bs-popover-top-right, .popover.popover-content.bs-popover-bottom-right {
  transform: translateX(-2rem);
}
.popover.popover-content.bs-popover-top-left, .popover.popover-content.bs-popover-bottom-left {
  transform: translateX(2rem);
}
app-sh-popover > div {
  display: inline-block;
}
app-sh-popover .fal {
  font-size: 16px;
  transition: 0.2s;
  margin-left: 2px;
  cursor: pointer;
}
app-sh-popover .fal:hover {
  color: var(--primary-base);
}
.badge {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  background: var(--greyscale-base);
  color: var(--greyscale-100);
}
.badge-primary {
  background: var(--primary-base);
}
.badge-error {
  background: var(--red-base);
  color: var(--greyscale-base);
}
.badge-warning {
  background: var(--blue-base);
  color: var(--greyscale-base);
}
.badge-success {
  background: var(--green-base);
  color: var(--greyscale-base);
}
.custom-dropdown-panel {
  position: relative;
}
.search-field {
  position: sticky;
  top: 0;
  z-index: 999999;
}
.search-field input.mat-input-element {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  color: var(--greyscale-600);
  font-size: 14px;
  padding: 16px;
  border-bottom: 1px solid var(--greyscale-200);
  background: var(--greyscale-100);
  font-weight: 400;
}
.search-field i {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mat-option {
  border-bottom: 1px solid var(--greyscale-200);
  background: var(--greyscale-150) !important;
}
.mat-option.mat-active {
  background: var(--primary-100) !important;
}
.mat-option.mat-active .mat-option-text {
  color: var(--primary-base) !important;
}
.mat-option:last-child {
  border-bottom: none;
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: var(--primary-100) !important;
}
.mat-option:hover:not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled) {
  background: var(--primary-100) !important;
}
.mat-select-panel {
  max-height: 317px !important;
  overflow-y: auto !important;
  border-radius: 2px !important;
  border: 1px solid var(--greyscale-200);
  border-width: 1px !important;
}
