@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";

/* 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, transparent);
  color: var(--mat-app-text-color, 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:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --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-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-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-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 {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --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-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-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-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-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-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-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-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-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
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;
}

/* src/styles.scss */
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
@font-face {
  font-family: "DM Sans";
  src: url("./media/DMSans.ttf");
}
.mat-bottom-sheet-container {
  position: fixed;
  border-radius: 1rem 1rem 0rem 0rem;
  left: 0;
  padding: 0 !important;
  background: #ffffff !important;
  scrollbar-width: none;
}
@media (orientation: landscape) {
  .mat-bottom-sheet-container {
    top: calc(70vh - 3.88875rem);
    min-height: calc(40vh + 5.01375rem);
  }
}
@media (orientation: portrait) {
  .mat-bottom-sheet-container {
    top: calc(83.49vh - 3.88875rem);
    min-height: calc(16.51vh + 5.01375rem);
  }
}
.mat-bottom-sheet-container-medium.cdk-dialog-container {
  min-width: -webkit-fill-available;
}
h1 {
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 54.06px;
}
h2 {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.875vw, 3.75rem);
  line-height: 1;
}
h2.regular {
  font-weight: 400;
}
h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.25vw, 2.75rem);
  line-height: 2.25rem;
}
h4 {
  font-weight: 700;
  font-size: clamp(1.3125rem, 1.15vw, 2rem);
  line-height: 1.4rem;
}
h4.regular {
  font-weight: 400;
}
h5 {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.35vw, 1.8rem);
  line-height: 26.5px;
}
.subtitle {
  font-weight: 400;
  font-size: clamp(1rem, 0.8vw, 1.5rem);
  line-height: 1.125rem;
}
.subtitle.bolder {
  font-weight: 600;
}
.subtitle-bold {
  font-weight: 700;
  font-size: clamp(1rem, 0.8vw, 1.5rem);
  line-height: 18px;
}
.subtitle2 {
  font-weight: 500;
  font-size: clamp(0.95rem, 0.75vw, 1.5rem);
  line-height: 15px;
}
.subtitle3 {
  font-weight: 400;
  font-size: clamp(1.35rem, 1.15vw, 2rem);
  line-height: 22.26px;
}
.body1 {
  font-weight: 400;
  font-size: clamp(0.95rem, 0.9vw, 1.2rem);
  line-height: 18px;
}
.body1-bold {
  font-weight: 700;
  font-size: clamp(0.95rem, 0.9vw, 1.2rem);
  line-height: 18px;
}
.button-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
}
.caption {
  font-weight: 400;
  font-size: clamp(0.5rem, 0.7vw, 1rem);
  line-height: 14px;
}
.caption-bold {
  font-weight: 700;
  font-size: clamp(0.5rem, 0.7vw, 1rem);
  line-height: 14px;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.text-base {
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
.text-base.bolder {
  font-weight: 700;
}
.text-base.bold {
  font-weight: 700;
}
.text-base.text-box {
  line-height: 1.125rem;
}
.text-small {
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
}
.text-small.bold {
  font-weight: 700;
}
.text-small.text-box {
  line-height: 1.125rem;
}
.text-L {
  font-weight: 400;
  font-size: clamp(1rem, 0.8vw, 1.5rem);
  line-height: 1.125rem;
}
.text-XL {
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.text-XL.bolder {
  font-weight: 600;
}
.font-family-inter {
  font-family: Inter;
}
.font-family-poppins {
  font-family: Poppins;
}
.mat-icon.gray {
  color: #d0d5dd;
}
circle {
  stroke: #2f60eb !important;
}
.white-spinner circle {
  stroke: #ffffff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
input {
  border: none;
  outline: none;
  width: 100%;
}
.input-wrapper {
  border-radius: 0.375rem;
  display: flex;
  height: 3rem;
  padding: 0rem 0.5rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  width: 100%;
}
.mdc-form-field > label {
  padding-left: 0px;
}
.mat-mdc-radio-checked .mdc-form-field > label {
  color: #4774f1;
}
.mdc-radio {
  padding-right: 0.5rem;
  padding-left: 0px;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-focus-icon-color: #4774f1;
  --mdc-radio-selected-hover-icon-color: #4774f1;
  --mdc-radio-selected-icon-color: #4774f1;
  --mdc-radio-selected-pressed-icon-color: #4774f1;
  --mat-radio-checked-ripple-color: #4774f1;
}
.text-dark-gray {
  color: #344054;
}
.mapboxgl-map {
  font: 1rem "DM Sans" !important;
}
.hide-mapbox-popup-content {
  visibility: hidden;
}
.mapboxgl-ctrl-attrib {
  display: none;
}
.mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-popup .mapboxgl-popup-content {
  background: transparent;
  display: flex;
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8125rem;
  line-height: 0.86125rem;
  white-space: nowrap;
}
.mapboxgl-popup .mapboxgl-popup-content .icon {
  height: 1.3em;
  margin-right: 0.4rem;
}
.mapboxgl-popup .mapboxgl-popup-content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mapboxgl-popup.hidden .mapboxgl-popup-content {
  display: none;
}
.mapboxgl-popup.red .mapboxgl-popup-content {
  border-radius: 0.125rem;
  background-color: #e73252;
  padding: 0.1875rem 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}
.mapboxgl-popup.gray .mapboxgl-popup-content {
  border-radius: 0.125rem;
  background-color: rgba(0, 0, 0, 0.3803921569);
  padding: 0.1875rem 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}
.mapboxgl-popup.hidden-polygon-label {
  visibility: hidden;
}
.mapboxgl-popup-content {
  padding: 0;
  box-shadow: none;
}
a.mapboxgl-ctrl-logo {
  display: none;
}
.divider {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  height: 0.0625rem;
  border: 1px solid var(--gray-200);
  background: var(--white);
}
.text-xxs-light {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
  font-family: Inter;
}
.text-xxs-regular {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
  font-family: Inter;
}
.text-xxs-semi-bold {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 600;
  font-family: Inter;
}
.text-xxs-bold {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 700;
  font-family: Inter;
}
.text-xs-light {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
  font-family: Inter;
}
.text-xs-regular {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 400;
  font-family: Inter;
}
.text-xs-semi-bold {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 600;
  font-family: Inter;
}
.text-xs-bold {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 700;
  font-family: Inter;
}
.text-sm-light {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
  font-family: Inter;
}
.text-sm-regular {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
}
.text-sm-semi-bold {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  font-family: Inter;
}
.text-sm-bold {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  font-family: Inter;
}
.text-md-light {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  font-family: Inter;
}
.text-md-regular {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
}
.text-md-semi-bold {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  font-family: Inter;
}
.text-md-bold {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  font-family: Inter;
}
.text-lg-light {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
  font-family: Inter;
}
.text-lg-regular {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Inter;
}
.text-lg-semi-bold {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: Inter;
}
.text-lg-bold {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  font-family: Inter;
}
.text-xl-light {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 300;
  font-family: Inter;
}
.text-xl-regular {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: Inter;
}
.text-xl-semi-bold {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
  font-family: Inter;
}
.text-xl-bold {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-family: Inter;
}
.textbox-sm-light {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  font-family: Inter;
}
.textbox-sm-regular {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
}
.textbox-sm-semi-bold {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  font-family: Inter;
}
.textbox-sm-bold {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  font-family: Inter;
}
.textbox-md-light {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-family: Inter;
}
.textbox-md-regular {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: Inter;
}
.textbox-md-semi-bold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: Inter;
}
.textbox-md-bold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-family: Inter;
}
.textbox-lg-light {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-family: Inter;
}
.textbox-lg-regular {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: Inter;
}
.textbox-lg-semi-bold {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: Inter;
}
.textbox-lg-bold {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-family: Inter;
}
.text-btn-sm-light {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
  font-family: Poppins;
}
.text-btn-sm-regular {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
}
.text-btn-sm-semi-bold {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  font-family: Poppins;
}
.text-btn-sm-bold {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  font-family: Poppins;
}
.text-btn-md-light {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  font-family: Poppins;
}
.text-btn-md-regular {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
}
.text-btn-md-semi-bold {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  font-family: Poppins;
}
.text-btn-md-bold {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  font-family: Poppins;
}
.text-btn-lg-light {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
  font-family: Poppins;
}
.text-btn-lg-regular {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
}
.text-btn-lg-semi-bold {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: Poppins;
}
.text-btn-lg-bold {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  font-family: Poppins;
}
.title-menu {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: Poppins;
}
.title-h1 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h2 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h3 {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h4 {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h5 {
  font-size: 1.75rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h6 {
  font-size: 1.875rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-h7 {
  font-size: 2.375rem;
  line-height: 150%;
  font-weight: 600;
  font-family: Poppins;
}
.title-number {
  font-size: 3.125rem;
  line-height: 120%;
  font-weight: 600;
  font-family: Poppins;
}
.btn-sm-primary {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--primary-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-primary .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-primary.selected {
  background-color: var(--primary-600);
}
.btn-sm-primary:disabled,
.btn-sm-primary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-primary:disabled .icon,
.btn-sm-primary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-primary .icon {
  background-color: var(--white);
}
.btn-sm-primary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-primary:hover {
  cursor: pointer;
}
.btn-sm-primary:disabled,
.btn-sm-primary.disabled {
  cursor: not-allowed;
}
.btn-sm-primary-danger {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--error-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-primary-danger .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-primary-danger.selected {
  background-color: var(--error-600);
}
.btn-sm-primary-danger:disabled,
.btn-sm-primary-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-primary-danger:disabled .icon,
.btn-sm-primary-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-primary-danger .icon {
  background-color: var(--white);
}
.btn-sm-primary-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-primary-danger:hover {
  cursor: pointer;
}
.btn-sm-primary-danger:disabled,
.btn-sm-primary-danger.disabled {
  cursor: not-allowed;
}
.btn-sm-outline {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-outline .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-outline.selected {
  background-color: var(--gray-100);
}
.btn-sm-outline:disabled,
.btn-sm-outline.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-outline:disabled .icon,
.btn-sm-outline.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-outline .icon {
  background-color: var(--primary-500);
}
.btn-sm-outline:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-outline:hover {
  cursor: pointer;
}
.btn-sm-outline:disabled,
.btn-sm-outline.disabled {
  cursor: not-allowed;
}
.btn-sm-outline-danger {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--error-500);
  border: 1px solid var(--error-500);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-outline-danger .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-outline-danger.selected {
  background-color: var(--error-100);
}
.btn-sm-outline-danger:disabled,
.btn-sm-outline-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-outline-danger:disabled .icon,
.btn-sm-outline-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-outline-danger .icon {
  background-color: var(--error-500);
}
.btn-sm-outline-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-outline-danger:hover {
  cursor: pointer;
}
.btn-sm-outline-danger:disabled,
.btn-sm-outline-danger.disabled {
  cursor: not-allowed;
}
.btn-sm-neutral {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--gray-50);
  color: var(--gray-700);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-neutral .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-neutral.selected {
  background-color: var(--primary-100);
}
.btn-sm-neutral:disabled,
.btn-sm-neutral.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-neutral:disabled .icon,
.btn-sm-neutral.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-neutral .icon {
  background-color: var(--gray-700);
}
.btn-sm-neutral:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-neutral:hover {
  cursor: pointer;
}
.btn-sm-neutral:disabled,
.btn-sm-neutral.disabled {
  cursor: not-allowed;
}
.btn-sm-secondary {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-secondary .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-secondary.selected {
  background-color: var(--primary-100);
}
.btn-sm-secondary:disabled,
.btn-sm-secondary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-sm-secondary:disabled .icon,
.btn-sm-secondary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-secondary .icon {
  background-color: var(--primary-500);
}
.btn-sm-secondary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-secondary:hover {
  cursor: pointer;
}
.btn-sm-secondary:disabled,
.btn-sm-secondary.disabled {
  cursor: not-allowed;
}
.btn-sm-text {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-text .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-text.selected {
  color: var(--primary-600);
}
.btn-sm-text:disabled,
.btn-sm-text.disabled {
  color: var(--gray-400);
}
.btn-sm-text:disabled .icon,
.btn-sm-text.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-text .icon {
  background-color: var(--primary-500);
}
.btn-sm-text:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-text:hover {
  cursor: pointer;
}
.btn-sm-text:disabled,
.btn-sm-text.disabled {
  cursor: not-allowed;
}
.btn-sm-link {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-link .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-link:disabled,
.btn-sm-link.disabled {
  color: var(--gray-400);
}
.btn-sm-link:disabled .icon,
.btn-sm-link.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-link .icon {
  background-color: var(--primary-500);
}
.btn-sm-link:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-link:hover {
  cursor: pointer;
}
.btn-sm-link:disabled,
.btn-sm-link.disabled {
  cursor: not-allowed;
}
.btn-sm-link-inherit {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: inherit;
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-link-inherit .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-link-inherit:disabled,
.btn-sm-link-inherit.disabled {
  color: var(--gray-400);
}
.btn-sm-link-inherit:disabled .icon,
.btn-sm-link-inherit.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-link-inherit .icon {
  background-color: inherit;
}
.btn-sm-link-inherit:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-link-inherit:hover {
  cursor: pointer;
}
.btn-sm-link-inherit:disabled,
.btn-sm-link-inherit.disabled {
  cursor: not-allowed;
}
.btn-sm-link-danger {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--error-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-link-danger .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-link-danger:disabled,
.btn-sm-link-danger.disabled {
  color: var(--gray-400);
}
.btn-sm-link-danger:disabled .icon,
.btn-sm-link-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-link-danger .icon {
  background-color: var(--error-500);
}
.btn-sm-link-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-link-danger:hover {
  cursor: pointer;
}
.btn-sm-link-danger:disabled,
.btn-sm-link-danger.disabled {
  cursor: not-allowed;
}
.btn-sm-link-success {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--success-700);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-sm-link-success .icon {
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.btn-sm-link-success:disabled,
.btn-sm-link-success.disabled {
  color: var(--gray-400);
}
.btn-sm-link-success:disabled .icon,
.btn-sm-link-success.disabled .icon {
  background-color: var(--gray-400);
}
.btn-sm-link-success .icon {
  background-color: var(--success-700);
}
.btn-sm-link-success:has(> div.icon) {
  gap: 0.25rem;
}
.btn-sm-link-success:hover {
  cursor: pointer;
}
.btn-sm-link-success:disabled,
.btn-sm-link-success.disabled {
  cursor: not-allowed;
}
.btn-md-primary {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--primary-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-primary .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-primary.selected {
  background-color: var(--primary-600);
}
.btn-md-primary:disabled,
.btn-md-primary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-primary:disabled .icon,
.btn-md-primary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-primary .icon {
  background-color: var(--white);
}
.btn-md-primary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-primary:hover {
  cursor: pointer;
}
.btn-md-primary:disabled,
.btn-md-primary.disabled {
  cursor: not-allowed;
}
.btn-md-primary-danger {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--error-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-primary-danger .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-primary-danger.selected {
  background-color: var(--error-600);
}
.btn-md-primary-danger:disabled,
.btn-md-primary-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-primary-danger:disabled .icon,
.btn-md-primary-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-primary-danger .icon {
  background-color: var(--white);
}
.btn-md-primary-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-primary-danger:hover {
  cursor: pointer;
}
.btn-md-primary-danger:disabled,
.btn-md-primary-danger.disabled {
  cursor: not-allowed;
}
.btn-md-outline {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-outline .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-outline.selected {
  background-color: var(--gray-100);
}
.btn-md-outline:disabled,
.btn-md-outline.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-outline:disabled .icon,
.btn-md-outline.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-outline .icon {
  background-color: var(--primary-500);
}
.btn-md-outline:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-outline:hover {
  cursor: pointer;
}
.btn-md-outline:disabled,
.btn-md-outline.disabled {
  cursor: not-allowed;
}
.btn-md-outline-danger {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--error-500);
  border: 1px solid var(--error-500);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-outline-danger .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-outline-danger.selected {
  background-color: var(--error-100);
}
.btn-md-outline-danger:disabled,
.btn-md-outline-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-outline-danger:disabled .icon,
.btn-md-outline-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-outline-danger .icon {
  background-color: var(--error-500);
}
.btn-md-outline-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-outline-danger:hover {
  cursor: pointer;
}
.btn-md-outline-danger:disabled,
.btn-md-outline-danger.disabled {
  cursor: not-allowed;
}
.btn-md-neutral {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--gray-50);
  color: var(--gray-700);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-neutral .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-neutral.selected {
  background-color: var(--primary-100);
}
.btn-md-neutral:disabled,
.btn-md-neutral.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-neutral:disabled .icon,
.btn-md-neutral.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-neutral .icon {
  background-color: var(--gray-700);
}
.btn-md-neutral:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-neutral:hover {
  cursor: pointer;
}
.btn-md-neutral:disabled,
.btn-md-neutral.disabled {
  cursor: not-allowed;
}
.btn-md-secondary {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-secondary .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-secondary.selected {
  background-color: var(--primary-100);
}
.btn-md-secondary:disabled,
.btn-md-secondary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-md-secondary:disabled .icon,
.btn-md-secondary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-secondary .icon {
  background-color: var(--primary-500);
}
.btn-md-secondary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-secondary:hover {
  cursor: pointer;
}
.btn-md-secondary:disabled,
.btn-md-secondary.disabled {
  cursor: not-allowed;
}
.btn-md-text {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-text .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-text.selected {
  color: var(--primary-600);
}
.btn-md-text:disabled,
.btn-md-text.disabled {
  color: var(--gray-400);
}
.btn-md-text:disabled .icon,
.btn-md-text.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-text .icon {
  background-color: var(--primary-500);
}
.btn-md-text:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-text:hover {
  cursor: pointer;
}
.btn-md-text:disabled,
.btn-md-text.disabled {
  cursor: not-allowed;
}
.btn-md-link {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-link .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-link:disabled,
.btn-md-link.disabled {
  color: var(--gray-400);
}
.btn-md-link:disabled .icon,
.btn-md-link.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-link .icon {
  background-color: var(--primary-500);
}
.btn-md-link:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-link:hover {
  cursor: pointer;
}
.btn-md-link:disabled,
.btn-md-link.disabled {
  cursor: not-allowed;
}
.btn-md-link-inherit {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: inherit;
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-link-inherit .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-link-inherit:disabled,
.btn-md-link-inherit.disabled {
  color: var(--gray-400);
}
.btn-md-link-inherit:disabled .icon,
.btn-md-link-inherit.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-link-inherit .icon {
  background-color: inherit;
}
.btn-md-link-inherit:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-link-inherit:hover {
  cursor: pointer;
}
.btn-md-link-inherit:disabled,
.btn-md-link-inherit.disabled {
  cursor: not-allowed;
}
.btn-md-link-danger {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--error-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-link-danger .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-link-danger:disabled,
.btn-md-link-danger.disabled {
  color: var(--gray-400);
}
.btn-md-link-danger:disabled .icon,
.btn-md-link-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-link-danger .icon {
  background-color: var(--error-500);
}
.btn-md-link-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-link-danger:hover {
  cursor: pointer;
}
.btn-md-link-danger:disabled,
.btn-md-link-danger.disabled {
  cursor: not-allowed;
}
.btn-md-link-success {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--success-700);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-md-link-success .icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.btn-md-link-success:disabled,
.btn-md-link-success.disabled {
  color: var(--gray-400);
}
.btn-md-link-success:disabled .icon,
.btn-md-link-success.disabled .icon {
  background-color: var(--gray-400);
}
.btn-md-link-success .icon {
  background-color: var(--success-700);
}
.btn-md-link-success:has(> div.icon) {
  gap: 0.25rem;
}
.btn-md-link-success:hover {
  cursor: pointer;
}
.btn-md-link-success:disabled,
.btn-md-link-success.disabled {
  cursor: not-allowed;
}
.btn-lg-primary {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--primary-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-primary .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-primary.selected {
  background-color: var(--primary-600);
}
.btn-lg-primary:disabled,
.btn-lg-primary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-primary:disabled .icon,
.btn-lg-primary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-primary .icon {
  background-color: var(--white);
}
.btn-lg-primary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-primary:hover {
  cursor: pointer;
}
.btn-lg-primary:disabled,
.btn-lg-primary.disabled {
  cursor: not-allowed;
}
.btn-lg-primary-danger {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--error-500);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-primary-danger .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-primary-danger.selected {
  background-color: var(--error-600);
}
.btn-lg-primary-danger:disabled,
.btn-lg-primary-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-primary-danger:disabled .icon,
.btn-lg-primary-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-primary-danger .icon {
  background-color: var(--white);
}
.btn-lg-primary-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-primary-danger:hover {
  cursor: pointer;
}
.btn-lg-primary-danger:disabled,
.btn-lg-primary-danger.disabled {
  cursor: not-allowed;
}
.btn-lg-outline {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-outline .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-outline.selected {
  background-color: var(--gray-100);
}
.btn-lg-outline:disabled,
.btn-lg-outline.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-outline:disabled .icon,
.btn-lg-outline.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-outline .icon {
  background-color: var(--primary-500);
}
.btn-lg-outline:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-outline:hover {
  cursor: pointer;
}
.btn-lg-outline:disabled,
.btn-lg-outline.disabled {
  cursor: not-allowed;
}
.btn-lg-outline-danger {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--error-500);
  border: 1px solid var(--error-500);
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-outline-danger .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-outline-danger.selected {
  background-color: var(--error-100);
}
.btn-lg-outline-danger:disabled,
.btn-lg-outline-danger.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-outline-danger:disabled .icon,
.btn-lg-outline-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-outline-danger .icon {
  background-color: var(--error-500);
}
.btn-lg-outline-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-outline-danger:hover {
  cursor: pointer;
}
.btn-lg-outline-danger:disabled,
.btn-lg-outline-danger.disabled {
  cursor: not-allowed;
}
.btn-lg-neutral {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--gray-50);
  color: var(--gray-700);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-neutral .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-neutral.selected {
  background-color: var(--primary-100);
}
.btn-lg-neutral:disabled,
.btn-lg-neutral.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-neutral:disabled .icon,
.btn-lg-neutral.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-neutral .icon {
  background-color: var(--gray-700);
}
.btn-lg-neutral:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-neutral:hover {
  cursor: pointer;
}
.btn-lg-neutral:disabled,
.btn-lg-neutral.disabled {
  cursor: not-allowed;
}
.btn-lg-secondary {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: var(--white);
  color: var(--primary-500);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-secondary .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-secondary.selected {
  background-color: var(--primary-100);
}
.btn-lg-secondary:disabled,
.btn-lg-secondary.disabled {
  background-color: var(--gray-200);
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-lg-secondary:disabled .icon,
.btn-lg-secondary.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-secondary .icon {
  background-color: var(--primary-500);
}
.btn-lg-secondary:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-secondary:hover {
  cursor: pointer;
}
.btn-lg-secondary:disabled,
.btn-lg-secondary.disabled {
  cursor: not-allowed;
}
.btn-lg-text {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-text .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-text.selected {
  color: var(--primary-600);
}
.btn-lg-text:disabled,
.btn-lg-text.disabled {
  color: var(--gray-400);
}
.btn-lg-text:disabled .icon,
.btn-lg-text.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-text .icon {
  background-color: var(--primary-500);
}
.btn-lg-text:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-text:hover {
  cursor: pointer;
}
.btn-lg-text:disabled,
.btn-lg-text.disabled {
  cursor: not-allowed;
}
.btn-lg-link {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--primary-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-link .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-link:disabled,
.btn-lg-link.disabled {
  color: var(--gray-400);
}
.btn-lg-link:disabled .icon,
.btn-lg-link.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-link .icon {
  background-color: var(--primary-500);
}
.btn-lg-link:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-link:hover {
  cursor: pointer;
}
.btn-lg-link:disabled,
.btn-lg-link.disabled {
  cursor: not-allowed;
}
.btn-lg-link-inherit {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: inherit;
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-link-inherit .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-link-inherit:disabled,
.btn-lg-link-inherit.disabled {
  color: var(--gray-400);
}
.btn-lg-link-inherit:disabled .icon,
.btn-lg-link-inherit.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-link-inherit .icon {
  background-color: inherit;
}
.btn-lg-link-inherit:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-link-inherit:hover {
  cursor: pointer;
}
.btn-lg-link-inherit:disabled,
.btn-lg-link-inherit.disabled {
  cursor: not-allowed;
}
.btn-lg-link-danger {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--error-500);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-link-danger .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-link-danger:disabled,
.btn-lg-link-danger.disabled {
  color: var(--gray-400);
}
.btn-lg-link-danger:disabled .icon,
.btn-lg-link-danger.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-link-danger .icon {
  background-color: var(--error-500);
}
.btn-lg-link-danger:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-link-danger:hover {
  cursor: pointer;
}
.btn-lg-link-danger:disabled,
.btn-lg-link-danger.disabled {
  cursor: not-allowed;
}
.btn-lg-link-success {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: Poppins;
  background-color: transparent;
  color: var(--success-700);
  border: 1px solid transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0.375rem;
  font-family: Poppins;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.btn-lg-link-success .icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: 1.5rem;
}
.btn-lg-link-success:disabled,
.btn-lg-link-success.disabled {
  color: var(--gray-400);
}
.btn-lg-link-success:disabled .icon,
.btn-lg-link-success.disabled .icon {
  background-color: var(--gray-400);
}
.btn-lg-link-success .icon {
  background-color: var(--success-700);
}
.btn-lg-link-success:has(> div.icon) {
  gap: 0.25rem;
}
.btn-lg-link-success:hover {
  cursor: pointer;
}
.btn-lg-link-success:disabled,
.btn-lg-link-success.disabled {
  cursor: not-allowed;
}
.label-fuel-benchmark {
  color: var(--gray-700);
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-fuel-benchmark .icon {
  background-color: var(--gray-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-fuel-benchmark:has(> .icon) {
  gap: 0.25rem;
}
.label-fuel-saver {
  color: var(--info-700);
  background-color: var(--info-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-fuel-saver .icon {
  background-color: var(--info-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-fuel-saver:has(> .icon) {
  gap: 0.25rem;
}
.label-fuel-average {
  color: var(--warning-800);
  background-color: var(--warning-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-fuel-average .icon {
  background-color: var(--warning-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-fuel-average:has(> .icon) {
  gap: 0.25rem;
}
.label-fuel-below-average {
  color: var(--error-700);
  background-color: var(--error-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-fuel-below-average .icon {
  background-color: var(--error-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-fuel-below-average:has(> .icon) {
  gap: 0.25rem;
}
.label-ship-status-at-anchor {
  color: var(--warning-800);
  background-color: var(--warning-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-ship-status-at-anchor .icon {
  background-color: var(--warning-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-ship-status-at-anchor:has(> .icon) {
  gap: 0.25rem;
}
.label-ship-status-underway {
  color: var(--info-800);
  background-color: var(--info-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-ship-status-underway .icon {
  background-color: var(--info-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-ship-status-underway:has(> .icon) {
  gap: 0.25rem;
}
.label-insight-status-key {
  color: var(--info-800);
  background-color: var(--info-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-insight-status-key .icon {
  background-color: var(--info-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-insight-status-key:has(> .icon) {
  gap: 0.25rem;
}
.label-insight-status-improvement {
  color: var(--warning-700);
  background-color: var(--warning-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-insight-status-improvement .icon {
  background-color: var(--warning-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-insight-status-improvement:has(> .icon) {
  gap: 0.25rem;
}
.label-insight-status-critical {
  color: var(--error-700);
  background-color: var(--error-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-insight-status-critical .icon {
  background-color: var(--error-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-insight-status-critical:has(> .icon) {
  gap: 0.25rem;
}
.label-live-status-pitch-roll {
  color: var(--error-700);
  background-color: var(--error-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-live-status-pitch-roll .icon {
  background-color: var(--error-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-live-status-pitch-roll:has(> .icon) {
  gap: 0.25rem;
}
.label-live-status-live {
  color: var(--primary-700);
  background-color: var(--primary-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-live-status-live .icon {
  background-color: var(--primary-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-live-status-live:has(> .icon) {
  gap: 0.25rem;
}
.label-severity-high {
  color: var(--error-700);
  background-color: var(--error-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-severity-high .icon {
  background-color: var(--error-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-severity-high:has(> .icon) {
  gap: 0.25rem;
}
.label-severity-medium {
  color: var(--medium-severity-700);
  background-color: var(--medium-severity-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-severity-medium .icon {
  background-color: var(--medium-severity-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-severity-medium:has(> .icon) {
  gap: 0.25rem;
}
.label-severity-low {
  color: var(--warning-700);
  background-color: var(--warning-200);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-severity-low .icon {
  background-color: var(--warning-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-severity-low:has(> .icon) {
  gap: 0.25rem;
}
.label-basic-tag {
  color: var(--gray-700);
  background-color: var(--gray-50);
  border: 1px solid var(--gray-300);
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-basic-tag .icon {
  background-color: var(--gray-700);
  width: 0.875rem;
  height: 0.875rem;
  mask-size: 0.875rem;
}
.label-basic-tag:hover {
  background-color: var(--gray-100);
}
.label-basic-tag:has(> .icon) {
  gap: 0.25rem;
}
.label-basic-tag-new {
  color: var(--gray-700);
  background-color: var(--white);
  border: 1px dashed var(--gray-300);
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-basic-tag-new .icon {
  background-color: var(--gray-700);
  width: 0.875rem;
  height: 0.875rem;
  mask-size: 0.875rem;
}
.label-basic-tag-new:hover {
  background-color: var(--gray-50);
}
.label-basic-tag-new:has(> .icon) {
  gap: 0.25rem;
}
.label-ship-type {
  color: var(--info-800);
  background-color: var(--gray-50);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-ship-type .icon {
  background-color: var(--info-800);
  width: 1.25rem;
  height: 1.25rem;
  mask-size: 1.25rem;
}
.label-ship-type:has(> .icon) {
  gap: 0.25rem;
}
.label-positive-insight {
  color: var(--success-800);
  background-color: var(--success-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-positive-insight .icon {
  background-color: var(--success-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-positive-insight:has(> .icon) {
  gap: 0.25rem;
}
.label-negative-insight {
  color: var(--error-800);
  background-color: var(--error-100);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-negative-insight .icon {
  background-color: var(--error-800);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-negative-insight:has(> .icon) {
  gap: 0.25rem;
}
.label-live-connectivity-status {
  color: var(--gray-700);
  background-color: var(--primary-50);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-live-connectivity-status .icon {
  background-color: var(--gray-700);
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}
.label-live-connectivity-status:has(> .icon) {
  gap: 0.25rem;
}
.label-need-attention {
  color: var(--error-900);
  background-color: var(--error-200);
  border: 1px solid transparent;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-need-attention .icon {
  background-color: var(--error-900);
}
.label-need-attention:has(> .icon) {
  gap: 0.25rem;
}
.label-moderate {
  color: var(--error-700);
  background-color: var(--medium-severity-200);
  border: 1px solid transparent;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-moderate .icon {
  background-color: var(--error-700);
}
.label-moderate:has(> .icon) {
  gap: 0.25rem;
}
.label-good {
  color: var(--success-800);
  background-color: var(--success-100);
  border: 1px solid transparent;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-good .icon {
  background-color: var(--success-800);
}
.label-good:has(> .icon) {
  gap: 0.25rem;
}
.label-excellent {
  color: var(--success-900);
  background-color: var(--success-200);
  border: 1px solid transparent;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-excellent .icon {
  background-color: var(--success-900);
}
.label-excellent:has(> .icon) {
  gap: 0.25rem;
}
.label-chip {
  color: var(--gray-700);
  background-color: var(--gray-50);
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-chip .icon {
  background-color: var(--gray-700);
  width: 0.875rem;
  height: 0.875rem;
  mask-size: 0.875rem;
}
.label-chip:has(> .icon) {
  gap: 0.25rem;
}
.label-chip-new {
  color: var(--gray-700);
  background-color: var(--white);
  border: 1px dashed var(--gray-300);
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
  padding: 0.25rem 0.5rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-chip-new .icon {
  background-color: var(--gray-700);
  width: 0.875rem;
  height: 0.875rem;
  mask-size: 0.875rem;
}
.label-chip-new:has(> .icon) {
  gap: 0.25rem;
}
.badge-sm-primary {
  font-family: "DM Sans";
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  transform: translate(calc(100% - 0.15625rem), -0.3125rem);
  background-color: var(--error-500);
}
.badge-sm-secondary {
  font-family: "DM Sans";
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  transform: translate(calc(100% - 0.15625rem), -0.3125rem);
  background-color: var(--warning-500);
}
.badge-sm-tertiary {
  font-family: "DM Sans";
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  transform: translate(calc(100% - 0.15625rem), -0.3125rem);
  background-color: var(--info-500);
}
.badge-md-primary {
  font-family: "DM Sans";
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  transform: translate(calc(100% - 0.1875rem), -0.375rem);
  background-color: var(--error-500);
}
.badge-md-secondary {
  font-family: "DM Sans";
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  transform: translate(calc(100% - 0.1875rem), -0.375rem);
  background-color: var(--warning-500);
}
.badge-md-tertiary {
  font-family: "DM Sans";
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  transform: translate(calc(100% - 0.1875rem), -0.375rem);
  background-color: var(--info-500);
}
.badge-lg-primary {
  font-family: "DM Sans";
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  transform: translate(calc(100% - 0.21875rem), -0.4375rem);
  background-color: var(--error-500);
}
.badge-lg-secondary {
  font-family: "DM Sans";
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  transform: translate(calc(100% - 0.21875rem), -0.4375rem);
  background-color: var(--warning-500);
}
.badge-lg-tertiary {
  font-family: "DM Sans";
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  transform: translate(calc(100% - 0.21875rem), -0.4375rem);
  background-color: var(--info-500);
}
.bar-segment-severity-high {
  color: var(--error-800);
  background-color: var(--error-200);
}
.bar-segment-severity-high:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-severity-medium {
  color: var(--medium-severity-800);
  background-color: var(--medium-severity-200);
}
.bar-segment-severity-medium:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-severity-low {
  color: var(--warning-800);
  background-color: var(--warning-200);
}
.bar-segment-severity-low:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-congestion-hyper-congested {
  color: var(--info-800);
  background-color: var(--info-300);
}
.bar-segment-congestion-hyper-congested:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-congestion-congested {
  color: var(--info-800);
  background-color: var(--info-200);
}
.bar-segment-congestion-congested:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-congestion-open {
  color: var(--info-800);
  background-color: var(--info-100);
}
.bar-segment-congestion-open:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-congestion-na {
  color: var(--gray-600);
  background-color: var(--gray-300);
}
.bar-segment-congestion-na:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-unknown {
  color: var(--gray-100);
  background-color: var(--gray-600);
}
.bar-segment-colreg-unknown:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-crossing {
  color: var(--gray-700);
  background-color: var(--gray-300);
}
.bar-segment-colreg-crossing:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-headon {
  color: var(--gray-700);
  background-color: var(--gray-200);
}
.bar-segment-colreg-headon:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-overtaken {
  color: var(--gray-700);
  background-color: var(--gray-100);
}
.bar-segment-colreg-overtaken:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-overtaking {
  color: var(--gray-700);
  background-color: var(--gray-100);
}
.bar-segment-colreg-overtaking:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-colreg-other {
  color: var(--gray-700);
  background-color: var(--gray-50);
}
.bar-segment-colreg-other:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.bar-segment-empty-state {
  color: var(--gray-300);
  background-color: var(--gray-50);
}
.bar-segment-empty-state:hover {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: 0rem 0rem 0rem 0.13rem rgba(71, 116, 241, 0.2);
}
.spinner-sm-primary {
  width: 4rem;
  height: 4rem;
}
.spinner-sm-primary .spinner-area {
  stroke: var(--primary-400);
}
.spinner-sm-neutral {
  width: 4rem;
  height: 4rem;
}
.spinner-sm-neutral .spinner-area {
  stroke: var(--gray-700);
}
.spinner-md-primary {
  width: 6.25rem;
  height: 6.25rem;
}
.spinner-md-primary .spinner-area {
  stroke: var(--primary-400);
}
.spinner-md-neutral {
  width: 6.25rem;
  height: 6.25rem;
}
.spinner-md-neutral .spinner-area {
  stroke: var(--gray-700);
}
.pie-chart path.arc:hover:not(.selected-slice):not(.active) {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.pie-chart path.arc.selected-slice,
.pie-chart path.arc.active,
.pie-chart g.pie-arc.active path.arc,
.pie-chart .pie-arc.active,
.pie-chart .arc.active,
.pie-chart g.active path,
.pie-chart .pie-slice.active,
ngx-charts-pie-chart .active path {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) !important;
}
ngx-charts-pie-chart g path.arc.selected-slice {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) !important;
}
.pie-chart path.arc[aria-label*=selected],
.pie-chart g.pie-arc-wrapper.active path,
.pie-chart g.pie-arc.active path,
.pie-chart .arc-wrapper.active path {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) !important;
}
:root {
  --gray-25: #fcfcfd;
  --gray-50: #f9fafb;
  --gray-100: #f2f4f7;
  --gray-200: #e4e7ec;
  --gray-300: #d0d5dd;
  --gray-400: #98a2b3;
  --gray-500: #667085;
  --gray-600: #475467;
  --gray-700: #344054;
  --gray-800: #1d2939;
  --gray-900: #10161f;
  --primary-50: #f6f8ff;
  --primary-100: #edf2ff;
  --primary-200: #d1ddff;
  --primary-300: #98b3ff;
  --primary-400: #5a82f5;
  --primary-500: #4774f1;
  --primary-600: #0b3ece;
  --primary-700: #00258f;
  --primary-800: #14105b;
  --primary-900: #000d33;
  --error-100: #ffeeed;
  --error-200: #ffd4d1;
  --error-300: #ffa099;
  --error-400: #ff666a;
  --error-500: #ec393c;
  --error-600: #cf170a;
  --error-700: #8f0900;
  --error-800: #5c0701;
  --error-900: #330300;
  --warning-100: #fffbed;
  --warning-200: #fff6d1;
  --warning-300: #ffeb99;
  --warning-400: #ecce58;
  --warning-500: #deb922;
  --warning-600: #b2910d;
  --warning-700: #826802;
  --warning-800: #5c4a01;
  --warning-900: #332900;
  --medium-severity-100: #fff4ed;
  --medium-severity-200: #ffead1;
  --medium-severity-300: #ffd199;
  --medium-severity-400: #f5b05b;
  --medium-severity-500: #f79e31;
  --medium-severity-600: #cf760a;
  --medium-severity-700: #8f4f00;
  --medium-severity-800: #5c3301;
  --medium-severity-900: #331c00;
  --success-100: #f1faed;
  --success-200: #daf7cb;
  --success-300: #bbeaa4;
  --success-400: #94d873;
  --success-500: #5cc726;
  --success-600: #3fa30d;
  --success-700: #308f00;
  --success-800: #1f5c01;
  --success-900: #113300;
  --info-100: #edf8ff;
  --info-200: #d1ecff;
  --info-300: #99d4ff;
  --info-400: #5dbafc;
  --info-500: #55b1f2;
  --info-600: #0a7dcf;
  --info-700: #005694;
  --info-800: #01365c;
  --info-900: #001e33;
  --turquoise-100: #edfffc;
  --turquoise-200: #d1ffff;
  --turquoise-300: #87e3e3;
  --turquoise-400: #51e1e1;
  --turquoise-500: #40d0d0;
  --turquoise-600: #0abcbc;
  --turquoise-700: #009494;
  --turquoise-800: #015c5c;
  --turquoise-900: #003333;
  --purple-100: #f1edff;
  --purple-200: #dad1ff;
  --purple-300: #ad99ff;
  --purple-400: #7b65d4;
  --purple-500: #5b3dd4;
  --purple-600: #300bc5;
  --purple-700: #1e0094;
  --purple-800: #13015c;
  --purple-900: #0a0033;
  --graf-01: #85eeb9;
  --graf-02: #829eed;
  --graf-03: #3a2ff2;
  --brand-01: #14105b;
  --brand-02: #98b3ff;
  --brand-03: #ff666a;
  --black: #000000;
  --white: #ffffff;
}
.ngx-slider[disabled] .ngx-slider-bar.ngx-slider-selection {
  background-color: var(--gray-300) !important;
}
.ngx-slider[disabled] .ngx-slider-pointer {
  border-color: var(--gray-300) !important;
}
.ngx-slider[disabled] .ngx-slider-pointer:hover {
  border-color: var(--gray-300) !important;
}
.ngx-slider-pointer {
  width: 16px !important;
  height: 16px !important;
  top: -5px !important;
  background-color: var(--white) !important;
  border: 1.5px solid var(--primary-300) !important;
  border-radius: 50% !important;
  outline: none !important;
}
.ngx-slider-pointer:hover {
  border-color: var(--primary-500) !important;
}
.ngx-slider-pointer::after {
  display: none !important;
}
.ngx-slider-active {
  border-color: var(--primary-500) !important;
  background: transparent;
  box-shadow: 0px 0px 0px 2px rgba(71, 116, 241, 0.2);
}
.ngx-slider .ngx-slider-bar {
  background-color: var(--gray-200) !important;
  height: 6px !important;
  border-radius: 3px !important;
}
.ngx-slider .ngx-slider-bar.ngx-slider-selection {
  background-color: var(--primary-300) !important;
  visibility: visible !important;
}
.ngx-slider-bubble {
  background-color: var(--white) !important;
  border-radius: 2px !important;
  padding: 6px 8px !important;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
  font-size: 0.875rem !important;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: Inter;
}
.ngx-slider-limit {
  display: none !important;
}
:root {
  --mat-datepicker-calendar-date-focus-state-background-color: transparent;
  --mat-datepicker-calendar-date-today-outline-color: var(--primary-500);
  --mat-datepicker-calendar-date-selected-state-background-color: var( --primary-500 );
  --mat-datepicker-calendar-date-selected-state-text-color: var(--white);
  --mat-datepicker-calendar-header-text-color: var(--gray-500);
  --mat-datepicker-calendar-date-text-color: var(--gray-700);
  --mat-datepicker-calendar-date-hover-state-background-color: var( --primary-100 );
  --mat-datepicker-calendar-date-text-color: var(--gray-700);
  --mat-datepicker-calendar-container-text-color: var(--gray-700);
  --mat-datepicker-calendar-date-in-range-state-background-color: var( --primary-100 );
  --mat-datepicker-calendar-period-button-icon-color: var(--gray-700);
  --mat-datepicker-calendar-body-label-text-color: var(--gray-500);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--gray-700);
}
.mat-datepicker-content mat-calendar.mat-calendar {
  border-radius: 0.375rem;
  background-color: var(--white);
  box-shadow: 0rem 0rem 0.4375rem 0rem rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  font-family: Inter;
  height: 20.875rem;
}
.mat-calendar .mat-calendar-controls {
  margin: 0 0 0.75rem 0;
}
.mat-calendar .mat-calendar-table-header-divider::after {
  left: 0;
  right: 0;
}
.mat-calendar .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.mat-calendar .mat-calendar-controls .mat-calendar-previous-button::after,
.mat-calendar .mat-calendar-controls .mat-calendar-next-button::after {
  mask-image: url(/assets/shared-library/icons/system-icons/small-arrow-left.svg);
  mask-size: 1.5rem;
  background-color: var(--gray-700);
  margin: 0rem;
  transform: none;
  border: unset;
}
.mat-calendar .mat-calendar-controls .mat-calendar-next-button::after {
  mask-image: url(/assets/shared-library/icons/system-icons/small-arrow-right.svg);
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  font-family: Inter;
}
.mat-datepicker-content .mat-calendar-body-label[colspan="7"] {
  display: none;
}
.mat-datepicker-content .mat-calendar-body-label:not([colspan="7"]) {
  visibility: hidden;
}
.mat-datepicker-content .mat-calendar-period-button .mat-calendar-arrow polygon {
  display: none !important;
}
.mat-datepicker-content .mat-calendar-period-button .mat-calendar-arrow {
  background-color: var(--gray-700);
  mask-image: url(/assets/shared-library/icons/system-icons/small-arrow-down.svg);
  mask-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.success.mat-mdc-snack-bar-container,
.error.mat-mdc-snack-bar-container,
.info.mat-mdc-snack-bar-container {
  background: transparent !important;
  box-shadow: none !important;
}
.mat-mdc-snack-bar-container {
  background: transparent !important;
  box-shadow: none !important;
}
.mat-mdc-snack-bar-label {
  padding: 0 !important;
  margin: 0 !important;
}
.mat-mdc-snackbar-surface {
  padding-right: 0 !important;
  box-shadow: none !important;
}
:root {
  --gauge-safety-score-angle: -135deg;
}
html,
body {
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.app-shell {
  height: 100vh;
  overflow-y: auto;
}
:root {
  --header-height: 3.5rem;
}
.mat-mdc-form-field .mdc-text-field--outlined {
  color: #98a2b3;
  font-family: Inter;
}
.mat-mdc-form-field .mat-mdc-form-field-flex {
  align-self: center;
}
.mat-mdc-form-field .mat-mdc-form-field-infix {
  align-self: center;
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading {
  border-color: #d7d7d7;
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch {
  border-color: #d7d7d7;
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #d7d7d7;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  display: none !important;
  height: 0 !important;
}
@media (orientation: portrait) {
  .app-camera-selection .mat-bottom-sheet-container {
    top: calc(48vh - 3.88875rem);
    min-height: calc(52vh + 5.01375rem);
  }
}

/* node_modules/mapbox-gl/dist/mapbox-gl.css */
.mapboxgl-map {
  font:
    12px/20px Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0 0 0/0);
}
.mapboxgl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.mapboxgl-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-bottom,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-left,
.mapboxgl-ctrl-right,
.mapboxgl-ctrl-top,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  left: 0;
  top: 0;
}
.mapboxgl-ctrl-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mapboxgl-ctrl-top-right {
  right: 0;
  top: 0;
}
.mapboxgl-ctrl-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mapboxgl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}
.mapboxgl-ctrl-top .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,
.mapboxgl-ctrl-right .mapboxgl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}
.mapboxgl-ctrl-bottom .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,
.mapboxgl-ctrl-left .mapboxgl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}
.mapboxgl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px #0000001a;
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  background-color: initial;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 29px;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl-icon {
    background-color: initial;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: .25;
}
.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}
.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}
.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: #0000000d;
}
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast:black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast:black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast:black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-buildings-toggle .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M3.3335 11.6666C3.3335 12.5871 4.07969 13.3333 5.00016 13.3333C5.92064 13.3333 6.66683 12.5871 6.66683 11.6666L6.66683 6.66659L11.6668 6.66659C12.5873 6.66659 13.3335 5.92039 13.3335 4.99992C13.3335 4.07944 12.5873 3.33325 11.6668 3.33325H3.3335V11.6666Z' fill='currentColor'/%3E%3Cpath d='M26.6668 11.6666C26.6668 12.5871 25.9206 13.3333 25.0002 13.3333C24.0797 13.3333 23.3335 12.5871 23.3335 11.6666L23.3335 6.66659L18.3335 6.66659C17.413 6.66659 16.6668 5.92039 16.6668 4.99992C16.6668 4.07944 17.413 3.33325 18.3335 3.33325H26.6668L26.6668 11.6666Z' fill='currentColor'/%3E%3Cpath d='M13.3335 24.9999C13.3335 25.9204 12.5873 26.6666 11.6668 26.6666H3.3335V18.3333C3.3335 17.4128 4.07969 16.6666 5.00016 16.6666C5.92064 16.6666 6.66683 17.4128 6.66683 18.3333V23.3333H11.6668C12.5873 23.3333 13.3335 24.0794 13.3335 24.9999Z' fill='currentColor'/%3E%3Cpath d='M18.3335 26.6666C17.413 26.6666 16.6668 25.9204 16.6668 24.9999C16.6668 24.0794 17.413 23.3333 18.3335 23.3333H23.3335V18.3333C23.3335 17.4128 24.0797 16.6666 25.0002 16.6666C25.9206 16.6666 26.6668 17.4128 26.6668 18.3333V26.6666H18.3335Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: 26px 26px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-buildings-toggle.mapboxgl-ctrl-level-button-selected .mapboxgl-ctrl-icon {
  filter: invert(1) brightness(1);
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}
@media (-ms-high-contrast:active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast:black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}
@media (-ms-high-contrast:active) {
  a.mapboxgl-ctrl-logo {
    background-color: initial;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast:black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: #ffffff80;
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: initial;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    background-color: #ffffff80;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: #0000000d;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
  }
}
@media screen and (-ms-high-contrast:active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast:black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: #000000bf;
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: #ffffffbf;
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.mapboxgl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  border: 10px solid #0000;
  height: 0;
  width: 0;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}
.mapboxgl-popup-close-button {
  background-color: initial;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.mapboxgl-popup-close-button:hover {
  background-color: #0000000d;
}
.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px #0000001a;
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-marker {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  will-change: transform;
}
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.mapboxgl-user-location-dot:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}
.mapboxgl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #00000059;
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  height: 0;
  width: 0;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #4aa1eb;
  content: "";
  position: absolute;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid #0000;
  transform: translateY(-28px) skewY(-20deg);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid #0000;
  transform: translate(7.5px, -28px) skewY(20deg);
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale:after {
  display: none;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 0;
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker,
.mapboxgl-touch-pan-blocker {
  align-items: center;
  background: #000000b3;
  color: #fff;
  display: flex;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .75s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}
.mapboxgl-scroll-zoom-blocker-show,
.mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity .1s ease-in-out;
}
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-ctrl-separator {
  background-color: #e0e0e0;
  height: 1px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  width: 50px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:hover {
  background-color: #f5f5f5;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected {
  background-color: #4a5568;
  color: #fff;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover {
  background-color: #2d3748;
}

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