@angular/material-experimental 12.2.3 → 12.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/bundles/material-experimental-mdc-button-testing.umd.js +1 -9
  2. package/bundles/material-experimental-mdc-button-testing.umd.js.map +1 -1
  3. package/bundles/material-experimental-mdc-button.umd.js +6 -6
  4. package/bundles/material-experimental-mdc-chips.umd.js +7 -7
  5. package/bundles/material-experimental-mdc-chips.umd.js.map +1 -1
  6. package/bundles/material-experimental-mdc-form-field.umd.js +13 -6
  7. package/bundles/material-experimental-mdc-form-field.umd.js.map +1 -1
  8. package/bundles/material-experimental-mdc-input.umd.js +2 -2
  9. package/bundles/material-experimental-mdc-input.umd.js.map +1 -1
  10. package/bundles/material-experimental-mdc-menu-testing.umd.js +1 -1
  11. package/bundles/material-experimental-mdc-menu-testing.umd.js.map +1 -1
  12. package/bundles/material-experimental-mdc-menu.umd.js +43 -21
  13. package/bundles/material-experimental-mdc-menu.umd.js.map +1 -1
  14. package/bundles/material-experimental-mdc-slider.umd.js +8 -0
  15. package/bundles/material-experimental-mdc-slider.umd.js.map +1 -1
  16. package/bundles/material-experimental-mdc-snack-bar-testing.umd.js +7 -3
  17. package/bundles/material-experimental-mdc-snack-bar-testing.umd.js.map +1 -1
  18. package/bundles/material-experimental-mdc-tabs.umd.js +8 -1
  19. package/bundles/material-experimental-mdc-tabs.umd.js.map +1 -1
  20. package/bundles/material-experimental.umd.js +1 -1
  21. package/bundles/material-experimental.umd.js.map +1 -1
  22. package/esm2015/mdc-button/fab.js +4 -4
  23. package/esm2015/mdc-button/icon-button.js +2 -2
  24. package/esm2015/mdc-button/testing/button-harness.js +3 -10
  25. package/esm2015/mdc-chips/chip-grid.js +1 -1
  26. package/esm2015/mdc-chips/chip-input.js +2 -2
  27. package/esm2015/mdc-chips/chip-listbox.js +1 -1
  28. package/esm2015/mdc-chips/chip-option.js +1 -1
  29. package/esm2015/mdc-chips/chip-row.js +1 -1
  30. package/esm2015/mdc-chips/chip-set.js +1 -1
  31. package/esm2015/mdc-chips/chip.js +1 -1
  32. package/esm2015/mdc-form-field/form-field.js +14 -7
  33. package/esm2015/mdc-input/input.js +3 -3
  34. package/esm2015/mdc-menu/directives.js +31 -0
  35. package/esm2015/mdc-menu/module.js +12 -6
  36. package/esm2015/mdc-menu/public-api.js +3 -2
  37. package/esm2015/mdc-menu/testing/menu-harness.js +2 -2
  38. package/esm2015/mdc-slider/global-change-and-input-listener.js +1 -1
  39. package/esm2015/mdc-slider/slider.js +9 -1
  40. package/esm2015/mdc-snack-bar/testing/snack-bar-harness.js +7 -4
  41. package/esm2015/mdc-tabs/public-api.js +2 -2
  42. package/esm2015/mdc-tabs/tab.js +4 -3
  43. package/esm2015/version.js +1 -1
  44. package/fesm2015/material-experimental.js +1 -1
  45. package/fesm2015/material-experimental.js.map +1 -1
  46. package/fesm2015/mdc-button/testing.js +2 -9
  47. package/fesm2015/mdc-button/testing.js.map +1 -1
  48. package/fesm2015/mdc-button.js +6 -6
  49. package/fesm2015/mdc-chips.js +7 -7
  50. package/fesm2015/mdc-chips.js.map +1 -1
  51. package/fesm2015/mdc-form-field.js +13 -6
  52. package/fesm2015/mdc-form-field.js.map +1 -1
  53. package/fesm2015/mdc-input.js +2 -2
  54. package/fesm2015/mdc-input.js.map +1 -1
  55. package/fesm2015/mdc-menu/testing.js +1 -1
  56. package/fesm2015/mdc-menu/testing.js.map +1 -1
  57. package/fesm2015/mdc-menu.js +42 -7
  58. package/fesm2015/mdc-menu.js.map +1 -1
  59. package/fesm2015/mdc-slider.js +8 -0
  60. package/fesm2015/mdc-slider.js.map +1 -1
  61. package/fesm2015/mdc-snack-bar/testing.js +6 -3
  62. package/fesm2015/mdc-snack-bar/testing.js.map +1 -1
  63. package/fesm2015/mdc-tabs.js +4 -3
  64. package/fesm2015/mdc-tabs.js.map +1 -1
  65. package/mdc-button/index.metadata.json +1 -1
  66. package/mdc-chips/index.metadata.json +1 -1
  67. package/mdc-form-field/_form-field-native-select.scss +3 -3
  68. package/mdc-form-field/_form-field-sizing.scss +0 -4
  69. package/mdc-form-field/_form-field-subscript.scss +4 -12
  70. package/mdc-form-field/_form-field-theme.scss +23 -7
  71. package/mdc-form-field/_mdc-text-field-structure-overrides.scss +16 -9
  72. package/mdc-form-field/_mdc-text-field-textarea-overrides.scss +9 -1
  73. package/mdc-form-field/index.metadata.json +1 -1
  74. package/mdc-input/index.metadata.json +1 -1
  75. package/mdc-menu/_menu-theme.scss +1 -1
  76. package/mdc-menu/directives.d.ts +14 -0
  77. package/mdc-menu/index.metadata.json +1 -1
  78. package/mdc-menu/public-api.d.ts +2 -1
  79. package/mdc-slider/global-change-and-input-listener.d.ts +1 -1
  80. package/mdc-slider/index.metadata.json +1 -1
  81. package/mdc-slider/slider.d.ts +2 -0
  82. package/mdc-snack-bar/testing/snack-bar-harness.d.ts +1 -1
  83. package/mdc-tabs/index.metadata.json +1 -1
  84. package/mdc-tabs/public-api.d.ts +1 -1
  85. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  86. package/package.json +2 -2
@@ -1 +1 @@
1
- .mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}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-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{color:rgba(0, 0, 0, 0.87);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,.04)}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-option .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-optgroup-label{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-elevation-z0,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z1,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z2,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z3,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z4,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z5,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z6,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z7,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z8,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z9,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z10,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z11,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z12,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z13,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z14,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z15,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z16,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z17,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z18,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z19,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z20,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z21,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z22,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z23,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z24,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-button .mdc-button__ripple::before,.mat-mdc-button .mdc-button__ripple::after,.mat-mdc-raised-button .mdc-button__ripple::before,.mat-mdc-raised-button .mdc-button__ripple::after,.mat-mdc-unelevated-button .mdc-button__ripple::before,.mat-mdc-unelevated-button .mdc-button__ripple::after,.mat-mdc-outlined-button .mdc-button__ripple::before,.mat-mdc-outlined-button .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-button:hover .mdc-button__ripple::before,.mat-mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-raised-button:hover .mdc-button__ripple::before,.mat-mdc-raised-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-unelevated-button:hover .mdc-button__ripple::before,.mat-mdc-unelevated-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-outlined-button:hover .mdc-button__ripple::before,.mat-mdc-outlined-button.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-unelevated-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-unelevated-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-outlined-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-outlined-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-unelevated-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-outlined-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-button.mdc-ripple-upgraded,.mat-mdc-raised-button.mdc-ripple-upgraded,.mat-mdc-unelevated-button.mdc-ripple-upgraded,.mat-mdc-outlined-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-button.mat-unthemed:not(:disabled),.mat-mdc-outlined-button.mat-unthemed:not(:disabled){color:#000}.mat-mdc-button.mat-primary:not(:disabled),.mat-mdc-outlined-button.mat-primary:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-button.mat-primary .mdc-button__ripple::before,.mat-mdc-button.mat-primary .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-primary .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-primary .mdc-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-button.mat-primary .mat-ripple-element,.mat-mdc-outlined-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-button.mat-accent:not(:disabled),.mat-mdc-outlined-button.mat-accent:not(:disabled){color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-button.mat-accent .mdc-button__ripple::before,.mat-mdc-button.mat-accent .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-accent .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-accent .mdc-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-button.mat-accent .mat-ripple-element,.mat-mdc-outlined-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-button.mat-warn:not(:disabled),.mat-mdc-outlined-button.mat-warn:not(:disabled){color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-button.mat-warn .mdc-button__ripple::before,.mat-mdc-button.mat-warn .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-warn .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-warn .mdc-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-button.mat-warn .mat-ripple-element,.mat-mdc-outlined-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-raised-button.mat-unthemed:not(:disabled),.mat-mdc-unelevated-button.mat-unthemed:not(:disabled){background-color:white}.mat-mdc-raised-button.mat-unthemed:not(:disabled),.mat-mdc-unelevated-button.mat-unthemed:not(:disabled){color:#000}.mat-mdc-raised-button.mat-unthemed .mdc-button__ripple::before,.mat-mdc-raised-button.mat-unthemed .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-unthemed .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-unthemed .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-raised-button.mat-primary:not(:disabled),.mat-mdc-unelevated-button.mat-primary:not(:disabled){background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-raised-button.mat-primary:not(:disabled),.mat-mdc-unelevated-button.mat-primary:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-raised-button.mat-primary .mdc-button__ripple::before,.mat-mdc-raised-button.mat-primary .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-primary .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-primary .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mat-mdc-raised-button.mat-primary .mat-ripple-element,.mat-mdc-unelevated-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button.mat-accent:not(:disabled),.mat-mdc-unelevated-button.mat-accent:not(:disabled){background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-raised-button.mat-accent:not(:disabled),.mat-mdc-unelevated-button.mat-accent:not(:disabled){color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-raised-button.mat-accent .mdc-button__ripple::before,.mat-mdc-raised-button.mat-accent .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-accent .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-accent .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))}.mat-mdc-raised-button.mat-accent .mat-ripple-element,.mat-mdc-unelevated-button.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button.mat-warn:not(:disabled),.mat-mdc-unelevated-button.mat-warn:not(:disabled){background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-raised-button.mat-warn:not(:disabled),.mat-mdc-unelevated-button.mat-warn:not(:disabled){color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-raised-button.mat-warn .mdc-button__ripple::before,.mat-mdc-raised-button.mat-warn .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-warn .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-warn .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-error, #fff))}.mat-mdc-raised-button.mat-warn .mat-ripple-element,.mat-mdc-unelevated-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button[disabled][disabled],.mat-mdc-unelevated-button[disabled][disabled]{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-unthemed:not(:disabled){border-color:#000}.mat-mdc-outlined-button.mat-primary:not(:disabled){border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-outlined-button.mat-accent:not(:disabled){border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-outlined-button.mat-warn:not(:disabled){border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-outlined-button[disabled][disabled]{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-raised-button[disabled][disabled]{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mat-mdc-button[disabled][disabled],.mat-mdc-raised-button[disabled][disabled],.mat-mdc-unelevated-button[disabled][disabled],.mat-mdc-outlined-button[disabled][disabled]{color:rgba(0, 0, 0, 0.38)}.mdc-elevation-overlay{background-color:#fff;background-color:var(--mdc-elevation-overlay-color, #fff)}.mdc-button:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-button:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0, 0, 0, 0.12)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--outlined:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-button--outlined:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--outlined:not(:disabled){border-color:rgba(0, 0, 0, 0.12)}.mdc-button--outlined:disabled{border-color:rgba(0, 0, 0, 0.12)}.mdc-button--raised{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,.12)}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-unelevated-button,.mat-mdc-outlined-button{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__surface-scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog .mdc-dialog__close{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions{border-color:rgba(0,0,0,.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:0}.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12)}.mdc-dialog__surface{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0,0,0,.12)}.mdc-dialog__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:20px;font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:32px;line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline6-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-headline6-text-transform, none)}.mdc-dialog__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-fab .mdc-fab__ripple::before,.mat-mdc-fab .mdc-fab__ripple::after,.mat-mdc-mini-fab .mdc-fab__ripple::before,.mat-mdc-mini-fab .mdc-fab__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-fab:hover .mdc-fab__ripple::before,.mat-mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before,.mat-mdc-mini-fab:hover .mdc-fab__ripple::before,.mat-mdc-mini-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,.mat-mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before,.mat-mdc-mini-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,.mat-mdc-mini-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after,.mat-mdc-mini-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-fab.mdc-ripple-upgraded,.mat-mdc-mini-fab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{background-color:#000}.mat-mdc-fab.mat-unthemed .mdc-fab__ripple::before,.mat-mdc-fab.mat-unthemed .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-unthemed .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-unthemed .mdc-fab__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-fab.mat-unthemed,.mat-mdc-fab.mat-unthemed:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-unthemed:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-unthemed:disabled .mdc-fab__icon,.mat-mdc-fab.mat-unthemed:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-unthemed:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-unthemed:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-unthemed:disabled .mdc-fab__label{color:#000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-fab.mat-primary .mdc-fab__ripple::before,.mat-mdc-fab.mat-primary .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-primary .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-primary .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mat-mdc-fab.mat-primary,.mat-mdc-fab.mat-primary:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-primary:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-primary:disabled .mdc-fab__icon,.mat-mdc-fab.mat-primary:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-primary,.mat-mdc-mini-fab.mat-primary:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-primary:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-primary:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-primary:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-fab.mat-primary .mat-ripple-element,.mat-mdc-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-fab.mat-accent .mdc-fab__ripple::before,.mat-mdc-fab.mat-accent .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-accent .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-accent .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))}.mat-mdc-fab.mat-accent,.mat-mdc-fab.mat-accent:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-accent:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-accent:disabled .mdc-fab__icon,.mat-mdc-fab.mat-accent:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-accent,.mat-mdc-mini-fab.mat-accent:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-accent:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-accent:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-accent:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-fab.mat-accent .mat-ripple-element,.mat-mdc-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-fab.mat-warn .mdc-fab__ripple::before,.mat-mdc-fab.mat-warn .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-warn .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-warn .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-error, #fff))}.mat-mdc-fab.mat-warn,.mat-mdc-fab.mat-warn:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-warn:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-warn:disabled .mdc-fab__icon,.mat-mdc-fab.mat-warn:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-warn,.mat-mdc-mini-fab.mat-warn:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-warn:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-warn:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-warn:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-fab.mat-warn .mat-ripple-element,.mat-mdc-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{color:rgba(0, 0, 0, 0.38);background-color:rgba(0, 0, 0, 0.12);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,.12)}.mdc-fab:hover{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-fab.mdc-ripple-upgraded--background-focused,.mdc-fab:not(.mdc-ripple-upgraded):focus{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-fab:active,.mdc-fab:focus:active{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0,0,0,.12)}.mdc-fab{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);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,.12)}.mdc-fab,.mdc-fab:not(:disabled) .mdc-fab__icon,.mdc-fab:not(:disabled) .mdc-fab__label,.mdc-fab:disabled .mdc-fab__icon,.mdc-fab:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button .mdc-button__ripple::before,.mat-mdc-icon-button .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-icon-button:hover .mdc-button__ripple::before,.mat-mdc-icon-button.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-icon-button.mat-primary .mdc-button__ripple::before,.mat-mdc-icon-button.mat-primary .mdc-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-icon-button.mat-primary .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary .mdc-icon-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-icon-button.mat-primary:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-primary.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-icon-button.mat-accent{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-icon-button.mat-accent .mdc-button__ripple::before,.mat-mdc-icon-button.mat-accent .mdc-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-icon-button.mat-accent .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent .mdc-icon-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-icon-button.mat-accent:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-accent.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-icon-button.mat-warn{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-icon-button.mat-warn .mdc-button__ripple::before,.mat-mdc-icon-button.mat-warn .mdc-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-icon-button.mat-warn .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn .mdc-icon-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-icon-button.mat-warn:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-warn.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-warn.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-icon-button[disabled][disabled]{color:rgba(0, 0, 0, 0.38)}.mdc-icon-button:disabled{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38))}.mat-mdc-icon-button{width:48px;height:48px;padding:12px}.mdc-card{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);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,.12)}.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,.12);border-color:#e0e0e0}.mdc-card__action-icons{color:rgba(0, 0, 0, 0.6)}.mdc-card__action--icon:not(:disabled){color:rgba(0, 0, 0, 0.6)}.mat-mdc-card-subtitle{color:rgba(0,0,0,.54)}.mat-mdc-card-title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:20px;font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:32px;line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline6-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-headline6-text-transform, none)}.mat-mdc-card-subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-checkbox .mdc-checkbox__ripple::before,.mat-mdc-checkbox .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-form-field{color:rgba(0, 0, 0, 0.87);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,.1)}.mat-mdc-checkbox .mdc-checkbox__ripple{background:#000}.mat-mdc-checkbox.mat-primary .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-primary:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#3f51b5}.mat-mdc-checkbox.mat-accent .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-accent:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}@keyframes mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081{0%,80%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#ff4081}.mat-mdc-checkbox.mat-warn .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-warn:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f44336}.mat-mdc-checkbox .mdc-checkbox{padding:calc((40px - 18px) / 2);padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);margin:calc((40px - 40px) / 2);margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((40px - 18px) / 2);top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);left:calc((40px - 18px) / 2);left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((40px - 40px) / 2);top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);right:calc((40px - 40px) / 2);right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);left:calc((40px - 40px) / 2);left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);width:40px;width:var(--mdc-checkbox-touch-target-size, 40px);height:40px;height:var(--mdc-checkbox-touch-target-size, 40px)}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mdc-deprecated-chip-trailing-action{color:#000}.mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mdc-chip{background-color:#e0e0e0;color:rgba(0, 0, 0, 0.87)}.mdc-chip:hover{color:rgba(0, 0, 0, 0.87)}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-chip--exit{transition:opacity 75ms cubic-bezier(0.4, 0, 0.2, 1),width 150ms cubic-bezier(0, 0, 0.2, 1),padding 100ms linear,margin 100ms linear}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(63,81,181,.54)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path{stroke:#3f51b5;stroke:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mat-mdc-chip{background-color:#e0e0e0;color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__ripple::before,.mat-mdc-chip .mdc-chip__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)))}.mat-mdc-chip:hover .mdc-chip__ripple::before,.mat-mdc-chip.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-chip:hover{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)))}.mat-mdc-chip.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mat-mdc-chip.mdc-chip--selected:hover{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__checkmark-path{stroke:rgba(0, 0, 0, 0.87);stroke:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mat-mdc-chip .mdc-deprecated-chip-trailing-action{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mat-mdc-chip .mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mat-mdc-chip .mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mat-mdc-chip.mat-primary.mdc-chip--selected,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted{background-color:#3f51b5;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-primary.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip.mat-accent.mdc-chip--selected,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted{background-color:#ff4081;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-accent.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip.mat-warn.mdc-chip--selected,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted{background-color:#f44336;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-warn.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip{height:32px}.mdc-chip{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-list-item-interactive::before{background:#000}.mat-mdc-list-item-interactive.mdc-list-item--selected::before{background:#3f51b5;opacity:.08}.mat-mdc-list-item-interactive:focus::before{opacity:.12}.mat-mdc-list-item-interactive:not(.mdc-list-item--disabled):hover::before{opacity:.04}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-list-divider::after{border-bottom-color:white}}.mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option.mat-accent .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}@keyframes mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081{0%,80%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option.mat-warn .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-item.mdc-list-item--with-one-line{height:48px}.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-icon.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.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-radio.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-one-line{height:72px}.mat-mdc-list-item.mdc-list-item--with-two-lines{height:64px}.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-icon.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.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-radio.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-item.mdc-list-item--with-three-lines{height:88px}.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-two-lines{height:72px}.mdc-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-list-item__overline-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:12px;font-size:var(--mdc-typography-overline-font-size, 12px);line-height:32px;line-height:var(--mdc-typography-overline-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-overline-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-overline-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-overline-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-overline-text-transform, none)}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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:rgba(0, 0, 0, 0.38);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:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.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,.04)}.mat-mdc-menu-content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-paginator{background:#fff;color:rgba(0,0,0,.87)}.mat-mdc-paginator-icon{fill:rgba(0,0,0,.54)}.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-mdc-paginator-first,.mat-mdc-paginator-last{border-top:2px solid rgba(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,.12)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:rgba(0,0,0,.12)}.mat-mdc-paginator-container{min-height:56px}.mat-mdc-paginator{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-paginator .mat-mdc-select-value{font-size:12px}.mat-mdc-progress-bar .mdc-linear-progress__bar-inner{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.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='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(63,81,181,.25)}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__bar-inner{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.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='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(255,64,129,.25)}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__bar-inner{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244,67,54,.25)}.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#3f51b5;stroke:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-progress-spinner.mat-accent .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner.mat-accent .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ff4081;stroke:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-progress-spinner.mat-warn .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner.mat-warn .mdc-circular-progress__indeterminate-circle-graphic{stroke:#f44336;stroke:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button .mdc-form-field{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__background::before{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__background::before{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__background::before{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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,.87)}.mat-mdc-select-placeholder{color:rgba(0,0,0,.6)}.mat-mdc-select-disabled .mat-mdc-select-value{color:rgba(0,0,0,.38)}.mat-mdc-select-arrow{color:rgba(0,0,0,.54)}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:rgba(63,81,181,.87)}.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:rgba(255,64,129,.87)}.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:rgba(0,0,0,.38)}.mat-mdc-select-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-select-value{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-slide-toggle .mdc-form-field{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-slide-toggle .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle .mat-ripple-element{background:#9e9e9e}.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slide-toggle.mat-primary .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-primary .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-primary .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slide-toggle.mat-accent .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-accent .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-accent .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle.mat-warn .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slide-toggle.mat-warn .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slide-toggle.mat-warn .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-warn .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-warn .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle-checked .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked .mat-ripple-element{background:#3f51b5}.mat-mdc-slide-toggle-checked.mat-accent .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked.mat-accent .mat-ripple-element{background:#ff4081}.mat-mdc-slide-toggle-checked.mat-warn .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked.mat-warn .mat-ripple-element{background:#f44336}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay{left:-14px;right:initial;top:-17px;width:48px;height:48px}[dir=rtl] .mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay,.mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay[dir=rtl]{left:initial;right:-14px}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__native-control{width:64px;height:48px}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-slider .mdc-slider__track--active_fill{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider .mdc-slider__track--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.24}.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mdc-slider .mdc-slider__value-indicator{background-color:#000;opacity:.6}.mdc-slider .mdc-slider__value-indicator::before{border-top-color:#000}.mdc-slider .mdc-slider__value-indicator{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-slider .mdc-slider__thumb-knob{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12)}.mdc-slider .mdc-slider__thumb-knob{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider .mdc-slider__thumb::before,.mdc-slider .mdc-slider__thumb::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mdc-slider .mdc-slider__thumb:hover::before,.mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-slider .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mdc-slider .mdc-slider__tick-mark--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.6}.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mdc-slider.mdc-slider--disabled{opacity:.38}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator{background-color:black;opacity:.6}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator::before,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator::before,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator::before{border-top-color:black}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator{color:white}.mat-mdc-slider.mat-primary .mdc-slider__thumb-knob{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slider.mat-primary .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-primary .mdc-slider__track--active_fill{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-primary .mdc-slider__track--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.24}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-primary .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-primary .mdc-slider__tick-mark--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.6}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-slider.mat-primary .mat-mdc-slider-hover-ripple{background-color:rgba(63,81,181,.05)}.mat-mdc-slider.mat-primary .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-primary .mat-mdc-slider-active-ripple{background-color:rgba(63,81,181,.2)}.mat-mdc-slider.mat-accent .mdc-slider__thumb-knob{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slider.mat-accent .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-accent .mdc-slider__track--active_fill{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-accent .mdc-slider__track--inactive{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);opacity:.24}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-accent .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-secondary, #fff);opacity:.6}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-accent .mdc-slider__tick-mark--inactive{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);opacity:.6}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-slider.mat-accent .mat-mdc-slider-hover-ripple{background-color:rgba(255,64,129,.05)}.mat-mdc-slider.mat-accent .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-accent .mat-mdc-slider-active-ripple{background-color:rgba(255,64,129,.2)}.mat-mdc-slider.mat-warn .mdc-slider__thumb-knob{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slider.mat-warn .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-warn .mdc-slider__track--active_fill{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-warn .mdc-slider__track--inactive{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);opacity:.24}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-warn .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-error, #fff);opacity:.6}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-warn .mdc-slider__tick-mark--inactive{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);opacity:.6}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-slider.mat-warn .mat-mdc-slider-hover-ripple{background-color:rgba(244,67,54,.05)}.mat-mdc-slider.mat-warn .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-warn .mat-mdc-slider-active-ripple{background-color:rgba(244,67,54,.2)}.mdc-slider .mdc-slider__value-indicator-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action::before,.mdc-snackbar__action::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover::before,.mdc-snackbar__action.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action{color:#ff4081}.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action .mat-ripple-element{background-color:currentColor;opacity:.1}.mdc-snackbar__label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-color:rgba(0,0,0,.12)}.mdc-data-table__row{background-color:inherit}.mdc-data-table__header-cell{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-data-table__row--selected{background-color:rgba(63, 81, 181, 0.04)}.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select: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,.12)}.mdc-data-table__pagination{border-top-color:rgba(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)}.mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.6)}.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.6);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.6))}.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.87)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-table{background:#fff}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-data-table__pagination{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-header-cell{font-weight:500}.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:#3f51b5;caret-color:var(--mdc-theme-primary, #3f51b5)}.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:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-text-field--filled:hover .mdc-text-field__ripple::before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{opacity:0.12;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:#3f51b5;border-bottom-color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-text-field--outlined .mdc-text-field__ripple::before,.mdc-text-field--outlined .mdc-text-field__ripple::after{content:none}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(63, 81, 181, 0.87)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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}.mat-mdc-form-field-error{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-focus-overlay{background-color:rgba(0,0,0,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(63,81,181,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(255,64,129,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:#ff4081;caret-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#ff4081;border-bottom-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(255, 64, 129, 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:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(244, 67, 54, 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:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75) !important}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field--textarea .mdc-text-field__input{line-height:1.5rem}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-form-field-control,.mat-mdc-form-field label,.mat-mdc-form-field-text-prefix,.mat-mdc-form-field-text-suffix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mdc-tab--active .mdc-tab__text-label{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-tab--active .mdc-tab__icon{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5);fill:currentColor}.mdc-tab-indicator__content--underline{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-tab-indicator__content--icon{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-tab-group.mat-accent .mdc-tab .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mat-mdc-tab-group.mat-accent .mdc-tab .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mat-mdc-tab-group.mat-accent .mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab--active .mdc-tab__text-label{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-accent .mdc-tab--active .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab--active .mdc-tab__icon{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081);fill:currentColor}.mat-mdc-tab-group.mat-accent .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab-indicator__content--underline{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-accent .mdc-tab-indicator__content--icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab-indicator__content--icon{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.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:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-warn .mdc-tab .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mat-mdc-tab-group.mat-warn .mdc-tab .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mat-mdc-tab-group.mat-warn .mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab--active .mdc-tab__text-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab--active .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab--active .mdc-tab__icon{color:#f44336;color:var(--mdc-theme-error, #f44336);fill:currentColor}.mat-mdc-tab-group.mat-warn .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab-indicator__content--underline{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab-indicator__content--icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab-indicator__content--icon{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-header-pagination-chevron{border-color:#000;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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mdc-tooltip__surface{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mdc-tooltip__surface{background-color:rgba(0, 0, 0, 0.6)}.mdc-tooltip__title{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mdc-tooltip__content{color:rgba(0, 0, 0, 0.6)}.mdc-tooltip__content-link{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface{background-color:#fff}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:#fff}.mdc-tooltip--rich .mdc-tooltip__surface{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,.12)}.mdc-tooltip__caret-surface-bottom{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,.12)}.mdc-tooltip__surface{background-color:#616161}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mdc-tooltip__surface .mdc-tooltip__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}
1
+ .mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}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-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{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{color:rgba(0, 0, 0, 0.87);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,.04)}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-option .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-optgroup-label{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-elevation-z0,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z1,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z2,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z3,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z4,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z5,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z6,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z7,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z8,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z9,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z10,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z11,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z12,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z13,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z14,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z15,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z16,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z17,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z18,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z19,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z20,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z21,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z22,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z23,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.mat-mdc-elevation-z24,.mat-mdc-elevation-specific.mat-mdc-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,.12)}.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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-button .mdc-button__ripple::before,.mat-mdc-button .mdc-button__ripple::after,.mat-mdc-raised-button .mdc-button__ripple::before,.mat-mdc-raised-button .mdc-button__ripple::after,.mat-mdc-unelevated-button .mdc-button__ripple::before,.mat-mdc-unelevated-button .mdc-button__ripple::after,.mat-mdc-outlined-button .mdc-button__ripple::before,.mat-mdc-outlined-button .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-button:hover .mdc-button__ripple::before,.mat-mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-raised-button:hover .mdc-button__ripple::before,.mat-mdc-raised-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-unelevated-button:hover .mdc-button__ripple::before,.mat-mdc-unelevated-button.mdc-ripple-surface--hover .mdc-button__ripple::before,.mat-mdc-outlined-button:hover .mdc-button__ripple::before,.mat-mdc-outlined-button.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-unelevated-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-unelevated-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,.mat-mdc-outlined-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-outlined-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-unelevated-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,.mat-mdc-outlined-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-button.mdc-ripple-upgraded,.mat-mdc-raised-button.mdc-ripple-upgraded,.mat-mdc-unelevated-button.mdc-ripple-upgraded,.mat-mdc-outlined-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-button.mat-unthemed:not(:disabled),.mat-mdc-outlined-button.mat-unthemed:not(:disabled){color:#000}.mat-mdc-button.mat-primary:not(:disabled),.mat-mdc-outlined-button.mat-primary:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-button.mat-primary .mdc-button__ripple::before,.mat-mdc-button.mat-primary .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-primary .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-primary .mdc-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-button.mat-primary .mat-ripple-element,.mat-mdc-outlined-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-button.mat-accent:not(:disabled),.mat-mdc-outlined-button.mat-accent:not(:disabled){color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-button.mat-accent .mdc-button__ripple::before,.mat-mdc-button.mat-accent .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-accent .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-accent .mdc-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-button.mat-accent .mat-ripple-element,.mat-mdc-outlined-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-button.mat-warn:not(:disabled),.mat-mdc-outlined-button.mat-warn:not(:disabled){color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-button.mat-warn .mdc-button__ripple::before,.mat-mdc-button.mat-warn .mdc-button__ripple::after,.mat-mdc-outlined-button.mat-warn .mdc-button__ripple::before,.mat-mdc-outlined-button.mat-warn .mdc-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-button.mat-warn .mat-ripple-element,.mat-mdc-outlined-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-raised-button.mat-unthemed:not(:disabled),.mat-mdc-unelevated-button.mat-unthemed:not(:disabled){background-color:white}.mat-mdc-raised-button.mat-unthemed:not(:disabled),.mat-mdc-unelevated-button.mat-unthemed:not(:disabled){color:#000}.mat-mdc-raised-button.mat-unthemed .mdc-button__ripple::before,.mat-mdc-raised-button.mat-unthemed .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-unthemed .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-unthemed .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-raised-button.mat-primary:not(:disabled),.mat-mdc-unelevated-button.mat-primary:not(:disabled){background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-raised-button.mat-primary:not(:disabled),.mat-mdc-unelevated-button.mat-primary:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-raised-button.mat-primary .mdc-button__ripple::before,.mat-mdc-raised-button.mat-primary .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-primary .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-primary .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mat-mdc-raised-button.mat-primary .mat-ripple-element,.mat-mdc-unelevated-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button.mat-accent:not(:disabled),.mat-mdc-unelevated-button.mat-accent:not(:disabled){background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-raised-button.mat-accent:not(:disabled),.mat-mdc-unelevated-button.mat-accent:not(:disabled){color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-raised-button.mat-accent .mdc-button__ripple::before,.mat-mdc-raised-button.mat-accent .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-accent .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-accent .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))}.mat-mdc-raised-button.mat-accent .mat-ripple-element,.mat-mdc-unelevated-button.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button.mat-warn:not(:disabled),.mat-mdc-unelevated-button.mat-warn:not(:disabled){background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-raised-button.mat-warn:not(:disabled),.mat-mdc-unelevated-button.mat-warn:not(:disabled){color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-raised-button.mat-warn .mdc-button__ripple::before,.mat-mdc-raised-button.mat-warn .mdc-button__ripple::after,.mat-mdc-unelevated-button.mat-warn .mdc-button__ripple::before,.mat-mdc-unelevated-button.mat-warn .mdc-button__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-error, #fff))}.mat-mdc-raised-button.mat-warn .mat-ripple-element,.mat-mdc-unelevated-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-raised-button[disabled][disabled],.mat-mdc-unelevated-button[disabled][disabled]{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-unthemed:not(:disabled){border-color:#000}.mat-mdc-outlined-button.mat-primary:not(:disabled){border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-outlined-button.mat-accent:not(:disabled){border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-outlined-button.mat-warn:not(:disabled){border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-outlined-button[disabled][disabled]{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-raised-button[disabled][disabled]{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mat-mdc-button[disabled][disabled],.mat-mdc-raised-button[disabled][disabled],.mat-mdc-unelevated-button[disabled][disabled],.mat-mdc-outlined-button[disabled][disabled]{color:rgba(0, 0, 0, 0.38)}.mdc-elevation-overlay{background-color:#fff;background-color:var(--mdc-elevation-overlay-color, #fff)}.mdc-button:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-button:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0, 0, 0, 0.12)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--outlined:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-button--outlined:disabled{color:rgba(0, 0, 0, 0.38)}.mdc-button--outlined:not(:disabled){border-color:rgba(0, 0, 0, 0.12)}.mdc-button--outlined:disabled{border-color:rgba(0, 0, 0, 0.12)}.mdc-button--raised{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,.12)}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-unelevated-button,.mat-mdc-outlined-button{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__surface-scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog .mdc-dialog__close{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions{border-color:rgba(0,0,0,.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:0}.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12)}.mdc-dialog__surface{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0,0,0,.12)}.mdc-dialog__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:20px;font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:32px;line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline6-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-headline6-text-transform, none)}.mdc-dialog__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-fab .mdc-fab__ripple::before,.mat-mdc-fab .mdc-fab__ripple::after,.mat-mdc-mini-fab .mdc-fab__ripple::before,.mat-mdc-mini-fab .mdc-fab__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-fab:hover .mdc-fab__ripple::before,.mat-mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before,.mat-mdc-mini-fab:hover .mdc-fab__ripple::before,.mat-mdc-mini-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,.mat-mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before,.mat-mdc-mini-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,.mat-mdc-mini-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after,.mat-mdc-mini-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-fab.mdc-ripple-upgraded,.mat-mdc-mini-fab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{background-color:#000}.mat-mdc-fab.mat-unthemed .mdc-fab__ripple::before,.mat-mdc-fab.mat-unthemed .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-unthemed .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-unthemed .mdc-fab__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-fab.mat-unthemed,.mat-mdc-fab.mat-unthemed:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-unthemed:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-unthemed:disabled .mdc-fab__icon,.mat-mdc-fab.mat-unthemed:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-unthemed:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-unthemed:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-unthemed:disabled .mdc-fab__label{color:#000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-fab.mat-primary .mdc-fab__ripple::before,.mat-mdc-fab.mat-primary .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-primary .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-primary .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mat-mdc-fab.mat-primary,.mat-mdc-fab.mat-primary:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-primary:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-primary:disabled .mdc-fab__icon,.mat-mdc-fab.mat-primary:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-primary,.mat-mdc-mini-fab.mat-primary:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-primary:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-primary:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-primary:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-fab.mat-primary .mat-ripple-element,.mat-mdc-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-fab.mat-accent .mdc-fab__ripple::before,.mat-mdc-fab.mat-accent .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-accent .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-accent .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))}.mat-mdc-fab.mat-accent,.mat-mdc-fab.mat-accent:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-accent:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-accent:disabled .mdc-fab__icon,.mat-mdc-fab.mat-accent:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-accent,.mat-mdc-mini-fab.mat-accent:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-accent:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-accent:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-accent:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-fab.mat-accent .mat-ripple-element,.mat-mdc-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-fab.mat-warn .mdc-fab__ripple::before,.mat-mdc-fab.mat-warn .mdc-fab__ripple::after,.mat-mdc-mini-fab.mat-warn .mdc-fab__ripple::before,.mat-mdc-mini-fab.mat-warn .mdc-fab__ripple::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-error, #fff))}.mat-mdc-fab.mat-warn,.mat-mdc-fab.mat-warn:not(:disabled) .mdc-fab__icon,.mat-mdc-fab.mat-warn:not(:disabled) .mdc-fab__label,.mat-mdc-fab.mat-warn:disabled .mdc-fab__icon,.mat-mdc-fab.mat-warn:disabled .mdc-fab__label,.mat-mdc-mini-fab.mat-warn,.mat-mdc-mini-fab.mat-warn:not(:disabled) .mdc-fab__icon,.mat-mdc-mini-fab.mat-warn:not(:disabled) .mdc-fab__label,.mat-mdc-mini-fab.mat-warn:disabled .mdc-fab__icon,.mat-mdc-mini-fab.mat-warn:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-fab.mat-warn .mat-ripple-element,.mat-mdc-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{color:rgba(0, 0, 0, 0.38);background-color:rgba(0, 0, 0, 0.12);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,.12)}.mdc-fab:hover{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-fab.mdc-ripple-upgraded--background-focused,.mdc-fab:not(.mdc-ripple-upgraded):focus{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-fab:active,.mdc-fab:focus:active{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0,0,0,.12)}.mdc-fab{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);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,.12)}.mdc-fab,.mdc-fab:not(:disabled) .mdc-fab__icon,.mdc-fab:not(:disabled) .mdc-fab__label,.mdc-fab:disabled .mdc-fab__icon,.mdc-fab:disabled .mdc-fab__label{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button .mdc-button__ripple::before,.mat-mdc-icon-button .mdc-button__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-icon-button:hover .mdc-button__ripple::before,.mat-mdc-icon-button.mdc-ripple-surface--hover .mdc-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,.mat-mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-icon-button.mat-primary .mdc-button__ripple::before,.mat-mdc-icon-button.mat-primary .mdc-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-icon-button.mat-primary .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary .mdc-icon-button__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-icon-button.mat-primary:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-primary.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-icon-button.mat-accent{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-icon-button.mat-accent .mdc-button__ripple::before,.mat-mdc-icon-button.mat-accent .mdc-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-icon-button.mat-accent .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent .mdc-icon-button__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-icon-button.mat-accent:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-accent.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-icon-button.mat-warn{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-icon-button.mat-warn .mdc-button__ripple::before,.mat-mdc-icon-button.mat-warn .mdc-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-icon-button.mat-warn .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn .mdc-icon-button__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-icon-button.mat-warn:hover .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-icon-button.mat-warn.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-warn.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-icon-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-icon-button[disabled][disabled]{color:rgba(0, 0, 0, 0.38)}.mdc-icon-button:disabled{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38))}.mat-mdc-icon-button{width:48px;height:48px;padding:12px}.mdc-card{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);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,.12)}.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,.12);border-color:#e0e0e0}.mdc-card__action-icons{color:rgba(0, 0, 0, 0.6)}.mdc-card__action--icon:not(:disabled){color:rgba(0, 0, 0, 0.6)}.mat-mdc-card-subtitle{color:rgba(0,0,0,.54)}.mat-mdc-card-title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:20px;font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:32px;line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline6-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-headline6-text-transform, none)}.mat-mdc-card-subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-checkbox .mdc-checkbox__ripple::before,.mat-mdc-checkbox .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox .mdc-form-field{color:rgba(0, 0, 0, 0.87);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,.1)}.mat-mdc-checkbox .mdc-checkbox__ripple{background:#000}.mat-mdc-checkbox.mat-primary .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-primary:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-primary:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-primary.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#3f51b5}.mat-mdc-checkbox.mat-accent .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-accent:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-accent:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-accent.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}@keyframes mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081{0%,80%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#ff4081}.mat-mdc-checkbox.mat-warn .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-checkbox.mat-warn:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-warn:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-checkbox.mat-warn.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f44336}.mat-mdc-checkbox .mdc-checkbox{padding:calc((40px - 18px) / 2);padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);margin:calc((40px - 40px) / 2);margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((40px - 18px) / 2);top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);left:calc((40px - 18px) / 2);left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((40px - 40px) / 2);top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);right:calc((40px - 40px) / 2);right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);left:calc((40px - 40px) / 2);left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);width:40px;width:var(--mdc-checkbox-touch-target-size, 40px);height:40px;height:var(--mdc-checkbox-touch-target-size, 40px)}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mdc-deprecated-chip-trailing-action{color:#000}.mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mdc-chip{background-color:#e0e0e0;color:rgba(0, 0, 0, 0.87)}.mdc-chip:hover{color:rgba(0, 0, 0, 0.87)}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-chip--exit{transition:opacity 75ms cubic-bezier(0.4, 0, 0.2, 1),width 150ms cubic-bezier(0, 0, 0.2, 1),padding 100ms linear,margin 100ms linear}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(63,81,181,.54)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path{stroke:#3f51b5;stroke:var(--mdc-theme-primary, #3f51b5)}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mat-mdc-chip{background-color:#e0e0e0;color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__ripple::before,.mat-mdc-chip .mdc-chip__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)))}.mat-mdc-chip:hover .mdc-chip__ripple::before,.mat-mdc-chip.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-chip:hover{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected .mdc-chip__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)))}.mat-mdc-chip.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mat-mdc-chip.mdc-chip--selected{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mat-mdc-chip.mdc-chip--selected:hover{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__checkmark-path{stroke:rgba(0, 0, 0, 0.87);stroke:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mat-mdc-chip .mdc-deprecated-chip-trailing-action{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mat-mdc-chip .mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mat-mdc-chip .mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mat-mdc-chip .mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mat-mdc-chip.mat-primary.mdc-chip--selected,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted{background-color:#3f51b5;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-primary.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-primary.mdc-chip--selected:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-primary.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-primary.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip.mat-accent.mdc-chip--selected,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted{background-color:#ff4081;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-accent.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-accent.mdc-chip--selected:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-accent.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-accent.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip.mat-warn.mdc-chip--selected,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted{background-color:#f44336;color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__ripple::after,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, var(--mdc-theme-text-primary-on-dark, white))}.mat-mdc-chip.mat-warn.mdc-chip--selected:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:hover .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-surface--hover .mdc-chip__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-ripple-upgraded,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-chip.mat-warn.mdc-chip--selected:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected.mdc-chip--selected:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted.mdc-chip--selected:hover{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__checkmark-path,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__checkmark-path{stroke:white;stroke:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--leading,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--leading{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-deprecated-chip-trailing-action,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-deprecated-chip-trailing-action{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing{color:rgba(255,255,255,.54)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing:hover,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:hover{color:rgba(255,255,255,.62)}.mat-mdc-chip.mat-warn.mdc-chip--selected .mdc-chip__icon--trailing:focus,.mat-mdc-chip.mat-warn.mat-mdc-chip-highlighted .mdc-chip__icon--trailing:focus{color:rgba(255,255,255,.87)}.mat-mdc-chip{height:32px}.mdc-chip{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-list-item-interactive::before{background:#000}.mat-mdc-list-item-interactive.mdc-list-item--selected::before{background:#3f51b5;opacity:.08}.mat-mdc-list-item-interactive:focus::before{opacity:.12}.mat-mdc-list-item-interactive:not(.mdc-list-item--disabled):hover::before{opacity:.04}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-list-divider::after{border-bottom-color:white}}.mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}@keyframes mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5{0%,80%{border-color:#3f51b5;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5));background-color:#3f51b5;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #3f51b5))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF3F51B500000000FF3F51B5}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option.mat-accent .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-accent .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#ff4081;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #ff4081))}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}@keyframes mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081{0%,80%{border-color:#ff4081;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081));background-color:#ff4081;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff4081))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFFF408100000000FFFF4081}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mat-mdc-list-option.mat-warn .mdc-list-item__start:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-warn .mdc-list-item__start:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after{transition:opacity 150ms linear}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--selected.mdc-ripple-upgraded,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after{background-color:#f44336;background-color:var(--mdc-ripple-color, var(--mdc-theme-error, #f44336))}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}50%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:#f44336;border-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336));background-color:#f44336;background-color:var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #f44336))}100%{border-color:rgba(0, 0, 0, 0.54);border-color:var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));background-color:transparent}}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0, 0, 0, 0.38);border-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));background-color:transparent}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color, #fff)}.mat-mdc-list-item.mdc-list-item--with-one-line{height:48px}.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-icon.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.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-radio.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-one-line{height:72px}.mat-mdc-list-item.mdc-list-item--with-two-lines{height:64px}.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-icon.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.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-radio.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-item.mdc-list-item--with-three-lines{height:88px}.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-two-lines{height:72px}.mdc-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-list-item__overline-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:12px;font-size:var(--mdc-typography-overline-font-size, 12px);line-height:32px;line-height:var(--mdc-typography-overline-line-height, 32px);font-weight:500;font-weight:var(--mdc-typography-overline-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-overline-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-overline-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-overline-text-transform, none)}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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:rgba(0, 0, 0, 0.38);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:rgba(0, 0, 0, 0.87);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,.04)}.mat-mdc-menu-content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-paginator{background:#fff;color:rgba(0,0,0,.87)}.mat-mdc-paginator-icon{fill:rgba(0,0,0,.54)}.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-mdc-paginator-first,.mat-mdc-paginator-last{border-top:2px solid rgba(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,.12)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:rgba(0,0,0,.12)}.mat-mdc-paginator-container{min-height:56px}.mat-mdc-paginator{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-paginator .mat-mdc-select-value{font-size:12px}.mat-mdc-progress-bar .mdc-linear-progress__bar-inner{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.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='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(63,81,181,.25)}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__bar-inner{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.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='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(255,64,129,.25)}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__bar-inner{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244,67,54,.25)}.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#3f51b5;stroke:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-progress-spinner.mat-accent .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner.mat-accent .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ff4081;stroke:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-progress-spinner.mat-warn .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner.mat-warn .mdc-circular-progress__indeterminate-circle-graphic{stroke:#f44336;stroke:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button .mdc-form-field{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__background::before{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-primary .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__background::before{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-accent .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-accent .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__background::before{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}.mat-mdc-radio-button.mat-warn .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-warn .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:GrayText}}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-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,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}@media screen and (forced-colors: active),(-ms-high-contrast: active){.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,.87)}.mat-mdc-select-placeholder{color:rgba(0,0,0,.6)}.mat-mdc-select-disabled .mat-mdc-select-value{color:rgba(0,0,0,.38)}.mat-mdc-select-arrow{color:rgba(0,0,0,.54)}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:rgba(63,81,181,.87)}.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:rgba(255,64,129,.87)}.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:rgba(0,0,0,.38)}.mat-mdc-select-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:28px;line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-select-value{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-slide-toggle .mdc-form-field{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-slide-toggle .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle .mat-ripple-element{background:#9e9e9e}.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slide-toggle.mat-primary .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-primary .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-primary .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slide-toggle.mat-accent .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-accent .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-accent .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle.mat-warn .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slide-toggle.mat-warn .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slide-toggle.mat-warn .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000}.mat-mdc-slide-toggle.mat-warn .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mat-mdc-slide-toggle.mat-warn .mdc-switch__thumb{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,.12)}.mat-mdc-slide-toggle-checked .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked .mat-ripple-element{background:#3f51b5}.mat-mdc-slide-toggle-checked.mat-accent .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked.mat-accent .mat-ripple-element{background:#ff4081}.mat-mdc-slide-toggle-checked.mat-warn .mdc-switch__thumb-underlay::after,.mat-mdc-slide-toggle-checked.mat-warn .mat-ripple-element{background:#f44336}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay{left:-14px;right:initial;top:-17px;width:48px;height:48px}[dir=rtl] .mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay,.mat-mdc-slide-toggle .mdc-switch .mdc-switch__thumb-underlay[dir=rtl]{left:initial;right:-14px}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__native-control{width:64px;height:48px}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-slider .mdc-slider__track--active_fill{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider .mdc-slider__track--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.24}.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mdc-slider .mdc-slider__value-indicator{background-color:#000;opacity:.6}.mdc-slider .mdc-slider__value-indicator::before{border-top-color:#000}.mdc-slider .mdc-slider__value-indicator{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-slider .mdc-slider__thumb-knob{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12)}.mdc-slider .mdc-slider__thumb-knob{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider .mdc-slider__thumb::before,.mdc-slider .mdc-slider__thumb::after{background-color:#3f51b5;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #3f51b5))}.mdc-slider .mdc-slider__thumb:hover::before,.mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-slider .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mdc-slider .mdc-slider__tick-mark--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.6}.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mdc-slider.mdc-slider--disabled{opacity:.38}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator{background-color:black;opacity:.6}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator::before,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator::before,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator::before{border-top-color:black}.mat-mdc-slider.mat-primary .mdc-slider__value-indicator,.mat-mdc-slider.mat-accent .mdc-slider__value-indicator,.mat-mdc-slider.mat-warn .mdc-slider__value-indicator{color:white}.mat-mdc-slider.mat-primary .mdc-slider__thumb-knob{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slider.mat-primary .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-primary .mdc-slider__track--active_fill{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-primary .mdc-slider__track--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.24}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-primary .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-primary .mdc-slider__tick-mark--inactive{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5);opacity:.6}.mat-mdc-slider.mat-primary.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-slider.mat-primary .mat-mdc-slider-hover-ripple{background-color:rgba(63,81,181,.05)}.mat-mdc-slider.mat-primary .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-primary .mat-mdc-slider-active-ripple{background-color:rgba(63,81,181,.2)}.mat-mdc-slider.mat-accent .mdc-slider__thumb-knob{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slider.mat-accent .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-accent .mdc-slider__track--active_fill{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-accent .mdc-slider__track--inactive{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);opacity:.24}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-accent .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-secondary, #fff);opacity:.6}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-accent .mdc-slider__tick-mark--inactive{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081);opacity:.6}.mat-mdc-slider.mat-accent.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-slider.mat-accent .mat-mdc-slider-hover-ripple{background-color:rgba(255,64,129,.05)}.mat-mdc-slider.mat-accent .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-accent .mat-mdc-slider-active-ripple{background-color:rgba(255,64,129,.2)}.mat-mdc-slider.mat-warn .mdc-slider__thumb-knob{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slider.mat-warn .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mat-mdc-slider.mat-warn .mdc-slider__track--active_fill{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-slider.mat-warn .mdc-slider__track--inactive{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);opacity:.24}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mat-mdc-slider.mat-warn .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-error, #fff);opacity:.6}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);opacity:.6}.mat-mdc-slider.mat-warn .mdc-slider__tick-mark--inactive{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336);opacity:.6}.mat-mdc-slider.mat-warn.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mat-mdc-slider.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-slider.mat-warn .mat-mdc-slider-hover-ripple{background-color:rgba(244,67,54,.05)}.mat-mdc-slider.mat-warn .mat-mdc-slider-focus-ripple,.mat-mdc-slider.mat-warn .mat-mdc-slider-active-ripple{background-color:rgba(244,67,54,.2)}.mdc-slider .mdc-slider__value-indicator-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-snackbar__surface{background-color:#333333}.mdc-snackbar__label{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0,0,0,.12)}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action::before,.mdc-snackbar__action::after{background-color:#bb86fc;background-color:var(--mdc-ripple-color, #bb86fc)}.mdc-snackbar__action:hover::before,.mdc-snackbar__action.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss{color:rgba(255, 255, 255, 0.87)}.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.87);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))}.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action{color:#ff4081}.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action .mat-ripple-element{background-color:currentColor;opacity:.1}.mdc-snackbar__label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-color:rgba(0,0,0,.12)}.mdc-data-table__row{background-color:inherit}.mdc-data-table__header-cell{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-data-table__row--selected{background-color:rgba(63, 81, 181, 0.04)}.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select: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,.12)}.mdc-data-table__pagination{border-top-color:rgba(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)}.mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.6)}.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.6);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.6))}.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.87)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mat-mdc-table{background:#fff}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);line-height:24px;line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-data-table__pagination{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);line-height:20px;line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-header-cell{font-weight:500}.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:#3f51b5;caret-color:var(--mdc-theme-primary, #3f51b5)}.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:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-text-field--filled:hover .mdc-text-field__ripple::before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{opacity:0.12;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:#3f51b5;border-bottom-color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-text-field--outlined .mdc-text-field__ripple::before,.mdc-text-field--outlined .mdc-text-field__ripple::after{content:none}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(63, 81, 181, 0.87)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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}.mat-mdc-form-field-error{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-focus-overlay{background-color:rgba(0,0,0,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(63,81,181,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(255,64,129,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:#ff4081;caret-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#ff4081;border-bottom-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(255, 64, 129, 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:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(244, 67, 54, 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:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:#f44336;caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:#f44336;border-bottom-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.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:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75) !important}.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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field--textarea .mdc-text-field__input{line-height:1.5rem}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:16px;font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);line-height:20px;line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-form-field,.mat-mdc-form-field .mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body1-font-size, 14px);line-height:24px;line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:500;font-weight:var(--mdc-typography-body1-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:10.5px}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:14px}.mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mdc-tab--active .mdc-tab__text-label{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-tab--active .mdc-tab__icon{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5);fill:currentColor}.mdc-tab-indicator__content--underline{border-color:#3f51b5;border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-tab-indicator__content--icon{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.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:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-tab-group.mat-accent .mdc-tab .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mat-mdc-tab-group.mat-accent .mdc-tab .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mat-mdc-tab-group.mat-accent .mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab--active .mdc-tab__text-label{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-accent .mdc-tab--active .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab--active .mdc-tab__icon{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081);fill:currentColor}.mat-mdc-tab-group.mat-accent .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab-indicator__content--underline{border-color:#ff4081;border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-accent .mdc-tab-indicator__content--icon,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab-indicator__content--icon{color:#ff4081;color:var(--mdc-theme-secondary, #ff4081)}.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:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-warn .mdc-tab .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mat-mdc-tab-group.mat-warn .mdc-tab .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab .mdc-tab__icon{color:rgba(0, 0, 0, 0.54);fill:currentColor}.mat-mdc-tab-group.mat-warn .mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab--active .mdc-tab__text-label{color:#f44336;color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab--active .mdc-tab__icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab--active .mdc-tab__icon{color:#f44336;color:var(--mdc-theme-error, #f44336);fill:currentColor}.mat-mdc-tab-group.mat-warn .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab-indicator__content--underline{border-color:#f44336;border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab-indicator__content--icon,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab-indicator__content--icon{color:#f44336;color:var(--mdc-theme-error, #f44336)}.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:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination{background-color:#3f51b5;background-color:var(--mdc-theme-primary, #3f51b5)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-primary>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-primary>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-primary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination{background-color:#ff4081;background-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-accent>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-accent>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-secondary, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination{background-color:#f44336;background-color:var(--mdc-theme-error, #f44336)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-link,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-link{color:#fff;color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before{border-color:#fff;border-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:#fff;background-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-background-warn>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-background-warn>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:#fff;border-color:var(--mdc-theme-on-error, #fff)}.mat-mdc-tab-header-pagination-chevron{border-color:#000;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:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-button-font-size, 14px);line-height:14px;line-height:var(--mdc-typography-button-line-height, 14px);font-weight:500;font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:normal;letter-spacing:var(--mdc-typography-button-letter-spacing, normal);text-decoration:none;text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:none;text-transform:var(--mdc-typography-button-text-transform, none)}.mdc-tooltip__surface{color:white;color:var(--mdc-theme-text-primary-on-dark, white)}.mdc-tooltip__surface{background-color:rgba(0, 0, 0, 0.6)}.mdc-tooltip__title{color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.mdc-tooltip__content{color:rgba(0, 0, 0, 0.6)}.mdc-tooltip__content-link{color:#3f51b5;color:var(--mdc-theme-primary, #3f51b5)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface{background-color:#fff}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom{background-color:#fff}.mdc-tooltip--rich .mdc-tooltip__surface{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,.12)}.mdc-tooltip__caret-surface-bottom{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,.12)}.mdc-tooltip__surface{background-color:#616161}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:12px;font-size:var(--mdc-typography-caption-font-size, 12px);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-caption-text-transform, none)}.mdc-tooltip__surface .mdc-tooltip__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:15px;font-size:var(--mdc-typography-subtitle2-font-size, 15px);font-weight:400;font-weight:var(--mdc-typography-subtitle2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, "Helvetica Neue", sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:14px;font-size:var(--mdc-typography-body2-font-size, 14px);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:normal;letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:none;text-transform:var(--mdc-typography-body2-text-transform, none)}