/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@neutrino/theming/global-style.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

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

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

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

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

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

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

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

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

textarea,
select,
input,
button {
  font-size: var(--nu-theme-dimension-normal-font-size);
}

body,
textarea,
select,
input,
button {
  font-family: var(--nu-theme-font-family), Helvetica, Arial, sans-serif;
  font-weight: var(--nu-theme-dimension-normal-font-weight);
}

code {
  font-family: Roboto Mono, monospace;
  font-weight: var(--nu-theme-dimension-normal-font-weight);
  font-size: 13px;
}

h1 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-heading-font-size);
  margin: 0.5em 0;
}

h2 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-sub-heading-font-size);
  margin: 0.5em 0;
}

h3 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

h4 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

h5 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

b,
strong {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
}

a {
  color: rgb(var(--nu-theme-color-link-base));
  text-decoration: none;
}
a:visited {
  color: rgb(var(--nu-theme-color-link-visited));
}
a:active {
  color: rgb(var(--nu-theme-color-link-active));
}

.nu-tooltip-hint {
  border-bottom: 1px dashed rgb(var(--nu-theme-color-border-level3));
}

mark,
.nu-search-match-highlight,
.nu-search-match-highlight button,
.nu-search-match-highlight .button-style {
  background-color: rgb(var(--nu-theme-color-highlighted-base)) !important;
  color: rgb(var(--nu-theme-on-color-highlighted)) !important;
}

body {
  background-color: rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));
  color: rgb(var(--nu-theme-on-color-background));
  font-size: var(--nu-theme-dimension-normal-font-size);
  line-height: var(--nu-theme-dimension-body-line-height);
}

@media not (pointer: fine) {
  * {
    scrollbar-width: auto;
    scrollbar-color: rgba(var(--nu-theme-color-background-level5), 0.7) rgba(0, 0, 0, 0);
  }
}
@media (pointer: fine) {
  ::-webkit-scrollbar {
    background-color: transparent;
    width: 12px;
    height: 12px;
  }
  *:hover::-webkit-scrollbar-thumb,
  .nu-scrollbar-without-hover::-webkit-scrollbar-thumb,
  body.nu-scrollable-header::-webkit-scrollbar-thumb {
    background-color: rgba(var(--nu-theme-color-background-level5), 0.7);
  }
  *:hover::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  ::-webkit-scrollbar-thumb {
    min-height: 48px;
    min-width: 48px;
    border: 2px solid transparent;
    border-radius: 9999px;
    background: content-box transparent;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgb(var(--nu-theme-color-background-level5));
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}
button,
.button-style {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));
  position: relative;
}
button:hover,
.button-style:hover {
  cursor: pointer;
}
button:hover *,
.button-style:hover * {
  cursor: pointer;
}
button .nu-ripple-container,
.button-style .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button .nu-ripple,
.button-style .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button .nu-ripple.secondary,
.button-style .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button .nu-ripple,
body.nu-light-theme .button-style .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button .nu-ripple,
body.nu-dark-theme .button-style .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button:hover,
.button-style:hover {
  background: rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));
  border-color: rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)));
}
button:focus, button.focus,
.button-style:focus,
.button-style.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level5));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button:focus::-moz-focus-inner, button.focus::-moz-focus-inner,
.button-style:focus::-moz-focus-inner,
.button-style.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button:disabled, button.disabled,
.button-style:disabled,
.button-style.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button:disabled::-moz-focus-inner, button.disabled::-moz-focus-inner,
.button-style:disabled::-moz-focus-inner,
.button-style.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button:disabled.nu-button-allow-events,
button:disabled .nu-button-allow-events, button.disabled.nu-button-allow-events,
button.disabled .nu-button-allow-events,
.button-style:disabled.nu-button-allow-events,
.button-style:disabled .nu-button-allow-events,
.button-style.disabled.nu-button-allow-events,
.button-style.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button:disabled *, button.disabled *,
.button-style:disabled *,
.button-style.disabled * {
  cursor: auto;
}
button > nu-icon + span,
button > nu-icon-with-fallback + span,
button > nu-descriptor-icon + span,
.button-style > nu-icon + span,
.button-style > nu-icon-with-fallback + span,
.button-style > nu-descriptor-icon + span {
  margin-left: 0.3em;
}
button.bare,
.button-style.bare {
  background: none;
  border-color: transparent;
  min-height: unset;
}
button.bare.disabled, button.bare:disabled,
.button-style.bare.disabled,
.button-style.bare:disabled {
  background: none;
  border-color: transparent;
}
button.bare.disabled.hover, button.bare.disabled:hover, button.bare:disabled.hover, button.bare:disabled:hover,
.button-style.bare.disabled.hover,
.button-style.bare.disabled:hover,
.button-style.bare:disabled.hover,
.button-style.bare:disabled:hover {
  background: none;
  border-color: transparent;
}
button.bare.focus, button.bare:focus,
.button-style.bare.focus,
.button-style.bare:focus {
  border-color: transparent;
}
button.primary,
.button-style.primary {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-call-to-action));
  background: rgb(var(--nu-theme-color-call-to-action-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-primary-border, var(--nu-theme-color-call-to-action-base)));
  position: relative;
}
button.primary:hover,
.button-style.primary:hover {
  cursor: pointer;
}
button.primary:hover *,
.button-style.primary:hover * {
  cursor: pointer;
}
button.primary nu-icon,
button.primary nu-icon-with-fallback,
.button-style.primary nu-icon,
.button-style.primary nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-call-to-action)) !important;
}
button.primary nu-icon:not(.nu-icon-prevent-override) path,
button.primary nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
.button-style.primary nu-icon:not(.nu-icon-prevent-override) path,
.button-style.primary nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.primary .nu-ripple-container,
.button-style.primary .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.primary .nu-ripple,
.button-style.primary .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.primary .nu-ripple.secondary,
.button-style.primary .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.primary .nu-ripple,
body.nu-light-theme .button-style.primary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.primary .nu-ripple,
body.nu-dark-theme .button-style.primary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.primary:hover,
.button-style.primary:hover {
  background: rgb(var(--nu-theme-color-call-to-action-hover));
  border-color: rgb(var(--nu-theme-override-button-primary-hover-border, var(--nu-theme-color-call-to-action-hover)));
}
button.primary:focus, button.primary.focus,
.button-style.primary:focus,
.button-style.primary.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.primary:focus::-moz-focus-inner, button.primary.focus::-moz-focus-inner,
.button-style.primary:focus::-moz-focus-inner,
.button-style.primary.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.primary:disabled, button.primary.disabled,
.button-style.primary:disabled,
.button-style.primary.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.primary:disabled::-moz-focus-inner, button.primary.disabled::-moz-focus-inner,
.button-style.primary:disabled::-moz-focus-inner,
.button-style.primary.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.primary:disabled.nu-button-allow-events,
button.primary:disabled .nu-button-allow-events, button.primary.disabled.nu-button-allow-events,
button.primary.disabled .nu-button-allow-events,
.button-style.primary:disabled.nu-button-allow-events,
.button-style.primary:disabled .nu-button-allow-events,
.button-style.primary.disabled.nu-button-allow-events,
.button-style.primary.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.primary:disabled *, button.primary.disabled *,
.button-style.primary:disabled *,
.button-style.primary.disabled * {
  cursor: auto;
}
button.secondary,
.button-style.secondary {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)));
  background: rgb(var(--nu-theme-color-background-level0));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)));
  position: relative;
}
button.secondary:hover,
.button-style.secondary:hover {
  cursor: pointer;
}
button.secondary:hover *,
.button-style.secondary:hover * {
  cursor: pointer;
}
button.secondary .nu-ripple-container,
.button-style.secondary .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.secondary .nu-ripple,
.button-style.secondary .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.secondary .nu-ripple.secondary,
.button-style.secondary .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.secondary .nu-ripple,
body.nu-light-theme .button-style.secondary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.secondary .nu-ripple,
body.nu-dark-theme .button-style.secondary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.secondary:hover,
.button-style.secondary:hover {
  background: rgb(var(--nu-theme-color-background-level3));
  border-color: rgb(var(--nu-theme-override-button-selected-outline-hover, var(--nu-theme-color-selected-base)));
}
button.secondary:focus, button.secondary.focus,
.button-style.secondary:focus,
.button-style.secondary.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-override-button-selected-outline-focus, var(--nu-theme-color-selected-hover)));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.secondary:focus::-moz-focus-inner, button.secondary.focus::-moz-focus-inner,
.button-style.secondary:focus::-moz-focus-inner,
.button-style.secondary.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.secondary:disabled, button.secondary.disabled,
.button-style.secondary:disabled,
.button-style.secondary.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.secondary:disabled::-moz-focus-inner, button.secondary.disabled::-moz-focus-inner,
.button-style.secondary:disabled::-moz-focus-inner,
.button-style.secondary.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.secondary:disabled.nu-button-allow-events,
button.secondary:disabled .nu-button-allow-events, button.secondary.disabled.nu-button-allow-events,
button.secondary.disabled .nu-button-allow-events,
.button-style.secondary:disabled.nu-button-allow-events,
.button-style.secondary:disabled .nu-button-allow-events,
.button-style.secondary.disabled.nu-button-allow-events,
.button-style.secondary.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.secondary:disabled *, button.secondary.disabled *,
.button-style.secondary:disabled *,
.button-style.secondary.disabled * {
  cursor: auto;
}
button.selected,
.button-style.selected {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-selected));
  background: rgb(var(--nu-theme-color-selected-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-color-selected-base));
  position: relative;
}
button.selected:hover,
.button-style.selected:hover {
  cursor: pointer;
}
button.selected:hover *,
.button-style.selected:hover * {
  cursor: pointer;
}
button.selected nu-icon,
button.selected nu-icon-with-fallback,
.button-style.selected nu-icon,
.button-style.selected nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button.selected nu-icon:not(.nu-icon-prevent-override) path,
button.selected nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
.button-style.selected nu-icon:not(.nu-icon-prevent-override) path,
.button-style.selected nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.selected .nu-ripple-container,
.button-style.selected .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.selected .nu-ripple,
.button-style.selected .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.selected .nu-ripple.secondary,
.button-style.selected .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.selected .nu-ripple,
body.nu-light-theme .button-style.selected .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.selected .nu-ripple,
body.nu-dark-theme .button-style.selected .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.selected:hover,
.button-style.selected:hover {
  background: rgb(var(--nu-theme-color-selected-hover));
  border-color: rgb(var(--nu-theme-color-selected-hover));
}
button.selected:focus, button.selected.focus,
.button-style.selected:focus,
.button-style.selected.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.selected:focus::-moz-focus-inner, button.selected.focus::-moz-focus-inner,
.button-style.selected:focus::-moz-focus-inner,
.button-style.selected.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.selected:disabled, button.selected.disabled,
.button-style.selected:disabled,
.button-style.selected.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.selected:disabled::-moz-focus-inner, button.selected.disabled::-moz-focus-inner,
.button-style.selected:disabled::-moz-focus-inner,
.button-style.selected.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.selected:disabled.nu-button-allow-events,
button.selected:disabled .nu-button-allow-events, button.selected.disabled.nu-button-allow-events,
button.selected.disabled .nu-button-allow-events,
.button-style.selected:disabled.nu-button-allow-events,
.button-style.selected:disabled .nu-button-allow-events,
.button-style.selected.disabled.nu-button-allow-events,
.button-style.selected.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.selected:disabled *, button.selected.disabled *,
.button-style.selected:disabled *,
.button-style.selected.disabled * {
  cursor: auto;
}

button.pop-up-menu-toggled,
nu-menu-item-button.pop-up-menu-toggled {
  color: rgb(var(--nu-theme-on-color-background)) !important;
  border: 1px solid rgb(var(--nu-theme-color-border-level2)) !important;
  background: rgb(var(--nu-theme-color-background-level0)) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}
button.pop-up-menu-toggled nu-icon,
button.pop-up-menu-toggled nu-icon-with-fallback,
nu-menu-item-button.pop-up-menu-toggled nu-icon,
nu-menu-item-button.pop-up-menu-toggled nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path,
button.pop-up-menu-toggled nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
nu-menu-item-button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path,
nu-menu-item-button.pop-up-menu-toggled nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.pop-up-menu-toggled:hover,
nu-menu-item-button.pop-up-menu-toggled:hover {
  background: rgb(var(--nu-theme-color-background-level3)) !important;
}
button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable, button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  visibility: visible;
  opacity: 1;
  transition: opacity ease-in 0.1s 0.1s;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  color: rgb(var(--nu-theme-on-color-selected));
  background: rgb(var(--nu-theme-color-selected-base));
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  background: rgb(var(--nu-theme-color-selected-hover));
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
button .nu-dropdown-toggle-indicator,
nu-menu-item-button .nu-dropdown-toggle-indicator {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));
  position: relative;
  padding: 0 4px;
  display: inline-block;
  visibility: hidden;
  transition: none;
  opacity: 0;
  min-height: unset;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  cursor: pointer;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover * {
  cursor: pointer;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple-container,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple.secondary,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
body.nu-light-theme nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
body.nu-dark-theme nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  background: rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));
  border-color: rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)));
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level5));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled * {
  cursor: auto;
}
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable),
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) {
  flex-grow: 1;
  padding-right: 7px;
}
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon,
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon-with-fallback,
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon,
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon-with-fallback {
  margin-left: 2px;
  margin-right: -3px;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
input[type=time],
select,
textarea,
nu-omni-select > .input {
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-override-input-background, var(--nu-theme-color-background-level0)));
  margin: 0.2em 0.2em;
  padding: 3px 7px;
  border-radius: var(--nu-theme-dimension-input-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-input-border, var(--nu-theme-color-border-level1)));
  box-sizing: border-box;
  line-height: var(--nu-theme-dimension-button-input-line-height);
  outline: none;
}
input:not([type])::-moz-focus-inner,
input[type=text]::-moz-focus-inner,
input[type=email]::-moz-focus-inner,
input[type=number]::-moz-focus-inner,
input[type=password]::-moz-focus-inner,
input[type=tel]::-moz-focus-inner,
input[type=url]::-moz-focus-inner,
input[type=search]::-moz-focus-inner,
input[type=date]::-moz-focus-inner,
input[type=time]::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
nu-omni-select > .input::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme input:not([type]),
body.nu-dark-theme input[type=text],
body.nu-dark-theme input[type=email],
body.nu-dark-theme input[type=number],
body.nu-dark-theme input[type=password],
body.nu-dark-theme input[type=tel],
body.nu-dark-theme input[type=url],
body.nu-dark-theme input[type=search],
body.nu-dark-theme input[type=date],
body.nu-dark-theme input[type=time],
body.nu-dark-theme select,
body.nu-dark-theme textarea,
body.nu-dark-theme nu-omni-select > .input {
  background-color: rgb(var(--nu-theme-color-background-level1));
}

input:not([type]):focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
select:focus,
textarea:focus,
nu-omni-select > .input:focus {
  border-color: rgb(var(--nu-theme-color-border-level4));
}
body.nu-light-theme input:not([type]):focus,
body.nu-light-theme input[type=text]:focus,
body.nu-light-theme input[type=email]:focus,
body.nu-light-theme input[type=number]:focus,
body.nu-light-theme input[type=password]:focus,
body.nu-light-theme input[type=tel]:focus,
body.nu-light-theme input[type=url]:focus,
body.nu-light-theme input[type=search]:focus,
body.nu-light-theme input[type=date]:focus,
body.nu-light-theme input[type=time]:focus,
body.nu-light-theme select:focus,
body.nu-light-theme textarea:focus,
body.nu-light-theme nu-omni-select > .input:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-shadow), 0.25), 0 0 3px rgba(var(--nu-theme-color-misc-shadow), 0.25);
}

body.nu-dark-theme input:not([type]):focus,
body.nu-dark-theme input[type=text]:focus,
body.nu-dark-theme input[type=email]:focus,
body.nu-dark-theme input[type=number]:focus,
body.nu-dark-theme input[type=password]:focus,
body.nu-dark-theme input[type=tel]:focus,
body.nu-dark-theme input[type=url]:focus,
body.nu-dark-theme input[type=search]:focus,
body.nu-dark-theme input[type=date]:focus,
body.nu-dark-theme input[type=time]:focus,
body.nu-dark-theme select:focus,
body.nu-dark-theme textarea:focus,
body.nu-dark-theme nu-omni-select > .input:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-border-level4), 0.25), 0 0 3px rgba(var(--nu-theme-color-border-level4), 0.25);
}

input:not([type]):disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
select:disabled,
textarea:disabled,
nu-omni-select > .input:disabled {
  opacity: 0.5;
}
input:not([type]).ng-invalid.ng-dirty.ng-touched,
input[type=text].ng-invalid.ng-dirty.ng-touched,
input[type=email].ng-invalid.ng-dirty.ng-touched,
input[type=number].ng-invalid.ng-dirty.ng-touched,
input[type=password].ng-invalid.ng-dirty.ng-touched,
input[type=tel].ng-invalid.ng-dirty.ng-touched,
input[type=url].ng-invalid.ng-dirty.ng-touched,
input[type=search].ng-invalid.ng-dirty.ng-touched,
input[type=date].ng-invalid.ng-dirty.ng-touched,
input[type=time].ng-invalid.ng-dirty.ng-touched,
select.ng-invalid.ng-dirty.ng-touched,
textarea.ng-invalid.ng-dirty.ng-touched,
nu-omni-select > .input.ng-invalid.ng-dirty.ng-touched {
  border-color: rgb(var(--nu-theme-color-misc-control-error));
}
input:not([type]).ng-invalid.ng-dirty.ng-touched:focus,
input[type=text].ng-invalid.ng-dirty.ng-touched:focus,
input[type=email].ng-invalid.ng-dirty.ng-touched:focus,
input[type=number].ng-invalid.ng-dirty.ng-touched:focus,
input[type=password].ng-invalid.ng-dirty.ng-touched:focus,
input[type=tel].ng-invalid.ng-dirty.ng-touched:focus,
input[type=url].ng-invalid.ng-dirty.ng-touched:focus,
input[type=search].ng-invalid.ng-dirty.ng-touched:focus,
input[type=date].ng-invalid.ng-dirty.ng-touched:focus,
input[type=time].ng-invalid.ng-dirty.ng-touched:focus,
select.ng-invalid.ng-dirty.ng-touched:focus,
textarea.ng-invalid.ng-dirty.ng-touched:focus,
nu-omni-select > .input.ng-invalid.ng-dirty.ng-touched:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-control-error), 0.6), 0 0 3px rgba(var(--nu-theme-color-misc-control-error), 0.6);
}
body.nu-light-theme input:not([type]).ng-invalid.ng-pristine, body.nu-light-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=text].ng-invalid.ng-pristine,
body.nu-light-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=email].ng-invalid.ng-pristine,
body.nu-light-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=number].ng-invalid.ng-pristine,
body.nu-light-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=password].ng-invalid.ng-pristine,
body.nu-light-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=tel].ng-invalid.ng-pristine,
body.nu-light-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=url].ng-invalid.ng-pristine,
body.nu-light-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=search].ng-invalid.ng-pristine,
body.nu-light-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=date].ng-invalid.ng-pristine,
body.nu-light-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=time].ng-invalid.ng-pristine,
body.nu-light-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme select.ng-invalid.ng-pristine,
body.nu-light-theme select.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme textarea.ng-invalid.ng-pristine,
body.nu-light-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme nu-omni-select > .input.ng-invalid.ng-pristine,
body.nu-light-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched) {
  background-color: rgb(var(--nu-theme-color-misc-control-error-pristine));
}

body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine, body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=text].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=email].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=number].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=password].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=url].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=search].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=date].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=time].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme select.ng-invalid.ng-pristine,
body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme textarea.ng-invalid.ng-pristine,
body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-pristine,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched) {
  border-color: rgb(var(--nu-theme-color-misc-control-error-pristine));
}
body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine:focus, body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=text].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=email].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=number].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=password].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=url].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=search].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=date].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=time].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme select.ng-invalid.ng-pristine:focus,
body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme textarea.ng-invalid.ng-pristine:focus,
body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-pristine:focus,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched):focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-control-error-pristine), 0.6), 0 0 3px rgba(var(--nu-theme-color-misc-control-error-pristine), 0.6);
}

input[type=date],
input[type=time] {
  padding-top: 0;
  padding-bottom: 0;
}

input:read-only,
textarea:read-only {
  opacity: 0.5;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  appearance: none;
  text-overflow: "";
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 0;
}

select:not([multiple]) {
  appearance: none;
  padding-right: 1.5em;
  position: relative;
  background-size: 18px 18px;
  background-position: 99.3% 55%;
}
select:not([multiple])::-ms-expand {
  display: none;
}
body.nu-light-theme select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%2845%2C%2045%2C%2045%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

body.nu-dark-theme select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%28200%2C%20200%2C%20200%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

nu-icon,
nu-icon-with-fallback {
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  overflow: hidden;
}
nu-icon[data-nu-icon-size=normal],
nu-icon-with-fallback[data-nu-icon-size=normal] {
  vertical-align: -3px;
}
nu-icon[data-nu-icon-size=small],
nu-icon-with-fallback[data-nu-icon-size=small] {
  vertical-align: -1px;
}

@keyframes nu-loading-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
nu-icon + span,
nu-icon-with-fallback + span,
nu-descriptor-icon + span {
  margin-left: 0.3em;
}

nu-icon.nu-loading-icon,
nu-icon-with-fallback.nu-loading-icon {
  color: rgb(var(--nu-theme-override-loading-icon, var(--nu-theme-color-header-base))) !important;
  animation: nu-loading-icon 2s infinite linear;
}
nu-icon.nu-red-icon,
nu-icon-with-fallback.nu-red-icon {
  color: rgb(var(--nu-theme-color-icon-red)) !important;
}
nu-icon.nu-yellow-icon,
nu-icon-with-fallback.nu-yellow-icon {
  color: rgb(var(--nu-theme-color-icon-yellow)) !important;
}
nu-icon.nu-blue-icon,
nu-icon-with-fallback.nu-blue-icon {
  color: rgb(var(--nu-theme-override-blue-icon, var(--nu-theme-color-icon-blue))) !important;
}
nu-icon.nu-green-icon,
nu-icon-with-fallback.nu-green-icon {
  color: rgb(var(--nu-theme-color-icon-green)) !important;
}
nu-icon.nu-orange-icon,
nu-icon-with-fallback.nu-orange-icon {
  color: rgb(var(--nu-theme-color-icon-orange)) !important;
}
nu-icon.nu-gray-icon,
nu-icon-with-fallback.nu-gray-icon {
  color: rgb(130, 130, 130) !important;
}
nu-icon.nu-magenta-icon,
nu-icon-with-fallback.nu-magenta-icon {
  color: magenta !important;
}
nu-icon.nu-severity-success-icon,
nu-icon-with-fallback.nu-severity-success-icon {
  color: rgb(var(--nu-theme-color-informative-success-base)) !important;
}
nu-icon.nu-severity-low-icon,
nu-icon-with-fallback.nu-severity-low-icon {
  color: rgb(var(--nu-theme-color-informative-severity-low-base)) !important;
}
nu-icon.nu-severity-medium-icon,
nu-icon-with-fallback.nu-severity-medium-icon {
  color: rgb(var(--nu-theme-color-informative-severity-medium-base)) !important;
}
nu-icon.nu-severity-high-icon,
nu-icon-with-fallback.nu-severity-high-icon {
  color: rgb(var(--nu-theme-color-informative-severity-high-base)) !important;
}
nu-icon.nu-severity-critical-icon,
nu-icon-with-fallback.nu-severity-critical-icon {
  color: rgb(var(--nu-theme-color-informative-severity-critical-base)) !important;
}
nu-icon.nu-icon-inherit g,
nu-icon.nu-icon-inherit path,
nu-icon-with-fallback.nu-icon-inherit g,
nu-icon-with-fallback.nu-icon-inherit path {
  fill: inherit !important;
}
nu-icon.nu-windows-blue-icon,
nu-icon-with-fallback.nu-windows-blue-icon {
  color: rgb(9, 74, 178);
}
nu-icon.nu-android-green-icon,
nu-icon-with-fallback.nu-android-green-icon {
  color: rgb(164, 198, 73) !important;
}

@keyframes nu-keyboard-key-highlight {
  from {
    border: solid 1px rgb(var(--nu-theme-color-border-level2));
    border-bottom-color: rgb(var(--nu-theme-color-border-level3));
  }
  50% {
    border: solid 1px rgb(var(--nu-theme-color-border-level4));
    border-bottom-color: rgb(var(--nu-theme-color-border-level5));
    box-shadow: inset 0 -1px 0 rgb(var(--nu-theme-color-border-level3)), 0 0px 2px 2px rgb(var(--nu-theme-color-background-level4));
  }
  to {
    border: solid 1px rgb(var(--nu-theme-color-border-level2));
    border-bottom-color: rgb(var(--nu-theme-color-border-level3));
  }
}
@keyframes nu-placeholder-shine {
  0% {
    background-position: -33% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes nu-button-ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.nu-mutable-portal-component-overlay-wrapper {
  z-index: 50;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component {
  border: 1px solid rgb(var(--nu-theme-color-border-level2));
  border-radius: var(--nu-theme-dimension-general-border-radius);
  overflow: hidden;
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  box-shadow: 0 3px 6px rgba(var(--nu-theme-color-misc-shadow), 0.16), 0 3px 6px rgba(var(--nu-theme-color-misc-shadow), 0.23);
  max-height: calc(100vh - 20px);
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid rgb(var(--nu-theme-color-border-level2));
  border-right: 3px solid transparent;
  border-top: 3px solid rgb(var(--nu-theme-color-border-level2));
  border-bottom: 10px solid transparent;
  left: 15px;
  bottom: -14px;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));
  border-bottom: 7px solid transparent;
  left: 16px;
  bottom: -12px;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble.nu-with-footer:after {
  border-left-color: rgb(var(--nu-theme-color-background-level2));
  border-top-color: rgb(var(--nu-theme-color-background-level2));
}

.nu-mutable-embedded-footer-root {
  visibility: hidden;
}

.nu-number-bubble,
.nu-small-number-bubble {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  line-height: normal;
  vertical-align: 1px;
  padding: 1px 5px;
  border-radius: 10px;
  color: rgb(var(--nu-theme-color-background-level1));
  background-color: rgba(var(--nu-theme-on-color-background), 0.55);
}
.nu-number-bubble.nu-search-match-highlight,
.nu-small-number-bubble.nu-search-match-highlight {
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid rgba(var(--nu-theme-on-color-background), 0.55);
}
.nu-number-bubble.severity-low,
.nu-small-number-bubble.severity-low {
  color: rgb(var(--nu-theme-on-color-informative-severity-low));
  background-color: rgb(var(--nu-theme-color-informative-severity-low-base));
}
.nu-number-bubble.severity-medium,
.nu-small-number-bubble.severity-medium {
  color: rgb(var(--nu-theme-on-color-informative-severity-medium));
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-base));
}
.nu-number-bubble.severity-high,
.nu-small-number-bubble.severity-high {
  color: rgb(var(--nu-theme-on-color-informative-severity-high));
  background-color: rgb(var(--nu-theme-color-informative-severity-high-base));
}
.nu-number-bubble.severity-critical,
.nu-small-number-bubble.severity-critical {
  color: rgb(var(--nu-theme-on-color-informative-severity-critical));
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-base));
}

.nu-small-number-bubble {
  font-size: 11px;
  height: 16px;
  min-width: 16px;
}

.nu-tooltip-overlay-wrapper {
  z-index: 60;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-hidden {
  visibility: hidden;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content {
  border: 1px solid rgb(var(--nu-theme-color-border-level2));
  border-radius: var(--nu-theme-dimension-general-border-radius);
  background-color: rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));
  box-shadow: 0 10px 20px rgba(var(--nu-theme-color-misc-shadow), 0.19), 0 6px 6px rgba(var(--nu-theme-color-misc-shadow), 0.23);
  max-height: calc(100vh - 20px);
  overflow: hidden;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content.nu-tooltip-content-padded, .nu-tooltip-overlay-wrapper .nu-tooltip-content .nu-tooltip-content-padded {
  padding: 0.5em;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content:not(.nu-tooltip-content-padded) .nu-table, .nu-tooltip-overlay-wrapper .nu-tooltip-content :not(.nu-tooltip-content-padded) .nu-table {
  margin: 0.3em;
}

table.nu-unstyled-table {
  border-collapse: collapse;
}
table.nu-unstyled-table td {
  padding: 0;
}

table > tbody > tr.nu-table-child > td:first-child {
  padding-left: 1.5em;
}
table > tbody > tr.nu-table-child.nu-table-shaded > td {
  background-color: rgba(var(--nu-theme-color-background-level2), 0.6);
}
table.nu-table {
  border-spacing: 0;
}
table.nu-table.nu-table-transparent {
  background-color: initial;
}
table.nu-table.nu-table-with-margin {
  margin: 1em;
}
table.nu-table.nu-table-full-width {
  width: 100%;
}
table.nu-table > thead > tr > th {
  font-weight: var(--nu-theme-dimension-normal-font-weight);
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-override-table-heading-background, var(--nu-theme-color-background-level2)));
  padding: 0.5em;
}
table.nu-table > tbody > tr > td {
  padding: 0.5em;
}
table.nu-table > tbody > tr > td.nu-table-cell-disabled {
  opacity: 1;
}
table.nu-table > tbody > tr > td.nu-table-cell-disabled > * {
  opacity: 0.5;
}
table.nu-table > tfoot > tr > td {
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-color-background-level2));
  padding: 0.5em;
}
table.nu-table.nu-table-condensed > thead, table.nu-table.nu-table-slightly-condensed > thead, table.nu-table.nu-table-key-value > thead {
  display: none;
}
table.nu-table.nu-table-condensed:first-of-type > td, table.nu-table.nu-table-slightly-condensed:first-of-type > td {
  padding-top: 0;
}
table.nu-table.nu-table-condensed:last-of-type > td, table.nu-table.nu-table-slightly-condensed:last-of-type > td {
  padding-bottom: 0;
}
table.nu-table.nu-table-condensed > tbody > tr > td {
  padding: 0.2em;
}
table.nu-table.nu-table-slightly-condensed > tbody > tr > td {
  padding: 0.3em;
}
table.nu-table-bordered > thead > tr > th {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > thead > tr > th:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tfoot > tr > td {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tfoot > tr > td:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody > tr > td:first-of-type, table.nu-table-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header) > tbody > tr > td {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody > tr > td:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered:not(.nu-table-sticky-header) > tbody > tr:last-of-type > td {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody:first-child > tr:first-of-type > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th > tfoot > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header) > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > tbody:first-child > tr:first-of-type > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-striped > tbody > tr:nth-child(even) > td {
  background-color: rgb(var(--nu-theme-override-table-striped-background, var(--nu-theme-color-background-level2)));
}
table.nu-table-rows-bordered > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-rows-bordered > tbody > tr:not(:first-of-type) > td {
  border-top: 1px solid rgb(var(--nu-theme-color-border-level0));
}
table.nu-table-key-value > tbody > tr.nu-table-row-divider > td, table.nu-table-key-value-with-header > tbody > tr.nu-table-row-divider > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-key-value > tbody > tr:not(.nu-table-section-header) > td:first-of-type:not([colspan]), table.nu-table-key-value-with-header > tbody > tr:not(.nu-table-section-header) > td:first-of-type:not([colspan]) {
  vertical-align: top;
  white-space: nowrap;
  color: rgba(var(--nu-theme-on-color-background), 0.65);
}

table.nu-table > tbody > tr.nu-table-section-header {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  color: rgb(var(--nu-theme-on-color-accent));
  background-color: rgb(var(--nu-theme-color-accent-base));
}

table.nu-table-sticky-header th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.nu-sticky-header-table-container {
  overflow-y: auto;
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}

.nu-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nu-absolute-fill {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nu-message,
.nu-info-message,
.nu-success-message,
.nu-warning-message,
.nu-error-message {
  display: flex;
  align-items: center;
  margin: 1em 0.5em;
  max-width: 500px;
}
.nu-message:empty,
.nu-info-message:empty,
.nu-success-message:empty,
.nu-warning-message:empty,
.nu-error-message:empty {
  display: none;
}
.nu-message > nu-icon,
.nu-message > nu-icon-with-fallback,
.nu-info-message > nu-icon,
.nu-info-message > nu-icon-with-fallback,
.nu-success-message > nu-icon,
.nu-success-message > nu-icon-with-fallback,
.nu-warning-message > nu-icon,
.nu-warning-message > nu-icon-with-fallback,
.nu-error-message > nu-icon,
.nu-error-message > nu-icon-with-fallback {
  flex-shrink: 0;
}
.nu-message > nu-icon:not(:last-child),
.nu-message > nu-icon-with-fallback:not(:last-child),
.nu-info-message > nu-icon:not(:last-child),
.nu-info-message > nu-icon-with-fallback:not(:last-child),
.nu-success-message > nu-icon:not(:last-child),
.nu-success-message > nu-icon-with-fallback:not(:last-child),
.nu-warning-message > nu-icon:not(:last-child),
.nu-warning-message > nu-icon-with-fallback:not(:last-child),
.nu-error-message > nu-icon:not(:last-child),
.nu-error-message > nu-icon-with-fallback:not(:last-child) {
  margin-right: 1em;
}
.nu-message > nu-icon:not(:first-child),
.nu-message > nu-icon-with-fallback:not(:first-child),
.nu-info-message > nu-icon:not(:first-child),
.nu-info-message > nu-icon-with-fallback:not(:first-child),
.nu-success-message > nu-icon:not(:first-child),
.nu-success-message > nu-icon-with-fallback:not(:first-child),
.nu-warning-message > nu-icon:not(:first-child),
.nu-warning-message > nu-icon-with-fallback:not(:first-child),
.nu-error-message > nu-icon:not(:first-child),
.nu-error-message > nu-icon-with-fallback:not(:first-child) {
  margin-left: 1em;
}
.nu-message > nu-icon + nu-icon,
.nu-message > nu-icon-with-fallback + nu-icon,
.nu-info-message > nu-icon + nu-icon,
.nu-info-message > nu-icon-with-fallback + nu-icon,
.nu-success-message > nu-icon + nu-icon,
.nu-success-message > nu-icon-with-fallback + nu-icon,
.nu-warning-message > nu-icon + nu-icon,
.nu-warning-message > nu-icon-with-fallback + nu-icon,
.nu-error-message > nu-icon + nu-icon,
.nu-error-message > nu-icon-with-fallback + nu-icon {
  margin-left: 0;
}
.nu-message .message-content,
.nu-info-message .message-content,
.nu-success-message .message-content,
.nu-warning-message .message-content,
.nu-error-message .message-content {
  flex-grow: 1;
}
.nu-message p,
.nu-info-message p,
.nu-success-message p,
.nu-warning-message p,
.nu-error-message p {
  margin-top: 0;
  margin-bottom: 0;
}
.nu-message p + p,
.nu-info-message p + p,
.nu-success-message p + p,
.nu-warning-message p + p,
.nu-error-message p + p {
  margin-top: 1.5em;
}
.nu-message a,
.nu-info-message a,
.nu-success-message a,
.nu-warning-message a,
.nu-error-message a {
  text-decoration: underline;
}

.nu-info-message,
.nu-success-message,
.nu-warning-message,
.nu-error-message {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 1em;
}

.nu-info-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-info-message,
.nu-info-message a,
.nu-info-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low)) !important;
}
.nu-info-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
  position: relative;
}
.nu-info-message button:hover {
  cursor: pointer;
}
.nu-info-message button:hover * {
  cursor: pointer;
}
.nu-info-message button nu-icon,
.nu-info-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low)) !important;
}
.nu-info-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-info-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-info-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-info-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-info-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-info-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
}
.nu-info-message button:focus, .nu-info-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-info-message button:focus::-moz-focus-inner, .nu-info-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-info-message button:disabled, .nu-info-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-info-message button:disabled::-moz-focus-inner, .nu-info-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-info-message button:disabled.nu-button-allow-events,
.nu-info-message button:disabled .nu-button-allow-events, .nu-info-message button.disabled.nu-button-allow-events,
.nu-info-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-info-message button:disabled *, .nu-info-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-info-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-low-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-info-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-low-hover)) !important;
}
body.nu-dark-theme .nu-info-message,
body.nu-dark-theme .nu-info-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-info-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-info-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-info-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-info-message button nu-icon,
body.nu-dark-theme .nu-info-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-info-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-info-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-info-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-info-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-info-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-info-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-info-message button:focus, body.nu-dark-theme .nu-info-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-info-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-info-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-info-message button:disabled, body.nu-dark-theme .nu-info-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-info-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-info-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-info-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-info-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-info-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-info-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-info-message button:disabled *, body.nu-dark-theme .nu-info-message button.disabled * {
  cursor: auto;
}

.nu-success-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-success-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-success-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-success-message,
.nu-success-message a,
.nu-success-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success)) !important;
}
.nu-success-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
  background: rgb(var(--nu-theme-color-low-contrast-informative-success-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
  position: relative;
}
.nu-success-message button:hover {
  cursor: pointer;
}
.nu-success-message button:hover * {
  cursor: pointer;
}
.nu-success-message button nu-icon,
.nu-success-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success)) !important;
}
.nu-success-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-success-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-success-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-success-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-success-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-success-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-success-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
}
.nu-success-message button:focus, .nu-success-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-success-message button:focus::-moz-focus-inner, .nu-success-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-success-message button:disabled, .nu-success-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-success-message button:disabled::-moz-focus-inner, .nu-success-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-success-message button:disabled.nu-button-allow-events,
.nu-success-message button:disabled .nu-button-allow-events, .nu-success-message button.disabled.nu-button-allow-events,
.nu-success-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-success-message button:disabled *, .nu-success-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-success-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-success-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-success-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-success-hover)) !important;
}
body.nu-dark-theme .nu-success-message,
body.nu-dark-theme .nu-success-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-success-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-success-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-success-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-success-message button nu-icon,
body.nu-dark-theme .nu-success-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-success-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-success-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-success-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-success-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-success-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-success-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-success-message button:focus, body.nu-dark-theme .nu-success-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-success-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-success-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-success-message button:disabled, body.nu-dark-theme .nu-success-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-success-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-success-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-success-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-success-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-success-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-success-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-success-message button:disabled *, body.nu-dark-theme .nu-success-message button.disabled * {
  cursor: auto;
}

.nu-warning-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-warning-message,
.nu-warning-message a,
.nu-warning-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium)) !important;
}
.nu-warning-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
  position: relative;
}
.nu-warning-message button:hover {
  cursor: pointer;
}
.nu-warning-message button:hover * {
  cursor: pointer;
}
.nu-warning-message button nu-icon,
.nu-warning-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium)) !important;
}
.nu-warning-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-warning-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-warning-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-warning-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-warning-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-warning-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
}
.nu-warning-message button:focus, .nu-warning-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-warning-message button:focus::-moz-focus-inner, .nu-warning-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-warning-message button:disabled, .nu-warning-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-warning-message button:disabled::-moz-focus-inner, .nu-warning-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-warning-message button:disabled.nu-button-allow-events,
.nu-warning-message button:disabled .nu-button-allow-events, .nu-warning-message button.disabled.nu-button-allow-events,
.nu-warning-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-warning-message button:disabled *, .nu-warning-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-warning-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-medium-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-warning-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-medium-hover)) !important;
}
body.nu-dark-theme .nu-warning-message,
body.nu-dark-theme .nu-warning-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-warning-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-warning-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-warning-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-warning-message button nu-icon,
body.nu-dark-theme .nu-warning-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-warning-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-warning-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-warning-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-warning-message button:focus, body.nu-dark-theme .nu-warning-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-warning-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-warning-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-warning-message button:disabled, body.nu-dark-theme .nu-warning-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-warning-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-warning-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-warning-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-warning-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-warning-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-warning-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-warning-message button:disabled *, body.nu-dark-theme .nu-warning-message button.disabled * {
  cursor: auto;
}

.nu-error-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-error-message,
.nu-error-message a,
.nu-error-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical)) !important;
}
.nu-error-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
  position: relative;
}
.nu-error-message button:hover {
  cursor: pointer;
}
.nu-error-message button:hover * {
  cursor: pointer;
}
.nu-error-message button nu-icon,
.nu-error-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical)) !important;
}
.nu-error-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-error-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-error-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-error-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-error-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-error-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
}
.nu-error-message button:focus, .nu-error-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-error-message button:focus::-moz-focus-inner, .nu-error-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-error-message button:disabled, .nu-error-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-error-message button:disabled::-moz-focus-inner, .nu-error-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-error-message button:disabled.nu-button-allow-events,
.nu-error-message button:disabled .nu-button-allow-events, .nu-error-message button.disabled.nu-button-allow-events,
.nu-error-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-error-message button:disabled *, .nu-error-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-error-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-critical-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-error-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-critical-hover)) !important;
}
body.nu-dark-theme .nu-error-message,
body.nu-dark-theme .nu-error-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-error-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-error-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-error-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-error-message button nu-icon,
body.nu-dark-theme .nu-error-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-error-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-error-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-error-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-error-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-error-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-error-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-error-message button:focus, body.nu-dark-theme .nu-error-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-error-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-error-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-error-message button:disabled, body.nu-dark-theme .nu-error-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-error-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-error-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-error-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-error-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-error-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-error-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-error-message button:disabled *, body.nu-dark-theme .nu-error-message button.disabled * {
  cursor: auto;
}

@keyframes _nu-slider-mask-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nu-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 29;
}
.nu-mask.nu-fade-mask {
  background: rgba(var(--nu-theme-color-background-level5), 0.7);
  animation: _nu-slider-mask-fade-in 0.5s;
}
.nu-mask.nu-invisible-mask {
  opacity: 0;
}
body.nu-dark-theme .nu-mask {
  background: rgba(var(--nu-theme-color-background-level1), 0.5);
}

.nu-prompt-overlay-wrapper {
  z-index: 40;
}

.nu-notifications-overlay-wrapper {
  z-index: 110;
}
.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane {
  pointer-events: none !important;
}
.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane > * {
  pointer-events: auto;
}

.nu-pop-up-menu-overlay-wrapper {
  z-index: 50;
  pointer-events: none;
}

.nu-severity-low-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-low-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-low-label,
.nu-severity-low-label a,
.nu-severity-low-label nu-icon,
.nu-severity-low-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-low)) !important;
}
.nu-severity-low-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-low-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-low)) !important;
}
.nu-severity-low-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-low-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-low-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-low-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-low-hover));
}

.nu-severity-success-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-success-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-success-label,
.nu-severity-success-label a,
.nu-severity-success-label nu-icon,
.nu-severity-success-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-success)) !important;
}
.nu-severity-success-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-success-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-success)) !important;
}
.nu-severity-success-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-success-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-success-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-success-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-success-hover));
}

.nu-severity-medium-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-medium-label,
.nu-severity-medium-label a,
.nu-severity-medium-label nu-icon,
.nu-severity-medium-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-medium)) !important;
}
.nu-severity-medium-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-medium-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-medium)) !important;
}
.nu-severity-medium-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-medium-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-medium-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-medium-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-hover));
}

.nu-severity-high-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-high-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-high-label,
.nu-severity-high-label a,
.nu-severity-high-label nu-icon,
.nu-severity-high-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-high)) !important;
}
.nu-severity-high-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-high-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-high)) !important;
}
.nu-severity-high-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-high-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-high-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-high-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-high-hover));
}

.nu-severity-critical-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-critical-label,
.nu-severity-critical-label a,
.nu-severity-critical-label nu-icon,
.nu-severity-critical-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-critical)) !important;
}
.nu-severity-critical-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-critical-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-critical)) !important;
}
.nu-severity-critical-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-critical-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-critical-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-critical-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-hover));
}

.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-low-base));
  background: rgba(var(--nu-theme-color-informative-severity-low-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-success-base));
  background: rgba(var(--nu-theme-color-informative-success-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-medium-base));
  background: rgba(var(--nu-theme-color-informative-severity-medium-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-high-base));
  background: rgba(var(--nu-theme-color-informative-severity-high-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-critical-base));
  background: rgba(var(--nu-theme-color-informative-severity-critical-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-empty-descriptor-label:not(nu-menu-item-button.selected *) {
  padding: 1px 5px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}

/*# sourceMappingURL=global-style.css.map */

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@xterm/xterm/css/xterm.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

.xterm {
    cursor: text;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 5;
}

.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    /* Move textarea out of the screen to the far left, so that the cursor is not visible */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -5;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility:not(.debug),
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: transparent;
    pointer-events: none;
}

.xterm .xterm-accessibility-tree:not(.debug) *::selection {
  color: transparent;
}

.xterm .xterm-accessibility-tree {
  -webkit-user-select: text;
          user-select: text;
  white-space: pre;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    /* Dim should not apply to background, so the opacity of the foreground color is applied
     * explicitly in the generated class and reset to 1 here */
    opacity: 1 !important;
}

.xterm-underline-1 { text-decoration: underline; }
.xterm-underline-2 { -webkit-text-decoration: double underline; text-decoration: double underline; }
.xterm-underline-3 { -webkit-text-decoration: wavy underline; text-decoration: wavy underline; }
.xterm-underline-4 { -webkit-text-decoration: dotted underline; text-decoration: dotted underline; }
.xterm-underline-5 { -webkit-text-decoration: dashed underline; text-decoration: dashed underline; }

.xterm-overline {
    text-decoration: overline;
}

.xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
.xterm-overline.xterm-underline-2 { -webkit-text-decoration: overline double underline; text-decoration: overline double underline; }
.xterm-overline.xterm-underline-3 { -webkit-text-decoration: overline wavy underline; text-decoration: overline wavy underline; }
.xterm-overline.xterm-underline-4 { -webkit-text-decoration: overline dotted underline; text-decoration: overline dotted underline; }
.xterm-overline.xterm-underline-5 { -webkit-text-decoration: overline dashed underline; text-decoration: overline dashed underline; }

.xterm-strikethrough {
    text-decoration: line-through;
}

.xterm-screen .xterm-decoration-container .xterm-decoration {
	z-index: 6;
	position: absolute;
}

.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
	z-index: 7;
}

.xterm-decoration-overview-ruler {
    z-index: 8;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.xterm-decoration-top {
    z-index: 2;
    position: relative;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@neutrino/theming/global-style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

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

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

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

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

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

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

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

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

textarea,
select,
input,
button {
  font-size: var(--nu-theme-dimension-normal-font-size);
}

body,
textarea,
select,
input,
button {
  font-family: var(--nu-theme-font-family), Helvetica, Arial, sans-serif;
  font-weight: var(--nu-theme-dimension-normal-font-weight);
}

code {
  font-family: Roboto Mono, monospace;
  font-weight: var(--nu-theme-dimension-normal-font-weight);
  font-size: 13px;
}

h1 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-heading-font-size);
  margin: 0.5em 0;
}

h2 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-sub-heading-font-size);
  margin: 0.5em 0;
}

h3 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

h4 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

h5 {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
  font-size: var(--nu-theme-dimension-normal-font-size);
  margin: 0.5em 0;
}

b,
strong {
  font-weight: var(--nu-theme-dimension-bold-font-weight);
}

a {
  color: rgb(var(--nu-theme-color-link-base));
  text-decoration: none;
}
a:visited {
  color: rgb(var(--nu-theme-color-link-visited));
}
a:active {
  color: rgb(var(--nu-theme-color-link-active));
}

.nu-tooltip-hint {
  border-bottom: 1px dashed rgb(var(--nu-theme-color-border-level3));
}

mark,
.nu-search-match-highlight,
.nu-search-match-highlight button,
.nu-search-match-highlight .button-style {
  background-color: rgb(var(--nu-theme-color-highlighted-base)) !important;
  color: rgb(var(--nu-theme-on-color-highlighted)) !important;
}

body {
  background-color: rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));
  color: rgb(var(--nu-theme-on-color-background));
  font-size: var(--nu-theme-dimension-normal-font-size);
  line-height: var(--nu-theme-dimension-body-line-height);
}

@media not (pointer: fine) {
  * {
    scrollbar-width: auto;
    scrollbar-color: rgba(var(--nu-theme-color-background-level5), 0.7) rgba(0, 0, 0, 0);
  }
}
@media (pointer: fine) {
  ::-webkit-scrollbar {
    background-color: transparent;
    width: 12px;
    height: 12px;
  }
  *:hover::-webkit-scrollbar-thumb,
  .nu-scrollbar-without-hover::-webkit-scrollbar-thumb,
  body.nu-scrollable-header::-webkit-scrollbar-thumb {
    background-color: rgba(var(--nu-theme-color-background-level5), 0.7);
  }
  *:hover::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  ::-webkit-scrollbar-thumb {
    min-height: 48px;
    min-width: 48px;
    border: 2px solid transparent;
    border-radius: 9999px;
    background: content-box transparent;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgb(var(--nu-theme-color-background-level5));
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}
button,
.button-style {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));
  position: relative;
}
button:hover,
.button-style:hover {
  cursor: pointer;
}
button:hover *,
.button-style:hover * {
  cursor: pointer;
}
button .nu-ripple-container,
.button-style .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button .nu-ripple,
.button-style .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button .nu-ripple.secondary,
.button-style .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button .nu-ripple,
body.nu-light-theme .button-style .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button .nu-ripple,
body.nu-dark-theme .button-style .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button:hover,
.button-style:hover {
  background: rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));
  border-color: rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)));
}
button:focus, button.focus,
.button-style:focus,
.button-style.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level5));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button:focus::-moz-focus-inner, button.focus::-moz-focus-inner,
.button-style:focus::-moz-focus-inner,
.button-style.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button:disabled, button.disabled,
.button-style:disabled,
.button-style.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button:disabled::-moz-focus-inner, button.disabled::-moz-focus-inner,
.button-style:disabled::-moz-focus-inner,
.button-style.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button:disabled.nu-button-allow-events,
button:disabled .nu-button-allow-events, button.disabled.nu-button-allow-events,
button.disabled .nu-button-allow-events,
.button-style:disabled.nu-button-allow-events,
.button-style:disabled .nu-button-allow-events,
.button-style.disabled.nu-button-allow-events,
.button-style.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button:disabled *, button.disabled *,
.button-style:disabled *,
.button-style.disabled * {
  cursor: auto;
}
button > nu-icon + span,
button > nu-icon-with-fallback + span,
button > nu-descriptor-icon + span,
.button-style > nu-icon + span,
.button-style > nu-icon-with-fallback + span,
.button-style > nu-descriptor-icon + span {
  margin-left: 0.3em;
}
button.bare,
.button-style.bare {
  background: none;
  border-color: transparent;
  min-height: unset;
}
button.bare.disabled, button.bare:disabled,
.button-style.bare.disabled,
.button-style.bare:disabled {
  background: none;
  border-color: transparent;
}
button.bare.disabled.hover, button.bare.disabled:hover, button.bare:disabled.hover, button.bare:disabled:hover,
.button-style.bare.disabled.hover,
.button-style.bare.disabled:hover,
.button-style.bare:disabled.hover,
.button-style.bare:disabled:hover {
  background: none;
  border-color: transparent;
}
button.bare.focus, button.bare:focus,
.button-style.bare.focus,
.button-style.bare:focus {
  border-color: transparent;
}
button.primary,
.button-style.primary {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-call-to-action));
  background: rgb(var(--nu-theme-color-call-to-action-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-primary-border, var(--nu-theme-color-call-to-action-base)));
  position: relative;
}
button.primary:hover,
.button-style.primary:hover {
  cursor: pointer;
}
button.primary:hover *,
.button-style.primary:hover * {
  cursor: pointer;
}
button.primary nu-icon,
button.primary nu-icon-with-fallback,
.button-style.primary nu-icon,
.button-style.primary nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-call-to-action)) !important;
}
button.primary nu-icon:not(.nu-icon-prevent-override) path,
button.primary nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
.button-style.primary nu-icon:not(.nu-icon-prevent-override) path,
.button-style.primary nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.primary .nu-ripple-container,
.button-style.primary .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.primary .nu-ripple,
.button-style.primary .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.primary .nu-ripple.secondary,
.button-style.primary .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.primary .nu-ripple,
body.nu-light-theme .button-style.primary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.primary .nu-ripple,
body.nu-dark-theme .button-style.primary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.primary:hover,
.button-style.primary:hover {
  background: rgb(var(--nu-theme-color-call-to-action-hover));
  border-color: rgb(var(--nu-theme-override-button-primary-hover-border, var(--nu-theme-color-call-to-action-hover)));
}
button.primary:focus, button.primary.focus,
.button-style.primary:focus,
.button-style.primary.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.primary:focus::-moz-focus-inner, button.primary.focus::-moz-focus-inner,
.button-style.primary:focus::-moz-focus-inner,
.button-style.primary.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.primary:disabled, button.primary.disabled,
.button-style.primary:disabled,
.button-style.primary.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.primary:disabled::-moz-focus-inner, button.primary.disabled::-moz-focus-inner,
.button-style.primary:disabled::-moz-focus-inner,
.button-style.primary.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.primary:disabled.nu-button-allow-events,
button.primary:disabled .nu-button-allow-events, button.primary.disabled.nu-button-allow-events,
button.primary.disabled .nu-button-allow-events,
.button-style.primary:disabled.nu-button-allow-events,
.button-style.primary:disabled .nu-button-allow-events,
.button-style.primary.disabled.nu-button-allow-events,
.button-style.primary.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.primary:disabled *, button.primary.disabled *,
.button-style.primary:disabled *,
.button-style.primary.disabled * {
  cursor: auto;
}
button.secondary,
.button-style.secondary {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)));
  background: rgb(var(--nu-theme-color-background-level0));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)));
  position: relative;
}
button.secondary:hover,
.button-style.secondary:hover {
  cursor: pointer;
}
button.secondary:hover *,
.button-style.secondary:hover * {
  cursor: pointer;
}
button.secondary .nu-ripple-container,
.button-style.secondary .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.secondary .nu-ripple,
.button-style.secondary .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.secondary .nu-ripple.secondary,
.button-style.secondary .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.secondary .nu-ripple,
body.nu-light-theme .button-style.secondary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.secondary .nu-ripple,
body.nu-dark-theme .button-style.secondary .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.secondary:hover,
.button-style.secondary:hover {
  background: rgb(var(--nu-theme-color-background-level3));
  border-color: rgb(var(--nu-theme-override-button-selected-outline-hover, var(--nu-theme-color-selected-base)));
}
button.secondary:focus, button.secondary.focus,
.button-style.secondary:focus,
.button-style.secondary.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-override-button-selected-outline-focus, var(--nu-theme-color-selected-hover)));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.secondary:focus::-moz-focus-inner, button.secondary.focus::-moz-focus-inner,
.button-style.secondary:focus::-moz-focus-inner,
.button-style.secondary.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.secondary:disabled, button.secondary.disabled,
.button-style.secondary:disabled,
.button-style.secondary.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.secondary:disabled::-moz-focus-inner, button.secondary.disabled::-moz-focus-inner,
.button-style.secondary:disabled::-moz-focus-inner,
.button-style.secondary.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.secondary:disabled.nu-button-allow-events,
button.secondary:disabled .nu-button-allow-events, button.secondary.disabled.nu-button-allow-events,
button.secondary.disabled .nu-button-allow-events,
.button-style.secondary:disabled.nu-button-allow-events,
.button-style.secondary:disabled .nu-button-allow-events,
.button-style.secondary.disabled.nu-button-allow-events,
.button-style.secondary.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.secondary:disabled *, button.secondary.disabled *,
.button-style.secondary:disabled *,
.button-style.secondary.disabled * {
  cursor: auto;
}
button.selected,
.button-style.selected {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-selected));
  background: rgb(var(--nu-theme-color-selected-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-color-selected-base));
  position: relative;
}
button.selected:hover,
.button-style.selected:hover {
  cursor: pointer;
}
button.selected:hover *,
.button-style.selected:hover * {
  cursor: pointer;
}
button.selected nu-icon,
button.selected nu-icon-with-fallback,
.button-style.selected nu-icon,
.button-style.selected nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button.selected nu-icon:not(.nu-icon-prevent-override) path,
button.selected nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
.button-style.selected nu-icon:not(.nu-icon-prevent-override) path,
.button-style.selected nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.selected .nu-ripple-container,
.button-style.selected .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button.selected .nu-ripple,
.button-style.selected .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button.selected .nu-ripple.secondary,
.button-style.selected .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button.selected .nu-ripple,
body.nu-light-theme .button-style.selected .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button.selected .nu-ripple,
body.nu-dark-theme .button-style.selected .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button.selected:hover,
.button-style.selected:hover {
  background: rgb(var(--nu-theme-color-selected-hover));
  border-color: rgb(var(--nu-theme-color-selected-hover));
}
button.selected:focus, button.selected.focus,
.button-style.selected:focus,
.button-style.selected.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button.selected:focus::-moz-focus-inner, button.selected.focus::-moz-focus-inner,
.button-style.selected:focus::-moz-focus-inner,
.button-style.selected.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.selected:disabled, button.selected.disabled,
.button-style.selected:disabled,
.button-style.selected.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button.selected:disabled::-moz-focus-inner, button.selected.disabled::-moz-focus-inner,
.button-style.selected:disabled::-moz-focus-inner,
.button-style.selected.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button.selected:disabled.nu-button-allow-events,
button.selected:disabled .nu-button-allow-events, button.selected.disabled.nu-button-allow-events,
button.selected.disabled .nu-button-allow-events,
.button-style.selected:disabled.nu-button-allow-events,
.button-style.selected:disabled .nu-button-allow-events,
.button-style.selected.disabled.nu-button-allow-events,
.button-style.selected.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button.selected:disabled *, button.selected.disabled *,
.button-style.selected:disabled *,
.button-style.selected.disabled * {
  cursor: auto;
}

button.pop-up-menu-toggled,
nu-menu-item-button.pop-up-menu-toggled {
  color: rgb(var(--nu-theme-on-color-background)) !important;
  border: 1px solid rgb(var(--nu-theme-color-border-level2)) !important;
  background: rgb(var(--nu-theme-color-background-level0)) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}
button.pop-up-menu-toggled nu-icon,
button.pop-up-menu-toggled nu-icon-with-fallback,
nu-menu-item-button.pop-up-menu-toggled nu-icon,
nu-menu-item-button.pop-up-menu-toggled nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path,
button.pop-up-menu-toggled nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
nu-menu-item-button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path,
nu-menu-item-button.pop-up-menu-toggled nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.pop-up-menu-toggled:hover,
nu-menu-item-button.pop-up-menu-toggled:hover {
  background: rgb(var(--nu-theme-color-background-level3)) !important;
}
button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable, button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  visibility: visible;
  opacity: 1;
  transition: opacity ease-in 0.1s 0.1s;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  color: rgb(var(--nu-theme-on-color-selected));
  background: rgb(var(--nu-theme-color-selected-base));
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback:not(.nu-icon-prevent-override) path,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  background: rgb(var(--nu-theme-color-selected-hover));
}
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-selected)) !important;
}
button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback,
nu-menu-item-button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,
nu-menu-item-button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
button .nu-dropdown-toggle-indicator,
nu-menu-item-button .nu-dropdown-toggle-indicator {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));
  position: relative;
  padding: 0 4px;
  display: inline-block;
  visibility: hidden;
  transition: none;
  opacity: 0;
  min-height: unset;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  cursor: pointer;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover * {
  cursor: pointer;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple-container,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple.secondary,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
body.nu-light-theme nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple,
body.nu-dark-theme nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover {
  background: rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));
  border-color: rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)));
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level5));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events {
  pointer-events: auto;
}
button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *, button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *,
nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled * {
  cursor: auto;
}
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable),
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) {
  flex-grow: 1;
  padding-right: 7px;
}
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon,
button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon-with-fallback,
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon,
nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon-with-fallback {
  margin-left: 2px;
  margin-right: -3px;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
input[type=time],
select,
textarea,
nu-omni-select > .input {
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-override-input-background, var(--nu-theme-color-background-level0)));
  margin: 0.2em 0.2em;
  padding: 3px 7px;
  border-radius: var(--nu-theme-dimension-input-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-override-input-border, var(--nu-theme-color-border-level1)));
  box-sizing: border-box;
  line-height: var(--nu-theme-dimension-button-input-line-height);
  outline: none;
}
input:not([type])::-moz-focus-inner,
input[type=text]::-moz-focus-inner,
input[type=email]::-moz-focus-inner,
input[type=number]::-moz-focus-inner,
input[type=password]::-moz-focus-inner,
input[type=tel]::-moz-focus-inner,
input[type=url]::-moz-focus-inner,
input[type=search]::-moz-focus-inner,
input[type=date]::-moz-focus-inner,
input[type=time]::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
nu-omni-select > .input::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme input:not([type]),
body.nu-dark-theme input[type=text],
body.nu-dark-theme input[type=email],
body.nu-dark-theme input[type=number],
body.nu-dark-theme input[type=password],
body.nu-dark-theme input[type=tel],
body.nu-dark-theme input[type=url],
body.nu-dark-theme input[type=search],
body.nu-dark-theme input[type=date],
body.nu-dark-theme input[type=time],
body.nu-dark-theme select,
body.nu-dark-theme textarea,
body.nu-dark-theme nu-omni-select > .input {
  background-color: rgb(var(--nu-theme-color-background-level1));
}

input:not([type]):focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
select:focus,
textarea:focus,
nu-omni-select > .input:focus {
  border-color: rgb(var(--nu-theme-color-border-level4));
}
body.nu-light-theme input:not([type]):focus,
body.nu-light-theme input[type=text]:focus,
body.nu-light-theme input[type=email]:focus,
body.nu-light-theme input[type=number]:focus,
body.nu-light-theme input[type=password]:focus,
body.nu-light-theme input[type=tel]:focus,
body.nu-light-theme input[type=url]:focus,
body.nu-light-theme input[type=search]:focus,
body.nu-light-theme input[type=date]:focus,
body.nu-light-theme input[type=time]:focus,
body.nu-light-theme select:focus,
body.nu-light-theme textarea:focus,
body.nu-light-theme nu-omni-select > .input:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-shadow), 0.25), 0 0 3px rgba(var(--nu-theme-color-misc-shadow), 0.25);
}

body.nu-dark-theme input:not([type]):focus,
body.nu-dark-theme input[type=text]:focus,
body.nu-dark-theme input[type=email]:focus,
body.nu-dark-theme input[type=number]:focus,
body.nu-dark-theme input[type=password]:focus,
body.nu-dark-theme input[type=tel]:focus,
body.nu-dark-theme input[type=url]:focus,
body.nu-dark-theme input[type=search]:focus,
body.nu-dark-theme input[type=date]:focus,
body.nu-dark-theme input[type=time]:focus,
body.nu-dark-theme select:focus,
body.nu-dark-theme textarea:focus,
body.nu-dark-theme nu-omni-select > .input:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-border-level4), 0.25), 0 0 3px rgba(var(--nu-theme-color-border-level4), 0.25);
}

input:not([type]):disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
select:disabled,
textarea:disabled,
nu-omni-select > .input:disabled {
  opacity: 0.5;
}
input:not([type]).ng-invalid.ng-dirty.ng-touched,
input[type=text].ng-invalid.ng-dirty.ng-touched,
input[type=email].ng-invalid.ng-dirty.ng-touched,
input[type=number].ng-invalid.ng-dirty.ng-touched,
input[type=password].ng-invalid.ng-dirty.ng-touched,
input[type=tel].ng-invalid.ng-dirty.ng-touched,
input[type=url].ng-invalid.ng-dirty.ng-touched,
input[type=search].ng-invalid.ng-dirty.ng-touched,
input[type=date].ng-invalid.ng-dirty.ng-touched,
input[type=time].ng-invalid.ng-dirty.ng-touched,
select.ng-invalid.ng-dirty.ng-touched,
textarea.ng-invalid.ng-dirty.ng-touched,
nu-omni-select > .input.ng-invalid.ng-dirty.ng-touched {
  border-color: rgb(var(--nu-theme-color-misc-control-error));
}
input:not([type]).ng-invalid.ng-dirty.ng-touched:focus,
input[type=text].ng-invalid.ng-dirty.ng-touched:focus,
input[type=email].ng-invalid.ng-dirty.ng-touched:focus,
input[type=number].ng-invalid.ng-dirty.ng-touched:focus,
input[type=password].ng-invalid.ng-dirty.ng-touched:focus,
input[type=tel].ng-invalid.ng-dirty.ng-touched:focus,
input[type=url].ng-invalid.ng-dirty.ng-touched:focus,
input[type=search].ng-invalid.ng-dirty.ng-touched:focus,
input[type=date].ng-invalid.ng-dirty.ng-touched:focus,
input[type=time].ng-invalid.ng-dirty.ng-touched:focus,
select.ng-invalid.ng-dirty.ng-touched:focus,
textarea.ng-invalid.ng-dirty.ng-touched:focus,
nu-omni-select > .input.ng-invalid.ng-dirty.ng-touched:focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-control-error), 0.6), 0 0 3px rgba(var(--nu-theme-color-misc-control-error), 0.6);
}
body.nu-light-theme input:not([type]).ng-invalid.ng-pristine, body.nu-light-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=text].ng-invalid.ng-pristine,
body.nu-light-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=email].ng-invalid.ng-pristine,
body.nu-light-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=number].ng-invalid.ng-pristine,
body.nu-light-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=password].ng-invalid.ng-pristine,
body.nu-light-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=tel].ng-invalid.ng-pristine,
body.nu-light-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=url].ng-invalid.ng-pristine,
body.nu-light-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=search].ng-invalid.ng-pristine,
body.nu-light-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=date].ng-invalid.ng-pristine,
body.nu-light-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme input[type=time].ng-invalid.ng-pristine,
body.nu-light-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme select.ng-invalid.ng-pristine,
body.nu-light-theme select.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme textarea.ng-invalid.ng-pristine,
body.nu-light-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-light-theme nu-omni-select > .input.ng-invalid.ng-pristine,
body.nu-light-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched) {
  background-color: rgb(var(--nu-theme-color-misc-control-error-pristine));
}

body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine, body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=text].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=email].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=number].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=password].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=url].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=search].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=date].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme input[type=time].ng-invalid.ng-pristine,
body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme select.ng-invalid.ng-pristine,
body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme textarea.ng-invalid.ng-pristine,
body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-pristine,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched) {
  border-color: rgb(var(--nu-theme-color-misc-control-error-pristine));
}
body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine:focus, body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=text].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=email].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=number].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=password].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=url].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=search].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=date].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme input[type=time].ng-invalid.ng-pristine:focus,
body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme select.ng-invalid.ng-pristine:focus,
body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme textarea.ng-invalid.ng-pristine:focus,
body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched):focus,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-pristine:focus,
body.nu-dark-theme nu-omni-select > .input.ng-invalid.ng-dirty:not(.ng-touched):focus {
  box-shadow: 0 1px 7px rgba(var(--nu-theme-color-misc-control-error-pristine), 0.6), 0 0 3px rgba(var(--nu-theme-color-misc-control-error-pristine), 0.6);
}

input[type=date],
input[type=time] {
  padding-top: 0;
  padding-bottom: 0;
}

input:read-only,
textarea:read-only {
  opacity: 0.5;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  appearance: none;
  text-overflow: "";
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 0;
}

select:not([multiple]) {
  appearance: none;
  padding-right: 1.5em;
  position: relative;
  background-size: 18px 18px;
  background-position: 99.3% 55%;
}
select:not([multiple])::-ms-expand {
  display: none;
}
body.nu-light-theme select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%2845%2C%2045%2C%2045%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

body.nu-dark-theme select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%28200%2C%20200%2C%20200%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

nu-icon,
nu-icon-with-fallback {
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  overflow: hidden;
}
nu-icon[data-nu-icon-size=normal],
nu-icon-with-fallback[data-nu-icon-size=normal] {
  vertical-align: -3px;
}
nu-icon[data-nu-icon-size=small],
nu-icon-with-fallback[data-nu-icon-size=small] {
  vertical-align: -1px;
}

@keyframes nu-loading-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
nu-icon + span,
nu-icon-with-fallback + span,
nu-descriptor-icon + span {
  margin-left: 0.3em;
}

nu-icon.nu-loading-icon,
nu-icon-with-fallback.nu-loading-icon {
  color: rgb(var(--nu-theme-override-loading-icon, var(--nu-theme-color-header-base))) !important;
  animation: nu-loading-icon 2s infinite linear;
}
nu-icon.nu-red-icon,
nu-icon-with-fallback.nu-red-icon {
  color: rgb(var(--nu-theme-color-icon-red)) !important;
}
nu-icon.nu-yellow-icon,
nu-icon-with-fallback.nu-yellow-icon {
  color: rgb(var(--nu-theme-color-icon-yellow)) !important;
}
nu-icon.nu-blue-icon,
nu-icon-with-fallback.nu-blue-icon {
  color: rgb(var(--nu-theme-override-blue-icon, var(--nu-theme-color-icon-blue))) !important;
}
nu-icon.nu-green-icon,
nu-icon-with-fallback.nu-green-icon {
  color: rgb(var(--nu-theme-color-icon-green)) !important;
}
nu-icon.nu-orange-icon,
nu-icon-with-fallback.nu-orange-icon {
  color: rgb(var(--nu-theme-color-icon-orange)) !important;
}
nu-icon.nu-gray-icon,
nu-icon-with-fallback.nu-gray-icon {
  color: rgb(130, 130, 130) !important;
}
nu-icon.nu-magenta-icon,
nu-icon-with-fallback.nu-magenta-icon {
  color: magenta !important;
}
nu-icon.nu-severity-success-icon,
nu-icon-with-fallback.nu-severity-success-icon {
  color: rgb(var(--nu-theme-color-informative-success-base)) !important;
}
nu-icon.nu-severity-low-icon,
nu-icon-with-fallback.nu-severity-low-icon {
  color: rgb(var(--nu-theme-color-informative-severity-low-base)) !important;
}
nu-icon.nu-severity-medium-icon,
nu-icon-with-fallback.nu-severity-medium-icon {
  color: rgb(var(--nu-theme-color-informative-severity-medium-base)) !important;
}
nu-icon.nu-severity-high-icon,
nu-icon-with-fallback.nu-severity-high-icon {
  color: rgb(var(--nu-theme-color-informative-severity-high-base)) !important;
}
nu-icon.nu-severity-critical-icon,
nu-icon-with-fallback.nu-severity-critical-icon {
  color: rgb(var(--nu-theme-color-informative-severity-critical-base)) !important;
}
nu-icon.nu-icon-inherit g,
nu-icon.nu-icon-inherit path,
nu-icon-with-fallback.nu-icon-inherit g,
nu-icon-with-fallback.nu-icon-inherit path {
  fill: inherit !important;
}
nu-icon.nu-windows-blue-icon,
nu-icon-with-fallback.nu-windows-blue-icon {
  color: rgb(9, 74, 178);
}
nu-icon.nu-android-green-icon,
nu-icon-with-fallback.nu-android-green-icon {
  color: rgb(164, 198, 73) !important;
}

@keyframes nu-keyboard-key-highlight {
  from {
    border: solid 1px rgb(var(--nu-theme-color-border-level2));
    border-bottom-color: rgb(var(--nu-theme-color-border-level3));
  }
  50% {
    border: solid 1px rgb(var(--nu-theme-color-border-level4));
    border-bottom-color: rgb(var(--nu-theme-color-border-level5));
    box-shadow: inset 0 -1px 0 rgb(var(--nu-theme-color-border-level3)), 0 0px 2px 2px rgb(var(--nu-theme-color-background-level4));
  }
  to {
    border: solid 1px rgb(var(--nu-theme-color-border-level2));
    border-bottom-color: rgb(var(--nu-theme-color-border-level3));
  }
}
@keyframes nu-placeholder-shine {
  0% {
    background-position: -33% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes nu-button-ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.nu-mutable-portal-component-overlay-wrapper {
  z-index: 50;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component {
  border: 1px solid rgb(var(--nu-theme-color-border-level2));
  border-radius: var(--nu-theme-dimension-general-border-radius);
  overflow: hidden;
  background: rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));
  box-shadow: 0 3px 6px rgba(var(--nu-theme-color-misc-shadow), 0.16), 0 3px 6px rgba(var(--nu-theme-color-misc-shadow), 0.23);
  max-height: calc(100vh - 20px);
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid rgb(var(--nu-theme-color-border-level2));
  border-right: 3px solid transparent;
  border-top: 3px solid rgb(var(--nu-theme-color-border-level2));
  border-bottom: 10px solid transparent;
  left: 15px;
  bottom: -14px;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));
  border-bottom: 7px solid transparent;
  left: 16px;
  bottom: -12px;
}
.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble.nu-with-footer:after {
  border-left-color: rgb(var(--nu-theme-color-background-level2));
  border-top-color: rgb(var(--nu-theme-color-background-level2));
}

.nu-mutable-embedded-footer-root {
  visibility: hidden;
}

.nu-number-bubble,
.nu-small-number-bubble {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  line-height: normal;
  vertical-align: 1px;
  padding: 1px 5px;
  border-radius: 10px;
  color: rgb(var(--nu-theme-color-background-level1));
  background-color: rgba(var(--nu-theme-on-color-background), 0.55);
}
.nu-number-bubble.nu-search-match-highlight,
.nu-small-number-bubble.nu-search-match-highlight {
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid rgba(var(--nu-theme-on-color-background), 0.55);
}
.nu-number-bubble.severity-low,
.nu-small-number-bubble.severity-low {
  color: rgb(var(--nu-theme-on-color-informative-severity-low));
  background-color: rgb(var(--nu-theme-color-informative-severity-low-base));
}
.nu-number-bubble.severity-medium,
.nu-small-number-bubble.severity-medium {
  color: rgb(var(--nu-theme-on-color-informative-severity-medium));
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-base));
}
.nu-number-bubble.severity-high,
.nu-small-number-bubble.severity-high {
  color: rgb(var(--nu-theme-on-color-informative-severity-high));
  background-color: rgb(var(--nu-theme-color-informative-severity-high-base));
}
.nu-number-bubble.severity-critical,
.nu-small-number-bubble.severity-critical {
  color: rgb(var(--nu-theme-on-color-informative-severity-critical));
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-base));
}

.nu-small-number-bubble {
  font-size: 11px;
  height: 16px;
  min-width: 16px;
}

.nu-tooltip-overlay-wrapper {
  z-index: 60;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-hidden {
  visibility: hidden;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content {
  border: 1px solid rgb(var(--nu-theme-color-border-level2));
  border-radius: var(--nu-theme-dimension-general-border-radius);
  background-color: rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));
  box-shadow: 0 10px 20px rgba(var(--nu-theme-color-misc-shadow), 0.19), 0 6px 6px rgba(var(--nu-theme-color-misc-shadow), 0.23);
  max-height: calc(100vh - 20px);
  overflow: hidden;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content.nu-tooltip-content-padded, .nu-tooltip-overlay-wrapper .nu-tooltip-content .nu-tooltip-content-padded {
  padding: 0.5em;
}
.nu-tooltip-overlay-wrapper .nu-tooltip-content:not(.nu-tooltip-content-padded) .nu-table, .nu-tooltip-overlay-wrapper .nu-tooltip-content :not(.nu-tooltip-content-padded) .nu-table {
  margin: 0.3em;
}

table.nu-unstyled-table {
  border-collapse: collapse;
}
table.nu-unstyled-table td {
  padding: 0;
}

table > tbody > tr.nu-table-child > td:first-child {
  padding-left: 1.5em;
}
table > tbody > tr.nu-table-child.nu-table-shaded > td {
  background-color: rgba(var(--nu-theme-color-background-level2), 0.6);
}
table.nu-table {
  border-spacing: 0;
}
table.nu-table.nu-table-transparent {
  background-color: initial;
}
table.nu-table.nu-table-with-margin {
  margin: 1em;
}
table.nu-table.nu-table-full-width {
  width: 100%;
}
table.nu-table > thead > tr > th {
  font-weight: var(--nu-theme-dimension-normal-font-weight);
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-override-table-heading-background, var(--nu-theme-color-background-level2)));
  padding: 0.5em;
}
table.nu-table > tbody > tr > td {
  padding: 0.5em;
}
table.nu-table > tbody > tr > td.nu-table-cell-disabled {
  opacity: 1;
}
table.nu-table > tbody > tr > td.nu-table-cell-disabled > * {
  opacity: 0.5;
}
table.nu-table > tfoot > tr > td {
  color: rgb(var(--nu-theme-on-color-background));
  background-color: rgb(var(--nu-theme-color-background-level2));
  padding: 0.5em;
}
table.nu-table.nu-table-condensed > thead, table.nu-table.nu-table-slightly-condensed > thead, table.nu-table.nu-table-key-value > thead {
  display: none;
}
table.nu-table.nu-table-condensed:first-of-type > td, table.nu-table.nu-table-slightly-condensed:first-of-type > td {
  padding-top: 0;
}
table.nu-table.nu-table-condensed:last-of-type > td, table.nu-table.nu-table-slightly-condensed:last-of-type > td {
  padding-bottom: 0;
}
table.nu-table.nu-table-condensed > tbody > tr > td {
  padding: 0.2em;
}
table.nu-table.nu-table-slightly-condensed > tbody > tr > td {
  padding: 0.3em;
}
table.nu-table-bordered > thead > tr > th {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > thead > tr > th:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tfoot > tr > td {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tfoot > tr > td:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody > tr > td:first-of-type, table.nu-table-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header) > tbody > tr > td {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody > tr > td:last-of-type {
  border-right: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered:not(.nu-table-sticky-header) > tbody > tr:last-of-type > td {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-bordered > tbody:first-child > tr:first-of-type > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th {
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > thead > tr > th > tfoot > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header) > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-columns-bordered > tbody:first-child > tr:first-of-type > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-striped > tbody > tr:nth-child(even) > td {
  background-color: rgb(var(--nu-theme-override-table-striped-background, var(--nu-theme-color-background-level2)));
}
table.nu-table-rows-bordered > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-rows-bordered > tbody > tr:not(:first-of-type) > td {
  border-top: 1px solid rgb(var(--nu-theme-color-border-level0));
}
table.nu-table-key-value > tbody > tr.nu-table-row-divider > td, table.nu-table-key-value-with-header > tbody > tr.nu-table-row-divider > td {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}
table.nu-table-key-value > tbody > tr:not(.nu-table-section-header) > td:first-of-type:not([colspan]), table.nu-table-key-value-with-header > tbody > tr:not(.nu-table-section-header) > td:first-of-type:not([colspan]) {
  vertical-align: top;
  white-space: nowrap;
  color: rgba(var(--nu-theme-on-color-background), 0.65);
}

table.nu-table > tbody > tr.nu-table-section-header {
  border-top: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
  color: rgb(var(--nu-theme-on-color-accent));
  background-color: rgb(var(--nu-theme-color-accent-base));
}

table.nu-table-sticky-header th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.nu-sticky-header-table-container {
  overflow-y: auto;
  border-bottom: 1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));
}

.nu-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nu-absolute-fill {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nu-message,
.nu-info-message,
.nu-success-message,
.nu-warning-message,
.nu-error-message {
  display: flex;
  align-items: center;
  margin: 1em 0.5em;
  max-width: 500px;
}
.nu-message:empty,
.nu-info-message:empty,
.nu-success-message:empty,
.nu-warning-message:empty,
.nu-error-message:empty {
  display: none;
}
.nu-message > nu-icon,
.nu-message > nu-icon-with-fallback,
.nu-info-message > nu-icon,
.nu-info-message > nu-icon-with-fallback,
.nu-success-message > nu-icon,
.nu-success-message > nu-icon-with-fallback,
.nu-warning-message > nu-icon,
.nu-warning-message > nu-icon-with-fallback,
.nu-error-message > nu-icon,
.nu-error-message > nu-icon-with-fallback {
  flex-shrink: 0;
}
.nu-message > nu-icon:not(:last-child),
.nu-message > nu-icon-with-fallback:not(:last-child),
.nu-info-message > nu-icon:not(:last-child),
.nu-info-message > nu-icon-with-fallback:not(:last-child),
.nu-success-message > nu-icon:not(:last-child),
.nu-success-message > nu-icon-with-fallback:not(:last-child),
.nu-warning-message > nu-icon:not(:last-child),
.nu-warning-message > nu-icon-with-fallback:not(:last-child),
.nu-error-message > nu-icon:not(:last-child),
.nu-error-message > nu-icon-with-fallback:not(:last-child) {
  margin-right: 1em;
}
.nu-message > nu-icon:not(:first-child),
.nu-message > nu-icon-with-fallback:not(:first-child),
.nu-info-message > nu-icon:not(:first-child),
.nu-info-message > nu-icon-with-fallback:not(:first-child),
.nu-success-message > nu-icon:not(:first-child),
.nu-success-message > nu-icon-with-fallback:not(:first-child),
.nu-warning-message > nu-icon:not(:first-child),
.nu-warning-message > nu-icon-with-fallback:not(:first-child),
.nu-error-message > nu-icon:not(:first-child),
.nu-error-message > nu-icon-with-fallback:not(:first-child) {
  margin-left: 1em;
}
.nu-message > nu-icon + nu-icon,
.nu-message > nu-icon-with-fallback + nu-icon,
.nu-info-message > nu-icon + nu-icon,
.nu-info-message > nu-icon-with-fallback + nu-icon,
.nu-success-message > nu-icon + nu-icon,
.nu-success-message > nu-icon-with-fallback + nu-icon,
.nu-warning-message > nu-icon + nu-icon,
.nu-warning-message > nu-icon-with-fallback + nu-icon,
.nu-error-message > nu-icon + nu-icon,
.nu-error-message > nu-icon-with-fallback + nu-icon {
  margin-left: 0;
}
.nu-message .message-content,
.nu-info-message .message-content,
.nu-success-message .message-content,
.nu-warning-message .message-content,
.nu-error-message .message-content {
  flex-grow: 1;
}
.nu-message p,
.nu-info-message p,
.nu-success-message p,
.nu-warning-message p,
.nu-error-message p {
  margin-top: 0;
  margin-bottom: 0;
}
.nu-message p + p,
.nu-info-message p + p,
.nu-success-message p + p,
.nu-warning-message p + p,
.nu-error-message p + p {
  margin-top: 1.5em;
}
.nu-message a,
.nu-info-message a,
.nu-success-message a,
.nu-warning-message a,
.nu-error-message a {
  text-decoration: underline;
}

.nu-info-message,
.nu-success-message,
.nu-warning-message,
.nu-error-message {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 1em;
}

.nu-info-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-info-message,
.nu-info-message a,
.nu-info-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low)) !important;
}
.nu-info-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
  position: relative;
}
.nu-info-message button:hover {
  cursor: pointer;
}
.nu-info-message button:hover * {
  cursor: pointer;
}
.nu-info-message button nu-icon,
.nu-info-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low)) !important;
}
.nu-info-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-info-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-info-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-info-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-info-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-info-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));
}
.nu-info-message button:focus, .nu-info-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-info-message button:focus::-moz-focus-inner, .nu-info-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-info-message button:disabled, .nu-info-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-info-message button:disabled::-moz-focus-inner, .nu-info-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-info-message button:disabled.nu-button-allow-events,
.nu-info-message button:disabled .nu-button-allow-events, .nu-info-message button.disabled.nu-button-allow-events,
.nu-info-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-info-message button:disabled *, .nu-info-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-info-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-low-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-info-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-low-hover)) !important;
}
body.nu-dark-theme .nu-info-message,
body.nu-dark-theme .nu-info-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-info-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-info-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-info-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-info-message button nu-icon,
body.nu-dark-theme .nu-info-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-info-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-info-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-info-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-info-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-info-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-info-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-info-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-info-message button:focus, body.nu-dark-theme .nu-info-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-info-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-info-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-info-message button:disabled, body.nu-dark-theme .nu-info-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-info-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-info-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-info-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-info-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-info-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-info-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-info-message button:disabled *, body.nu-dark-theme .nu-info-message button.disabled * {
  cursor: auto;
}

.nu-success-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-success-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-success-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-success-message,
.nu-success-message a,
.nu-success-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success)) !important;
}
.nu-success-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
  background: rgb(var(--nu-theme-color-low-contrast-informative-success-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
  position: relative;
}
.nu-success-message button:hover {
  cursor: pointer;
}
.nu-success-message button:hover * {
  cursor: pointer;
}
.nu-success-message button nu-icon,
.nu-success-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-success)) !important;
}
.nu-success-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-success-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-success-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-success-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-success-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-success-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-success-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-success));
}
.nu-success-message button:focus, .nu-success-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-success-message button:focus::-moz-focus-inner, .nu-success-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-success-message button:disabled, .nu-success-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-success-message button:disabled::-moz-focus-inner, .nu-success-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-success-message button:disabled.nu-button-allow-events,
.nu-success-message button:disabled .nu-button-allow-events, .nu-success-message button.disabled.nu-button-allow-events,
.nu-success-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-success-message button:disabled *, .nu-success-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-success-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-success-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-success-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-success-hover)) !important;
}
body.nu-dark-theme .nu-success-message,
body.nu-dark-theme .nu-success-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-success-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-success-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-success-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-success-message button nu-icon,
body.nu-dark-theme .nu-success-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-success-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-success-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-success-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-success-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-success-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-success-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-success-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-success-message button:focus, body.nu-dark-theme .nu-success-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-success-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-success-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-success-message button:disabled, body.nu-dark-theme .nu-success-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-success-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-success-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-success-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-success-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-success-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-success-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-success-message button:disabled *, body.nu-dark-theme .nu-success-message button.disabled * {
  cursor: auto;
}

.nu-warning-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-warning-message,
.nu-warning-message a,
.nu-warning-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium)) !important;
}
.nu-warning-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
  position: relative;
}
.nu-warning-message button:hover {
  cursor: pointer;
}
.nu-warning-message button:hover * {
  cursor: pointer;
}
.nu-warning-message button nu-icon,
.nu-warning-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium)) !important;
}
.nu-warning-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-warning-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-warning-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-warning-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-warning-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-warning-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));
}
.nu-warning-message button:focus, .nu-warning-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-warning-message button:focus::-moz-focus-inner, .nu-warning-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-warning-message button:disabled, .nu-warning-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-warning-message button:disabled::-moz-focus-inner, .nu-warning-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-warning-message button:disabled.nu-button-allow-events,
.nu-warning-message button:disabled .nu-button-allow-events, .nu-warning-message button.disabled.nu-button-allow-events,
.nu-warning-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-warning-message button:disabled *, .nu-warning-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-warning-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-medium-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-warning-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-medium-hover)) !important;
}
body.nu-dark-theme .nu-warning-message,
body.nu-dark-theme .nu-warning-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-warning-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-warning-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-warning-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-warning-message button nu-icon,
body.nu-dark-theme .nu-warning-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-warning-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-warning-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-warning-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-warning-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-warning-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-warning-message button:focus, body.nu-dark-theme .nu-warning-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-warning-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-warning-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-warning-message button:disabled, body.nu-dark-theme .nu-warning-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-warning-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-warning-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-warning-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-warning-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-warning-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-warning-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-warning-message button:disabled *, body.nu-dark-theme .nu-warning-message button.disabled * {
  cursor: auto;
}

.nu-error-message {
  background-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));
  border-color: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-error-message,
.nu-error-message a,
.nu-error-message nu-icon {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical)) !important;
}
.nu-error-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
  position: relative;
}
.nu-error-message button:hover {
  cursor: pointer;
}
.nu-error-message button:hover * {
  cursor: pointer;
}
.nu-error-message button nu-icon,
.nu-error-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical)) !important;
}
.nu-error-message button nu-icon:not(.nu-icon-prevent-override) path,
.nu-error-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
.nu-error-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.nu-error-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
.nu-error-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.nu-error-message button:hover {
  background: rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover));
  border-color: rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));
}
.nu-error-message button:focus, .nu-error-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level4));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
.nu-error-message button:focus::-moz-focus-inner, .nu-error-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-error-message button:disabled, .nu-error-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
.nu-error-message button:disabled::-moz-focus-inner, .nu-error-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.nu-error-message button:disabled.nu-button-allow-events,
.nu-error-message button:disabled .nu-button-allow-events, .nu-error-message button.disabled.nu-button-allow-events,
.nu-error-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
.nu-error-message button:disabled *, .nu-error-message button.disabled * {
  cursor: auto;
}
body.nu-dark-theme .nu-error-message {
  border-left: 6px solid;
  border-color: rgb(var(--nu-theme-color-informative-severity-critical-hover));
  background-color: rgb(var(--nu-theme-color-background-level2));
}
body.nu-dark-theme .nu-error-message > nu-icon {
  color: rgb(var(--nu-theme-color-informative-severity-critical-hover)) !important;
}
body.nu-dark-theme .nu-error-message,
body.nu-dark-theme .nu-error-message a {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-error-message button {
  line-height: var(--nu-theme-dimension-button-input-line-height);
  margin: 3px;
  padding: 3px 7px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  min-height: calc(var(--nu-theme-dimension-button-input-line-height) * var(--nu-theme-dimension-normal-font-size) + 6px + 2px);
  box-sizing: border-box;
  color: rgb(var(--nu-theme-on-color-background));
  background: rgb(var(--nu-theme-color-background-level2));
  border-radius: var(--nu-theme-dimension-button-border-radius);
  border: 1px solid;
  border-color: rgb(var(--nu-theme-on-color-background));
  position: relative;
}
body.nu-dark-theme .nu-error-message button:hover {
  cursor: pointer;
}
body.nu-dark-theme .nu-error-message button:hover * {
  cursor: pointer;
}
body.nu-dark-theme .nu-error-message button nu-icon,
body.nu-dark-theme .nu-error-message button nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-background)) !important;
}
body.nu-dark-theme .nu-error-message button nu-icon:not(.nu-icon-prevent-override) path,
body.nu-dark-theme .nu-error-message button nu-icon-with-fallback:not(.nu-icon-prevent-override) path {
  fill: inherit !important;
}
body.nu-dark-theme .nu-error-message button .nu-ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.nu-dark-theme .nu-error-message button .nu-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: nu-button-ripple 600ms linear;
}
body.nu-dark-theme .nu-error-message button .nu-ripple.secondary {
  background-color: rgba(var(--nu-theme-color-selected-base), 0.4) !important;
}
body.nu-light-theme body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.8);
}

body.nu-dark-theme body.nu-dark-theme .nu-error-message button .nu-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

body.nu-dark-theme .nu-error-message button:hover {
  background: rgb(var(--nu-theme-color-background-level0));
  border-color: rgb(var(--nu-theme-on-color-background));
}
body.nu-dark-theme .nu-error-message button:focus, body.nu-dark-theme .nu-error-message button.focus {
  outline: none;
  border-color: rgb(var(--nu-theme-color-border-level2));
  box-shadow: 0 1px 3px rgba(var(--nu-theme-color-misc-shadow), 0.12), 0 1px 2px rgba(var(--nu-theme-color-misc-shadow), 0.24);
}
body.nu-dark-theme .nu-error-message button:focus::-moz-focus-inner, body.nu-dark-theme .nu-error-message button.focus::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-error-message button:disabled, body.nu-dark-theme .nu-error-message button.disabled {
  outline: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}
body.nu-dark-theme .nu-error-message button:disabled::-moz-focus-inner, body.nu-dark-theme .nu-error-message button.disabled::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body.nu-dark-theme .nu-error-message button:disabled.nu-button-allow-events,
body.nu-dark-theme .nu-error-message button:disabled .nu-button-allow-events, body.nu-dark-theme .nu-error-message button.disabled.nu-button-allow-events,
body.nu-dark-theme .nu-error-message button.disabled .nu-button-allow-events {
  pointer-events: auto;
}
body.nu-dark-theme .nu-error-message button:disabled *, body.nu-dark-theme .nu-error-message button.disabled * {
  cursor: auto;
}

@keyframes _nu-slider-mask-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nu-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 29;
}
.nu-mask.nu-fade-mask {
  background: rgba(var(--nu-theme-color-background-level5), 0.7);
  animation: _nu-slider-mask-fade-in 0.5s;
}
.nu-mask.nu-invisible-mask {
  opacity: 0;
}
body.nu-dark-theme .nu-mask {
  background: rgba(var(--nu-theme-color-background-level1), 0.5);
}

.nu-prompt-overlay-wrapper {
  z-index: 40;
}

.nu-notifications-overlay-wrapper {
  z-index: 110;
}
.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane {
  pointer-events: none !important;
}
.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane > * {
  pointer-events: auto;
}

.nu-pop-up-menu-overlay-wrapper {
  z-index: 50;
  pointer-events: none;
}

.nu-severity-low-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-low-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-low-label,
.nu-severity-low-label a,
.nu-severity-low-label nu-icon,
.nu-severity-low-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-low)) !important;
}
.nu-severity-low-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-low-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-low)) !important;
}
.nu-severity-low-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-low-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-low-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-low-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-low-hover));
}

.nu-severity-success-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-success-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-success-label,
.nu-severity-success-label a,
.nu-severity-success-label nu-icon,
.nu-severity-success-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-success)) !important;
}
.nu-severity-success-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-success-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-success)) !important;
}
.nu-severity-success-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-success-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-success-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-success-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-success-hover));
}

.nu-severity-medium-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-medium-label,
.nu-severity-medium-label a,
.nu-severity-medium-label nu-icon,
.nu-severity-medium-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-medium)) !important;
}
.nu-severity-medium-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-medium-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-medium)) !important;
}
.nu-severity-medium-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-medium-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-medium-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-medium-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-medium-hover));
}

.nu-severity-high-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-high-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-high-label,
.nu-severity-high-label a,
.nu-severity-high-label nu-icon,
.nu-severity-high-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-high)) !important;
}
.nu-severity-high-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-high-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-high)) !important;
}
.nu-severity-high-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-high-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-high-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-high-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-high-hover));
}

.nu-severity-critical-label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-base));
  border-radius: var(--nu-theme-dimension-general-border-radius);
}
.nu-severity-critical-label,
.nu-severity-critical-label a,
.nu-severity-critical-label nu-icon,
.nu-severity-critical-label nu-icon-with-fallback {
  color: rgb(var(--nu-theme-on-color-informative-severity-critical)) !important;
}
.nu-severity-critical-label .nu-number-bubble {
  color: rgb(var(--nu-theme-color-informative-severity-critical-base)) !important;
  background-color: rgb(var(--nu-theme-on-color-informative-severity-critical)) !important;
}
.nu-severity-critical-label.nu-compact {
  font-size: 90%;
  padding: 0.2em 0.4em;
}
.nu-severity-critical-label.nu-compact.nu-min-width-centered {
  text-align: center;
  min-width: 75px;
}
.nu-severity-critical-label.nu-large {
  padding: 0.8em 1em;
}
.nu-severity-critical-label.nu-clickable:hover {
  cursor: pointer;
  background-color: rgb(var(--nu-theme-color-informative-severity-critical-hover));
}

.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-low-base));
  background: rgba(var(--nu-theme-color-informative-severity-low-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-success-base));
  background: rgba(var(--nu-theme-color-informative-success-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-medium-base));
  background: rgba(var(--nu-theme-color-informative-severity-medium-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-high-base));
  background: rgba(var(--nu-theme-color-informative-severity-high-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *) {
  border: 1px solid rgb(var(--nu-theme-color-informative-severity-critical-base));
  background: rgba(var(--nu-theme-color-informative-severity-critical-base), 0.2);
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint {
  border-bottom-color: transparent;
}

.nu-empty-descriptor-label:not(nu-menu-item-button.selected *) {
  padding: 1px 5px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}

/*# sourceMappingURL=global-style.css.map */

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./sslvpn/theme/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
}

nu-dashboard-widget:not(.high):not(.critical) .widget-controls button.bare.disabled {
  opacity: 0;
}

.chart-legend-entries-container {
  margin: 0 auto;
}

.dialogWrapper {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0;
  transition: margin-left 500ms ease-in-out;
  height: 100vh;
}
.dialogWrapper.hide {
  margin-left: calc(50vw - 7px);
}

.monitor-graph .footer-container {
  display: none;
}

.title-bar-important {
  display: flex;
  position: relative !important;
  align-items: center;
  border: none;
  background: #e6e6e6;
  height: 27px;
  border-radius: 0;
  padding: 4px 20px;
}

.global-css-container .row {
  margin-left: initial;
  margin-right: initial;
}

nu-router-outlet.global-css-container {
  display: flex;
}

fadc-sslvpn-root > nu-router-outlet > router-outlet + * {
  overflow-y: auto;
}

fadc-sslvpn-root nu-router-outlet {
  top: 70px !important;
}
fadc-sslvpn-root nu-header {
  color: #000000 !important;
  background-color: #fff !important;
  border-bottom: #000000 !important;
  margin: auto;
  width: 100%;
  max-width: 1500px !important;
  grid-template-rows: 70px !important;
  height: 70px !important;
}
fadc-sslvpn-root nu-header .header-element {
  color: #000000 !important;
  width: 100% !important;
}
fadc-sslvpn-root nu-header .header-element .primary-label {
  width: 100% !important;
  padding-left: 2.75em !important;
}
fadc-sslvpn-root nu-header .header-element .primary-label .header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
fadc-sslvpn-root nu-header .header-element nu-header-action-dropdown button:hover {
  background: rgb(var(--nu-theme-color-background-level3)) !important;
}
fadc-sslvpn-root nu-header .header-element nu-header-action-dropdown .pop-up-menu-hover-toggle-attached {
  color: #000000;
}
fadc-sslvpn-root nu-header .header-element.button-container {
  align-items: center !important;
  margin-right: 19px;
}
fadc-sslvpn-root nu-header .header-element.button-container nu-header-action-dropdown {
  height: 40px;
}

fadc-sslvpn-portal {
  background-color: white;
}

nu-field .mat-slider-horizontal {
  height: 30px;
  margin-bottom: 10px;
}

.tab-dialog {
  display: block;
  height: 100vh;
}

.dialog-column nu-dialog main:not(.show-gutter) {
  flex-direction: column;
}
.dialog-column nu-dialog main:not(.show-gutter) .sticky-attach-point {
  display: none;
}
.dialog-column nu-dialog main:not(.show-gutter) form {
  height: auto;
  flex-grow: 0;
}

span.dns-profile,
span.tcp-profile,
span.ip-profile,
span.icmp-profile,
span.ntp-profile,
span.dtls-profile,
span.http-profile,
span.ssltls-profile,
span.quic-profile {
  color: #fff;
  text-indent: 0;
  font-size: 10px;
  font-weight: 700;
  vertical-align: 2px;
}
span.dns-profile::before,
span.tcp-profile::before,
span.ip-profile::before,
span.icmp-profile::before,
span.ntp-profile::before,
span.dtls-profile::before,
span.http-profile::before,
span.ssltls-profile::before,
span.quic-profile::before {
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  min-width: 30px;
  padding: 0.2em;
}

span.dns-profile + span,
span.tcp-profile + span,
span.ip-profile + span,
span.icmp-profile + span,
span.ntp-profile + span,
span.dtls-profile + span,
span.http-profile + span,
span.ssltls-profile + span,
span.quic-profile + span {
  margin-left: 0.3em;
}

span.dns-profile::before {
  content: "DNS";
  background-color: #ff4d00;
}

span.tcp-profile::before {
  content: "TCP";
  background-color: #009848;
}

span.ip-profile::before {
  content: "IP";
  background-color: #aeb948;
}

span.icmp-profile::before {
  content: "ICMP";
  background-color: #be9e6f;
}

span.ntp-profile::before {
  content: "NTP";
  background-color: #189fba;
}

span.dtls-profile::before {
  content: "DTLS";
  background-color: #e5979a;
}

span.http-profile::before {
  content: "HTTP";
  background-color: #fe872e;
}

span.ssltls-profile::before {
  content: "SSL/TLS";
  background-color: #b9a6d3;
}

span.quic-profile::before {
  content: "QUIC";
  background-color: #1eaa8b;
}

.nu-input-help {
  color: #737373;
  font-size: 86%;
}

.menu-style-button .label {
  text-align: left;
  color: black;
  -webkit-user-select: none;
          user-select: none;
  font-size: 15px;
  white-space: nowrap;
  color: rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: var(--nu-theme-dimension-normal-font-weight);
}

.slider_custom_style .mat-slider-wrapper {
  border: 1px solid #746a6a;
  height: 10px !important;
  border-radius: 3px;
}
.slider_custom_style .mat-slider-wrapper .mat-slider-track-wrapper {
  height: 8px !important;
}
.slider_custom_style .mat-slider-wrapper .mat-slider-thumb-container .mat-slider-thumb {
  width: 18px;
  height: 18px;
  bottom: -8px;
  border: 1px solid black;
  transform: none !important;
  border-width: 1px !important;
  background-color: rgb(38, 155, 255) !important;
}

.mat-slider-horizontal .mat-slider-track-background {
  height: 8px !important;
  background-color: #fbf9fa !important;
}
.mat-slider-horizontal .mat-slider-track-fill {
  height: 8px !important;
  background-color: #d0e9ff !important;
}

.slider_span_text {
  margin-top: 16px;
}

.global-css-container nu-inline-mutable .table-content-container {
  overflow: hidden;
}
.global-css-container .table-content .table-container .section .section-cell button {
  height: unset !important;
}
.global-css-container .table-content .table-container .section .section-cell .standard-value-content {
  color: #fff;
}
.global-css-container label {
  color: rgb(45, 45, 45);
  cursor: default;
  font-size: 15px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.global-css-container select:not([multiple]) {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%2845%2C%2045%2C%2045%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}
.global-css-container .nuMutableParent {
  height: 100%;
  position: relative;
}
.global-css-container .nuMutableParent .nuMutableTable {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border: 1px solid lightgrey;
  min-height: 15em;
}
.global-css-container app-common-widgets .table-container,
.global-css-container app-common-widget-streamable .table-container {
  min-height: 150px;
}
.global-css-container #mutable-wrapper,
.global-css-container .mutable-wrapper,
.global-css-container .threshold-mutable-wrapper {
  border: 1px solid #e0e0e0;
}
.global-css-container #mutable-wrapper .outer-container,
.global-css-container .mutable-wrapper .outer-container,
.global-css-container .threshold-mutable-wrapper .outer-container {
  position: relative;
}
.global-css-container #mutable-wrapper .outer-container .menu nu-menu-bar,
.global-css-container .mutable-wrapper .outer-container .menu nu-menu-bar,
.global-css-container .threshold-mutable-wrapper .outer-container .menu nu-menu-bar {
  display: block;
}
.global-css-container nu-omni-select-core .content-container .cdk-virtual-scroll-content-wrapper div nu-omni-select-collapsible-row .label {
  display: initial;
  padding: initial;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  color: initial;
  text-align: initial;
  white-space: initial;
  vertical-align: initial;
}
.global-css-container nu-omni-select-core .content-container .cdk-virtual-scroll-content-wrapper .tooltip {
  opacity: 1;
  font-size: 15px;
  position: initial;
}
.global-css-container nu-omni-select-core .controls-container .controls .search .search-input .search-button {
  margin-top: 3px;
  font-size: 15px;
}
.global-css-container nu-omni-select-core .controls-container .controls .create .create-button .label {
  display: initial;
  padding: initial;
  font-size: 15px;
  font-weight: initial;
  line-height: initial;
  color: initial;
  text-align: initial;
  white-space: initial;
  vertical-align: initial;
}
.global-css-container nu-omni-select div .placeholder {
  padding-top: 0px;
}
.global-css-container nu-omni-select div .selected-row nu-omni-source-entry-row nu-omni-source-entry-label {
  padding: 0px;
}
.global-css-container nu-omni-select div .selected-row nu-omni-source-entry-row nu-omni-source-entry-label div {
  width: 100%;
}
.global-css-container nu-omni-select div .selected-row nu-omni-source-entry-row nu-omni-source-entry-label span {
  width: 100%;
}
.global-css-container nu-omni-select div .selected-row nu-omni-source-entry-row nu-omni-source-entry-label .container {
  padding: unset;
  width: unset;
}
.global-css-container .inside-slide .content-wrapper .large-width {
  grid-template-columns: auto;
}
.global-css-container .content-wrapper nu-field nu-checkbox-group {
  display: flex;
}
.global-css-container .selected-row .container .name {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.display-flex {
  display: flex;
}

.threshold-mutable-wrapper .outer-container {
  height: 500px;
}

nu-tab-group .tab-links .tab-label {
  font-size: 1em;
}

.opacity-30 {
  opacity: 0.3;
}

.info-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  padding: 30px;
  color: #236093;
  background-color: #d9edf7;
  border: 1px solid #236093;
}
.info-box .info {
  color: #236093;
}
.info-box .general-instruction {
  color: #236093;
  margin-left: 10px;
}

.modal-body {
  position: relative;
  padding: 20px;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

.dl-horizontal.simple dt {
  width: 180px;
  text-align: left;
}
.dl-horizontal.simple dd {
  margin-left: 200px;
}
.dl-horizontal.simple.xheight dt,
.dl-horizontal.simple.xheight dd {
  line-height: 2em;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dt {
  font-weight: 700;
}

button.percent-action-parameter {
  width: 44px;
}

.nu-notifications-overlay-wrapper {
  align-items: end !important;
}

textarea {
  height: 26px;
}

.cdk-overlay-container {
  word-break: break-all;
}
.cdk-overlay-container .nu-tooltip-overlay-wrapper .nu-tooltip-content table {
  word-break: break-all;
}
.cdk-overlay-container .portal-login.nu-error-message {
  margin: 25px 0 0;
  width: 268px;
}
.cdk-overlay-container .portal-login.primary {
  margin: 1px;
}

fadc-sslvpn-bookmark nu-nested-tab {
  position: relative;
  top: -85px;
}
fadc-sslvpn-bookmark .tab-group {
  display: flex;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group {
  margin-top: 35px;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group .styling-subtab {
  background-color: unset !important;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group .styling-subtab .tab-label > .tab-label-inner {
  width: 75px;
  height: 18px;
  text-align: center;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group .tab-navigation-button {
  display: none;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showBothShadow .tab-navigation .tab-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showBothShadow .tab-navigation .tab-scroll:before {
  position: absolute;
  z-index: 1;
  opacity: 1;
  content: "";
  pointer-events: none;
  width: 80px;
  height: 36px;
  box-shadow: inset 11px 0 8px -9px rgba(0, 0, 0, 0.4);
  clip-path: inset(0 0 0 -15px);
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showBothShadow .tab-navigation .tab-scroll:after {
  position: absolute;
  z-index: 1;
  opacity: 1;
  content: "";
  pointer-events: none;
  right: -7px;
  width: 6px;
  height: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  clip-path: inset(0 0 0 -15px);
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showLeftShadow .tab-navigation .tab-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showLeftShadow .tab-navigation .tab-scroll:before {
  position: absolute;
  z-index: 1;
  opacity: 1;
  content: "";
  pointer-events: none;
  width: 80px;
  height: 36px;
  box-shadow: inset 11px 0 8px -9px rgba(0, 0, 0, 0.4);
  clip-path: inset(0 0 0 -15px);
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showRightShadow .tab-navigation .tab-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
fadc-sslvpn-bookmark .tab-group nu-tab-group.showDropdownSelect.showRightShadow .tab-navigation .tab-scroll:after {
  position: absolute;
  z-index: 1;
  opacity: 1;
  content: "";
  pointer-events: none;
  right: -7px;
  width: 6px;
  height: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  clip-path: inset(0 0 0 -15px);
}
fadc-sslvpn-bookmark .tab-group fadc-dropdown-menu {
  position: relative;
  z-index: 1;
  top: 32px;
  left: -2px;
}
fadc-sslvpn-bookmark .tab-group fadc-dropdown-menu .nu-dropdown-toggle-indicator {
  display: none !important;
}
fadc-sslvpn-bookmark .tab-group fadc-dropdown-menu button {
  height: 36.5px;
  width: 50px;
  border: 0px;
  background-color: #FAFAFA;
  border-bottom: 1px solid;
  border-color: rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));
}

nu-menu-item-button.webportal-tab-dropdown.inside-pop-up > .content-container {
  padding: 5px 20px !important;
}

sg-login-prompt nu-prompt {
  background: white !important;
}
sg-login-prompt .prompt .content .content-body {
  flex-grow: 0.1 !important;
  overflow: hidden;
}
sg-login-prompt .prompt .content .content-body nu-field {
  grid-template-columns: repeat(auto-fill, 290px);
}
sg-login-prompt .prompt .content .sslvpn-left {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: start;
  justify-content: flex-start;
}
sg-login-prompt .prompt .content .sslvpn-right {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: end;
  justify-content: flex-end;
}
sg-login-prompt .prompt .content .content-body .portal-login.nu-error-message {
  margin: 0 0 25px 0;
  width: 268px;
}
sg-login-prompt .prompt .content .content-body .message-content {
  word-break: break-word;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.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);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.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;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 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);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
  --mdc-linear-progress-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff4081;
  --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color: #ff4081;
  --mdc-outlined-text-field-focus-outline-color: #ff4081;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-container-elevation-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);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-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);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-elevation-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);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-selected-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-flat-disabled-selected-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-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);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-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);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

html {
  --mdc-switch-state-layer-size: 40px;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-hover-state-layer-color: rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff4081;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff4081;
  --mat-tab-header-active-ripple-color: #ff4081;
  --mat-tab-header-inactive-ripple-color: #ff4081;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff4081;
  --mat-tab-header-active-hover-label-text-color: #ff4081;
  --mat-tab-header-active-focus-indicator-color: #ff4081;
  --mat-tab-header-active-hover-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-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);
  --mdc-protected-button-disabled-container-elevation-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);
  --mdc-protected-button-focus-container-elevation-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);
  --mdc-protected-button-hover-container-elevation-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);
  --mdc-protected-button-pressed-container-elevation-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);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
  --mat-text-button-state-layer-color: #ff4081;
  --mat-text-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff4081;
  --mat-outlined-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-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);
  --mdc-fab-focus-container-elevation-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);
  --mdc-fab-hover-container-elevation-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);
  --mdc-fab-pressed-container-elevation-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);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-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);
  --mdc-fab-small-focus-container-elevation-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);
  --mdc-fab-small-hover-container-elevation-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);
  --mdc-fab-small-pressed-container-elevation-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);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-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);
  --mdc-extended-fab-focus-container-elevation-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);
  --mdc-extended-fab-hover-container-elevation-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);
  --mdc-extended-fab-pressed-container-elevation-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);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff4081;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-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);
  --mat-datepicker-calendar-container-touch-elevation-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);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-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);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

/*# sourceMappingURL=styles.css.map*/