@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Round&display=swap";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
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-app-elevation-shadow-level-0: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-app-elevation-shadow-level-1: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-app-elevation-shadow-level-2: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-app-elevation-shadow-level-3: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-app-elevation-shadow-level-4: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-app-elevation-shadow-level-5: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-app-elevation-shadow-level-6: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-app-elevation-shadow-level-7: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-app-elevation-shadow-level-8: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-app-elevation-shadow-level-9: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-app-elevation-shadow-level-10: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-app-elevation-shadow-level-11: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-app-elevation-shadow-level-12: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-app-elevation-shadow-level-13: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-app-elevation-shadow-level-14: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-app-elevation-shadow-level-15: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-app-elevation-shadow-level-16: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-app-elevation-shadow-level-17: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-app-elevation-shadow-level-18: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-app-elevation-shadow-level-19: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-app-elevation-shadow-level-20: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-app-elevation-shadow-level-21: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-app-elevation-shadow-level-22: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-app-elevation-shadow-level-23: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-app-elevation-shadow-level-24: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-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
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 {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
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-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
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 {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
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-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
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-shape:4px;
  --mat-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);
  --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);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius: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;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
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;
}
html .mat-mdc-slide-toggle {
  --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-selected-track-outline-color:transparent;
  --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:#fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-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 .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
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.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-focus-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-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.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-focus-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-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.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-focus-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);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --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;
  --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-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%);
}
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;
  --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 {
  --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;
  --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);
}
html .mat-warn {
  --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;
  --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);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
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;
  --mat-menu-base-elevation-level:8;
}
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 {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
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-focus-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-focus-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-focus-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-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-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-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--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .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 {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
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;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --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;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
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-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-checkbox-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-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-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 {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
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-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-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);
  --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-protected-button-container-height:36px;
  --mdc-outlined-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-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
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-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-small-container-shape:50%;
  --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-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --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);
}
html {
  --mdc-fab-container-color:white;
  --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;
  --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);
}
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-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
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 {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
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 {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
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-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
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-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
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-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
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-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
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-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
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-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
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-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
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;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/primeng/resources/themes/saga-blue/theme.css */
:root {
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#2196F3;
  --primary-color-text:#ffffff;
  --font-family:-apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:3px;
  --surface-ground:#f8f9fa;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover: #e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #E3F2FD;
  --highlight-text-color: #495057;
  --focus-ring: 0 0 0 0.2rem #a6d5fa;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled,
.p-component:disabled {
  opacity: 0.6;
}
.p-error {
  color: #f44336;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-icon {
  width: 1rem;
  height: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  border-radius: 3px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}
.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}
@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}
:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
  --red-50:#fff5f5;
  --red-100:#ffd1ce;
  --red-200:#ffada7;
  --red-300:#ff8980;
  --red-400:#ff6459;
  --red-500:#ff4032;
  --red-600:#d9362b;
  --red-700:#b32d23;
  --red-800:#8c231c;
  --red-900:#661a14;
  --primary-50:#f4fafe;
  --primary-100:#cae6fc;
  --primary-200:#a0d2fa;
  --primary-300:#75bef8;
  --primary-400:#4baaf5;
  --primary-500:#2196f3;
  --primary-600:#1c80cf;
  --primary-700:#1769aa;
  --primary-800:#125386;
  --primary-900:#0d3c61;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #f44336;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-autocomplete.p-autocomplete-clearable .p-inputtext {
  padding-right: 2rem;
}
p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
  color: #6c757d;
  right: 2.857rem;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #f44336;
}
.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #495057;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #2196F3;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #495057;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #dee2e6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
p-calendar.p-calendar-clearable .p-inputtext {
  padding-right: 2rem;
}
p-calendar.p-calendar-clearable .p-calendar-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
  color: #6c757d;
  right: 2.857rem;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th,
  .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.5rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-cascadeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #f44336;
}
.p-input-filled .p-cascadeselect {
  background: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
  padding-right: 0.5rem;
}
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
  box-shadow: none;
  border-radius: 0;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
  transform: rotate(90deg);
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 3px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box .p-icon {
  width: 14px;
  height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0b7ad1;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #f44336;
}
p-chips.p-chips-clearable .p-inputtext {
  padding-right: 1.5rem;
}
p-chips.p-chips-clearable .p-chips-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.5rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
  margin-right: -1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #f44336;
}
.p-input-filled .p-dropdown {
  background: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #2196F3;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #6c757d;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.5rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #f44336;
}
p-inputmask.p-inputmask-clearable .p-inputtext {
  padding-right: 2rem;
}
p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #f44336;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
  padding-right: 2rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
  right: 2.857rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
  right: 2.857rem;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b6bfc8;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #2196F3;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #0d89ec;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #f44336;
}
.p-inputtext {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #2196F3;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #f44336;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-float-label > label {
  left: 0.5rem;
  color: #6c757d;
  transition-duration: 0.2s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: #f44336;
}
.p-input-icon-left > .p-icon-wrapper.p-icon,
.p-input-icon-left > i:first-of-type {
  left: 0.5rem;
  color: #6c757d;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2rem;
}
.p-input-icon-left.p-float-label > label {
  left: 2rem;
}
.p-input-icon-right > .p-icon-wrapper,
.p-input-icon-right > i:last-of-type {
  right: 0.5rem;
  color: #6c757d;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-listbox {
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.5rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #f44336;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.5rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-label {
  gap: 0.5rem;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #f44336;
}
.p-input-filled .p-multiselect {
  background: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
  padding-right: 1.5rem;
}
p-multiselect.p-multiselect-clearable .p-multiselect-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #f44336;
}
.p-password-panel {
  padding: 1rem;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #dee2e6;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #D32F2F;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #FBC02D;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #689F38;
}
p-password.p-password-clearable .p-password-input {
  padding-right: 2rem;
}
p-password.p-password-clearable .p-password-clear-icon {
  color: #6c757d;
  right: 0.5rem;
}
p-password.p-password-clearable.p-password-mask .p-password-input {
  padding-right: 3.5rem;
}
p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
  color: #6c757d;
  right: 2rem;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #f44336;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0b7ad1;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-rating {
  gap: 0.5rem;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-icon {
  width: 1.143rem;
  height: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e74c3c;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.p-rating-icon-active {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #c0392b;
}
.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #f44336;
}
.p-slider {
  background: #dee2e6;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #2196F3;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-slider .p-slider-range {
  background: #2196F3;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #2196F3;
  border-color: #2196F3;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #f44336;
}
.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.5rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #495057;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #f44336;
}
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.5rem;
}
.p-treeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-treeselect-panel .p-treeselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
  margin-right: 0.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
  padding-right: 1.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
  padding-right: 3rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
  right: 2rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
  padding-right: 1.5rem;
}
p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
.p-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-button .p-button-label {
  transition-duration: 0.2s;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #2196F3;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary,
.p-buttonset.p-button-secondary > .p-button,
.p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover,
.p-buttonset.p-button-secondary > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #56717d;
  color: #ffffff;
  border-color: #56717d;
}
.p-button.p-button-secondary:enabled:focus,
.p-buttonset.p-button-secondary > .p-button:enabled:focus,
.p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #beccd2;
}
.p-button.p-button-secondary:enabled:active,
.p-buttonset.p-button-secondary > .p-button:enabled:active,
.p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #4d646f;
  color: #ffffff;
  border-color: #4d646f;
}
.p-button.p-button-secondary.p-button-outlined,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text,
.p-buttonset.p-button-secondary > .p-button.p-button-text,
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-info,
.p-buttonset.p-button-info > .p-button,
.p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #0288D1;
  border: 1px solid #0288D1;
}
.p-button.p-button-info:enabled:hover,
.p-buttonset.p-button-info > .p-button:enabled:hover,
.p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #027abc;
  color: #ffffff;
  border-color: #027abc;
}
.p-button.p-button-info:enabled:focus,
.p-buttonset.p-button-info > .p-button:enabled:focus,
.p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #89d4fe;
}
.p-button.p-button-info:enabled:active,
.p-buttonset.p-button-info > .p-button:enabled:active,
.p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #026da7;
  color: #ffffff;
  border-color: #026da7;
}
.p-button.p-button-info.p-button-outlined,
.p-buttonset.p-button-info > .p-button.p-button-outlined,
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text,
.p-buttonset.p-button-info > .p-button.p-button-text,
.p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-info.p-button-text:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-success,
.p-buttonset.p-button-success > .p-button,
.p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #689F38;
  border: 1px solid #689F38;
}
.p-button.p-button-success:enabled:hover,
.p-buttonset.p-button-success > .p-button:enabled:hover,
.p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #5e8f32;
  color: #ffffff;
  border-color: #5e8f32;
}
.p-button.p-button-success:enabled:focus,
.p-buttonset.p-button-success > .p-button:enabled:focus,
.p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #c2e0a8;
}
.p-button.p-button-success:enabled:active,
.p-buttonset.p-button-success > .p-button:enabled:active,
.p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #537f2d;
  color: #ffffff;
  border-color: #537f2d;
}
.p-button.p-button-success.p-button-outlined,
.p-buttonset.p-button-success > .p-button.p-button-outlined,
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text,
.p-buttonset.p-button-success > .p-button.p-button-text,
.p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-success.p-button-text:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-warning,
.p-buttonset.p-button-warning > .p-button,
.p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #FBC02D;
  border: 1px solid #FBC02D;
}
.p-button.p-button-warning:enabled:hover,
.p-buttonset.p-button-warning > .p-button:enabled:hover,
.p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #fab710;
  color: #212529;
  border-color: #fab710;
}
.p-button.p-button-warning:enabled:focus,
.p-buttonset.p-button-warning > .p-button:enabled:focus,
.p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #fde6ab;
}
.p-button.p-button-warning:enabled:active,
.p-buttonset.p-button-warning > .p-button:enabled:active,
.p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #e8a704;
  color: #212529;
  border-color: #e8a704;
}
.p-button.p-button-warning.p-button-outlined,
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text,
.p-buttonset.p-button-warning > .p-button.p-button-text,
.p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-warning.p-button-text:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-help,
.p-buttonset.p-button-help > .p-button,
.p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover,
.p-buttonset.p-button-help > .p-button:enabled:hover,
.p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8c239e;
  color: #ffffff;
  border-color: #8c239e;
}
.p-button.p-button-help:enabled:focus,
.p-buttonset.p-button-help > .p-button:enabled:focus,
.p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #df9eea;
}
.p-button.p-button-help:enabled:active,
.p-buttonset.p-button-help > .p-button:enabled:active,
.p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7d1f8d;
  color: #ffffff;
  border-color: #7d1f8d;
}
.p-button.p-button-help.p-button-outlined,
.p-buttonset.p-button-help > .p-button.p-button-outlined,
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text,
.p-buttonset.p-button-help > .p-button.p-button-text,
.p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger,
.p-buttonset.p-button-danger > .p-button,
.p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #D32F2F;
  border: 1px solid #D32F2F;
}
.p-button.p-button-danger:enabled:hover,
.p-buttonset.p-button-danger > .p-button:enabled:hover,
.p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c02929;
  color: #ffffff;
  border-color: #c02929;
}
.p-button.p-button-danger:enabled:focus,
.p-buttonset.p-button-danger > .p-button:enabled:focus,
.p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #edacac;
}
.p-button.p-button-danger:enabled:active,
.p-buttonset.p-button-danger > .p-button:enabled:active,
.p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #aa2424;
  color: #ffffff;
  border-color: #aa2424;
}
.p-button.p-button-danger.p-button-outlined,
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text,
.p-buttonset.p-button-danger > .p-button.p-button-text,
.p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-danger.p-button-text:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-link {
  color: #0b7ad1;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}
.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}
.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}
.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}
.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}
.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child,
.p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}
.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-splitbutton {
  border-radius: 3px;
}
.p-splitbutton.p-button-outlined > .p-button {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
  color: #6c757d;
  border-color: #6c757d;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover,
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active,
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #dee2e6;
  color: #6c757d;
}
.p-splitbutton.p-button-text > .p-button {
  background-color: transparent;
  color: #2196F3;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
  color: #6c757d;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover,
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active,
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #dee2e6;
  color: #6c757d;
}
.p-splitbutton.p-button-raised {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-splitbutton.p-button-rounded {
  border-radius: 2rem;
}
.p-splitbutton.p-button-rounded > .p-button {
  border-radius: 2rem;
}
.p-splitbutton.p-button-sm > .p-button {
  font-size: 0.875rem;
  padding: 0.4375rem 0.875rem;
}
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
  font-size: 0.875rem;
}
.p-splitbutton.p-button-lg > .p-button {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
  font-size: 1.25rem;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-text > .p-button {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-text > .p-button {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr:focus {
  outline: 0.15rem solid #a6d5fa;
  outline-offset: 0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #E3F2FD;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #E3F2FD;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-column-resizer-helper {
  background: #2196F3;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f8f9fa;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
  background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px 0 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
  border-width: 0 0 0 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #495057;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #e9ecef;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1rem;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open,
.p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: #e9ecef;
  color: #495057;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active,
.p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #E3F2FD;
  color: #495057;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1rem;
}
.fc {
}
.fc.fc-unthemed .fc-view-container th {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #0d89ec;
  border: 1px solid #0d89ec;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  font-size: 1rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #495057;
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #0d89ec;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #0d89ec;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #f8f9fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  font-size: 1rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.6;
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc.fc-theme-standard a {
  color: #495057;
}
.fc.fc-theme-standard .fc-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-orderlist .p-orderlist-controls {
  padding: 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.5rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
  background: #e9ecef;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
  background: #e9ecef;
}
.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #6cbbf5;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-paginator {
  background: #ffffff;
  color: #6c757d;
  border: solid #e9ecef;
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #E3F2FD;
  border-color: #E3F2FD;
  color: #495057;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-picklist .p-picklist-buttons {
  padding: 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.5rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
  background: #e9ecef;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
  background: #e9ecef;
}
.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-timeline .p-timeline-event-marker {
  border: 2px solid #2196F3;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-tree-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #89c8f7;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #495057;
  padding: 0;
  transition: box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #E3F2FD;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-treetable .p-sortable-column {
  outline-color: #a6d5fa;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
  outline: 0.15rem solid #a6d5fa;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-column-resizer-helper {
  background: #2196F3;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f8f9fa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable .p-treetable-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-accordion .p-accordion-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-card {
  background: #ffffff;
  color: #495057;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-fieldset .p-fieldset-content {
  padding: 1rem;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1rem;
}
.p-panel .p-panel-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.p-panel .p-panel-icons-end {
  order: 2;
  margin-left: auto;
}
.p-panel .p-panel-icons-start {
  order: 0;
  margin-right: 0.5rem;
}
.p-panel .p-panel-icons-center {
  order: 2;
  width: 100%;
  text-align: center;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f9fa;
  border: 0 none;
}
.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 3px;
  color: #495057;
}
.p-splitter .p-splitter-gutter {
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  background: #f8f9fa;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}
.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #a6d5fa;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #2196F3;
  width: 2.357rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #a6d5fa;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1rem;
  border: 0 none;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 3px;
  gap: 0.5rem;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-icon.p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 3px;
  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);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 1.5rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 2rem 1.5rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-overlaypanel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #2196F3;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}
.p-sidebar {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  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);
}
.p-sidebar .p-sidebar-header {
  padding: 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1rem;
}
.p-sidebar .p-sidebar-footer {
  padding: 1rem;
}
.p-tooltip .p-tooltip-text {
  background: #495057;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #495057;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #495057;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #495057;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #495057;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-contextmenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-contextmenu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next,
.p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next,
.p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current,
.p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next,
.p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next,
.p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current,
.p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container,
  .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container,
  .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-menubar {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a,
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #495057;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon,
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #495057;
}
.p-slidemenu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 3px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #495057;
  border: 1px solid #e9ecef;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #E3F2FD;
  color: #495057;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #495057;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #a6d5fa;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tabmenu .p-tabmenu-left-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-right-icon {
  margin-left: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link {
  background: #ffffff;
  color: #2196F3;
  width: 2.357rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #a6d5fa;
}
.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-tieredmenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-tieredmenu .p-menuitem-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-inline-message {
  padding: 0.5rem 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0px;
  color: #044868;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #044868;
}
.p-inline-message.p-inline-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0px;
  color: #224a23;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #224a23;
}
.p-inline-message.p-inline-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0px;
  color: #6d5100;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #6d5100;
}
.p-inline-message.p-inline-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0px;
  color: #73000c;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #73000c;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-icon {
  width: 1rem;
  height: 1rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.5rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-message.p-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-message.p-message-info .p-message-icon {
  color: #044868;
}
.p-message.p-message-info .p-message-close {
  color: #044868;
}
.p-message.p-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-message.p-message-success .p-message-icon {
  color: #224a23;
}
.p-message.p-message-success .p-message-close {
  color: #224a23;
}
.p-message.p-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-message.p-message-warn .p-message-icon {
  color: #6d5100;
}
.p-message.p-message-warn .p-message-close {
  color: #6d5100;
}
.p-message.p-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-message.p-message-error .p-message-icon {
  color: #73000c;
}
.p-message.p-message-error .p-message-close {
  color: #73000c;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
  width: 2rem;
  height: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #73000c;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #f8f9fa;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
.p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator,
.p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #f8f9fa;
  width: 2rem;
  height: 2rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}
.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}
.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-image-toolbar {
  padding: 1rem;
}
.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}
.p-image-action.p-link .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-avatar {
  background-color: #dee2e6;
  border-radius: 3px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-chip {
  background-color: #dee2e6;
  color: #495057;
  border-radius: 16px;
  padding: 0 0.5rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 3px;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inplace .p-inplace-display {
  padding: 0.5rem 0.5rem;
  border-radius: 3px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #495057;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #dee2e6;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #2196F3;
}
.p-progressbar .p-progressbar-label {
  color: #ffffff;
  line-height: 1.5rem;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f8f9fa;
}
.p-scrolltop .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-skeleton {
  background-color: #e9ecef;
  border-radius: 3px;
}
.p-skeleton:after {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
}
.p-tag {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-tag .p-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.p-terminal {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #2196F3;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background-color: #2196F3;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #2196F3;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #2196F3;
}

/* node_modules/primeng/resources/primeng.min.css */
.p-component,
.p-component * {
  box-sizing: border-box;
}
.p-hidden {
  display: none;
}
.p-hidden-space {
  visibility: hidden;
}
.p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
  transform: scale(0);
}
.p-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.p-disabled,
.p-disabled * {
  cursor: default !important;
  pointer-events: none;
}
.p-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-overflow-hidden {
  overflow: hidden;
}
.p-unselectable-text {
  -webkit-user-select: none;
  user-select: none;
}
.p-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
@-webkit-keyframes p-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes p-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
button {
  border-radius: 0;
}
.p-link {
  text-align: left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.p-link:disabled {
  cursor: default;
}
.p-sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.p-connected-overlay {
  opacity: 0;
  transform: scaleY(0.8);
  transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-visible {
  opacity: 1;
  transform: scaleY(1);
}
.p-connected-overlay-hidden {
  opacity: 0;
  transform: scaleY(1);
  transition: opacity .1s linear;
}
.p-toggleable-content.ng-animating {
  overflow: hidden;
}
.p-icon-wrapper {
  display: flex;
}
.p-icon {
  display: inline-block;
}
.p-icon-spin {
  -webkit-animation: p-icon-spin 2s infinite linear;
  animation: p-icon-spin 2s infinite linear;
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.p-badge {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  padding: 0 .5rem;
}
.p-overlay-badge {
  position: relative;
}
.p-overlay-badge .p-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  margin: 0;
}
.p-badge-dot {
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  border-radius: 50%;
  padding: 0;
}
.p-badge-no-gutter {
  padding: 0;
  border-radius: 50%;
}
.p-button {
  margin: 0;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.p-button-label {
  flex: 1 1 auto;
}
.p-button-icon-right {
  order: 1;
}
.p-button:disabled {
  cursor: default;
  pointer-events: none;
}
.p-button-icon-only {
  justify-content: center;
}
.p-button-icon-only:after {
  content: "p";
  visibility: hidden;
  clip: rect(0 0 0 0);
  width: 0;
}
.p-button-vertical {
  flex-direction: column;
}
.p-button-icon-bottom {
  order: 2;
}
.p-buttonset .p-button {
  margin: 0;
}
.p-buttonset .p-button:not(:last-child) {
  border-right: 0 none;
}
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
.p-buttonset .p-button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-buttonset .p-button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-buttonset .p-button:focus {
  position: relative;
  z-index: 1;
}
.p-checkbox {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-checkbox-disabled {
  cursor: default !important;
  pointer-events: none;
}
.p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
p-checkbox {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.p-checkbox-label {
  line-height: 1;
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
.p-inputtext {
  margin: 0;
}
.p-fluid .p-inputtext {
  width: 100%;
}
.p-inputgroup {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-inputgroup-addon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-inputgroup .p-float-label {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-inputgroup .p-inputtext,
.p-fluid .p-inputgroup .p-inputtext,
.p-inputgroup .p-inputwrapper,
.p-inputgroup .p-inputwrapper > .p-component {
  flex: 1 1 auto;
  width: 1%;
}
.p-float-label {
  display: block;
  position: relative;
}
.p-float-label label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -.5rem;
  transition-property: all;
  transition-timing-function: ease;
  line-height: 1;
}
.p-float-label textarea ~ label {
  top: 1rem;
}
.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
  top: -.75rem;
  font-size: 12px;
}
.p-float-label .input:-webkit-autofill ~ label {
  top: -20px;
  font-size: 12px;
}
.p-float-label .p-placeholder,
.p-float-label input::placeholder,
.p-float-label .p-inputtext::placeholder {
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease;
}
.p-float-label .p-focus .p-placeholder,
.p-float-label input:focus::placeholder,
.p-float-label .p-inputtext:focus::placeholder {
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease;
}
.p-input-icon-left,
.p-input-icon-right {
  position: relative;
  display: inline-block;
}
.p-input-icon-left > i,
.p-input-icon-left > .p-icon-wrapper,
.p-input-icon-right > i,
.p-input-icon-right > .p-icon-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
  display: block;
  width: 100%;
}
.p-inputtextarea-resizable {
  overflow: hidden;
  resize: none;
}
.p-fluid .p-inputtextarea {
  width: 100%;
}
.p-password {
  position: relative;
  display: inline-flex;
}
.p-password-panel {
  position: absolute;
  top: 0;
  left: 0;
}
.p-password .p-password-panel {
  min-width: 100%;
}
.p-password-meter {
  height: 10px;
}
.p-password-strength {
  height: 100%;
  width: 0;
  transition: width 1s ease-in-out;
}
.p-fluid .p-password {
  display: flex;
}
.p-password-input::-ms-reveal,
.p-password-input::-ms-clear {
  display: none;
}
.p-password-clear-icon {
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  cursor: pointer;
}
.p-password-clearable {
  position: relative;
}
.p-radiobutton {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-radiobutton-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-radiobutton-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) scale(.1);
  border-radius: 50%;
  visibility: hidden;
}
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
  transform: translateZ(0) scale(1.0, 1.0);
  visibility: visible;
}
p-radiobutton {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.p-radiobutton-label {
  line-height: 1;
}
.p-ripple {
  overflow: hidden;
  position: relative;
}
.p-ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transform: scale(0);
}
.p-ink-active {
  animation: ripple .4s linear;
}
.p-ripple-disabled .p-ink {
  display: none !important;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.p-tooltip {
  position: absolute;
  display: none;
  padding: .25em .5rem;
  max-width: 12.5rem;
}
.p-tooltip.p-tooltip-right,
.p-tooltip.p-tooltip-left {
  padding: 0 .25rem;
}
.p-tooltip.p-tooltip-top,
.p-tooltip.p-tooltip-bottom {
  padding: .25em 0;
}
.p-tooltip .p-tooltip-text {
  white-space: pre-line;
  word-break: break-word;
}
.p-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.p-tooltip-right .p-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -.25rem;
  border-width: .25em .25em .25em 0;
}
.p-tooltip-left .p-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -.25rem;
  border-width: .25em 0 .25em .25rem;
}
.p-tooltip.p-tooltip-top {
  padding: .25em 0;
}
.p-tooltip-top .p-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -.25rem;
  border-width: .25em .25em 0;
}
.p-tooltip-bottom .p-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -.25rem;
  border-width: 0 .25em .25rem;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/styles.scss */
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-weight: 700;
  src: url("./media/calibre-r-web-bold.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-weight: 200 lighter;
  src: url("./media/calibre-r-web-light.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-style: italic;
  font-weight: 200 lighter;
  src: url("./media/calibre-r-web-light-italic.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-weight: 500;
  src: url("./media/calibre-r-web-medium.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  src: url("./media/calibre-r-web-regular.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-style: italic;
  src: url("./media/calibre-r-web-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "calibre";
  font-display: swap;
  font-weight: 600;
  src: url("./media/calibre-r-web-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  src: url("./media/financier-display-web-medium-italic.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  font-weight: 500;
  src: url("./media/financier-display-web-medium.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  font-style: italic;
  src: url("./media/financier-display-web-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  src: url("./media/financier-display-web-regular.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  src: url("./media/financier-display-web-semibold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "financier";
  font-display: swap;
  font-weight: 600;
  src: url("./media/financier-display-web-semibold.woff2") format("woff2");
}
.mdc-touch-target-wrapper {
  display: inline;
}
.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  background-color: var(--mdc-elevation-overlay-color, #fff);
}
.mdc-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  line-height: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  background: transparent;
}
.mdc-button .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-button:active {
  outline: none;
}
.mdc-button:hover {
  cursor: pointer;
}
.mdc-button:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-button[hidden] {
  display: none;
}
.mdc-button .mdc-button__icon {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
[dir=rtl] .mdc-button .mdc-button__icon,
.mdc-button .mdc-button__icon[dir=rtl] {
  margin-left: 8px;
  margin-right: 0;
}
.mdc-button .mdc-button__progress-indicator {
  font-size: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: initial;
}
.mdc-button .mdc-button__label {
  position: relative;
}
.mdc-button .mdc-button__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  display: none;
}
@media screen and (forced-colors: active) {
  .mdc-button .mdc-button__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-button .mdc-button__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-button .mdc-button__focus-ring::after {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,
  .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
    display: block;
  }
}
.mdc-button .mdc-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .mdc-button__label + .mdc-button__icon,
.mdc-button__label + .mdc-button__icon[dir=rtl] {
  margin-left: 0;
  margin-right: 8px;
}
svg.mdc-button__icon {
  fill: currentColor;
}
.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre));
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
}
.mdc-button {
  padding: 0 8px 0 8px;
}
.mdc-button--unelevated {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}
.mdc-button--unelevated.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}
.mdc-button--unelevated.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}
.mdc-button--raised {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}
.mdc-button--raised.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}
.mdc-button--raised.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}
.mdc-button--outlined {
  border-style: solid;
  transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-button--outlined .mdc-button__ripple {
  border-style: solid;
  border-color: transparent;
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-button .mdc-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-button .mdc-button__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mdc-button {
  font-family: calibre;
  font-family: var(--mdc-text-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre)));
  font-size: 0.875rem;
  font-size: var(--mdc-text-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-text-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  font-weight: var(--mdc-text-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  text-transform: var(--mdc-text-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  height: var(--mdc-text-button-container-height, 36px);
  border-radius: 4px;
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button:not(:disabled) {
  color: #6200ee;
  color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button .mdc-button__icon {
  font-size: 1.125rem;
  font-size: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  width: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  height: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-text-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button:hover .mdc-button__ripple::before,
.mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04);
}
.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12);
}
.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button .mdc-button__ripple {
  border-radius: 4px;
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--unelevated {
  font-family: calibre;
  font-family: var(--mdc-filled-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre)));
  font-size: 0.875rem;
  font-size: var(--mdc-filled-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-filled-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  font-weight: var(--mdc-filled-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  text-transform: var(--mdc-filled-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  height: var(--mdc-filled-button-container-height, 36px);
  border-radius: 4px;
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--unelevated:not(:disabled) {
  background-color: #6200ee;
  background-color: var(--mdc-filled-button-container-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  color: var(--mdc-filled-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--unelevated:disabled {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--unelevated .mdc-button__icon {
  font-size: 1.125rem;
  font-size: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  width: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  height: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-filled-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--unelevated:hover .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-filled-button-hover-state-layer-opacity, 0.08);
}
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-filled-button-focus-state-layer-opacity, 0.24);
}
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--unelevated .mdc-button__ripple {
  border-radius: 4px;
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--raised {
  font-family: calibre;
  font-family: var(--mdc-protected-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre)));
  font-size: 0.875rem;
  font-size: var(--mdc-protected-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-protected-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  font-weight: var(--mdc-protected-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  text-transform: var(--mdc-protected-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  height: var(--mdc-protected-button-container-height, 36px);
  border-radius: 4px;
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
  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);
  box-shadow: var(--mdc-protected-button-container-elevation, 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-button--raised:not(:disabled) {
  background-color: #6200ee;
  background-color: var(--mdc-protected-button-container-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--raised:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--raised:not(:disabled) {
  color: #fff;
  color: var(--mdc-protected-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--raised:disabled {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--raised .mdc-button__icon {
  font-size: 1.125rem;
  font-size: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  width: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  height: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-protected-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--raised.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-protected-button-hover-state-layer-opacity, 0.08);
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-protected-button-focus-state-layer-opacity, 0.24);
}
.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--raised.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--raised .mdc-button__ripple {
  border-radius: 4px;
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus {
  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);
  box-shadow: var(--mdc-protected-button-focus-container-elevation, 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-button--raised:hover {
  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);
  box-shadow: var(--mdc-protected-button-hover-container-elevation, 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-button--raised:not(:disabled):active {
  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);
  box-shadow: var(--mdc-protected-button-pressed-container-elevation, 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-button--raised:disabled {
  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);
  box-shadow: var(--mdc-protected-button-disabled-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));
}
.mdc-button--outlined {
  font-family: calibre;
  font-family: var(--mdc-outlined-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre)));
  font-size: 0.875rem;
  font-size: var(--mdc-outlined-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-outlined-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  font-weight: var(--mdc-outlined-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  text-transform: var(--mdc-outlined-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  height: var(--mdc-outlined-button-container-height, 36px);
  border-radius: 4px;
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
  padding: 0 15px 0 15px;
  border-width: 1px;
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}
.mdc-button--outlined:not(:disabled) {
  color: #6200ee;
  color: var(--mdc-outlined-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--outlined:disabled {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--outlined .mdc-button__icon {
  font-size: 1.125rem;
  font-size: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  width: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  height: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--outlined .mdc-button__ripple::before,
.mdc-button--outlined .mdc-button__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-outlined-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--outlined:hover .mdc-button__ripple::before,
.mdc-button--outlined.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-outlined-button-hover-state-layer-opacity, 0.04);
}
.mdc-button--outlined.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--outlined:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-outlined-button-focus-state-layer-opacity, 0.12);
}
.mdc-button--outlined:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--outlined:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button--outlined.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button--outlined .mdc-button__ripple {
  border-radius: 4px;
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--outlined:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--outlined.mdc-button--icon-trailing {
  padding: 0 11px 0 15px;
}
.mdc-button--outlined.mdc-button--icon-leading {
  padding: 0 15px 0 11px;
}
.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-width: 1px;
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}
.mdc-button--outlined .mdc-button__touch {
  left: calc(-1 * 1px);
  left: calc(-1 * var(--mdc-outlined-button-outline-width, 1px));
  width: calc(100% + 2 * 1px);
  width: calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px));
}
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  margin-left: -4px;
  margin-right: 8px;
}
[dir=rtl] .mdc-button--raised .mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__icon[dir=rtl] {
  margin-left: 8px;
  margin-right: -4px;
}
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: -4px;
}
[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
  margin-left: -4px;
  margin-right: 8px;
}
.mdc-fab {
  position: relative;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  fill: currentColor;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
  transition:
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms,
    transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-fab .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-fab[hidden] {
  display: none;
}
.mdc-fab::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-fab:hover {
  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);
}
.mdc-fab.mdc-ripple-upgraded--background-focused,
.mdc-fab:not(.mdc-ripple-upgraded):focus {
  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);
}
.mdc-fab .mdc-fab__focus-ring {
  position: absolute;
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
  .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
  .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-fab:active,
.mdc-fab:focus:active {
  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);
}
.mdc-fab:active,
.mdc-fab:focus {
  outline: none;
}
.mdc-fab:hover {
  cursor: pointer;
}
.mdc-fab > svg {
  width: 100%;
}
.mdc-fab--mini {
  width: 40px;
  height: 40px;
}
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  max-width: 100%;
  height: 48px;
  line-height: normal;
}
.mdc-fab--extended .mdc-fab__ripple {
  border-radius: 24px;
}
.mdc-fab--extended .mdc-fab__icon {
  margin-left: calc(12px - 20px);
  margin-right: 12px;
}
[dir=rtl] .mdc-fab--extended .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__icon[dir=rtl] {
  margin-left: 12px;
  margin-right: calc(12px - 20px);
}
.mdc-fab--extended .mdc-fab__label + .mdc-fab__icon {
  margin-left: 12px;
  margin-right: calc(12px - 20px);
}
[dir=rtl] .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__label + .mdc-fab__icon[dir=rtl] {
  margin-left: calc(12px - 20px);
  margin-right: 12px;
}
.mdc-fab--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mdc-fab--touch .mdc-fab__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.mdc-fab::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-fab::before {
    border-color: CanvasText;
  }
}
.mdc-fab__label {
  justify-content: flex-start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}
.mdc-fab__icon {
  transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
  fill: currentColor;
  will-change: transform;
}
.mdc-fab .mdc-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mdc-fab--exited {
  transform: scale(0);
  opacity: 0;
  transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-fab--exited .mdc-fab__icon {
  transform: scale(0);
  transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-fab {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
  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);
}
.mdc-fab .mdc-fab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.mdc-fab,
.mdc-fab:not(:disabled) .mdc-fab__icon,
.mdc-fab:not(:disabled) .mdc-fab__label,
.mdc-fab:disabled .mdc-fab__icon,
.mdc-fab:disabled .mdc-fab__label {
  color: #fff;
  color: var(--mdc-theme-on-secondary, #fff);
}
.mdc-fab:not(.mdc-fab--extended) {
  border-radius: 50%;
}
.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 50%;
}
.mdc-fab {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-fab .mdc-fab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-fab .mdc-fab__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff));
}
.mdc-fab:hover .mdc-fab__ripple::before,
.mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-fab.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-fab .mdc-fab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.mdc-fab {
  z-index: 0;
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  z-index: -1;
  z-index: var(--mdc-ripple-z-index, -1);
}
emerald-button .custom-text-button,
emerald-button .custom-outlined-button,
.emerald-button .custom-text-button,
.emerald-button .custom-outlined-button {
  font-family: "calibre";
}
emerald-button .custom-text-button.primary:not(:disabled),
emerald-button .custom-outlined-button.primary:not(:disabled),
.emerald-button .custom-text-button.primary:not(:disabled),
.emerald-button .custom-outlined-button.primary:not(:disabled) {
  border-color: #003f2d;
}
emerald-button .custom-text-button.primary:not(:disabled),
emerald-button .custom-outlined-button.primary:not(:disabled),
.emerald-button .custom-text-button.primary:not(:disabled),
.emerald-button .custom-outlined-button.primary:not(:disabled) {
  color: #003f2d;
}
emerald-button .custom-text-button.none:not(:disabled),
emerald-button .custom-outlined-button.none:not(:disabled),
.emerald-button .custom-text-button.none:not(:disabled),
.emerald-button .custom-outlined-button.none:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-button .custom-text-button.none:not(:disabled),
emerald-button .custom-outlined-button.none:not(:disabled),
.emerald-button .custom-text-button.none:not(:disabled),
.emerald-button .custom-outlined-button.none:not(:disabled) {
  color: rgba(0, 0, 0, 0.87);
}
emerald-button .custom-text-button.accent:not(:disabled),
emerald-button .custom-outlined-button.accent:not(:disabled),
.emerald-button .custom-text-button.accent:not(:disabled),
.emerald-button .custom-outlined-button.accent:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-button .custom-text-button.accent:not(:disabled),
emerald-button .custom-outlined-button.accent:not(:disabled),
.emerald-button .custom-text-button.accent:not(:disabled),
.emerald-button .custom-outlined-button.accent:not(:disabled) {
  color: #a03530;
}
emerald-button .custom-text-button.warn:not(:disabled),
emerald-button .custom-outlined-button.warn:not(:disabled),
.emerald-button .custom-text-button.warn:not(:disabled),
.emerald-button .custom-outlined-button.warn:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-button .custom-text-button.warn:not(:disabled),
emerald-button .custom-outlined-button.warn:not(:disabled),
.emerald-button .custom-text-button.warn:not(:disabled),
.emerald-button .custom-outlined-button.warn:not(:disabled) {
  color: #b85f00;
}
emerald-button .custom-flat-button,
emerald-button .custom-raised-button,
emerald-button .custom-fab-mini,
emerald-button .custom-fab-raised,
.emerald-button .custom-flat-button,
.emerald-button .custom-raised-button,
.emerald-button .custom-fab-mini,
.emerald-button .custom-fab-raised {
  font-family: "calibre";
}
emerald-button .custom-flat-button.primary:not(:disabled),
emerald-button .custom-raised-button.primary:not(:disabled),
emerald-button .custom-fab-mini.primary:not(:disabled),
emerald-button .custom-fab-raised.primary:not(:disabled),
.emerald-button .custom-flat-button.primary:not(:disabled),
.emerald-button .custom-raised-button.primary:not(:disabled),
.emerald-button .custom-fab-mini.primary:not(:disabled),
.emerald-button .custom-fab-raised.primary:not(:disabled) {
  background-color: #003f2d;
}
emerald-button .custom-flat-button.primary:not(:disabled),
emerald-button .custom-raised-button.primary:not(:disabled),
emerald-button .custom-fab-mini.primary:not(:disabled),
emerald-button .custom-fab-raised.primary:not(:disabled),
.emerald-button .custom-flat-button.primary:not(:disabled),
.emerald-button .custom-raised-button.primary:not(:disabled),
.emerald-button .custom-fab-mini.primary:not(:disabled),
.emerald-button .custom-fab-raised.primary:not(:disabled) {
  color: #ffffff;
}
emerald-button .custom-flat-button.none:not(:disabled),
emerald-button .custom-raised-button.none:not(:disabled),
emerald-button .custom-fab-mini.none:not(:disabled),
emerald-button .custom-fab-raised.none:not(:disabled),
.emerald-button .custom-flat-button.none:not(:disabled),
.emerald-button .custom-raised-button.none:not(:disabled),
.emerald-button .custom-fab-mini.none:not(:disabled),
.emerald-button .custom-fab-raised.none:not(:disabled) {
  background-color: #ffffff;
}
emerald-button .custom-flat-button.none:not(:disabled),
emerald-button .custom-raised-button.none:not(:disabled),
emerald-button .custom-fab-mini.none:not(:disabled),
emerald-button .custom-fab-raised.none:not(:disabled),
.emerald-button .custom-flat-button.none:not(:disabled),
.emerald-button .custom-raised-button.none:not(:disabled),
.emerald-button .custom-fab-mini.none:not(:disabled),
.emerald-button .custom-fab-raised.none:not(:disabled) {
  color: rgba(0, 0, 0, 0.87);
}
emerald-button .custom-flat-button.accent:not(:disabled),
emerald-button .custom-raised-button.accent:not(:disabled),
emerald-button .custom-fab-mini.accent:not(:disabled),
emerald-button .custom-fab-raised.accent:not(:disabled),
.emerald-button .custom-flat-button.accent:not(:disabled),
.emerald-button .custom-raised-button.accent:not(:disabled),
.emerald-button .custom-fab-mini.accent:not(:disabled),
.emerald-button .custom-fab-raised.accent:not(:disabled) {
  background-color: #a03530;
}
emerald-button .custom-flat-button.accent:not(:disabled),
emerald-button .custom-raised-button.accent:not(:disabled),
emerald-button .custom-fab-mini.accent:not(:disabled),
emerald-button .custom-fab-raised.accent:not(:disabled),
.emerald-button .custom-flat-button.accent:not(:disabled),
.emerald-button .custom-raised-button.accent:not(:disabled),
.emerald-button .custom-fab-mini.accent:not(:disabled),
.emerald-button .custom-fab-raised.accent:not(:disabled) {
  color: #ffffff;
}
emerald-button .custom-flat-button.warn:not(:disabled),
emerald-button .custom-raised-button.warn:not(:disabled),
emerald-button .custom-fab-mini.warn:not(:disabled),
emerald-button .custom-fab-raised.warn:not(:disabled),
.emerald-button .custom-flat-button.warn:not(:disabled),
.emerald-button .custom-raised-button.warn:not(:disabled),
.emerald-button .custom-fab-mini.warn:not(:disabled),
.emerald-button .custom-fab-raised.warn:not(:disabled) {
  background-color: #b85f00;
}
emerald-button .custom-flat-button.warn:not(:disabled),
emerald-button .custom-raised-button.warn:not(:disabled),
emerald-button .custom-fab-mini.warn:not(:disabled),
emerald-button .custom-fab-raised.warn:not(:disabled),
.emerald-button .custom-flat-button.warn:not(:disabled),
.emerald-button .custom-raised-button.warn:not(:disabled),
.emerald-button .custom-fab-mini.warn:not(:disabled),
.emerald-button .custom-fab-raised.warn:not(:disabled) {
  color: #ffffff;
}
emerald-button .custom-flat-button.primary,
emerald-button .custom-raised-button.primary,
.emerald-button .custom-flat-button.primary,
.emerald-button .custom-raised-button.primary {
  border: 1px solid transparent;
}
emerald-button .custom-flat-button.primary:hover,
emerald-button .custom-raised-button.primary:hover,
.emerald-button .custom-flat-button.primary:hover,
.emerald-button .custom-raised-button.primary:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
}
emerald-button .custom-flat-button.primary:focus,
emerald-button .custom-raised-button.primary:focus,
.emerald-button .custom-flat-button.primary:focus,
.emerald-button .custom-raised-button.primary:focus {
  border-radius: 5px;
  border: 1px solid #ffffff;
  outline: 2px solid #003f2d;
}
emerald-button .custom-text-button.primary:not(.custom-fab-circle):hover,
emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):hover,
.emerald-button .custom-text-button.primary:not(.custom-fab-circle):hover,
.emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):hover {
  background: rgba(0, 63, 45, 0.08);
}
emerald-button .custom-text-button.primary:not(.custom-fab-circle):focus,
.emerald-button .custom-text-button.primary:not(.custom-fab-circle):focus {
  background-color: #ffffff;
  border-radius: 5px;
  outline: 1px solid #003f2d;
}
emerald-button .custom-text-button.primary:not(.custom-fab-circle):focus.light,
.emerald-button .custom-text-button.primary:not(.custom-fab-circle):focus.light {
  background: rgba(0, 63, 45, 0.0784313725);
  border: 1px solid rgba(0, 63, 45, 0.0784313725);
}
emerald-button .custom-outlined-button.primary:not(.custom-fab-circle),
.emerald-button .custom-outlined-button.primary:not(.custom-fab-circle) {
  border: 1px solid #003f2d;
}
emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):disabled,
.emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):disabled {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):focus,
.emerald-button .custom-outlined-button.primary:not(.custom-fab-circle):focus {
  background-color: #ffffff;
  border-radius: 5px;
  outline: 1px solid #003f2d;
}
emerald-button .custom-fab-mini.disable,
emerald-button .custom-fab-raised.disable,
.emerald-button .custom-fab-mini.disable,
.emerald-button .custom-fab-raised.disable {
  background-color: rgba(0, 0, 0, 0.1215686275);
  pointer-events: none;
  box-shadow: none;
}
emerald-button .mdc-button,
.emerald-button .mdc-button {
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0 1rem;
}
emerald-button .mdc-button .mdc-button__ripple::before,
emerald-button .mdc-button .mdc-button__ripple::after,
.emerald-button .mdc-button .mdc-button__ripple::before,
.emerald-button .mdc-button .mdc-button__ripple::after {
  background-color: #003f2d;
  background-color: var(--mdc-ripple-color, #003f2d);
}
emerald-button .mdc-button:hover .mdc-button__ripple::before,
emerald-button .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before,
.emerald-button .mdc-button:hover .mdc-button__ripple::before,
.emerald-button .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
emerald-button .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
emerald-button .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.emerald-button .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.emerald-button .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
emerald-button .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.emerald-button .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
emerald-button .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.emerald-button .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-button .mdc-button.mdc-ripple-upgraded,
.emerald-button .mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-button .mdc-button.small,
.emerald-button .mdc-button.small {
  padding: 0.4375rem 0.75rem;
  height: 1.875rem;
}
emerald-button .mdc-button.large,
.emerald-button .mdc-button.large {
  padding: 0.75rem 1rem;
  height: 3rem;
}
emerald-button .mdc-button .mdc-button__label,
.emerald-button .mdc-button .mdc-button__label {
  text-transform: none;
}
emerald-button .mdc-button .mdc-button__label:not(:empty) + .default,
.emerald-button .mdc-button .mdc-button__label:not(:empty) + .default {
  display: none;
}
emerald-button .light,
.emerald-button .light {
  background: rgba(0, 63, 45, 0.0784313725);
}
emerald-button .light:hover,
.emerald-button .light:hover {
  background: rgba(0, 63, 45, 0.12);
}
emerald-button .light:focus,
.emerald-button .light:focus {
  background: rgba(0, 63, 45, 0.0784313725);
}
emerald-button .mdc-button--icon-leading .material-icons,
emerald-button .mdc-button--icon-leading .material-icons-outlined,
emerald-button .mdc-button--icon-leading .material-icons-round,
.emerald-button .mdc-button--icon-leading .material-icons,
.emerald-button .mdc-button--icon-leading .material-icons-outlined,
.emerald-button .mdc-button--icon-leading .material-icons-round {
  padding-right: 0.4rem;
}
emerald-button .mdc-button--icon-trailing .material-icons,
emerald-button .mdc-button--icon-trailing .material-icons-outlined,
emerald-button .mdc-button--icon-trailing .material-icons-round,
.emerald-button .mdc-button--icon-trailing .material-icons,
.emerald-button .mdc-button--icon-trailing .material-icons-outlined,
.emerald-button .mdc-button--icon-trailing .material-icons-round {
  padding-left: 0.4rem;
}
emerald-button .small .material-icons,
emerald-button .small .material-icons-outlined,
emerald-button .small .material-icons-round,
.emerald-button .small .material-icons,
.emerald-button .small .material-icons-outlined,
.emerald-button .small .material-icons-round {
  font-size: 1.25rem;
}
emerald-button .large .material-icons,
emerald-button .large .material-icons-outlined,
emerald-button .large .material-icons-round,
.emerald-button .large .material-icons,
.emerald-button .large .material-icons-outlined,
.emerald-button .large .material-icons-round {
  font-size: 2rem;
}
emerald-button .custom-fab-circle,
.emerald-button .custom-fab-circle {
  border-radius: 50%;
  height: 3.375rem;
  width: 3.375rem;
  min-width: 3.375rem;
}
emerald-button .emerald-progress-spinner,
.emerald-button .emerald-progress-spinner {
  height: 1rem;
  margin-left: 0.5rem;
}
.BrandStyle emerald-button .custom-text-button,
.BrandStyle emerald-button .custom-outlined-button,
.BrandStyle emerald-button .custom-flat-button,
.BrandStyle emerald-button .custom-raised-button,
.BrandStyle emerald-button .custom-fab-mini,
.BrandStyle emerald-button .custom-fab-raised {
  font-family: "financier";
}
.BrandStyle emerald-button button {
  border-radius: 0;
}
.mdc-card {
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  position: relative;
  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);
}
.mdc-card .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-card::after {
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
}
.mdc-card--outlined {
  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);
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.mdc-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mdc-card::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-card::after {
    border-color: CanvasText;
  }
}
.mdc-card--outlined::after {
  border: none;
}
.mdc-card__content {
  border-radius: inherit;
  height: 100%;
}
.mdc-card__media {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mdc-card__media::before {
  display: block;
  content: "";
}
.mdc-card__media:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.mdc-card__media:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.mdc-card__media--square::before {
  margin-top: 100%;
}
.mdc-card__media--16-9::before {
  margin-top: 56.25%;
}
.mdc-card__media-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.mdc-card__primary-action {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.mdc-card__primary-action:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.mdc-card__primary-action:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.mdc-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 8px;
}
.mdc-card__actions--full-bleed {
  padding: 0;
}
.mdc-card__action-buttons,
.mdc-card__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.mdc-card__action-icons {
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
  justify-content: flex-end;
}
.mdc-card__action-buttons + .mdc-card__action-icons {
  margin-left: 16px;
  margin-right: 0;
}
[dir=rtl] .mdc-card__action-buttons + .mdc-card__action-icons,
.mdc-card__action-buttons + .mdc-card__action-icons[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-card__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.mdc-card__action:focus {
  outline: none;
}
.mdc-card__action--button {
  margin-left: 0;
  margin-right: 8px;
  padding: 0 8px;
}
[dir=rtl] .mdc-card__action--button,
.mdc-card__action--button[dir=rtl] {
  margin-left: 8px;
  margin-right: 0;
}
.mdc-card__action--button:last-child {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .mdc-card__action--button:last-child,
.mdc-card__action--button:last-child[dir=rtl] {
  margin-left: 0;
  margin-right: 0;
}
.mdc-card__actions--full-bleed .mdc-card__action--button {
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 8px 16px;
  text-align: left;
}
[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,
.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
  text-align: right;
}
.mdc-card__action--icon {
  margin: -6px 0;
  padding: 12px;
}
.mdc-card__action--icon:not(:disabled) {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-card__primary-action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-card__primary-action .mdc-card__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-card__primary-action .mdc-card__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-card__primary-action:hover .mdc-card__ripple::before,
.mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple::before,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-card__primary-action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-card__primary-action .mdc-card__ripple {
  box-sizing: content-box;
  height: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after,
  .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
    border-color: CanvasText;
  }
}
emerald-card .mdc-card,
.emerald-card .mdc-card {
  padding: 1rem;
}
emerald-card .mdc-card-wrapper__text-section .card__title,
.emerald-card .mdc-card-wrapper__text-section .card__title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}
emerald-card .mdc-card-wrapper__text-section .card__subhead,
.emerald-card .mdc-card-wrapper__text-section .card__subhead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
emerald-card .card-content,
.emerald-card .card-content {
  padding-top: 0.875rem;
}
.mdc-checkbox {
  padding: calc((40px - 18px) / 2);
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((40px - 40px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-checkbox:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #018786;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #018786;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}
.mdc-checkbox .mdc-checkbox__background {
  top: calc((40px - 18px) / 2);
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((40px - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - 40px) / 2);
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - 40px) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - 40px) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: 40px;
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: 40px;
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
  background-color: transparent;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #018786;
  border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  background-color: #018786;
  background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
}
@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786 {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
  50% {
    border-color: #018786;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786 {
  0%, 80% {
    border-color: #018786;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
}
.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786;
}
.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786;
}
.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
  background-color: transparent;
}
.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
}
.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff;
  color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff;
  border-color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff;
  color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff;
  border-color: var(--mdc-checkbox-ink-color, #fff);
}
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
}
.mdc-checkbox[hidden] {
  display: none;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
@media screen and (forced-colors: active) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
  .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
  .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
    border-color: CanvasText;
  }
}
@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background-color: transparent;
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}
.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}
.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}
.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox--touch {
  margin: calc((48px - 40px) / 2);
  margin: calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);
}
.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: calc((40px - 48px) / 2);
  top: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  right: calc((40px - 48px) / 2);
  right: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  left: calc((40px - 48px) / 2);
  left: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  width: 48px;
  width: var(--mdc-checkbox-state-layer-size, 48px);
  height: 48px;
  height: var(--mdc-checkbox-state-layer-size, 48px);
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none;
}
.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-checkbox .mdc-checkbox__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox {
  z-index: 0;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  z-index: -1;
  z-index: var(--mdc-ripple-z-index, -1);
}
.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-form-field {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.mdc-form-field[hidden] {
  display: none;
}
.mdc-form-field > label {
  margin-left: 0;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 0;
  order: 0;
}
[dir=rtl] .mdc-form-field > label,
.mdc-form-field > label[dir=rtl] {
  margin-left: auto;
  margin-right: 0;
}
[dir=rtl] .mdc-form-field > label,
.mdc-form-field > label[dir=rtl] {
  padding-left: 0;
  padding-right: 4px;
}
.mdc-form-field--nowrap > label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mdc-form-field--align-end > label {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
  order: -1;
}
[dir=rtl] .mdc-form-field--align-end > label,
.mdc-form-field--align-end > label[dir=rtl] {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .mdc-form-field--align-end > label,
.mdc-form-field--align-end > label[dir=rtl] {
  padding-left: 4px;
  padding-right: 0;
}
.mdc-form-field--space-between {
  justify-content: space-between;
}
.mdc-form-field--space-between > label {
  margin: 0;
}
[dir=rtl] .mdc-form-field--space-between > label,
.mdc-form-field--space-between > label[dir=rtl] {
  margin: 0;
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
emerald-checkbox,
.emerald-checkbox {
  display: flex;
}
emerald-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__background {
  outline: 1px solid #003f2d;
}
emerald-checkbox .mdc-checkbox .mdc-checkbox__checkmark.custom-checked-icon,
.emerald-checkbox .mdc-checkbox .mdc-checkbox__checkmark.custom-checked-icon {
  margin: -0.125rem;
}
emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
  background-color: transparent;
}
emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #003f2d;
  border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
  background-color: #003f2d;
  background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
}
@keyframes mdc-checkbox-fade-in-background-8A000000FF003F2D00000000FF003F2D {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
  50% {
    border-color: #003f2d;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
    background-color: #003f2d;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF003F2D00000000FF003F2D {
  0%, 80% {
    border-color: #003f2d;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
    background-color: #003f2d;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #003f2d));
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
}
emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000FF003F2D00000000FF003F2D;
}
emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.emerald-checkbox .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000FF003F2D00000000FF003F2D;
}
emerald-checkbox .mdc-form-field .mdc-checkbox-label--disabled,
.emerald-checkbox .mdc-form-field .mdc-checkbox-label--disabled {
  color: rgba(0, 0, 0, 0.5411764706);
}
emerald-checkbox .mdc-form-field .cursor-wrapper,
.emerald-checkbox .mdc-form-field .cursor-wrapper {
  display: inline-flex;
}
emerald-checkbox .mdc-checkbox--upgraded:not(.mdc-checkbox--selected) .mdc-checkbox__checkmark.hide-checked-icon,
.emerald-checkbox .mdc-checkbox--upgraded:not(.mdc-checkbox--selected) .mdc-checkbox__checkmark.hide-checked-icon {
  opacity: 0;
}
.mdc-evolution-chip,
.mdc-evolution-chip__cell,
.mdc-evolution-chip__action {
  display: inline-flex;
  align-items: center;
}
.mdc-evolution-chip {
  position: relative;
  max-width: 100%;
}
.mdc-evolution-chip .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-evolution-chip__cell,
.mdc-evolution-chip__action {
  height: 100%;
}
.mdc-evolution-chip__cell--primary {
  overflow-x: hidden;
}
.mdc-evolution-chip__cell--trailing {
  flex: 1 0 auto;
}
.mdc-evolution-chip__action {
  align-items: center;
  background: none;
  border: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.mdc-evolution-chip__action--presentational {
  cursor: auto;
}
.mdc-evolution-chip--disabled,
.mdc-evolution-chip__action:disabled {
  pointer-events: none;
}
.mdc-evolution-chip__action--primary {
  overflow-x: hidden;
}
.mdc-evolution-chip__action--trailing {
  position: relative;
  overflow: visible;
}
.mdc-evolution-chip__action--primary:before {
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mdc-evolution-chip--touch {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mdc-evolution-chip__action-touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.mdc-evolution-chip__text-label {
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mdc-evolution-chip__graphic {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  flex: 1 0 auto;
}
.mdc-evolution-chip__checkmark {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
}
.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--selected):not(.mdc-evolution-chip--with-primary-icon) .mdc-evolution-chip__graphic {
  width: 0;
}
.mdc-evolution-chip__checkmark-background {
  opacity: 0;
}
.mdc-evolution-chip__checkmark-svg {
  display: block;
}
.mdc-evolution-chip__checkmark-path {
  stroke-width: 2px;
  stroke-dasharray: 29.7833385;
  stroke-dashoffset: 29.7833385;
  stroke: currentColor;
}
.mdc-evolution-chip--selecting .mdc-evolution-chip__graphic {
  transition: width 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark {
  transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-75%, -50%);
}
.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--deselecting .mdc-evolution-chip__graphic {
  transition: width 100ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--deselecting .mdc-evolution-chip__checkmark {
  transition: opacity 50ms 0ms linear, transform 100ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-75%, -50%);
}
.mdc-evolution-chip--deselecting .mdc-evolution-chip__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-evolution-chip--selecting-with-primary-icon .mdc-evolution-chip__icon--primary {
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--selecting-with-primary-icon .mdc-evolution-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 75ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__icon--primary {
  transition: opacity 150ms 75ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__checkmark {
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%);
}
.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-evolution-chip--selected .mdc-evolution-chip__icon--primary {
  opacity: 0;
}
.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark-path {
  stroke-dashoffset: 0;
}
@keyframes mdc-evolution-chip-enter {
  from {
    transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.mdc-evolution-chip--enter {
  animation: mdc-evolution-chip-enter 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
@keyframes mdc-evolution-chip-exit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mdc-evolution-chip--exit {
  animation: mdc-evolution-chip-exit 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-evolution-chip--hidden {
  opacity: 0;
  pointer-events: none;
  transition: width 150ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-evolution-chip {
  height: 32px;
  border-radius: 16px;
  background-color: #e0e0e0;
}
.mdc-evolution-chip .mdc-evolution-chip__ripple {
  border-radius: 16px;
}
.mdc-evolution-chip .mdc-evolution-chip__action--primary:before {
  border-radius: 16px;
}
.mdc-evolution-chip .mdc-evolution-chip__icon--primary {
  border-radius: 16px;
}
.mdc-evolution-chip .mdc-evolution-chip__action--primary {
  padding-left: 12px;
  padding-right: 12px;
}
[dir=rtl] .mdc-evolution-chip .mdc-evolution-chip__action--primary,
.mdc-evolution-chip .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 12px;
  padding-right: 12px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic {
  padding-left: 6px;
  padding-right: 6px;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic[dir=rtl] {
  padding-left: 6px;
  padding-right: 6px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary {
  padding-left: 0;
  padding-right: 12px;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl] {
  padding-left: 8px;
  padding-right: 8px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing {
  left: 8px;
  right: initial;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl] {
  left: initial;
  right: 8px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 12px;
  padding-right: 0;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,
.mdc-evolution-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic {
  padding-left: 6px;
  padding-right: 6px;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic[dir=rtl] {
  padding-left: 6px;
  padding-right: 6px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl] {
  padding-left: 8px;
  padding-right: 8px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing {
  left: 8px;
  right: initial;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl] {
  left: initial;
  right: 8px;
}
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,
.mdc-evolution-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 0;
  padding-right: 0;
}
.mdc-evolution-chip .mdc-evolution-chip__text-label {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-evolution-chip .mdc-evolution-chip__icon--primary {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-evolution-chip .mdc-evolution-chip__checkmark {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-evolution-chip .mdc-evolution-chip__icon--trailing {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-evolution-chip .mdc-evolution-chip__text-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-evolution-chip.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--with-primary-icon) {
  --mdc-chip-graphic-selected-width: 20px;
}
.mdc-evolution-chip .mdc-evolution-chip__graphic {
  height: 20px;
  width: 20px;
  font-size: 20px;
}
.mdc-evolution-chip .mdc-evolution-chip__icon--primary {
  height: 20px;
  width: 20px;
  font-size: 20px;
}
.mdc-evolution-chip .mdc-evolution-chip__checkmark {
  height: 20px;
  width: 20px;
}
.mdc-evolution-chip .mdc-evolution-chip__icon--trailing {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-evolution-chip.mdc-evolution-chip .mdc-evolution-chip__action--primary:before {
    border-color: CanvasText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary:before {
    border-color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--selected .mdc-evolution-chip__action--primary:before {
    border-color: CanvasText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary:before {
    border-color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label {
    color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label {
    color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--primary {
    color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark {
    color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing {
    color: GrayText;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--disabled {
    background-color: Canvas;
  }
  .mdc-evolution-chip.mdc-evolution-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled {
    background-color: Canvas;
  }
}
.mdc-evolution-chip .mdc-evolution-chip__focus-ring {
  display: none;
}
.mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring,
.mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring {
  z-index: 1;
  display: block;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring,
  .mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring::after,
.mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring::after,
  .mdc-evolution-chip .mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring,
.mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring {
  z-index: 1;
  display: block;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + -4px);
}
@media screen and (forced-colors: active) {
  .mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring,
  .mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring::after,
.mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational).mdc-ripple-upgraded--background-focused .mdc-evolution-chip__focus-ring::after,
  .mdc-evolution-chip .mdc-evolution-chip__action--trailing:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-evolution-chip--filter.mdc-evolution-chip--selected {
  background-color: #cecece;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic {
  padding-left: 4px;
  padding-right: 8px;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic[dir=rtl] {
  padding-left: 8px;
  padding-right: 4px;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary {
  padding-left: 0;
  padding-right: 12px;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic {
  padding-left: 4px;
  padding-right: 8px;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic[dir=rtl] {
  padding-left: 8px;
  padding-right: 4px;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl] {
  padding-left: 8px;
  padding-right: 8px;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing {
  left: 8px;
  right: initial;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl] {
  left: initial;
  right: 8px;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl] {
  padding-left: 0;
  padding-right: 0;
}
.mdc-evolution-chip--with-avatar.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--with-primary-icon) {
  --mdc-chip-graphic-selected-width: 24px;
}
.mdc-evolution-chip--with-avatar .mdc-evolution-chip__graphic {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.mdc-evolution-chip--with-avatar .mdc-evolution-chip__icon--primary {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.mdc-evolution-chip__action--primary .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--primary .mdc-evolution-chip__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-evolution-chip__action--primary:hover .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--primary.mdc-ripple-surface--hover .mdc-evolution-chip__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-evolution-chip__action--primary.mdc-ripple-upgraded--background-focused .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--primary:not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-evolution-chip__action--primary:not(.mdc-ripple-upgraded) .mdc-evolution-chip__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-evolution-chip__action--primary:not(.mdc-ripple-upgraded):active .mdc-evolution-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-evolution-chip__action--primary.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-evolution-chip__action--trailing .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--trailing .mdc-evolution-chip__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-evolution-chip__action--trailing:hover .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--trailing.mdc-ripple-surface--hover .mdc-evolution-chip__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-evolution-chip__action--trailing.mdc-ripple-upgraded--background-focused .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action--trailing:not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-evolution-chip__action--trailing:not(.mdc-ripple-upgraded) .mdc-evolution-chip__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-evolution-chip__action--trailing:not(.mdc-ripple-upgraded):active .mdc-evolution-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-evolution-chip__action--trailing.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-evolution-chip__ripple--trailing {
  height: 18px;
  width: 18px;
}
.mdc-evolution-chip__action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-evolution-chip__action.mdc-ripple-upgraded .mdc-evolution-chip__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-evolution-chip__action.mdc-ripple-upgraded .mdc-evolution-chip__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-evolution-chip__action.mdc-ripple-upgraded--unbounded .mdc-evolution-chip__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-evolution-chip__action.mdc-ripple-upgraded--foreground-activation .mdc-evolution-chip__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-evolution-chip__action.mdc-ripple-upgraded--foreground-deactivation .mdc-evolution-chip__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::before,
.mdc-evolution-chip__action .mdc-evolution-chip__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-evolution-chip__action.mdc-ripple-upgraded .mdc-evolution-chip__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-evolution-chip__ripple {
  position: absolute;
  box-sizing: content-box;
  overflow: hidden;
  pointer-events: none;
}
.mdc-evolution-chip__ripple--primary {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.mdc-evolution-chip__ripple--trailing {
  top: 50%;
  transform: translateY(-50%);
}
.mdc-evolution-chip-set {
  display: flex;
}
.mdc-evolution-chip-set:focus {
  outline: none;
}
.mdc-evolution-chip-set__chips {
  display: flex;
  flex-flow: wrap;
  min-width: 0;
}
.mdc-evolution-chip-set--overflow .mdc-evolution-chip-set__chips {
  flex-flow: nowrap;
}
.mdc-evolution-chip-set .mdc-evolution-chip-set__chips {
  margin-left: -8px;
  margin-right: 0;
}
[dir=rtl] .mdc-evolution-chip-set .mdc-evolution-chip-set__chips,
.mdc-evolution-chip-set .mdc-evolution-chip-set__chips[dir=rtl] {
  margin-left: 0;
  margin-right: -8px;
}
.mdc-evolution-chip-set .mdc-evolution-chip {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .mdc-evolution-chip-set .mdc-evolution-chip,
.mdc-evolution-chip-set .mdc-evolution-chip[dir=rtl] {
  margin-left: 0;
  margin-right: 8px;
}
.mdc-evolution-chip-set .mdc-evolution-chip {
  margin-top: 4px;
  margin-bottom: 4px;
}
emerald-chip.disabled .mdc-evolution-chip,
.emerald-chip.disabled .mdc-evolution-chip {
  opacity: 0.7;
}
emerald-chip.disabled .mdc-evolution-chip__action,
.emerald-chip.disabled .mdc-evolution-chip__action {
  cursor: not-allowed;
}
emerald-chip.disabled .mdc-evolution-chip__action .mdc-evolution-chip__text-label,
.emerald-chip.disabled .mdc-evolution-chip__action .mdc-evolution-chip__text-label {
  pointer-events: none;
}
emerald-chip .mdc-evolution-chip,
.emerald-chip .mdc-evolution-chip {
  background-color: rgba(0, 63, 45, 0.1);
  height: 2rem;
}
emerald-chip .mdc-evolution-chip:hover,
.emerald-chip .mdc-evolution-chip:hover {
  background-color: rgba(26, 26, 26, 0.12);
}
emerald-chip .mdc-evolution-chip.small,
.emerald-chip .mdc-evolution-chip.small {
  height: 1.5rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__text-label {
  color: #1a1a1a;
  padding: 0 0.75rem 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__text-label.small,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__text-label.small {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}
emerald-chip .mdc-evolution-chip.has-leading-icon .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip.has-leading-icon .mdc-evolution-chip__text-label {
  padding-left: 0.25rem;
}
emerald-chip .mdc-evolution-chip.filter-chip .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip.filter-chip .mdc-evolution-chip__text-label {
  padding-left: 0.25rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action {
  padding-left: 0;
  padding-right: 0;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  position: relative;
  left: 0.1875rem;
  align-items: center;
  margin: 0 0.25rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons {
  color: #767676;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic .mdc-evolution-chip__checkmark,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic .mdc-evolution-chip__checkmark {
  width: 1rem;
  height: 1rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic .mdc-evolution-chip__checkmark .mdc-evolution-chip__checkmark-path i.material-icons,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__graphic .mdc-evolution-chip__checkmark .mdc-evolution-chip__checkmark-path i.material-icons {
  width: 1rem !important;
  height: 1rem !important;
  font-size: 1rem !important;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  color: #767676;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary emerald-icon i,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary emerald-icon i {
  font-size: 1rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing {
  padding-right: 0.5rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing {
  color: #767676;
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -0.3125rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing i.material-icons,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing i.material-icons {
  color: #767676;
  margin-top: 0.0625rem;
  font-size: 1rem;
}
emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing emerald-icon i,
.emerald-chip .mdc-evolution-chip .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing emerald-icon i {
  font-size: 1rem;
}
emerald-chip .mdc-evolution-chip.outlined-variant,
.emerald-chip .mdc-evolution-chip.outlined-variant {
  background-color: #ffffff;
  outline: 0.0625rem solid #003f2d;
}
emerald-chip .mdc-evolution-chip.outlined-variant:hover,
.emerald-chip .mdc-evolution-chip.outlined-variant:hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected,
.emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected {
  background-color: #003f2d;
}
emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected:hover,
.emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
}
emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__text-label {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__icon--primary,
.emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__icon--primary {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons,
.emerald-chip .mdc-evolution-chip.outlined-variant.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.outlined-variant .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip.outlined-variant .mdc-evolution-chip__text-label {
  color: #003f2d;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected {
  background-color: #003f2d;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected:hover,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__text-label,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__text-label {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary i.material-icons,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__icon--primary i.material-icons {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing i.material-icons,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action--trailing .mdc-evolution-chip__icon--trailing i.material-icons {
  color: #ffffff;
}
emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons,
.emerald-chip .mdc-evolution-chip.mdc-evolution-chip__selected .mdc-evolution-chip__action .mdc-evolution-chip__graphic i.material-icons {
  color: #ffffff;
}
emerald-datatable,
.emerald-datatable {
  position: relative;
  display: grid;
}
emerald-datatable .Grid .DatatableHeader,
.emerald-datatable .Grid .DatatableHeader {
  border: 1px solid rgba(0, 63, 45, 0.1490196078);
  border-width: 1px 1px 0px 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
emerald-datatable .Grid .DatatableContainer,
.emerald-datatable .Grid .DatatableContainer {
  border-left: 1px solid rgba(0, 63, 45, 0.15);
  border-right: 1px solid rgba(0, 63, 45, 0.15);
  background-color: white;
}
emerald-datatable .Grid emerald-pagination,
emerald-datatable .Grid .emerald-pagination,
.emerald-datatable .Grid emerald-pagination,
.emerald-datatable .Grid .emerald-pagination {
  border: 1px solid rgba(0, 63, 45, 0.1490196078);
  border-width: 0px 1px 1px 1px;
}
emerald-datatable .Grid table tbody tr,
.emerald-datatable .Grid table tbody tr {
  background-color: #ffffff;
}
emerald-datatable .Grid table tr td,
emerald-datatable .Grid table tr th,
.emerald-datatable .Grid table tr td,
.emerald-datatable .Grid table tr th {
  border-right: 1px solid rgba(0, 63, 45, 0.15);
  border-top: 1px solid rgba(0, 63, 45, 0.15);
}
emerald-datatable .Grid table tr td:nth-last-child(1),
emerald-datatable .Grid table tr th:nth-last-child(1),
.emerald-datatable .Grid table tr td:nth-last-child(1),
.emerald-datatable .Grid table tr th:nth-last-child(1) {
  border-right: 1px solid transparent;
}
emerald-datatable .Zebra table tbody tr:nth-child(even),
.emerald-datatable .Zebra table tbody tr:nth-child(even) {
  background-color: #ededed;
}
emerald-datatable .Zebra table tbody tr:nth-child(even):hover,
.emerald-datatable .Zebra table tbody tr:nth-child(even):hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable .Zebra table tbody tr.Selected,
.emerald-datatable .Zebra table tbody tr.Selected {
  background-color: rgba(0, 63, 45, 0.08);
}
emerald-datatable .Zebra table tbody tr.Selected:hover,
.emerald-datatable .Zebra table tbody tr.Selected:hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable .Condensed table tbody tr,
emerald-datatable .Condensed table thead tr,
.emerald-datatable .Condensed table tbody tr,
.emerald-datatable .Condensed table thead tr {
  height: 2rem;
}
emerald-datatable .FilterHeader .emerald-datepicker,
.emerald-datatable .FilterHeader .emerald-datepicker {
  max-width: unset;
}
emerald-datatable .FilterHeader .emerald-datepicker .p-inputtext,
.emerald-datatable .FilterHeader .emerald-datepicker .p-inputtext {
  height: 3rem !important;
  border: none;
  border-radius: unset;
  padding: 0px;
  text-indent: 1rem;
  width: calc(100% - 3px);
}
emerald-datatable .FilterHeader .emerald-datepicker emerald-icon,
.emerald-datatable .FilterHeader .emerald-datepicker emerald-icon {
  right: 1rem;
  top: 25%;
  padding: 0px;
}
emerald-datatable .FilterHeader .emerald-datepicker emerald-icon i,
.emerald-datatable .FilterHeader .emerald-datepicker emerald-icon i {
  font-size: 1.5rem !important;
  color: rgba(26, 26, 26, 0.6);
  width: unset !important;
  height: unset !important;
}
emerald-datatable .FilterHeader emerald-datepicker + emerald-menu,
.emerald-datatable .FilterHeader emerald-datepicker + emerald-menu {
  height: 100%;
}
emerald-datatable .FilterHeader emerald-datepicker + emerald-menu emerald-icon.FilterFunctionMenu,
.emerald-datatable .FilterHeader emerald-datepicker + emerald-menu emerald-icon.FilterFunctionMenu {
  position: relative;
  top: 1px;
}
emerald-datatable .FilterHeader emerald-datepicker + emerald-menu emerald-icon.FilterFunctionMenu i,
.emerald-datatable .FilterHeader emerald-datepicker + emerald-menu emerald-icon.FilterFunctionMenu i {
  color: rgba(26, 26, 26, 0.6);
}
emerald-datatable .FilterHeader emerald-datepicker .outline .p-float-label .p-inputwrapper-focus ~ label,
emerald-datatable .FilterHeader emerald-datepicker .outline .p-float-label .p-inputwrapper.p-inputwrapper-filled ~ label,
.emerald-datatable .FilterHeader emerald-datepicker .outline .p-float-label .p-inputwrapper-focus ~ label,
.emerald-datatable .FilterHeader emerald-datepicker .outline .p-float-label .p-inputwrapper.p-inputwrapper-filled ~ label {
  display: none;
}
emerald-datatable .FilterHeader emerald-datepicker p-calendar span.p-calendar,
.emerald-datatable .FilterHeader emerald-datepicker p-calendar span.p-calendar {
  width: 100%;
  display: inherit;
}
emerald-datatable .FilterHeader emerald-datepicker p-calendar span.p-calendar .p-inputtext,
.emerald-datatable .FilterHeader emerald-datepicker p-calendar span.p-calendar .p-inputtext {
  width: 100%;
}
emerald-datatable .FilterHeader emerald-datepicker p-calendar i.p-calendar-clear-icon,
.emerald-datatable .FilterHeader emerald-datepicker p-calendar i.p-calendar-clear-icon {
  right: 1rem;
  font-size: 1.093rem;
}
emerald-datatable .FilterHeader .emerald-input input,
.emerald-datatable .FilterHeader .emerald-input input {
  outline: none;
  border: none;
  text-indent: 0.75rem;
}
emerald-datatable .HideShowColumns,
emerald-datatable .DatatableCornerMenu,
emerald-datatable .DatatableCornerExtraMenu,
.emerald-datatable .HideShowColumns,
.emerald-datatable .DatatableCornerMenu,
.emerald-datatable .DatatableCornerExtraMenu {
  margin-left: 1rem;
}
emerald-datatable .HideShowColumns .mdc-list,
emerald-datatable .DatatableCornerMenu .mdc-list,
emerald-datatable .DatatableCornerExtraMenu .mdc-list,
.emerald-datatable .HideShowColumns .mdc-list,
.emerald-datatable .DatatableCornerMenu .mdc-list,
.emerald-datatable .DatatableCornerExtraMenu .mdc-list {
  padding: 0.75rem 0;
}
emerald-datatable .HideShowColumns .mdc-menu-surface,
emerald-datatable .DatatableCornerMenu .mdc-menu-surface,
emerald-datatable .DatatableCornerExtraMenu .mdc-menu-surface,
.emerald-datatable .HideShowColumns .mdc-menu-surface,
.emerald-datatable .DatatableCornerMenu .mdc-menu-surface,
.emerald-datatable .DatatableCornerExtraMenu .mdc-menu-surface {
  right: 0% !important;
  left: unset !important;
  top: 100% !important;
  width: 10rem;
}
emerald-datatable .HideShowColumns emerald-list-item,
emerald-datatable .DatatableCornerMenu emerald-list-item,
emerald-datatable .DatatableCornerExtraMenu emerald-list-item,
.emerald-datatable .HideShowColumns emerald-list-item,
.emerald-datatable .DatatableCornerMenu emerald-list-item,
.emerald-datatable .DatatableCornerExtraMenu emerald-list-item {
  text-align: left;
}
emerald-datatable .HideShowColumns emerald-list-item:not(:first-child),
emerald-datatable .DatatableCornerMenu emerald-list-item:not(:first-child),
emerald-datatable .DatatableCornerExtraMenu emerald-list-item:not(:first-child),
.emerald-datatable .HideShowColumns emerald-list-item:not(:first-child),
.emerald-datatable .DatatableCornerMenu emerald-list-item:not(:first-child),
.emerald-datatable .DatatableCornerExtraMenu emerald-list-item:not(:first-child) {
  padding-top: 0.75rem;
}
emerald-datatable .HideShowColumns emerald-list-item:not(:last-child),
emerald-datatable .DatatableCornerMenu emerald-list-item:not(:last-child),
emerald-datatable .DatatableCornerExtraMenu emerald-list-item:not(:last-child),
.emerald-datatable .HideShowColumns emerald-list-item:not(:last-child),
.emerald-datatable .DatatableCornerMenu emerald-list-item:not(:last-child),
.emerald-datatable .DatatableCornerExtraMenu emerald-list-item:not(:last-child) {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 63, 45, 0.1490196078);
}
emerald-datatable .HideShowColumns button emerald-icon i,
emerald-datatable .DatatableCornerMenu button emerald-icon i,
emerald-datatable .DatatableCornerExtraMenu button emerald-icon i,
.emerald-datatable .HideShowColumns button emerald-icon i,
.emerald-datatable .DatatableCornerMenu button emerald-icon i,
.emerald-datatable .DatatableCornerExtraMenu button emerald-icon i {
  color: rgba(26, 26, 26, 0.6) !important;
}
emerald-datatable .HideShowColumns button:hover emerald-icon i,
emerald-datatable .DatatableCornerMenu button:hover emerald-icon i,
emerald-datatable .DatatableCornerExtraMenu button:hover emerald-icon i,
.emerald-datatable .HideShowColumns button:hover emerald-icon i,
.emerald-datatable .DatatableCornerMenu button:hover emerald-icon i,
.emerald-datatable .DatatableCornerExtraMenu button:hover emerald-icon i {
  color: #003f2d !important;
}
emerald-datatable .HideShowColumns button:hover .mdc-button__ripple::before,
emerald-datatable .DatatableCornerMenu button:hover .mdc-button__ripple::before,
emerald-datatable .DatatableCornerExtraMenu button:hover .mdc-button__ripple::before,
.emerald-datatable .HideShowColumns button:hover .mdc-button__ripple::before,
.emerald-datatable .DatatableCornerMenu button:hover .mdc-button__ripple::before,
.emerald-datatable .DatatableCornerExtraMenu button:hover .mdc-button__ripple::before {
  background-color: #1a1a1a;
}
emerald-datatable .HideShowColumns button:focus .mdc-button__ripple::before,
emerald-datatable .DatatableCornerMenu button:focus .mdc-button__ripple::before,
emerald-datatable .DatatableCornerExtraMenu button:focus .mdc-button__ripple::before,
.emerald-datatable .HideShowColumns button:focus .mdc-button__ripple::before,
.emerald-datatable .DatatableCornerMenu button:focus .mdc-button__ripple::before,
.emerald-datatable .DatatableCornerExtraMenu button:focus .mdc-button__ripple::before {
  background-color: rgba(0, 63, 45, 0.4);
}
emerald-datatable .DatatableMenu .mdc-menu-surface--anchor,
.emerald-datatable .DatatableMenu .mdc-menu-surface--anchor {
  display: grid;
}
emerald-datatable .DatatableMenu.FilterMenu .mdc-menu-surface,
.emerald-datatable .DatatableMenu.FilterMenu .mdc-menu-surface {
  right: calc(-100% + 0.125rem) !important;
  top: 125% !important;
}
emerald-datatable .DatatableMenu.FilterMenu .mdc-list-item,
.emerald-datatable .DatatableMenu.FilterMenu .mdc-list-item {
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
emerald-datatable .DatatableMenu.FilterMenu .emerald-list-item.emerald-list-item--selected,
.emerald-datatable .DatatableMenu.FilterMenu .emerald-list-item.emerald-list-item--selected {
  background-color: rgba(0, 63, 45, 0.08);
}
emerald-datatable .DatatableMenu .HideShowColumns + .mdc-menu-surface .DatatableMenuTitle,
.emerald-datatable .DatatableMenu .HideShowColumns + .mdc-menu-surface .DatatableMenuTitle {
  padding: 1rem 0;
  text-align: center;
  color: #1a1a1a;
}
emerald-datatable .DatatableMenu .mdc-menu-surface,
.emerald-datatable .DatatableMenu .mdc-menu-surface {
  right: 100% !important;
  top: 100% !important;
  width: max-content !important;
  left: unset !important;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .DatatableMenuTitle,
.emerald-datatable .DatatableMenu .mdc-menu-surface .DatatableMenuTitle {
  padding: 1rem 1rem 0;
  text-align: left;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.6);
}
emerald-datatable .DatatableMenu .mdc-menu-surface emerald-divider,
.emerald-datatable .DatatableMenu .mdc-menu-surface emerald-divider {
  padding-top: 1rem;
  display: block;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list {
  max-height: 20rem;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container {
  display: grid;
  grid-template-columns: max-content max-content;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon {
  color: rgba(26, 26, 26, 0.4588235294);
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon.hideshow-drag-disabled,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon.hideshow-drag-disabled {
  cursor: not-allowed;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon i.material-icons,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list .mdc-list-item__text .list-container emerald-icon i.material-icons {
  font-size: 1.5rem;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.droppable .mdc-list-item__text .list-container,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.droppable .mdc-list-item__text .list-container {
  box-shadow: 0px 1px 0px 0px rgba(0, 63, 45, 0.6) inset;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.droppable .mdc-list-item__text .list-container emerald-icon,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.droppable .mdc-list-item__text .list-container emerald-icon {
  color: #003f2d;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item .mdc-form-field > label,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item .mdc-form-field > label {
  padding-right: 0.25rem;
  font-size: 1rem;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled):hover,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled):hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled) .mdc-list-item__ripple::before,
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled) .mdc-list-item__ripple::after,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled) .mdc-list-item__ripple::before,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item .mdc-list-item:not(.mdc-list-item--disabled) .mdc-list-item__ripple::after {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.mdc-list-item--selected .mdc-list-item:not(.mdc-list-item--disabled),
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.mdc-list-item--selected .mdc-list-item:not(.mdc-list-item--disabled) {
  background-color: rgba(0, 63, 45, 0.08);
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.mdc-list-item--selected:hover .mdc-list-item:not(.mdc-list-item--disabled),
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item.mdc-list-item--selected:hover .mdc-list-item:not(.mdc-list-item--disabled) {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item emerald-checkbox.hideshow-label-enabled label,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item emerald-checkbox.hideshow-label-enabled label {
  color: rgba(0, 0, 0, 0.8705882353) !important;
}
emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item emerald-checkbox.hideshow-label-disabled label,
.emerald-datatable .DatatableMenu .mdc-menu-surface .mdc-list emerald-list-item emerald-checkbox.hideshow-label-disabled label {
  color: rgba(0, 0, 0, 0.5411764706) !important;
}
emerald-datatable .DatatableHeader,
.emerald-datatable .DatatableHeader {
  display: grid;
  grid-template-columns: 1fr repeat(3, max-content);
  align-items: center;
  background-color: white;
  padding-left: 1rem;
}
emerald-datatable .DatatableHeader h3,
.emerald-datatable .DatatableHeader h3 {
  font-weight: 500;
}
emerald-datatable .DatatableHeader h5,
.emerald-datatable .DatatableHeader h5 {
  text-align: center;
}
emerald-datatable .DatatableHeader .HeaderTitle,
.emerald-datatable .DatatableHeader .HeaderTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
emerald-datatable .DatatableHeader .WithSubtitle,
.emerald-datatable .DatatableHeader .WithSubtitle {
  display: flex;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  flex-direction: column;
  gap: 0.2rem;
}
emerald-datatable .DatatableHeader .WithSubtitle .DatatableTitle h3,
.emerald-datatable .DatatableHeader .WithSubtitle .DatatableTitle h3 {
  margin: 0;
}
emerald-datatable .DatatableHeader .WithSubtitle .DatatableSubtitle,
.emerald-datatable .DatatableHeader .WithSubtitle .DatatableSubtitle {
  color: gray;
}
emerald-datatable .DatatableHeader.ToolbarNoMenu,
.emerald-datatable .DatatableHeader.ToolbarNoMenu {
  padding-right: 1rem;
}
emerald-datatable .DatatableHeader .additional-tool-options,
.emerald-datatable .DatatableHeader .additional-tool-options {
  display: flex;
  gap: 1.5rem;
}
emerald-datatable .DatatableHeader .additional-tool-options emerald-icon,
.emerald-datatable .DatatableHeader .additional-tool-options emerald-icon {
  color: #003f2d;
}
emerald-datatable div.StickyHeaders,
.emerald-datatable div.StickyHeaders {
  overflow: auto;
}
emerald-datatable div.StickyHeaders thead,
.emerald-datatable div.StickyHeaders thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
emerald-datatable div.StickyHeaders.Loading,
.emerald-datatable div.StickyHeaders.Loading {
  pointer-events: none;
  opacity: 0.4;
}
emerald-datatable table,
.emerald-datatable table {
  width: 100%;
  border-spacing: 0;
  color: #1a1a1a;
}
emerald-datatable table th.Center,
emerald-datatable table th.center,
emerald-datatable table td.Center,
emerald-datatable table td.center,
.emerald-datatable table th.Center,
.emerald-datatable table th.center,
.emerald-datatable table td.Center,
.emerald-datatable table td.center {
  text-align: center;
}
emerald-datatable table th.Center input,
emerald-datatable table th.center input,
emerald-datatable table td.Center input,
emerald-datatable table td.center input,
.emerald-datatable table th.Center input,
.emerald-datatable table th.center input,
.emerald-datatable table td.Center input,
.emerald-datatable table td.center input {
  text-align: center;
}
emerald-datatable table th.Center .HeaderTitle,
emerald-datatable table th.center .HeaderTitle,
emerald-datatable table td.Center .HeaderTitle,
emerald-datatable table td.center .HeaderTitle,
.emerald-datatable table th.Center .HeaderTitle,
.emerald-datatable table th.center .HeaderTitle,
.emerald-datatable table td.Center .HeaderTitle,
.emerald-datatable table td.center .HeaderTitle {
  text-align: center;
}
emerald-datatable table th.Right,
emerald-datatable table th.right,
emerald-datatable table td.Right,
emerald-datatable table td.right,
.emerald-datatable table th.Right,
.emerald-datatable table th.right,
.emerald-datatable table td.Right,
.emerald-datatable table td.right {
  text-align: right;
}
emerald-datatable table th.Right input,
emerald-datatable table th.right input,
emerald-datatable table td.Right input,
emerald-datatable table td.right input,
.emerald-datatable table th.Right input,
.emerald-datatable table th.right input,
.emerald-datatable table td.Right input,
.emerald-datatable table td.right input {
  text-align: right;
}
emerald-datatable table th.Right .HeaderTitle,
emerald-datatable table th.right .HeaderTitle,
emerald-datatable table td.Right .HeaderTitle,
emerald-datatable table td.right .HeaderTitle,
.emerald-datatable table th.Right .HeaderTitle,
.emerald-datatable table th.right .HeaderTitle,
.emerald-datatable table td.Right .HeaderTitle,
.emerald-datatable table td.right .HeaderTitle {
  text-align: right;
}
emerald-datatable table th.hide-column,
emerald-datatable table td.hide-column,
.emerald-datatable table th.hide-column,
.emerald-datatable table td.hide-column {
  display: none !important;
}
emerald-datatable table tr:not(:first-child) th,
.emerald-datatable table tr:not(:first-child) th {
  border-top: 1px solid rgba(0, 63, 45, 0.15);
}
emerald-datatable table thead,
.emerald-datatable table thead {
  background-color: #ffffff;
}
emerald-datatable table thead tr.NestedHeaders:last-of-type th,
.emerald-datatable table thead tr.NestedHeaders:last-of-type th {
  padding-bottom: 0.5rem;
}
emerald-datatable table thead th:not(.FilterHeader),
.emerald-datatable table thead th:not(.FilterHeader) {
  padding-right: 1rem;
  padding-left: 1rem;
}
emerald-datatable table thead th:not(.FilterHeader) .FilterMenu,
.emerald-datatable table thead th:not(.FilterHeader) .FilterMenu {
  visibility: hidden;
}
emerald-datatable table thead th:not(.FilterHeader) .FilterMenu:hover,
.emerald-datatable table thead th:not(.FilterHeader) .FilterMenu:hover {
  background: rgba(26, 26, 26, 0.04);
  border-radius: 50%;
}
emerald-datatable table thead th:not(.FilterHeader):hover,
.emerald-datatable table thead th:not(.FilterHeader):hover {
  background: rgba(26, 26, 26, 0.04);
}
emerald-datatable table thead th:not(.FilterHeader):hover .Sort,
emerald-datatable table thead th:not(.FilterHeader):hover .FilterMenu,
.emerald-datatable table thead th:not(.FilterHeader):hover .Sort,
.emerald-datatable table thead th:not(.FilterHeader):hover .FilterMenu {
  visibility: visible;
}
emerald-datatable table thead th.FilterHeader,
.emerald-datatable table thead th.FilterHeader {
  border-left: 1px solid transparent;
  border-right: 1px solid rgba(0, 63, 45, 0.1);
}
emerald-datatable table thead th.FilterHeader:focus-within,
.emerald-datatable table thead th.FilterHeader:focus-within {
  border: 1px solid rgba(26, 26, 26, 0.6);
}
emerald-datatable table thead tr,
.emerald-datatable table thead tr {
  height: 3rem;
}
emerald-datatable table thead tr td:first-child,
.emerald-datatable table thead tr td:first-child {
  padding-left: 1rem;
}
emerald-datatable table thead tr:last-child th,
.emerald-datatable table thead tr:last-child th {
  border-bottom: 1px solid rgba(0, 63, 45, 0.6);
}
emerald-datatable table thead th .HeaderContainer,
.emerald-datatable table thead th .HeaderContainer {
  display: grid;
  grid-template-columns: 1fr max-content;
  font-weight: 500;
  width: 100%;
}
emerald-datatable table thead th .HeaderContainer:hover .Sort:hover,
.emerald-datatable table thead th .HeaderContainer:hover .Sort:hover {
  background: rgba(26, 26, 26, 0.04);
  border-radius: 50%;
}
emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion,
.emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
}
emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion > *,
.emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion > * {
  padding: 0.15rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion emerald-icon i,
.emerald-datatable table thead th .HeaderContainer .HeaderButtonRegion emerald-icon i {
  font-size: 1.5rem;
}
emerald-datatable table thead th .HeaderContainer .Sort.SortActive,
.emerald-datatable table thead th .HeaderContainer .Sort.SortActive {
  visibility: unset;
  opacity: 1;
}
emerald-datatable table thead th .HeaderContainer .Sort,
.emerald-datatable table thead th .HeaderContainer .Sort {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.1rem;
  visibility: hidden;
}
emerald-datatable table thead th .HeaderContainer .Sort .SortOrder,
.emerald-datatable table thead th .HeaderContainer .Sort .SortOrder {
  font-size: 0.7rem;
  position: absolute;
  bottom: -0.375rem;
  left: 1.375rem;
}
emerald-datatable table thead th emerald-input emerald-menu,
.emerald-datatable table thead th emerald-input emerald-menu {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
}
emerald-datatable table thead th emerald-input emerald-menu emerald-icon,
.emerald-datatable table thead th emerald-input emerald-menu emerald-icon {
  position: unset;
  top: unset;
  right: unset;
  left: unset;
}
emerald-datatable table thead th emerald-input emerald-menu emerald-icon i,
.emerald-datatable table thead th emerald-input emerald-menu emerald-icon i {
  color: rgba(26, 26, 26, 0.6);
}
emerald-datatable table thead th emerald-input.HasFilterMenu.HasTrailingIcon emerald-menu,
.emerald-datatable table thead th emerald-input.HasFilterMenu.HasTrailingIcon emerald-menu {
  right: 0.375rem;
}
emerald-datatable table thead th emerald-input.HasFilterMenu.HasTrailingIcon emerald-icon.nativeInputTrailingIcon i,
.emerald-datatable table thead th emerald-input.HasFilterMenu.HasTrailingIcon emerald-icon.nativeInputTrailingIcon i {
  color: rgba(26, 26, 26, 0.6);
  font-size: 1.5rem !important;
}
emerald-datatable table thead th emerald-input.HasFilterMenu input,
.emerald-datatable table thead th emerald-input.HasFilterMenu input {
  min-width: 12.5rem;
  box-sizing: border-box;
}
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=date]::-webkit-calendar-picker-indicator,
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=datetime-local]::-webkit-calendar-picker-indicator,
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=week]::-webkit-calendar-picker-indicator,
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=month]::-webkit-calendar-picker-indicator,
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=time]::-webkit-calendar-picker-indicator,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=date]::-webkit-calendar-picker-indicator,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=datetime-local]::-webkit-calendar-picker-indicator,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=week]::-webkit-calendar-picker-indicator,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=month]::-webkit-calendar-picker-indicator,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=time]::-webkit-calendar-picker-indicator {
  right: 2rem;
}
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=number],
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=number] {
  padding: 0 1rem;
}
emerald-datatable table thead th emerald-input.HasFilterMenu input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th emerald-input.HasFilterMenu input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  font-size: 1.5rem !important;
}
emerald-datatable table thead th.Left,
emerald-datatable table thead th.left,
.emerald-datatable table thead th.Left,
.emerald-datatable table thead th.left {
  text-align: left;
}
emerald-datatable table thead th.Left input,
emerald-datatable table thead th.left input,
.emerald-datatable table thead th.Left input,
.emerald-datatable table thead th.left input {
  text-align: left;
}
emerald-datatable table thead th.Left input[type=date],
emerald-datatable table thead th.Left input[type=datetime-local],
emerald-datatable table thead th.Left input[type=week],
emerald-datatable table thead th.Left input[type=month],
emerald-datatable table thead th.Left input[type=time],
emerald-datatable table thead th.left input[type=date],
emerald-datatable table thead th.left input[type=datetime-local],
emerald-datatable table thead th.left input[type=week],
emerald-datatable table thead th.left input[type=month],
emerald-datatable table thead th.left input[type=time],
.emerald-datatable table thead th.Left input[type=date],
.emerald-datatable table thead th.Left input[type=datetime-local],
.emerald-datatable table thead th.Left input[type=week],
.emerald-datatable table thead th.Left input[type=month],
.emerald-datatable table thead th.Left input[type=time],
.emerald-datatable table thead th.left input[type=date],
.emerald-datatable table thead th.left input[type=datetime-local],
.emerald-datatable table thead th.left input[type=week],
.emerald-datatable table thead th.left input[type=month],
.emerald-datatable table thead th.left input[type=time] {
  padding-right: unset;
}
emerald-datatable table thead th.Center,
emerald-datatable table thead th.center,
.emerald-datatable table thead th.Center,
.emerald-datatable table thead th.center {
  text-align: center;
}
emerald-datatable table thead th.Right,
emerald-datatable table thead th.right,
.emerald-datatable table thead th.Right,
.emerald-datatable table thead th.right {
  text-align: right;
}
emerald-datatable table thead th.Right emerald-input emerald-icon.FilterFunctionMenu,
emerald-datatable table thead th.right emerald-input emerald-icon.FilterFunctionMenu,
.emerald-datatable table thead th.Right emerald-input emerald-icon.FilterFunctionMenu,
.emerald-datatable table thead th.right emerald-input emerald-icon.FilterFunctionMenu {
  right: unset;
  left: 0.5rem;
}
emerald-datatable table thead th.Right emerald-input emerald-icon i,
emerald-datatable table thead th.right emerald-input emerald-icon i,
.emerald-datatable table thead th.Right emerald-input emerald-icon i,
.emerald-datatable table thead th.right emerald-input emerald-icon i {
  color: rgba(26, 26, 26, 0.6);
}
emerald-datatable table thead th.Right emerald-input.HasFilterMenu emerald-menu,
emerald-datatable table thead th.right emerald-input.HasFilterMenu emerald-menu,
.emerald-datatable table thead th.Right emerald-input.HasFilterMenu emerald-menu,
.emerald-datatable table thead th.right emerald-input.HasFilterMenu emerald-menu {
  left: 0.375rem;
  right: unset;
}
emerald-datatable table thead th.Right emerald-input.HasFilterMenu input.native-input[type=number],
emerald-datatable table thead th.right emerald-input.HasFilterMenu input.native-input[type=number],
.emerald-datatable table thead th.Right emerald-input.HasFilterMenu input.native-input[type=number],
.emerald-datatable table thead th.right emerald-input.HasFilterMenu input.native-input[type=number] {
  padding-left: 2rem;
}
emerald-datatable table thead th.Right emerald-input.HasFilterMenu input.native-input[type=number]::-webkit-inner-spin-button,
emerald-datatable table thead th.right emerald-input.HasFilterMenu input.native-input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th.Right emerald-input.HasFilterMenu input.native-input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th.right emerald-input.HasFilterMenu input.native-input[type=number]::-webkit-inner-spin-button {
  left: 0rem;
  position: relative;
}
emerald-datatable table thead th.Right emerald-input .mdc-menu-surface,
emerald-datatable table thead th.right emerald-input .mdc-menu-surface,
.emerald-datatable table thead th.Right emerald-input .mdc-menu-surface,
.emerald-datatable table thead th.right emerald-input .mdc-menu-surface {
  right: unset !important;
  left: -0.375rem !important;
}
emerald-datatable table thead th.Right emerald-input input,
emerald-datatable table thead th.right emerald-input input,
.emerald-datatable table thead th.Right emerald-input input,
.emerald-datatable table thead th.right emerald-input input {
  text-align: right;
  direction: rtl;
}
emerald-datatable table thead th.Right emerald-input input.native-input[type=number]::-webkit-inner-spin-button,
emerald-datatable table thead th.right emerald-input input.native-input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th.Right emerald-input input.native-input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th.right emerald-input input.native-input[type=number]::-webkit-inner-spin-button {
  left: 0.5rem;
  right: 0;
  position: relative;
}
emerald-datatable table tbody tr,
.emerald-datatable table tbody tr {
  height: 3rem;
}
emerald-datatable table tbody tr td:first-child,
.emerald-datatable table tbody tr td:first-child {
  padding-left: 1rem;
}
emerald-datatable table tbody tr:hover,
.emerald-datatable table tbody tr:hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable table tbody tr.Selected,
.emerald-datatable table tbody tr.Selected {
  background-color: rgba(0, 63, 45, 0.08);
}
emerald-datatable table tbody tr.Selected:hover,
.emerald-datatable table tbody tr.Selected:hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-datatable table tbody tr td,
.emerald-datatable table tbody tr td {
  padding-left: 1rem;
  padding-right: 1rem;
}
emerald-datatable table tbody tr td:not(.SelectHeader),
.emerald-datatable table tbody tr td:not(.SelectHeader) {
  padding: 1rem 1rem 1rem 1rem;
}
emerald-datatable table tbody tr td div.GridCell,
.emerald-datatable table tbody tr td div.GridCell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
emerald-datatable table tbody tr td emerald-input input.native-input,
emerald-datatable table tbody tr td .emerald-input input.native-input,
.emerald-datatable table tbody tr td emerald-input input.native-input,
.emerald-datatable table tbody tr td .emerald-input input.native-input {
  width: 98%;
}
emerald-datatable table tbody tr:not(:last-child) td,
.emerald-datatable table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 63, 45, 0.15);
}
emerald-datatable .mdc-data-table__pagination-rows-per-page-label,
.emerald-datatable .mdc-data-table__pagination-rows-per-page-label {
  color: rgba(0, 63, 45, 0.6);
}
emerald-datatable emerald-progress-indicator,
.emerald-datatable emerald-progress-indicator {
  position: absolute;
  bottom: 50%;
  left: 50%;
}
emerald-datatable emerald-pagination .mdc-data-table .mdc-data-table__pagination,
.emerald-datatable emerald-pagination .mdc-data-table .mdc-data-table__pagination {
  padding-left: 1rem;
}
emerald-datatable table.table-layout-fixed,
.emerald-datatable table.table-layout-fixed {
  table-layout: fixed;
}
emerald-datatable table colgroup col:not(:first-child),
.emerald-datatable table colgroup col:not(:first-child) {
  min-width: 150px;
}
emerald-datatable table thead,
.emerald-datatable table thead {
  box-shadow: inset 0 0px 0 rgba(0, 63, 45, 0.6), inset 0 -1px 0 rgba(0, 63, 45, 0.6);
}
emerald-datatable table thead tr:last-child,
.emerald-datatable table thead tr:last-child {
  box-shadow: inset 0 0px 0 rgba(0, 63, 45, 0.15), inset 0 1px 0 rgba(0, 63, 45, 0.15);
}
emerald-datatable table thead tr:first-child th.checkbox-select-header,
.emerald-datatable table thead tr:first-child th.checkbox-select-header {
  width: 80px;
}
emerald-datatable table thead tr:first-child th.checkbox-select-header div.header-column-wrapper,
.emerald-datatable table thead tr:first-child th.checkbox-select-header div.header-column-wrapper {
  justify-content: center;
}
emerald-datatable table thead tr:first-child th div.header-column-wrapper,
.emerald-datatable table thead tr:first-child th div.header-column-wrapper {
  position: relative;
  height: 100%;
  display: flex;
}
emerald-datatable table thead tr:first-child th div.header-column-wrapper span.column-resize,
.emerald-datatable table thead tr:first-child th div.header-column-wrapper span.column-resize {
  background-color: transparent;
  position: absolute;
  width: 1rem;
  height: 100%;
  right: -1rem;
  top: 0;
}
emerald-datatable table thead tr:first-child th div.header-column-wrapper span.column-resize:hover,
.emerald-datatable table thead tr:first-child th div.header-column-wrapper span.column-resize:hover {
  cursor: col-resize;
}
emerald-datatable table thead tr:first-child th.header-SelectHeader div.header-column-wrapper,
.emerald-datatable table thead tr:first-child th.header-SelectHeader div.header-column-wrapper {
  justify-content: center;
}
emerald-datatable table thead tr:first-child th.header-SelectHeader div.header-column-wrapper span.column-resize,
.emerald-datatable table thead tr:first-child th.header-SelectHeader div.header-column-wrapper span.column-resize {
  min-height: 40px;
  top: unset;
}
emerald-datatable table thead tr:not(:first-child) th,
.emerald-datatable table thead tr:not(:first-child) th {
  width: 12.5rem;
}
emerald-datatable table thead th,
.emerald-datatable table thead th {
  position: relative;
}
emerald-datatable table thead th emerald-input input,
.emerald-datatable table thead th emerald-input input {
  border: none;
  border-radius: unset;
}
emerald-datatable table thead th emerald-input input.native-input,
.emerald-datatable table thead th emerald-input input.native-input {
  width: 100%;
  height: 3rem;
  text-indent: 0;
}
emerald-datatable table thead th emerald-input input:focus-visible,
.emerald-datatable table thead th emerald-input input:focus-visible {
  outline: none;
}
emerald-datatable table thead th emerald-input input[type=number]::-webkit-inner-spin-button,
emerald-datatable table thead th emerald-input input[type=number]::-webkit-outer-spin-button,
.emerald-datatable table thead th emerald-input input[type=number]::-webkit-inner-spin-button,
.emerald-datatable table thead th emerald-input input[type=number]::-webkit-outer-spin-button {
  margin-right: 1.5rem;
}
emerald-datatable table thead th emerald-input .native-input + emerald-icon,
.emerald-datatable table thead th emerald-input .native-input + emerald-icon {
  right: 1rem;
}
emerald-datatable table thead th emerald-input emerald-icon,
.emerald-datatable table thead th emerald-input emerald-icon {
  width: 1.5rem;
  height: 1.5rem;
  top: -7%;
}
emerald-datatable table thead th emerald-input emerald-icon .material-icons,
.emerald-datatable table thead th emerald-input emerald-icon .material-icons {
  font-size: 1.5rem !important;
}
emerald-datatable table td.single-click-selected,
.emerald-datatable table td.single-click-selected {
  outline: #003f2d auto 1px;
}
emerald-datatable table td.isCellEditable,
emerald-datatable table td.editing,
.emerald-datatable table td.isCellEditable,
.emerald-datatable table td.editing {
  border: none;
  padding: 0px !important;
}
emerald-datatable table td.isCellEditable .DatatableCell,
emerald-datatable table td.editing .DatatableCell,
.emerald-datatable table td.isCellEditable .DatatableCell,
.emerald-datatable table td.editing .DatatableCell {
  height: 50px;
}
emerald-datatable table td.isCellEditable .p-inputtext,
emerald-datatable table td.editing .p-inputtext,
.emerald-datatable table td.isCellEditable .p-inputtext,
.emerald-datatable table td.editing .p-inputtext {
  padding: 0.5rem 0.5rem !important;
}
emerald-datatable table td.isCellEditable .emerald-input input,
emerald-datatable table td.editing .emerald-input input,
.emerald-datatable table td.isCellEditable .emerald-input input,
.emerald-datatable table td.editing .emerald-input input {
  outline-width: 1;
}
emerald-datatable .prevent-select,
.emerald-datatable .prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
emerald-datatable .DatatableHideShowMenuSurface,
.emerald-datatable .DatatableHideShowMenuSurface {
  height: 100%;
}
emerald-datatable .DatatableHideShowMenuSurface .mdc-list,
.emerald-datatable .DatatableHideShowMenuSurface .mdc-list {
  overflow-y: scroll;
}
emerald-datatable .dragOverOnEdge,
.emerald-datatable .dragOverOnEdge {
  position: relative;
  width: 100%;
  height: 1rem;
}
emerald-datatable .no-data-rows,
.emerald-datatable .no-data-rows {
  position: absolute;
  top: 50%;
  right: 50%;
}
emerald-datatable .no-data-rows .no-rows-info,
.emerald-datatable .no-data-rows .no-rows-info {
  padding: 1rem;
  text-align: center;
  color: #1a1a1a;
}
emerald-datatable .column-resize,
.emerald-datatable .column-resize {
  background-color: transparent;
  position: absolute;
  width: 1rem;
  height: 100%;
  right: 0;
  top: 0;
  cursor: col-resize;
}
.mdc-dialog .mdc-dialog__surface {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
}
.mdc-dialog .mdc-dialog__scrim {
  background-color: rgba(0, 0, 0, 0.32);
}
.mdc-dialog .mdc-dialog__surface-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}
.mdc-dialog .mdc-dialog__title {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-dialog .mdc-dialog__content {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-dialog .mdc-dialog__close {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}
.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header {
  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);
}
.mdc-dialog .mdc-dialog__surface {
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
}
.mdc-dialog__surface {
  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);
}
.mdc-dialog__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}
.mdc-dialog__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
}
.mdc-dialog__title-icon {
}
.mdc-dialog,
.mdc-dialog__scrim {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.mdc-dialog {
  display: none;
  z-index: 7;
  z-index: var(--mdc-dialog-z-index, 7);
}
.mdc-dialog .mdc-dialog__content {
  padding: 20px 24px 20px 24px;
}
.mdc-dialog .mdc-dialog__surface {
  min-width: 280px;
}
@media (max-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: calc(100vw - 32px);
  }
}
@media (min-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: 560px;
  }
}
.mdc-dialog .mdc-dialog__surface {
  max-height: calc(100% - 32px);
}
.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
  max-width: none;
}
@media (max-width: 960px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: 560px;
    width: 560px;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
@media (max-width: 720px) and (max-width: 672px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: calc(100vw - 112px);
  }
}
@media (max-width: 720px) and (min-width: 672px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: 560px;
  }
}
@media (max-width: 720px) and (max-height: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: calc(100vh - 160px);
  }
}
@media (max-width: 720px) and (min-height: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: 560px;
  }
}
@media (max-width: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
@media (max-width: 720px) and (max-height: 400px), (max-width: 600px), (min-width: 720px) and (max-height: 400px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw;
    border-radius: 0;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    order: -1;
    left: -12px;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header {
    padding: 0 16px 9px;
    justify-content: flex-start;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title {
    margin-left: calc(16px - 2 * 12px);
  }
}
@media (min-width: 960px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: calc(100vw - 400px);
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim {
  opacity: 0;
}
.mdc-dialog__scrim {
  opacity: 0;
  z-index: -1;
}
.mdc-dialog__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
.mdc-dialog__surface {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
  overflow-y: auto;
}
.mdc-dialog__surface .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[dir=rtl] .mdc-dialog__surface,
.mdc-dialog__surface[dir=rtl] {
  text-align: right;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-dialog__surface {
    outline: 2px solid windowText;
  }
}
.mdc-dialog__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-dialog__surface::before {
    border-color: CanvasText;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mdc-dialog__surface::before {
    content: none;
  }
}
.mdc-dialog__title {
  display: block;
  margin-top: 0;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 0 1px;
  padding: 0 24px 9px;
}
.mdc-dialog__title::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}
[dir=rtl] .mdc-dialog__title,
.mdc-dialog__title[dir=rtl] {
  text-align: right;
}
.mdc-dialog--scrollable .mdc-dialog__title {
  margin-bottom: 1px;
  padding-bottom: 15px;
}
.mdc-dialog--fullscreen .mdc-dialog__header {
  align-items: baseline;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  justify-content: space-between;
  padding: 0 24px 9px;
  z-index: 1;
}
@media screen and (forced-colors: active) {
  .mdc-dialog--fullscreen .mdc-dialog__header {
    border-bottom-color: CanvasText;
  }
}
.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close {
  right: -12px;
}
.mdc-dialog--fullscreen .mdc-dialog__title {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title {
  border-bottom: 0;
  margin-bottom: 0;
}
.mdc-dialog--fullscreen .mdc-dialog__close {
  top: 5px;
}
.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
  border-top: 1px solid transparent;
}
@media screen and (forced-colors: active) {
  .mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
    border-top-color: CanvasText;
  }
}
.mdc-dialog--fullscreen--titleless .mdc-dialog__close {
  margin-top: 4px;
}
.mdc-dialog--fullscreen--titleless.mdc-dialog--scrollable .mdc-dialog__close {
  margin-top: 0;
}
.mdc-dialog__content {
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
.mdc-dialog__content > :first-child {
  margin-top: 0;
}
.mdc-dialog__content > :last-child {
  margin-bottom: 0;
}
.mdc-dialog__title + .mdc-dialog__content,
.mdc-dialog__header + .mdc-dialog__content {
  padding-top: 0;
}
.mdc-dialog--scrollable .mdc-dialog__title + .mdc-dialog__content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
  padding: 6px 0 0;
}
.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
  padding: 0;
}
.mdc-dialog__actions {
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
  padding: 8px;
  border-top: 1px solid transparent;
}
@media screen and (forced-colors: active) {
  .mdc-dialog__actions {
    border-top-color: CanvasText;
  }
}
.mdc-dialog--stacked .mdc-dialog__actions {
  flex-direction: column;
  align-items: flex-end;
}
.mdc-dialog__button {
  margin-left: 8px;
  margin-right: 0;
  max-width: 100%;
  text-align: right;
}
[dir=rtl] .mdc-dialog__button,
.mdc-dialog__button[dir=rtl] {
  margin-left: 0;
  margin-right: 8px;
}
.mdc-dialog__button:first-child {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir=rtl] {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .mdc-dialog__button,
.mdc-dialog__button[dir=rtl] {
  text-align: left;
}
.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
  margin-top: 12px;
}
.mdc-dialog--open,
.mdc-dialog--opening,
.mdc-dialog--closing {
  display: flex;
}
.mdc-dialog--opening .mdc-dialog__scrim {
  transition: opacity 150ms linear;
}
.mdc-dialog--opening .mdc-dialog__container {
  transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-dialog--closing .mdc-dialog__scrim,
.mdc-dialog--closing .mdc-dialog__container {
  transition: opacity 75ms linear;
}
.mdc-dialog--closing .mdc-dialog__container {
  transform: none;
}
.mdc-dialog--open .mdc-dialog__scrim {
  opacity: 1;
}
.mdc-dialog--open .mdc-dialog__container {
  transform: none;
  opacity: 1;
}
.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim {
  opacity: 1;
}
.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
  transition: opacity 75ms linear;
}
.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim {
  transition: opacity 150ms linear;
}
.mdc-dialog__surface-scrim {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim,
.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,
.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
  display: block;
}
.mdc-dialog-scroll-lock {
  overflow: hidden;
}
.mdc-dialog--no-content-padding .mdc-dialog__content {
  padding: 0;
}
.mdc-dialog--sheet .mdc-dialog__close {
  right: 12px;
  top: 9px;
  position: absolute;
  z-index: 1;
}
.mdc-dialog__scrim--removed {
  pointer-events: none;
}
.mdc-dialog__scrim--removed .mdc-dialog__scrim,
.mdc-dialog__scrim--removed .mdc-dialog__surface-scrim {
  display: none;
}
emerald-modal .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__header.custom-header,
.emerald-modal .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__header.custom-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
emerald-modal .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__header.custom-header .mdc-dialog__title,
.emerald-modal .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__header.custom-header .mdc-dialog__title {
  border-bottom: 0;
}
emerald-modal .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__header,
.emerald-modal .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__header {
  padding: unset;
}
emerald-modal .mdc-dialog .mdc-dialog__surface,
.emerald-modal .mdc-dialog .mdc-dialog__surface {
  padding: 1.5rem;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header {
  max-height: 2.188rem;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header.custom-header,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header.custom-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header.custom-header-center,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header.custom-header-center {
  justify-content: center;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__title,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__title {
  padding: unset;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__title::before,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__title::before {
  display: none;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .custom-title,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .custom-title {
  display: contents;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__close.react-close,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__header .mdc-dialog__close.react-close {
  cursor: pointer;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__content,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__content {
  padding: 0rem;
}
emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__actions,
.emerald-modal .mdc-dialog .mdc-dialog__surface .mdc-dialog__actions {
  padding: unset;
  min-height: unset;
  padding-top: 1.5rem;
}
.mdc-deprecated-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list:focus {
  outline: none;
}
.mdc-deprecated-list-item {
  height: 48px;
}
.mdc-deprecated-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-deprecated-list-item__graphic {
  background-color: transparent;
}
.mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 0.38;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}
.mdc-deprecated-list-item__wrapper {
  display: block;
}
.mdc-deprecated-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.mdc-deprecated-list-item:focus {
  outline: none;
}
.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
  .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  padding-left: 0px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 0px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 100px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
  display: inline-flex;
}
.mdc-deprecated-list-item__meta {
  margin-left: auto;
  margin-right: 0;
}
.mdc-deprecated-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,
[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}
.mdc-deprecated-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-deprecated-list-item__text[for] {
  pointer-events: none;
}
.mdc-deprecated-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-deprecated-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
  font-size: inherit;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 40px;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
  align-self: flex-start;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
  height: 64px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 72px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 60px;
}
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  cursor: pointer;
}
a.mdc-deprecated-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-deprecated-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-deprecated-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-deprecated-list-divider--padded {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 104px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 132px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 0px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
}
.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  width: 56px;
  height: 56px;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  width: 100px;
  height: 56px;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  width: 36px;
  height: 20px;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  width: 36px;
  height: 20px;
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider {
  height: 1px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-list-divider::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.mdc-list {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.mdc-list:focus {
  outline: none;
}
.mdc-list-item__wrapper {
  display: block;
}
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  cursor: pointer;
}
.mdc-list-item:focus {
  outline: none;
}
.mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
  cursor: auto;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item:not(.mdc-list-item--selected):focus::before,
  .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected:focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected:focus::before {
    border-color: CanvasText;
  }
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-list-item__start {
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__end {
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
  pointer-events: none;
}
.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
  align-self: stretch;
}
.mdc-list-item__content[for] {
  pointer-events: none;
}
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item__secondary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
  white-space: normal;
  line-height: 20px;
}
.mdc-list-item--with-overline .mdc-list-item__secondary-text {
  white-space: nowrap;
  line-height: auto;
}
.mdc-list-item__overline-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  border-radius: 50%;
}
.mdc-list-item--with-leading-icon.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 32px;
}
[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
  margin-left: 32px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-video.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-radio.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-switch.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-trailing-icon.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-left: 28px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 28px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-item,
.mdc-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-list-group__subheader {
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-divider {
  padding: 0;
  background-clip: content-box;
}
.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
  padding-left: 16px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
  padding-left: auto;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
  padding-left: 16px;
  padding-right: auto;
}
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
  padding-left: 0px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 0px;
}
[dir=rtl] .mdc-list-divider,
.mdc-list-divider[dir=rtl] {
  padding: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: relative;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
emerald-list .item-container,
.emerald-list .item-container {
  display: flex;
  gap: 0.5rem;
}
emerald-list .item-container .drag-handle-icon,
.emerald-list .item-container .drag-handle-icon {
  display: flex;
  align-items: center;
  cursor: grab;
}
emerald-list .item-container:hover,
.emerald-list .item-container:hover {
  background: #f5f5f5;
}
emerald-list .item-container:hover .mdc-list-item .mdc-list-item__ripple::before,
.emerald-list .item-container:hover .mdc-list-item .mdc-list-item__ripple::before {
  background: none !important;
}
emerald-list-item,
.emerald-list-item {
  display: block;
}
emerald-list-item.isActive,
.emerald-list-item.isActive {
  background-color: #ebf0ee;
}
emerald-list-item .mdc-list-item,
.emerald-list-item .mdc-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: auto;
  padding: 4px 0;
}
emerald-list-item .mdc-list-item.emerald-list-item-disabled,
.emerald-list-item .mdc-list-item.emerald-list-item-disabled {
  color: #bdbdbd;
  cursor: not-allowed;
}
emerald-list-item .mdc-list-item.emerald-list-item-disabled emerald-icon,
.emerald-list-item .mdc-list-item.emerald-list-item-disabled emerald-icon {
  cursor: not-allowed;
  color: #bdbdbd;
}
emerald-list-item .mdc-list-item.emerald-list-item-disabled span.mdc-list-item__ripple,
.emerald-list-item .mdc-list-item.emerald-list-item-disabled span.mdc-list-item__ripple {
  opacity: 0;
}
emerald-list-item .list-container:not(:empty) + .custom,
.emerald-list-item .list-container:not(:empty) + .custom {
  display: none;
}
emerald-list-item-content .list-item-content,
.emerald-list-item-content .list-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
emerald-list-item-content .list-item-content .leading-icon-image-avatar,
.emerald-list-item-content .list-item-content .leading-icon-image-avatar {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0;
  flex: none;
  margin-right: 1rem;
}
emerald-list-item-content .list-item-content .leading-icon-image-avatar.list-image,
.emerald-list-item-content .list-item-content .leading-icon-image-avatar.list-image {
  width: 6.25rem;
  height: 3.5rem;
}
emerald-list-item-content .list-item-content .label-container,
.emerald-list-item-content .list-item-content .label-container {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-direction: column;
}
emerald-list-item-content .list-item-content .label-container .label,
.emerald-list-item-content .list-item-content .label-container .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
emerald-list-item-content .list-item-content .label-container .secondary-text,
.emerald-list-item-content .list-item-content .label-container .secondary-text {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-list-item-content .list-item-content emerald-checkbox.leading-checkbox,
emerald-list-item-content .list-item-content emerald-checkbox.leading-radio,
emerald-list-item-content .list-item-content emerald-radio-button.leading-checkbox,
emerald-list-item-content .list-item-content emerald-radio-button.leading-radio,
.emerald-list-item-content .list-item-content emerald-checkbox.leading-checkbox,
.emerald-list-item-content .list-item-content emerald-checkbox.leading-radio,
.emerald-list-item-content .list-item-content emerald-radio-button.leading-checkbox,
.emerald-list-item-content .list-item-content emerald-radio-button.leading-radio {
  margin-left: -0.531rem;
  margin-right: 0.5rem;
}
emerald-list-item-content .list-item-content .leading-checkbox .emerald-checkbox,
emerald-list-item-content .list-item-content .leading-radio .emerald-radio-button,
.emerald-list-item-content .list-item-content .leading-checkbox .emerald-checkbox,
.emerald-list-item-content .list-item-content .leading-radio .emerald-radio-button {
  margin-left: -0.531rem;
  margin-right: 0.5rem;
}
.BrandStyle emerald-list-item,
.BrandStyle .emerald-list-item {
  font-family: "financier";
}
.mdc-deprecated-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list:focus {
  outline: none;
}
.mdc-deprecated-list-item {
  height: 48px;
}
.mdc-deprecated-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-deprecated-list-item__graphic {
  background-color: transparent;
}
.mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 0.38;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}
.mdc-deprecated-list-item__wrapper {
  display: block;
}
.mdc-deprecated-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.mdc-deprecated-list-item:focus {
  outline: none;
}
.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
  .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  padding-left: 0px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 0px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 100px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
  display: inline-flex;
}
.mdc-deprecated-list-item__meta {
  margin-left: auto;
  margin-right: 0;
}
.mdc-deprecated-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,
[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}
.mdc-deprecated-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-deprecated-list-item__text[for] {
  pointer-events: none;
}
.mdc-deprecated-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-deprecated-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
  font-size: inherit;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 40px;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
  align-self: flex-start;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
  height: 64px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 72px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 60px;
}
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  cursor: pointer;
}
a.mdc-deprecated-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-deprecated-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-deprecated-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-deprecated-list-divider--padded {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 104px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 132px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 0px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
}
.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  width: 56px;
  height: 56px;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  width: 100px;
  height: 56px;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  width: 36px;
  height: 20px;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  width: 36px;
  height: 20px;
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider {
  height: 1px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-list-divider::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.mdc-list {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.mdc-list:focus {
  outline: none;
}
.mdc-list-item__wrapper {
  display: block;
}
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  cursor: pointer;
}
.mdc-list-item:focus {
  outline: none;
}
.mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
  cursor: auto;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item:not(.mdc-list-item--selected):focus::before,
  .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected:focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected:focus::before {
    border-color: CanvasText;
  }
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-list-item__start {
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__end {
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
  pointer-events: none;
}
.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
  align-self: stretch;
}
.mdc-list-item__content[for] {
  pointer-events: none;
}
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item__secondary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
  white-space: normal;
  line-height: 20px;
}
.mdc-list-item--with-overline .mdc-list-item__secondary-text {
  white-space: nowrap;
  line-height: auto;
}
.mdc-list-item__overline-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  border-radius: 50%;
}
.mdc-list-item--with-leading-icon.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 32px;
}
[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
  margin-left: 32px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-video.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-radio.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-switch.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-trailing-icon.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-left: 28px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 28px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-item,
.mdc-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-list-group__subheader {
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-divider {
  padding: 0;
  background-clip: content-box;
}
.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
  padding-left: 16px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
  padding-left: auto;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
  padding-left: 16px;
  padding-right: auto;
}
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
  padding-left: 0px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 0px;
}
[dir=rtl] .mdc-list-divider,
.mdc-list-divider[dir=rtl] {
  padding: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: relative;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  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);
  transform-origin-left: top left;
  transform-origin-right: top right;
}
.mdc-menu-surface:focus {
  outline: none;
}
.mdc-menu-surface--animating-open {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
}
.mdc-menu-surface--open {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}
.mdc-menu-surface--animating-closed {
  display: inline-block;
  opacity: 0;
}
[dir=rtl] .mdc-menu-surface,
.mdc-menu-surface[dir=rtl] {
  transform-origin-left: top right;
  transform-origin-right: top left;
}
.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible;
}
.mdc-menu-surface--fixed {
  position: fixed;
}
.mdc-menu-surface--fullwidth {
  width: 100%;
}
.mdc-menu-surface {
  max-width: calc(100vw - 32px);
  max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
  z-index: 8;
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    height 250ms cubic-bezier(0, 0, 0.2, 1);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
}
.mdc-menu-surface--animating-closed {
  transition: opacity 0.075s linear;
}
.mdc-menu {
  min-width: 112px;
  min-width: var(--mdc-menu-min-width, 112px);
}
.mdc-menu .mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-menu-item--submenu-open .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
}
.mdc-menu .mdc-menu-item--submenu-open .mdc-list-item__ripple::before {
  opacity: 0.04;
}
.mdc-menu .mdc-deprecated-list {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-deprecated-list,
.mdc-menu .mdc-list {
  position: relative;
}
.mdc-menu .mdc-deprecated-list .mdc-elevation-overlay,
.mdc-menu .mdc-list .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-menu .mdc-deprecated-list::before,
.mdc-menu .mdc-list::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-menu .mdc-deprecated-list::before,
  .mdc-menu .mdc-list::before {
    border-color: CanvasText;
  }
}
.mdc-menu .mdc-deprecated-list-divider {
  margin: 8px 0;
}
.mdc-menu .mdc-deprecated-list-item {
  -webkit-user-select: none;
  user-select: none;
}
.mdc-menu .mdc-deprecated-list-item--disabled {
  cursor: auto;
}
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
  pointer-events: none;
}
.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor;
}
.mdc-menu__selection-group .mdc-deprecated-list-item {
  padding-left: 56px;
  padding-right: 16px;
}
[dir=rtl] .mdc-menu__selection-group .mdc-deprecated-list-item,
.mdc-menu__selection-group .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 56px;
}
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
  left: 16px;
  right: initial;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
  left: initial;
  right: 16px;
}
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline;
}
.emerald-menu {
  display: inline-block;
  --mdc-menu-trigger-ele-width: 2rem;
  --mdc-menu-trigger-ele-height: 2rem;
  --mdc-menu-surface-position-x: 0;
  --mdc-menu-surface-position-y: 0;
}
.emerald-menu .mdc-menu-trigger-element {
  cursor: pointer;
}
.emerald-menu .mdc-menu-surface {
  top: unset !important;
  bottom: unset !important;
  left: 0 !important;
  max-height: 250px !important;
  overflow-y: auto;
}
.emerald-menu .mdc-menu-surface .mdc-list-item {
  padding: 0.25rem 1rem !important;
}
.emerald-menu[data-position=bottom_start] .mdc-menu-surface {
  top: unset !important;
  left: 0 !important;
}
.emerald-menu[data-position=bottom_end] .mdc-menu-surface {
  top: unset !important;
  right: 0 !important;
  left: unset !important;
}
.emerald-menu[data-position=top_start] .mdc-menu-surface {
  top: unset !important;
  left: 0 !important;
  bottom: var(--mdc-menu-trigger-ele-height) !important;
}
.emerald-menu[data-position=top_end] .mdc-menu-surface {
  top: unset !important;
  left: unset !important;
  right: 0 !important;
  bottom: var(--mdc-menu-trigger-ele-height) !important;
}
.emerald-menu[data-position=left_start] .mdc-menu-surface {
  top: 0 !important;
  left: var(--mdc-menu-trigger-ele-width) !important;
  bottom: unset !important;
}
.emerald-menu[data-position=left_end] .mdc-menu-surface {
  top: unset !important;
  left: var(--mdc-menu-trigger-ele-width) !important;
  bottom: 0 !important;
}
.emerald-menu[data-position=right_start] .mdc-menu-surface {
  top: 0 !important;
  left: unset !important;
  bottom: unset !important;
  right: 0px !important;
}
.emerald-menu[data-position=right_end] .mdc-menu-surface {
  top: unset !important;
  left: -var(--mdc-menu-trigger-ele-width) !important;
  bottom: 0 !important;
}
.emerald-menu[data-position=absolute] .mdc-menu-surface,
.emerald-menu[data-position=fixed] .mdc-menu-surface {
  left: var(--mdc-menu-surface-position-x) !important;
  top: var(--mdc-menu-surface-position-y) !important;
  right: unset !important;
  bottom: unset !important;
}
.mdc-circular-progress__determinate-circle,
.mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #6200ee;
  stroke: var(--mdc-theme-primary, #6200ee);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-circular-progress__determinate-circle,
  .mdc-circular-progress__indeterminate-circle-graphic {
    stroke: CanvasText;
  }
}
.mdc-circular-progress__determinate-track {
  stroke: transparent;
}
@keyframes mdc-circular-progress-container-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mdc-circular-progress-spinner-layer-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes mdc-circular-progress-color-1-fade-in-out {
  from {
    opacity: 0.99;
  }
  25% {
    opacity: 0.99;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0.99;
  }
}
@keyframes mdc-circular-progress-color-2-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0.99;
  }
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-3-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-4-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 0.99;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-left-spin {
  from {
    transform: rotate(265deg);
  }
  50% {
    transform: rotate(130deg);
  }
  to {
    transform: rotate(265deg);
  }
}
@keyframes mdc-circular-progress-right-spin {
  from {
    transform: rotate(-265deg);
  }
  50% {
    transform: rotate(-130deg);
  }
  to {
    transform: rotate(-265deg);
  }
}
.mdc-circular-progress {
  display: inline-flex;
  position: relative;
  direction: ltr;
  line-height: 0;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-circular-progress__determinate-container,
.mdc-circular-progress__indeterminate-circle-graphic,
.mdc-circular-progress__indeterminate-container,
.mdc-circular-progress__spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mdc-circular-progress__determinate-container {
  transform: rotate(-90deg);
}
.mdc-circular-progress__indeterminate-container {
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
}
.mdc-circular-progress__determinate-circle-graphic,
.mdc-circular-progress__indeterminate-circle-graphic {
  fill: transparent;
}
.mdc-circular-progress__determinate-circle {
  transition: stroke-dashoffset 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-circular-progress__gap-patch {
  position: absolute;
  top: 0;
  left: 47.5%;
  box-sizing: border-box;
  width: 5%;
  height: 100%;
  overflow: hidden;
}
.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic {
  left: -900%;
  width: 2000%;
  transform: rotate(180deg);
}
.mdc-circular-progress__circle-clipper {
  display: inline-flex;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
  width: 200%;
}
.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  left: -100%;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container {
  opacity: 0;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  opacity: 1;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-1 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-2 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-3 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-4 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic {
  animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--closed {
  opacity: 0;
}
.mdc-linear-progress__bar-inner {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E");
}
.mdc-linear-progress__buffer-bar {
  background-color: #e6e6e6;
}
.mdc-linear-progress {
  height: 4px;
}
.mdc-linear-progress__bar-inner {
  border-top-width: 4px;
}
.mdc-linear-progress__buffer-dots {
  background-size: 10px 4px;
}
@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
    transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
  }
  100% {
    transform: translateX(200.611057%);
    transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }
  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
    transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
    transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
  }
  100% {
    transform: translateX(160.277782%);
    transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    transform: scaleX(0.08);
  }
  19.15% {
    animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    transform: scaleX(0.457104);
  }
  44.15% {
    animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
    transform: scaleX(0.72796);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-buffering {
  from {
    transform: rotate(180deg) translateX(-10px);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
    transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
  }
  100% {
    transform: translateX(-200.611057%);
    transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
    transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
    transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
  }
  100% {
    transform: translateX(-160.277782%);
    transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
  }
}
@keyframes mdc-linear-progress-buffering-reverse {
  from {
    transform: translateX(-10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  transform: translateZ(0);
  outline: 1px solid transparent;
  overflow: hidden;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
@media screen and (forced-colors: active) {
  .mdc-linear-progress {
    outline-color: CanvasText;
  }
}
.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  animation: none;
  border-top-style: solid;
}
.mdc-linear-progress__buffer {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mdc-linear-progress__buffer-dots {
  background-repeat: repeat-x;
  flex: auto;
  transform: rotate(180deg);
  animation: mdc-linear-progress-buffering 250ms infinite linear;
}
.mdc-linear-progress__buffer-bar {
  flex: 0 1 100%;
  transition: flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}
.mdc-linear-progress__secondary-bar {
  display: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  display: block;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
}
[dir=rtl] .mdc-linear-progress,
.mdc-linear-progress[dir=rtl] {
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar {
  right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots {
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
  transform: rotate(0);
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}
.mdc-linear-progress--closed {
  opacity: 0;
}
.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots {
  animation: none;
}
.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,
.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner {
  animation: none;
}
.emerald-progress-bar .label-text-wrapper,
emerald-progress-bar .label-text-wrapper {
  display: flex;
  justify-content: space-between;
}
.emerald-progress-bar .label-text-wrapper .label-text,
emerald-progress-bar .label-text-wrapper .label-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0px;
  text-align: left;
}
.emerald-progress-bar .label-text-wrapper .material-icons.success,
emerald-progress-bar .label-text-wrapper .material-icons.success {
  color: #50af78;
}
.emerald-progress-bar .label-text-wrapper .material-icons.error,
emerald-progress-bar .label-text-wrapper .material-icons.error {
  color: #ff543e;
}
.emerald-progress-bar .helper-text,
emerald-progress-bar .helper-text {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #b3b3b3;
}
.emerald-progress-bar .helper-text.error,
emerald-progress-bar .helper-text.error {
  color: #ff543e;
}
.emerald-progress-bar .mdc-linear-progress__bar-inner,
emerald-progress-bar .mdc-linear-progress__bar-inner {
  border-color: #003f2d;
}
.emerald-progress-bar .mdc-linear-progress__bar-inner.mdc-linear-progress__success,
emerald-progress-bar .mdc-linear-progress__bar-inner.mdc-linear-progress__success {
  border-color: #50af78;
}
.emerald-progress-bar .mdc-linear-progress__bar-inner.mdc-linear-progress__error,
emerald-progress-bar .mdc-linear-progress__bar-inner.mdc-linear-progress__error {
  border-color: #ff543e;
}
.emerald-progress-bar .mdc-linear-progress__buffer-bar,
emerald-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 63, 45, 0.12);
}
.emerald-progress-spinner .mdc-circular-progress__determinate-circle,
.emerald-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,
emerald-progress-spinner .mdc-circular-progress__determinate-circle,
emerald-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,
.emerald-progress-spinner .mdc-circular-progress__determinate-circle,
.emerald-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,
.emerald-loading-circle .mdc-circular-progress__determinate-circle,
.emerald-loading-circle .mdc-circular-progress__indeterminate-circle-graphic,
emerald-loading-circle .mdc-circular-progress__determinate-circle,
emerald-loading-circle .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #003f2d;
}
.emerald-progress-spinner .progress-white .mdc-circular-progress__determinate-circle,
.emerald-progress-spinner .progress-white .mdc-circular-progress__indeterminate-circle-graphic,
emerald-progress-spinner .progress-white .mdc-circular-progress__determinate-circle,
emerald-progress-spinner .progress-white .mdc-circular-progress__indeterminate-circle-graphic,
.emerald-progress-spinner .progress-white .mdc-circular-progress__determinate-circle,
.emerald-progress-spinner .progress-white .mdc-circular-progress__indeterminate-circle-graphic,
.emerald-loading-circle .progress-white .mdc-circular-progress__determinate-circle,
.emerald-loading-circle .progress-white .mdc-circular-progress__indeterminate-circle-graphic,
emerald-loading-circle .progress-white .mdc-circular-progress__determinate-circle,
emerald-loading-circle .progress-white .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #ffffff;
}
.mdc-circular-progress__determinate-container {
  transform: rotate(0deg);
}
.mdc-circular-progress__value {
  font-size: 0.6rem;
  fill: #000000;
  font-weight: normal;
}
.mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #018786;
  border-color: var(--mdc-theme-secondary, #018786);
}
.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #018786;
  border-color: var(--mdc-theme-secondary, #018786);
}
.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-radio [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-radio .mdc-radio__background::before {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
}
.mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: GrayText;
  }
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: GrayText;
  }
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
    border-color: GrayText;
  }
}
.mdc-radio {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  cursor: pointer;
  will-change:
    opacity,
    transform,
    border-color,
    color;
}
.mdc-radio[hidden] {
  display: none;
}
.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}
.mdc-radio--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mdc-radio--touch .mdc-radio__native-control {
  top: calc((40px - 48px) / 2);
  right: calc((40px - 48px) / 2);
  left: calc((40px - 48px) / 2);
  width: 48px;
  height: 48px;
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
@media screen and (forced-colors: active) {
  .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,
  .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,
  .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}
.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-radio .mdc-radio__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  background-color: #018786;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}
.mdc-radio:hover .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-surface--hover .mdc-radio__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before,
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
  content: none;
}
.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-form-field {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.mdc-form-field[hidden] {
  display: none;
}
.mdc-form-field > label {
  margin-left: 0;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 0;
  order: 0;
}
[dir=rtl] .mdc-form-field > label,
.mdc-form-field > label[dir=rtl] {
  margin-left: auto;
  margin-right: 0;
}
[dir=rtl] .mdc-form-field > label,
.mdc-form-field > label[dir=rtl] {
  padding-left: 0;
  padding-right: 4px;
}
.mdc-form-field--nowrap > label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mdc-form-field--align-end > label {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
  order: -1;
}
[dir=rtl] .mdc-form-field--align-end > label,
.mdc-form-field--align-end > label[dir=rtl] {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .mdc-form-field--align-end > label,
.mdc-form-field--align-end > label[dir=rtl] {
  padding-left: 4px;
  padding-right: 0;
}
.mdc-form-field--space-between {
  justify-content: space-between;
}
.mdc-form-field--space-between > label {
  margin: 0;
}
[dir=rtl] .mdc-form-field--space-between > label,
.mdc-form-field--space-between > label[dir=rtl] {
  margin: 0;
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
emerald-radio-button .input-with-label,
.emerald-radio-button .input-with-label {
  display: flex;
}
emerald-radio-button .input-with-label label,
.emerald-radio-button .input-with-label label {
  padding-top: 0.625rem;
}
emerald-radio-button .mdc-radio,
.emerald-radio-button .mdc-radio {
  padding: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}
emerald-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.emerald-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #003f2d;
}
emerald-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.emerald-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #003f2d;
}
emerald-radio-button .mdc-radio .mdc-radio__background::before,
.emerald-radio-button .mdc-radio .mdc-radio__background::before {
  background-color: #003f2d;
}
emerald-radio-button .mdc-radio .mdc-radio__background,
.emerald-radio-button .mdc-radio .mdc-radio__background {
  width: 1.25rem;
  height: 1.25rem;
}
emerald-radio-button .mdc-radio .mdc-radio__inner-circle,
.emerald-radio-button .mdc-radio .mdc-radio__inner-circle {
  border-width: 0.625rem;
}
emerald-radio-button .mdc-radio .mdc-radio__native-control,
.emerald-radio-button .mdc-radio .mdc-radio__native-control {
  top: 0rem;
  right: 0rem;
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
}
emerald-radio-button .mdc-label-position-left,
.emerald-radio-button .mdc-label-position-left {
  flex-direction: row-reverse;
}
emerald-radio-group .emerald-radio-fieldset,
.emerald-radio-group .emerald-radio-fieldset {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0;
  margin: 0;
  flex-direction: row;
}
emerald-radio-group .emerald-radio-fieldset--vertical,
.emerald-radio-group .emerald-radio-fieldset--vertical {
  flex-direction: column;
}
emerald-radio-group .emerald-radio-button:not(:last-child),
.emerald-radio-group .emerald-radio-button:not(:last-child) {
  margin-right: 1rem;
}
.mdc-snackbar__surface {
  background-color: #333333;
}
.mdc-snackbar__label {
  color: rgba(255, 255, 255, 0.87);
}
.mdc-snackbar__surface {
  min-width: 344px;
}
@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}
.mdc-snackbar__surface {
  max-width: 672px;
}
.mdc-snackbar__surface {
  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);
}
.mdc-snackbar__surface {
  border-radius: 4px;
  border-radius: var(--mdc-shape-small, 4px);
}
.mdc-snackbar {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}
.mdc-snackbar--open .mdc-snackbar__label,
.mdc-snackbar--open .mdc-snackbar__actions {
  visibility: visible;
}
.mdc-snackbar__surface {
  padding-left: 0;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}
.mdc-snackbar__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-snackbar__surface::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-snackbar__surface,
.mdc-snackbar__surface[dir=rtl] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-snackbar__label {
  padding-left: 16px;
  padding-right: 8px;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  visibility: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}
[dir=rtl] .mdc-snackbar__label,
.mdc-snackbar__label[dir=rtl] {
  padding-left: 8px;
  padding-right: 16px;
}
.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}
.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
  visibility: hidden;
}
.mdc-snackbar__action + .mdc-snackbar__dismiss {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .mdc-snackbar__action + .mdc-snackbar__dismiss,
.mdc-snackbar__action + .mdc-snackbar__dismiss[dir=rtl] {
  margin-left: 0;
  margin-right: 8px;
}
.mdc-snackbar {
  z-index: 8;
  margin: 8px;
}
.mdc-snackbar--stacked .mdc-snackbar__label {
  padding-left: 16px;
  padding-right: 8px;
  padding-bottom: 12px;
}
[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,
.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
  padding-left: 8px;
  padding-right: 16px;
}
.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}
.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}
.mdc-snackbar--leading {
  justify-content: flex-start;
}
.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}
.mdc-snackbar__action .mdc-button__ripple::before,
.mdc-snackbar__action .mdc-button__ripple::after {
  background-color: #bb86fc;
  background-color: var(--mdc-ripple-color, #bb86fc);
}
.mdc-snackbar__action:hover .mdc-button__ripple::before,
.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__dismiss {
  color: rgba(255, 255, 255, 0.87);
}
.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss .mdc-icon-button__ripple::after {
  background-color: rgba(255, 255, 255, 0.87);
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: 36px;
  height: 36px;
  padding: 6px;
  font-size: 18px;
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring {
  max-height: 36px;
  max-width: 36px;
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 36px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 36px;
  max-width: 36px;
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 36px;
  left: 50%;
  width: 36px;
  transform: translate(-50%, -50%);
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__surface {
  background-color: #ffffff;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__label {
  color: #1a1a1a;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__surface {
  width: 25rem;
  padding: 0.75rem 1rem;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__surface .left-icon,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__surface .left-icon {
  padding-right: 0.625rem;
  color: #767676;
}
emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__surface {
  padding: 0.875rem 1rem 0 1rem;
}
emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__actions,
.emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__actions {
  margin-bottom: 0;
  padding: 1.625rem 1rem 1.5rem 0;
}
emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__actions .snackbar-primary-bttn .mdc-button,
.emerald-snackbar .mdc-snackbar.mdc-snackbar--stacked .mdc-snackbar__actions .snackbar-primary-bttn .mdc-button {
  padding-left: 2.5rem;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  letter-spacing: normal;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .mdc-snackbar__dismiss,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .mdc-snackbar__dismiss {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button,
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button {
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  width: auto;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button .mdc-button__label,
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button .mdc-button__label,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button .mdc-button__label,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button .mdc-button__label {
  font-size: 1rem;
  line-height: 1rem;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button .mdc-fab__icon,
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button .mdc-fab__icon,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button .mdc-fab__icon,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button .mdc-fab__icon {
  color: #767676;
}
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button:hover,
emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button:hover,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions emerald-button .mdc-button:hover,
.emerald-snackbar .mdc-snackbar .mdc-snackbar__actions .emerald-button .mdc-button:hover {
  background: none;
}
emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface {
  background-color: #e7e7f9;
}
emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__label {
  color: #262698;
}
emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface {
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #262698;
}
emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface .left-icon,
.emerald-snackbar .mdc-snackbar.info-variant .mdc-snackbar__surface .left-icon {
  color: #262698;
}
emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface {
  background-color: #e6f4ec;
}
emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__label {
  color: #28573c;
}
emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface {
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #28573c;
}
emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface .left-icon,
.emerald-snackbar .mdc-snackbar.success-variant .mdc-snackbar__surface .left-icon {
  color: #50af78;
}
emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface {
  background-color: #ffeddb;
}
emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__label {
  color: #b85f00;
}
emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface {
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #b85f00;
}
emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface .left-icon,
.emerald-snackbar .mdc-snackbar.warning-variant .mdc-snackbar__surface .left-icon {
  color: #ff9742;
}
emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface {
  background-color: #fbeeee;
}
emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__label,
.emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__label {
  color: #a03530;
}
emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface,
.emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface {
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #a03530;
}
emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface .left-icon,
.emerald-snackbar .mdc-snackbar.error-variant .mdc-snackbar__surface .left-icon {
  color: #ff543e;
}
emerald-snackbar .mdc-snackbar--trailing,
.emerald-snackbar .mdc-snackbar--trailing {
  display: flex;
  justify-content: flex-end;
}
.mdc-switch {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
}
.mdc-switch[hidden] {
  display: none;
}
.mdc-switch:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-switch__track {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mdc-switch__track::before,
.mdc-switch__track::after {
  border: 1px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (forced-colors: active) {
  .mdc-switch__track::before,
  .mdc-switch__track::after {
    border-color: currentColor;
  }
}
.mdc-switch__track::before {
  transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(0);
}
.mdc-switch__track::after {
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transform: translateX(-100%);
}
[dir=rtl] .mdc-switch__track::after,
.mdc-switch__track[dir=rtl]::after {
  transform: translateX(100%);
}
.mdc-switch--selected .mdc-switch__track::before {
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transform: translateX(100%);
}
[dir=rtl] .mdc-switch--selected .mdc-switch__track::before,
.mdc-switch--selected .mdc-switch__track[dir=rtl]::before {
  transform: translateX(-100%);
}
.mdc-switch--selected .mdc-switch__track::after {
  transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(0);
}
.mdc-switch__handle-track {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  right: auto;
  transform: translateX(0);
}
[dir=rtl] .mdc-switch__handle-track,
.mdc-switch__handle-track[dir=rtl] {
  left: auto;
  right: 0;
}
.mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(100%);
}
[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track,
.mdc-switch--selected .mdc-switch__handle-track[dir=rtl] {
  transform: translateX(-100%);
}
.mdc-switch__handle {
  display: flex;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
}
[dir=rtl] .mdc-switch__handle,
.mdc-switch__handle[dir=rtl] {
  left: auto;
  right: 0;
}
.mdc-switch__handle::before,
.mdc-switch__handle::after {
  border: 1px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1), border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@media screen and (forced-colors: active) {
  .mdc-switch__handle::before,
  .mdc-switch__handle::after {
    border-color: currentColor;
  }
}
.mdc-switch__shadow {
  border-radius: inherit;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mdc-elevation-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.mdc-switch__ripple {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mdc-switch:disabled .mdc-switch__ripple {
  display: none;
}
.mdc-switch__icons {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mdc-switch__icon {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-switch--selected .mdc-switch__icon--on,
.mdc-switch--unselected .mdc-switch__icon--off {
  opacity: 1;
  transition: opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-switch {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-switch .mdc-switch__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-switch .mdc-switch__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-switch.mdc-ripple-upgraded--unbounded .mdc-switch__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-switch.mdc-ripple-upgraded--foreground-activation .mdc-switch__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-switch.mdc-ripple-upgraded--foreground-deactivation .mdc-switch__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before,
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-switch .mdc-switch__focus-ring-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,
.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,
  .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,
.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,
  .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-switch {
  width: 36px;
  width: var(--mdc-switch-track-width, 36px);
}
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: #6200ee;
  background: var(--mdc-switch-selected-handle-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
  background: #310077;
  background: var(--mdc-switch-selected-hover-handle-color, #310077);
}
.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after {
  background: #310077;
  background: var(--mdc-switch-selected-focus-handle-color, #310077);
}
.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after {
  background: #310077;
  background: var(--mdc-switch-selected-pressed-handle-color, #310077);
}
.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after {
  background: #424242;
  background: var(--mdc-switch-disabled-selected-handle-color, #424242);
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background: #616161;
  background: var(--mdc-switch-unselected-handle-color, #616161);
}
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
  background: #212121;
  background: var(--mdc-switch-unselected-hover-handle-color, #212121);
}
.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after {
  background: #212121;
  background: var(--mdc-switch-unselected-focus-handle-color, #212121);
}
.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after {
  background: #212121;
  background: var(--mdc-switch-unselected-pressed-handle-color, #212121);
}
.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after {
  background: #424242;
  background: var(--mdc-switch-disabled-unselected-handle-color, #424242);
}
.mdc-switch .mdc-switch__handle::before {
  background: #fff;
  background: var(--mdc-switch-handle-surface-color, var(--mdc-theme-surface, #fff));
}
.mdc-switch:enabled .mdc-switch__shadow {
  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);
  box-shadow: var(--mdc-switch-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));
}
.mdc-switch:disabled .mdc-switch__shadow {
  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);
  box-shadow: var(--mdc-switch-disabled-handle-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));
}
.mdc-switch .mdc-switch__focus-ring-wrapper,
.mdc-switch .mdc-switch__handle {
  height: 20px;
  height: var(--mdc-switch-handle-height, 20px);
}
.mdc-switch:disabled .mdc-switch__handle::after {
  opacity: 0.38;
  opacity: var(--mdc-switch-disabled-handle-opacity, 0.38);
}
.mdc-switch .mdc-switch__handle {
  border-radius: 10px;
  border-radius: var(--mdc-switch-handle-shape, 10px);
}
.mdc-switch .mdc-switch__handle {
  width: 20px;
  width: var(--mdc-switch-handle-width, 20px);
}
.mdc-switch .mdc-switch__handle-track {
  width: calc(100% - 20px);
  width: calc(100% - var(--mdc-switch-handle-width, 20px));
}
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
  fill: #fff;
  fill: var(--mdc-switch-selected-icon-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
  fill: #fff;
  fill: var(--mdc-switch-disabled-selected-icon-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
  fill: #fff;
  fill: var(--mdc-switch-unselected-icon-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
  fill: #fff;
  fill: var(--mdc-switch-disabled-unselected-icon-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
  opacity: 0.38;
  opacity: var(--mdc-switch-disabled-selected-icon-opacity, 0.38);
}
.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
  opacity: 0.38;
  opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 0.38);
}
.mdc-switch.mdc-switch--selected .mdc-switch__icon {
  width: 18px;
  width: var(--mdc-switch-selected-icon-size, 18px);
  height: 18px;
  height: var(--mdc-switch-selected-icon-size, 18px);
}
.mdc-switch.mdc-switch--unselected .mdc-switch__icon {
  width: 18px;
  width: var(--mdc-switch-unselected-icon-size, 18px);
  height: 18px;
  height: var(--mdc-switch-unselected-icon-size, 18px);
}
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-switch-selected-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-switch-selected-focus-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-switch-selected-pressed-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
  background-color: #424242;
  background-color: var(--mdc-switch-unselected-hover-state-layer-color, #424242);
}
.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after {
  background-color: #424242;
  background-color: var(--mdc-switch-unselected-focus-state-layer-color, #424242);
}
.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after {
  background-color: #424242;
  background-color: var(--mdc-switch-unselected-pressed-state-layer-color, #424242);
}
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-switch-selected-hover-state-layer-opacity, 0.04);
}
.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-switch-selected-focus-state-layer-opacity, 0.12);
}
.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1);
}
.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1);
}
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-switch-unselected-hover-state-layer-opacity, 0.04);
}
.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-switch-unselected-focus-state-layer-opacity, 0.12);
}
.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1);
}
.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1);
}
.mdc-switch .mdc-switch__ripple {
  height: 48px;
  height: var(--mdc-switch-state-layer-size, 48px);
  width: 48px;
  width: var(--mdc-switch-state-layer-size, 48px);
}
.mdc-switch .mdc-switch__track {
  height: 14px;
  height: var(--mdc-switch-track-height, 14px);
}
.mdc-switch:disabled .mdc-switch__track {
  opacity: 0.12;
  opacity: var(--mdc-switch-disabled-track-opacity, 0.12);
}
.mdc-switch:enabled .mdc-switch__track::after {
  background: #d7bbff;
  background: var(--mdc-switch-selected-track-color, #d7bbff);
}
.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after {
  background: #d7bbff;
  background: var(--mdc-switch-selected-hover-track-color, #d7bbff);
}
.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after {
  background: #d7bbff;
  background: var(--mdc-switch-selected-focus-track-color, #d7bbff);
}
.mdc-switch:enabled:active .mdc-switch__track::after {
  background: #d7bbff;
  background: var(--mdc-switch-selected-pressed-track-color, #d7bbff);
}
.mdc-switch:disabled .mdc-switch__track::after {
  background: #424242;
  background: var(--mdc-switch-disabled-selected-track-color, #424242);
}
.mdc-switch:enabled .mdc-switch__track::before {
  background: #e0e0e0;
  background: var(--mdc-switch-unselected-track-color, #e0e0e0);
}
.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before {
  background: #e0e0e0;
  background: var(--mdc-switch-unselected-hover-track-color, #e0e0e0);
}
.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before {
  background: #e0e0e0;
  background: var(--mdc-switch-unselected-focus-track-color, #e0e0e0);
}
.mdc-switch:enabled:active .mdc-switch__track::before {
  background: #e0e0e0;
  background: var(--mdc-switch-unselected-pressed-track-color, #e0e0e0);
}
.mdc-switch:disabled .mdc-switch__track::before {
  background: #424242;
  background: var(--mdc-switch-disabled-unselected-track-color, #424242);
}
.mdc-switch .mdc-switch__track {
  border-radius: 7px;
  border-radius: var(--mdc-switch-track-shape, 7px);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-switch:disabled .mdc-switch__handle::after {
    opacity: 1;
    opacity: var(--mdc-switch-disabled-handle-opacity, 1);
  }
  .mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
    fill: ButtonText;
    fill: var(--mdc-switch-selected-icon-color, ButtonText);
  }
  .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
    fill: GrayText;
    fill: var(--mdc-switch-disabled-selected-icon-color, GrayText);
  }
  .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
    fill: ButtonText;
    fill: var(--mdc-switch-unselected-icon-color, ButtonText);
  }
  .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
    fill: GrayText;
    fill: var(--mdc-switch-disabled-unselected-icon-color, GrayText);
  }
  .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
    opacity: 1;
    opacity: var(--mdc-switch-disabled-selected-icon-opacity, 1);
  }
  .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
    opacity: 1;
    opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 1);
  }
  .mdc-switch:disabled .mdc-switch__track {
    opacity: 1;
    opacity: var(--mdc-switch-disabled-track-opacity, 1);
  }
}
emerald-switch,
.emerald-switch {
  display: flex;
}
emerald-switch .mdc-switch,
.emerald-switch .mdc-switch {
  margin-top: 0.25rem;
  --mdc-switch-selected-handle-color: #003f2d;
  --mdc-switch-selected-hover-handle-color: #003f2d;
  --mdc-switch-selected-pressed-handle-color: #003f2d;
  --mdc-switch-selected-focus-handle-color: #003f2d;
  --mdc-switch-selected-track-color: rgba(0, 63, 45, 0.38);
  --mdc-switch-selected-pressed-track-color: rgba(0, 63, 45, 0.38);
  --mdc-switch-selected-hover-track-color: rgba(0, 63, 45, 0.38);
  --mdc-switch-selected-focus-track-color: rgba(0, 63, 45, 0.38);
  --mdc-switch-disabled-selected-handle-color: #003f2d;
  --mdc-switch-disabled-selected-track-color: rgba(0, 63, 45, 0.38);
  --mdc-switch-disabled-unselected-handle-color: #ffffff;
  --mdc-switch-disabled-track-opacity: 0.4;
  --mdc-switch-unselected-handle-color: #ffffff;
  --mdc-switch-unselected-hover-handle-color: #ffffff;
  --mdc-switch-unselected-focus-handle-color: #ffffff;
  --mdc-switch-unselected-pressed-handle-color: #ffffff;
  --mdc-switch-unselected-track-color: #959595;
  --mdc-switch-unselected-pressed-track-color: #959595;
  --mdc-switch-unselected-hover-track-color: #959595;
  --mdc-switch-unselected-focus-track-color: #959595;
  --mdc-switch-selected-focus-state-layer-color: #003f2d;
  --mdc-switch-selected-hover-state-layer-color: #003f2d;
  --mdc-switch-selected-pressed-state-layer-color: #195141;
  --mdc-switch-unselected-focus-state-layer-color: #ffffff;
  --mdc-switch-unselected-hover-state-layer-color: #ffffff;
  --mdc-switch-unselected-pressed-state-layer-color: #195141;
}
emerald-switch .mdc-switch.mdc-switch--unselected .mdc-switch__shadow,
.emerald-switch .mdc-switch.mdc-switch--unselected .mdc-switch__shadow {
  box-shadow: none;
}
emerald-switch .mdc-switch.mdc-switch--unselected .mdc-switch__handle:after,
.emerald-switch .mdc-switch.mdc-switch--unselected .mdc-switch__handle:after {
  border: 1px solid #cbd1d3;
}
emerald-switch .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle:after,
.emerald-switch .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle:after {
  border: 1px solid #778f9c;
}
emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon,
.emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon.mdc-switch__icon--off.icon-margin--off,
.emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon.mdc-switch__icon--off.icon-margin--off {
  margin: -0.08rem;
}
emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon.mdc-switch__icon--on.icon-margin--on,
.emerald-switch .mdc-switch .mdc-switch__icons .mdc-switch__icon.mdc-switch__icon--on.icon-margin--on {
  margin-right: 1px;
  margin-top: 3px;
}
emerald-switch .custom-label-margin,
.emerald-switch .custom-label-margin {
  pointer-events: none;
}
emerald-switch .custom-label-margin.right-aligned,
.emerald-switch .custom-label-margin.right-aligned {
  margin-left: 1rem;
}
emerald-switch .custom-label-margin.left-aligned,
.emerald-switch .custom-label-margin.left-aligned {
  margin-right: 1rem;
}
emerald-switch .custom-label-margin.mdc-switch-label--disabled,
.emerald-switch .custom-label-margin.mdc-switch-label--disabled {
  border: 1px;
  color: rgba(0, 0, 0, 0.5411764706);
}
/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * 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.
 */
.mdc-tab-bar {
  width: 100%;
}
.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  height: 48px;
}
.mdc-tab--stacked {
  height: 72px;
}
/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * 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.
 */
.mdc-tab-scroller {
  overflow-y: hidden;
}
.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}
.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}
.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}
.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}
.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}
.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}
.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}
.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}
.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}
/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * 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.
 */
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  color: var(--mdc-theme-secondary, #018786);
}
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}
.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 34px;
  font-size: 34px;
}
.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}
.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}
.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto;
}
.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}
.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}
.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear;
}
.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms;
}
.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  position: relative;
}
.mdc-tab .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-tab .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}
.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring,
.mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + -12px);
  width: calc(100% + -8px);
  margin-top: -2px;
  z-index: 2;
}
@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring,
  .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring::after,
.mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring::after,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.mdc-tab--active.pagination-button .mdc-tab__focus-ring::after,
  .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + -8px);
  width: calc(100% + -8px);
  z-index: 2;
}
@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring,
  .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring::after,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring::after,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__focus-ring::after,
  .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after,
  emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after,
  .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-tab__content {
  position: relative;
}
.mdc-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-tab--active .mdc-tab__icon {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
  fill: currentColor;
}
.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  background: none;
}
.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  min-width: 90px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}
.mdc-tab::-moz-focus-inner,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button::-moz-focus-inner,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-tab[hidden],
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller [hidden].pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller [hidden].pagination-button {
  display: none;
}
.mdc-tab--min-width {
  flex: 0 1 auto;
}
.mdc-tab__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}
.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}
.mdc-tab__icon {
  transition: 150ms color linear;
  z-index: 2;
}
.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}
.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms;
}
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  padding-left: 8px;
  padding-right: 0;
}
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
[dir=rtl] emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller [dir=rtl] .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
[dir=rtl] .emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller [dir=rtl] .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl],
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl],
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  padding-left: 0;
  padding-right: 8px;
}
.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--unbounded.pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--unbounded.pagination-button .mdc-tab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--foreground-activation.pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--foreground-activation.pagination-button .mdc-tab__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--foreground-deactivation.pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--foreground-deactivation.pagination-button .mdc-tab__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button .mdc-tab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-tab:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
.mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-tab.mdc-ripple-upgraded,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-tab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, opacity;
}
emerald-tab-bar.Condensed .mdc-tab-scroller,
.emerald-tab-bar.Condensed .mdc-tab-scroller {
  width: max-content !important;
}
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab,
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab {
  display: unset !important;
  flex: none !important;
}
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab,
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button,
emerald-tab-bar.Condensed .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab,
emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button,
emerald-tab-bar.Condensed .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar.Condensed .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button {
  min-width: unset !important;
}
emerald-tab-bar .mdc-tab-bar .tab-content-display,
.emerald-tab-bar .mdc-tab-bar .tab-content-display {
  padding: 15px;
  overflow: visible;
  width: 100%;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller {
  display: grid;
  grid-auto-flow: column;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button {
  height: 3rem;
  cursor: pointer;
  z-index: 4 !important;
  padding: 0;
  min-width: 0.5rem !important;
  width: 1.5rem !important;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
    rgba(0, 0, 0, 0.14) 0px 4px 5px,
    rgba(0, 0, 0, 0.12) 0px 1px 10px;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button.mdc-tab--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button.mdc-tab--stacked {
  height: 4.5rem;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button.disable,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .pagination-button.disable {
  box-shadow: none;
  cursor: not-allowed;
  color: rgba(26, 26, 26, 0.46);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-area--scroll,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-area--scroll {
  overflow-x: hidden !important;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content.scroll-tab,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content.scroll-tab {
  flex-wrap: wrap;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab emerald-icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab emerald-icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab emerald-icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab emerald-icon {
  display: flex !important;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab.custom-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab.custom-tab,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab.custom-tab,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab.custom-tab {
  display: flex;
  flex: 1 0 auto;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab.custom-tab.disabled-tab-wrapper,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab.custom-tab.disabled-tab-wrapper,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab.custom-tab.disabled-tab-wrapper,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab.custom-tab.disabled-tab-wrapper {
  cursor: not-allowed;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button {
  padding: 0.875rem 1rem;
  align-items: center;
  height: 3rem;
  letter-spacing: normal;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__ripple::after {
  background-color: #1a1a1a;
  background-color: var(--mdc-ripple-color, #1a1a1a);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-surface--hover.pagination-button .mdc-tab__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-upgraded--background-focused.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after {
  transition: opacity 150ms linear;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-upgraded,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-upgraded.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-upgraded,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-upgraded.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-ripple-upgraded,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-ripple-upgraded.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-ripple-upgraded,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-ripple-upgraded.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-ripple-upgraded.pagination-button {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--stacked.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--stacked.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--stacked.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--stacked.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button {
  height: 4.5rem;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.tab--disabled,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .tab--disabled.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .tab--disabled.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.tab--disabled,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .tab--disabled.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .tab--disabled.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.tab--disabled,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .tab--disabled.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .tab--disabled.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.tab--disabled,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .tab--disabled.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .tab--disabled.pagination-button {
  cursor: default;
  pointer-events: none;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked {
  flex-direction: column;
  justify-content: center;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content.mdc-tab-content--stacked .label-flex {
  display: flex;
  align-items: center;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__text-label {
  color: #1a1a1a;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: medium;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon {
  color: rgba(26, 26, 26, 0.7);
  height: 1.25rem;
  font-size: 1.25rem;
  width: unset;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon .material-icons,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon .material-icons,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .mdc-tab__icon .material-icons {
  font-size: 1.25rem;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__text-label,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .tab-content--disabled.mdc-tab__icon {
  color: rgba(26, 26, 26, 0.46);
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container {
  box-sizing: content-box;
  top: 0px;
  z-index: 3;
  right: -0.625rem;
  border: 2px solid #ffffff;
  margin-left: 0.375rem;
}
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .mdc-tab__content .emerald-badge .badge-container.emerald-badge-large {
  width: auto !important;
  max-width: 2.75rem;
  left: 0px;
  top: 0px;
  border-radius: 100px;
  padding: 0 5px;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller {
  box-shadow: inset 0px -1px 0px rgba(0, 63, 45, 0.15);
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .pagination-button .label-flex {
  display: flex;
  align-items: center;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .label-flex,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .label-flex,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .label-flex {
  display: flex;
  align-items: center;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--stacked .badge-align,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--stacked.pagination-button .badge-align,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--stacked.pagination-button .badge-align {
  margin-top: 0.1875rem;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button {
  box-shadow: inset 0px -1px 0px #003f2d;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #003f2d;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before {
  background-color: #ffffff;
}
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.Vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar:not(.vertical) .mdc-tab-bar .mdc-tab-scroller .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab--active.pagination-button .TabLabel {
  color: #003f2d;
  font-weight: 500;
}
emerald-tab-bar.Vertical.BottomLine.MaxWidthLine emerald-tab,
emerald-tab-bar .vertical.BottomLine.MaxWidthLine emerald-tab,
.emerald-tab-bar.Vertical.BottomLine.MaxWidthLine emerald-tab,
.emerald-tab-bar .vertical.BottomLine.MaxWidthLine emerald-tab {
  width: calc(max-content + 15px);
}
emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab,
emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine emerald-tab button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab,
emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine .emerald-tab button.pagination-button,
emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab,
emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.pagination-button,
emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab,
emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine .emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.pagination-button,
.emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab,
.emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.pagination-button,
.emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab,
.emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.pagination-button {
  justify-content: unset;
}
emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine emerald-tab button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine .emerald-tab button.pagination-button,
emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.pagination-button,
emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine .emerald-tab button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.pagination-button,
.emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab,
.emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.pagination-button,
.emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab,
.emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.pagination-button {
  box-shadow: inset 0px -1px 0px rgba(0, 63, 45, 0.15);
}
emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab--active.pagination-button,
emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.mdc-tab--active.pagination-button,
emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical.BottomLine .mdc-tab-bar .mdc-tab-scroller .emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
.emerald-tab-bar .vertical.BottomLine emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine emerald-tab button.mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab.mdc-tab.mdc-tab--active,
.emerald-tab-bar .vertical.BottomLine .emerald-tab .mdc-tab-bar .mdc-tab-scroller button.mdc-tab--active.pagination-button,
.emerald-tab-bar .mdc-tab-bar .mdc-tab-scroller .vertical.BottomLine .emerald-tab button.mdc-tab--active.pagination-button {
  box-shadow: inset 0px -1px 0px #003f2d;
}
emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab--active,
emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab--active,
emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab--active,
emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab--active,
.emerald-tab-bar.Vertical.BottomLine emerald-tab button.mdc-tab--active,
.emerald-tab-bar.Vertical.BottomLine .emerald-tab button.mdc-tab--active,
.emerald-tab-bar .vertical.BottomLine emerald-tab button.mdc-tab--active,
.emerald-tab-bar .vertical.BottomLine .emerald-tab button.mdc-tab--active {
  box-shadow: inset 0px -1px 0px #003f2d;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller {
  width: calc(max-content + 15px);
  display: block;
  overflow-y: visible;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content {
  flex-direction: column;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .label-flex,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .label-flex {
  display: flex;
  align-items: center;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .badge-align,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .badge-align,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .pagination-button .badge-align,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .badge-align,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .badge-align,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .pagination-button .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .pagination-button .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .pagination-button .badge-align,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .pagination-button .badge-align {
  margin-top: 0.0625rem;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button {
  box-shadow: inset -1px 0px 0px #003f2d;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: transparent;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .mdc-tab__ripple::before,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .mdc-tab__ripple::before {
  background-color: #ffffff;
}
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
emerald-tab-bar .emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-bar .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar.Vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-bar .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller emerald-tab .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabIcon,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab.mdc-tab--active .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .emerald-tab .mdc-tab-scroller .mdc-tab--active.pagination-button .TabLabel,
.emerald-tab-bar .vertical > .mdc-tab-bar > .mdc-tab-scroller > .mdc-tab-scroller__scroll-area > .mdc-tab-scroller__scroll-content .mdc-tab-scroller .emerald-tab .mdc-tab--active.pagination-button .TabLabel {
  color: #003f2d;
  font-weight: 500;
}
emerald-tab-bar.Vertical:not(.BottomLine) > .mdc-tab-bar .mdc-tab-scroller,
emerald-tab-bar .vertical:not(.BottomLine) > .mdc-tab-bar .mdc-tab-scroller,
.emerald-tab-bar.Vertical:not(.BottomLine) > .mdc-tab-bar .mdc-tab-scroller,
.emerald-tab-bar .vertical:not(.BottomLine) > .mdc-tab-bar .mdc-tab-scroller {
  box-shadow: inset -1px 0px 0px rgba(0, 63, 45, 0.15);
}
.emerald-tooltip,
emerald-tooltip {
  display: inline-block;
}
.emerald-tooltip .emerald-tooltip-target,
emerald-tooltip .emerald-tooltip-target {
  display: inline-block;
}
.emerald-tooltip .emerald-tooltip-container,
emerald-tooltip .emerald-tooltip-container {
  --tooltipBackground: #000;
  --tooltipBorder: #0c0c0c;
  --tooltipColor: #fff;
  background-color: var(--tooltipBackground);
  border-radius: 3px;
  border: 1px solid var(--tooltipBorder);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  color: var(--tooltipColor);
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  transition: opacity 0.3s;
  z-index: 9999;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-interactive=false],
emerald-tooltip .emerald-tooltip-container[data-popper-interactive=false] {
  pointer-events: none;
}
.emerald-tooltip .emerald-tooltip-arrow,
emerald-tooltip .emerald-tooltip-arrow {
  height: 1rem;
  position: absolute;
  width: 1rem;
  pointer-events: none;
}
.emerald-tooltip .emerald-tooltip-arrow::before,
emerald-tooltip .emerald-tooltip-arrow::before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}
.emerald-tooltip .emerald-tooltip-arrow::after,
emerald-tooltip .emerald-tooltip-arrow::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow {
  left: 0;
  margin-top: -0.3rem;
  top: 0;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow::before,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow::before {
  border-color: transparent transparent var(--tooltipBorder) transparent;
  border-width: 0 0.5rem 0.4rem 0.5rem;
  position: absolute;
  top: -1px;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow::after,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=bottom] .emerald-tooltip-arrow::after {
  border-color: transparent transparent var(--tooltipBackground) transparent;
  border-width: 0 0.5rem 0.4rem 0.5rem;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-bottom: -1rem;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow::before,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow::before {
  border-color: var(--tooltipBorder) transparent transparent transparent;
  border-width: 0.4rem 0.5rem 0 0.5rem;
  position: absolute;
  top: 1px;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow::after,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=top] .emerald-tooltip-arrow::after {
  border-color: var(--tooltipBackground) transparent transparent transparent;
  border-width: 0.4rem 0.5rem 0 0.5rem;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow {
  left: 0;
  margin-left: -0.7rem;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow::before,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow::before {
  border-color: transparent var(--tooltipBorder) transparent transparent;
  border-width: 0.5rem 0.4rem 0.5rem 0;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow::after,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=right] .emerald-tooltip-arrow::after {
  border-color: transparent var(--tooltipBackground) transparent transparent;
  border-width: 0.5rem 0.4rem 0.5rem 0;
  left: 6px;
  top: 0;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow {
  margin-right: -0.7rem;
  right: 0;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow::before,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow::before {
  border-color: transparent transparent transparent var(--tooltipBorder);
  border-width: 0.5rem 0 0.5rem 0.4rem;
}
.emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow::after,
emerald-tooltip .emerald-tooltip-container[data-popper-placement*=left] .emerald-tooltip-arrow::after {
  border-color: transparent transparent transparent var(--tooltipBackground);
  border-width: 0.5rem 0 0.5rem 0.4rem;
  left: 3px;
  top: 0;
}
.mdc-top-app-bar {
  background-color: #6200ee;
  background-color: var(--mdc-theme-primary, #6200ee);
  color: white;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 4;
}
.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
  color: var(--mdc-theme-on-primary, #fff);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-top-app-bar__row {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
}
.mdc-top-app-bar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}
.mdc-top-app-bar__section--align-start {
  justify-content: flex-start;
  order: -1;
}
.mdc-top-app-bar__section--align-end {
  justify-content: flex-end;
  order: 1;
}
.mdc-top-app-bar__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  padding-left: 20px;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
[dir=rtl] .mdc-top-app-bar__title,
.mdc-top-app-bar__title[dir=rtl] {
  padding-left: 0;
  padding-right: 20px;
}
.mdc-top-app-bar--short-collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 0;
}
[dir=rtl] .mdc-top-app-bar--short-collapsed,
.mdc-top-app-bar--short-collapsed[dir=rtl] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 24px;
}
.mdc-top-app-bar--short {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
[dir=rtl] .mdc-top-app-bar--short,
.mdc-top-app-bar--short[dir=rtl] {
  right: 0;
  left: auto;
}
.mdc-top-app-bar--short .mdc-top-app-bar__row {
  height: 56px;
}
.mdc-top-app-bar--short .mdc-top-app-bar__section {
  padding: 4px;
}
.mdc-top-app-bar--short .mdc-top-app-bar__title {
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
.mdc-top-app-bar--short-collapsed {
  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);
  width: 56px;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
  display: none;
}
.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
  transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
  width: 112px;
}
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
  padding-left: 0;
  padding-right: 12px;
}
[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__row {
  height: 48px;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__section {
  padding: 0 4px;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__title {
  padding-left: 12px;
  padding-right: 0;
}
[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,
.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 128px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  align-self: flex-end;
  padding-bottom: 2px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
  align-self: flex-start;
}
.mdc-top-app-bar--fixed {
  transition: box-shadow 200ms linear;
}
.mdc-top-app-bar--fixed-scrolled {
  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);
  transition: box-shadow 200ms linear;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 96px;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
  padding: 0 12px;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 9px;
}
[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
  padding-left: 0;
  padding-right: 20px;
}
.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}
.mdc-top-app-bar--dense-fixed-adjust {
  padding-top: 48px;
}
.mdc-top-app-bar--short-fixed-adjust {
  padding-top: 56px;
}
.mdc-top-app-bar--prominent-fixed-adjust {
  padding-top: 128px;
}
.mdc-top-app-bar--dense-prominent-fixed-adjust {
  padding-top: 96px;
}
@media (max-width: 599px) {
  .mdc-top-app-bar__row {
    height: 56px;
  }
  .mdc-top-app-bar__section {
    padding: 4px;
  }
  .mdc-top-app-bar--short {
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed {
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
    padding-left: 0;
    padding-right: 12px;
  }
  [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,
  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
    padding-left: 12px;
    padding-right: 0;
  }
  .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-bottom: 6px;
  }
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 56px;
  }
}
emerald-toolbar {
  display: block;
}
emerald-toolbar .mdc-top-app-bar:not(.mdc-top-app-bar--fixed, .mdc-top-app-bar--prominent-fixed-adjust, .mdc-top-app-bar--dense-fixed-adjust, .mdc-top-app-bar--short-fixed-adjust) {
  position: relative;
  top: 0px !important;
}
emerald-toolbar main {
  height: calc(100% - 4rem);
}
emerald-toolbar main.custom-padding {
  padding-top: 0;
}
emerald-toolbar .toolbaricons {
  padding: 0;
}
emerald-toolbar .toolbaricons:empty {
  display: none;
}
emerald-toolbar .toolbaricons .cursor-pointer {
  cursor: pointer;
}
emerald-tollbar-menu .mdc-top-app-bar__navigation-icon {
  padding: 0;
}
emerald-tollbar-menu .mdc-top-app-bar__navigation-icon:empty {
  display: none;
}
.BrandStyle .mdc-top-app-bar__title {
  font-family: "financier";
}
emerald-toolbar .mdc-top-app-bar--fixed-adjust,
.emerald-toolbar .mdc-top-app-bar--fixed-adjust {
  padding-bottom: 4rem;
}
emerald-toolbar + emerald-navigation-drawer .mdc-top-app-bar--fixed-adjust,
emerald-toolbar + .emerald-navigation-drawer .mdc-top-app-bar--fixed-adjust,
.emerald-toolbar + emerald-navigation-drawer .mdc-top-app-bar--fixed-adjust,
.emerald-toolbar + .emerald-navigation-drawer .mdc-top-app-bar--fixed-adjust {
  padding-top: 0;
}
emerald-toolbar .mdc-top-app-bar,
.emerald-toolbar .mdc-top-app-bar {
  background-color: #fff;
  color: #003f2d;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);
}
emerald-toolbar .mdc-top-app-bar.mdc-top-app-bar--fixed .mdc-top-app-bar__row,
.emerald-toolbar .mdc-top-app-bar.mdc-top-app-bar--fixed .mdc-top-app-bar__row {
  height: 4rem;
}
emerald-toolbar .mdc-top-app-bar emerald-toolbar-menu emerald-icon.mdc-top-app-bar__navigation-icon,
.emerald-toolbar .mdc-top-app-bar emerald-toolbar-menu emerald-icon.mdc-top-app-bar__navigation-icon {
  color: #1a1a1a;
}
emerald-toolbar .mdc-top-app-bar .mdc-top-app-bar__section .mdc-top-app-bar__title.custom-title,
.emerald-toolbar .mdc-top-app-bar .mdc-top-app-bar__section .mdc-top-app-bar__title.custom-title {
  overflow: unset;
}
.emerald-toolbar .mdc-top-app-bar {
  position: relative;
}
.emerald-toolbar a {
  color: #003f2d;
}
.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-data-table {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table .mdc-data-table__header-cell:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-medium, 4px);
}
[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:first-child,
.mdc-data-table .mdc-data-table__header-cell:first-child[dir=rtl] {
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-medium, 4px);
  border-top-left-radius: 0;
}
.mdc-data-table .mdc-data-table__header-cell:last-child {
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-medium, 4px);
}
[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:last-child,
.mdc-data-table .mdc-data-table__header-cell:last-child[dir=rtl] {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-medium, 4px);
  border-top-right-radius: 0;
}
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child {
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-medium, 4px);
}
[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child,
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child[dir=rtl] {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-medium, 4px);
  border-bottom-left-radius: 0;
}
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-medium, 4px);
}
[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child,
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child[dir=rtl] {
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-medium, 4px);
  border-bottom-right-radius: 0;
}
.mdc-data-table__row {
  background-color: inherit;
}
.mdc-data-table__header-cell {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
}
.mdc-data-table__row--selected {
  background-color: rgba(98, 0, 238, 0.04);
}
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-data-table__pagination {
  border-top-width: 1px;
  border-top-style: solid;
}
.mdc-data-table__row:last-child .mdc-data-table__cell {
  border-bottom: none;
}
.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__row {
  height: 52px;
}
.mdc-data-table__pagination {
  min-height: 52px;
}
.mdc-data-table__header-row {
  height: 56px;
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding: 0 16px 0 16px;
}
.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
  padding-left: 4px;
  padding-right: 0;
}
[dir=rtl] .mdc-data-table__header-cell--checkbox,
[dir=rtl] .mdc-data-table__cell--checkbox,
.mdc-data-table__header-cell--checkbox[dir=rtl],
.mdc-data-table__cell--checkbox[dir=rtl] {
  padding-left: 0;
  padding-right: 4px;
}
.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-data-table__cell {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
[dir=rtl] .mdc-data-table__cell,
.mdc-data-table__cell[dir=rtl] {
  text-align: right;
}
.mdc-data-table__cell--numeric {
  text-align: right;
}
[dir=rtl] .mdc-data-table__cell--numeric,
.mdc-data-table__cell--numeric[dir=rtl] {
  text-align: left;
}
.mdc-data-table__cell--checkbox {
  width: 1px;
}
.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}
.mdc-data-table__header-cell {
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  text-align: left;
}
[dir=rtl] .mdc-data-table__header-cell,
.mdc-data-table__header-cell[dir=rtl] {
  text-align: right;
}
.mdc-data-table__header-cell--checkbox {
  width: 1px;
}
.mdc-data-table__header-cell--numeric {
  text-align: right;
}
[dir=rtl] .mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell--numeric[dir=rtl] {
  text-align: left;
}
.mdc-data-table__sort-icon-button {
  width: 28px;
  height: 28px;
  padding: 2px;
  transform: rotate(0.0001deg);
  margin-left: 4px;
  margin-right: 0;
  transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__focus-ring {
  max-height: 28px;
  max-width: 28px;
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 28px;
  max-width: 28px;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 28px;
  left: 50%;
  width: 28px;
  transform: translate(-50%, -50%);
}
[dir=rtl] .mdc-data-table__sort-icon-button,
.mdc-data-table__sort-icon-button[dir=rtl] {
  margin-left: 0;
  margin-right: 4px;
}
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
  margin-left: 0;
  margin-right: 4px;
}
[dir=rtl] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir=rtl] {
  margin-left: 4px;
  margin-right: 0;
}
.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
  transform: rotate(-180deg);
}
.mdc-data-table__sort-icon-button:focus,
.mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  opacity: 1;
}
.mdc-data-table__header-cell-wrapper {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}
.mdc-data-table__header-cell--with-sort {
  cursor: pointer;
}
.mdc-data-table__sort-status-label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.mdc-data-table--sticky-header .mdc-data-table__header-cell {
  position: sticky;
  top: 0;
  z-index: 1;
}
.mdc-data-table {
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
.mdc-data-table__table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}
.mdc-data-table__table {
  min-width: 100%;
  border: 0;
  white-space: nowrap;
  border-spacing: 0;
  table-layout: fixed;
}
.mdc-data-table__header-cell {
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  text-align: left;
}
[dir=rtl] .mdc-data-table__header-cell,
.mdc-data-table__header-cell[dir=rtl] {
  text-align: right;
}
.mdc-data-table__header-cell--checkbox {
  width: 1px;
}
.mdc-data-table__header-cell--numeric {
  text-align: right;
}
[dir=rtl] .mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell--numeric[dir=rtl] {
  text-align: left;
}
.mdc-data-table__sort-icon-button {
  width: 28px;
  height: 28px;
  padding: 2px;
  transform: rotate(0.0001deg);
  margin-left: 4px;
  margin-right: 0;
  transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__focus-ring {
  max-height: 28px;
  max-width: 28px;
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 28px;
  max-width: 28px;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 28px;
  left: 50%;
  width: 28px;
  transform: translate(-50%, -50%);
}
[dir=rtl] .mdc-data-table__sort-icon-button,
.mdc-data-table__sort-icon-button[dir=rtl] {
  margin-left: 0;
  margin-right: 4px;
}
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
  margin-left: 0;
  margin-right: 4px;
}
[dir=rtl] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir=rtl] {
  margin-left: 4px;
  margin-right: 0;
}
.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
  transform: rotate(-180deg);
}
.mdc-data-table__sort-icon-button:focus,
.mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  opacity: 1;
}
.mdc-data-table__header-cell-wrapper {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}
.mdc-data-table__header-cell--with-sort {
  cursor: pointer;
}
.mdc-data-table__sort-status-label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.mdc-data-table__cell {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
[dir=rtl] .mdc-data-table__cell,
.mdc-data-table__cell[dir=rtl] {
  text-align: right;
}
.mdc-data-table__cell--numeric {
  text-align: right;
}
[dir=rtl] .mdc-data-table__cell--numeric,
.mdc-data-table__cell--numeric[dir=rtl] {
  text-align: left;
}
.mdc-data-table__cell--checkbox {
  width: 1px;
}
.mdc-data-table__pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.mdc-data-table__pagination-trailing {
  margin-left: 4px;
  margin-right: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
[dir=rtl] .mdc-data-table__pagination-trailing,
.mdc-data-table__pagination-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 4px;
}
.mdc-data-table__pagination-navigation {
  align-items: center;
  display: flex;
}
.mdc-data-table__pagination-button {
  margin-left: 0;
  margin-right: 4px;
}
[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  transform: rotate(180deg);
}
[dir=rtl] .mdc-data-table__pagination-button,
.mdc-data-table__pagination-button[dir=rtl] {
  margin-left: 4px;
  margin-right: 0;
}
.mdc-data-table__pagination-total {
  margin-left: 14px;
  margin-right: 36px;
  white-space: nowrap;
}
[dir=rtl] .mdc-data-table__pagination-total,
.mdc-data-table__pagination-total[dir=rtl] {
  margin-left: 36px;
  margin-right: 14px;
}
.mdc-data-table__pagination-rows-per-page {
  margin-left: 0;
  margin-right: 22px;
  align-items: center;
  display: inline-flex;
}
[dir=rtl] .mdc-data-table__pagination-rows-per-page,
.mdc-data-table__pagination-rows-per-page[dir=rtl] {
  margin-left: 22px;
  margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-label {
  margin-left: 0;
  margin-right: 12px;
  white-space: nowrap;
}
[dir=rtl] .mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__pagination-rows-per-page-label[dir=rtl] {
  margin-left: 12px;
  margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-select {
  min-width: 80px;
  min-width: var(--mdc-menu-min-width, 80px);
  margin: 8px 0;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  width: 100%;
  min-width: 80px;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  height: 36px;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
  width: 20px;
  height: 20px;
}
.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 56px);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-list-item.mdc-list-item--with-one-line {
  height: 36px;
}
.mdc-data-table__progress-indicator {
  display: none;
  position: absolute;
  width: 100%;
}
.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
  display: block;
}
.mdc-data-table__scrim {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  height: 100%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
}
.mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.6));
}
.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__progress-indicator {
  display: none;
  position: absolute;
  width: 100%;
}
.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
  display: block;
}
.mdc-data-table__scrim {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  height: 100%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
}
.mdc-data-table__pagination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-data-table__pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.mdc-data-table__pagination-trailing {
  margin-left: 4px;
  margin-right: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
[dir=rtl] .mdc-data-table__pagination-trailing,
.mdc-data-table__pagination-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 4px;
}
.mdc-data-table__pagination-navigation {
  align-items: center;
  display: flex;
}
.mdc-data-table__pagination-button {
  margin-left: 0;
  margin-right: 4px;
}
[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  transform: rotate(180deg);
}
[dir=rtl] .mdc-data-table__pagination-button,
.mdc-data-table__pagination-button[dir=rtl] {
  margin-left: 4px;
  margin-right: 0;
}
.mdc-data-table__pagination-total {
  margin-left: 14px;
  margin-right: 36px;
  white-space: nowrap;
}
[dir=rtl] .mdc-data-table__pagination-total,
.mdc-data-table__pagination-total[dir=rtl] {
  margin-left: 36px;
  margin-right: 14px;
}
.mdc-data-table__pagination-rows-per-page {
  margin-left: 0;
  margin-right: 22px;
  align-items: center;
  display: inline-flex;
}
[dir=rtl] .mdc-data-table__pagination-rows-per-page,
.mdc-data-table__pagination-rows-per-page[dir=rtl] {
  margin-left: 22px;
  margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-label {
  margin-left: 0;
  margin-right: 12px;
  white-space: nowrap;
}
[dir=rtl] .mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__pagination-rows-per-page-label[dir=rtl] {
  margin-left: 12px;
  margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-select {
  min-width: 80px;
  min-width: var(--mdc-menu-min-width, 80px);
  margin: 8px 0;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  width: 100%;
  min-width: 80px;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  height: 36px;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
  width: 20px;
  height: 20px;
}
.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 56px);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-list-item.mdc-list-item--with-one-line {
  height: 36px;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
  background-color: transparent;
}
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #6200ee;
  border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  background-color: #6200ee;
  background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
}
@keyframes mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
  50% {
    border-color: #6200ee;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
    background-color: #6200ee;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE {
  0%, 80% {
    border-color: #6200ee;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
    background-color: #6200ee;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE;
}
emerald-pagination .disabled,
.emerald-pagination .disabled {
  pointer-events: none;
  cursor: not-allowed;
}
emerald-pagination .mdc-data-table,
.emerald-pagination .mdc-data-table {
  width: 100%;
  border: none;
}
emerald-pagination .mdc-data-table__pagination,
.emerald-pagination .mdc-data-table__pagination {
  border-top-style: none;
}
emerald-pagination emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-pagination emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-pagination emerald-dropdown:hover .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-pagination emerald-dropdown:hover .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.4) !important;
}
emerald-pagination .mdc-data-table__pagination-total,
.emerald-pagination .mdc-data-table__pagination-total {
  border-radius: 4px;
  display: table;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0rem 1rem 0rem 0rem;
}
emerald-pagination .mdc-data-table__pagination-total .pagination-text,
.emerald-pagination .mdc-data-table__pagination-total .pagination-text {
  display: table-cell;
  vertical-align: middle;
}
emerald-pagination .mdc-notched-outline__leading,
emerald-pagination .mdc-notched-outline__notch,
emerald-pagination .mdc-notched-outline__trailing,
.emerald-pagination .mdc-notched-outline__leading,
.emerald-pagination .mdc-notched-outline__notch,
.emerald-pagination .mdc-notched-outline__trailing {
  border: none;
}
emerald-pagination .mdc-data-table__pagination-trailing,
.emerald-pagination .mdc-data-table__pagination-trailing {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation {
  grid-column: 3;
  justify-content: flex-end;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button {
  margin-right: 1rem;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button:last-child,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button:last-child,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button:last-child,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button:last-child {
  margin-right: 0rem;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i {
  color: #1a1a1a;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus .emerald-icon i,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus emerald-icon i {
  opacity: 60%;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons-outlined,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons-round,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons-outlined,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons-round,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons-outlined,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-icon-button.disabled button emerald-icon .material-icons-round,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons-outlined,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-icon-button.disabled button emerald-icon .material-icons-round {
  opacity: 46%;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number .mdc-button.primary,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number .mdc-button.primary,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number .mdc-button.primary,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number .mdc-button.primary {
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  min-width: unset;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number .mdc-button.primary:hover,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number .mdc-button.primary:hover,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number .mdc-button.primary:hover,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number .mdc-button.primary:hover {
  background: rgba(0, 63, 45, 0.0784313725);
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number.pagination-number-selected .mdc-button.primary,
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number.pagination-number-selected .mdc-button.primary,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation emerald-button.pagination-number.pagination-number-selected .mdc-button.primary,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-navigation .emerald-button.pagination-number.pagination-number-selected .mdc-button.primary {
  background: rgba(0, 63, 45, 0.0784313725);
  border-radius: 50%;
  outline: 1px solid #003f2d;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-rows-per-page-label,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-rows-per-page-label {
  padding-left: 1rem;
}
emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-total-items,
.emerald-pagination .mdc-data-table__pagination-trailing .mdc-data-table__pagination-total-items {
  flex: none;
  padding: 0 1rem;
  border-right: 1px solid #dfe6e5;
}
.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  position: absolute;
  left: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
[dir=rtl] .mdc-floating-label,
.mdc-floating-label[dir=rtl] {
  right: 0;
  left: auto;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  text-align: right;
}
.mdc-floating-label--float-above {
  cursor: auto;
}
.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  margin-left: 1px;
  margin-right: 0px;
  content: "*";
}
[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker),
.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
}
[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,
.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::after {
  margin-left: 0;
  margin-right: 1px;
}
.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75);
  }
}
.mdc-line-ripple::before,
.mdc-line-ripple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  content: "";
}
.mdc-line-ripple::before {
  z-index: 1;
}
.mdc-line-ripple::after {
  transform: scaleX(0);
  opacity: 0;
  z-index: 2;
}
.mdc-line-ripple--active::after {
  transform: scaleX(1);
  opacity: 1;
}
.mdc-line-ripple--deactivating::after {
  opacity: 0;
}
.mdc-line-ripple::before {
  border-bottom-width: 1px;
}
.mdc-line-ripple::after {
  border-bottom-width: 2px;
}
.mdc-line-ripple::after {
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-notched-outline {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
[dir=rtl] .mdc-notched-outline,
.mdc-notched-outline[dir=rtl] {
  text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
}
.mdc-notched-outline__trailing {
  flex-grow: 1;
}
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
}
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: 133.3333333333%;
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  display: none;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
[dir=rtl] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir=rtl] {
  border-left: none;
  border-right: 1px solid;
}
.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
}
[dir=rtl] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir=rtl] {
  border-left: 1px solid;
  border-right: none;
}
.mdc-notched-outline__notch {
  max-width: calc(100% - 12px * 2);
}
.mdc-select {
  display: inline-flex;
  position: relative;
}
.mdc-select .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.mdc-select .mdc-select__menu .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 12px;
}
[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 12px;
  margin-right: 0;
}
.mdc-select[hidden] {
  display: none;
}
.mdc-select__dropdown-icon {
  display: inline-flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
  width: 41.6666666667%;
  height: 20.8333333333%;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 1;
  transition: opacity 75ms linear 75ms;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 0;
  transition: opacity 75ms linear;
}
.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 0;
  transition: opacity 49.5ms linear;
}
.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 1;
  transition: opacity 100.5ms linear 49.5ms;
}
.mdc-select__anchor {
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.mdc-select__selected-text-container {
  display: flex;
  appearance: none;
  pointer-events: none;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.mdc-select__selected-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: left;
}
[dir=rtl] .mdc-select__selected-text,
.mdc-select__selected-text[dir=rtl] {
  text-align: right;
}
.mdc-select--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item {
  padding-left: 12px;
  padding-right: 12px;
}
[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-select__menu::before {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    content: "";
    pointer-events: none;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active), screen and (-ms-high-contrast: active) and (forced-colors: active) {
  .mdc-select__menu::before {
    border-color: CanvasText;
  }
}
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
.mdc-select__menu .mdc-list .mdc-select__icon {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon,
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],
.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl] {
  margin-left: 0;
  margin-right: 0;
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu .mdc-list-item__start {
  display: inline-flex;
  align-items: center;
}
.mdc-select__option {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-select__option,
.mdc-select__option[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-select__one-line-option.mdc-list-item--with-one-line {
  height: 48px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines {
  height: 64px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start {
  margin-top: 20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}
.mdc-select__option-with-leading-content {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-select__option-with-leading-content.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item,
.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-select__option-with-leading-content .mdc-list-item__start {
  margin-left: 12px;
  margin-right: 0;
}
[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start,
.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl] {
  margin-left: 0;
  margin-right: 12px;
}
.mdc-select__option-with-leading-content .mdc-list-item__start {
  width: 36px;
  height: 24px;
}
[dir=rtl] .mdc-select__option-with-leading-content,
.mdc-select__option-with-leading-content[dir=rtl] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-select__option-with-meta.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-select__option-with-meta.mdc-list-item,
.mdc-select__option-with-meta.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-select__option-with-meta .mdc-list-item__end {
  margin-left: 12px;
  margin-right: 12px;
}
[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end,
.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl] {
  margin-left: 12px;
  margin-right: 12px;
}
.mdc-select--filled .mdc-menu-surface--is-open-below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after {
  transform: scale(1, 2);
  opacity: 1;
}
.mdc-select--filled .mdc-select__anchor {
  height: 56px;
  display: flex;
  align-items: baseline;
}
.mdc-select--filled .mdc-select__anchor::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
  content: "\200b";
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before {
  display: none;
}
.mdc-select--filled .mdc-select__anchor {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: whitesmoke;
}
.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
  background-color: #fafafa;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #6200ee;
  border-bottom-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}
.mdc-select--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-select--filled .mdc-floating-label {
  left: 16px;
  right: initial;
}
[dir=rtl] .mdc-select--filled .mdc-floating-label,
.mdc-select--filled .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 16px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: initial;
}
[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 48px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  max-width: calc(100% - 96px);
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined {
  border: none;
}
.mdc-select--outlined .mdc-select__anchor {
  display: flex;
  align-items: baseline;
  overflow: visible;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
  content: "\200b";
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.mdc-select--outlined .mdc-select__anchor::before {
  display: none;
}
.mdc-select--outlined .mdc-select__selected-text-container {
  display: flex;
  border: none;
  z-index: 1;
  background-color: transparent;
}
.mdc-select--outlined .mdc-select__icon {
  z-index: 2;
}
.mdc-select--outlined .mdc-menu-surface {
  margin-bottom: 8px;
}
.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
  margin-bottom: 0;
}
.mdc-select--outlined .mdc-select__anchor {
  height: 56px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-select__anchor {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined .mdc-select__anchor,
.mdc-select--outlined .mdc-select__anchor[dir=rtl] {
  padding-left: 0;
}
@supports (top: max(0%)) {
  [dir=rtl] .mdc-select--outlined .mdc-select__anchor,
  .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-select--outlined + .mdc-select-helper-text {
    margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined + .mdc-select-helper-text,
.mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
  margin-left: 0;
}
@supports (top: max(0%)) {
  [dir=rtl] .mdc-select--outlined + .mdc-select-helper-text,
  .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
    margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: transparent;
}
.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
  background-color: transparent;
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
  content: "\200b";
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.mdc-select--outlined .mdc-select__anchor::before {
  display: none;
}
.mdc-select--outlined .mdc-floating-label {
  line-height: 1.15rem;
  left: 4px;
  right: initial;
}
[dir=rtl] .mdc-select--outlined .mdc-floating-label,
.mdc-select--outlined .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 4px;
}
.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: initial;
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 36px;
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
  0% {
    transform: translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon,
.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] {
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,
.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
  0% {
    transform: translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 96px);
}
.mdc-select__anchor {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-select__anchor .mdc-select__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-select__anchor .mdc-select__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-select__anchor:hover .mdc-select__ripple::before,
.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__anchor .mdc-select__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select-helper-text {
  margin: 0;
  margin-left: 16px;
  margin-right: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
}
[dir=rtl] .mdc-select-helper-text,
.mdc-select-helper-text[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-select-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-select-helper-text--validation-msg {
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
  opacity: 1;
}
.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  align-self: center;
  background-color: transparent;
  fill: currentColor;
}
.mdc-select--with-leading-icon .mdc-select__icon {
  margin-left: 12px;
  margin-right: 12px;
}
[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
  margin-left: 12px;
  margin-right: 12px;
}
.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: rgba(98, 0, 238, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #6200ee;
  fill: var(--mdc-theme-primary, #6200ee);
}
.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-select.mdc-select--disabled .mdc-select__icon {
  color: rgba(0, 0, 0, 0.38);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-select.mdc-select--disabled .mdc-select__selected-text {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
    fill: red;
  }
  .mdc-select.mdc-select--disabled .mdc-floating-label {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__icon {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled + .mdc-select-helper-text {
    color: GrayText;
  }
}
.mdc-select .mdc-select__anchor {
  padding-left: 16px;
  padding-right: 0;
}
[dir=rtl] .mdc-select .mdc-select__anchor,
.mdc-select .mdc-select__anchor[dir=rtl] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl] {
  padding-left: 0;
  padding-right: 0;
}
.mdc-select .mdc-select__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.mdc-select .mdc-select__dropdown-icon {
  width: 24px;
  height: 24px;
}
.mdc-select__dropdown-icon {
  margin-left: 12px;
  margin-right: 12px;
}
[dir=rtl] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir=rtl] {
  margin-left: 12px;
  margin-right: 12px;
}
.mdc-select__anchor {
  width: 200px;
}
.mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #b00020;
  fill: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #b00020;
  fill: var(--mdc-theme-error, #b00020);
}
.mdc-select__selected-text-container {
  height: 28px;
}
emerald-dropdown .mdc-select-placeholder-alignment,
.emerald-dropdown .mdc-select-placeholder-alignment {
  margin-left: 1rem;
}
emerald-dropdown .mdc-list,
.emerald-dropdown .mdc-list {
  padding: 0.5rem 0 0.5rem 0;
}
emerald-dropdown .mdc-list.hidden,
.emerald-dropdown .mdc-list.hidden {
  display: none;
}
emerald-dropdown .mdc-list .mdc-list-item,
.emerald-dropdown .mdc-list .mdc-list-item {
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
emerald-dropdown .mdc-list .mdc-list-item .mdc-list-item__content .mdc-list-item__primary-text,
.emerald-dropdown .mdc-list .mdc-list-item .mdc-list-item__content .mdc-list-item__primary-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-list .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
emerald-dropdown .mdc-list .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after,
.emerald-dropdown .mdc-list .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
.emerald-dropdown .mdc-list .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #969696;
}
emerald-dropdown .mdc-list .mdc-list-item.mdc-list-item--selected .mdc-list-item__primary-text,
emerald-dropdown .mdc-list .mdc-list-item.mdc-list-item--activated .mdc-list-item__primary-text,
.emerald-dropdown .mdc-list .mdc-list-item.mdc-list-item--selected .mdc-list-item__primary-text,
.emerald-dropdown .mdc-list .mdc-list-item.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #003f2d;
}
emerald-dropdown .mdc-select,
.emerald-dropdown .mdc-select {
  display: flex;
}
emerald-dropdown .mdc-select .mdc-select__anchor,
.emerald-dropdown .mdc-select .mdc-select__anchor {
  height: 3.5rem;
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #797979;
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled:hover:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.08);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.08);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.12);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-line-ripple::after,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--focused:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #ff543e;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--invalid.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-select__anchor,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
  background-color: rgba(26, 26, 26, 0.12);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-floating-label {
  color: rgba(26, 26, 26, 0.46);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-select__selected-text-container .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-select__selected-text-container .mdc-select__selected-text {
  color: rgba(26, 26, 26, 0.46);
}
emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before,
.emerald-dropdown .mdc-select.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(38, 38, 38, 0.22);
}
emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after,
.emerald-dropdown .mdc-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--opted-custom:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-floating-label {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--focused:hover:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #ff543e;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #1a1a1a;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label {
  color: #003f2d;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above {
  color: #ff543e;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--invalid.mdc-select--focused:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
  border-color: #969696;
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-floating-label,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-floating-label {
  color: rgba(26, 26, 26, 0.46);
}
emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-select__selected-text-container .mdc-select__selected-text,
.emerald-dropdown .mdc-select.mdc-select--outlined.mdc-select--disabled .mdc-select__selected-text-container .mdc-select__selected-text {
  color: rgba(26, 26, 26, 0.46);
}
emerald-dropdown .mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text,
.emerald-dropdown .mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
  color: rgba(26, 26, 26, 0.6);
}
emerald-dropdown .mdc-select.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.emerald-dropdown .mdc-select.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  color: #ff543e;
}
emerald-dropdown .mdc-select .mdc-select-helper-text--validation-msg,
.emerald-dropdown .mdc-select .mdc-select-helper-text--validation-msg {
  font-size: 0.688rem;
}
emerald-dropdown .mdc-select--invalid + .mdc-select-helper-text .mdc-select-helper-text--validation-msg,
.emerald-dropdown .mdc-select--invalid + .mdc-select-helper-text .mdc-select-helper-text--validation-msg {
  opacity: 1;
  color: #ff543e;
}
emerald-dropdown .multi-select-item,
.emerald-dropdown .multi-select-item {
  cursor: pointer;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
emerald-dropdown .multi-select-item--selected,
.emerald-dropdown .multi-select-item--selected {
  font-size: bold;
  background-color: #ebf0ee;
}
emerald-dropdown .multi-select-item--disabled,
.emerald-dropdown .multi-select-item--disabled {
  cursor: not-allowed;
  color: #bdbdbd;
}
emerald-dropdown .multi-select-item:hover,
.emerald-dropdown .multi-select-item:hover {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-dropdown.mdc-menu.attached-to-body,
.emerald-dropdown.mdc-menu.attached-to-body {
  max-width: unset !important;
  display: none;
  opacity: 0 !important;
}
emerald-dropdown.mdc-menu.attached-to-body.opened,
.emerald-dropdown.mdc-menu.attached-to-body.opened {
  display: block !important;
  opacity: 1 !important;
}
.mdc-drawer {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: var(--mdc-shape-large, 0);
  border-bottom-right-radius: 0;
  border-bottom-right-radius: var(--mdc-shape-large, 0);
  border-bottom-left-radius: 0;
  z-index: 6;
  width: 256px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-drawer .mdc-drawer__title {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-drawer .mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-drawer__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-deprecated-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
}
.mdc-drawer .mdc-deprecated-list-item--activated {
  color: rgba(98, 0, 238, 0.87);
}
[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
  border-top-left-radius: 0;
  border-top-left-radius: var(--mdc-shape-large, 0);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: var(--mdc-shape-large, 0);
}
.mdc-drawer .mdc-deprecated-list-item {
  border-radius: 4px;
  border-radius: var(--mdc-shape-small, 4px);
}
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
  margin-left: 256px;
  margin-right: 0;
}
[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content,
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content[dir=rtl] {
  margin-left: 0;
  margin-right: 256px;
}
[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
  border-right-width: 0;
  border-left-width: 1px;
  border-right-style: none;
  border-left-style: solid;
}
.mdc-drawer .mdc-deprecated-list-item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  height: calc(48px - 2 * 4px);
  margin: 8px 8px;
  padding: 0 8px;
}
.mdc-drawer .mdc-deprecated-list-item:nth-child(1) {
  margin-top: 2px;
}
.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
.mdc-drawer .mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  padding: 0 16px;
}
.mdc-drawer .mdc-deprecated-list-group__subheader::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer .mdc-deprecated-list-divider {
  margin: 3px 0 4px;
}
.mdc-drawer .mdc-deprecated-list-item__text,
.mdc-drawer .mdc-deprecated-list-item__graphic {
  pointer-events: none;
}
.mdc-drawer--animate {
  transform: translateX(-100%);
}
[dir=rtl] .mdc-drawer--animate,
.mdc-drawer--animate[dir=rtl] {
  transform: translateX(100%);
}
.mdc-drawer--opening {
  transform: translateX(0);
  transition-duration: 250ms;
}
[dir=rtl] .mdc-drawer--opening,
.mdc-drawer--opening[dir=rtl] {
  transform: translateX(0);
}
.mdc-drawer--closing {
  transform: translateX(-100%);
  transition-duration: 200ms;
}
[dir=rtl] .mdc-drawer--closing,
.mdc-drawer--closing[dir=rtl] {
  transform: translateX(100%);
}
.mdc-drawer__header {
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 16px 4px;
}
.mdc-drawer__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-drawer__title::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer__title::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-drawer__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 0;
}
.mdc-drawer__subtitle::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mdc-drawer--dismissible {
  left: 0;
  right: initial;
  display: none;
  position: absolute;
}
[dir=rtl] .mdc-drawer--dismissible,
.mdc-drawer--dismissible[dir=rtl] {
  left: initial;
  right: 0;
}
.mdc-drawer--dismissible.mdc-drawer--open {
  display: flex;
}
.mdc-drawer-app-content {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
[dir=rtl] .mdc-drawer-app-content,
.mdc-drawer-app-content[dir=rtl] {
  margin-left: 0;
  margin-right: 0;
}
.mdc-drawer--modal {
  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);
  left: 0;
  right: initial;
  display: none;
  position: fixed;
}
.mdc-drawer--modal + .mdc-drawer-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}
[dir=rtl] .mdc-drawer--modal,
.mdc-drawer--modal[dir=rtl] {
  left: initial;
  right: 0;
}
.mdc-drawer--modal.mdc-drawer--open {
  display: flex;
}
.mdc-drawer-scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-drawer--open + .mdc-drawer-scrim {
  display: block;
}
.mdc-drawer--animate + .mdc-drawer-scrim {
  opacity: 0;
}
.mdc-drawer--opening + .mdc-drawer-scrim {
  transition-duration: 250ms;
  opacity: 1;
}
.mdc-drawer--closing + .mdc-drawer-scrim {
  transition-duration: 200ms;
  opacity: 0;
}
.mdc-deprecated-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list:focus {
  outline: none;
}
.mdc-deprecated-list-item {
  height: 48px;
}
.mdc-deprecated-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-deprecated-list-item__graphic {
  background-color: transparent;
}
.mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 0.38;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}
.mdc-deprecated-list-item__wrapper {
  display: block;
}
.mdc-deprecated-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.mdc-deprecated-list-item:focus {
  outline: none;
}
.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
  .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  padding-left: 0px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 0px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 100px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
  display: inline-flex;
}
.mdc-deprecated-list-item__meta {
  margin-left: auto;
  margin-right: 0;
}
.mdc-deprecated-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,
[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}
.mdc-deprecated-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-deprecated-list-item__text[for] {
  pointer-events: none;
}
.mdc-deprecated-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-deprecated-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
  font-size: inherit;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 40px;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
  align-self: flex-start;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
  height: 64px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 72px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 60px;
}
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  cursor: pointer;
}
a.mdc-deprecated-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-deprecated-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-deprecated-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-deprecated-list-divider--padded {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 104px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 132px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 0px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
}
.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  width: 56px;
  height: 56px;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  width: 100px;
  height: 56px;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  width: 36px;
  height: 20px;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  width: 36px;
  height: 20px;
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider {
  height: 1px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-list-divider::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.mdc-list {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.mdc-list:focus {
  outline: none;
}
.mdc-list-item__wrapper {
  display: block;
}
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  cursor: pointer;
}
.mdc-list-item:focus {
  outline: none;
}
.mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
  cursor: auto;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item:not(.mdc-list-item--selected):focus::before,
  .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected:focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected:focus::before {
    border-color: CanvasText;
  }
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-list-item__start {
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__end {
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
  pointer-events: none;
}
.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
  align-self: stretch;
}
.mdc-list-item__content[for] {
  pointer-events: none;
}
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item__secondary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
  white-space: normal;
  line-height: 20px;
}
.mdc-list-item--with-overline .mdc-list-item__secondary-text {
  white-space: nowrap;
  line-height: auto;
}
.mdc-list-item__overline-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  border-radius: 50%;
}
.mdc-list-item--with-leading-icon.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 32px;
}
[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
  margin-left: 32px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-video.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-radio.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-switch.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-trailing-icon.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-left: 28px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 28px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-item,
.mdc-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-list-group__subheader {
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-divider {
  padding: 0;
  background-clip: content-box;
}
.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
  padding-left: 16px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
  padding-left: auto;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
  padding-left: 16px;
  padding-right: auto;
}
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
  padding-left: 0px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 0px;
}
[dir=rtl] .mdc-list-divider,
.mdc-list-divider[dir=rtl] {
  padding: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: relative;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
emerald-navigation-drawer .mdc-drawer.custom-drawer-overflow,
.emerald-navigation-drawer .mdc-drawer.custom-drawer-overflow {
  overflow: auto;
  padding: 0.5rem;
  height: 100vh;
}
emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper,
.emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper:empty,
.emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper:empty {
  display: none;
}
emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper,
.emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper {
  padding-bottom: 1em;
}
emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper h3,
.emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper span,
.emerald-navigation-drawer .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper span {
  font-size: 0.875rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-navigation-drawer .mdc-drawer .drawer-section-item,
.emerald-navigation-drawer .mdc-drawer .drawer-section-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
emerald-navigation-drawer .mdc-drawer .drawer-section-item:last-child,
.emerald-navigation-drawer .mdc-drawer .drawer-section-item:last-child {
  border-bottom: none;
}
emerald-navigation-drawer .drawer-wrapper,
.emerald-navigation-drawer .drawer-wrapper {
  display: flex;
  overflow: auto;
  height: 100vh;
  position: relative;
}
emerald-navigation-drawer .modal-app-content,
.emerald-navigation-drawer .modal-app-content {
  width: 100vw;
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust {
  height: calc(100vh - 4rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust .main-content,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .main-content,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust .main-content,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .main-content {
  height: calc(100vh - 4rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust .toolbar-attached,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .toolbar-attached {
  height: calc(100vh - 4rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust {
  height: calc(100vh - 128px);
  padding-top: 0;
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .main-content,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .main-content,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .main-content,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .main-content {
  height: calc(100vh - 128px - 1rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached {
  height: calc(100vh - 128px);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust {
  height: calc(100vh - 48px);
  padding-top: 0;
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .main-content,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .main-content,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .main-content,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .main-content {
  height: calc(100vh - 48px - 1rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached {
  height: calc(100vh - 48px);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust {
  height: calc(100vh - 96px);
  padding-top: 0;
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content {
  height: calc(100vh - 96px - 1rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached {
  height: calc(100vh - 96px);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust {
  height: calc(100vh - 56px);
  padding-top: 0;
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .main-content,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .main-content,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .main-content,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .main-content {
  height: calc(100vh - 56px - 1rem);
}
emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
.emerald-navigation-drawer .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .toolbar-attached {
  height: calc(100vh - 56px);
}
emerald-navigation-drawer .mdc-drawer-app-content,
.emerald-navigation-drawer .mdc-drawer-app-content {
  flex: auto;
  overflow: auto;
  position: relative;
  width: 100vw;
}
emerald-navigation-drawer .main-content,
.emerald-navigation-drawer .main-content {
  overflow: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
emerald-navigation-drawer .drawer-modal-full-height,
.emerald-navigation-drawer .drawer-modal-full-height {
  z-index: 10;
}
emerald-navigation-drawer .mdc-drawer--modal.mdc-drawer--open,
.emerald-navigation-drawer .mdc-drawer--modal.mdc-drawer--open {
  z-index: 7;
}
emerald-navigation-drawer .mdc-drawer,
.emerald-navigation-drawer .mdc-drawer {
  z-index: 4;
}
emerald-navigation-drawer .mdc-drawer,
.emerald-navigation-drawer .mdc-drawer {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);
}
emerald-navigation-drawer .drawer-label,
.emerald-navigation-drawer .drawer-label {
  margin-top: 1rem;
  margin-left: 1rem;
  color: rgba(26, 26, 26, 0.6);
}
.mdc-fab {
  position: relative;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  fill: currentColor;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
  transition:
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms,
    transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-fab .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-fab[hidden] {
  display: none;
}
.mdc-fab::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-fab:hover {
  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);
}
.mdc-fab.mdc-ripple-upgraded--background-focused,
.mdc-fab:not(.mdc-ripple-upgraded):focus {
  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);
}
.mdc-fab .mdc-fab__focus-ring {
  position: absolute;
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
  .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
  .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-fab:active,
.mdc-fab:focus:active {
  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);
}
.mdc-fab:active,
.mdc-fab:focus {
  outline: none;
}
.mdc-fab:hover {
  cursor: pointer;
}
.mdc-fab > svg {
  width: 100%;
}
.mdc-fab--mini {
  width: 40px;
  height: 40px;
}
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  max-width: 100%;
  height: 48px;
  line-height: normal;
}
.mdc-fab--extended .mdc-fab__ripple {
  border-radius: 24px;
}
.mdc-fab--extended .mdc-fab__icon {
  margin-left: calc(12px - 20px);
  margin-right: 12px;
}
[dir=rtl] .mdc-fab--extended .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__icon[dir=rtl] {
  margin-left: 12px;
  margin-right: calc(12px - 20px);
}
.mdc-fab--extended .mdc-fab__label + .mdc-fab__icon {
  margin-left: 12px;
  margin-right: calc(12px - 20px);
}
[dir=rtl] .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__label + .mdc-fab__icon[dir=rtl] {
  margin-left: calc(12px - 20px);
  margin-right: 12px;
}
.mdc-fab--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mdc-fab--touch .mdc-fab__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.mdc-fab::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-fab::before {
    border-color: CanvasText;
  }
}
.mdc-fab__label {
  justify-content: flex-start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}
.mdc-fab__icon {
  transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
  fill: currentColor;
  will-change: transform;
}
.mdc-fab .mdc-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mdc-fab--exited {
  transform: scale(0);
  opacity: 0;
  transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-fab--exited .mdc-fab__icon {
  transform: scale(0);
  transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
}
.mdc-fab {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
  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);
}
.mdc-fab .mdc-fab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.mdc-fab,
.mdc-fab:not(:disabled) .mdc-fab__icon,
.mdc-fab:not(:disabled) .mdc-fab__label,
.mdc-fab:disabled .mdc-fab__icon,
.mdc-fab:disabled .mdc-fab__label {
  color: #fff;
  color: var(--mdc-theme-on-secondary, #fff);
}
.mdc-fab:not(.mdc-fab--extended) {
  border-radius: 50%;
}
.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 50%;
}
.mdc-fab {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-fab .mdc-fab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-fab .mdc-fab__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff));
}
.mdc-fab:hover .mdc-fab__ripple::before,
.mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-fab.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-fab .mdc-fab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.mdc-fab {
  z-index: 0;
}
.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  z-index: -1;
  z-index: var(--mdc-ripple-z-index, -1);
}
emerald-icon-button .custom-icon-button,
emerald-icon-button .custom-outlined-button,
.emerald-icon-button .custom-icon-button,
.emerald-icon-button .custom-outlined-button {
  font-family: "calibre";
}
emerald-icon-button .custom-icon-button.primary:not(:disabled),
emerald-icon-button .custom-outlined-button.primary:not(:disabled),
.emerald-icon-button .custom-icon-button.primary:not(:disabled),
.emerald-icon-button .custom-outlined-button.primary:not(:disabled) {
  border-color: #003f2d;
}
emerald-icon-button .custom-icon-button.primary:not(:disabled),
emerald-icon-button .custom-outlined-button.primary:not(:disabled),
.emerald-icon-button .custom-icon-button.primary:not(:disabled),
.emerald-icon-button .custom-outlined-button.primary:not(:disabled) {
  color: #003f2d;
}
emerald-icon-button .custom-icon-button.primary.light:hover,
emerald-icon-button .custom-outlined-button.primary.light:hover,
.emerald-icon-button .custom-icon-button.primary.light:hover,
.emerald-icon-button .custom-outlined-button.primary.light:hover {
  background: #003f2d;
}
emerald-icon-button .custom-icon-button.primary.light:focus,
emerald-icon-button .custom-outlined-button.primary.light:focus,
.emerald-icon-button .custom-icon-button.primary.light:focus,
.emerald-icon-button .custom-outlined-button.primary.light:focus {
  background: #003f2d;
}
emerald-icon-button .custom-icon-button.none:not(:disabled),
emerald-icon-button .custom-outlined-button.none:not(:disabled),
.emerald-icon-button .custom-icon-button.none:not(:disabled),
.emerald-icon-button .custom-outlined-button.none:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-icon-button .custom-icon-button.none:not(:disabled),
emerald-icon-button .custom-outlined-button.none:not(:disabled),
.emerald-icon-button .custom-icon-button.none:not(:disabled),
.emerald-icon-button .custom-outlined-button.none:not(:disabled) {
  color: rgba(0, 0, 0, 0.87);
}
emerald-icon-button .custom-icon-button.none.light:hover,
emerald-icon-button .custom-outlined-button.none.light:hover,
.emerald-icon-button .custom-icon-button.none.light:hover,
.emerald-icon-button .custom-outlined-button.none.light:hover {
  background: rgba(0, 0, 0, 0.87);
}
emerald-icon-button .custom-icon-button.none.light:focus,
emerald-icon-button .custom-outlined-button.none.light:focus,
.emerald-icon-button .custom-icon-button.none.light:focus,
.emerald-icon-button .custom-outlined-button.none.light:focus {
  background: rgba(0, 0, 0, 0.87);
}
emerald-icon-button .custom-icon-button.accent:not(:disabled),
emerald-icon-button .custom-outlined-button.accent:not(:disabled),
.emerald-icon-button .custom-icon-button.accent:not(:disabled),
.emerald-icon-button .custom-outlined-button.accent:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-icon-button .custom-icon-button.accent:not(:disabled),
emerald-icon-button .custom-outlined-button.accent:not(:disabled),
.emerald-icon-button .custom-icon-button.accent:not(:disabled),
.emerald-icon-button .custom-outlined-button.accent:not(:disabled) {
  color: #a03530;
}
emerald-icon-button .custom-icon-button.accent.light:hover,
emerald-icon-button .custom-outlined-button.accent.light:hover,
.emerald-icon-button .custom-icon-button.accent.light:hover,
.emerald-icon-button .custom-outlined-button.accent.light:hover {
  background: #a03530;
}
emerald-icon-button .custom-icon-button.accent.light:focus,
emerald-icon-button .custom-outlined-button.accent.light:focus,
.emerald-icon-button .custom-icon-button.accent.light:focus,
.emerald-icon-button .custom-outlined-button.accent.light:focus {
  background: #a03530;
}
emerald-icon-button .custom-icon-button.warn:not(:disabled),
emerald-icon-button .custom-outlined-button.warn:not(:disabled),
.emerald-icon-button .custom-icon-button.warn:not(:disabled),
.emerald-icon-button .custom-outlined-button.warn:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
emerald-icon-button .custom-icon-button.warn:not(:disabled),
emerald-icon-button .custom-outlined-button.warn:not(:disabled),
.emerald-icon-button .custom-icon-button.warn:not(:disabled),
.emerald-icon-button .custom-outlined-button.warn:not(:disabled) {
  color: #b85f00;
}
emerald-icon-button .custom-icon-button.warn.light:hover,
emerald-icon-button .custom-outlined-button.warn.light:hover,
.emerald-icon-button .custom-icon-button.warn.light:hover,
.emerald-icon-button .custom-outlined-button.warn.light:hover {
  background: #b85f00;
}
emerald-icon-button .custom-icon-button.warn.light:focus,
emerald-icon-button .custom-outlined-button.warn.light:focus,
.emerald-icon-button .custom-icon-button.warn.light:focus,
.emerald-icon-button .custom-outlined-button.warn.light:focus {
  background: #b85f00;
}
emerald-icon-button .custom-flat-button,
emerald-icon-button .custom-raised-button,
.emerald-icon-button .custom-flat-button,
.emerald-icon-button .custom-raised-button {
  font-family: "calibre";
}
emerald-icon-button .custom-flat-button.primary:not(:disabled),
emerald-icon-button .custom-raised-button.primary:not(:disabled),
.emerald-icon-button .custom-flat-button.primary:not(:disabled),
.emerald-icon-button .custom-raised-button.primary:not(:disabled) {
  background-color: #003f2d;
}
emerald-icon-button .custom-flat-button.primary:not(:disabled),
emerald-icon-button .custom-raised-button.primary:not(:disabled),
.emerald-icon-button .custom-flat-button.primary:not(:disabled),
.emerald-icon-button .custom-raised-button.primary:not(:disabled) {
  color: #ffffff;
}
emerald-icon-button .custom-flat-button.none:not(:disabled),
emerald-icon-button .custom-raised-button.none:not(:disabled),
.emerald-icon-button .custom-flat-button.none:not(:disabled),
.emerald-icon-button .custom-raised-button.none:not(:disabled) {
  background-color: #ffffff;
}
emerald-icon-button .custom-flat-button.none:not(:disabled),
emerald-icon-button .custom-raised-button.none:not(:disabled),
.emerald-icon-button .custom-flat-button.none:not(:disabled),
.emerald-icon-button .custom-raised-button.none:not(:disabled) {
  color: rgba(0, 0, 0, 0.87);
}
emerald-icon-button .custom-flat-button.accent:not(:disabled),
emerald-icon-button .custom-raised-button.accent:not(:disabled),
.emerald-icon-button .custom-flat-button.accent:not(:disabled),
.emerald-icon-button .custom-raised-button.accent:not(:disabled) {
  background-color: #a03530;
}
emerald-icon-button .custom-flat-button.accent:not(:disabled),
emerald-icon-button .custom-raised-button.accent:not(:disabled),
.emerald-icon-button .custom-flat-button.accent:not(:disabled),
.emerald-icon-button .custom-raised-button.accent:not(:disabled) {
  color: #ffffff;
}
emerald-icon-button .custom-flat-button.warn:not(:disabled),
emerald-icon-button .custom-raised-button.warn:not(:disabled),
.emerald-icon-button .custom-flat-button.warn:not(:disabled),
.emerald-icon-button .custom-raised-button.warn:not(:disabled) {
  background-color: #b85f00;
}
emerald-icon-button .custom-flat-button.warn:not(:disabled),
emerald-icon-button .custom-raised-button.warn:not(:disabled),
.emerald-icon-button .custom-flat-button.warn:not(:disabled),
.emerald-icon-button .custom-raised-button.warn:not(:disabled) {
  color: #ffffff;
}
emerald-icon-button .custom-flat-button.primary,
emerald-icon-button .custom-raised-button.primary,
.emerald-icon-button .custom-flat-button.primary,
.emerald-icon-button .custom-raised-button.primary {
  border: 1px solid transparent;
}
emerald-icon-button .custom-flat-button.primary .material-icons,
emerald-icon-button .custom-flat-button.primary .material-icons-outlined,
emerald-icon-button .custom-flat-button.primary .material-icons-round,
emerald-icon-button .custom-raised-button.primary .material-icons,
emerald-icon-button .custom-raised-button.primary .material-icons-outlined,
emerald-icon-button .custom-raised-button.primary .material-icons-round,
.emerald-icon-button .custom-flat-button.primary .material-icons,
.emerald-icon-button .custom-flat-button.primary .material-icons-outlined,
.emerald-icon-button .custom-flat-button.primary .material-icons-round,
.emerald-icon-button .custom-raised-button.primary .material-icons,
.emerald-icon-button .custom-raised-button.primary .material-icons-outlined,
.emerald-icon-button .custom-raised-button.primary .material-icons-round {
  color: #ffffff;
}
emerald-icon-button .custom-flat-button.primary:hover,
emerald-icon-button .custom-raised-button.primary:hover,
.emerald-icon-button .custom-flat-button.primary:hover,
.emerald-icon-button .custom-raised-button.primary:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
}
emerald-icon-button .custom-flat-button.primary:focus,
emerald-icon-button .custom-raised-button.primary:focus,
.emerald-icon-button .custom-flat-button.primary:focus,
.emerald-icon-button .custom-raised-button.primary:focus {
  border-radius: 5px;
  border: 1px solid #ffffff;
  outline: 2px solid #003f2d;
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle) emerald-icon i,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) .emerald-icon i,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) emerald-icon i {
  color: #003f2d;
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):hover,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):hover,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):hover,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):hover {
  background: rgba(0, 63, 45, 0.08);
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):hover.light,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):hover.light,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):hover.light,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):hover.light {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
  color: #ffffff;
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons-outlined,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons-round,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons-outlined,
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons-round,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons-outlined,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons-round,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons-outlined,
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons-round,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons-outlined,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:focus .material-icons-round,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons-outlined,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle).light:hover .material-icons-round,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons-outlined,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:focus .material-icons-round,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons-outlined,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle).light:hover .material-icons-round {
  color: #ffffff;
}
emerald-icon-button .custom-icon-button:not(.primary).light:hover,
emerald-icon-button .custom-icon-button:not(.primary).light:focus,
emerald-icon-button .custom-outlined-button:not(.primary).light:hover,
emerald-icon-button .custom-outlined-button:not(.primary).light:focus,
.emerald-icon-button .custom-icon-button:not(.primary).light:hover,
.emerald-icon-button .custom-icon-button:not(.primary).light:focus,
.emerald-icon-button .custom-outlined-button:not(.primary).light:hover,
.emerald-icon-button .custom-outlined-button:not(.primary).light:focus {
  color: #ffffff;
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus {
  background-color: #ffffff;
  border-radius: 5px;
  outline: 1px solid #003f2d;
}
emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus.light,
.emerald-icon-button .custom-icon-button.primary:not(.custom-fab-circle):focus.light {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
  border: 1px solid #ffffff;
  color: #ffffff;
}
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle),
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle) {
  border: 1px solid #003f2d;
}
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):disabled,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):disabled {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus,
.emerald-icon-button .custom-outlined-button.primary:not(.custom-fab-circle):focus {
  background-color: #ffffff;
  border-radius: 5px;
  outline: 1px solid #003f2d;
}
emerald-icon-button .custom-fab-mini.disable,
emerald-icon-button .custom-fab-raised.disable,
.emerald-icon-button .custom-fab-mini.disable,
.emerald-icon-button .custom-fab-raised.disable {
  background-color: rgba(0, 0, 0, 0.1215686275);
  pointer-events: none;
  box-shadow: none;
}
emerald-icon-button .mdc-button.mdc-button--icon-leading,
.emerald-icon-button .mdc-button.mdc-button--icon-leading {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.708rem;
  min-width: unset;
  letter-spacing: 0;
  font-size: 1rem;
}
emerald-icon-button .mdc-button.mdc-button--icon-leading .mdc-button__ripple::before,
emerald-icon-button .mdc-button.mdc-button--icon-leading .mdc-button__ripple::after,
.emerald-icon-button .mdc-button.mdc-button--icon-leading .mdc-button__ripple::before,
.emerald-icon-button .mdc-button.mdc-button--icon-leading .mdc-button__ripple::after {
  background-color: #003f2d;
  background-color: var(--mdc-ripple-color, #003f2d);
}
emerald-icon-button .mdc-button.mdc-button--icon-leading:hover .mdc-button__ripple::before,
emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-surface--hover .mdc-button__ripple::before,
.emerald-icon-button .mdc-button.mdc-button--icon-leading:hover .mdc-button__ripple::before,
.emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.emerald-icon-button .mdc-button.mdc-button--icon-leading:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-upgraded,
.emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
emerald-icon-button .mdc-button.mdc-button--icon-leading.small,
.emerald-icon-button .mdc-button.mdc-button--icon-leading.small {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.604rem;
}
emerald-icon-button .mdc-button.mdc-button--icon-leading.large,
.emerald-icon-button .mdc-button.mdc-button--icon-leading.large {
  width: 3rem;
  height: 3rem;
  padding: 1rem;
}
emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-button--unelevated:not(.large, .small),
.emerald-icon-button .mdc-button.mdc-button--icon-leading.mdc-button--unelevated:not(.large, .small) {
  padding: 0.708rem;
}
emerald-icon-button .light,
.emerald-icon-button .light {
  background: rgba(0, 63, 45, 0.0784313725);
}
emerald-icon-button .light:hover,
.emerald-icon-button .light:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
  color: #ffffff;
}
emerald-icon-button .light:focus,
.emerald-icon-button .light:focus {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)),
    #003f2d;
  color: #ffffff;
}
emerald-icon-button .custom-icon-button.circle,
emerald-icon-button .custom-flat-button.circle,
emerald-icon-button .custom-outlined-button.circle,
emerald-icon-button .custom-raised-button.circle,
.emerald-icon-button .custom-icon-button.circle,
.emerald-icon-button .custom-flat-button.circle,
.emerald-icon-button .custom-outlined-button.circle,
.emerald-icon-button .custom-raised-button.circle {
  border-radius: 50%;
}
emerald-icon-button .custom-icon-button.circle .mdc-button__ripple,
emerald-icon-button .custom-flat-button.circle .mdc-button__ripple,
emerald-icon-button .custom-outlined-button.circle .mdc-button__ripple,
emerald-icon-button .custom-raised-button.circle .mdc-button__ripple,
.emerald-icon-button .custom-icon-button.circle .mdc-button__ripple,
.emerald-icon-button .custom-flat-button.circle .mdc-button__ripple,
.emerald-icon-button .custom-outlined-button.circle .mdc-button__ripple,
.emerald-icon-button .custom-raised-button.circle .mdc-button__ripple {
  border-radius: 50%;
}
emerald-icon-button .custom-icon-button.circle:focus,
emerald-icon-button .custom-flat-button.circle:focus,
emerald-icon-button .custom-outlined-button.circle:focus,
emerald-icon-button .custom-raised-button.circle:focus,
.emerald-icon-button .custom-icon-button.circle:focus,
.emerald-icon-button .custom-flat-button.circle:focus,
.emerald-icon-button .custom-outlined-button.circle:focus,
.emerald-icon-button .custom-raised-button.circle:focus {
  border-radius: 50% !important;
}
emerald-icon-button .custom-icon-button:disabled .material-icons,
emerald-icon-button .custom-icon-button:disabled .material-icons-outlined,
emerald-icon-button .custom-icon-button:disabled .material-icons-round,
emerald-icon-button .custom-flat-button:disabled .material-icons,
emerald-icon-button .custom-flat-button:disabled .material-icons-outlined,
emerald-icon-button .custom-flat-button:disabled .material-icons-round,
emerald-icon-button .custom-outlined-button:disabled .material-icons,
emerald-icon-button .custom-outlined-button:disabled .material-icons-outlined,
emerald-icon-button .custom-outlined-button:disabled .material-icons-round,
emerald-icon-button .custom-raised-button:disabled .material-icons,
emerald-icon-button .custom-raised-button:disabled .material-icons-outlined,
emerald-icon-button .custom-raised-button:disabled .material-icons-round,
.emerald-icon-button .custom-icon-button:disabled .material-icons,
.emerald-icon-button .custom-icon-button:disabled .material-icons-outlined,
.emerald-icon-button .custom-icon-button:disabled .material-icons-round,
.emerald-icon-button .custom-flat-button:disabled .material-icons,
.emerald-icon-button .custom-flat-button:disabled .material-icons-outlined,
.emerald-icon-button .custom-flat-button:disabled .material-icons-round,
.emerald-icon-button .custom-outlined-button:disabled .material-icons,
.emerald-icon-button .custom-outlined-button:disabled .material-icons-outlined,
.emerald-icon-button .custom-outlined-button:disabled .material-icons-round,
.emerald-icon-button .custom-raised-button:disabled .material-icons,
.emerald-icon-button .custom-raised-button:disabled .material-icons-outlined,
.emerald-icon-button .custom-raised-button:disabled .material-icons-round {
  color: #1a1a1a;
  opacity: 46%;
}
emerald-icon-button .emerald-icon.react-icon,
emerald-icon-button emerald-icon.react-icon,
.emerald-icon-button .emerald-icon.react-icon,
.emerald-icon-button emerald-icon.react-icon {
  height: 1.25rem;
}
emerald-icon-button .emerald-icon .material-icons,
emerald-icon-button .emerald-icon .material-icons-outlined,
emerald-icon-button .emerald-icon .material-icons-round,
emerald-icon-button emerald-icon .material-icons,
emerald-icon-button emerald-icon .material-icons-outlined,
emerald-icon-button emerald-icon .material-icons-round,
.emerald-icon-button .emerald-icon .material-icons,
.emerald-icon-button .emerald-icon .material-icons-outlined,
.emerald-icon-button .emerald-icon .material-icons-round,
.emerald-icon-button emerald-icon .material-icons,
.emerald-icon-button emerald-icon .material-icons-outlined,
.emerald-icon-button emerald-icon .material-icons-round {
  font-size: 1.25rem;
}
emerald-icon-button .small .emerald-icon.react-icon,
emerald-icon-button .small emerald-icon.react-icon,
.emerald-icon-button .small .emerald-icon.react-icon,
.emerald-icon-button .small emerald-icon.react-icon {
  height: 1rem;
}
emerald-icon-button .small .emerald-icon .material-icons,
emerald-icon-button .small .emerald-icon .material-icons-outlined,
emerald-icon-button .small .emerald-icon .material-icons-round,
emerald-icon-button .small emerald-icon .material-icons,
emerald-icon-button .small emerald-icon .material-icons-outlined,
emerald-icon-button .small emerald-icon .material-icons-round,
.emerald-icon-button .small .emerald-icon .material-icons,
.emerald-icon-button .small .emerald-icon .material-icons-outlined,
.emerald-icon-button .small .emerald-icon .material-icons-round,
.emerald-icon-button .small emerald-icon .material-icons,
.emerald-icon-button .small emerald-icon .material-icons-outlined,
.emerald-icon-button .small emerald-icon .material-icons-round {
  font-size: 1rem;
}
emerald-icon-button .large .emerald-icon.react-icon,
emerald-icon-button .large emerald-icon.react-icon,
.emerald-icon-button .large .emerald-icon.react-icon,
.emerald-icon-button .large emerald-icon.react-icon {
  height: 1.5rem;
}
emerald-icon-button .large .emerald-icon .material-icons,
emerald-icon-button .large .emerald-icon .material-icons-outlined,
emerald-icon-button .large .emerald-icon .material-icons-round,
emerald-icon-button .large emerald-icon .material-icons,
emerald-icon-button .large emerald-icon .material-icons-outlined,
emerald-icon-button .large emerald-icon .material-icons-round,
.emerald-icon-button .large .emerald-icon .material-icons,
.emerald-icon-button .large .emerald-icon .material-icons-outlined,
.emerald-icon-button .large .emerald-icon .material-icons-round,
.emerald-icon-button .large emerald-icon .material-icons,
.emerald-icon-button .large emerald-icon .material-icons-outlined,
.emerald-icon-button .large emerald-icon .material-icons-round {
  font-size: 1.5rem;
}
emerald-icon-button .custom-fab-circle,
.emerald-icon-button .custom-fab-circle {
  border-radius: 50%;
  height: 3.375rem;
  width: 3.375rem;
  min-width: 3.375rem;
}
.mdc-text-field__icon {
  align-self: center;
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field__icon svg {
  display: block;
}
.mdc-text-field__icon--leading {
  margin-left: 16px;
  margin-right: 8px;
}
[dir=rtl] .mdc-text-field__icon--leading,
.mdc-text-field__icon--leading[dir=rtl] {
  margin-left: 8px;
  margin-right: 16px;
}
.mdc-text-field__icon--trailing {
  padding: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
[dir=rtl] .mdc-text-field__icon--trailing,
.mdc-text-field__icon--trailing[dir=rtl] {
  margin-left: 0px;
  margin-right: 0px;
}
.mdc-text-field--filled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-text-field--filled .mdc-text-field__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-text-field--filled .mdc-text-field__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-text-field__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-text-field {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  align-items: baseline;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change:
    opacity,
    transform,
    color;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #6200ee;
  caret-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 0;
  background: none;
  appearance: none;
  padding: 0;
}
.mdc-text-field__input::-ms-clear {
  display: none;
}
.mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: none;
}
.mdc-text-field__input:focus {
  outline: none;
}
.mdc-text-field__input:invalid {
  box-shadow: none;
}
@media all {
  .mdc-text-field__input::placeholder {
    transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field__input:-ms-input-placeholder {
    transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input::placeholder,
  .mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
  .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  white-space: nowrap;
}
.mdc-text-field--label-floating .mdc-text-field__affix,
.mdc-text-field--no-label .mdc-text-field__affix {
  opacity: 1;
}
@supports (-webkit-hyphens: none) {
  .mdc-text-field--outlined .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 2px;
}
[dir=rtl] .mdc-text-field__affix--prefix,
.mdc-text-field__affix--prefix[dir=rtl] {
  padding-left: 2px;
  padding-right: 0;
}
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 12px;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-text-field__affix--suffix {
  padding-left: 12px;
  padding-right: 0;
}
[dir=rtl] .mdc-text-field__affix--suffix,
.mdc-text-field__affix--suffix[dir=rtl] {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
  padding-left: 2px;
  padding-right: 0;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
  padding-left: 0;
  padding-right: 2px;
}
.mdc-text-field--filled {
  height: 56px;
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: #6200ee;
  border-bottom-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-text-field--filled .mdc-floating-label {
  left: 16px;
  right: initial;
}
[dir=rtl] .mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 16px;
}
.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  height: 100%;
}
.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
  display: none;
}
.mdc-text-field--filled.mdc-text-field--no-label::before {
  display: none;
}
@supports (-webkit-hyphens: none) {
  .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field--outlined {
  height: 56px;
  overflow: visible;
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
.mdc-text-field--outlined .mdc-text-field__input {
  height: 100%;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
  padding-left: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  padding-right: 0;
}
@supports (top: max(0%)) {
  [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
  .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
    padding-left: max(16px, var(--mdc-shape-small, 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
  padding-right: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  padding-left: 0;
}
@supports (top: max(0%)) {
  [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
  .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  padding-left: 0;
  padding-right: 0;
}
.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: transparent;
  background-color: var(--mdc-ripple-color, transparent);
}
.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: initial;
}
[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  border: none !important;
  background-color: transparent;
}
.mdc-text-field--outlined .mdc-notched-outline {
  z-index: 1;
}
.mdc-text-field--textarea {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: none;
}
.mdc-text-field--textarea .mdc-floating-label {
  top: 19px;
}
.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}
.mdc-text-field--textarea .mdc-text-field__input {
  flex-grow: 1;
  height: auto;
  min-height: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  resize: none;
  padding: 0 16px;
  line-height: 1.5rem;
}
.mdc-text-field--textarea.mdc-text-field--filled::before {
  display: none;
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-10.25px) scale(0.75);
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-textarea-filled {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
  margin-top: 23px;
  margin-bottom: 9px;
}
.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
  0% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
  top: 18px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
  margin-bottom: 2px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
  align-self: flex-end;
  padding: 0 16px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: -16px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
  display: none;
}
.mdc-text-field__resizer {
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  max-width: 100%;
  min-height: 56px;
  min-width: fit-content;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  overflow: hidden;
  resize: both;
}
.mdc-text-field--filled .mdc-text-field__resizer {
  transform: translateY(-1px);
}
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
  transform: translateY(1px);
}
.mdc-text-field--outlined .mdc-text-field__resizer {
  transform: translateX(-1px) translateY(-1px);
}
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,
.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
  transform: translateX(1px) translateY(-1px);
}
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
  transform: translateX(1px) translateY(1px);
}
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
  transform: translateX(-1px) translateY(1px);
}
.mdc-text-field--with-leading-icon {
  padding-left: 0;
  padding-right: 16px;
}
[dir=rtl] .mdc-text-field--with-leading-icon,
.mdc-text-field--with-leading-icon[dir=rtl] {
  padding-left: 16px;
  padding-right: 0;
}
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 48px);
  left: 48px;
  right: initial;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  left: 36px;
  right: initial;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  left: initial;
  right: 36px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
  100% {
    transform: translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75);
  }
}
.mdc-text-field--with-trailing-icon {
  padding-left: 16px;
  padding-right: 0;
}
[dir=rtl] .mdc-text-field--with-trailing-icon,
.mdc-text-field--with-trailing-icon[dir=rtl] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  padding-left: 0;
  padding-right: 0;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 96px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(98, 0, 238, 0.87);
}
.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}
.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  caret-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}
.mdc-text-field--disabled {
  pointer-events: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-text-field--disabled .mdc-text-field__input {
    background-color: Window;
  }
  .mdc-text-field--disabled .mdc-floating-label {
    z-index: 1;
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
  display: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  pointer-events: auto;
}
.mdc-text-field--end-aligned .mdc-text-field__input {
  text-align: right;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  text-align: left;
}
[dir=rtl] .mdc-text-field--ltr-text,
.mdc-text-field--ltr-text[dir=rtl] {
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
  direction: ltr;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 2px;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  padding-left: 12px;
  padding-right: 0;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
  order: 1;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  order: 2;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
  order: 3;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  order: 4;
}
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
  order: 5;
}
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] {
}
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
  text-align: right;
}
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
  padding-right: 12px;
}
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
  padding-left: 2px;
}
.mdc-text-field-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}
.mdc-text-field-character-counter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field__icon {
  align-self: center;
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field__icon svg {
  display: block;
}
.mdc-text-field__icon--leading {
  margin-left: 16px;
  margin-right: 8px;
}
[dir=rtl] .mdc-text-field__icon--leading,
.mdc-text-field__icon--leading[dir=rtl] {
  margin-left: 8px;
  margin-right: 16px;
}
.mdc-text-field__icon--trailing {
  padding: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
[dir=rtl] .mdc-text-field__icon--trailing,
.mdc-text-field__icon--trailing[dir=rtl] {
  margin-left: 0px;
  margin-right: 0px;
}
emerald-input,
.emerald-input {
  position: relative;
}
emerald-input .mdc-text-field,
.emerald-input .mdc-text-field {
  width: 100%;
}
emerald-input .color-field__input,
.emerald-input .color-field__input {
  margin-top: 1.5rem;
}
emerald-input .color-field__input--outlined,
.emerald-input .color-field__input--outlined {
  margin-top: 1rem;
}
emerald-input .mdc-text-field--outlined .mdc-text-field__input.color-field__input--outlined,
.emerald-input .mdc-text-field--outlined .mdc-text-field__input.color-field__input--outlined {
  height: 60%;
}
emerald-input .mdc-text-field__input::-webkit-calendar-picker-indicator,
.emerald-input .mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: block !important;
}
emerald-input ::-webkit-calendar-picker-indicator,
.emerald-input ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
  font-size: 1.5rem;
  right: 1rem;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: none !important;
  padding: 0;
}
emerald-input .input[type=time]::-webkit-calender-picker-indicator,
emerald-input .input[type=week]::-webkit-calender-picker-indicator,
.emerald-input .input[type=time]::-webkit-calender-picker-indicator,
.emerald-input .input[type=week]::-webkit-calender-picker-indicator {
  display: block !important;
}
emerald-input input.input-no-value::-webkit-calendar-picker-indicator,
emerald-input input:not(.show-clear-icon)::-webkit-calendar-picker-indicator,
.emerald-input input.input-no-value::-webkit-calendar-picker-indicator,
.emerald-input input:not(.show-clear-icon)::-webkit-calendar-picker-indicator {
  display: block !important;
}
emerald-input input.show-clear-icon:not(.input-no-value)::-webkit-calendar-picker-indicator,
.emerald-input input.show-clear-icon:not(.input-no-value)::-webkit-calendar-picker-indicator {
  display: none !important;
}
emerald-input .mdc-text-field:not(.mdc-text-field--textarea),
.emerald-input .mdc-text-field:not(.mdc-text-field--textarea) {
  height: 3.5rem;
}
emerald-input .mdc-text-field:not(.mdc-text-field--textarea) .mdc-text-field__input,
.emerald-input .mdc-text-field:not(.mdc-text-field--textarea) .mdc-text-field__input {
  height: 1.75rem;
}
emerald-input .mdc-text-field--filled:not(.mdc-text-field--textarea) .mdc-floating-label--float-above,
.emerald-input .mdc-text-field--filled:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
  transform: translateY(-1.2rem) scale(0.75);
}
emerald-input .classic-html-datetimepicker,
.emerald-input .classic-html-datetimepicker {
  padding-right: 0.6rem;
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading {
  border-color: #767676;
}
emerald-input .mdc-text-field-helper-text--validation-msg,
.emerald-input .mdc-text-field-helper-text--validation-msg {
  opacity: 0;
}
emerald-input .mdc-text-field,
.emerald-input .mdc-text-field {
  display: flex;
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled),
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.emerald-input .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled),
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) {
  background-color: rgba(26, 26, 26, 0.04);
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-with-value:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #0c8cb9;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled),
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) {
  background-color: #fafafa;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #0c8cb9;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled),
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) {
  background-color: #fafafa;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled),
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) {
  background-color: #fafafa;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #cd411d;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled {
  pointer-events: auto;
  cursor: not-allowed;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input {
  color: #bdbdbd;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-floating-label {
  color: #bdbdbd;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled {
  background-color: #fafafa;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-line-ripple::before,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: #b9b9b9;
}
emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input {
  cursor: not-allowed;
}
emerald-input .mdc-text-field.mdc-text-field--filled .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 3rem);
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: gray;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #767676;
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #767676;
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #003f2d;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #1a1a1a;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: gray;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: gray;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--invalid.mdc-text-field--label-floating:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled {
  pointer-events: auto;
  cursor: not-allowed;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input {
  color: #bdbdbd;
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: #bdbdbd;
  }
}
@media all {
  emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: #bdbdbd;
  }
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-floating-label {
  color: #bdbdbd;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__leading,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__notch,
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__trailing,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__leading,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: #bdbdbd;
}
emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
  cursor: not-allowed;
}
emerald-input .mdc-text-field.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.emerald-input .mdc-text-field.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #ff543e;
}
emerald-input .mdc-text-field.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.emerald-input .mdc-text-field.mdc-text-field--invalid-with-required:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #ff543e;
  opacity: 1;
}
emerald-input .mdc-text-field .mdc-floating-label,
.emerald-input .mdc-text-field .mdc-floating-label {
  font-size: 1rem;
  line-height: 1.25rem;
}
emerald-input .mdc-text-field .mdc-floating-label.mdc-floating-label--float-above,
.emerald-input .mdc-text-field .mdc-floating-label.mdc-floating-label--float-above {
  font-size: 1rem;
  line-height: 1rem;
}
emerald-input .mdc-text-field .mdc-text-field__icon--leading,
emerald-input .mdc-text-field .mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field .mdc-text-field__icon--leading,
.emerald-input .mdc-text-field .mdc-text-field__icon--trailing {
  color: gray;
}
emerald-input .mdc-text-field .mdc-text-field__icon--leading i.material-icons,
emerald-input .mdc-text-field .mdc-text-field__icon--trailing i.material-icons,
.emerald-input .mdc-text-field .mdc-text-field__icon--leading i.material-icons,
.emerald-input .mdc-text-field .mdc-text-field__icon--trailing i.material-icons {
  font-size: 1.5rem;
}
emerald-input .mdc-text-field .mdc-text-field__icon--leading,
.emerald-input .mdc-text-field .mdc-text-field__icon--leading {
  margin-left: 1rem;
  margin-right: 0.75rem;
}
emerald-input .mdc-text-field .mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field .mdc-text-field__icon--trailing {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}
emerald-input .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,
.emerald-input .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  left: 2rem;
}
emerald-input .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label.mdc-floating-label--float-above,
.emerald-input .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label.mdc-floating-label--float-above {
  font-size: 1rem;
  left: 2.25rem;
}
emerald-input .mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch,
.emerald-input .mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 5rem);
}
emerald-input .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.emerald-input .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  line-height: 1rem;
}
emerald-input .mdc-text-field .mdc-text-field-helper-text--validation-msg,
.emerald-input .mdc-text-field .mdc-text-field-helper-text--validation-msg {
  font-size: 0.688rem;
}
emerald-input .mdc-text-field span.mdc-text-field__affix,
.emerald-input .mdc-text-field span.mdc-text-field__affix {
  height: fit-content;
}
emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons,
.emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  display: flex;
  align-items: center;
}
emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons emerald-icon i,
.emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons emerald-icon i {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons emerald-icon:not(:first-child),
.emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons emerald-icon:not(:first-child) {
  margin-left: 0.375rem;
}
emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
  cursor: pointer;
}
emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon:not(:first-child),
.emerald-input .mdc-text-field input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon:not(:first-child) {
  margin-left: 0.375rem;
}
emerald-input .mdc-text-field input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  display: none !important;
}
emerald-input .mdc-text-field input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing {
  display: block !important;
  padding: 0rem;
}
emerald-input .mdc-text-field input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  display: block !important;
}
emerald-input .mdc-text-field input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing {
  display: none !important;
}
emerald-input .mdc-text-field input[type=number] + .input-trailing-icons,
.emerald-input .mdc-text-field input[type=number] + .input-trailing-icons {
  display: none;
}
emerald-input .mdc-text-field input[type=number]::-webkit-inner-spin-button,
.emerald-input .mdc-text-field input[type=number]::-webkit-inner-spin-button {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
  margin-left: 3rem;
  right: 0rem;
}
emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons,
emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons,
.emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons,
.emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  display: flex;
  align-items: center;
}
emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons emerald-icon i,
emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons emerald-icon i,
.emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons emerald-icon i,
.emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons emerald-icon i {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons i.material-icons,
emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons i.material-icons,
.emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons i.material-icons,
.emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons i.material-icons {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons i.material-icons.input-clear-icon,
emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input[type=number]:hover + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input[type=number]:focus + .input-trailing-icons i.material-icons.input-clear-icon {
  cursor: pointer;
}
emerald-input .mdc-text-field input[type=number].input-no-value.show-clear-icon + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .mdc-text-field input[type=number].input-no-value.show-clear-icon + .input-trailing-icons i.material-icons.input-clear-icon {
  display: none !important;
}
emerald-input .mdc-text-field input:not([type=number], [type=date], [type=datetime-local], [type=week], [type=month], [type=time]),
.emerald-input .mdc-text-field input:not([type=number], [type=date], [type=datetime-local], [type=week], [type=month], [type=time]) {
  padding-right: 2rem;
}
emerald-input .mdc-text-field input[type=search]::-webkit-search-cancel-button,
.emerald-input .mdc-text-field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
emerald-input .mdc-text-field input.has-suffix-text.show-clear-icon:not(.input-no-value) ~ .mdc-text-field__affix--suffix,
.emerald-input .mdc-text-field input.has-suffix-text.show-clear-icon:not(.input-no-value) ~ .mdc-text-field__affix--suffix {
  margin-right: 1.5rem;
}
emerald-input .mdc-text-field input ~ .mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field input ~ .mdc-text-field__icon--trailing {
  display: none;
}
emerald-input .mdc-text-field input.input-no-value ~ .mdc-text-field__icon--trailing,
.emerald-input .mdc-text-field input.input-no-value ~ .mdc-text-field__icon--trailing {
  display: flex;
}
emerald-input .mdc-text-field--textarea .mdc-text-field__input,
.emerald-input .mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1rem;
}
emerald-input .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.emerald-input .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
emerald-input .mdc-text-field--textarea .mdc-text-field-helper-text--validation-msg,
.emerald-input .mdc-text-field--textarea .mdc-text-field-helper-text--validation-msg {
  font-size: 0.688rem;
}
emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]::-webkit-inner-spin-button,
.emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]::-webkit-inner-spin-button {
  right: 1rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]:hover + .input-trailing-icons,
emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]:focus + .input-trailing-icons,
.emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]:hover + .input-trailing-icons,
.emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=number]:focus + .input-trailing-icons {
  top: 60%;
}
emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=week]::-webkit-calendar-picker-indicator,
.emerald-input .mdc-text-field:not(.mdc-text-field--outlined) input[type=week]::-webkit-calendar-picker-indicator {
  right: 0.5rem;
}
emerald-input .mdc-text-field.mdc-text-field--outlined input[type=number]::-webkit-inner-spin-button,
.emerald-input .mdc-text-field.mdc-text-field--outlined input[type=number]::-webkit-inner-spin-button {
  right: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
emerald-input .mdc-text-field.mdc-text-field--outlined input.mdc-text-field__input,
.emerald-input .mdc-text-field.mdc-text-field--outlined input.mdc-text-field__input {
  align-self: center;
}
emerald-input .mdc-text-field.mdc-text-field--outlined input[type=number]::-webkit-inner-spin-button,
.emerald-input .mdc-text-field.mdc-text-field--outlined input[type=number]::-webkit-inner-spin-button {
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
emerald-input.Large label,
.emerald-input.Large label {
  height: 4rem;
}
emerald-input.Large label .mdc-floating-label.mdc-floating-label--float-above,
.emerald-input.Large label .mdc-floating-label.mdc-floating-label--float-above {
  font-size: 1.1rem;
  transform: translateY(-152%) scale(0.75);
}
emerald-input.Large label input,
.emerald-input.Large label input {
  font-size: 2rem;
  top: 0.75rem;
  position: relative;
  height: 36px;
}
emerald-input .native-input,
emerald-input .native-input > textarea,
.emerald-input .native-input,
.emerald-input .native-input > textarea {
  width: calc(100% - 3px);
  height: 56px;
  text-indent: 16px;
  font-family: "calibre";
  font-size: 1rem;
}
emerald-input .native-input :focus-visible,
.emerald-input .native-input :focus-visible {
  outline: #003f2d auto 1px;
}
emerald-input .native-input[type=date],
emerald-input .native-input[type=datetime-local],
emerald-input .native-input[type=week],
emerald-input .native-input[type=month],
emerald-input .native-input[type=time],
.emerald-input .native-input[type=date],
.emerald-input .native-input[type=datetime-local],
.emerald-input .native-input[type=week],
.emerald-input .native-input[type=month],
.emerald-input .native-input[type=time] {
  text-indent: 8px;
}
emerald-input .native-input[type=date]::-webkit-calendar-picker-indicator,
emerald-input .native-input[type=datetime-local]::-webkit-calendar-picker-indicator,
emerald-input .native-input[type=week]::-webkit-calendar-picker-indicator,
emerald-input .native-input[type=month]::-webkit-calendar-picker-indicator,
emerald-input .native-input[type=time]::-webkit-calendar-picker-indicator,
.emerald-input .native-input[type=date]::-webkit-calendar-picker-indicator,
.emerald-input .native-input[type=datetime-local]::-webkit-calendar-picker-indicator,
.emerald-input .native-input[type=week]::-webkit-calendar-picker-indicator,
.emerald-input .native-input[type=month]::-webkit-calendar-picker-indicator,
.emerald-input .native-input[type=time]::-webkit-calendar-picker-indicator {
  font-size: 1.5rem;
  right: 1rem;
}
emerald-input .native-input[type=number]::-webkit-inner-spin-button,
.emerald-input .native-input[type=number]::-webkit-inner-spin-button {
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
emerald-input .native-input[type=search],
.emerald-input .native-input[type=search] {
  height: 62px;
  width: calc(100% + 8px);
}
emerald-input .native-input[type=search]::-webkit-search-cancel-button,
.emerald-input .native-input[type=search]::-webkit-search-cancel-button {
  display: none;
}
emerald-input .native-input.borderless,
.emerald-input .native-input.borderless {
  border: none;
}
emerald-input .native-input:not([type=number]) + .input-trailing-icons,
.emerald-input .native-input:not([type=number]) + .input-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  display: flex;
  align-items: center;
}
emerald-input .native-input:not([type=number]) + .input-trailing-icons emerald-icon i,
.emerald-input .native-input:not([type=number]) + .input-trailing-icons emerald-icon i {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .native-input:not([type=number]) + .input-trailing-icons emerald-icon:not(:first-child),
.emerald-input .native-input:not([type=number]) + .input-trailing-icons emerald-icon:not(:first-child) {
  margin-left: 0.375rem;
}
emerald-input .native-input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
  cursor: pointer;
}
emerald-input .native-input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon:not(:first-child),
.emerald-input .native-input:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon:not(:first-child) {
  margin-left: 0.375rem;
}
emerald-input .native-input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  display: none !important;
}
emerald-input .native-input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing,
.emerald-input .native-input.input-no-value:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing {
  display: block !important;
  padding: 0rem;
}
emerald-input .native-input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.input-clear-icon {
  display: block !important;
}
emerald-input .native-input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing,
.emerald-input .native-input:not(.input-no-value).show-clear-icon:not([type=number]) + .input-trailing-icons i.material-icons.mdc-text-field__icon--trailing {
  display: none !important;
}
emerald-input .native-input[type=number] + .input-trailing-icons,
.emerald-input .native-input[type=number] + .input-trailing-icons {
  display: none;
}
emerald-input .native-input[type=number]::-webkit-inner-spin-button,
.emerald-input .native-input[type=number]::-webkit-inner-spin-button {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
  margin-left: 3rem;
  right: 0rem;
}
emerald-input .native-input[type=number]:hover + .input-trailing-icons,
emerald-input .native-input[type=number]:focus + .input-trailing-icons,
.emerald-input .native-input[type=number]:hover + .input-trailing-icons,
.emerald-input .native-input[type=number]:focus + .input-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  display: flex;
  align-items: center;
}
emerald-input .native-input[type=number]:hover + .input-trailing-icons emerald-icon i,
emerald-input .native-input[type=number]:focus + .input-trailing-icons emerald-icon i,
.emerald-input .native-input[type=number]:hover + .input-trailing-icons emerald-icon i,
.emerald-input .native-input[type=number]:focus + .input-trailing-icons emerald-icon i {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .native-input[type=number]:hover + .input-trailing-icons i.material-icons,
emerald-input .native-input[type=number]:focus + .input-trailing-icons i.material-icons,
.emerald-input .native-input[type=number]:hover + .input-trailing-icons i.material-icons,
.emerald-input .native-input[type=number]:focus + .input-trailing-icons i.material-icons {
  font-size: 1.5rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input .native-input[type=number]:hover + .input-trailing-icons i.material-icons.input-clear-icon,
emerald-input .native-input[type=number]:focus + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input[type=number]:hover + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input[type=number]:focus + .input-trailing-icons i.material-icons.input-clear-icon {
  cursor: pointer;
}
emerald-input .native-input[type=number].input-no-value.show-clear-icon + .input-trailing-icons i.material-icons.input-clear-icon,
.emerald-input .native-input[type=number].input-no-value.show-clear-icon + .input-trailing-icons i.material-icons.input-clear-icon {
  display: none !important;
}
emerald-input .native-input:not([type=number], [type=date], [type=datetime-local], [type=week], [type=month], [type=time]),
.emerald-input .native-input:not([type=number], [type=date], [type=datetime-local], [type=week], [type=month], [type=time]) {
  padding-right: 2rem;
}
emerald-input .native-input[type=search]::-webkit-search-cancel-button,
.emerald-input .native-input[type=search]::-webkit-search-cancel-button {
  display: none;
}
emerald-input .native-input.color-field__input,
emerald-input .native-input.color-field__input--outlined,
.emerald-input .native-input.color-field__input,
.emerald-input .native-input.color-field__input--outlined {
  margin: unset;
  height: 60px;
}
emerald-input .native-input > textarea,
.emerald-input .native-input > textarea {
  padding-top: 14px;
}
emerald-input input[type=number]::-webkit-inner-spin-button,
.emerald-input input[type=number]::-webkit-inner-spin-button {
  right: 1rem;
}
emerald-avatar .avatar-container,
.emerald-avatar .avatar-container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: #003f2d;
  border-radius: 50%;
}
emerald-avatar .avatar-container > span,
.emerald-avatar .avatar-container > span {
  align-self: center;
}
emerald-avatar .avatar-container .initials,
.emerald-avatar .avatar-container .initials {
  color: #ffffff;
  text-align: center;
}
emerald-avatar .avatar-container img,
.emerald-avatar .avatar-container img {
  border-radius: 50%;
}
emerald-avatar .avatar-container.extra-large,
emerald-avatar .avatar-container.extra_large,
.emerald-avatar .avatar-container.extra-large,
.emerald-avatar .avatar-container.extra_large {
  width: 3rem;
  height: 3rem;
}
emerald-avatar .avatar-container.extra-large img,
emerald-avatar .avatar-container.extra_large img,
.emerald-avatar .avatar-container.extra-large img,
.emerald-avatar .avatar-container.extra_large img {
  width: 3rem;
  height: 3rem;
}
emerald-avatar .avatar-container.extra-large .initials,
emerald-avatar .avatar-container.extra_large .initials,
.emerald-avatar .avatar-container.extra-large .initials,
.emerald-avatar .avatar-container.extra_large .initials {
  width: 1.875rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
emerald-avatar .avatar-container.extra-large img,
emerald-avatar .avatar-container.extra_large img,
.emerald-avatar .avatar-container.extra-large img,
.emerald-avatar .avatar-container.extra_large img {
  width: 3rem;
  height: 3rem;
}
emerald-avatar .avatar-container.extra-large .initials,
emerald-avatar .avatar-container.extra_large .initials,
.emerald-avatar .avatar-container.extra-large .initials,
.emerald-avatar .avatar-container.extra_large .initials {
  width: 1.875rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
emerald-avatar .avatar-container.extra-large .avatar-icon emerald-icon i,
emerald-avatar .avatar-container.extra-large .avatar-icon i,
emerald-avatar .avatar-container.extra_large .avatar-icon emerald-icon i,
emerald-avatar .avatar-container.extra_large .avatar-icon i,
.emerald-avatar .avatar-container.extra-large .avatar-icon emerald-icon i,
.emerald-avatar .avatar-container.extra-large .avatar-icon i,
.emerald-avatar .avatar-container.extra_large .avatar-icon emerald-icon i,
.emerald-avatar .avatar-container.extra_large .avatar-icon i {
  font-size: 2.25rem;
  margin-top: 0.18rem;
}
emerald-avatar .avatar-container.large,
.emerald-avatar .avatar-container.large {
  width: 2.5rem;
  height: 2.5rem;
}
emerald-avatar .avatar-container.large img,
.emerald-avatar .avatar-container.large img {
  width: 2.5rem;
  height: 2.5rem;
}
emerald-avatar .avatar-container.large .initials,
.emerald-avatar .avatar-container.large .initials {
  width: 1.56rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
emerald-avatar .avatar-container.large img,
.emerald-avatar .avatar-container.large img {
  width: 2.5rem;
  height: 2.5rem;
}
emerald-avatar .avatar-container.large .initials,
.emerald-avatar .avatar-container.large .initials {
  width: 1.56rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
emerald-avatar .avatar-container.large .avatar-icon emerald-icon i,
emerald-avatar .avatar-container.large .avatar-icon i,
.emerald-avatar .avatar-container.large .avatar-icon emerald-icon i,
.emerald-avatar .avatar-container.large .avatar-icon i {
  font-size: 1.875rem;
  margin-top: 0.18rem;
}
emerald-avatar .avatar-container.medium,
.emerald-avatar .avatar-container.medium {
  width: 2rem;
  height: 2rem;
}
emerald-avatar .avatar-container.medium img,
.emerald-avatar .avatar-container.medium img {
  width: 2rem;
  height: 2rem;
}
emerald-avatar .avatar-container.medium .initials,
.emerald-avatar .avatar-container.medium .initials {
  width: 1.125rem;
  line-height: 1.313rem;
  font-size: 0.875rem;
}
emerald-avatar .avatar-container.medium img,
.emerald-avatar .avatar-container.medium img {
  width: 2rem;
  height: 2rem;
}
emerald-avatar .avatar-container.medium .initials,
.emerald-avatar .avatar-container.medium .initials {
  width: 1.125rem;
  line-height: 1.313rem;
  font-size: 0.875rem;
}
emerald-avatar .avatar-container.medium .avatar-icon emerald-icon i,
emerald-avatar .avatar-container.medium .avatar-icon i,
.emerald-avatar .avatar-container.medium .avatar-icon emerald-icon i,
.emerald-avatar .avatar-container.medium .avatar-icon i {
  font-size: 1.5rem;
  margin-top: 0.18rem;
}
emerald-avatar .avatar-container.small,
.emerald-avatar .avatar-container.small {
  width: 1.5rem;
  height: 1.5rem;
}
emerald-avatar .avatar-container.small img,
.emerald-avatar .avatar-container.small img {
  width: 1.5rem;
  height: 1.5rem;
}
emerald-avatar .avatar-container.small .initials,
.emerald-avatar .avatar-container.small .initials {
  width: 0.94rem;
  line-height: 1rem;
  font-size: 0.75rem;
}
emerald-avatar .avatar-container.small img,
.emerald-avatar .avatar-container.small img {
  width: 1.5rem;
  height: 1.5rem;
}
emerald-avatar .avatar-container.small .initials,
.emerald-avatar .avatar-container.small .initials {
  width: 0.94rem;
  line-height: 1rem;
  font-size: 0.75rem;
}
emerald-avatar .avatar-container.small .avatar-icon emerald-icon i,
.emerald-avatar .avatar-container.small .avatar-icon emerald-icon i {
  font-size: 1.125rem;
  margin-top: 0.18rem;
}
emerald-avatar .avatar-container.small .avatar-icon i,
.emerald-avatar .avatar-container.small .avatar-icon i {
  font-size: 1.125rem;
  margin-top: 0.18rem;
}
.emerald-datepicker {
  position: relative;
}
.p-float-label.no-label input.p-inputtext {
  padding: 1rem;
}
.p-float-label input.p-inputtext {
  padding-right: 2.5rem;
}
.p-float-label > label {
  left: 1rem !important;
  right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  right: auto;
  background: #fff;
  padding: 0 5px;
  left: 0.75rem !important;
}
.p-float-label .p-inputwrapper-focus ~ label {
  top: 1rem !important;
  left: 0.75rem !important;
  color: #003f2d;
  padding: 0 5px;
  font-size: 0.75rem !important;
}
.p-float-label .p-inputwrapper-filled ~ label {
  color: rgb(26, 26, 26);
  top: 1rem !important;
  font-size: 0.75rem !important;
}
.outline .p-float-label .p-inputwrapper-focus ~ label {
  top: 0.25rem !important;
  background: #fff;
  right: auto;
}
.outline .p-float-label .p-inputwrapper-filled ~ label {
  top: 0.15rem !important;
}
.outline .p-calendar .p-inputtext {
  border: 1px solid rgb(26, 26, 26);
  border-radius: 4px;
  background-color: transparent;
  padding-top: 1rem;
}
.outline .p-calendar .p-inputtext:enabled:focus {
  border-width: 2px;
}
.full-width .p-calendar {
  width: 100%;
}
.full-width.emerald-datepicker {
  width: 100%;
}
p-calendar {
  display: block;
  width: 100%;
}
.p-calendar {
  width: 100%;
}
.p-calendar .p-inputtext {
  height: 3.5rem;
  padding: 2rem 2rem 1rem 1rem;
  border-width: 0 0 1px 0;
  border-color: #767676;
  border-radius: 0;
}
.p-calendar .p-inputtext:enabled:hover,
.p-calendar .p-inputtext:enabled:focus {
  border-color: #003f2d !important;
}
.p-inputtext:enabled:focus {
  box-shadow: none !important;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus,
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus,
.p-datepicker table td > span:focus,
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus,
.p-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 45, 0.2) !important;
}
.p-datepicker .p-datepicker-header {
  padding: 0.3rem 0.5rem;
  display: grid;
  grid-auto-flow: column;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev {
  grid-column: 10;
}
.p-datepicker .p-datepicker-header .p-datepicker-next {
  grid-column: 11;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 1.5rem;
  height: 1.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  grid-column: 1;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #003f2d !important;
}
.p-datepicker .p-datepicker-title .p-datepicker-month {
  padding: 0 !important;
  margin-right: 0 !important;
}
.p-datepicker table {
  font-size: 0.9rem;
  margin: 0;
}
.p-datepicker table tr:first-child td.selected-cell:first-child {
  border-radius: 50px 0 0 50px;
}
.p-datepicker table tr:last-child td.selected-cell:last-child {
  border-radius: 0 50px 50px 0;
}
.p-datepicker table td {
  padding: 0.25rem !important;
}
.p-datepicker table td > span {
  width: 2rem;
  height: 2rem;
  padding: 0.3rem;
}
.p-datepicker table td > span.p-highlight {
  background: transparent;
}
.p-datepicker table td.p-datepicker-today > span {
  background: transparent !important;
  border: 1px solid rgb(26, 26, 26) !important;
  color: rgb(26, 26, 26);
}
.p-datepicker table td.p-datepicker-today > span:hover {
  background: transparent;
}
.p-datepicker table td.p-datepicker-today > .p-highlight {
  background: rgb(0, 63, 45) !important;
  color: #fff !important;
}
.p-datepicker table td > .p-highlight {
  background: rgb(0, 63, 45) !important;
  color: #fff !important;
}
.p-datepicker table td.selected-cell {
  position: relative;
}
.p-datepicker table td.selected-cell .p-highlight {
  background: transparent !important;
  color: inherit !important;
}
.p-datepicker table td.selected-cell:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 63, 45, 0.1) !important;
}
.p-datepicker table td.selected-cell:first-child:after {
  border-radius: 50px 0 0 50px;
}
.p-datepicker table td.selected-cell:last-child:after {
  border-radius: 0 50px 50px 0;
}
.p-datepicker table td.selected-cell.start-date,
.p-datepicker table td.selected-cell.end-date {
  background: transparent !important;
}
.p-datepicker table td.selected-cell.start-date > span,
.p-datepicker table td.selected-cell.end-date > span {
  background: #003f2d !important;
  color: #fff !important;
  border-radius: 50%;
}
.p-datepicker table td.selected-cell.start-date:after {
  border-radius: 50px 0 0 50px;
}
.p-datepicker table td.selected-cell.end-date:after {
  border-radius: 0 50px 50px 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month:focus,
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  background-color: rgba(0, 63, 45, 0.0784313725) !important;
  color: #003f2d !important;
}
.p-datepicker .p-timepicker button {
  width: 1rem;
  height: 1rem;
}
.p-datepicker .p-timepicker span {
  font-size: 0.9rem;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #003f2d !important;
  background: rgba(0, 63, 45, 0.08) !important;
}
.mdc-datepicker-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: flex;
}
.mdc-datepicker-trailing-icons emerald-icon,
.mdc-datepicker-trailing-icons .emerald-icon {
  padding: unset !important;
}
.mdc-datepicker-trailing-icons emerald-icon i,
.mdc-datepicker-trailing-icons .emerald-icon i {
  width: 1.45rem !important;
  height: 1.45rem !important;
  font-size: 1.45rem !important;
  color: rgba(26, 26, 26, 0.6);
}
emerald-input emerald-datepicker p-calendar i.p-calendar-clear-icon,
.emerald-input .emerald-datepicker p-calendar i.p-calendar-clear-icon {
  color: rgba(26, 26, 26, 0.6) !important;
  right: 1rem !important;
  font-size: 1.15rem;
  transform: translateY(-50%);
  margin-top: unset;
}
.emerald-input .emerald-datepicker .input-trailing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: flex;
  align-items: center;
}
.emerald-input .emerald-datepicker .input-trailing-icons i.material-icons {
  width: 1.45rem !important;
  height: 1.45rem !important;
  font-size: 1.45rem !important;
  color: rgba(26, 26, 26, 0.6);
}
.emerald-input .emerald-datepicker .input-trailing-icons i.material-icons:not(:first-child) {
  margin-left: 0.375rem;
}
.emerald-input .emerald-datepicker .input-trailing-icons i.material-icons.input-clear-icon {
  cursor: pointer;
}
.emerald-input .emerald-datepicker .input-trailing-icons .mdc-text-field__icon.mdc-text-field__icon--trailing {
  padding: unset;
  height: 1.45rem;
}
emerald-datepicker.outline .p-float-label.outline label,
.emerald-datepicker.outline .p-float-label.outline label {
  background-color: #fff !important;
}
emerald-datepicker:not(.outline) .p-float-label:not(.outline) label,
.emerald-datepicker:not(.outline) .p-float-label:not(.outline) label {
  background-color: transparent;
}
emerald-icon,
.emerald-icon,
header emerald-icon,
header .emerald-icon {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
emerald-icon i.material-icons,
emerald-icon i.material-icons-outlined,
emerald-icon i.material-icons-round,
.emerald-icon i.material-icons,
.emerald-icon i.material-icons-outlined,
.emerald-icon i.material-icons-round,
header emerald-icon i.material-icons,
header emerald-icon i.material-icons-outlined,
header emerald-icon i.material-icons-round,
header .emerald-icon i.material-icons,
header .emerald-icon i.material-icons-outlined,
header .emerald-icon i.material-icons-round {
  font-size: 1.5rem;
}
emerald-badge .badge-container,
.emerald-badge .badge-container {
  background-color: #ff543e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  box-sizing: content-box;
  top: 0px;
  z-index: 3;
  right: -10px;
  border: 2px solid #ffffff;
}
emerald-badge .badge-container.disable,
.emerald-badge .badge-container.disable {
  background: rgba(26, 26, 26, 0.46);
}
emerald-badge .badge-container:not(:empty).small,
.emerald-badge .badge-container:not(:empty).small {
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
}
emerald-badge .badge-container:not(:empty).medium,
.emerald-badge .badge-container:not(:empty).medium {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
}
emerald-badge .badge-container:not(:empty).large,
.emerald-badge .badge-container:not(:empty).large {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}
emerald-badge .badge-container:empty.small,
.emerald-badge .badge-container:empty.small {
  width: 4px;
  height: 4px;
  font-size: 24px;
}
emerald-badge .badge-container:empty.medium,
.emerald-badge .badge-container:empty.medium {
  width: 8px;
  height: 8px;
  font-size: 24px;
}
emerald-badge .badge-container:empty.large,
.emerald-badge .badge-container:empty.large {
  width: 0.75rem;
  height: 0.75rem;
  font-size: 24px;
}
emerald-badge .badge-container.emerald-badge-large,
.emerald-badge .badge-container.emerald-badge-large {
  display: inline-flex;
  padding: 0 10px;
  width: auto !important;
  max-width: 44px;
  left: 0px;
  top: 0px;
  border-radius: 100px;
  box-sizing: content-box;
}
emerald-tree {
  display: block;
}
emerald-tree .Node {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
emerald-tree .Node .ItemContainer {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
emerald-tree .Node .ItemContainer .BottomArrow {
  position: relative;
  bottom: -0.22rem;
}
emerald-tree .Node .AfterExpandCollapseContainer {
  position: absolute;
  right: 0;
  height: 100%;
  display: grid;
}
emerald-tree emerald-tree {
  margin-left: 1.5rem;
}
.emerald-treeview-container {
  padding-right: 1rem;
}
.emerald-treeview-container .emerald-treeview-node-list {
  list-style: none;
  padding-left: 0;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .selected-node {
  background: rgba(0, 63, 45, 0.0784313725);
  border-radius: 0.4rem;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node {
  line-height: 2rem;
  height: 2rem;
  margin: 0;
  cursor: pointer;
  display: flex;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node .emerald-treeview-child-icon {
  display: flex;
  align-items: center;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node .emerald-treeview-child-icon .emerald-treeview-note-icon .material-icons {
  width: 1rem;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node .emerald-node-label {
  line-height: 2rem;
  vertical-align: unset;
  font-size: 1rem;
  width: 100%;
  padding-left: 0.5rem;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node .emerald-node-label .emerald-text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node .emerald-treeview-expand-collapse-icon {
  display: flex;
  align-items: center;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node.emerald-treeview-node-disabled {
  cursor: default;
  color: #d9d9d9;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node.emerald-treeview-node-disabled .emerald-treeview-child-icon .material-icons,
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node.emerald-treeview-node-disabled .emerald-treeview-expand-collapse-icon .material-icons {
  color: #d9d9d9;
  cursor: default;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node:hover:not(.emerald-treeview-node-disabled, .selected-node) {
  background: rgba(26, 26, 26, 0.0392156863);
  border-radius: 0.4rem;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node:focus:not(.emerald-treeview-node-disabled) {
  border-radius: 0.4rem;
  outline-color: #003f2d;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node:active:not(.emerald-treeview-node-disabled) {
  background: rgba(0, 63, 45, 0.0784313725);
  border-radius: 0.4rem;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node-parent {
  padding-left: 0;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node-parent .emerald-treeview-parent-icon {
  display: flex;
  align-items: center;
}
.emerald-treeview-container .emerald-treeview-node-list .emerald-treeview-node .emerald-node-parent .emerald-treeview-parent-icon .material-icons {
  width: 1rem;
}
emerald-accordion .Title,
emerald-accordion .title,
emerald-accordion .accordion-title,
.emerald-accordion .Title,
.emerald-accordion .title,
.emerald-accordion .accordion-title {
  display: grid;
  cursor: pointer;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border: 1px solid #e3e3e3;
  border-bottom: 1px solid #c9d2d7;
}
emerald-accordion .Title .Tooltip,
emerald-accordion .Title .tooltip,
emerald-accordion .title .Tooltip,
emerald-accordion .title .tooltip,
emerald-accordion .accordion-title .Tooltip,
emerald-accordion .accordion-title .tooltip,
.emerald-accordion .Title .Tooltip,
.emerald-accordion .Title .tooltip,
.emerald-accordion .title .Tooltip,
.emerald-accordion .title .tooltip,
.emerald-accordion .accordion-title .Tooltip,
.emerald-accordion .accordion-title .tooltip {
  position: relative;
  bottom: -0.1rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
emerald-accordion .Title .Tooltip span,
emerald-accordion .Title .tooltip span,
emerald-accordion .title .Tooltip span,
emerald-accordion .title .tooltip span,
emerald-accordion .accordion-title .Tooltip span,
emerald-accordion .accordion-title .tooltip span,
.emerald-accordion .Title .Tooltip span,
.emerald-accordion .Title .tooltip span,
.emerald-accordion .title .Tooltip span,
.emerald-accordion .title .tooltip span,
.emerald-accordion .accordion-title .Tooltip span,
.emerald-accordion .accordion-title .tooltip span {
  display: flex;
  align-items: center;
}
emerald-accordion .Title .Tooltip .plain-tooltip__content,
emerald-accordion .Title .tooltip .plain-tooltip__content,
emerald-accordion .title .Tooltip .plain-tooltip__content,
emerald-accordion .title .tooltip .plain-tooltip__content,
emerald-accordion .accordion-title .Tooltip .plain-tooltip__content,
emerald-accordion .accordion-title .tooltip .plain-tooltip__content,
.emerald-accordion .Title .Tooltip .plain-tooltip__content,
.emerald-accordion .Title .tooltip .plain-tooltip__content,
.emerald-accordion .title .Tooltip .plain-tooltip__content,
.emerald-accordion .title .tooltip .plain-tooltip__content,
.emerald-accordion .accordion-title .Tooltip .plain-tooltip__content,
.emerald-accordion .accordion-title .tooltip .plain-tooltip__content {
  border-radius: 0.25rem;
}
emerald-accordion .Title .Tooltip .mdc-tooltip__surface-animation,
emerald-accordion .Title .tooltip .mdc-tooltip__surface-animation,
emerald-accordion .title .Tooltip .mdc-tooltip__surface-animation,
emerald-accordion .title .tooltip .mdc-tooltip__surface-animation,
emerald-accordion .accordion-title .Tooltip .mdc-tooltip__surface-animation,
emerald-accordion .accordion-title .tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .Title .Tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .Title .tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .title .Tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .title .tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .accordion-title .Tooltip .mdc-tooltip__surface-animation,
.emerald-accordion .accordion-title .tooltip .mdc-tooltip__surface-animation {
  max-width: 18.75rem;
  width: fit-content;
}
emerald-accordion .Title .Tooltip .tooltipContents,
emerald-accordion .Title .tooltip .tooltipContents,
emerald-accordion .title .Tooltip .tooltipContents,
emerald-accordion .title .tooltip .tooltipContents,
emerald-accordion .accordion-title .Tooltip .tooltipContents,
emerald-accordion .accordion-title .tooltip .tooltipContents,
.emerald-accordion .Title .Tooltip .tooltipContents,
.emerald-accordion .Title .tooltip .tooltipContents,
.emerald-accordion .title .Tooltip .tooltipContents,
.emerald-accordion .title .tooltip .tooltipContents,
.emerald-accordion .accordion-title .Tooltip .tooltipContents,
.emerald-accordion .accordion-title .tooltip .tooltipContents {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-family: "calibre";
}
emerald-accordion .Title .Tooltip .mdc-tooltip::before,
emerald-accordion .Title .tooltip .mdc-tooltip::before,
emerald-accordion .title .Tooltip .mdc-tooltip::before,
emerald-accordion .title .tooltip .mdc-tooltip::before,
emerald-accordion .accordion-title .Tooltip .mdc-tooltip::before,
emerald-accordion .accordion-title .tooltip .mdc-tooltip::before,
.emerald-accordion .Title .Tooltip .mdc-tooltip::before,
.emerald-accordion .Title .tooltip .mdc-tooltip::before,
.emerald-accordion .title .Tooltip .mdc-tooltip::before,
.emerald-accordion .title .tooltip .mdc-tooltip::before,
.emerald-accordion .accordion-title .Tooltip .mdc-tooltip::before,
.emerald-accordion .accordion-title .tooltip .mdc-tooltip::before {
  content: "";
  width: 0rem;
  height: 0rem;
  display: block;
  position: absolute;
}
emerald-accordion .Title .Tooltip .mdc-tooltip.BOTTOM_START:before,
emerald-accordion .Title .tooltip .mdc-tooltip.BOTTOM_START:before,
emerald-accordion .title .Tooltip .mdc-tooltip.BOTTOM_START:before,
emerald-accordion .title .tooltip .mdc-tooltip.BOTTOM_START:before,
emerald-accordion .accordion-title .Tooltip .mdc-tooltip.BOTTOM_START:before,
emerald-accordion .accordion-title .tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .Title .Tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .Title .tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .title .Tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .title .tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .accordion-title .Tooltip .mdc-tooltip.BOTTOM_START:before,
.emerald-accordion .accordion-title .tooltip .mdc-tooltip.BOTTOM_START:before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #333;
  border-top: 0.375rem solid transparent;
  top: -0.75rem;
  left: 2%;
}
emerald-accordion .Title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
emerald-accordion .Title .tooltip .mdc-tooltip.BOTTOM_CENTER:before,
emerald-accordion .title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
emerald-accordion .title .tooltip .mdc-tooltip.BOTTOM_CENTER:before,
emerald-accordion .accordion-title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
emerald-accordion .accordion-title .tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .Title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .Title .tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .title .tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .accordion-title .Tooltip .mdc-tooltip.BOTTOM_CENTER:before,
.emerald-accordion .accordion-title .tooltip .mdc-tooltip.BOTTOM_CENTER:before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #333;
  border-top: 0.375rem solid transparent;
  top: -0.75rem;
  left: 48%;
}
emerald-accordion .Title:hover:not(.Disabled),
emerald-accordion .Title:hover:not(.disabled),
emerald-accordion .title:hover:not(.Disabled),
emerald-accordion .title:hover:not(.disabled),
emerald-accordion .accordion-title:hover:not(.Disabled),
emerald-accordion .accordion-title:hover:not(.disabled),
.emerald-accordion .Title:hover:not(.Disabled),
.emerald-accordion .Title:hover:not(.disabled),
.emerald-accordion .title:hover:not(.Disabled),
.emerald-accordion .title:hover:not(.disabled),
.emerald-accordion .accordion-title:hover:not(.Disabled),
.emerald-accordion .accordion-title:hover:not(.disabled) {
  background-color: #f5f5f5;
}
emerald-accordion .Title:focus:not(.Disabled),
emerald-accordion .Title:focus:not(.disabled),
emerald-accordion .title:focus:not(.Disabled),
emerald-accordion .title:focus:not(.disabled),
emerald-accordion .accordion-title:focus:not(.Disabled),
emerald-accordion .accordion-title:focus:not(.disabled),
.emerald-accordion .Title:focus:not(.Disabled),
.emerald-accordion .Title:focus:not(.disabled),
.emerald-accordion .title:focus:not(.Disabled),
.emerald-accordion .title:focus:not(.disabled),
.emerald-accordion .accordion-title:focus:not(.Disabled),
.emerald-accordion .accordion-title:focus:not(.disabled) {
  background-color: #ffffff;
}
emerald-accordion .Title.Disabled,
emerald-accordion .Title.disabled,
emerald-accordion .title.Disabled,
emerald-accordion .title.disabled,
emerald-accordion .accordion-title.Disabled,
emerald-accordion .accordion-title.disabled,
.emerald-accordion .Title.Disabled,
.emerald-accordion .Title.disabled,
.emerald-accordion .title.Disabled,
.emerald-accordion .title.disabled,
.emerald-accordion .accordion-title.Disabled,
.emerald-accordion .accordion-title.disabled {
  cursor: not-allowed;
  color: #bdbdbd;
}
emerald-accordion .Title > div,
emerald-accordion .title > div,
emerald-accordion .accordion-title > div,
.emerald-accordion .Title > div,
.emerald-accordion .title > div,
.emerald-accordion .accordion-title > div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}
emerald-accordion > div.Content,
emerald-accordion > div.content,
emerald-accordion div.content,
.emerald-accordion > div.Content,
.emerald-accordion > div.content,
.emerald-accordion div.content {
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow: hidden;
  height: 0;
}
emerald-accordion > div.Content.opened,
emerald-accordion > div.content.opened,
emerald-accordion div.content.opened,
.emerald-accordion > div.Content.opened,
.emerald-accordion > div.content.opened,
.emerald-accordion div.content.opened {
  overflow: visible;
  height: auto;
  padding: 0.5rem 6rem 0.5rem 1rem;
}
emerald-divider,
.emerald-divider {
  height: 100%;
}
emerald-divider .horizontal-divider,
.emerald-divider .horizontal-divider {
  margin: 0;
  background-color: rgba(0, 63, 45, 0.1019607843);
  height: 0.06rem;
  border: none;
}
emerald-divider .is-white,
.emerald-divider .is-white {
  background-color: #ffffff;
}
emerald-divider .allow-margin,
.emerald-divider .allow-margin {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
emerald-divider .vertical-divider,
.emerald-divider .vertical-divider {
  display: inline-block;
  width: 1px;
  min-width: 1px;
  height: 100%;
  background-color: rgba(0, 63, 45, 0.1019607843);
  margin: 0;
}
emerald-divider .vertical-divider.is-white,
.emerald-divider .vertical-divider.is-white {
  background-color: #ffffff;
}
emerald-divider .vertical-divider.allow-margin,
.emerald-divider .vertical-divider.allow-margin {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
emerald-stepper .horizontal-stepper .stepper,
.emerald-stepper .horizontal-stepper .stepper {
  display: flex;
  padding-inline-start: 0px;
}
emerald-stepper .horizontal-stepper .stepper-title,
.emerald-stepper .horizontal-stepper .stepper-title {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #1a1a1a;
  font-weight: 500;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
emerald-stepper .horizontal-stepper .stepper-desc,
.emerald-stepper .horizontal-stepper .stepper-desc {
  color: rgba(26, 26, 26, 0.6);
  margin: 0px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  font-weight: 400;
  line-height: 1rem;
}
emerald-stepper .horizontal-stepper .stepper-button,
.emerald-stepper .horizontal-stepper .stepper-button {
  margin-left: 0.5rem;
}
emerald-stepper .horizontal-stepper emerald-button button,
emerald-stepper .horizontal-stepper .emerald-button button,
.emerald-stepper .horizontal-stepper emerald-button button,
.emerald-stepper .horizontal-stepper .emerald-button button {
  height: 1.25rem;
  width: 1.25rem;
  box-shadow: none;
}
emerald-stepper .horizontal-stepper emerald-button button .mdc-fab__icon,
emerald-stepper .horizontal-stepper .emerald-button button .mdc-fab__icon,
.emerald-stepper .horizontal-stepper emerald-button button .mdc-fab__icon,
.emerald-stepper .horizontal-stepper .emerald-button button .mdc-fab__icon {
  font-size: 0.75rem;
  font-style: normal;
}
emerald-stepper .horizontal-stepper emerald-button emerald-icon .material-icons,
emerald-stepper .horizontal-stepper emerald-button .emerald-icon .material-icons,
emerald-stepper .horizontal-stepper .emerald-button emerald-icon .material-icons,
emerald-stepper .horizontal-stepper .emerald-button .emerald-icon .material-icons,
.emerald-stepper .horizontal-stepper emerald-button emerald-icon .material-icons,
.emerald-stepper .horizontal-stepper emerald-button .emerald-icon .material-icons,
.emerald-stepper .horizontal-stepper .emerald-button emerald-icon .material-icons,
.emerald-stepper .horizontal-stepper .emerald-button .emerald-icon .material-icons {
  font-size: 0.875rem;
  font-style: normal;
}
emerald-stepper .horizontal-stepper .success button,
.emerald-stepper .horizontal-stepper .success button {
  background: #50af78 !important;
}
emerald-stepper .horizontal-stepper .priority button,
.emerald-stepper .horizontal-stepper .priority button {
  background: #ff543e !important;
}
emerald-stepper .horizontal-stepper .disable-label,
.emerald-stepper .horizontal-stepper .disable-label {
  color: #bdbdbd !important;
}
emerald-stepper .horizontal-stepper .stepper-item-disabled,
.emerald-stepper .horizontal-stepper .stepper-item-disabled {
  display: flex;
  align-items: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stepper-item-disabled:not(:last-child),
.emerald-stepper .horizontal-stepper .stepper-item-disabled:not(:last-child) {
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-disabled:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stepper-item-disabled:not(:last-child):after {
  content: "";
  position: relative;
  height: 2px;
  background-color: #bdbdbd;
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-default,
.emerald-stepper .horizontal-stepper .stepper-item-default {
  display: flex;
  align-items: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stepper-item-default:not(:last-child),
.emerald-stepper .horizontal-stepper .stepper-item-default:not(:last-child) {
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-default:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stepper-item-default:not(:last-child):after {
  content: "";
  position: relative;
  height: 2px;
  background-color: #003f2d;
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-priority,
.emerald-stepper .horizontal-stepper .stepper-item-priority {
  display: flex;
  align-items: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stepper-item-priority:not(:last-child),
.emerald-stepper .horizontal-stepper .stepper-item-priority:not(:last-child) {
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-priority:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stepper-item-priority:not(:last-child):after {
  content: "";
  position: relative;
  height: 2px;
  background-color: #ff543e;
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-success,
.emerald-stepper .horizontal-stepper .stepper-item-success {
  display: flex;
  align-items: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stepper-item-success:not(:last-child),
.emerald-stepper .horizontal-stepper .stepper-item-success:not(:last-child) {
  flex: 1;
}
emerald-stepper .horizontal-stepper .stepper-item-success:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stepper-item-success:not(:last-child):after {
  content: "";
  position: relative;
  height: 2px;
  background-color: #50af78;
  flex: 1;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-disabled,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-disabled {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-disabled:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-disabled:not(:last-child):after {
  content: "";
  position: relative;
  top: 0.625rem;
  width: calc(100% - 1.25rem - clamp(0.25rem, 2vw, 0.5rem) * 2);
  left: calc(50% + 0.625rem + clamp(0.25rem, 2vw, 0.5rem));
  height: 2px;
  background-color: #bdbdbd;
  order: -1;
  margin-left: 4px;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-default,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-default {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-default:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-default:not(:last-child):after {
  content: "";
  position: relative;
  top: 0.625rem;
  width: calc(100% - 1.25rem - clamp(0.25rem, 2vw, 0.5rem) * 2);
  left: calc(50% + 0.625rem + clamp(0.25rem, 2vw, 0.5rem));
  height: 2px;
  background-color: #003f2d;
  order: -1;
  margin-left: 4px;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-priority,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-priority {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-priority:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-priority:not(:last-child):after {
  content: "";
  position: relative;
  top: 0.625rem;
  width: calc(100% - 1.25rem - clamp(0.25rem, 2vw, 0.5rem) * 2);
  left: calc(50% + 0.625rem + clamp(0.25rem, 2vw, 0.5rem));
  height: 2px;
  background-color: #ff543e;
  order: -1;
  margin-left: 4px;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-success,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-success {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
emerald-stepper .horizontal-stepper .stacked-stepper-item-success:not(:last-child):after,
.emerald-stepper .horizontal-stepper .stacked-stepper-item-success:not(:last-child):after {
  content: "";
  position: relative;
  top: 0.625rem;
  width: calc(100% - 1.25rem - clamp(0.25rem, 2vw, 0.5rem) * 2);
  left: calc(50% + 0.625rem + clamp(0.25rem, 2vw, 0.5rem));
  height: 2px;
  background-color: #50af78;
  order: -1;
  margin-left: 4px;
}
emerald-stepper .horizontal-stepper .sub-wrapper,
.emerald-stepper .horizontal-stepper .sub-wrapper {
  margin-top: 13px;
}
emerald-stepper .vertical-stepper emerald-button button,
emerald-stepper .vertical-stepper .emerald-button button,
.emerald-stepper .vertical-stepper emerald-button button,
.emerald-stepper .vertical-stepper .emerald-button button {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}
emerald-stepper .vertical-stepper emerald-button button .mdc-fab__icon,
emerald-stepper .vertical-stepper .emerald-button button .mdc-fab__icon,
.emerald-stepper .vertical-stepper emerald-button button .mdc-fab__icon,
.emerald-stepper .vertical-stepper .emerald-button button .mdc-fab__icon {
  font-size: 0.75rem;
}
emerald-stepper .vertical-stepper emerald-button button emerald-icon .material-icons,
emerald-stepper .vertical-stepper emerald-button button .emerald-icon .material-icons,
emerald-stepper .vertical-stepper .emerald-button button emerald-icon .material-icons,
emerald-stepper .vertical-stepper .emerald-button button .emerald-icon .material-icons,
.emerald-stepper .vertical-stepper emerald-button button emerald-icon .material-icons,
.emerald-stepper .vertical-stepper emerald-button button .emerald-icon .material-icons,
.emerald-stepper .vertical-stepper .emerald-button button emerald-icon .material-icons,
.emerald-stepper .vertical-stepper .emerald-button button .emerald-icon .material-icons {
  font-size: 0.875rem;
}
emerald-stepper .vertical-stepper .success button,
.emerald-stepper .vertical-stepper .success button {
  background: #50af78 !important;
}
emerald-stepper .vertical-stepper .priority button,
.emerald-stepper .vertical-stepper .priority button {
  background: #ff543e !important;
}
emerald-stepper .vertical-stepper .disable-label,
.emerald-stepper .vertical-stepper .disable-label {
  color: #bdbdbd !important;
}
emerald-stepper .vertical-stepper .stepper-item-default,
.emerald-stepper .vertical-stepper .stepper-item-default {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 5.7rem;
}
emerald-stepper .vertical-stepper .stepper-item-default:not(:last-child):after,
.emerald-stepper .vertical-stepper .stepper-item-default:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(24px + clamp(0.25rem, 2vw, 0.5rem));
  bottom: clamp(0.25rem, 2vw, 0.5rem);
  transform: translateX(12px);
  width: 2px;
  background-color: #003f2d;
}
emerald-stepper .vertical-stepper .stepper-item-priority,
.emerald-stepper .vertical-stepper .stepper-item-priority {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 5.7rem;
}
emerald-stepper .vertical-stepper .stepper-item-priority:not(:last-child):after,
.emerald-stepper .vertical-stepper .stepper-item-priority:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(24px + clamp(0.25rem, 2vw, 0.5rem));
  bottom: clamp(0.25rem, 2vw, 0.5rem);
  transform: translateX(12px);
  width: 2px;
  background-color: #ff543e;
}
emerald-stepper .vertical-stepper .stepper-item-success,
.emerald-stepper .vertical-stepper .stepper-item-success {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 5.7rem;
}
emerald-stepper .vertical-stepper .stepper-item-success:not(:last-child):after,
.emerald-stepper .vertical-stepper .stepper-item-success:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(24px + clamp(0.25rem, 2vw, 0.5rem));
  bottom: clamp(0.25rem, 2vw, 0.5rem);
  transform: translateX(12px);
  width: 2px;
  background-color: #50af78;
}
emerald-stepper .vertical-stepper .stepper-item-disabled,
.emerald-stepper .vertical-stepper .stepper-item-disabled {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 5.7rem;
}
emerald-stepper .vertical-stepper .stepper-item-disabled:not(:last-child):after,
.emerald-stepper .vertical-stepper .stepper-item-disabled:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(24px + clamp(0.25rem, 2vw, 0.5rem));
  bottom: clamp(0.25rem, 2vw, 0.5rem);
  transform: translateX(12px);
  width: 2px;
  background-color: #bdbdbd;
}
emerald-stepper .vertical-stepper .stepper-title,
.emerald-stepper .vertical-stepper .stepper-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1a1a1a;
  line-height: 1rem;
  font-weight: 500;
}
emerald-stepper .vertical-stepper .stepper-desc,
.emerald-stepper .vertical-stepper .stepper-desc {
  color: rgba(26, 26, 26, 0.6);
  margin: 0px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}
emerald-autocomplete .emerald-menu,
.emerald-autocomplete .emerald-menu {
  width: 100%;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface {
  width: 100%;
  margin-top: -0.8rem;
  max-height: 240px !important;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .mdc-list,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .mdc-list {
  padding-top: 0 !important;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item,
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item {
  max-width: none;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item.active,
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item.active,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item.active,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item.active {
  color: #003f2d;
  background-color: #ededed;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item:hover,
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item:hover,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item:hover,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item:hover {
  background-color: rgba(0, 63, 45, 0.0784313725);
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item .mdc-list-item,
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item .mdc-list-item,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface emerald-list-item .mdc-list-item,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .emerald-list-item .mdc-list-item {
  min-height: 2rem;
}
emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .no-items-found,
.emerald-autocomplete .emerald-menu .mdc-menu.mdc-menu-surface .no-items-found {
  padding: 0.5rem 1rem;
  color: #bdbdbd;
  cursor: default;
}
.mdc-banner__graphic {
  color: #fff;
  color: var(--mdc-theme-surface, #fff);
}
.mdc-banner__graphic {
  background-color: #6200ee;
  background-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-banner__content,
.mdc-banner__fixed {
  min-width: 344px;
}
@media (max-width: 480px), (max-width: 344px) {
  .mdc-banner__content,
  .mdc-banner__fixed {
    min-width: 100%;
  }
}
.mdc-banner__content {
  max-width: 720px;
}
.mdc-banner {
  z-index: 1;
  border-bottom-style: solid;
  box-sizing: border-box;
  display: none;
  flex-shrink: 0;
  height: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  .mdc-banner .mdc-banner__fixed {
    left: 0;
    right: 0;
  }
  .mdc-banner .mdc-banner__text {
    margin-left: 16px;
    margin-right: 36px;
  }
  [dir=rtl] .mdc-banner .mdc-banner__text,
  .mdc-banner .mdc-banner__text[dir=rtl] {
    margin-left: 36px;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__content {
    flex-wrap: wrap;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__graphic {
    margin-bottom: 12px;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text {
    margin-left: 16px;
    margin-right: 8px;
    padding-bottom: 4px;
  }
  [dir=rtl] .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text,
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text[dir=rtl] {
    margin-left: 8px;
    margin-right: 16px;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__actions {
    margin-left: auto;
  }
}
.mdc-banner--opening,
.mdc-banner--open,
.mdc-banner--closing {
  display: flex;
}
.mdc-banner--open {
  transition: height 300ms ease;
}
.mdc-banner--open .mdc-banner__content {
  transition: transform 300ms ease;
  transform: translateY(0);
}
.mdc-banner--closing {
  transition: height 250ms ease;
}
.mdc-banner--closing .mdc-banner__content {
  transition: transform 250ms ease;
}
.mdc-banner--centered .mdc-banner__content {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.mdc-banner__fixed {
  border-bottom-style: solid;
  box-sizing: border-box;
  height: inherit;
  position: fixed;
  width: 100%;
}
.mdc-banner__content {
  display: flex;
  min-height: 52px;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
}
.mdc-banner__graphic-text-wrapper {
  display: flex;
  width: 100%;
}
.mdc-banner__graphic {
  margin-left: 16px;
  margin-right: 0;
  flex-shrink: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
[dir=rtl] .mdc-banner__graphic,
.mdc-banner__graphic[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-banner__icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mdc-banner__text {
  margin-left: 24px;
  margin-right: 90px;
  align-self: center;
  flex-grow: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
[dir=rtl] .mdc-banner__text,
.mdc-banner__text[dir=rtl] {
  margin-left: 90px;
  margin-right: 24px;
}
.mdc-banner__actions {
  padding-left: 0;
  padding-right: 8px;
  align-self: flex-end;
  display: flex;
  flex-shrink: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
[dir=rtl] .mdc-banner__actions,
.mdc-banner__actions[dir=rtl] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-banner__secondary-action {
  margin-left: 0;
  margin-right: 8px;
}
[dir=rtl] .mdc-banner__secondary-action,
.mdc-banner__secondary-action[dir=rtl] {
  margin-left: 8px;
  margin-right: 0;
}
.mdc-banner {
  background-color: #fff;
  background-color: var(--mdc-banner-container-color, #fff);
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: var(--mdc-banner-divider-color, rgba(0, 0, 0, 0.12));
  border-bottom-width: 1px;
  border-bottom-width: var(--mdc-banner-divider-height, 1px);
  border-radius: 0;
  border-radius: var(--mdc-banner-container-shape, 0);
}
.mdc-banner .mdc-banner__text {
  color: #000;
  color: var(--mdc-banner-supporting-text-color, #000);
}
.mdc-banner .mdc-banner__text {
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-banner-supporting-text-tracking, 0.0178571429em);
  font-size: 0.875rem;
  font-size: var(--mdc-banner-supporting-text-size, 0.875rem);
  font-family: calibre;
  font-family: var(--mdc-banner-supporting-text-font, calibre);
  font-weight: 400;
  font-weight: var(--mdc-banner-supporting-text-weight, 400);
  line-height: 1.25rem;
  line-height: var(--mdc-banner-supporting-text-line-height, 1.25rem);
}
.mdc-banner .mdc-banner__graphic {
  border-radius: 50%;
  border-radius: var(--mdc-banner-with-image-image-shape, 50%);
}
.mdc-banner .mdc-banner__graphic {
  height: 40px;
  height: var(--mdc-banner-with-image-image-size, 40px);
  width: 40px;
  width: var(--mdc-banner-with-image-image-size, 40px);
}
.mdc-banner .mdc-banner__fixed {
  background-color: #fff;
  background-color: var(--mdc-banner-container-color, #fff);
}
.mdc-banner .mdc-banner__fixed {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: var(--mdc-banner-divider-color, rgba(0, 0, 0, 0.12));
}
.mdc-banner .mdc-banner__fixed {
  border-bottom-width: 1px;
  border-bottom-width: var(--mdc-banner-divider-height, 1px);
}
.mdc-banner .mdc-button:not(:disabled) {
  color: #6200ee;
  color: var(--mdc-text-button-label-text-color, var(--mdc-banner-action-label-text-color, #6200ee));
}
.mdc-banner .mdc-button .mdc-button__ripple::before,
.mdc-banner .mdc-button .mdc-button__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-text-button-hover-state-layer-color, var(--mdc-banner-action-hover-state-layer-color, #6200ee));
}
.mdc-banner .mdc-button:hover .mdc-button__ripple::before,
.mdc-banner .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-text-button-hover-state-layer-opacity, var(--mdc-banner-action-hover-state-layer-opacity, 0.04));
}
.mdc-banner .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-banner .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-text-button-focus-state-layer-opacity, var(--mdc-banner-action-focus-state-layer-opacity, 0.12));
}
.mdc-banner .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-banner .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  opacity: var(--mdc-text-button-pressed-state-layer-opacity, var(--mdc-banner-action-pressed-state-layer-opacity, 0.1));
}
.mdc-banner .mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, var(--mdc-banner-action-pressed-state-layer-opacity, 0.1));
}
.mdc-banner__secondary-action {
  margin-left: 0;
  margin-right: 8px;
}
[dir=rtl] .mdc-banner__secondary-action,
.mdc-banner__secondary-action[dir=rtl] {
  margin-left: 8px;
  margin-right: 0;
}
emerald-banner .mdc-banner,
.emerald-banner .mdc-banner {
  min-height: 4.063rem;
  max-height: 10rem;
  height: fit-content;
  overflow: hidden;
  background-color: #e6f4ec;
}
emerald-banner .mdc-banner .mdc-banner__content,
.emerald-banner .mdc-banner .mdc-banner__content {
  width: 100% !important;
  max-width: 100%;
  min-height: 4.063rem;
  box-sizing: border-box;
  position: relative;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper {
  padding: 1.281rem 0rem;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__text,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: unset;
  margin-right: unset;
  padding: unset;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__text .mdc-banner__title-text,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__text .mdc-banner__title-text {
  margin: 0.25rem 0rem;
  font-weight: 600;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic {
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  align-self: center;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions {
  align-self: center;
  align-items: center;
  padding: unset;
  margin-right: 1rem;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button,
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button {
  margin-right: 0.5rem;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button.info button,
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button.info button,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button.info button,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button.info button {
  color: #262698;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button.info button.custom-text-button:focus,
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button.info button.custom-text-button:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button.info button.custom-text-button:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button.info button.custom-text-button:focus {
  border-radius: 0.313rem;
  border: 1px solid #ffffff;
  outline: 1px solid #262698;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button button.custom-text-button.warn:focus,
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button button.custom-text-button.warn:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button button.custom-text-button.warn:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button button.custom-text-button.warn:focus {
  border-radius: 0.313rem;
  border: 1px solid #ffffff;
  outline: 1px solid #b85f00;
}
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button button.custom-text-button.accent:focus,
emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button button.custom-text-button.accent:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions emerald-button button.custom-text-button.accent:focus,
.emerald-banner .mdc-banner .mdc-banner__content .mdc-banner__actions .emerald-button button.custom-text-button.accent:focus {
  border-radius: 0.313rem;
  border: 1px solid #ffffff;
  outline: 1px solid #a03530;
}
emerald-banner .mdc-banner.success-variant,
.emerald-banner .mdc-banner.success-variant {
  background-color: #e6f4ec;
  border: 0.06rem solid #50af78;
  border-left: 0.188rem solid #50af78;
  border-radius: 0.25rem;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic,
.emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic {
  margin-right: 1rem;
  margin-bottom: unset;
  margin-top: unset;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round,
.emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
.emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
.emerald-banner .mdc-banner.success-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round {
  color: #50af78;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__actions a,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions a {
  color: #28573c !important;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon {
  height: 1.5rem;
  cursor: pointer;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon emerald-icon,
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon i,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon emerald-icon,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon i {
  color: #28573c !important;
}
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon emerald-icon,
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon i,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon emerald-icon,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
.emerald-banner .mdc-banner.success-variant .mdc-banner__actions .banner-close-icon .emerald-icon i {
  color: #003f2d !important;
}
emerald-banner .mdc-banner.info-variant,
.emerald-banner .mdc-banner.info-variant {
  background-color: #e7e7f9;
  border: 0.06rem solid #8585e0;
  border-left: 0.188rem solid #8585e0;
  border-radius: 0.25rem;
}
emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic,
.emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic {
  margin-right: 1rem;
  margin-bottom: unset;
  margin-top: unset;
}
emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round,
.emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
.emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
.emerald-banner .mdc-banner.info-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round {
  color: #8585e0;
}
emerald-banner .mdc-banner.info-variant .mdc-banner__actions a,
.emerald-banner .mdc-banner.info-variant .mdc-banner__actions a {
  color: #262698 !important;
}
emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon,
.emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon {
  height: 1.5rem;
  cursor: pointer;
}
emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon emerald-icon,
emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon .emerald-icon i,
.emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon emerald-icon,
.emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
.emerald-banner .mdc-banner.info-variant .mdc-banner__actions .banner-close-icon .emerald-icon i {
  color: #262698 !important;
}
emerald-banner .mdc-banner.warning-variant,
.emerald-banner .mdc-banner.warning-variant {
  background-color: #ffeddb;
  border: 0.06rem solid #ff9742;
  border-left: 0.188rem solid #ff9742;
  border-radius: 0.25rem;
}
emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic {
  margin-right: 1rem;
  margin-bottom: unset;
  margin-top: unset;
}
emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round {
  color: #ff9742;
}
emerald-banner .mdc-banner.warning-variant .mdc-banner__actions a,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__actions a {
  color: #b85f00 !important;
}
emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon {
  height: 1.5rem;
  cursor: pointer;
}
emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon emerald-icon,
emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon .emerald-icon i,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon emerald-icon,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
.emerald-banner .mdc-banner.warning-variant .mdc-banner__actions .banner-close-icon .emerald-icon i {
  color: #b85f00 !important;
}
emerald-banner .mdc-banner.error-variant,
.emerald-banner .mdc-banner.error-variant {
  background-color: #fbeeee;
  border: 0.06rem solid #ff543e;
  border-left: 0.188rem solid #ff543e;
  border-radius: 0.25rem;
}
emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic,
.emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic {
  margin-right: 1rem;
  margin-bottom: unset;
  margin-top: unset;
}
emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round,
.emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons,
.emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-outlined,
.emerald-banner .mdc-banner.error-variant .mdc-banner__content .mdc-banner__graphic-text-wrapper .mdc-banner__graphic .material-icons-round {
  color: #ff543e;
}
emerald-banner .mdc-banner.error-variant .mdc-banner__actions a,
.emerald-banner .mdc-banner.error-variant .mdc-banner__actions a {
  color: #a03530 !important;
}
emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon,
.emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon {
  height: 1.5rem;
  cursor: pointer;
}
emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon emerald-icon,
emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon .emerald-icon i,
.emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon emerald-icon,
.emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon .emerald-icon,
.emerald-banner .mdc-banner.error-variant .mdc-banner__actions .banner-close-icon .emerald-icon i {
  color: #a03530 !important;
}
.emerald-toast-overlay-main-container {
  z-index: 10;
  width: 100%;
}
.emerald-toast-overlay-main-container.global-container .emerald-toast-overlay-container {
  position: fixed;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-top-left {
  top: 0.31rem;
  left: 0.31rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-top-center {
  top: 0.31rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-top-right {
  top: 0.31rem;
  right: 0.938rem;
  overflow-x: hidden;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-middle-left {
  top: 50%;
  left: 0.31rem;
  transform: translate(0, -50%);
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-middle-right {
  top: 50%;
  right: 0.938rem;
  transform: translate(0, -50%);
  overflow-x: hidden;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-bottom-left {
  flex-direction: column-reverse;
  bottom: 0.31rem;
  left: 0.31rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-bottom-center {
  flex-direction: column-reverse;
  bottom: 0.31rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container.emerald-toast-overlay-container-bottom-right {
  flex-direction: column-reverse;
  bottom: 0.31rem;
  right: 0.938rem;
  overflow-x: hidden;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast {
  width: 18.75rem;
  z-index: 10;
  height: fit-content;
  display: flex;
  background-color: #e6f4ec;
  border: 0.06rem solid #50af78;
  border-left: 0.3rem solid #50af78;
  margin-bottom: 0.3rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant {
  background-color: #e6f4ec;
  border: 0.06rem solid #50af78;
  border-left: 0.3rem solid #50af78;
  border-radius: 0.25rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon {
  color: #50af78;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-round {
  color: #50af78;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close .emerald-icon {
  color: #28573c;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-round {
  color: #28573c;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button {
  border-color: #50af78;
  color: #28573c;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button.mdc-button--outlined.custom-outlined-button:focus,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.success-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button.mdc-button--outlined.custom-outlined-button:focus {
  outline: 0.0625rem solid #50af78;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant {
  background-color: #e7e7f9;
  border: 0.06rem solid #8585e0;
  border-left: 0.3rem solid #8585e0;
  border-radius: 0.25rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon {
  color: #8585e0;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-round {
  color: #8585e0;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close .emerald-icon {
  color: #262698;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-round {
  color: #262698;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button {
  border-color: #8585e0;
  color: #262698;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button.mdc-button--outlined.custom-outlined-button:focus,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.info-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button.mdc-button--outlined.custom-outlined-button:focus {
  outline: 0.0625rem solid #8585e0;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant {
  background-color: #ffeddb;
  border: 0.06rem solid #ff9742;
  border-left: 0.3rem solid #ff9742;
  border-radius: 0.25rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon {
  color: #ff9742;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-round {
  color: #ff9742;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close .emerald-icon {
  color: #b85f00;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-round {
  color: #b85f00;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button {
  border-color: #ff9742;
  color: #b85f00;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button.mdc-button--outlined.custom-outlined-button:focus,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.warning-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button.mdc-button--outlined.custom-outlined-button:focus {
  outline: 0.0625rem solid #ff9742;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant {
  background-color: #fbeeee;
  border: 0.06rem solid #ff543e;
  border-left: 0.3rem solid #ff543e;
  border-radius: 0.25rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon {
  color: #ff543e;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic .emerald-icon .material-icons-round {
  color: #ff543e;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close emerald-icon,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close .emerald-icon {
  color: #a03530;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close emerald-icon .material-icons-round,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-outlined,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__close .emerald-icon .material-icons-round {
  color: #a03530;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button {
  border-color: #ff543e;
  color: #a03530;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions emerald-button * button.mdc-button--outlined.custom-outlined-button:focus,
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.error-variant .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions .emerald-button button.mdc-button--outlined.custom-outlined-button:focus {
  outline: 0.0625rem solid #ff543e;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic {
  width: 2rem;
  height: 2rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0rem;
  min-width: unset;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button {
  outline: unset;
  background-color: transparent;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button:focus {
  outline: unset;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button .mdc-button__ripple {
  visibility: hidden;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1.5rem;
  width: 100%;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__text {
  width: 11.25rem;
  word-break: break-word;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__text .emerald-toast-title {
  font-weight: 600;
  margin: 5px 0px;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__text h4 {
  margin-top: 0.313rem !important;
  margin-bottom: 0.625rem !important;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions {
  margin-top: 1.5rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast {
  width: fit-content;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__graphic {
  display: flex;
  align-items: center;
  width: unset;
  height: unset;
  margin-top: unset;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0.5rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__text {
  width: 100%;
  display: flex;
  line-height: 1.5rem;
  font-size: 1rem;
  align-items: center;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__text .emerald-toast-title {
  padding-right: 0.5rem;
  white-space: nowrap;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__text-action-wrapper .emerald-toast__actions {
  margin-top: unset;
  margin-left: 0.5rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close {
  display: flex;
  align-items: center;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close button .mdc-fab__icon {
  height: 1.5rem;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button {
  outline: unset;
  background-color: transparent;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button:focus {
  outline: unset;
}
.emerald-toast-overlay-main-container .emerald-toast-overlay-container .emerald-toast.inline-toast .emerald-toast__content .emerald-toast__graphic-text-wrapper .emerald-toast__close .emerald-icon-button button .mdc-button__ripple {
  visibility: hidden;
}
.d-none {
  display: none;
}
.mdc-drawer {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: var(--mdc-shape-large, 0);
  border-bottom-right-radius: 0;
  border-bottom-right-radius: var(--mdc-shape-large, 0);
  border-bottom-left-radius: 0;
  z-index: 6;
  width: 256px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-drawer .mdc-drawer__title {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-drawer .mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-drawer__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-drawer .mdc-deprecated-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
}
.mdc-drawer .mdc-deprecated-list-item--activated {
  color: rgba(98, 0, 238, 0.87);
}
[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
  border-top-left-radius: 0;
  border-top-left-radius: var(--mdc-shape-large, 0);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: var(--mdc-shape-large, 0);
}
.mdc-drawer .mdc-deprecated-list-item {
  border-radius: 4px;
  border-radius: var(--mdc-shape-small, 4px);
}
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
  margin-left: 256px;
  margin-right: 0;
}
[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content,
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content[dir=rtl] {
  margin-left: 0;
  margin-right: 256px;
}
[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
  border-right-width: 0;
  border-left-width: 1px;
  border-right-style: none;
  border-left-style: solid;
}
.mdc-drawer .mdc-deprecated-list-item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  height: calc(48px - 2 * 4px);
  margin: 8px 8px;
  padding: 0 8px;
}
.mdc-drawer .mdc-deprecated-list-item:nth-child(1) {
  margin-top: 2px;
}
.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
.mdc-drawer .mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  padding: 0 16px;
}
.mdc-drawer .mdc-deprecated-list-group__subheader::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer .mdc-deprecated-list-divider {
  margin: 3px 0 4px;
}
.mdc-drawer .mdc-deprecated-list-item__text,
.mdc-drawer .mdc-deprecated-list-item__graphic {
  pointer-events: none;
}
.mdc-drawer--animate {
  transform: translateX(-100%);
}
[dir=rtl] .mdc-drawer--animate,
.mdc-drawer--animate[dir=rtl] {
  transform: translateX(100%);
}
.mdc-drawer--opening {
  transform: translateX(0);
  transition-duration: 250ms;
}
[dir=rtl] .mdc-drawer--opening,
.mdc-drawer--opening[dir=rtl] {
  transform: translateX(0);
}
.mdc-drawer--closing {
  transform: translateX(-100%);
  transition-duration: 200ms;
}
[dir=rtl] .mdc-drawer--closing,
.mdc-drawer--closing[dir=rtl] {
  transform: translateX(100%);
}
.mdc-drawer__header {
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 16px 4px;
}
.mdc-drawer__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-drawer__title::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer__title::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-drawer__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 0;
}
.mdc-drawer__subtitle::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-drawer__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mdc-drawer--dismissible {
  left: 0;
  right: initial;
  display: none;
  position: absolute;
}
[dir=rtl] .mdc-drawer--dismissible,
.mdc-drawer--dismissible[dir=rtl] {
  left: initial;
  right: 0;
}
.mdc-drawer--dismissible.mdc-drawer--open {
  display: flex;
}
.mdc-drawer-app-content {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
[dir=rtl] .mdc-drawer-app-content,
.mdc-drawer-app-content[dir=rtl] {
  margin-left: 0;
  margin-right: 0;
}
.mdc-drawer--modal {
  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);
  left: 0;
  right: initial;
  display: none;
  position: fixed;
}
.mdc-drawer--modal + .mdc-drawer-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}
[dir=rtl] .mdc-drawer--modal,
.mdc-drawer--modal[dir=rtl] {
  left: initial;
  right: 0;
}
.mdc-drawer--modal.mdc-drawer--open {
  display: flex;
}
.mdc-drawer-scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-drawer--open + .mdc-drawer-scrim {
  display: block;
}
.mdc-drawer--animate + .mdc-drawer-scrim {
  opacity: 0;
}
.mdc-drawer--opening + .mdc-drawer-scrim {
  transition-duration: 250ms;
  opacity: 1;
}
.mdc-drawer--closing + .mdc-drawer-scrim {
  transition-duration: 200ms;
  opacity: 0;
}
.mdc-deprecated-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list:focus {
  outline: none;
}
.mdc-deprecated-list-item {
  height: 48px;
}
.mdc-deprecated-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-deprecated-list-item__graphic {
  background-color: transparent;
}
.mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 0.38;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}
.mdc-deprecated-list-item__wrapper {
  display: block;
}
.mdc-deprecated-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.mdc-deprecated-list-item:focus {
  outline: none;
}
.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
  .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  padding-left: 0px;
  padding-right: 16px;
  height: 72px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 0px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 100px;
  height: 56px;
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
  display: inline-flex;
}
.mdc-deprecated-list-item__meta {
  margin-left: auto;
  margin-right: 0;
}
.mdc-deprecated-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,
[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}
.mdc-deprecated-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-deprecated-list-item__text[for] {
  pointer-events: none;
}
.mdc-deprecated-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-deprecated-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-deprecated-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
  font-size: inherit;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 40px;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
  align-self: flex-start;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
  height: 64px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 72px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 60px;
}
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}
[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  cursor: pointer;
}
a.mdc-deprecated-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-deprecated-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-deprecated-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-deprecated-list-divider--padded {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 104px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 132px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 0px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-deprecated-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
}
.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  width: 56px;
  height: 56px;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  width: 100px;
  height: 56px;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  width: 36px;
  height: 20px;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  width: 24px;
  height: 24px;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  width: 36px;
  height: 20px;
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider {
  height: 1px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-list-divider::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.mdc-list {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.mdc-list:focus {
  outline: none;
}
.mdc-list-item__wrapper {
  display: block;
}
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  cursor: pointer;
}
.mdc-list-item:focus {
  outline: none;
}
.mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
  cursor: auto;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item:not(.mdc-list-item--selected):focus::before,
  .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected:focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected:focus::before {
    border-color: CanvasText;
  }
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-list-item__start {
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__end {
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
  pointer-events: none;
}
.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
  align-self: stretch;
}
.mdc-list-item__content[for] {
  pointer-events: none;
}
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item__secondary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
  white-space: normal;
  line-height: 20px;
}
.mdc-list-item--with-overline .mdc-list-item__secondary-text {
  white-space: nowrap;
  line-height: auto;
}
.mdc-list-item__overline-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  border-radius: 50%;
}
.mdc-list-item--with-leading-icon.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 32px;
}
[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
  margin-left: 32px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-video.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-radio.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-leading-switch.mdc-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list-item--with-trailing-icon.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-left: 28px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 28px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, calibre));
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-item,
.mdc-list-item[dir=rtl] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list-group .mdc-deprecated-list {
  padding: 0;
}
.mdc-list-group__subheader {
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-divider {
  padding: 0;
  background-clip: content-box;
}
.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
  padding-left: 16px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
  padding-left: auto;
  padding-right: 16px;
}
[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
  padding-left: 16px;
  padding-right: auto;
}
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
  padding-left: 0px;
  padding-right: auto;
}
[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
  padding-left: auto;
  padding-right: 0px;
}
[dir=rtl] .mdc-list-divider,
.mdc-list-divider[dir=rtl] {
  padding: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: relative;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
emerald-side-sheet .mdc-drawer.custom-drawer-overflow,
.emerald-sidesheet .mdc-drawer.custom-drawer-overflow {
  overflow: auto;
  padding: 0;
  height: 100vh !important;
  direction: ltr;
}
emerald-side-sheet .mdc-drawer .drawer-title-icon-wrapper,
.emerald-sidesheet .mdc-drawer .drawer-title-icon-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 0.0625rem solid rgba(26, 26, 26, 0.2);
}
emerald-side-sheet .mdc-drawer .drawer-title-icon-wrapper:empty,
.emerald-sidesheet .mdc-drawer .drawer-title-icon-wrapper:empty {
  display: none;
}
emerald-side-sheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper,
.emerald-sidesheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper {
  padding-bottom: 1em;
}
emerald-side-sheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper h3,
.emerald-sidesheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
emerald-side-sheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper span,
.emerald-sidesheet .mdc-drawer .drawer-title-icon-wrapper .drawer-title-wrapper span {
  font-size: 0.875rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-side-sheet .mdc-drawer .drawer-section-item,
.emerald-sidesheet .mdc-drawer .drawer-section-item {
  border-bottom: 0.0625rem solid rgba(26, 26, 26, 0.2);
}
emerald-side-sheet .mdc-drawer .drawer-section-item:last-child,
.emerald-sidesheet .mdc-drawer .drawer-section-item:last-child {
  border-bottom: none;
}
emerald-side-sheet .drawer-wrapper,
.emerald-sidesheet .drawer-wrapper {
  display: flex;
  overflow: auto;
  height: 100vh;
  position: relative;
}
emerald-side-sheet .modal-app-content,
.emerald-sidesheet .modal-app-content {
  width: 100vw;
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust {
  height: calc(100vh - 4rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust .main-content,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .main-content,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust .main-content,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .main-content {
  height: calc(100vh - 4rem - 1rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust .toolbar-attached,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .toolbar-attached,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--fixed-adjust .toolbar-attached,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--fixed-adjust .toolbar-attached {
  height: calc(100vh - 4rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust {
  height: calc(100vh - 128px);
  padding-top: 0;
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .main-content,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .main-content,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .main-content,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .main-content {
  height: calc(100vh - 128px - 1rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--prominent-fixed-adjust .toolbar-attached {
  height: calc(100vh - 128px);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust {
  height: calc(100vh - 48px);
  padding-top: 0;
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .main-content,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .main-content,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .main-content,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .main-content {
  height: calc(100vh - 48px - 1rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-fixed-adjust .toolbar-attached {
  height: calc(100vh - 48px);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust {
  height: calc(100vh - 96px);
  padding-top: 0;
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .main-content {
  height: calc(100vh - 96px - 1rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--dense-prominent-fixed-adjust .toolbar-attached {
  height: calc(100vh - 96px);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust {
  height: calc(100vh - 56px);
  padding-top: 0;
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .main-content,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .main-content,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .main-content,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .main-content {
  height: calc(100vh - 56px - 1rem);
}
emerald-side-sheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
emerald-side-sheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
.emerald-sidesheet .drawer-wrapper.mdc-top-app-bar--short-fixed-adjust .toolbar-attached,
.emerald-sidesheet .custom-drawer-overflow.mdc-top-app-bar--short-fixed-adjust .toolbar-attached {
  height: calc(100vh - 56px);
}
emerald-side-sheet .mdc-drawer-app-content,
.emerald-sidesheet .mdc-drawer-app-content {
  flex: auto;
  overflow: auto;
  position: relative;
  width: 100vw;
  direction: ltr;
}
emerald-side-sheet .main-content,
.emerald-sidesheet .main-content {
  overflow: auto;
}
emerald-side-sheet .custom-padding,
.emerald-sidesheet .custom-padding {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
emerald-side-sheet .drawer-modal-full-height,
.emerald-sidesheet .drawer-modal-full-height {
  z-index: 10;
}
emerald-side-sheet .mdc-drawer--modal.mdc-drawer--open,
.emerald-sidesheet .mdc-drawer--modal.mdc-drawer--open {
  z-index: 7;
  position: fixed;
  top: 0;
  height: 100vh !important;
}
emerald-side-sheet .mdc-drawer,
.emerald-sidesheet .mdc-drawer {
  z-index: 4;
}
emerald-side-sheet .mdc-drawer,
.emerald-sidesheet .mdc-drawer {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);
}
emerald-side-sheet .drawer-label,
.emerald-sidesheet .drawer-label {
  margin-top: 1rem;
  margin-left: 1rem;
  color: rgba(26, 26, 26, 0.6);
}
emerald-side-sheet emerald-input .mdc-notched-outline,
.emerald-sidesheet emerald-input .mdc-notched-outline {
  text-align: left !important;
}
emerald-side-sheet emerald-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: var(--mdc-shape-small, 0.25rem) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: var(--mdc-shape-small, 0.25rem) !important;
}
emerald-side-sheet emerald-input .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-right: none !important;
}
emerald-side-sheet emerald-input .mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-text-field--focused .mdc-notched-outline__leading {
  border-left: 0.125rem solid !important;
  border-left-color: #003f2d !important;
  border-right: none !important;
}
emerald-side-sheet emerald-input .mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-text-field--focused .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.125rem solid !important;
  border-right-color: #003f2d !important;
}
emerald-side-sheet emerald-input .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
}
emerald-side-sheet emerald-input .mdc-floating-label,
.emerald-sidesheet emerald-input .mdc-floating-label {
  transform-origin: left top !important;
  text-align: left !important;
}
emerald-side-sheet emerald-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0 !important;
  border-top-right-radius: var(--mdc-shape-small, 0.25rem) !important;
  border-bottom-right-radius: var(--mdc-shape-small, 0.25rem) !important;
  border-bottom-left-radius: 0 !important;
}
emerald-side-sheet emerald-input .mdc-text-field--outlined:not(.mdc-text-field--with-leading-icon).mdc-text-field--with-trailing-icon,
.emerald-sidesheet emerald-input .mdc-text-field--outlined:not(.mdc-text-field--with-leading-icon).mdc-text-field--with-trailing-icon {
  padding-left: max(1rem, var(--mdc-shape-small, 0.25rem) + 0.25rem) !important;
  padding-right: 0 !important;
}
emerald-side-sheet emerald-input .mdc-text-field--filled:not(.mdc-text-field--with-leading-icon).mdc-text-field--with-trailing-icon,
.emerald-sidesheet emerald-input .mdc-text-field--filled:not(.mdc-text-field--with-leading-icon).mdc-text-field--with-trailing-icon {
  padding-left: max(1rem, var(--mdc-shape-small, 0.25rem) + 0.25rem) !important;
  padding-right: 0 !important;
}
emerald-side-sheet emerald-input .mdc-text-field--filled .mdc-floating-label,
.emerald-sidesheet emerald-input .mdc-text-field--filled .mdc-floating-label {
  left: 1rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
emerald-side-sheet emerald-input .emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.emerald-sidesheet emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.emerald-sidesheet emerald-input .emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-2.1rem) translate(-2.6rem) scale(0.75) !important;
}
emerald-side-sheet emerald-input .mdc-text-field--with-leading-icon,
.emerald-sidesheet emerald-input .mdc-text-field--with-leading-icon {
  padding-left: 0 !important;
}
emerald-side-sheet emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,
.emerald-sidesheet emerald-input .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  left: 3.375rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-input .mdc-text-field--invalid .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-text-field--invalid .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
  border-right-color: #ff543e !important;
}
emerald-side-sheet emerald-input .mdc-text-field--invalid .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-text-field--invalid .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-left-color: #ff543e !important;
  border-right: none !important;
}
emerald-side-sheet emerald-input .mdc-text-field--invalid.mdc-text-field--focused .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-text-field--invalid.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.125rem solid !important;
  border-right-color: #ff543e !important;
}
emerald-side-sheet emerald-input .mdc-text-field--invalid.mdc-text-field--focused .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-text-field--invalid.mdc-text-field--focused .mdc-notched-outline__leading {
  border-left: 0.125rem solid !important;
  border-right: none !important;
  border-left-color: #ff543e !important;
}
emerald-side-sheet emerald-input .mdc-text-field--disabled .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-input .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
  border-right-color: #b9b9b9 !important;
}
emerald-side-sheet emerald-input .mdc-text-field--disabled .mdc-notched-outline__leading,
.emerald-sidesheet emerald-input .mdc-text-field--disabled .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-right: none !important;
  border-left-color: #b9b9b9 !important;
}
emerald-side-sheet emerald-input .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.emerald-sidesheet emerald-input .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: gray;
}
emerald-side-sheet emerald-dropdown .mdc-select .mdc-select__anchor,
emerald-side-sheet emerald-dropdown .mdc-select .mdc-select__anchor,
.emerald-sidesheet emerald-dropdown .mdc-select .mdc-select__anchor,
.emerald-sidesheet emerald-dropdown .mdc-select .mdc-select__anchor {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}
emerald-side-sheet emerald-dropdown .mdc-floating-label,
.emerald-sidesheet emerald-dropdown .mdc-floating-label {
  transform-origin: left top !important;
  text-align: left !important;
}
emerald-side-sheet emerald-dropdown .mdc-select__selected-text,
.emerald-sidesheet emerald-dropdown .mdc-select__selected-text {
  text-align: left !important;
}
emerald-side-sheet emerald-dropdown .mdc-notched-outline,
.emerald-sidesheet emerald-dropdown .mdc-notched-outline {
  text-align: left !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0.25rem !important;
}
emerald-side-sheet emerald-dropdown .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-right: none !important;
}
emerald-side-sheet emerald-dropdown .mdc-notched-outline--notched .mdc-notched-outline__notch,
.emerald-sidesheet emerald-dropdown .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--filled .mdc-floating-label,
.emerald-sidesheet emerald-dropdown .mdc-select--filled .mdc-floating-label {
  left: 1rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined .mdc-floating-label,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined .mdc-floating-label {
  left: 0.25rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,
.emerald-sidesheet emerald-dropdown .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  left: 2rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
  left: 1.5rem !important;
  right: initial !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0 !important;
}
emerald-side-sheet emerald-dropdown .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-2.2rem) translateX(-1.15rem) scale(0.75) !important;
}
emerald-side-sheet emerald-dropdown .mdc-select:not(.mdc-select--outlined).mdc-select--with-leading-icon .mdc-floating-label--float-above,
.emerald-sidesheet emerald-dropdown .mdc-select:not(.mdc-select--outlined).mdc-select--with-leading-icon .mdc-floating-label--float-above {
  transform: translateY(-1.3rem) translate(0.6rem) scale(0.75) !important;
}
emerald-side-sheet emerald-dropdown .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,
.emerald-sidesheet emerald-dropdown .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
  padding-left: 0 !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--outlined + .mdc-select-helper-text,
.emerald-sidesheet emerald-dropdown .mdc-select--outlined + .mdc-select-helper-text {
  margin-left: 1rem;
}
emerald-side-sheet emerald-dropdown .mdc-select--focused .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-select--focused .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.125rem solid !important;
  border-right-color: #003f2d !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--focused .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-select--focused .mdc-notched-outline__leading {
  border-left: 0.125rem solid !important;
  border-right: none !important;
  border-left-color: #003f2d !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--disabled .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-select--disabled .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
  border-right-color: #b9b9b9 !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--disabled .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-select--disabled .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-right: none !important;
  border-left-color: #b9b9b9 !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--invalid .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-select--invalid .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.0625rem solid !important;
  border-right-color: #ff543e !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--invalid .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-select--invalid .mdc-notched-outline__leading {
  border-left: 0.0625rem solid !important;
  border-left-color: #ff543e !important;
  border-right: none !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--invalid.mdc-select--focused .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-dropdown .mdc-select--invalid.mdc-select--focused .mdc-notched-outline__trailing {
  border-left: none !important;
  border-right: 0.125rem solid !important;
  border-right-color: #ff543e !important;
}
emerald-side-sheet emerald-dropdown .mdc-select--invalid.mdc-select--focused .mdc-notched-outline__leading,
.emerald-sidesheet emerald-dropdown .mdc-select--invalid.mdc-select--focused .mdc-notched-outline__leading {
  border-left: 0.125rem solid !important;
  border-right: none !important;
  border-left-color: #ff543e !important;
}
emerald-side-sheet emerald-switch .mdc-switch__handle-track,
.emerald-sidesheet emerald-switch .mdc-switch__handle-track {
  left: 0 !important;
  right: auto !important;
}
emerald-side-sheet emerald-switch .mdc-switch__handle,
.emerald-sidesheet emerald-switch .mdc-switch__handle {
  left: 0 !important;
  right: auto !important;
}
emerald-side-sheet emerald-switch .mdc-switch--selected .mdc-switch__handle-track,
.emerald-sidesheet emerald-switch .mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(100%) !important;
}
emerald-side-sheet emerald-pagination .mdc-notched-outline__leading,
.emerald-sidesheet emerald-pagination .mdc-notched-outline__leading {
  border: none !important;
}
emerald-side-sheet emerald-pagination .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-pagination .mdc-notched-outline__trailing {
  border: none !important;
}
emerald-side-sheet emerald-pagination .mdc-select--focused .mdc-notched-outline__leading,
.emerald-sidesheet emerald-pagination .mdc-select--focused .mdc-notched-outline__leading {
  border: none !important;
}
emerald-side-sheet emerald-pagination .mdc-select--focused .mdc-notched-outline__trailing,
.emerald-sidesheet emerald-pagination .mdc-select--focused .mdc-notched-outline__trailing {
  border: none !important;
}
.mdc-slider__thumb {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-slider__thumb::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-slider__thumb::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-slider__thumb.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-slider__thumb.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-slider__thumb.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-slider__thumb.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-slider__thumb.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-slider__thumb.mdc-ripple-upgraded::before,
.mdc-slider__thumb.mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-slider__thumb.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider__thumb:hover::before,
.mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-slider {
  cursor: pointer;
  height: 48px;
  margin: 0 24px;
  position: relative;
  touch-action: pan-y;
}
.mdc-slider .mdc-slider__track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.mdc-slider .mdc-slider__track--active,
.mdc-slider .mdc-slider__track--inactive {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.mdc-slider .mdc-slider__track--active {
  overflow: hidden;
}
.mdc-slider .mdc-slider__track--active_fill {
  border-top-style: solid;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transform-origin: left;
  transform-origin: left;
}
[dir=rtl] .mdc-slider .mdc-slider__track--active_fill,
.mdc-slider .mdc-slider__track--active_fill[dir=rtl] {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.mdc-slider .mdc-slider__track--inactive {
  left: 0;
  top: 0;
}
.mdc-slider .mdc-slider__track--inactive::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-slider .mdc-slider__track--inactive::before {
    border-color: CanvasText;
  }
}
.mdc-slider .mdc-slider__value-indicator-container {
  bottom: 44px;
  left: 50%;
  left: var(--slider-value-indicator-container-left, 50%);
  pointer-events: none;
  position: absolute;
  right: var(--slider-value-indicator-container-right);
  transform: translateX(-50%);
  transform: var(--slider-value-indicator-container-transform, translateX(-50%));
}
.mdc-slider .mdc-slider__value-indicator {
  transition: transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1);
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 32px;
  padding: 0 12px;
  transform: scale(0);
  transform-origin: bottom;
}
.mdc-slider .mdc-slider__value-indicator::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  left: var(--slider-value-indicator-caret-left, 50%);
  position: absolute;
  right: var(--slider-value-indicator-caret-right);
  transform: translateX(-50%);
  transform: var(--slider-value-indicator-caret-transform, translateX(-50%));
  width: 0;
}
.mdc-slider .mdc-slider__value-indicator::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-slider .mdc-slider__value-indicator::after {
    border-color: CanvasText;
  }
}
.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container {
  pointer-events: auto;
}
.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
  transition: transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1);
}
@media (prefers-reduced-motion) {
  .mdc-slider .mdc-slider__value-indicator,
  .mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
    transition: none;
  }
}
.mdc-slider .mdc-slider__thumb {
  display: flex;
  left: -24px;
  outline: none;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  height: 48px;
  width: 48px;
}
.mdc-slider .mdc-slider__thumb--top {
  z-index: 1;
}
.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
}
.mdc-slider .mdc-slider__thumb-knob {
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mdc-slider .mdc-slider__tick-marks {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 1px;
  position: absolute;
  width: 100%;
}
.mdc-slider--discrete .mdc-slider__thumb,
.mdc-slider--discrete .mdc-slider__track--active_fill {
  transition: transform 80ms ease;
}
@media (prefers-reduced-motion) {
  .mdc-slider--discrete .mdc-slider__thumb,
  .mdc-slider--discrete .mdc-slider__track--active_fill {
    transition: none;
  }
}
.mdc-slider--disabled {
  cursor: auto;
}
.mdc-slider--disabled .mdc-slider__thumb {
  pointer-events: none;
}
.mdc-slider__input {
  cursor: pointer;
  left: 2px;
  margin: 0;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2px;
  width: 44px;
}
.mdc-slider .mdc-slider__thumb-knob {
  background-color: #6200ee;
  background-color: var(--mdc-slider-handle-color, var(--mdc-theme-primary, #6200ee));
  border-color: #6200ee;
  border-color: var(--mdc-slider-handle-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob {
  background-color: #000;
  background-color: var(--mdc-slider-disabled-handle-color, var(--mdc-theme-on-surface, #000));
  border-color: #000;
  border-color: var(--mdc-slider-disabled-handle-color, var(--mdc-theme-on-surface, #000));
}
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.mdc-slider .mdc-slider__thumb::before,
.mdc-slider .mdc-slider__thumb::after {
  background-color: #6200ee;
  background-color: var(--mdc-slider-handle-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider .mdc-slider__thumb:hover::before,
.mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-slider .mdc-slider__track--active_fill {
  border-color: #6200ee;
  border-color: var(--mdc-slider-active-track-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill {
  border-color: #000;
  border-color: var(--mdc-slider-disabled-active-track-color, var(--mdc-theme-on-surface, #000));
}
.mdc-slider .mdc-slider__track--inactive {
  background-color: #6200ee;
  background-color: var(--mdc-slider-inactive-track-color, var(--mdc-theme-primary, #6200ee));
  opacity: 0.24;
}
.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive {
  background-color: #000;
  background-color: var(--mdc-slider-disabled-inactive-track-color, var(--mdc-theme-on-surface, #000));
  opacity: 0.24;
}
.mdc-slider .mdc-slider__tick-mark--active {
  background-color: #fff;
  background-color: var(--mdc-slider-with-tick-marks-active-container-color, var(--mdc-theme-on-primary, #fff));
  opacity: 0.6;
  opacity: var(--mdc-slider-with-tick-marks-active-container-opacity, 0.6);
}
.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active {
  background-color: #fff;
  background-color: var(--mdc-slider-with-tick-marks-active-container-color, var(--mdc-theme-on-primary, #fff));
  opacity: 0.6;
  opacity: var(--mdc-slider-with-tick-marks-active-container-opacity, 0.6);
}
.mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #6200ee;
  background-color: var(--mdc-slider-with-tick-marks-inactive-container-color, var(--mdc-theme-primary, #6200ee));
  opacity: 0.6;
  opacity: var(--mdc-slider-with-tick-marks-inactive-container-opacity, 0.6);
}
.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive {
  background-color: #000;
  background-color: var(--mdc-slider-with-tick-marks-disabled-container-color, var(--mdc-theme-on-surface, #000));
  opacity: 0.6;
  opacity: var(--mdc-slider-with-tick-marks-inactive-container-opacity, 0.6);
}
.mdc-slider .mdc-slider__value-indicator {
  background-color: #666666;
  background-color: var(--mdc-slider-label-container-color, #666666);
  opacity: 1;
}
.mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #666666;
  border-top-color: var(--mdc-slider-label-container-color, #666666);
}
.mdc-slider .mdc-slider__value-indicator {
  color: #fff;
  color: var(--mdc-slider-label-label-text-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-slider .mdc-slider__track {
  height: 4px;
  height: var(--mdc-slider-inactive-track-height, 4px);
}
.mdc-slider .mdc-slider__track--active {
  height: 6px;
  height: var(--mdc-slider-active-track-height, 6px);
  top: calc((4px - 6px) / 2);
  top: calc((var(--mdc-slider-inactive-track-height, 4px) - var(--mdc-slider-active-track-height, 6px)) / 2);
}
.mdc-slider .mdc-slider__track--active_fill {
  border-top-width: 6px;
  border-top-width: var(--mdc-slider-active-track-height, 6px);
}
.mdc-slider .mdc-slider__track--inactive {
  height: 4px;
  height: var(--mdc-slider-inactive-track-height, 4px);
}
.mdc-slider .mdc-slider__tick-mark--active,
.mdc-slider .mdc-slider__tick-mark--inactive {
  height: 2px;
  height: var(--mdc-slider-with-tick-marks-container-size, 2px);
  width: 2px;
  width: var(--mdc-slider-with-tick-marks-container-size, 2px);
}
.mdc-slider.mdc-slider--disabled {
  opacity: 0.38;
}
.mdc-slider .mdc-slider__value-indicator-text {
  letter-spacing: 0.0071428571em;
  letter-spacing: var(--mdc-slider-label-label-text-tracking, 0.0071428571em);
  font-size: 0.875rem;
  font-size: var(--mdc-slider-label-label-text-size, 0.875rem);
  font-family: calibre;
  font-family: var(--mdc-slider-label-label-text-font, calibre);
  font-weight: 500;
  font-weight: var(--mdc-slider-label-label-text-weight, 500);
  line-height: 1.375rem;
  line-height: var(--mdc-slider-label-label-text-line-height, 1.375rem);
}
.mdc-slider .mdc-slider__track--active {
  border-radius: 9999px;
  border-radius: var(--mdc-slider-active-track-shape, 9999px);
}
.mdc-slider .mdc-slider__track--inactive {
  border-radius: 9999px;
  border-radius: var(--mdc-slider-inactive-track-shape, 9999px);
}
.mdc-slider .mdc-slider__thumb-knob {
  border-radius: 50%;
  border-radius: var(--mdc-slider-handle-shape, 50%);
  width: 20px;
  width: var(--mdc-slider-handle-width, 20px);
  height: 20px;
  height: var(--mdc-slider-handle-height, 20px);
  border-style: solid;
  border-width: calc(20px / 2) calc(20px / 2);
  border-width: calc(var(--mdc-slider-handle-height, 20px) / 2) calc(var(--mdc-slider-handle-width, 20px) / 2);
}
.mdc-slider .mdc-slider__tick-mark--active,
.mdc-slider .mdc-slider__tick-mark--inactive {
  border-radius: 50%;
  border-radius: var(--mdc-slider-with-tick-marks-container-shape, 50%);
}
.mdc-slider .mdc-slider__thumb-knob {
  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);
  box-shadow: var(--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));
}
.mdc-slider .mdc-slider__thumb:hover .mdc-slider__thumb-knob {
  background-color: #6200ee;
  background-color: var(--mdc-slider-hover-handle-color, var(--mdc-theme-primary, #6200ee));
  border-color: #6200ee;
  border-color: var(--mdc-slider-hover-handle-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider .mdc-slider__thumb:hover .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb:hover .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb:hover .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  background-color: #6200ee;
  background-color: var(--mdc-slider-focus-handle-color, var(--mdc-theme-primary, #6200ee));
  border-color: #6200ee;
  border-color: var(--mdc-slider-focus-handle-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--focused .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.mdc-slider .mdc-slider__thumb:not(:disabled):active .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb:not(:disabled):active .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb:not(:disabled):active .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
  border-color: var(--mdc-slider-with-overlap-handle-outline-color, #fff);
  border-width: 1px;
  border-width: var(--mdc-slider-with-overlap-handle-outline-width, 1px);
}
.emerald-slider-container {
  display: flex;
  align-items: center;
}
.emerald-slider-container .emerald-slider-input,
.emerald-slider-container .native-input {
  max-width: 2.625rem;
  width: 100%;
  margin-left: 0.93rem;
  position: relative;
  height: 2.25rem;
  text-align: center;
  text-indent: unset;
  font-size: 0.875rem;
}
.emerald-slider-container .emerald-slider-input:disabled,
.emerald-slider-container .native-input:disabled {
  color: #e3e3e3;
}
.emerald-slider-container .emerald-slider-input .mdc-notched-outline__notch,
.emerald-slider-container .native-input .mdc-notched-outline__notch {
  border-top: 1px solid;
}
.emerald-slider-container .emerald-slider-input .emerald-slider-result,
.emerald-slider-container .native-input .emerald-slider-result {
  width: 100%;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  text-align: center;
}
.emerald-slider-container .emerald-slider-input .emerald-slider-result input,
.emerald-slider-container .native-input .emerald-slider-result input {
  width: 2.625rem;
  height: 2.25rem;
  text-align: center;
}
.emerald-slider-container .emerald-slider-input.disabled {
  color: #E3E3E3;
}
.emerald-slider-container emerald-slider,
.emerald-slider-container .emerald-slider {
  width: 100%;
  box-sizing: border-box;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled {
  pointer-events: none !important;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill {
  border-color: #E3E3E3;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive {
  background-color: #E3E3E3;
  opacity: 0.5;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob {
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb::before,
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb::after,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb::after {
  background-color: #E3E3E3;
  background-color: var(--mdc-ripple-color, #E3E3E3);
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:hover::before,
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-surface--hover::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:hover::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-upgraded,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__value-indicator,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__value-indicator {
  background-color: #E3E3E3;
  opacity: 1;
}
.emerald-slider-container emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__value-indicator::before,
.emerald-slider-container .emerald-slider .mdc-slider.mdc-slider--disabled .mdc-slider__value-indicator::before {
  border-top-color: #E3E3E3;
}
.emerald-slider-container .mdc-slider {
  margin: 0 0;
  height: 1.25rem;
}
.emerald-slider-container .mdc-slider .mdc-slider__thumb {
  height: 1.25rem;
}
.emerald-slider-container .mdc-slider .mdc-slider__value-indicator-container {
  bottom: 1.875rem;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track--active_fill {
  border-color: #767676;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track--inactive {
  background-color: #767676;
  opacity: 0.5;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb-knob {
  background-color: #767676;
  border-color: #767676;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb::after {
  background-color: #003f2d;
  background-color: var(--mdc-ripple-color, #003f2d);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb:hover::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__value-indicator {
  background-color: #000000;
  opacity: 1;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__value-indicator::before {
  border-top-color: #000000;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb-knob {
  transition: all 0.5s ease-in-out;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__value-indicator-container {
  color: #1a1a1a;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):hover .mdc-slider__thumb-knob {
  width: 1.563rem;
  height: 1.563rem;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__track--active_fill {
  border-color: #003f2d;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__track--inactive {
  background-color: #767676;
  opacity: 0.5;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb-knob {
  background-color: #003f2d;
  border-color: #003f2d;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb::after {
  background-color: #003f2d;
  background-color: var(--mdc-ripple-color, #003f2d);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb:hover::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__value-indicator {
  background-color: #000000;
  opacity: 1;
}
.emerald-slider-container .mdc-slider:not(.mdc-slider--disabled):active .mdc-slider__value-indicator::before {
  border-top-color: #000000;
}
.emerald-slider-container .emerald-slider-input {
  max-width: 2.625rem;
  width: 100%;
  margin-left: 0.938rem;
}
.emerald-slider-container .emerald-slider-input input {
  width: 100%;
  padding: 0.469 0;
  font-size: 0.875rem;
  text-align: center;
}
.emerald-slider-container .emerald-slider-input.disabled {
  color: #E3E3E3;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list {
  display: flex;
  padding-inline-start: 0;
  align-items: center;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb {
  display: inline;
  position: relative;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb a.emerald-breadcrumb-crumb-link {
  display: inline;
  line-height: 1.25rem;
  padding: 0.125rem 0.3125rem 0rem 0.3125rem;
  text-decoration: none;
  color: #003f2d;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb a.emerald-breadcrumb-crumb-link.last {
  line-height: 1.5rem;
  cursor: default;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb a.emerald-breadcrumb-crumb-link:hover:not(.last) {
  text-decoration: underline;
  text-decoration-color: #17e88f;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb ul.emerald-breadcrumb-dropdown-crumb-list {
  position: absolute;
  top: 1.875rem;
  height: auto;
  width: 11.25rem;
  background: #ffffff;
  z-index: 99;
  display: none;
  border: 1px solid #e9ecef;
  padding-left: 0rem;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb ul.emerald-breadcrumb-dropdown-crumb-list li.emerald-breadcrumb-dropdown-crumb {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  text-transform: none;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb:hover ul.emerald-breadcrumb-dropdown-crumb-list {
  display: block;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-breadcrumb-crumb-overflow {
  position: relative;
  border-radius: 0.5rem;
  background: #e3f2fd;
  display: flex;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-breadcrumb-crumb-overflow > button {
  width: auto;
  height: auto;
  padding: 2px 5px;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-breadcrumb-crumb-overflow .leading-icon-image-avatar {
  position: absolute;
  top: -5px;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb emerald-menu .mdc-button,
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-menu .mdc-button {
  height: auto !important;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb emerald-menu .label-container a,
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-menu .label-container a {
  text-decoration: none !important;
}
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb emerald-menu .label-container a:hover,
.emerald-breadcrumb-container ol.emerald-breadcrumb-crumb-list li.emerald-breadcrumb-crumb .emerald-menu .label-container a:hover {
  text-decoration: underline !important;
  text-decoration-color: #17e88f !important;
}
:root {
  --eds-sn-color-primary: #1a1a1a;
  --eds-sn-color-secondary: #333;
  --eds-sn-color-active: #003f2d;
  --eds-sn-color-background: #fff;
  --eds-sn-color-border: #ddd;
  --eds-sn-color-hover-background: rgba(0, 63, 45, 0.08);
  --eds-sn-color-active-background: rgba(0, 63, 45, 0.12);
  --eds-sn-color-icon: rgba(26, 26, 26, 0.65);
  --eds-sn-color-shadow: rgba(0, 0, 0, 0.2);
  --eds-sn-color-overlay: #00000063;
}
.emerald-side-navigation {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
  width: 300px;
  height: 100%;
  max-height: 100%;
  color: var(--eds-sn-color-primary);
  transition: all 0.15s linear;
  background: var(--eds-sn-color-background);
  box-shadow: 0px 3px 8px 0px var(--eds-sn-color-shadow);
  --nav-items-height: calc(100% - 3.5rem);
}
.emerald-side-navigation.collapsed {
  width: 3.5rem;
}
.emerald-side-navigation.collapsed .emerald-nav-label {
  display: none;
}
.emerald-side-navigation .emerald-nav-header {
  border-bottom: 1px solid var(--eds-sn-color-border);
  min-height: 3.5rem;
}
.emerald-side-navigation .emerald-nav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 3.5rem;
  border-top: 1px solid var(--eds-sn-color-border);
}
.emerald-side-navigation .emerald-nav-footer .pin-icon {
  position: absolute;
  color: var(--eds-sn-color-icon);
  cursor: pointer;
  padding: 1rem;
  right: 0;
  top: 0;
}
.emerald-side-navigation .emerald-nav-items {
  display: flex;
  flex-direction: column;
  height: var(--nav-items-height);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
.emerald-side-navigation .nested-menu {
  padding-left: 40px;
}
.emerald-nav-item {
  display: flex;
  flex-direction: column;
  outline-color: var(--eds-sn-color-primary);
}
.emerald-nav-item .emerald-nav-separator {
  border: none;
  border-top: 1px solid var(--eds-sn-color-border);
  margin: 8px 0;
}
.emerald-nav-item .emerald-nav-wrapper {
  color: var(--eds-sn-color-secondary);
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  border-left: 6px solid transparent;
}
.emerald-nav-item .emerald-nav-wrapper:hover,
.emerald-nav-item .emerald-nav-wrapper.hovered {
  background-color: var(--eds-sn-color-hover-background);
}
.emerald-nav-item .emerald-nav-wrapper.active {
  border-left: 6px solid var(--eds-sn-color-active);
  background: var(--eds-sn-color-active-background);
}
.emerald-nav-item .emerald-nav-wrapper.active .emerald-nav-icon-pre,
.emerald-nav-item .emerald-nav-wrapper.active .emerald-nav-icon-post,
.emerald-nav-item .emerald-nav-wrapper.active .emerald-nav-label {
  color: var(--eds-sn-color-active) !important;
}
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link {
  display: flex;
  flex: 1;
  align-items: center;
  text-decoration: none;
  padding: 1rem;
  gap: 1rem;
  color: var(--eds-sn-color-primary);
  margin-left: -6px;
}
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link:hover {
  color: var(--eds-sn-color-primary);
}
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link:visited {
  color: var(--eds-sn-color-primary);
}
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link .emerald-nav-label {
  flex: 1;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link .emerald-nav-icon-pre,
.emerald-nav-item .emerald-nav-wrapper .emerald-nav-link .emerald-nav-icon-post {
  display: flex;
  font-size: 1rem;
  color: var(--eds-sn-color-icon);
}
.emerald-nav-popup-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background-color: var(--eds-sn-color-background);
  box-shadow: 0 4px 8px var(--eds-sn-color-shadow);
  z-index: 1000;
  width: 200px;
}
.emerald-app-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.emerald-app-container .emerald-app-nav {
  height: 100%;
  min-width: 56px;
  z-index: 11;
  position: relative;
}
.emerald-app-container .emerald-app-nav .emerald-side-navigation {
  position: absolute;
}
.emerald-app-container .emerald-app-nav .emerald-side-navigation.pinned {
  position: relative;
}
.emerald-app-container .emerald-app-content {
  height: 100%;
  overflow: auto;
  flex: 1;
  z-index: 10;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .emerald-app-container .emerald-app-nav {
    min-width: 0px;
    position: absolute !important;
  }
  .emerald-app-container .emerald-app-nav .emerald-side-navigation.collapsed {
    width: 0;
    overflow: hidden;
  }
  .emerald-side-navigation-overlay {
    position: fixed;
    background: var(--eds-sn-color-overlay);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
.cursor-wrapper {
  display: inline-block;
}
.cursor-wrapper.disabled-cursor {
  cursor: not-allowed;
}
.center {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
a.emerald-link {
  cursor: pointer;
  color: #003f2d;
  text-decoration: underline;
}
a.emerald-link:hover:not(:visited) {
  text-decoration-color: #17e88f;
}
a.emerald-link:visited {
  color: #17e88f;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
:root {
  --chart-dark-blue: #013880;
  --chart-royal-purple: #3F2299;
  --chart-slate-gray: #435354;
  --chart-steel-blue: #5975BB;
  --chart-sage-green: #80BBAD;
  --chart-plum: #885074;
  --chart-rust-brown: #8A3800;
  --chart-terra-cotta: #DA6944;
  --chart-steel-blue-alt: #4B6A88;
  --chart-purple-alt: #6B4A89;
  --chart-gray-alt: #5D7777;
  --chart-sage-light: #9DCCC1;
  --chart-mauve: #A67A91;
  --chart-brown: #B15E2B;
  --chart-primary-brown: #8B5A3C;
  --chart-primary-cadet-blue: #5F9EA0;
  --chart-primary-royal-blue: #4169E1;
  --chart-primary-blue-violet: #8A2BE2;
  --chart-primary-tomato: #FF6347;
  --chart-primary-lime-green: #32CD32;
  --chart-primary-gold: #FFD700;
  --chart-primary-hot-pink: #FF69B4;
  --chart-secondary-red: #FF6384;
  --chart-secondary-blue: #36A2EB;
  --chart-secondary-yellow: #FFCE56;
  --chart-secondary-teal: #4BC0C0;
  --chart-secondary-purple: #9966FF;
  --chart-secondary-orange: #FF9F40;
}
:root {
  --header-help-bg:
    linear-gradient(
      135deg,
      #28573c,
      #003f2d);
  --header-notification-bg:
    linear-gradient(
      135deg,
      #28573c,
      #003f2d);
  --header-icon-hover: #00543f;
  --header-panel-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
:root {
  --chart-colors:
    #885074,
    #435354,
    #DA6944,
    #8A3800,
    #80BBAD,
    #3F2299,
    #013880,
    #5975BB,
    #6B4A89,
    #5D7777,
    #c2785a,
    #B15E2B,
    #9DCCC1,
    #7033a3,
    #2a5a8a,
    #7f94d4,
    #A67A91,
    #2f4a4b,
    #e88c5c,
    #a44700,
    #6fa8a0,
    #5c1f99,
    #014d99,
    #4a6bb8,
    #6F4A7F,
    #3A4A5A,
    #B5623D,
    #7A4000,
    #70ABBD,
    #2F1289,
    #012F70,
    #4965AB;
  --chart-stroke-color: #ffffff;
  --chart-label-color: #1a1a1a;
  --chart-no-data-text-color: #6B7280;
  --chart-hover-color: #28573c;
  --icon-green: #50af78;
  --moderate-red: #d2785a;
  --dark-red: #ff543e;
  --status-icon-pending: #D5710C;
  --status-icon-payment: #489969;
  --status-icon-warning: #A03530;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre-R";
  src: url("./media/calibre-r-web-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family:
    "Calibre-R",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
body {
  background: var(--Backgrounds-Background-2nd, #f5f7f7);
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family:
    "Calibre-R",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family:
    "Calibre-R",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
.p-datepicker-group-container .p-datepicker-group {
  display: none;
}
.p-datepicker-group-container .p-datepicker-group:last-child {
  display: block;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: var(--Backgrounds-Surface, #ffffff);
  margin-top: 2em;
}
.empty-state .empty-state-title {
  color: var(--primary-green-primary-light-hover, #666);
  font: 400 24px/1 Calibre-R, sans-serif;
  letter-spacing: -0.42px;
}
.empty-state .empty-state-image {
  width: 340px;
  max-width: 100%;
  margin-bottom: 2em;
}
.custom-tooltip-position .emerald-tooltip:last-child {
  position: relative !important;
}
.custom-tooltip-position .emerald-tooltip:last-child .emerald-tooltip-container {
  top: initial !important;
  transform: initial !important;
}
.mdc-select--outlined .mdc-menu-surface {
  max-height: 200px !important;
}
.small_button button.primary.mdc-button.custom-text-button {
  width: 30px;
  min-width: 30px;
}
.small_button button.primary.mdc-button.custom-text-button emerald-icon i.material-icons,
.small_button button.primary.mdc-button.custom-text-button emerald-icon i.material-icons-outlined {
  padding-right: 0;
}
.table-layout-fixed .HeaderTitle {
  font-size: 14px;
}
.table-layout-fixed td {
  font-size: 14px;
}
.link-color {
  color: #003f2d;
  text-decoration: none;
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  height: 48px;
}
label.mdc-text-field.mdc-text-field--outlined {
  height: 48px !important;
  padding-left: 16px;
}
emerald-button .mdc-button {
  font-size: 14px;
}
.my-request-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  width: 1000px !important;
  max-width: 90vw !important;
  min-height: 600px !important;
  max-height: 90vh !important;
}
.cdk-overlay-pane:has(.my-request-modal) {
  width: 1000px !important;
  max-width: 90vw !important;
  min-height: 600px !important;
  max-height: 90vh !important;
}
.my-asset-allocated-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  width: 1000px !important;
  max-width: 90vw !important;
  min-height: 300px !important;
  max-height: 90vh !important;
  margin-top: 20px !important;
}
.cdk-overlay-pane:has(.my-asset-allocated-modal) {
  width: 1000px !important;
  max-width: 90vw !important;
  min-height: 300px !important;
  max-height: 90vh !important;
  margin-top: 20px !important;
}
emerald-modal .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content {
  padding-right: 10px;
}
emerald-modal .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__header.custom-header {
  border-bottom: none;
}
emerald-modal .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__actions {
  border-top: none;
}
.comments-dialog-panel .mat-mdc-dialog-surface {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible;
  min-width: 640px;
  max-width: 70vw;
}
.inventory-edit-form .mat-mdc-dialog-surface {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 32px;
  padding: 18px;
  top: 18%;
  left: 18%;
  min-width: 750px;
  max-width: 65vw;
  overflow: visible;
  max-height: 60vh !important;
}
.inventory-add-new-dialog .mat-mdc-dialog-surface {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 32px;
  padding: 16px;
  top: 16%;
  left: 21%;
  min-width: 930px;
  max-height: 500px !important;
  overflow: visible;
}
.invoice-add-dialog .mat-mdc-dialog-surface {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 32px;
  padding: 16px;
  top: 25%;
  left: 20%;
  min-width: 950px;
  max-height: 355px !important;
  overflow: visible;
}
.inventory-view-details-dialog .mat-mdc-dialog-surface {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 32px;
  padding: 16px;
  left: 18%;
  min-width: 950px;
  max-width: 65vw;
  max-height: 75vh !important;
  overflow: auto;
}
.invoice-view-dialog .mat-mdc-dialog-surface {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 32px;
  padding: 16px;
  left: 30%;
  min-width: 650px;
  max-height: 620px !important;
  overflow: auto;
  z-index: 1000;
}
.comments-dialog-panel .mat-mdc-dialog-surface > .dialog-card,
.comments-dialog-panel .mat-mdc-dialog-surface > .comments-card,
.comments-dialog-panel .mat-mdc-dialog-surface > .add-comments-wrapper {
  width: 100%;
}
.resource-profile-dialog-panel .mat-mdc-dialog-surface {
  min-width: 1200px !important;
  max-width: 1200px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  width: 1200px !important;
  height: 600px !important;
  overflow: auto;
}
.resource-profile-dialog-panel.cdk-overlay-pane {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto;
  max-height: 90vh;
  pointer-events: auto;
  z-index: 1000;
}
.comments-dialog-panel.cdk-overlay-pane {
  position: fixed !important;
  top: 35% !important;
  left: 50% !important;
  transform: translate(-50%, -60%) !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto;
  max-height: 90vh;
  pointer-events: auto;
  z-index: 1000;
}
.cdk-overlay-container .cdk-global-overlay-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.icon-text {
  display: inline-flex;
  align-items: center;
}
.icon-text i {
  margin-right: 4px;
}
.mat-mdc-form-field,
.mat-mdc-input-element,
.mat-mdc-button,
.mat-mdc-select,
.mat-mdc-option,
.mdc-button,
.mdc-text-field,
.mdc-select,
.mdc-list-item,
emerald-button,
emerald-select,
emerald-modal,
emerald-table,
.emerald-typography,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
label {
  font-family:
    "Calibre-R",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}
.offboarding-request-modal .mat-mdc-dialog-surface {
  max-width: 600px !important;
  width: 100% !important;
  height: auto !important;
  padding: 32px 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
  overflow: visible !important;
  justify-content: center !important;
  margin-left: 240px !important;
}
.team-composition-release-modal .mat-mdc-dialog-surface {
  max-width: 600px !important;
  width: 100% !important;
  height: auto !important;
  padding: 32px 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
  overflow: visible !important;
  justify-content: center !important;
  margin-left: 240px !important;
}
.ag-grid-select-panel {
  z-index: 10000 !important;
  background-color: #ffffff !important;
}
::ng-deep emerald-dropdown .mdc-floating-label--float-above {
  margin-top: 5px !important;
  background:
    linear-gradient(
      to bottom,
      #fff 50%,
      transparent 50%) !important;
  height: 40px !important;
  color: #5a5a5a !important;
}
emerald-dropdown .mdc-notched-outline__leading,
emerald-dropdown .mdc-notched-outline__notch,
emerald-dropdown .mdc-notched-outline__trailing {
  border-width: 1px !important;
  border-color: #a3a3a3 !important;
}
.ag-header {
  background-color: transparent !important;
}
emerald-datatable div.StickyHeaders thead,
.emerald-datatable div.StickyHeaders thead {
  z-index: 0 !important;
}
.required {
  color: red;
}
.btn-edit i,
.btn-edit mat-icon,
.btn-edit .material-icons,
.btn-delete i,
.btn-delete mat-icon,
.btn-delete .material-icons {
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
button.save-button:disabled {
  background-color: #e0e0e0 !important;
  color: #9e9e9e !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed !important;
}
button.save-button:disabled:hover {
  background-color: #e0e0e0 !important;
}
#dateOfReturnField ::ng-deep .mat-mdc-text-field-wrapper {
  border: none !important;
}
.ag-pinned-left-header .ag-header-cell-sortable {
  padding-left: 7px !important;
}
.cancel-btn .mat-mdc-button-persistent-ripple {
  background-color: #fff !important;
  border: 1px solid #a3a3a3 !important;
}
.cancel-btn .mdc-button__label {
  color: #5a5a5a !important;
}
.error-text {
  color: #d32f2f !important;
  font-size: 12px !important;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
