/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, var(--theme-secondary-500));
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, var(--theme-error-500));
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--theme-primary-500);
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--theme-primary-500);
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--theme-secondary-500);
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--theme-secondary-500);
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--theme-secondary-500);
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--theme-secondary-500);
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--theme-error-500);
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--theme-error-500);
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

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

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}

.mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: var(--theme-primary-500);
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='var(--theme-primary-500)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: var(--theme-primary-500);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: var(--theme-secondary-500);
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='var(--theme-secondary-500)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: var(--theme-secondary-500);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: var(--theme-error-500);
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='var(--theme-error-500)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: var(--theme-error-500);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mat-mdc-tooltip {
  --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;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, var(--theme-primary-500));
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, var(--theme-primary-500));
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, var(--theme-primary-500));
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--theme-primary-500);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, var(--theme-error-500));
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(var(--theme-primary-500), 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(var(--theme-secondary-500), 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(var(--theme-error-500), 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, var(--theme-secondary-500));
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, var(--theme-secondary-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(var(--theme-secondary-500), 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, var(--theme-secondary-500));
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(var(--theme-error-500), 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, var(--theme-error-500));
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(var(--theme-primary-500), 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(var(--theme-secondary-500), 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(var(--theme-error-500), 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(var(--theme-error-500), 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --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-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: var(--theme-primary-500);
  --mdc-chip-elevated-disabled-container-color: var(--theme-primary-500);
  --mdc-chip-label-text-color: var(--theme-primary-contrast-500);
  --mdc-chip-disabled-label-text-color: var(--theme-primary-contrast-500);
  --mdc-chip-with-icon-icon-color: var(--theme-primary-contrast-500);
  --mdc-chip-with-icon-disabled-icon-color: var(--theme-primary-contrast-500);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--theme-primary-contrast-500);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--theme-primary-contrast-500);
  --mdc-chip-with-icon-selected-icon-color: var(--theme-primary-contrast-500);
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: var(--theme-secondary-500);
  --mdc-chip-elevated-disabled-container-color: var(--theme-secondary-500);
  --mdc-chip-label-text-color: var(--theme-secondary-contrast-500);
  --mdc-chip-disabled-label-text-color: var(--theme-secondary-contrast-500);
  --mdc-chip-with-icon-icon-color: var(--theme-secondary-contrast-500);
  --mdc-chip-with-icon-disabled-icon-color: var(--theme-secondary-contrast-500);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--theme-secondary-contrast-500);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--theme-secondary-contrast-500);
  --mdc-chip-with-icon-selected-icon-color: var(--theme-secondary-contrast-500);
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: var(--theme-error-500);
  --mdc-chip-elevated-disabled-container-color: var(--theme-error-500);
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

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

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: var(--theme-primary-600);
  --mdc-switch-selected-handle-color: var(--theme-primary-600);
  --mdc-switch-selected-hover-state-layer-color: var(--theme-primary-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--theme-primary-600);
  --mdc-switch-selected-focus-handle-color: var(--theme-primary-900);
  --mdc-switch-selected-hover-handle-color: var(--theme-primary-900);
  --mdc-switch-selected-pressed-handle-color: var(--theme-primary-900);
  --mdc-switch-selected-focus-track-color: var(--theme-primary-300);
  --mdc-switch-selected-hover-track-color: var(--theme-primary-300);
  --mdc-switch-selected-pressed-track-color: var(--theme-primary-300);
  --mdc-switch-selected-track-color: var(--theme-primary-300);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: var(--theme-secondary-600);
  --mdc-switch-selected-handle-color: var(--theme-secondary-600);
  --mdc-switch-selected-hover-state-layer-color: var(--theme-secondary-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--theme-secondary-600);
  --mdc-switch-selected-focus-handle-color: var(--theme-secondary-900);
  --mdc-switch-selected-hover-handle-color: var(--theme-secondary-900);
  --mdc-switch-selected-pressed-handle-color: var(--theme-secondary-900);
  --mdc-switch-selected-focus-track-color: var(--theme-secondary-300);
  --mdc-switch-selected-hover-track-color: var(--theme-secondary-300);
  --mdc-switch-selected-pressed-track-color: var(--theme-secondary-300);
  --mdc-switch-selected-track-color: var(--theme-secondary-300);
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: var(--theme-error-600);
  --mdc-switch-selected-handle-color: var(--theme-error-600);
  --mdc-switch-selected-hover-state-layer-color: var(--theme-error-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--theme-error-600);
  --mdc-switch-selected-focus-handle-color: var(--theme-error-900);
  --mdc-switch-selected-hover-handle-color: var(--theme-error-900);
  --mdc-switch-selected-pressed-handle-color: var(--theme-error-900);
  --mdc-switch-selected-focus-track-color: var(--theme-error-300);
  --mdc-switch-selected-hover-track-color: var(--theme-error-300);
  --mdc-switch-selected-pressed-track-color: var(--theme-error-300);
  --mdc-switch-selected-track-color: var(--theme-error-300);
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-primary-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-primary-500);
  --mdc-radio-selected-icon-color: var(--theme-primary-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-primary-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-primary-500);
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-secondary-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-secondary-500);
  --mdc-radio-selected-icon-color: var(--theme-secondary-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-secondary-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-secondary-500);
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-error-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-error-500);
  --mdc-radio-selected-icon-color: var(--theme-error-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-error-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-error-500);
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: var(--theme-primary-500);
  --mdc-slider-focus-handle-color: var(--theme-primary-500);
  --mdc-slider-hover-handle-color: var(--theme-primary-500);
  --mdc-slider-active-track-color: var(--theme-primary-500);
  --mdc-slider-inactive-track-color: var(--theme-primary-500);
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: var(--theme-primary-500);
  --mat-mdc-slider-ripple-color: var(--theme-primary-500);
  --mat-mdc-slider-hover-ripple-color: rgba(var(--theme-primary-500), 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(var(--theme-primary-500), 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: var(--theme-secondary-500);
  --mdc-slider-focus-handle-color: var(--theme-secondary-500);
  --mdc-slider-hover-handle-color: var(--theme-secondary-500);
  --mdc-slider-active-track-color: var(--theme-secondary-500);
  --mdc-slider-inactive-track-color: var(--theme-secondary-500);
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: var(--theme-secondary-500);
  --mat-mdc-slider-ripple-color: var(--theme-secondary-500);
  --mat-mdc-slider-hover-ripple-color: rgba(var(--theme-secondary-500), 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(var(--theme-secondary-500), 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: var(--theme-error-500);
  --mdc-slider-focus-handle-color: var(--theme-error-500);
  --mdc-slider-hover-handle-color: var(--theme-error-500);
  --mdc-slider-active-track-color: var(--theme-error-500);
  --mdc-slider-inactive-track-color: var(--theme-error-500);
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: var(--theme-error-500);
  --mat-mdc-slider-ripple-color: var(--theme-error-500);
  --mat-mdc-slider-hover-ripple-color: rgba(var(--theme-error-500), 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(var(--theme-error-500), 0.2);
}

.mat-mdc-slider {
  --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;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, var(--theme-primary-500));
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-base {
  --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;
}

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-primary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-primary-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-primary-500);
  --mdc-radio-selected-icon-color: var(--theme-primary-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-primary-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-primary-500);
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-secondary-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-secondary-500);
  --mdc-radio-selected-icon-color: var(--theme-secondary-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-secondary-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-secondary-500);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-error-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: var(--theme-error-500);
  --mdc-radio-selected-hover-icon-color: var(--theme-error-500);
  --mdc-radio-selected-icon-color: var(--theme-error-500);
  --mdc-radio-selected-pressed-icon-color: var(--theme-error-500);
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: var(--theme-error-500);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--theme-primary-500);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--theme-primary-500);
}

.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;
}

.mat-mdc-list-base {
  --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-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;
}

.mat-mdc-list-base {
  --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-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.009375em;
}

.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--theme-primary-500);
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, var(--theme-primary-500));
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: var(--theme-primary-500);
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--theme-secondary-500);
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, var(--theme-secondary-500));
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: var(--theme-secondary-500);
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: var(--theme-error-500);
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, var(--theme-error-500));
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: var(--theme-error-500);
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: var(--theme-primary-500);
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: var(--theme-secondary-500);
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: var(--theme-error-500);
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

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

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-icon-color: var(--theme-primary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-primary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: var(--theme-primary-500);
  opacity: 0.1;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: var(--theme-primary-500);
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-secondary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: var(--theme-secondary-500);
  opacity: 0.1;
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: var(--theme-secondary-500);
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-hover-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-icon-color: var(--theme-error-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--theme-error-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: var(--theme-error-500);
  opacity: 0.1;
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: var(--theme-error-500);
}

.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: var(--theme-primary-500);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: var(--theme-secondary-500);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: var(--theme-error-500);
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: var(--theme-primary-500);
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: var(--theme-secondary-500);
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: var(--theme-error-500);
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: var(--theme-primary-500);
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: var(--theme-secondary-500);
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: var(--theme-error-500);
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: var(--theme-primary-500);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: var(--theme-secondary-500);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: var(--theme-error-500);
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: var(--theme-primary-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-primary-500), 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: var(--theme-secondary-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-secondary-500), 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: var(--theme-error-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-error-500), 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: var(--theme-primary-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-primary-500), 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: var(--theme-secondary-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-secondary-500), 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: var(--theme-error-500);
  --mat-mdc-button-ripple-color: rgba(var(--theme-error-500), 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: var(--theme-primary-500);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: var(--theme-secondary-500);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: var(--theme-error-500);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-mdc-fab, .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: var(--theme-primary-500);
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: var(--theme-secondary-500);
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: var(--theme-error-500);
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab[disabled][disabled], .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: var(--theme-secondary-500);
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-snack-bar-container {
  --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;
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(var(--theme-primary-500), 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: white;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: var(--theme-primary-500);
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: var(--theme-secondary-500);
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: var(--theme-error-500);
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: var(--theme-primary-contrast-500);
  background: var(--theme-primary-500);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: var(--theme-secondary-500);
  color: var(--theme-secondary-contrast-500);
}

.mat-badge-warn .mat-badge-content {
  background: var(--theme-error-500);
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: "Roboto", sans-serif;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: var(--theme-primary-500);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--theme-primary-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--theme-primary-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: var(--theme-primary-500);
  color: var(--theme-primary-contrast-500);
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--theme-primary-contrast-500);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--theme-primary-500);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--theme-primary-500);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: var(--theme-secondary-500);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--theme-secondary-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--theme-secondary-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: var(--theme-secondary-500);
  color: var(--theme-secondary-contrast-500);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--theme-secondary-contrast-500);
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--theme-secondary-500);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--theme-secondary-500);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: var(--theme-error-500);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--theme-error-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--theme-error-500) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: var(--theme-error-500);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--theme-error-500);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--theme-error-500);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: var(--theme-primary-500);
}
.mat-datepicker-toggle-active.mat-accent {
  color: var(--theme-secondary-500);
}
.mat-datepicker-toggle-active.mat-warn {
  color: var(--theme-error-500);
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-calendar {
  font-family: "Roboto", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-icon.mat-primary {
  color: var(--theme-primary-500);
}
.mat-icon.mat-accent {
  color: var(--theme-secondary-500);
}
.mat-icon.mat-warn {
  color: var(--theme-error-500);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: var(--theme-primary-contrast-500);
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: var(--theme-primary-500);
  color: var(--theme-primary-contrast-500);
}
.mat-step-header.mat-accent .mat-step-icon {
  color: var(--theme-secondary-contrast-500);
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: var(--theme-secondary-500);
  color: var(--theme-secondary-contrast-500);
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: var(--theme-error-500);
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: var(--theme-error-500);
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: var(--theme-error-500);
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Roboto", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: var(--theme-primary-500);
  color: var(--theme-primary-contrast-500);
}
.mat-toolbar.mat-accent {
  background: var(--theme-secondary-500);
  color: var(--theme-secondary-contrast-500);
}
.mat-toolbar.mat-warn {
  background: var(--theme-error-500);
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-tree {
  font-family: "Roboto", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: "normal";
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #efefef;
}

p {
  margin: 0;
}

.primary-color {
  color: var(--theme-primary-500);
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
::-webkit-scrollbar {
  width: 1.2rem;
  background: #efefef;
}

::-webkit-scrollbar-thumb {
  border: 0.25rem solid transparent;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.75rem;
  width: 0.5rem;
  background-clip: padding-box;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  max-width: 48rem;
  /* Large devices (laptops/desktops, 1140 and up) */
}
@media only screen and (min-width: 71.25rem) {
  .container {
    max-width: 71.25rem;
  }
}

main {
  flex: 1;
}

.wrapper-shadow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}

.shadow {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1.125rem;
}
.shadow--bottom {
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 48rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .wrapper {
    max-width: 22.5rem;
  }
}
.wrapper.gap {
  gap: 3.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .wrapper.gap {
    gap: 2.5rem;
  }
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 129%;
  max-width: 28.44rem;
  margin: 3rem auto 0 auto;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .text-content {
    font-size: 1.5rem;
    line-height: 133%;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .text-content {
    margin-top: 2.25rem;
    max-width: 20rem;
    font-size: 1.5rem;
    line-height: 133%;
    gap: 0.5rem;
    text-align: left;
  }
}

.content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.5rem auto 0 auto;
  text-align: center;
  width: 26.25rem;
  max-width: 26.25rem;
  font-size: 1.375rem;
  line-height: 127%;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: landscape) {
  .content {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .content {
    width: 20rem;
    max-width: 20rem;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
}

@media only screen and (min-width: 48rem) {
  .content-eq5d {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 2rem;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    max-width: 35.75rem;
    font-size: 1.25rem;
    line-height: 140%;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .content-eq5d {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 1.5rem auto 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: landscape) {
  .content-eq5d {
    font-size: 0.875rem;
    line-height: 171%;
    letter-spacing: 0.15px;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .content-eq5d {
    width: 20rem;
    max-width: 20rem;
    font-size: 0.875rem;
    line-height: 171%;
    letter-spacing: 0.15px;
  }
}

.splash {
  gap: 0;
  flex-wrap: wrap;
  padding: 1.5rem 2.5rem 0 2.5rem;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 48rem;
  font-size: 1.375rem;
  line-height: 136%;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: landscape) {
  .splash {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .splash {
    max-width: 20rem;
    padding: 1.5rem 1.25rem 0 1.25rem;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
}

app-question,
app-splash {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 6.5rem - 1.25rem - 1.5rem);
}
@media only screen and (min-width: 71.25rem) {
  app-question,
  app-splash {
    min-height: calc(100vh - 8.875rem - 1.25rem - 1.5rem - 0.25rem);
  }
}
app-question .battery-copyright,
app-splash .battery-copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.75rem 1.25rem;
  color: #666;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 48rem) {
  app-question .battery-copyright,
  app-splash .battery-copyright {
    padding-left: 6.969rem;
    padding-right: 6.969rem;
  }
}
@media only screen and (min-width: 71.25rem) {
  app-question .battery-copyright,
  app-splash .battery-copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
app-question footer,
app-splash footer {
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #f2f2f2;
  padding: 1rem 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 71.25rem) {
  app-question footer,
  app-splash footer {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
  }
}
@media only screen and (min-width: 48rem) and (min-height: 48rem) {
  app-question footer,
  app-splash footer {
    padding: 1.5rem 2rem;
  }
}
app-question footer ul,
app-splash footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #666;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media only screen and (min-width: 71.25rem) {
  app-question footer ul,
  app-splash footer ul {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
  }
}
app-question footer ul li,
app-splash footer ul li {
  width: max-content;
}
app-question footer ul .active,
app-splash footer ul .active {
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
}
@media only screen and (min-width: 71.25rem) {
  app-question footer ul .active,
  app-splash footer ul .active {
    font-size: 1rem;
  }
}

.status-page,
app-status-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 6.5rem - 1.25rem - 1.5rem);
}
@media only screen and (min-width: 71.25rem) {
  .status-page,
  app-status-page {
    min-height: calc(100vh - 8.875rem - 1.25rem - 1.5rem - 0.25rem);
  }
}
.status-page .content-scores-page,
app-status-page .content-scores-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 2.5rem 1.5rem 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.5px;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .status-page .content-scores-page,
  app-status-page .content-scores-page {
    padding: 2rem 2.5rem 1.5rem 2.5rem;
    font-size: 0.875rem;
    line-height: 143%;
    letter-spacing: 0.25px;
    gap: 0.75rem;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .status-page .content-scores-page,
  app-status-page .content-scores-page {
    gap: 0.75rem;
    padding: 2rem 1.25rem 1.5rem 1.25rem;
    font-size: 0.875rem;
    line-height: 143%;
    letter-spacing: 0.25px;
  }
}
.status-page .scores-title,
app-status-page .scores-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 133%;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .status-page .scores-title,
  app-status-page .scores-title {
    font-size: 1.375rem;
    line-height: 127%;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .status-page .scores-title,
  app-status-page .scores-title {
    font-size: 1.375rem;
    line-height: 127%;
  }
}
.status-page .content-status-page,
app-status-page .content-status-page {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem 0 2.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 129%;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .status-page .content-status-page,
  app-status-page .content-status-page {
    padding: 2rem 2.5rem 0 2.5rem;
    font-size: 1.5rem;
    line-height: 133%;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .status-page .content-status-page,
  app-status-page .content-status-page {
    padding: 2rem 1.25rem 0 1.25rem;
    font-size: 1.5rem;
    line-height: 133%;
  }
}

.mat-toolbar.mat-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  min-height: 6.5rem;
  gap: 0.625rem;
  background: #fff;
}
@media only screen and (min-width: 71.25rem) {
  .mat-toolbar.mat-primary {
    min-height: 8.875rem;
  }
}
.mat-toolbar.mat-primary img {
  padding: 0.625rem;
  gap: 0.625rem;
  height: 4rem;
  max-width: calc(100vw - 5rem);
}
@media only screen and (min-width: 71.25rem) {
  .mat-toolbar.mat-primary img {
    height: 6.375rem;
  }
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: #e6e6e6;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  gap: 3.5rem;
  background: #e6e6e6;
}
footer a {
  width: 3.5rem;
  height: 1.25rem;
}
footer img {
  width: 3.5rem;
  height: 1.25rem;
}
footer p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 48rem) {
  .m-top {
    margin-top: 2.5rem;
  }
}

.gap-12 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .gap-12 {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .gap-12 {
    gap: 0.75rem;
  }
}

@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .paragraph.text-left {
    text-align: left;
  }
}
.paragraph ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline-start: 1.5rem;
  margin: 0;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .paragraph ul {
    gap: 0.625rem;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

form.column-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 26.25rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  form.column-form {
    width: 20rem;
    gap: 1rem;
  }
}

form.grid-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  width: 25.3125rem;
  transform: rotate(-90deg);
}
@media only screen and (max-width: calc(48rem - 1px)) {
  form.grid-form {
    gap: 1rem;
  }
}

form.grid-form-eq5d {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  width: 32.5rem;
  transform: rotate(-90deg);
}
@media only screen and (max-width: calc(48rem - 1px)) {
  form.grid-form-eq5d {
    width: 28.125rem;
    gap: 1rem;
  }
}

.full-width {
  width: 100%;
}

fieldset {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.answer-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .answer-group {
    gap: 0.75rem;
  }
}
.answer-group .mat-mdc-card {
  box-shadow: none;
}
.answer-group .answer-card {
  border-radius: 6.25rem;
  width: inherit;
  -webkit-user-select: none;
          user-select: none;
}
.answer-group .answer-card:focus-visible {
  outline: 3px solid #666;
}
.answer-group .checked-answer-card {
  border-radius: 6.25rem;
  width: inherit;
  -webkit-user-select: none;
          user-select: none;
}
.answer-group .checked-answer-card:focus-visible {
  outline: 3px solid var(--theme-primary-500);
}
.answer-group .answer-button {
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
}
.answer-group .answer-button .mdc-radio {
  display: none;
}
.answer-group .answer-button.mat-mdc-radio-checked .mdc-form-field {
  background: var(--theme-primary-50);
  color: var(--theme-primary-700);
  border: 1px solid var(--theme-primary-500);
  font-weight: 500;
  max-width: 100%;
  width: 100%;
}
.answer-group .answer-button.mat-mdc-radio-checked .mdc-form-field:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #e6e6e6;
  border: 1px solid var(--theme-primary-500);
}
.answer-group .answer-button.mat-mdc-radio-checked .mdc-form-field:focus-visible {
  border: 3px solid var(--theme-primary-500);
  background: var(--theme-primary-50);
}
.answer-group .answer-button.mat-mdc-radio-checked .mdc-form-field:active {
  font-weight: 800;
  background: var(--theme-primary-50);
  border: 1px solid var(--theme-primary-500);
}
.answer-group .answer-button .mdc-form-field {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 6.25rem;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
}
.answer-group .answer-button .mdc-form-field:hover {
  background: #e6e6e6;
  border: 1px solid #666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.answer-group .answer-button .mdc-form-field:focus-visible {
  background: #fff;
  border: 3px solid #666;
}
.answer-group .answer-button .mdc-form-field:active {
  background: #e6e6e6;
  border: 1px solid #666;
  font-weight: 500;
}
.answer-group .answer-button .mdc-form-field label {
  padding-left: 0;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin: 0.75rem 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .answer-group .answer-button .mdc-form-field label {
    line-height: 143%;
    letter-spacing: 0.25px;
    font-size: 0.875rem;
    margin: 0.5rem 0.75rem;
  }
}

.answer-list {
  width: 100%;
}
.answer-list .mdc-list {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .answer-list .mdc-list {
    gap: 0.75rem;
  }
}
.answer-list .mdc-list div {
  width: 100%;
}
.answer-list .mdc-list div .mdc-button {
  height: max-content;
  padding: 0.5rem 3rem;
  width: 100%;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 6.25rem;
  background-color: #fff;
  color: #333;
  min-height: 3rem;
  font-size: 1rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .answer-list .mdc-list div .mdc-button {
    padding: 0.5rem 1rem;
    min-height: 2.25rem;
    font-size: 0.875rem;
  }
}
.answer-list .mdc-list div .mdc-button:hover {
  background: #e6e6e6;
  border: 1px solid #666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.answer-list .mdc-list div .mdc-button:focus-visible {
  background: #fff;
  border: 3px solid #666;
}
.answer-list .mdc-list div .mdc-button:active {
  background: #e6e6e6;
  border: 1px solid #666;
  font-weight: 500;
}
.answer-list .mdc-list div .checked {
  background: var(--theme-primary-50);
  color: var(--theme-primary-700);
  border: 1px solid var(--theme-primary-500);
  font-weight: 500;
}
.answer-list .mdc-list div .checked label {
  color: var(--theme-primary-700);
}
.answer-list .mdc-list div .checked:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #e6e6e6;
  border: 1px solid var(--theme-primary-500);
}
.answer-list .mdc-list div .checked:focus-visible {
  border: 3px solid var(--theme-primary-500);
  background: var(--theme-primary-50);
}
.answer-list .mdc-list div .checked:active {
  font-weight: 800;
  background: var(--theme-primary-50);
  border: 1px solid var(--theme-primary-500);
}

legend {
  display: none;
}

.w-60 {
  width: 60%;
}

.inline-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  column-gap: 3.5rem;
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .inline-wrapper {
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .inline-wrapper.eq5d {
    margin-left: -28.875rem;
    min-width: 35.75rem;
  }
}

.mat-mdc-form-field-bottom-align::before {
  display: none !important;
}

.hint {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.4px;
  text-align: left;
}
.hint .input-error-message {
  color: var(--theme-error-500);
  margin-left: 0.75rem;
}

.mat-mdc-form-field-hint-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mat-mdc-form-field-hint-spacer {
  flex: 1 0 0 !important;
}

.disabled {
  cursor: not-allowed;
}

.comment:has(.mdc-text-field--disabled) {
  cursor: not-allowed;
}
.comment div.mat-mdc-text-field-wrapper {
  min-height: 6rem;
  padding: 0.75rem;
}
.comment div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}
.comment div.mat-mdc-text-field-wrapper.mdc-text-field--disabled mat-label {
  cursor: not-allowed;
  color: #a8a8a8;
}

.add-email-box {
  height: 44px;
  width: 100%;
  margin: 10px 0;
}
.add-email-box div.mat-mdc-text-field-wrapper {
  min-height: 2.75rem;
  padding: 0.75rem;
}
.add-email-box div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}
.add-email-box input.email-input-font {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* identical to box height, or 143% */
  letter-spacing: 0.1px;
  /* Colors "On"/Surface */
  color: #666;
}

.text-box div.mat-mdc-text-field-wrapper,
.number-box div.mat-mdc-text-field-wrapper {
  max-height: 2.75rem;
  padding: 0.75rem;
}
.text-box div.mat-mdc-text-field-wrapper mat-label,
.number-box div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}
.text-box .mdc-floating-label.mat-mdc-floating-label,
.number-box .mdc-floating-label.mat-mdc-floating-label {
  height: 1.875rem;
}

.email-box div.mat-mdc-text-field-wrapper {
  min-height: 2.75rem;
  padding: 0.75rem;
}
.email-box div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 0;
  height: 100%;
}

.mat-mdc-form-field-error {
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.5px;
}

.error {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .error {
    margin-top: 0.5rem;
  }
}

.subscript :not(.mdc-text-field--disabled) + .mat-mdc-form-field-subscript-wrapper {
  height: 2.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .subscript :not(.mdc-text-field--disabled) + .mat-mdc-form-field-subscript-wrapper {
    height: 3.5rem;
  }
}

.long_subscript :not(.mdc-text-field--disabled) + .mat-mdc-form-field-subscript-wrapper {
  height: 4rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .long_subscript :not(.mdc-text-field--disabled) + .mat-mdc-form-field-subscript-wrapper {
    height: 5rem;
  }
}

.subscript_number :not(.mdc-text-field--disabled) + .mat-mdc-form-field-subscript-wrapper:has(.input-error-message) {
  height: 1.5rem;
}

.add-email-box {
  height: 44px;
  width: 100%;
  margin: 10px 0;
}
.add-email-box div.mat-mdc-text-field-wrapper {
  min-height: 2.75rem;
  padding: 0.75rem;
}
.add-email-box div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}
.add-email-box input.email-input-font {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  color: #666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.notices {
  /* Large devices (laptops/desktops, 768 and up) */
}
@media only screen and (min-width: 48rem) {
  .notices {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    /* or 133% */
    letter-spacing: 0.5px;
    padding-bottom: 26px;
  }
}

.email-input-wrapper {
  width: 75%;
}

header.border-bottom {
  border-bottom: #e6e6e6 4px solid;
}

.centered-title {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  /* Large devices (laptops/desktops) or Tablets */
}
@media only screen and (min-width: 48rem) {
  .centered-title {
    font-size: 1.75rem;
    line-height: 36px;
    /* or 129% */
  }
}
@media only screen and (max-width: 48rem) {
  .centered-title {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.mobile-landing-wrapper {
  padding: 0 20%;
}
@media only screen and (max-width: 71.25rem) {
  .mobile-landing-wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 48rem) {
  .mobile-landing-wrapper {
    padding: 0 10%;
  }
}

.not-found-text {
  margin: 3rem 3.8125rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 129%;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .not-found-text {
    margin: 2rem 1.25rem;
    font-size: 1.5rem;
    line-height: 133%;
  }
}

.error-message {
  text-align: center;
  color: red;
  font-size: 10px;
}

.m-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .m-12 {
    margin: 0;
  }
}

.small {
  margin-top: 1.5em;
  font-size: 0.57em;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.small.left {
  text-align: left;
}

.small-text {
  font-size: 0.57em;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.question-small-text {
  margin-bottom: 1em;
  font-size: 0.75em;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.question-big-centered-text {
  margin-bottom: 0.55em;
  font-size: 1.27em;
  line-height: 127%;
  letter-spacing: 0.5px;
  text-align: center;
}

.mt-40 {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 48rem) {
  .mt-24 {
    margin-top: 1.5rem;
  }
}

.mt-8 {
  margin-top: 0.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .mt-8 {
    margin-top: 0;
  }
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
.btn.mdc-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
  height: max-content;
  border-radius: 6.25rem;
  background: #e6e6e6;
  line-height: 143%;
  letter-spacing: 0.1px;
  min-width: 7.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .btn.mdc-button {
    width: 100%;
  }
}
.btn.mdc-button .mat-mdc-button-touch-target {
  height: -moz-fit-content;
  height: fit-content;
}
.btn.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.btn.mdc-button .mdc-button__label .ng-star-inserted {
  display: flex;
  align-items: center;
}
.btn.mdc-button .mdc-button__label .mat-icon {
  width: min-content;
  height: min-content;
  font-size: 1rem;
}
.btn.mdc-button .mdc-button__label .white_icon {
  color: #fff;
}
.btn.mdc-button.filled-primary {
  border: 1px solid var(--theme-primary-500);
  background: var(--theme-primary-500);
  color: #fff;
}
.btn.mdc-button.filled-primary .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-primary:hover {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: var(--theme-primary-500);
}
.btn.mdc-button.filled-primary:hover .mat-icon {
  color: var(--theme-primary-500);
}
.btn.mdc-button.filled-primary:focus {
  background: #fff;
  background: var(--theme-primary-500);
  border: 3px solid var(--theme-primary-400);
  color: #fff;
}
.btn.mdc-button.filled-primary:focus .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-primary:active {
  background: var(--theme-primary-700);
  font-weight: 900;
  color: #fff;
  border: none;
}
.btn.mdc-button.filled-primary:active .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-secondary {
  background: var(--theme-secondary-500);
  color: #fff;
}
.btn.mdc-button.filled-secondary .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-secondary:hover {
  background: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: var(--theme-secondary-500);
}
.btn.mdc-button.filled-secondary:hover .mat-icon {
  color: var(--theme-secondary-500);
}
.btn.mdc-button.filled-secondary:focus {
  background: var(--theme-secondary-500);
  border: 3px solid var(--theme-secondary-400);
  color: #fff;
}
.btn.mdc-button.filled-secondary:focus .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-secondary:active {
  background: var(--theme-secondary-700);
  font-weight: 900;
  color: #fff;
  border: none;
}
.btn.mdc-button.filled-secondary:active .mat-icon {
  color: #fff;
}
.btn.mdc-button.outlined-primary {
  background: #fff;
  color: var(--theme-primary-500);
  border: 1px solid #666;
}
.btn.mdc-button.outlined-primary.disabled {
  color: #a8a8a8;
  border: 1px solid #a8a8a8;
}
.btn.mdc-button.outlined-primary.disabled .mat-icon {
  color: #a8a8a8;
}
.btn.mdc-button.outlined-primary .mat-icon {
  color: var(--theme-primary-500);
}
.btn.mdc-button.outlined-primary:hover {
  background: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: var(--theme-primary-500);
}
.btn.mdc-button.outlined-primary:hover .mat-icon {
  color: var(--theme-primary-500);
}
.btn.mdc-button.outlined-primary:focus {
  background: #fff;
  border: 3px solid #666;
  color: var(--theme-primary-500);
}
.btn.mdc-button.outlined-primary:focus .mat-icon {
  color: var(--theme-primary-500);
}
.btn.mdc-button.outlined-primary:active {
  background: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: var(--theme-primary-500);
  font-weight: 900;
}
.btn.mdc-button.outlined-primary:active .mat-icon {
  color: var(--theme-primary-500);
}
.btn.mdc-button.filled-secondary {
  background: var(--theme-secondary-500);
  color: #fff;
}
.btn.mdc-button.filled-secondary .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-secondary:hover {
  background: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: var(--theme-secondary-500);
}
.btn.mdc-button.filled-secondary:hover .mat-icon {
  color: var(--theme-secondary-500);
}
.btn.mdc-button.filled-secondary:focus {
  background: #fff;
  background: var(--theme-secondary-500);
  border: 3px solid var(--theme-secondary-400);
  color: #fff;
}
.btn.mdc-button.filled-secondary:focus .mat-icon {
  color: #fff;
}
.btn.mdc-button.filled-secondary:active {
  background: var(--theme-secondary-700);
  font-weight: 900;
  color: #fff;
  border: none;
}
.btn.mdc-button.filled-secondary:active .mat-icon {
  color: #fff;
}

.mat-icon {
  width: min-content;
  height: min-content;
  font-size: 1rem;
}

.label_before .mdc-button__label {
  flex-direction: row;
}
.label_before.mdc-button {
  padding-left: 1rem;
}

.label_after .mdc-button__label {
  flex-direction: row-reverse;
}
.label_after.mdc-button {
  padding-right: 1rem;
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
.spinner-container {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999;
  width: 100%;
  max-width: 49.25rem;
  /* Large devices (laptops/desktops, 1140 and up) */
}
@media only screen and (min-width: 71.25rem) {
  .spinner-container {
    max-width: 72.5rem;
  }
}

.spinner {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  border: 5px solid #666;
  border-radius: 50%;
  border-color: #666;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: motion 1.5s infinite linear;
}

@keyframes motion {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes motion {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes motion {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes motion {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes motion {
  100% {
    transform: rotate(360deg);
  }
}
/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
form .mdc-slider .mdc-slider__value-indicator-text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.5px;
}
form .horizontal.mat-mdc-slider {
  margin: 0;
  width: 100%;
  min-width: 100%;
}
form .horizontal .slider-wrap {
  display: flex;
  flex-direction: column;
}
form .horizontal .slider-wrap datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: calc(100% + 0.375rem);
}
form .horizontal .slider-wrap datalist label {
  text-align: left;
  transform: rotate(-90deg);
  margin-top: -0.5rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.5px;
}
form .horizontal .center .mat-mdc-slider.mat-primary {
  --mdc-slider-with-tick-marks-active-container-color: #333;
}
form .horizontal .center .mat-mdc-slider .mdc-slider__tick-marks {
  display: flex;
  align-items: flex-start;
  margin-top: -2px;
}
form .hideSticks .mat-mdc-slider .mdc-slider__tick-mark--active,
form .hideSticks .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  opacity: 0;
}
form .defaultSticks .mat-mdc-slider .mdc-slider__tick-mark--active,
form .defaultSticks .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  width: 1px;
  height: 0.875rem;
  border-radius: 0;
  opacity: 0.38;
}
form .vertical-eq5d {
  min-height: 32.5rem;
  justify-content: space-around;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  form .vertical-eq5d {
    min-height: 28.44rem;
  }
}
form .vertical-eq5d .slider-wrap {
  display: flex;
  flex-direction: column;
}
form .vertical-eq5d .slider-wrap datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: calc(100% + 0.5rem);
  margin-left: -0.375rem;
}
form .vertical-eq5d .slider-wrap datalist label {
  text-align: left;
  margin-top: -0.3rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.5px;
}
form .vertical-eq5d .slider-wrap .mdc-slider .mdc-slider__value-indicator-text {
  transform: rotate(90deg);
}
form .vertical-eq5d .center .mat-mdc-slider.mat-primary {
  --mdc-slider-with-tick-marks-active-container-color: #333;
}
form .vertical-eq5d .center .mat-mdc-slider .mdc-slider__tick-marks {
  display: flex;
  align-items: flex-start;
  margin-top: -2px;
}
form .vertical {
  min-height: 25.3125rem;
  justify-content: space-around;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  form .vertical {
    min-height: 25.3125rem;
  }
}
form .vertical .slider-wrap {
  display: flex;
  flex-direction: column;
}
form .vertical .slider-wrap datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: calc(100% + 0.5rem);
  margin-left: -0.375rem;
}
form .vertical .slider-wrap datalist label {
  text-align: left;
  margin-top: -0.3rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.5px;
}
form .vertical .slider-wrap .mdc-slider .mdc-slider__value-indicator-text {
  transform: rotate(90deg);
}
form .vertical .center .mat-mdc-slider.mat-primary {
  --mdc-slider-with-tick-marks-active-container-color: #333;
}
form .vertical .center .mat-mdc-slider .mdc-slider__tick-marks {
  display: flex;
  align-items: flex-start;
  margin-top: -2px;
}

.below .mat-mdc-slider.mat-primary {
  --mdc-slider-with-tick-marks-active-container-color: #333;
}
.below .mat-mdc-slider .mdc-slider__tick-mark--active,
.below .mat-mdc-slider .mdc-slider__tick-mark--inactive {
  width: 1px;
  height: 0.5rem;
  border-radius: 0;
  opacity: 0.38;
}
.below .mat-mdc-slider .mdc-slider__tick-marks {
  height: 1rem;
  display: flex;
  align-items: flex-end;
}

.mat-mdc-slider.mat-primary {
  --mat-mdc-slider-hover-ripple-color: var(--theme-primary-50);
  --mat-mdc-slider-focus-ripple-color: var(--theme-primary-50);
  --mdc-slider-inactive-track-color: #9f9f9f;
  --mdc-slider-with-tick-marks-active-container-color: transparent;
  --mdc-slider-with-tick-marks-inactive-container-color: #333;
  margin: 0;
}

.horizontal-flex-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 7rem;
  width: calc(100% + 0.375rem);
  margin-top: 0.7rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.1px;
}
.horizontal-flex-wrapper span.left {
  text-align: left;
}
.horizontal-flex-wrapper span.right {
  text-align: right;
}

.vertical-flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.1px;
  max-width: 6.875rem;
  gap: 1.375rem;
}

.error_range {
  text-align: center;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.1px;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .error_range {
    min-width: 26.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .error_range.eq5d {
    margin-left: -28.875rem;
    width: 35.75rem;
    display: flex;
    justify-content: center;
  }
}

.range_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .range_wrapper {
    gap: 0.75rem;
  }
}

.slider-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 26.25rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .slider-wrapper {
    gap: 0.75rem;
    width: 20rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 48rem) {
  .slider-wrapper.eq5d {
    max-width: 6.875rem;
    justify-content: end;
  }
}

.flex {
  display: flex;
}
.flex .label-current-value {
  font-size: 1.375rem;
  line-height: 127%;
  text-align: left;
}
@media only screen and (max-width: calc(48rem - 1px)) {
  .flex .label-current-value {
    font-size: 1rem;
    line-height: 175%;
  }
}
@media only screen and (min-width: 47.9375rem) {
  .flex .label-current-value.card {
    display: grid;
    grid-template-columns: 14.6875rem 5rem;
    grid-column-gap: 0.5rem;
    align-items: center;
  }
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .flex .label-current-value.card {
    display: grid;
    grid-template-columns: 11rem 5.3125rem;
    grid-column-gap: 0.5rem;
    align-items: center;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .flex .label-current-value.card {
    background-color: rgba(102, 102, 102, 0.12);
    padding: 0.75rem 1.5rem;
    min-width: 6.6875rem;
    max-width: 6.6875rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(102, 102, 102, 0.15), 0.1875rem 0.0625rem 0.25rem rgba(102, 102, 102, 0.1);
    border-radius: 0.25rem;
  }
}
.flex .label-current-value.card .bold {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-height: calc(48rem - 1px)) and (orientation: landscape) {
  .flex .label-current-value.card .bold {
    min-height: 1.75rem;
    background-color: rgba(102, 102, 102, 0.12);
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(102, 102, 102, 0.15), 0.1875rem 0.0625rem 0.25rem rgba(102, 102, 102, 0.1);
    border-radius: 0.25rem;
  }
}
@media only screen and (min-width: 47.9375rem) {
  .flex .label-current-value.card .bold {
    min-height: 1.75rem;
    background-color: rgba(102, 102, 102, 0.12);
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(102, 102, 102, 0.15), 0.1875rem 0.0625rem 0.25rem rgba(102, 102, 102, 0.1);
    border-radius: 0.25rem;
  }
}

.largeTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(1n+1),
.largeTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(1n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(1n+1),
.mediumTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(1n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(1n+1),
.smallTicksStep-1 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(1n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(2n+1),
.largeTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(2n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(2n+1),
.mediumTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(2n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(2n+1),
.smallTicksStep-2 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(2n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(5n+1),
.largeTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(5n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(5n+1),
.mediumTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(5n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(5n+1),
.smallTicksStep-5 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(5n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(10n+1),
.largeTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(10n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(10n+1),
.mediumTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(10n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(10n+1),
.smallTicksStep-10 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(10n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(20n+1),
.largeTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(20n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(20n+1),
.mediumTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(20n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(20n+1),
.smallTicksStep-20 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(20n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(25n+1),
.largeTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(25n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(25n+1),
.mediumTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(25n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(25n+1),
.smallTicksStep-25 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(25n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(50n+1),
.largeTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(50n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(50n+1),
.mediumTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(50n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(50n+1),
.smallTicksStep-50 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(50n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

.largeTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(100n+1),
.largeTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(100n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.875rem !important;
  opacity: 0.6;
}

.mediumTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(100n+1),
.mediumTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(100n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.6875rem;
  opacity: 0.6;
}

.smallTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--active:nth-child(100n+1),
.smallTicksStep-100 .mat-mdc-slider .mdc-slider__tick-mark--inactive:nth-child(100n+1) {
  width: 1px;
  border-radius: 0;
  height: 0.5625rem;
  opacity: 0.38;
}

.slider-not-clicked ~ mat-slider-visual-thumb {
  visibility: hidden;
  -webkit-appearance: none;
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
.scores-wrapper {
  display: grid;
  grid-template-columns: minmax(1fr, auto);
  grid-row-gap: 1rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .scores-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
  }
}

.score-card {
  width: 20rem;
  max-width: 20rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3), 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: flex;
  gap: 0.75rem;
}

.score-title.mat-mdc-card-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.625rem;
  text-align: flex-start;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.15px;
}
.score-title .mat-icon {
  font-size: 1.125;
  color: #666;
  cursor: pointer;
}

.help-tooltip {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3), 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.help-tooltip .mat-mdc-menu-content {
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: 0.4px;
  color: #333;
}
.help-tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.help-tooltip-content .header {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.score-subtitle.mat-mdc-card-subtitle {
  margin-top: 0.25rem;
  color: #333;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.25px;
  text-align: left;
}

.score-content.mat-mdc-card-content {
  display: grid;
  grid-template-columns: 30% 65%;
  grid-column-gap: 0.875rem;
  align-items: center;
}
.score-content.mat-mdc-card-content .patient-score {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  padding: 0.75rem;
  background-color: rgba(102, 102, 102, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 3px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.score-content.mat-mdc-card-content .patient-score .current-score {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 127%;
}
.score-content.mat-mdc-card-content .patient-score .total-score {
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.1px;
  color: #666;
}

.score-comparison {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.score-comparison-element {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: baseline;
}
.score-comparison-element-value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.25px;
}
.score-comparison-element-value.deminish {
  color: #ca1008;
}
.score-comparison-element-value.deminish .mat-icon {
  font-size: 0.9375rem;
  color: #ca1008;
  height: min-content;
}
.score-comparison-element-value.increase {
  color: #068913;
}
.score-comparison-element-value.increase .mat-icon {
  font-size: 0.9375rem;
  color: #068913;
  height: min-content;
}
.score-comparison-element-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.25px;
  color: #666;
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
app-video-player .youtube-player {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 48rem) {
  app-video-player .youtube-player {
    gap: 1.25rem;
  }
}
app-video-player .youtube-player .alt-text {
  text-align: left;
  font-size: 0.875rem;
  line-height: 143%;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 71.25rem) {
  app-video-player .youtube-player .alt-text {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
app-video-player .youtube-player.mt-24 {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  app-video-player .youtube-player.mt-24 {
    margin-top: 1.5rem;
  }
}

/* breakpoints */
/* palette */
/**** TYPOGRAPHY ****/
/* font size */
/* font weight */
/* line height */
/** spacing **/
mat-card.scrolling {
  overflow-y: scroll;
  max-height: 28.125rem;
  border: 1px solid #666;
  box-shadow: none;
  border-radius: 4px;
}

::-webkit-scrollbar {
  width: 0.9rem;
  background: #fff;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  ::-webkit-scrollbar {
    width: 0.8rem;
  }
}

::-webkit-scrollbar-thumb {
  border: 0.25rem solid transparent;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.75rem;
  background-clip: padding-box;
}

.consent {
  display: flex;
  gap: 1.5rem;
  margin: 3rem 2.5rem 0 2.5rem;
  flex-direction: column;
  font-size: 1.75rem;
  line-height: 129%;
  text-align: center;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: landscape) {
  .consent {
    font-size: 1.5rem;
    line-height: 133%;
  }
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .consent {
    width: 20rem;
    max-width: 20rem;
    margin: 1.5rem 1.25rem 0 1.25rem;
    font-size: 1.5rem;
    line-height: 133%;
    gap: 0.5rem;
  }
}
.consent-form {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .consent-form {
    gap: 0.5rem;
  }
}
.consent-form.small-width {
  width: 26.25rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .consent-form.small-width {
    width: 20rem;
  }
}
.consent-form .research-question div.mat-mdc-text-field-wrapper {
  margin-top: 0.5rem;
  min-height: 8.75rem;
  padding: 0.75rem;
}
.consent-form .research-question div.mat-mdc-text-field-wrapper mat-label {
  font-size: 0.875rem;
  color: #666;
}
.consent-form-radio-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .consent-form-radio-buttons {
    margin-top: 0.5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.consent-form-checkbox {
  text-align: left;
}

.table {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem;
  display: grid;
  gap: 0.75rem;
}
.table-value {
  text-align: left;
  font-size: 1rem;
  line-height: 188%;
  vertical-align: top;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .table-value {
    font-size: 0.875rem;
    line-height: 143%;
    letter-spacing: 0.25px;
  }
}
.table-label {
  min-width: 15rem;
  max-width: 15rem;
  text-align: left;
  font-size: 1.375rem;
  line-height: 127%;
  vertical-align: top;
}
@media only screen and (max-width: calc(48rem - 1px)) and (orientation: portrait) {
  .table-label {
    min-width: 8.125rem;
    max-width: 8.125rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
}

.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  --mdc-checkbox-selected-checkmark-color: #fff;
}

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