@charset "UTF-8";@keyframes mdc-linear-progress-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(83.67142%)}to{transform:translateX(200.611057%)}}@keyframes mdc-linear-progress-primary-indeterminate-scale{0%{transform:scaleX(.08)}36.65%{animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);transform:scaleX(.08)}69.15%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.661479)}to{transform:scaleX(.08)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(.15,0,.515058,.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);transform:translateX(84.386165%)}to{transform:translateX(160.277782%)}}@keyframes mdc-linear-progress-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);transform:scaleX(.08)}19.15%{animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);transform:scaleX(.457104)}44.15%{animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);transform:scaleX(.72796)}to{transform:scaleX(.08)}}@keyframes mdc-linear-progress-buffering{0%{transform:rotate(180deg) translateX(-10px)}}@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-83.67142%)}to{transform:translateX(-200.611057%)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(.15,0,.515058,.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);transform:translateX(-37.651913%)}48.35%{animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);transform:translateX(-84.386165%)}to{transform:translateX(-160.277782%)}}@keyframes mdc-linear-progress-buffering-reverse{0%{transform:translateX(-10px)}}.mdc-linear-progress{height:4px;outline:1px solid #0000;overflow:hidden;position:relative;transform:translateZ(0);transition:opacity .25s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-linear-progress__bar{animation:none;height:100%;position:absolute;transform-origin:top left;transition:transform .25s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-linear-progress__bar-inner{animation:none;border-top:4px solid;display:inline-block;position:absolute;width:100%}.mdc-linear-progress__buffer{display:flex;height:100%;position:absolute;width:100%}.mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering .25s linear infinite;background-repeat:repeat-x;background-size:10px 4px;flex:auto;transform:rotate(180deg)}.mdc-linear-progress__buffer-bar{flex:0 1 100%;transition:flex-basis .25s cubic-bezier(.4,0,.6,1) 0ms}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{animation:mdc-linear-progress-primary-indeterminate-translate 2s linear infinite;left:-145.166611%}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-primary-indeterminate-scale 2s linear infinite}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{animation:mdc-linear-progress-secondary-indeterminate-translate 2s linear infinite;left:-54.888891%;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-secondary-indeterminate-scale 2s linear infinite}.mdc-linear-progress--reversed .mdc-linear-progress__bar{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:mdc-linear-progress-primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:mdc-linear-progress-secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering-reverse .25s linear infinite;order:0;transform:rotate(0)}.mdc-linear-progress--reversed .mdc-linear-progress__buffer-bar{order:1}.mdc-linear-progress--closed{animation:none;opacity:0}.mdc-linear-progress__bar-inner{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")}.mdc-linear-progress__buffer-bar{background-color:#e6e6e6}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{left:auto;right:-145.166611%}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{left:auto;right:-54.888891%}.mdc-snackbar{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;bottom:0;box-sizing:border-box;display:none;justify-content:center;left:0;margin:8px;pointer-events:none;position:fixed;right:0;z-index:8}.mdc-snackbar__surface{background-color:#333}.mdc-snackbar__label{color:#ffffffde}.mdc-snackbar__surface{min-width:344px}@media (max-width:344px),(max-width:480px){.mdc-snackbar__surface{min-width:100%}}.mdc-snackbar__surface{border-radius:4px;border-radius:var(--mdc-shape-small,4px);box-shadow:0 3px 5px -1px #0003,0 6px 10px 0 #00000024,0 1px 18px 0 #0000001f;max-width:672px}.mdc-snackbar--closing,.mdc-snackbar--open,.mdc-snackbar--opening{display:flex}.mdc-snackbar--open .mdc-snackbar__actions,.mdc-snackbar--open .mdc-snackbar__label{visibility:visible}.mdc-snackbar--leading{justify-content:flex-start}.mdc-snackbar--stacked .mdc-snackbar__label{padding-bottom:12px;padding-left:16px;padding-right:8px}.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl],[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mdc-snackbar--stacked .mdc-snackbar__surface{align-items:flex-start;flex-direction:column}.mdc-snackbar--stacked .mdc-snackbar__actions{align-self:flex-end;margin-bottom:8px}.mdc-snackbar__surface{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;opacity:0;padding-left:0;padding-right:8px;transform:scale(.8)}.mdc-snackbar__surface[dir=rtl],[dir=rtl] .mdc-snackbar__surface{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{opacity:1;pointer-events:auto;transform:scale(1);transition:opacity .15s cubic-bezier(0,0,.2,1) 0ms,transform .15s cubic-bezier(0,0,.2,1) 0ms}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1);transition:opacity 75ms cubic-bezier(.4,0,1,1) 0ms}.mdc-snackbar__label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;flex-grow:1;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);margin:0;padding:14px 8px 14px 16px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);visibility:hidden;width:100%}.mdc-snackbar__label[dir=rtl],[dir=rtl] .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mdc-snackbar__label:before{content:attr(data-mdc-snackbar-label-text);display:inline}.mdc-snackbar__actions{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;visibility:hidden}.mdc-snackbar__action:not(:disabled){color:#bb86fc}.mdc-snackbar__action:after,.mdc-snackbar__action:before{background-color:#bb86fc}.mdc-snackbar__action:hover:before{opacity:.08}.mdc-snackbar__action.mdc-ripple-upgraded--background-focused:before,.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-snackbar__action:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-snackbar__action:not(.mdc-ripple-upgraded):active:after{opacity:.24;transition-duration:75ms}.mdc-snackbar__action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-snackbar__dismiss{color:#ffffffde}.mdc-snackbar__dismiss:after,.mdc-snackbar__dismiss:before{background-color:#ffffffde}.mdc-snackbar__dismiss:hover:before{opacity:.08}.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused:before,.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active:after{opacity:.24;transition-duration:75ms}.mdc-snackbar__dismiss.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-snackbar__dismiss.mdc-snackbar__dismiss{font-size:18px;height:36px;padding:9px;width:36px}.mdc-snackbar__dismiss.mdc-snackbar__dismiss img,.mdc-snackbar__dismiss.mdc-snackbar__dismiss svg{height:18px;width:18px}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl],[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:0;margin-right:8px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;-webkit-appearance:none;border:none;border-radius:4px;border-radius:var(--mdc-shape-small,4px);box-sizing:border-box;display:inline-flex;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-button-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-button-font-weight,500);height:36px;justify-content:center;letter-spacing:.0892857143em;letter-spacing:var(--mdc-typography-button-letter-spacing,.0892857143em);line-height:2.25rem;line-height:var(--mdc-typography-button-line-height,2.25rem);line-height:inherit;min-width:64px;outline:none;overflow:visible;padding:0 8px;position:relative;text-decoration:none;-webkit-text-decoration:none;-webkit-text-decoration:var(--mdc-typography-button-text-decoration,none);text-decoration:var(--mdc-typography-button-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-button-text-transform,uppercase);-webkit-user-select:none;user-select:none;vertical-align:middle}.mdc-button .mdc-elevation-overlay{height:100%;left:0;top:0;width:100%}.mdc-button::-moz-focus-inner{border:0;padding:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button .mdc-button__ripple{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.mdc-button:disabled,.mdc-button:not(:disabled){background-color:initial}.mdc-button .mdc-button__icon{display:inline-block;font-size:18px;height:18px;margin-left:0;margin-right:8px;vertical-align:top;width:18px}.mdc-button .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button .mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button .mdc-button__touch{height:48px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.mdc-button:not(:disabled){color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-button:disabled{color:#00000061}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button__label+.mdc-button__icon{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--outlined .mdc-button__icon,.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--outlined .mdc-button__icon[dir=rtl],.mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--outlined .mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__icon{margin-left:8px;margin-right:-4px}.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee);color:#fff;color:var(--mdc-theme-on-primary,#fff)}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:#0000001f;color:#00000061}.mdc-button--raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.mdc-button--raised:focus,.mdc-button--raised:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f}.mdc-button--raised:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mdc-button--raised:disabled{box-shadow:0 0 0 0 #0003,0 0 0 0 #00000024,0 0 0 0 #0000001f}.mdc-button--outlined{border-style:solid;border-width:1px;padding:0 15px}.mdc-button--outlined .mdc-button__ripple{border:1px solid #0000;left:-1px;top:-1px}.mdc-button--outlined .mdc-button__touch{left:-1px;width:calc(100% + 2px)}.mdc-button--outlined:disabled,.mdc-button--outlined:not(:disabled){border-color:#0000001f}.mdc-button--touch{margin-bottom:6px;margin-top:6px}.mdc-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-button .mdc-button__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-button:hover .mdc-button__ripple:before{opacity:.04}.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{opacity:.12;transition-duration:75ms}.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{opacity:.12;transition-duration:75ms}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-button .mdc-button__ripple{box-sizing:initial;height:100%;overflow:hidden;position:absolute;width:100%}.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple{left:0;top:0}.mdc-button--raised .mdc-button__ripple:after,.mdc-button--raised .mdc-button__ripple:before,.mdc-button--unelevated .mdc-button__ripple:after,.mdc-button--unelevated .mdc-button__ripple:before{background-color:#fff;background-color:var(--mdc-theme-on-primary,#fff)}.mdc-button--raised:hover .mdc-button__ripple:before,.mdc-button--unelevated:hover .mdc-button__ripple:before{opacity:.08}.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{opacity:.24;transition-duration:75ms}.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{opacity:.24;transition-duration:75ms}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:hidden;position:relative;will-change:transform,opacity}.mdc-ripple-surface:after,.mdc-ripple-surface:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-ripple-surface:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-ripple-surface.mdc-ripple-upgraded:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface:after,.mdc-ripple-surface:before{background-color:#000}.mdc-ripple-surface:hover:before{opacity:.04}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-ripple-surface:after,.mdc-ripple-surface:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-ripple-surface.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before{height:100%;left:0;top:0;width:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before{height:100%;height:var(--mdc-ripple-fg-size,100%);left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-ripple-surface--primary:hover:before{opacity:.04}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-ripple-surface--accent:hover:before{opacity:.04}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-switch__thumb-underlay{height:48px;left:-14px;right:auto;top:-17px;width:48px}.mdc-switch__thumb-underlay[dir=rtl],[dir=rtl] .mdc-switch__thumb-underlay{left:auto;right:-14px}.mdc-switch__native-control{height:48px;width:64px}.mdc-switch{display:inline-block;outline:none;position:relative;-webkit-user-select:none;user-select:none}.mdc-switch.mdc-switch--checked .mdc-switch__thumb,.mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-switch.mdc-switch--checked .mdc-switch__thumb{border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;background-color:var(--mdc-theme-on-surface,#000)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;background-color:var(--mdc-theme-surface,#fff);border-color:#fff;border-color:var(--mdc-theme-surface,#fff)}.mdc-switch__native-control{cursor:pointer;left:0;margin:0;opacity:0;pointer-events:auto;position:absolute;right:auto;top:0;transition:transform 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch__native-control[dir=rtl],[dir=rtl] .mdc-switch__native-control{left:auto;right:0}.mdc-switch__track{border:1px solid #0000;border-radius:7px;box-sizing:border-box;height:14px;opacity:.38;transition:opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1);width:36px}.mdc-switch__thumb-underlay{align-items:center;display:flex;justify-content:center;position:absolute;transform:translateX(0);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch__thumb{border:10px solid;border-radius:50%;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;box-sizing:border-box;height:20px;pointer-events:none;width:20px;z-index:1}.mdc-switch--checked .mdc-switch__track{opacity:.54}.mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(16px)}.mdc-switch--checked .mdc-switch__native-control,.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl],[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(-16px)}.mdc-switch--checked .mdc-switch__native-control[dir=rtl],[dir=rtl] .mdc-switch--checked .mdc-switch__native-control{transform:translateX(16px)}.mdc-switch--disabled{opacity:.38;pointer-events:none}.mdc-switch--disabled .mdc-switch__thumb{border-width:1px}.mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before{background-color:#9e9e9e}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before{opacity:.08}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after{opacity:.24;transition-duration:75ms}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-switch__thumb-underlay{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-switch__thumb-underlay:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{height:100%;left:0;top:0;width:100%}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after,.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before{height:100%;height:var(--mdc-ripple-fg-size,100%);left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-switch__thumb-underlay:hover:before{opacity:.04}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;color:#000000de;color:var(--mdc-theme-text-primary-on-background,#000000de);display:inline-flex;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);vertical-align:middle}.mdc-form-field>label{margin-left:0;margin-right:auto;order:0;padding-left:4px;padding-right:0}.mdc-form-field>label[dir=rtl],[dir=rtl] .mdc-form-field>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;order:-1;padding-left:0;padding-right:4px}.mdc-form-field--align-end>label[dir=rtl],[dir=rtl] .mdc-form-field--align-end>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl],[dir=rtl] .mdc-form-field--space-between>label{margin:0}@keyframes rmwcToolTipIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes rmwcToolTipOut{0%{opacity:1}to{opacity:0}}.rmwc-tooltip{display:block;font-family:inherit;font-size:.75rem;line-height:1.5;opacity:.9;padding:1px;position:absolute;visibility:visible;z-index:9999}.rmwc-tooltip-hidden{display:none}.rmwc-tooltip.rmwc-tooltip-zoom-enter,.rmwc-tooltip.rmwc-tooltip-zoom-leave{display:block}.rmwc-tooltip-zoom-appear,.rmwc-tooltip-zoom-enter{animation-duration:.15s;animation-fill-mode:both;animation-play-state:paused;opacity:0}.rmwc-tooltip-zoom-leave{animation-duration:75ms;animation-fill-mode:both;animation-play-state:paused}.rmwc-tooltip-zoom-appear.rmwc-tooltip-zoom-appear-active,.rmwc-tooltip-zoom-enter.rmwc-tooltip-zoom-enter-active{animation-name:rmwcToolTipIn;animation-play-state:running}.rmwc-tooltip-zoom-leave.rmwc-tooltip-zoom-leave-active{animation-name:rmwcToolTipOut;animation-play-state:running}.rmwc-tooltip-inner{align-items:center;background-color:#000;background-color:var(--mdc-theme-on-surface,#000);border-radius:.25rem;box-sizing:border-box;color:#fff;color:var(--mdc-theme-surface,#fff);display:flex;min-height:2rem;padding:.33rem 1rem;text-align:left;text-decoration:none}.rmwc-tooltip--show-arrow .rmwc-tooltip-arrow{display:block}.rmwc-tooltip-arrow{display:none}.rmwc-tooltip-arrow,.rmwc-tooltip-arrow-inner{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rmwc-tooltip-placement-top .rmwc-tooltip-arrow,.rmwc-tooltip-placement-topLeft .rmwc-tooltip-arrow,.rmwc-tooltip-placement-topRight .rmwc-tooltip-arrow{border-top-color:#000;border-top-color:var(--mdc-theme-on-surface,#000);border-width:6px 6px 0;bottom:-5px;margin-left:-6px}.rmwc-tooltip-placement-top .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-topLeft .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-topRight .rmwc-tooltip-arrow-inner{border-top-color:#fff;border-top-color:var(--mdc-theme-surface,#fff);border-width:6px 6px 0;bottom:1px;margin-left:-6px}.rmwc-tooltip-placement-top .rmwc-tooltip-arrow{left:50%}.rmwc-tooltip-placement-topLeft .rmwc-tooltip-arrow{left:15%}.rmwc-tooltip-placement-topRight .rmwc-tooltip-arrow{right:15%}.rmwc-tooltip-placement-right .rmwc-tooltip-arrow,.rmwc-tooltip-placement-rightBottom .rmwc-tooltip-arrow,.rmwc-tooltip-placement-rightTop .rmwc-tooltip-arrow{border-right-color:#000;border-right-color:var(--mdc-theme-on-surface,#000);border-width:6px 6px 6px 0;left:-5px;margin-top:-6px}.rmwc-tooltip-placement-right .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-rightBottom .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-rightTop .rmwc-tooltip-arrow-inner{border-right-color:#fff;border-right-color:var(--mdc-theme-surface,#fff);border-width:6px 6px 6px 0;left:1px;margin-top:-6px}.rmwc-tooltip-placement-right .rmwc-tooltip-arrow{top:50%}.rmwc-tooltip-placement-rightTop .rmwc-tooltip-arrow{margin-top:0;top:15%}.rmwc-tooltip-placement-rightBottom .rmwc-tooltip-arrow{bottom:15%}.rmwc-tooltip-placement-left .rmwc-tooltip-arrow,.rmwc-tooltip-placement-leftBottom .rmwc-tooltip-arrow,.rmwc-tooltip-placement-leftTop .rmwc-tooltip-arrow{border-left-color:#000;border-left-color:var(--mdc-theme-on-surface,#000);border-width:6px 0 6px 6px;margin-top:-6px;right:-5px}.rmwc-tooltip-placement-left .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-leftBottom .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-leftTop .rmwc-tooltip-arrow-inner{border-left-color:#fff;border-left-color:var(--mdc-theme-surface,#fff);border-width:6px 0 6px 6px;margin-top:-6px;right:1px}.rmwc-tooltip-placement-left .rmwc-tooltip-arrow{top:50%}.rmwc-tooltip-placement-leftTop .rmwc-tooltip-arrow{margin-top:0;top:15%}.rmwc-tooltip-placement-leftBottom .rmwc-tooltip-arrow{bottom:15%}.rmwc-tooltip-placement-bottom .rmwc-tooltip-arrow,.rmwc-tooltip-placement-bottomLeft .rmwc-tooltip-arrow,.rmwc-tooltip-placement-bottomRight .rmwc-tooltip-arrow{border-bottom-color:#000;border-bottom-color:var(--mdc-theme-on-surface,#000);border-width:0 6px 6px;margin-left:-6px;top:-5px}.rmwc-tooltip-placement-bottom .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-bottomLeft .rmwc-tooltip-arrow-inner,.rmwc-tooltip-placement-bottomRight .rmwc-tooltip-arrow-inner{border-bottom-color:#fff;border-bottom-color:var(--mdc-theme-surface,#fff);border-width:0 6px 6px;margin-left:-6px;top:1px}.rmwc-tooltip-placement-bottom .rmwc-tooltip-arrow{left:50%}.rmwc-tooltip-placement-bottomLeft .rmwc-tooltip-arrow{left:15%}.rmwc-tooltip-placement-bottomRight .rmwc-tooltip-arrow{right:15%}@media (min-width:768px){.rmwc-tooltip-inner{min-height:1.5rem;padding:.33rem .5rem}}body{margin:0}*{box-sizing:border-box}#root{-webkit-font-smoothing:antialiased;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root>.app__root{background-color:var(--mdc-theme-background);display:flex;flex-direction:column;height:100vh;overflow:hidden;width:100vw}#root>.app__root>.app-container{display:flex;height:100%;overflow:hidden;width:100%}#root>.app__root>.app-container>.app-content{height:100%;height:inherit;overflow:auto;padding:1rem;position:relative;width:inherit}#root>.app__root>.app-container>.app-content>*{min-height:100%;position:relative}#root>.app__root>.mdc-top-app-bar{position:relative}#root>.app__root>.mdc-top-app-bar>.mdc-top-app-bar__row>.mdc-top-app-bar__section{padding:8px 0}#root>.app__root>.mdc-top-app-bar--fixed-adjust{padding-top:0}#root>.app__root>.footer{align-items:center;background-color:var(--mdc-theme-secondary);display:flex;justify-content:center;min-height:45px;position:relative;text-align:center;vertical-align:center}.span-a{color:var(--mdc-theme-text-primary);cursor:pointer;text-decoration:underline;text-underline-position:under}.span-a.span-a--disabled{color:var(--mdc-theme-text-disabled-on-background);cursor:default}.span-a>a{color:inherit}.font-weight{font-weight:600!important}.margin-top{margin-top:1rem}.pointer{cursor:pointer}.circular-progress--center{left:50%;position:absolute!important;top:50%;transform:translate(-50%,-50%)!important}.hidden-input{height:0;overflow:hidden;width:0}h1,h2,h3{margin:0}.item--text{font-weight:600}.avatar-block--contain{background-color:var(--mdc-theme-background);background-position:50%;background-repeat:no-repeat;background-size:contain}a.link{all:unset;cursor:pointer}.false-mdc-input-field{border:1px solid #00000061;border-radius:4px;color:#000000de;display:inline-flex;font-size:1rem;height:44px;letter-spacing:.009375em;overflow:hidden;padding:12px 16px;width:100%}.test-link{background-color:#0000001a;bottom:0;height:100%;left:0;position:absolute;width:3rem;z-index:9999999999}.react-select-component.react-select-component--invalid>.select__control,.react-select-component.react-select-component--invalid>.select__control:hover{border-color:var(--mdc-theme-error)}.react-select-component.react-select-component--invalid>.select__control.select__control--is-focused{border-color:var(--mdc-theme-error);box-shadow:0 0 0 1px var(--mdc-theme-error)}.react-select-component>.select__control{border-color:#9e9e9e;min-height:44px;outline:none}.react-select-component>.select__control:hover{border-color:#373737}.react-select-component>.select__control.select__control--is-focused{box-shadow:0 0 0 1px #373737}.react-select-component>.select__control>.select__indicators>.select__indicator{color:#9e9e9e;padding:11px}.react-select-component>.select__control>.select__indicators>.select__indicator:hover{color:#373737}.react-select-component>.select__control>.select__indicators>.select__indicator-separator{background-color:#9e9e9e;padding-block:6px}.react-select-component>.select__control>.select__value-container{font-family:Roboto,sans-serif;padding-inline:12px}.react-select-component>.select__menu>.select__menu-list>.select__option{padding:11.5px 12px}.react-select-component>.select__menu>.select__menu-list>.select__option.select__option--is-focused,.react-select-component>.select__menu>.select__menu-list>.select__option:hover{background-color:#f5f5f5}.react-select-component>.select__menu>.select__menu-list>.select__option.select__option--is-selected{background-color:#e1e1e1;color:#000}form{all:unset}.unselectable{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.icon-disabled{color:var(--mdc-theme-text-disabled-on-background)}.rmwc-tooltip{font-size:1rem!important}.rmwc-tooltip-inner{background:#fff!important;border:3px solid #354c62!important;border:3px solid var(--mdc-theme-text-primary,#354c62)!important;box-shadow:3px 3px 2px 3px #0003;color:#354c62!important;color:var(--mdc-theme-text-primary,#354c62)!important}.mdc-drawer__content{display:flex;flex-direction:column}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-thumb{background:#80a1d9;border:0 solid #fff;border-radius:5px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#80a1d9}::-webkit-scrollbar-track{background:#fff;border:0 #fff;border-radius:5px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background:#fff}::-webkit-scrollbar-corner{background:#0000}.noSelect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}a{text-decoration:none}.form-field-title{color:#12324f;font-weight:600;margin-bottom:8px}.mdc-button{height:44px!important}.mdc-checkbox>.mdc-checkbox__background{border-color:#102c45de!important;border-color:var(--mdc-theme-on-surface,#102c45de)!important}.mdc-checkbox--selected>.mdc-checkbox__background{background-color:#102c45de!important;background-color:var(--mdc-theme-on-surface,#102c45de)!important}.mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mdc-theme-primary)!important}.mdc-snackbar__actions>.mdc-snackbar__action{color:#fff!important}.mdc-text-field:not(.mdc-text-field--textarea){height:44px!important}.mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled),.mdc-text-field:not(.mdc-text-field--disabled){background-color:#fff}.mdc-text-field.mdc-text-field--invalid .mdc-floating-label{color:var(--mdc-theme-error)!important}.mdc-text-field.mdc-text-field--textarea>.mdc-text-field__input{margin:initial}.mdc-text-field .mdc-floating-label{color:gray!important}.mdc-text-field .mdc-floating-label--float-above{transform:translateY(-28.75px) scale(.75)!important}.mdc-text-field>.mdc-line-ripple{display:none}.mdc-text-field>.mdc-text-field__input{padding-block:12px!important}.mdc-text-field .mdc-text-field__input{caret-color:var(--mdc-theme-primary)!important}.mdc-text-field.mdc-text-field--invalid{border-color:var(--mdc-theme-error)}.mdc-text-field.mdc-text-field--invalid>.mdc-floating-label{color:var(--mdc-theme-error)!important}.mdc-text-field>input:-webkit-autofill~.mdc-floating-label{transform:translateY(-28.75px) scale(.75)!important}.rmwc-icon{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.mdc-list-divider{list-style:none}div [class*=mdc-elevation--]{background-color:#fff}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{padding-bottom:0!important}.mdc-select{height:44px}.mdc-select>.mdc-select__anchor,.mdc-select>.mdc-select__anchor>.mdc-select__selected-text{height:inherit}.mdc-select>.mdc-select__anchor>.mdc-select__dropdown-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%!important;bottom:0;top:10px}.mdc-select>.mdc-select__anchor>.mdc-select__selected-text{padding-top:8px}.mdc-select.mdc-select--activated>.mdc-select__anchor>.mdc-select__dropdown-icon{transform:rotate(-180deg);transition:transform .15s cubic-bezier(.4,0,.2,1)}.mdc-dialog .mdc-dialog__surface{max-width:none!important}.mdc-list-divider{width:100%}.mdc-button--outlined:not(:disabled){border-color:var(--mdc-theme-primary)!important}.mdc-form-field label{margin-left:10px}.mdc-form-field .mdc-switch--checked .mdc-switch__thumb{background-color:#0044b4;border-color:#0044b4}.mdc-form-field .mdc-switch--checked .mdc-switch__track{background-color:#6d9adc}.mdc-form-field .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#dee7ef}.mdc-form-field .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#9aa2b0;border-color:#9aa2b0}.mdc-tab-bar{width:100%}.mdc-tab{height:48px}.mdc-tab--stacked{height:72px}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-appearance:none;background:none;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex:1 0 auto;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-button-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-button-font-weight,500);justify-content:center;letter-spacing:.0892857143em;letter-spacing:var(--mdc-typography-button-letter-spacing,.0892857143em);line-height:2.25rem;line-height:var(--mdc-typography-button-line-height,2.25rem);margin:0;outline:none;padding:0 24px;position:relative;text-align:center;text-decoration:none;-webkit-text-decoration:none;-webkit-text-decoration:var(--mdc-typography-button-text-decoration,none);text-decoration:var(--mdc-typography-button-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-button-text-transform,uppercase);white-space:nowrap;z-index:1}.mdc-tab .mdc-tab__text-label{color:#0009}.mdc-tab .mdc-tab__icon{fill:currentColor;color:#0000008a}.mdc-tab::-moz-focus-inner{border:0;padding:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{align-items:center;display:flex;height:inherit;justify-content:center;pointer-events:none;position:relative}.mdc-tab__text-label{display:inline-block;line-height:1}.mdc-tab__icon,.mdc-tab__text-label{transition:color .15s linear;z-index:2}.mdc-tab__icon{font-size:24px;height:24px;width:24px}.mdc-tab--stacked .mdc-tab__content{align-items:center;flex-direction:column;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-bottom:4px;padding-top:6px}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{transition-delay:.1s}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:0;padding-right:8px}.mdc-tab__ripple{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;will-change:transform,opacity}.mdc-tab__ripple:after,.mdc-tab__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-tab__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-tab__ripple.mdc-ripple-upgraded:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab__ripple.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab__ripple:after,.mdc-tab__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-tab__ripple.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-tab__ripple:after,.mdc-tab__ripple:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-tab__ripple:hover:before{opacity:.04}.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-tab__ripple:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-tab-scroller{overflow-y:hidden}.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab-scroller__test{height:100px;overflow-x:scroll;position:absolute;top:-9999px;width:100px}.mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:touch;display:flex;overflow-x:hidden}.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar{display:none}.mdc-tab-scroller__scroll-area--scroll{overflow-x:scroll}.mdc-tab-scroller__scroll-content{display:flex;flex:1 0 auto;position:relative;transform:none;will-change:transform}.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content{justify-content:flex-start}.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content{justify-content:flex-end}.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content{justify-content:center}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:auto}.mdc-tab-indicator{display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.mdc-tab-indicator .mdc-tab-indicator__content--underline{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-tab-indicator .mdc-tab-indicator__content--icon{color:#018786;color:var(--mdc-theme-secondary,#018786)}.mdc-tab-indicator .mdc-tab-indicator__content--underline{border-top-width:2px}.mdc-tab-indicator .mdc-tab-indicator__content--icon{font-size:34px;height:34px}.mdc-tab-indicator__content{opacity:0;transform-origin:left}.mdc-tab-indicator__content--underline{align-self:flex-end;border-top-style:solid;box-sizing:border-box;width:100%}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator .mdc-tab-indicator__content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition:opacity .15s linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition-delay:.1s}.rmwc-icon--component[disabled],.rmwc-icon--url[disabled],[disabled]>.rmwc-icon--component,[disabled]>.rmwc-icon--url{opacity:.38}.rmwc-icon--url{background-position:50%;background-repeat:no-repeat;background-size:1em;font-size:1.5rem;min-height:1em;min-width:1em}.rmwc-icon--size-xsmall{font-size:1.125rem;height:1em;width:1em}.rmwc-icon--size-small{font-size:1.25rem;height:1em;width:1em}.rmwc-icon--size-medium{font-size:1.5rem;height:1em;width:1em}.rmwc-icon--size-large{font-size:2.25rem;height:1em;width:1em}.rmwc-icon--size-xlarge{font-size:3rem;height:1em;width:1em}.accordion{background-color:#fff;box-shadow:0 4px 4px #00000040}.accordion-title-wrapper{align-items:center;display:flex;justify-content:space-between;padding:24px}.accordion-title{color:#12324f;font-size:22px;font-weight:700}.accordion-arrow{color:#12324f;font-size:30px;left:10px;position:relative}.accordion-arrow--active{transform:rotate(-180deg)}.avatar{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;position:relative;width:100%}.avatar:not(.linkDisabled):after{align-items:center;background:#0006;bottom:0;color:#fff;content:"Перейти в профиль";display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.avatar:hover:after{cursor:pointer;opacity:1}.ReactCrop{cursor:crosshair;display:inline-block;max-width:100%;overflow:hidden;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-height:inherit;max-width:100%}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080;cursor:move;left:0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;color:#fff}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{border-color:#00f;border-style:solid;outline:none}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{background-color:#fff6;content:"";display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{height:100%;width:1px}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{height:1px;width:100%}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{background-color:#0003;border:1px solid #ffffffb3;content:"";display:block;height:10px;outline:1px solid #0000;position:absolute;width:10px}.ReactCrop__drag-handle:focus:after{background:#2dbfff;border-color:#00f}.ReactCrop .ord-nw{cursor:nw-resize;left:0;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-nw:after{left:0;top:0}.ReactCrop .ord-n{cursor:n-resize;left:50%;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{cursor:ne-resize;margin-right:-5px;margin-top:-5px;right:0;top:0}.ReactCrop .ord-ne:after{right:0;top:0}.ReactCrop .ord-e{cursor:e-resize;margin-right:-5px;margin-top:-5px;right:0;top:50%}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;cursor:se-resize;margin-bottom:-5px;margin-right:-5px;right:0}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;cursor:s-resize;left:50%;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;cursor:sw-resize;left:0;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{cursor:w-resize;left:0;margin-left:-5px;margin-top:-5px;top:50%}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{height:6px;left:0;margin-top:-3px;top:0;width:100%}.ReactCrop__drag-bar.ord-e{height:100%;margin-right:-3px;right:0;top:0;width:6px}.ReactCrop__drag-bar.ord-s{bottom:0;height:6px;left:0;margin-bottom:-3px;width:100%}.ReactCrop__drag-bar.ord-w{height:100%;left:0;margin-left:-3px;top:0;width:6px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{height:24px;width:24px}}.avatar-editor{display:flex;flex-direction:column;min-height:615px;width:821px}.avatar-editor .avatar-editor-text{background:#dee7ef;font-size:24px;font-weight:900;height:90px;letter-spacing:.3px;line-height:28px;min-height:90px;text-align:center;width:100%}.avatar-editor .avatar-editor-headline,.avatar-editor .avatar-editor-text{align-items:center;display:flex;justify-content:center}.avatar-editor .avatar-editor-controls{margin:auto;padding:10px}.avatar-editor .avatar-editor-controls .avatar-editor-select .avatar-editor-input{cursor:pointer;height:44px;opacity:0;position:absolute;width:185px;z-index:10}.avatar-editor .avatar-editor-controls .avatar-editor-select .avatar-editor-btn{align-items:center;display:flex;justify-content:center;text-align:center}.avatar-editor .avatar-editor-controls .avatar-editor-select .avatar-editor-btn .mdc-button__label{display:flex}.avatar-editor .avatar-editor-controls .avatar-editor-select .avatar-editor-btn .mdc-button__label .avatar-editor-btn-text{padding:5px 0 5px 5px}.avatar-editor .avatar-editor-avatars{display:flex;margin:0 auto}.avatar-editor .avatar-editor-avatars .ReactCrop{height:100%;margin-right:15px;width:100%}.avatar-editor .avatar-editor-avatars .ReactCrop img{max-height:535px;max-width:400px}@media(max-height:720px),(max-width:1246px){.avatar-editor{display:flex;flex-direction:column;min-height:615px;width:821px}.avatar-editor .avatar-editor-text,.avatar-editor h5{font-size:20px}.avatar-editor h5 .avatar-editor-controls{margin:auto;padding:10px}.avatar-editor h5 .avatar-editor-controls .avatar-editor-select .avatar-editor-input{cursor:pointer;height:44px;opacity:0;position:absolute;width:185px;z-index:10}.avatar-editor h5 .avatar-editor-controls .avatar-editor-select .avatar-editor-btn{align-items:center;display:flex;justify-content:center;text-align:center}.avatar-editor h5 .avatar-editor-controls .avatar-editor-select .avatar-editor-btn .mdc-button__label{display:flex}.avatar-editor h5 .avatar-editor-controls .avatar-editor-select .avatar-editor-btn .mdc-button__label .avatar-editor-btn-text{padding:5px 0 5px 5px}}.checkbox-option{align-items:center;display:flex}.checkbox-option-label{font-weight:500;margin-left:5px}.checkbox-option-checkbox--disabled{opacity:.5}.form-select{display:inline-flex}.circular-filling-progress{position:relative}.circular-filling-progress .circular-filling-progress-circle-wrapper{fill:none;transform:rotate(-90deg) scaleY(-1)}.circular-filling-progress .circular-filling-progress-circle{fill:none;stroke:#ccdef1}.circular-filling-progress .circular-filling-progress-line{fill:none;stroke:#2f80ed;border:1px solid red}.circular-filling-progress .circular-filling-progress-text{color:#000;font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.divider{align-items:normal;border-right:2px solid #102c458a;border-right:2px solid var(--mdc-theme-text-secondary-on-background,#102c458a);height:100%;margin-left:16px;margin-right:16px;width:2px}.divider-horizontally{border-bottom:.5px solid #5c6e8c;display:flex;margin:16px 0}.divider-no-margin{margin:0}.form-field-wrapper{display:inline-flex;flex-direction:column}.form-field-wrapper .form-field-error{color:#b00020;font-size:14px;max-width:inherit}.form-field-wrapper .form-field-required{color:#b00020;font-size:14px}.form-field-wrapper-full-width{max-width:inherit;width:100%}.loading-wrapper{align-items:center;background-color:#fff;border-radius:5px;bottom:2rem;box-shadow:2px 2px 3px 3px #354c6280;display:flex;font-size:20px;height:45px;justify-content:center;position:fixed;right:3rem;vertical-align:center;width:150px}.loading-wrapper .loading-inner{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex}.loading-wrapper .circular-progress{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:20px;font-weight:600;margin-right:15px;margin-top:2px}.message-info-card{align-items:center;background-color:#fff;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;margin-bottom:22px;padding:19px}.message-info-card-body{justify-content:space-between;width:100%}.message-info-card-body,.message-info-card-message{align-items:center;display:flex}.message-info-card-icon{font-size:24px;margin-right:13px}.message-info-card-text{font-size:16px;font-weight:500;margin-top:2px}.page-title-component{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem}.page-title-component .title-wrapper-b{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;max-width:1000px;min-width:400px}.page-title-component .title-wrapper-b i{padding:.3rem}.page-title-component .title-wrapper-b .title{display:flex;margin-left:.3rem;margin-right:1rem;overflow:hidden;text-overflow:ellipsis}.page-title-component .title-wrapper-b a{all:unset}.page-title-component .title-wrapper-b .children{align-items:center!important;display:flex;flex:1 1}.page-title-component>.title-wrapper{align-items:center;column-gap:1rem;display:flex;flex:1 1;max-width:1000px;min-width:400px}.page-title-component>.title-wrapper i{padding:.3rem}.page-title-component>.title-wrapper .title{display:flex;margin-left:.3rem;margin-right:1rem;overflow:hidden;text-overflow:elepsis}.page-title-component>.title-wrapper a{all:unset}.page-title-component>.title-wrapper .children{align-items:center!important;display:flex;flex:1 1}.fullpage-alert{align-items:center;display:flex;flex-direction:column;font-weight:600;padding:2rem}.fullpage-alert .back.rmwc-icon{align-self:flex-start;cursor:pointer;font-size:24px!important;left:5px;position:absolute;top:5px}.fullpage-alert>.rmwc-icon{font-size:150px}.rmwc-circular-progress{color:#6200ee;color:var(--mdc-theme-primary,#6200ee);display:inline-block;font-size:1.5rem;height:1em;position:relative;transform:rotate(-90deg);width:1em}.rmwc-circular-progress--size-xsmall{font-size:1.125rem}.rmwc-circular-progress--size-small{font-size:1.25rem}.rmwc-circular-progress--size-medium{font-size:1.5rem}.rmwc-circular-progress--size-large{font-size:2.25rem}.rmwc-circular-progress--size-xlarge{font-size:3rem}.rmwc-circular-progress--indeterminate .rmwc-circular-progress__circle{animation:rmwc-circular-progress-indeterminate-bar-rotate 2s linear infinite}.rmwc-circular-progress--indeterminate .rmwc-circular-progress__path{stroke-dasharray:2.08%,416%;stroke-dashoffset:0;animation:rmwc-circular-progress-indeterminate-bar-dash 1.5s ease-in-out infinite}.rmwc-circular-progress__circle{height:100%;width:100%}.rmwc-circular-progress__path{fill:none;stroke-dasharray:0,416%;stroke-dashoffset:0;stroke-linecap:round;stroke-miterlimit:20;stroke-width:.125rem;stroke:currentColor;transition:stroke-dasharray .35s cubic-bezier(.4,0,.2,1)}.rmwc-circular-progress--thickerstroke .rmwc-circular-progress__path{stroke-width:.25rem}.rmwc-icon .rmwc-circular-progress{font-size:inherit}@keyframes rmwc-circular-progress-indeterminate-bar-rotate{to{transform:rotate(1turn)}}@keyframes rmwc-circular-progress-indeterminate-bar-dash{0%{stroke-dasharray:2.08%,416%;stroke-dashoffset:0%}50%{stroke-dasharray:185.4%,416%;stroke-dashoffset:-72.9%}to{stroke-dasharray:185.4%,416%;stroke-dashoffset:-258.33%}}.progress-checkbox{border:4px solid #2f80ed;border-radius:50%;display:inline-flex;flex-shrink:0;height:24px;position:relative;width:24px}.progress-checkbox-active{border-color:#f2994a}.progress-checkbox-check{color:#12324f;font-size:30px;left:-3px;position:absolute;top:-11px}.week-scroller{align-items:flex-end;display:flex;justify-content:center;padding-top:10px}.week-scroller>.page-button{align-items:center;cursor:pointer;display:flex;height:84px;justify-content:center;margin-bottom:4px;width:2.8rem}.week-scroller>.week-block{display:flex;flex-direction:column;padding-bottom:4px}.week-scroller>.week-block:first-child{padding-right:4px}.week-scroller>.week-block:not(:first-child):not(:last-child){padding-inline:4px}.week-scroller>.week-block:last-child{padding-left:4px}.week-scroller>.week-block.week-block--current{background:var(--mdc-theme-secondary)}.week-scroller>.week-block.week-block--current>.week-title{font-size:20px;font-weight:700}.week-scroller>.week-block>.week-title{align-items:center;display:flex;font-weight:500;height:4rem;justify-content:center;text-align:center;white-space:pre}.week-scroller>.week-block>.days-container{column-gap:4px;display:flex}.week-scroller>.week-block>.days-container>.day-block{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:column;height:84px;padding-block:4px;width:2.8rem}.week-scroller>.week-block>.days-container>.day-block.day-block--current>.day-number{background:var(--mdc-theme-secondary);border-radius:50%}.week-scroller>.week-block>.days-container>.day-block.day-block--active{outline:2px solid var(--mdc-theme-primary)}.week-scroller>.week-block>.days-container>.day-block>.day-number{align-items:center;display:flex;font-weight:600;height:2rem;justify-content:center;width:2rem}.custom-dialog .custom-dialog-title{align-items:center;background-color:var(--mdc-theme-secondary);color:inherit;display:flex;font-weight:700;justify-content:space-between;padding:9px 24px}.custom-dialog .custom-dialog-title i{cursor:pointer}.custom-dialog .custom-dialog-content{color:inherit;max-height:550px;max-width:700px;padding:0}.custom-dialog .custom-dialog-content hr{border:1px solid;color:#d8dee1}.custom-dialog .custom-dialog-content .footer-btn{display:flex;justify-content:center;margin-bottom:5px}.custom-dialog .custom-dialog-content .footer-btn button{width:50%}.custom-dialog .custom-dialog-content .doc-container{display:flex;flex-wrap:wrap;justify-content:center;max-height:500px;min-height:80px;overflow:auto}.custom-dialog .custom-dialog-content .doc-container .doc-container-no-data{color:#9aa2b0;margin:auto}.extended-custom-table-component .dialog-filter,.extended-custom-table-component .dialog-filter-last{align-items:start;background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;color:#354c62;cursor:default;font-weight:400;justify-content:center;padding:15px;position:absolute;right:-27px;text-align:start;width:300px;z-index:3}.extended-custom-table-component .dialog-filter .dialog-filter-input,.extended-custom-table-component .dialog-filter-last .dialog-filter-input{display:flex;width:100%}.extended-custom-table-component .dialog-filter .dialog-filter-input .dialog-select,.extended-custom-table-component .dialog-filter-last .dialog-filter-input .dialog-select{flex-basis:100%}.extended-custom-table-component .dialog-filter .dialog-filter-input .icon,.extended-custom-table-component .dialog-filter-last .dialog-filter-input .icon{align-self:center;cursor:pointer;margin-left:auto}.extended-custom-table-component .dialog-filter .dialog-filter-input .dialog-date,.extended-custom-table-component .dialog-filter-last .dialog-filter-input .dialog-date{display:flex;height:100px}.extended-custom-table-component .dialog-filter .dialog-filter-input .dialog-date .filter_alt,.extended-custom-table-component .dialog-filter-last .dialog-filter-input .dialog-date .filter_alt{margin-left:50px}.extended-custom-table-component .dialog-filter .dialog-filter-input .dialog-date .dialog-date-fields,.extended-custom-table-component .dialog-filter-last .dialog-filter-input .dialog-date .dialog-date-fields{display:flex;flex-direction:column;justify-content:space-between}.extended-custom-table-component .dialog-filter .dialog-filter-list .items,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .items{border:1px solid #dae6f6;border-radius:5px;height:300px;margin-top:10px;overflow:auto}.extended-custom-table-component .dialog-filter .dialog-filter-list .items .item,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .items .item{align-items:center;border-top:1px solid #dae6f6;display:flex;padding:5px;width:100%}.extended-custom-table-component .dialog-filter .dialog-filter-list .items .item .off-checkbox .mdc-checkbox__background,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .items .item .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.extended-custom-table-component .dialog-filter .dialog-filter-list .items .item:first-child,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .items .item:first-child{border:none}.extended-custom-table-component .dialog-filter .dialog-filter-list .items .item .item-text,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .items .item .item-text{text-overflow:ellipsis;width:90%}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons{display:flex;justify-content:space-between;margin-top:10px}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn{align-items:center;background-color:#12324f;border-radius:5px;color:#fff;display:flex;padding:5px;transition:box-shadow .15s ease-in-out;width:132px}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn div,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn div{padding-bottom:2px}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:last-child,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:last-child{background-color:#fff;border:1px solid #12324f;color:#12324f;width:122px}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:hover,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:hover{box-shadow:0 5px 10px 2px #223c5033;cursor:pointer;opacity:.9}.extended-custom-table-component .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:active,.extended-custom-table-component .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:active{opacity:.85}.extended-custom-table-component .dialog-filter .dialog-button,.extended-custom-table-component .dialog-filter-last .dialog-button{align-items:center;border-top:2px solid #0044b480;cursor:pointer;display:flex;margin-top:10px;padding:10px 50px 5px;width:100%}.extended-custom-table-component .dialog-filter .dialog-button div,.extended-custom-table-component .dialog-filter-last .dialog-button div{padding-top:1px;white-space:nowrap}.extended-custom-table-component .dialog-filter .dialog-button .icon,.extended-custom-table-component .dialog-filter-last .dialog-button .icon{margin-right:10px}.extended-custom-table-component .dialog-filter .dialog-button:hover,.extended-custom-table-component .dialog-filter-last .dialog-button:hover{color:#0044b4}.extended-custom-table-component .dialog-filter .dialog-button:active,.extended-custom-table-component .dialog-filter-last .dialog-button:active{color:#003fa8}.extended-custom-table-component .dialog-filter .dialog-other-buttons,.extended-custom-table-component .dialog-filter-last .dialog-other-buttons{display:flex;justify-content:space-between}.extended-custom-table-component .dialog-filter .dialog-items,.extended-custom-table-component .dialog-filter-last .dialog-items{height:360px;overflow:auto;padding:0 15px}.extended-custom-table-component .dialog-filter .dialog-switch,.extended-custom-table-component .dialog-filter-last .dialog-switch{border-top:1px solid #dae6f6;padding:6px 0}.extended-custom-table-component .dialog-filter .dialog-switch:last-child,.extended-custom-table-component .dialog-filter-last .dialog-switch:last-child{padding-bottom:0}.extended-custom-table-component .dialog-filter .dialog-close,.extended-custom-table-component .dialog-filter-last .dialog-close{border-bottom:1px solid #002f7e;cursor:pointer;margin:5px auto 10px;width:60px}.extended-custom-table-component{height:100%;min-width:750px!important}.extended-custom-table-component .loading-wrapper{align-items:center;background-color:#fff;border-radius:5px;bottom:2rem;box-shadow:2px 2px 3px 3px #354c6280;display:flex;font-size:20px;height:45px;justify-content:center;position:fixed;right:3rem;vertical-align:center;width:150px;z-index:99999}.extended-custom-table-component .loading-wrapper .loading-inner{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex}.extended-custom-table-component .loading-wrapper .loading-inner .circular-progress{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:20px;font-weight:600;margin-right:15px;margin-top:2px}.extended-custom-table-component .extended-custom-table-row{min-height:70px}.extended-custom-table-component .extended-custom-table-row .table-cell{padding:5px 5px 10px}.extended-custom-table-component .extended-custom-table-component-top{align-items:flex-end;display:flex;position:relative;width:100%}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items{display:flex;flex-wrap:wrap;height:92px;overflow:auto;padding-bottom:5px;width:100%}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items .filtered_or_sorted_item{background-color:#fff;box-shadow:0 5px 10px 2px #223c5024;display:flex;height:34px;margin:5px;padding:5px 8px}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items .filtered_or_sorted_item .item{display:flex}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items .filtered_or_sorted_item .item .column_name{margin-right:5px}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items .filtered_or_sorted_item .item .type{margin-right:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extended-custom-table-component .extended-custom-table-component-top .filtered_or_sorted_items .filtered_or_sorted_item .cancel{cursor:pointer}.extended-custom-table-component .extended-custom-table-component-top .search_field{position:relative}.extended-custom-table-component .extended-custom-table-component-top .search_field .search{position:absolute;right:10px;top:10px}.extended-custom-table-component .extended-custom-table-component-top .buttons{display:flex;justify-content:end;margin-left:auto;position:relative;width:690px}.extended-custom-table-component .extended-custom-table-component-top .buttons .restart_settings{margin-right:10px;margin-top:1rem}.extended-custom-table-component .table-cell-inner{width:170px}.extended-custom-table-component .search-input{width:500px}.extended-custom-table-component .table-wrapper{height:calc(100% - 150px);margin-top:20px;overflow:auto;position:relative;width:100%}@media screen and (max-width:1370px){.extended-custom-table-component .table-wrapper{height:calc(100% - 160px)}}.extended-custom-table-component .workers-table-pagination{display:flex;margin-top:10px}.extended-custom-table-component .workers-table-pagination .pagination-btn{background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;cursor:pointer;display:flex;margin:0 5px;padding:5px 6px}.extended-custom-table-component .workers-table-pagination .pagination-btn:first-child div{padding-right:6px}.extended-custom-table-component .workers-table-pagination .pagination-btn:last-child div{padding-left:6px}.extended-custom-table-component .extended-custom-table{margin-top:0}.extended-custom-table-component .extended-custom-table .headings{height:80px;position:sticky;top:0;z-index:2}.extended-custom-table-component .extended-custom-table .table-row.extended-custom-table-row{height:100%;min-width:auto!important}.extended-custom-table-component .extended-custom-table .table-row.extended-custom-table-row .table-cell{text-align:center}.extended-custom-table-component .extended-custom-table .table-row.extended-custom-table-row .table-cell .profile-link{color:var(--mdc-theme-primary)}.table-row{background-color:#fff;box-shadow:0 0 8px #00000026;display:flex;min-height:96px;min-width:100%!important}.table-row.heading{background-color:#fff;min-height:75px!important}.table-row.disabled{filter:brightness(95%)}.fixed-buttons-container{grid-column-gap:30px;color:#fff;column-gap:30px;display:grid;padding-top:1rem}@media(max-height:720px),(max-width:1246px){.fixed-buttons-container span{font-size:12px}}.mdc-elevation--z0{box-shadow:0 0 0 0 #0003,0 0 0 0 #00000024,0 0 0 0 #0000001f}.mdc-elevation--z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f}.mdc-elevation--z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f}.mdc-elevation--z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px 0 #00000024,0 1px 8px 0 #0000001f}.mdc-elevation--z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f}.mdc-elevation--z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px 0 #00000024,0 1px 14px 0 #0000001f}.mdc-elevation--z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px 0 #00000024,0 1px 18px 0 #0000001f}.mdc-elevation--z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mdc-elevation--z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mdc-elevation--z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mdc-elevation--z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mdc-elevation--z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mdc-elevation--z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mdc-elevation--z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mdc-elevation--z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mdc-elevation--z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mdc-elevation--z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mdc-elevation--z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mdc-elevation--z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mdc-elevation--z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mdc-elevation--z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mdc-elevation--z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mdc-elevation--z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mdc-elevation--z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mdc-elevation--z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mdc-elevation-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.mdc-select__anchor{width:100%}.rmwc-select__native-control{-webkit-appearance:none;appearance:none;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:1}.mdc-select{display:inline-flex;position:relative}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:#000000de}.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:#00000061}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:#0009}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#6200eede}.mdc-select.mdc-select--disabled .mdc-floating-label{color:#00000061}.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:#0000008a}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#6200ee;fill:var(--mdc-theme-primary,#6200ee)}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:#00000061}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:#0009}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:#00000061}.mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:#0000008a}.mdc-select.mdc-select--disabled .mdc-select__icon{color:#00000061}@media screen and (-ms-high-contrast:active){.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:red}.mdc-select.mdc-select--disabled .mdc-floating-label{color:GrayText}.mdc-select.mdc-select--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing{border-color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__icon,.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:GrayText}}.mdc-select .mdc-floating-label{pointer-events:none;top:50%;transform:translateY(-50%)}.mdc-select .mdc-select__anchor{padding-left:16px;padding-right:0}.mdc-select .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select .mdc-select__anchor{padding-left:0;padding-right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor{padding-left:0;padding-right:0}.mdc-select .mdc-select__icon{font-size:24px;height:24px;width:24px}.mdc-select .mdc-select__dropdown-icon{height:24px;width:24px}.mdc-select .mdc-select__menu .mdc-list-item,.mdc-select .mdc-select__menu .mdc-list-item[dir=rtl],[dir=rtl] .mdc-select .mdc-select__menu .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-select .mdc-select__menu .mdc-list-item__graphic{margin-left:0;margin-right:12px}.mdc-select .mdc-select__menu .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-select .mdc-select__menu .mdc-list-item__graphic{margin-left:12px;margin-right:0}.mdc-select__dropdown-icon{align-items:center;align-self:center;display:inline-flex;flex-shrink:0;justify-content:center;margin-left:12px;margin-right:12px;pointer-events:none;position:relative}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{left:0;position:absolute;top:0}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic{height:20.8333333333%;width:41.6666666667%}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:1;transition:opacity 75ms linear 75ms}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:0;transition:opacity 75ms linear}.mdc-select__dropdown-icon[dir=rtl],[dir=rtl] .mdc-select__dropdown-icon{margin-left:12px;margin-right:12px}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:0;transition:opacity 49.5ms linear}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:1;transition:opacity .1005s linear 49.5ms}.mdc-select__anchor{box-sizing:border-box;cursor:pointer;flex:1 1 auto;min-width:0;outline:none;overflow:hidden;position:relative;width:200px}.mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-select__selected-text-container{-webkit-appearance:none;appearance:none;background-color:initial;border:none;box-sizing:border-box;color:inherit;display:flex;flex-grow:1;height:28px;min-width:0;outline:none;padding:0;pointer-events:none;width:auto}.mdc-select__selected-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);overflow:hidden;text-align:left;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);white-space:nowrap;width:100%}.mdc-select__selected-text[dir=rtl],[dir=rtl] .mdc-select__selected-text{text-align:right}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error,#b00020)}.mdc-select--disabled{cursor:default;pointer-events:none}.mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item,.mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item{padding-left:12px;padding-right:12px}.mdc-select__menu .mdc-list .mdc-select__icon,.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl],[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon{margin-left:0;margin-right:0}.mdc-select__menu .mdc-list .mdc-list-item--activated,.mdc-select__menu .mdc-list .mdc-list-item--activated .mdc-list-item__graphic,.mdc-select__menu .mdc-list .mdc-list-item--selected,.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__graphic{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-select--filled .mdc-select__anchor{align-items:baseline;display:flex;height:56px}.mdc-select--filled .mdc-select__anchor:before{content:"";display:inline-block;height:40px;vertical-align:0;width:0}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text:before{content:"​"}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container{align-items:center;display:inline-flex;height:100%}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor:before{display:none}.mdc-select--filled .mdc-select__anchor{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px)}.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor{background-color:#f5f5f5}.mdc-select--filled.mdc-select--disabled .mdc-select__anchor{background-color:#fafafa}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple:before{border-bottom-color:#0000006b}.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple:before{border-bottom-color:#000000de}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple:after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary,#6200ee)}.mdc-select--filled.mdc-select--disabled .mdc-line-ripple:before{border-bottom-color:#0000000f}.mdc-select--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-select--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-select--filled .mdc-menu-surface--is-open-below{border-top-left-radius:0;border-top-right-radius:0}.mdc-select--filled.mdc-select--focused.mdc-line-ripple:after{opacity:1;transform:scaleY(2)}.mdc-select--filled .mdc-floating-label{left:16px;right:auto}.mdc-select--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--filled .mdc-floating-label{left:auto;right:16px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:auto}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:48px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above{max-width:calc(133.33333% - 128px)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple:after,.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple:before,.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-select--outlined{border:none}.mdc-select--outlined .mdc-select__anchor{height:56px}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{transform:translateX(0) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-34.75px) scale(.75)}to{transform:translateX(0) translateY(-34.75px) scale(.75)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px)}@supports (top:max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,4px);width:max(12px,var(--mdc-shape-small,4px))}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, 4px)*2);max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px)}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0}@supports (top:max(0%)){.mdc-select--outlined .mdc-select__anchor{padding-left:max(16px,8px);padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__anchor{padding-left:0}@supports (top:max(0%)){.mdc-select--outlined .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__anchor{padding-right:max(16px,8px);padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}.mdc-select--outlined+.mdc-select-helper-text{margin-left:max(16px,8px);margin-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined+.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text{margin-left:0}@supports (top:max(0%)){.mdc-select--outlined+.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text{margin-right:max(16px,8px);margin-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:initial}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#00000061}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#000000de}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee);border-width:2px}.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing{border-color:#0000000f}.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-select--outlined .mdc-select__anchor{align-items:baseline;display:flex;overflow:visible}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined .25s 1}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem;transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem;transform:translateY(-34.75px) scale(.75)}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text:before{content:"​"}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container{align-items:center;display:inline-flex;height:100%}.mdc-select--outlined .mdc-select__anchor:before{display:none}.mdc-select--outlined .mdc-select__selected-text-container{background-color:initial;border:none;display:flex;z-index:1}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{left:4px;line-height:1.15rem;right:auto}.mdc-select--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-floating-label{left:auto;right:4px}.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020);border-width:2px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:auto}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:36px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(.75)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(32px) scale(.75)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(-32px) translateY(-34.75px) scale(.75)}}.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(32px) translateY(-34.75px) scale(.75)}}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 96px)}.mdc-select--outlined .mdc-menu-surface{margin-bottom:8px}.mdc-select--outlined .mdc-menu-surface--is-open-below,.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface{margin-bottom:0}.mdc-select__anchor{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-select__anchor .mdc-select__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{background-color:#000000de}.mdc-select__anchor:hover .mdc-select__ripple:before{opacity:.04}.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple:before,.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple:before{opacity:.12;transition-duration:75ms}.mdc-select__anchor .mdc-select__ripple{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__ripple:after,.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-theme-on-surface,#000)}.mdc-select__menu .mdc-list .mdc-list-item--selected:hover .mdc-list-item__ripple:before{opacity:.04}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{opacity:.12;transition-duration:75ms}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{opacity:.12;transition-duration:75ms}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-select-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);line-height:normal;margin:0 16px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select-helper-text{margin-left:16px;margin-right:16px}.mdc-select-helper-text:before{content:"";display:inline-block;height:16px;vertical-align:0;width:0}.mdc-select-helper-text--validation-msg{opacity:0;transition:opacity .18s cubic-bezier(.4,0,.2,1)}.mdc-select--invalid+.mdc-select-helper-text--validation-msg,.mdc-select-helper-text--validation-msg-persistent{opacity:1}.mdc-select--with-leading-icon .mdc-select__icon{fill:currentColor;align-self:center;background-color:initial;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;flex-shrink:0;margin-left:12px;margin-right:12px;text-decoration:none;-webkit-user-select:none;user-select:none}.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon{margin-left:12px;margin-right:12px}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#000000de;color:var(--mdc-theme-text-primary-on-background,#000000de);font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);line-height:1.5rem;list-style-type:none;margin:0;padding:8px 0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.mdc-list:focus{outline:none}.mdc-list-item__secondary-text{color:#0000008a;color:var(--mdc-theme-text-secondary-on-background,#0000008a)}.mdc-list-item__graphic{background-color:initial;color:#00000061;color:var(--mdc-theme-text-icon-on-background,#00000061)}.mdc-list-item__meta{color:#00000061;color:var(--mdc-theme-text-hint-on-background,#00000061)}.mdc-list-item--disabled .mdc-list-item__text{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled .mdc-list-item__text{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-list-item--activated,.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item--selected,.mdc-list-item--selected .mdc-list-item__graphic{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-list--dense{font-size:.812rem;padding-bottom:4px;padding-top:4px}.mdc-list-item{align-items:center;display:flex;height:48px;justify-content:flex-start;overflow:hidden;padding:0 16px;position:relative}.mdc-list-item:focus{outline:none}.mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-list-item:not(.mdc-list-item--selected):focus:before{border:1px solid #0000;border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mdc-list-item.mdc-list-item--selected:before{border:3px double #0000;border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mdc-list--icon-list .mdc-list-item,.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list--icon-list .mdc-list-item{height:56px}.mdc-list--icon-list .mdc-list-item[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list--avatar-list .mdc-list-item{height:56px;padding-left:16px;padding-right:16px}.mdc-list--avatar-list .mdc-list-item[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list--thumbnail-list .mdc-list-item{height:56px;padding-left:16px;padding-right:16px}.mdc-list--thumbnail-list .mdc-list-item[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list--image-list .mdc-list-item{height:72px;padding-left:16px;padding-right:16px}.mdc-list--image-list .mdc-list-item[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list--video-list .mdc-list-item{height:72px;padding-left:0;padding-right:16px}.mdc-list--video-list .mdc-list-item[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-item{padding-left:16px;padding-right:0}.mdc-list--dense .mdc-list-item__graphic{height:20px;margin-left:0;margin-right:16px;width:20px}.mdc-list--dense .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--dense .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list-item__graphic{fill:currentColor;align-items:center;flex-shrink:0;height:24px;justify-content:center;margin-left:0;margin-right:32px;object-fit:cover;width:24px}.mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list--icon-list .mdc-list-item__graphic{height:24px;margin-left:0;margin-right:32px;width:24px}.mdc-list--icon-list .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list--avatar-list .mdc-list-item__graphic{border-radius:50%;height:40px;margin-left:0;margin-right:16px;width:40px}.mdc-list--avatar-list .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--thumbnail-list .mdc-list-item__graphic{height:40px;margin-left:0;margin-right:16px;width:40px}.mdc-list--thumbnail-list .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--image-list .mdc-list-item__graphic{height:56px;margin-left:0;margin-right:16px;width:56px}.mdc-list--image-list .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--video-list .mdc-list-item__graphic{height:56px;margin-left:0;margin-right:16px;width:100px}.mdc-list--video-list .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list .mdc-list-item__graphic{display:inline-flex}.mdc-list-item__meta{margin-left:auto;margin-right:0}.mdc-list-item__meta:not(.material-icons){-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-list-item[dir=rtl] .mdc-list-item__meta,[dir=rtl] .mdc-list-item .mdc-list-item__meta{margin-left:0;margin-right:auto}.mdc-list-item__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-list-item__text[for]{pointer-events:none}.mdc-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-list-item__primary-text:before{content:"";display:inline-block;height:28px;vertical-align:0;width:0}.mdc-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-list--avatar-list .mdc-list-item__primary-text,.mdc-list--icon-list .mdc-list-item__primary-text,.mdc-list--image-list .mdc-list-item__primary-text,.mdc-list--thumbnail-list .mdc-list-item__primary-text,.mdc-list--video-list .mdc-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-list--avatar-list .mdc-list-item__primary-text:before,.mdc-list--icon-list .mdc-list-item__primary-text:before,.mdc-list--image-list .mdc-list-item__primary-text:before,.mdc-list--thumbnail-list .mdc-list-item__primary-text:before,.mdc-list--video-list .mdc-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-list--avatar-list .mdc-list-item__primary-text:after,.mdc-list--icon-list .mdc-list-item__primary-text:after,.mdc-list--image-list .mdc-list-item__primary-text:after,.mdc-list--thumbnail-list .mdc-list-item__primary-text:after,.mdc-list--video-list .mdc-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-list--dense .mdc-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-list--dense .mdc-list-item__primary-text:before{content:"";display:inline-block;height:24px;vertical-align:0;width:0}.mdc-list--dense .mdc-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);line-height:normal;margin-top:0;overflow:hidden;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);white-space:nowrap}.mdc-list-item__secondary-text:before{content:"";display:inline-block;height:20px;vertical-align:0;width:0}.mdc-list--dense .mdc-list-item__secondary-text{font-size:inherit}.mdc-list--dense .mdc-list-item{height:40px}.mdc-list--two-line .mdc-list-item__text{align-self:flex-start}.mdc-list--two-line .mdc-list-item{height:64px}.mdc-list--two-line.mdc-list--avatar-list .mdc-list-item,.mdc-list--two-line.mdc-list--icon-list .mdc-list-item,.mdc-list--two-line.mdc-list--image-list .mdc-list-item,.mdc-list--two-line.mdc-list--thumbnail-list .mdc-list-item,.mdc-list--two-line.mdc-list--video-list .mdc-list-item{height:72px}.mdc-list--two-line.mdc-list--icon-list .mdc-list-item__graphic{align-self:flex-start;margin-top:16px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item,.mdc-list--two-line.mdc-list--dense .mdc-list-item{height:60px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{height:36px;margin-left:0;margin-right:16px;width:36px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic[dir=rtl],[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:16px;margin-right:0}:not(.mdc-list-item--disabled).mdc-list-item{cursor:pointer}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-divider{border:none;border-bottom:1px solid;border-bottom-color:#0000001f;height:0;margin:0}.mdc-list-divider--padded{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list-divider--padded[dir=rtl],[dir=rtl] .mdc-list-divider--padded{margin-left:0;margin-right:16px}.mdc-list-divider--inset{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list-divider--inset[dir=rtl],[dir=rtl] .mdc-list-divider--inset{margin-left:0;margin-right:72px}.mdc-list-divider--inset.mdc-list-divider--padded{margin-left:72px;margin-right:0;width:calc(100% - 88px)}.mdc-list-divider--inset.mdc-list-divider--padded[dir=rtl],[dir=rtl] .mdc-list-divider--inset.mdc-list-divider--padded{margin-left:0;margin-right:72px}.mdc-list .mdc-list-divider--inset-leading{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:16px}.mdc-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:16px}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:16px}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-list--icon-list .mdc-list-divider--inset-leading{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list--icon-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-list--icon-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:72px;margin-right:0;width:calc(100% - 88px)}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:16px}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-list--avatar-list .mdc-list-divider--inset-leading{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list--avatar-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-list--avatar-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:72px;margin-right:0;width:calc(100% - 88px)}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:16px}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-list--thumbnail-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:72px;margin-right:0;width:calc(100% - 88px)}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:16px}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-list--image-list .mdc-list-divider--inset-leading{margin-left:88px;margin-right:0;width:calc(100% - 88px)}.mdc-list--image-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:88px}.mdc-list--image-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:88px;margin-right:0;width:calc(100% - 104px)}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:88px}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:16px;margin-right:0;width:calc(100% - 16px)}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:16px}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:16px;margin-right:0;width:calc(100% - 32px)}.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-list--video-list .mdc-list-divider--inset-leading{margin-left:116px;margin-right:0;width:calc(100% - 116px)}.mdc-list--video-list .mdc-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading{margin-left:0;margin-right:116px}.mdc-list--video-list .mdc-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:116px;margin-right:0;width:calc(100% - 132px)}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing{margin-left:0;margin-right:116px}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:0;width:100%}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding{margin-left:0;margin-right:0}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:0;width:calc(100% - 16px)}.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding{margin-left:0;margin-right:0}.mdc-list-group .mdc-list{padding:0}.mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);margin:.75rem 16px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.mdc-evolution-list-item__primary-text{color:#000000de;color:var(--mdc-theme-text-primary-on-background,#000000de)}.mdc-evolution-list-item__secondary-text{color:#0000008a;color:var(--mdc-theme-text-secondary-on-background,#0000008a)}.mdc-evolution-list-item__start{background-color:initial;color:#00000061;color:var(--mdc-theme-text-icon-on-background,#00000061)}.mdc-evolution-list-item__end{color:#00000061;color:var(--mdc-theme-text-hint-on-background,#00000061)}.mdc-list-group__subheader{color:#000000de;color:var(--mdc-theme-text-primary-on-background,#000000de)}.mdc-evolution-list-item--disabled .mdc-evolution-list-item__content{opacity:.38}.mdc-evolution-list-item--disabled .mdc-evolution-list-item__content,.mdc-evolution-list-item--disabled .mdc-evolution-list-item__primary-text,.mdc-evolution-list-item--disabled .mdc-evolution-list-item__secondary-text{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-evolution-list-item--selected .mdc-evolution-list-item__primary-text,.mdc-evolution-list-item--selected .mdc-evolution-list-item__start,.mdc-list-item--activated .mdc-evolution-list-item__primary-text,.mdc-list-item--activated .mdc-evolution-list-item__start{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-evolution-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);line-height:1.5rem;list-style-type:none;margin:0;padding:8px 0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.mdc-evolution-list:focus{outline:none}.mdc-evolution-list-item{align-items:center;align-items:stretch;display:flex;justify-content:flex-start;overflow:hidden;padding:0 16px;position:relative}.mdc-evolution-list-item:focus{outline:none}.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item{padding-left:16px;padding-right:16px}.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line{height:48px}.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines{height:64px}.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines{height:88px}.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line .mdc-evolution-list-item__start{align-self:center;margin-top:0}.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__start,.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__start{align-self:flex-start;margin-top:16px}.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line .mdc-evolution-list-item__end,.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__end{align-self:center;margin-top:0}.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end{align-self:flex-start;margin-top:16px}.mdc-evolution-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-evolution-list-item:not(.mdc-evolution-list-item--selected):focus:before{border:1px solid #0000;border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mdc-evolution-list-item.mdc-evolution-list-item--selected:before{border:3px double #0000;border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mdc-evolution-list-item:not(.mdc-evolution-list-item--disabled){cursor:pointer}a.mdc-evolution-list-item{color:inherit;text-decoration:none}.mdc-evolution-list-item__start{fill:currentColor}.mdc-evolution-list-item__content{align-self:center;flex:1 1;min-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__content,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__content{align-self:stretch}.mdc-evolution-list-item__content[for]{pointer-events:none}.mdc-evolution-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);overflow:hidden;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);white-space:nowrap}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__primary-text,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__primary-text:before,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:28px;vertical-align:0;width:0}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__primary-text:after,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);line-height:normal;margin-top:0;overflow:hidden;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);white-space:nowrap}.mdc-evolution-list-item__secondary-text:before{content:"";display:inline-block;height:20px;vertical-align:0;width:0}.mdc-evolution-list-item__overline-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__overline-text,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__overline-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__overline-text:before,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__overline-text:before{content:"";display:inline-block;height:24px;vertical-align:0;width:0}.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__overline-text:after,.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__overline-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start,.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start{height:40px;width:40px}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start{border-radius:50%}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start{height:24px;width:24px}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start{margin-left:16px;margin-right:32px}.mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start{margin-left:32px;margin-right:16px}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-thumbnail .mdc-evolution-list-item__start,.mdc-evolution-list-item--with-leading-thumbnail .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-thumbnail .mdc-evolution-list-item__start{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-leading-thumbnail .mdc-evolution-list-item__start{height:40px;width:40px}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-one-line,.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start,.mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start{height:56px;width:56px}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-one-line,.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__start{align-self:flex-start;margin-top:8px}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start{margin-left:0;margin-right:16px}.mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start{margin-left:16px;margin-right:0}.mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start{height:56px;width:100px}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-checkbox .mdc-evolution-list-item__start{margin-left:8px;margin-right:24px}.mdc-evolution-list-item--with-leading-checkbox .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-checkbox .mdc-evolution-list-item__start{margin-left:24px;margin-right:8px}.mdc-evolution-list-item--with-leading-checkbox .mdc-evolution-list-item__start{height:40px;width:40px}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start{margin-left:8px;margin-right:24px}.mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start{margin-left:24px;margin-right:8px}.mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start{height:40px;width:40px}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-one-line{height:56px}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines{height:72px}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start,.mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start{height:20px;width:36px}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text{display:block;line-height:normal;margin-bottom:-20px;margin-top:0}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:before{content:"";display:inline-block;height:32px;vertical-align:0;width:0}.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end,.mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end{height:24px;width:24px}.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end,.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__end{align-self:flex-start;margin-top:0}.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end{margin-left:28px;margin-right:16px}.mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end{margin-left:16px;margin-right:28px}.mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end,.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__end{display:block;line-height:normal;margin-top:0}.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end:before,.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__end:before{content:"";display:inline-block;height:28px;vertical-align:0;width:0}.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end{margin-left:24px;margin-right:8px}.mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end{margin-left:8px;margin-right:24px}.mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end{height:40px;width:40px}.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end{align-self:flex-start;margin-top:8px}.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end{margin-left:24px;margin-right:8px}.mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end{margin-left:8px;margin-right:24px}.mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end{height:40px;width:40px}.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__end{align-self:flex-start;margin-top:8px}.mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item{padding-left:auto;padding-right:0}.mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item{padding-left:0;padding-right:auto}.mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end,.mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end[dir=rtl],[dir=rtl] .mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end{margin-left:16px;margin-right:16px}.mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end{height:20px;width:36px}.mdc-evolution-list-group .mdc-list{padding:0}.mdc-evolution-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);margin:.75rem 16px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.mdc-evolution-list-divider{background-clip:content-box;background-color:#0000001f;height:1px;padding:0}.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding{padding-left:16px;padding-right:auto}.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding[dir=rtl],[dir=rtl] .mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding{padding-left:auto;padding-right:16px}.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset{padding-left:16px;padding-right:auto}.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset[dir=rtl],.mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset,[dir=rtl] .mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:16px}.mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset{padding-left:16px;padding-right:auto}.mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset{padding-left:72px;padding-right:auto}.mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:72px}.mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset{padding-left:88px;padding-right:auto}.mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:88px}.mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset{padding-left:72px;padding-right:auto}.mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:72px}.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding{padding-left:0;padding-right:auto}.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding{padding-left:auto;padding-right:0}.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset{padding-left:116px;padding-right:auto}.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:116px}.mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset{padding-left:72px;padding-right:auto}.mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:72px}.mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset{padding-left:72px;padding-right:auto}.mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:72px}.mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset{padding-left:84px;padding-right:auto}.mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:84px}.mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset{padding-left:72px;padding-right:auto}.mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset{padding-left:auto;padding-right:72px}:not(.mdc-list-item--disabled).mdc-evolution-list-item,:not(.mdc-list-item--disabled).mdc-list-item{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{height:200%;left:-50%;top:-50%;width:200%}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{background-color:#000}:not(.mdc-list-item--disabled).mdc-evolution-list-item:hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple:before{opacity:.04}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{opacity:.12;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{opacity:.12;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded,:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:before{opacity:.12}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple:before{opacity:.16}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{opacity:.24;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{opacity:.24;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated.mdc-ripple-upgraded,:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:before{opacity:.08}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple:before{opacity:.12}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{opacity:.2;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{opacity:.2;transition-duration:75ms}:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected.mdc-ripple-upgraded,:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.2}:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mdc-list-item--disabled{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-list-item--disabled .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{background-color:#000}.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{opacity:.12;transition-duration:75ms}.mdc-list-item--disabled .mdc-list-item__ripple{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.rmwc-list-item__disabled{opacity:.38;pointer-events:none}.rmwc-collapsible-list{width:100%}.rmwc-collapsible-list__children{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s,opacity .3s}.rmwc-collapsible-list--open>.rmwc-collapsible-list__children{opacity:1}.rmwc-collapsible-list__handle .mdc-list-item__meta{transition:transform .3s;-webkit-user-select:none;user-select:none}.rmwc-collapsible-list--open>.rmwc-collapsible-list__handle .mdc-list-item__meta{transform:rotate(90deg)}.rmwc-collapsible-list__children .mdc-list-item{padding-left:1.5rem}.rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list__children .mdc-list-item{padding-left:2.5rem}.rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list__children .mdc-list-item{padding-left:3.5rem}.rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list .rmwc-collapsible-list__children .mdc-list-item{padding-left:4.5rem}.rmwc-collapsible-list__children-inner{overflow:auto}.mdc-menu{min-width:112px}.mdc-menu .mdc-list-item__graphic,.mdc-menu .mdc-list-item__meta{color:#000000de}.mdc-menu .mdc-list{color:#000000de;position:relative}.mdc-menu .mdc-list .mdc-elevation-overlay{height:100%;left:0;top:0;width:100%}.mdc-menu .mdc-list-divider{margin:8px 0}.mdc-menu .mdc-list-item{-webkit-user-select:none;user-select:none}.mdc-menu .mdc-list-item--disabled{cursor:auto}.mdc-menu a.mdc-list-item .mdc-list-item__graphic,.mdc-menu a.mdc-list-item .mdc-list-item__text{pointer-events:none}.mdc-menu__selection-group{fill:currentColor;padding:0}.mdc-menu__selection-group .mdc-list-item{padding-left:56px;padding-right:16px}.mdc-menu__selection-group .mdc-list-item[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-list-item{padding-left:16px;padding-right:56px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{display:none;left:16px;position:absolute;right:auto;top:50%;transform:translateY(-50%)}.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon{left:auto;right:16px}.mdc-menu-item--selected .mdc-menu__selection-group-icon{display:inline}.mdc-menu-surface{transform-origin-left:top left;transform-origin-right:top right;background-color:#fff;background-color:var(--mdc-theme-surface,#fff);border-radius:4px;border-radius:var(--mdc-shape-medium,4px);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;box-sizing:border-box;color:#000;color:var(--mdc-theme-on-surface,#000);display:none;margin:0;max-height:calc(100vh - 32px);max-width:calc(100vw - 32px);opacity:0;overflow:auto;padding:0;position:absolute;transform:scale(1);transform-origin:top left;transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1),height .25s cubic-bezier(0,0,.2,1);will-change:transform,opacity;z-index:8}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--open{display:inline-block;opacity:1;transform:scale(1)}.mdc-menu-surface--animating-open{display:inline-block;opacity:0;transform:scale(.8)}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity 75ms linear}.mdc-menu-surface[dir=rtl],[dir=rtl] .mdc-menu-surface{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{overflow:visible;position:relative}.mdc-menu-surface--fixed{position:fixed}.mdc-menu-surface--fullwidth{width:100%}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:text;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);left:0;letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.15rem;overflow:hidden;position:absolute;text-align:left;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);transform-origin:left top;transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;will-change:transform}.mdc-floating-label[dir=rtl],[dir=rtl] .mdc-floating-label{left:auto;right:0;text-align:right;transform-origin:right top}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:after{content:"*";margin-left:1px;margin-right:0}.mdc-floating-label--required[dir=rtl]:after,[dir=rtl] .mdc-floating-label--required:after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard .25s 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(0) translateY(-106%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-106%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-106%) scale(.75)}to{transform:translateX(0) translateY(-106%) scale(.75)}}.mdc-line-ripple:after,.mdc-line-ripple:before{border-bottom-style:solid;bottom:0;content:"";left:0;position:absolute;width:100%}.mdc-line-ripple:before{border-bottom-width:1px;z-index:1}.mdc-line-ripple:after{border-bottom-width:2px;opacity:0;transform:scaleX(0);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);z-index:2}.mdc-line-ripple--active:after{opacity:1;transform:scaleX(1)}.mdc-line-ripple--deactivating:after{opacity:0}.mdc-notched-outline{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;top:0;width:100%}.mdc-notched-outline[dir=rtl],[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-bottom:1px solid;border-top:1px solid;box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}.mdc-notched-outline__leading[dir=rtl],.mdc-notched-outline__trailing,[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;max-width:calc(100% - 24px);width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;max-width:100%;position:relative}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.33333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{border-top:none;padding-left:0;padding-right:8px}.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl],[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{padding:0}.mdc-text-field--filled{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-text-field--filled .mdc-text-field__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-text-field__ripple{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mdc-text-field{align-items:baseline;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);box-sizing:border-box;display:inline-flex;overflow:hidden;padding:0 16px;position:relative;will-change:opacity,transform,color}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#000000de}@media{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#0000008a}}@media{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#0000008a}}.mdc-text-field .mdc-text-field__input{caret-color:#6200ee;caret-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#0000008a}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:#0009}.mdc-text-field .mdc-floating-label{pointer-events:none;top:50%;transform:translateY(-50%)}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:0;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);height:28px;letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);min-width:0;padding:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);transition:opacity .15s cubic-bezier(.4,0,.2,1);width:100%}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media{.mdc-text-field__input::placeholder{opacity:0;transition:opacity 67ms cubic-bezier(.4,0,.2,1)}}@media{.mdc-text-field__input:-ms-input-placeholder{opacity:0;-ms-transition:opacity 67ms cubic-bezier(.4,0,.2,1);transition:opacity 67ms cubic-bezier(.4,0,.2,1)}}@media{.mdc-text-field--focused .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder{opacity:1;transition-delay:40ms;transition-duration:.11s}}@media{.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder{opacity:1;transition-delay:40ms;transition-duration:.11s}}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);height:28px;letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);opacity:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);transition:opacity .15s cubic-bezier(.4,0,.2,1);white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports (-webkit-hyphens:none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}.mdc-text-field__affix--prefix[dir=rtl],[dir=rtl] .mdc-text-field__affix--prefix{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl],.mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix[dir=rtl],[dir=rtl] .mdc-text-field__affix--suffix{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl],[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{background-color:#000000de}.mdc-text-field--filled:hover .mdc-text-field__ripple:before{opacity:.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:.12;transition-duration:75ms}.mdc-text-field--filled:before{content:"";display:inline-block;height:40px;vertical-align:0;width:0}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#0000006b}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#000000de}.mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--filled .mdc-floating-label{left:16px;right:auto}.mdc-text-field--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--filled .mdc-floating-label{left:auto;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--no-label:before{display:none}@supports (-webkit-hyphens:none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem;transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem;transform:translateY(-34.75px) scale(.75)}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(0) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-34.75px) scale(.75)}to{transform:translateX(0) translateY(-34.75px) scale(.75)}}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#00000061}.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:#000000de}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px)}@supports (top:max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,4px);width:max(12px,var(--mdc-shape-small,4px))}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, 4px)*2);max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0}@supports (top:max(0%)){.mdc-text-field--outlined{padding-right:max(16px,4px);padding-right:max(16px,var(--mdc-shape-small,4px))}.mdc-text-field--outlined,.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,8px);padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,4px);padding-right:max(16px,var(--mdc-shape-small,4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,4px);padding-right:max(16px,var(--mdc-shape-small,4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:max(16px,4px);padding-left:max(16px,var(--mdc-shape-small,4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,8px);padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:max(16px,8px);padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-text-field__ripple:after,.mdc-text-field--outlined .mdc-text-field__ripple:before{content:none}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto}.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--outlined .mdc-text-field__input{background-color:initial;border:none!important;display:flex}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{align-items:center;flex-direction:column;height:auto;padding:0;transition:none;width:auto}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{box-sizing:border-box;flex-grow:1;height:auto;line-height:1.5rem;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;padding:0 16px;resize:none}.mdc-text-field--textarea.mdc-text-field--filled:before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled .25s 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(0) translateY(-10.25px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-10.25px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-10.25px) scale(.75)}to{transform:translateX(0) translateY(-10.25px) scale(.75)}}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-bottom:9px;margin-top:23px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-bottom:16px;margin-top:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem;transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem;transform:translateY(-24.75px) scale(.75)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined .25s 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(0) translateY(-24.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-24.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-24.75px) scale(.75)}to{transform:translateX(0) translateY(-24.75px) scale(.75)}}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-bottom:16px;margin-top:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter:after{content:"";display:inline-block;height:16px;vertical-align:-16px;width:0}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter:before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input{transform:translateX(1px) translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{left:48px;max-width:calc(100% - 48px);right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{left:auto;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:auto;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(-32px) translateY(-34.75px) scale(.75)}}.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(32px) translateY(-34.75px) scale(.75)}}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 128px)}.mdc-text-field-helper-line{box-sizing:border-box;display:flex;justify-content:space-between}.mdc-text-field+.mdc-text-field-helper-line{padding-left:16px;padding-right:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#6200eede}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after,.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.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,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{color:#00000061}@media{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:#00000061}}@media{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:#00000061}}.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#00000061}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:#0000004d}.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:#00000061}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:#0000000f}.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:#0000000f}@media screen and (-ms-high-contrast:active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (-ms-high-contrast:active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (-ms-high-contrast:active){.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix,.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input{text-align:left}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input{direction:ltr}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading{order:1}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix{order:2}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input{order:3}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix{order:4}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing{order:5}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-right:12px}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px}.mdc-text-field-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);line-height:normal;margin:0;opacity:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);transition:opacity .15s cubic-bezier(.4,0,.2,1);will-change:opacity}.mdc-text-field-helper-text:before{content:"";display:inline-block;height:16px;vertical-align:0;width:0}.mdc-text-field-helper-text--persistent{opacity:1;transition:none;will-change:auto}.mdc-text-field-character-counter{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);line-height:normal;margin-left:auto;margin-right:0;margin-top:0;padding-left:16px;padding-right:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);white-space:nowrap}.mdc-text-field-character-counter:before{content:"";display:inline-block;height:16px;vertical-align:0;width:0}.mdc-text-field-character-counter[dir=rtl],[dir=rtl] .mdc-text-field-character-counter{margin-left:0;margin-right:auto;padding-left:0;padding-right:16px}.mdc-text-field__icon{align-self:center;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field__icon svg{display:block}.mdc-text-field__icon--leading{margin-left:16px;margin-right:8px}.mdc-text-field__icon--leading[dir=rtl],[dir=rtl] .mdc-text-field__icon--leading{margin-left:8px;margin-right:16px}.mdc-text-field__icon--trailing{margin-left:0;margin-right:0;padding:12px}.mdc-text-field__icon--trailing[dir=rtl],[dir=rtl] .mdc-text-field__icon--trailing{margin-left:0;margin-right:0}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:inline;display:initial}.form-component{display:flex;flex-direction:column;row-gap:10px}.form-component .form-block-header{display:flex;padding:1.6rem;position:relative}.form-component .form-block-header .form-block-header-name{align-items:center;color:#12324f;display:flex;font-size:22px;font-style:normal;font-weight:500;letter-spacing:.3px;line-height:26px}.form-component .form-block-header .form-block-header-icon{margin:auto 0}.form-component .form-block-header .form-block-header-buttons{display:flex;margin-left:auto;margin-right:30px}.form-component .form-block-header .form-block-header-buttons .form-block-header-button{margin:0 10px}.form-component .form-block-header .expand_more{cursor:pointer;position:absolute;right:25px;top:25px}.form-component.form-component--solid{background-color:#fff;box-shadow:0 3px 3px -2px #0003,0 3px 4px 0 #00000024,0 1px 8px 0 #0000001f;padding:1.6rem}.form-component.form-component--solid>.form-block{background-color:initial;box-shadow:none;padding:initial}.form-component.form-component--solid>.form-block:nth-child(5){background-color:#f5f5f8;padding:20px}.form-component.form-component--solid>.form-block:not(:last-child)>.form-column{margin-bottom:0}.form-component .mdc-list-divider{margin-block:10px}.form-component .form-block{column-gap:1.6rem;display:flex;flex-wrap:wrap;padding:1.6rem;row-gap:10px}.form-component .form-block>.form-column{display:flex;flex-direction:column;max-width:100%;row-gap:10px}.form-component .form-block>.form-column.form-column--fullwidth{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.form-component .form-block>.form-column.form-column--fullwidth>.form-column--item{position:relative;width:auto!important}.form-component .form-block>.form-column>.form-column--title{display:inline-block;font-size:20px;font-weight:600}.form-component .form-block>.form-column>.form-column--title>.form-column--caption{color:var(--mdc-theme-text-secondary-on-light);font-size:smaller;white-space:break-spaces}.form-component .form-block>.form-column>.form-column--item{display:flex;flex-direction:column;max-width:100%;position:relative}.form-component .form-block>.form-column>.form-column--item>.item-textfields{align-items:center;display:flex}.form-component .form-block>.form-column>.form-column--item>.item-textfields>.mdc-text-field{margin-left:1rem}.form-component .form-block>.form-column>.form-column--item>.item-textfields>.mdc-text-field:not(:last-child){margin-right:1rem}.form-component .form-block>.form-column>.form-column--item>.item-periods{align-items:center;display:flex}.form-component .form-block>.form-column>.form-column--item>.item-periods>.false-mdc-input-field{margin-left:1rem}.form-component .form-block>.form-column>.form-column--item>.item-periods>.false-mdc-input-field:not(:last-child){margin-right:1rem}.form-component .form-block>.form-column>.form-column--item>.item-title{font-weight:600;margin-bottom:4px}.form-component .form-block>.form-column>.form-column--item>.item-title.item-title--view{color:var(--mdc-theme-text-secondary-on-light);font-weight:400}.form-component .form-block>.form-column>.form-column--item>.item-title.item-title--view>.item-caption{display:none}.form-component .form-block>.form-column>.form-column--item>.item-title>.item-title--required{color:red}.form-component .form-block>.form-column>.form-column--item>.item-title>.item-caption{color:var(--mdc-theme-text-secondary-on-light);white-space:break-spaces}.form-component .form-block>.form-column>.form-column--item>.item-text{font-weight:600;overflow:hidden;text-overflow:ellipsis}.form-component .form-block>.form-column>.form-column--item>.item-text-headline{font-size:22px;font-weight:500;line-height:26px;width:100%}.form-component .form-block>.form-column>.form-column--item>.item-text-headline .link,.form-component .form-block>.form-column>.form-column--item>.item-text-headline a{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);text-decoration:underline}.form-component .form-block>.form-column>.form-column--item>.item-text-headline a{font-style:italic}.form-component .form-block>.form-column>.form-column--item>.item-text.link{text-decoration:underline}.form-component .form-block>.form-column>.form-column--item>.error-text{color:var(--mdc-theme-error);font-size:small}.textarea{resize:vertical!important}.eye{position:absolute;right:0}.instruction-component{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:7}.instruction-component .instruction-dialog{background-color:#fff;z-index:9}.instruction-component .instruction-dialog .instruction-dialog-title{align-items:center;background:#dee7ef;color:#12324f;display:flex;font-size:24px;font-weight:900;height:90px;justify-content:center;letter-spacing:.3px;line-height:28px;text-align:center;width:564px}.instruction-component .instruction-dialog .instruction-dialog-content{padding:30px 30px 20px;width:564px}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-step-title{color:#12324f;font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-step-list{padding-inline-start:20px}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-step-list .instruction-step-list-item{color:#12324f;font-size:16px;font-weight:400;line-height:19px;padding-bottom:8px}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-check .instruction-check-title{color:#5c6e8c;font-size:16px;font-weight:400;letter-spacing:.3px;line-height:19px;padding-top:20px;text-align:center}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-check .instruction-check-variants{display:flex;justify-content:center}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-check .instruction-check-variants .instruction-check-variant{display:flex;margin:0 10px;padding-top:16px}.instruction-component .instruction-dialog .instruction-dialog-content .instruction-step .instruction-check .instruction-check-variants .instruction-check-variant .instruction-check-radio-label{margin-left:16px}.instruction-component .instruction-dialog .instruction-dialog-btns{align-items:center;border-top:1px solid;display:flex;height:76px;justify-content:space-evenly}.instruction-component .instruction-dialog .instruction-dialog-btns .instruction-dialog-btn-underlined{color:#12324f;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px;text-decoration:underline}.instruction-component .instruction-dialog .instruction-dialog-btns .instruction-dialog-btn{background-color:#12324f;border-radius:2px;color:#f5f5f8;cursor:pointer;font-size:13px;font-weight:500;height:27px;letter-spacing:.3px;line-height:15px;padding-top:5px;text-align:center;width:210px}.instruction-component .instruction-dialog-scrim{align-items:center;background-color:#00000052;box-sizing:border-box;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:7}.menu-filter,.menu-filter-last{align-items:start;background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;color:#354c62;cursor:default;font-weight:400;justify-content:center;padding:15px;position:absolute;right:0;text-align:start;top:60px;width:300px;z-index:3}.menu-filter .menu-filter-input,.menu-filter-last .menu-filter-input{display:flex;width:100%}.menu-filter .menu-filter-input .dialog-select,.menu-filter-last .menu-filter-input .dialog-select{flex-basis:100%}.menu-filter .menu-filter-input .icon,.menu-filter-last .menu-filter-input .icon{align-self:center;cursor:pointer;margin-left:auto}.menu-filter .menu-filter-input .dialog-date,.menu-filter-last .menu-filter-input .dialog-date{display:flex;height:100px}.menu-filter .menu-filter-input .dialog-date .filter_alt,.menu-filter-last .menu-filter-input .dialog-date .filter_alt{margin-left:50px}.menu-filter .menu-filter-input .dialog-date .dialog-date-fields,.menu-filter-last .menu-filter-input .dialog-date .dialog-date-fields{display:flex;flex-direction:column;justify-content:space-between}.menu-filter .menu-filter-list .items,.menu-filter-last .menu-filter-list .items{border:1px solid #dae6f6;border-radius:5px;height:300px;margin-top:10px;overflow:auto}.menu-filter .menu-filter-list .items .item,.menu-filter-last .menu-filter-list .items .item{align-items:center;border-top:1px solid #dae6f6;display:flex;padding:5px;width:100%}.menu-filter .menu-filter-list .items .item .off-checkbox .mdc-checkbox__background,.menu-filter-last .menu-filter-list .items .item .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.menu-filter .menu-filter-list .items .item:first-child,.menu-filter-last .menu-filter-list .items .item:first-child{border:none}.menu-filter .menu-filter-list .items .item .item-text,.menu-filter-last .menu-filter-list .items .item .item-text{text-overflow:ellipsis;width:90%;word-break:break-word}.menu-filter .menu-filter-list .dialog-buttons,.menu-filter-last .menu-filter-list .dialog-buttons{display:flex;justify-content:space-between;margin-top:10px}.menu-filter .menu-filter-list .dialog-buttons .dialog-btn,.menu-filter-last .menu-filter-list .dialog-buttons .dialog-btn{align-items:center;background-color:#12324f;border-radius:5px;color:#fff;display:flex;padding:5px;transition:box-shadow .15s ease-in-out;width:132px}.menu-filter .menu-filter-list .dialog-buttons .dialog-btn:last-child,.menu-filter-last .menu-filter-list .dialog-buttons .dialog-btn:last-child{background-color:#fff;border:1px solid #12324f;color:#12324f;width:122px}.menu-filter .menu-filter-list .dialog-buttons .dialog-btn:hover,.menu-filter-last .menu-filter-list .dialog-buttons .dialog-btn:hover{box-shadow:0 5px 10px 2px #223c5033;cursor:pointer;opacity:.9}.menu-filter .menu-filter-list .dialog-buttons .dialog-btn:active,.menu-filter-last .menu-filter-list .dialog-buttons .dialog-btn:active{opacity:.85}.menu-filter .dialog-button,.menu-filter-last .dialog-button{align-items:center;border-top:2px solid #0044b480;cursor:pointer;display:flex;margin-top:10px;padding:10px 50px 5px;width:100%}.menu-filter .dialog-button div,.menu-filter-last .dialog-button div{padding-top:1px;white-space:nowrap}.menu-filter .dialog-button .icon,.menu-filter-last .dialog-button .icon{margin-right:10px}.menu-filter .dialog-button:hover,.menu-filter-last .dialog-button:hover{color:#0044b4}.menu-filter .dialog-button:active,.menu-filter-last .dialog-button:active{color:#003fa8}.menu-filter .dialog-other-buttons,.menu-filter-last .dialog-other-buttons{display:flex;justify-content:space-between}.menu-filter .dialog-items,.menu-filter-last .dialog-items{height:360px;overflow:auto;padding:0 15px}.menu-filter .dialog-switch,.menu-filter-last .dialog-switch{border-top:1px solid #dae6f6;padding:6px 0}.menu-filter .dialog-switch:last-child,.menu-filter-last .dialog-switch:last-child{padding-bottom:0}.menu-filter .dialog-close,.menu-filter-last .dialog-close{border-bottom:1px solid #002f7e;cursor:pointer;margin:5px auto 10px;width:60px}.gray{background:#f5f5f8}.bold{font-size:16px;font-weight:500!important;letter-spacing:.3px;line-height:19px}.text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.need-wrapper:hover{box-shadow:0 4px 10px #0000004d}.need-wrapper{background:#fff;border-radius:2px;box-shadow:0 2px 4px #0000001a;cursor:pointer;padding:20px;transition:all .2s ease-in-out}.need-wrapper .need-params-wrapper{grid-gap:7px;display:grid;grid-template-columns:30% calc(70% - 7px);grid-template-rows:50% calc(50% - 3.5px);height:158px;margin-bottom:20px;overflow:hidden!important}.need-wrapper .need-params-wrapper .need-detail{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;padding:8px}.need-wrapper .need-row{font-weight:400;margin-bottom:20px}.need-wrapper .fill-progress .title{color:#5c6e8c;font-size:14px;letter-spacing:.3px;line-height:16px;margin-bottom:8px}.need-wrapper .fill-progress .mdc-linear-progress{background:#dee7ef}.need-wrapper .fill-progress .mdc-linear-progress__buffering-dots{display:none}.need-wrapper .fill-progress .mdc-linear-progress__bar-inner{border-color:#2f80ed!important;border-radius:5px}.need-wrapper .response-statuses-wrapper{display:flex;flex-direction:column}.need-wrapper .response-statuses-wrapper .response-status{border-radius:2px;display:flex;justify-content:space-between;padding:8px}.need-wrapper .response-statuses-wrapper .response-status:nth-of-type(odd){background:#f5f5f8!important;display:flex;justify-content:space-between}.spoiler:not(:first-child){margin-top:10px}.spoiler.spoiler--open>.body{border-top:1px solid #e1e1e7}.spoiler>.header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:4px}.spoiler>.header>.title{display:flex;font-weight:500;margin:0 0 0 10px;max-width:60%;padding:.5rem 0}.spoiler>.header>.title>.caption{align-items:center;border-left:1px solid var(--mdc-theme-text-secondary-on-background);color:var(--mdc-theme-text-secondary-on-background);display:flex;margin-left:8px;min-height:100%;padding-left:8px}.spoiler>.header>.title>.text-title{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.spoiler>.header>.subitem{display:flex;flex-direction:column;margin-left:auto;width:20%}.spoiler>.header>.subitem>.subtitle{color:var(--mdc-theme-text-secondary-on-light);font-size:14px}.spoiler>.header>.subitem>.subtext{font-weight:500}.spoiler>.header>i{margin-right:8px;text-align:end;width:15%}.period{flex-direction:column;justify-content:center;width:100%}.period .text{font-size:22px;font-weight:500;line-height:26px;overflow:hidden;padding:10px 0;text-align:center;text-overflow:ellipsis;width:100%}.period .text:first-of-type:not(.no-dates){border-bottom:1px solid gray;padding-top:0}.period .text:last-of-type:not(.no-dates){padding-bottom:0}@media screen and (max-width:1300px){.period .text{font-size:16px}}.table{grid-row-gap:10px;grid-column-gap:2px;background-color:var(--mdc-theme-background);display:grid;margin-top:10px;padding:0;width:100%}.table .cell{align-items:center;background-color:#fff;display:flex;font-weight:500;justify-content:center;padding:10px;text-align:center}.table .cell,.table .cell .text{overflow:hidden;text-overflow:ellipsis}.table .cell .icon{align-items:center;display:flex;font-size:35px;justify-content:center}.table .cell.link-wrapper .link{position:relative;text-decoration:none;z-index:1}.table .cell.period{flex-direction:column;justify-content:center}.table .cell.period .text{font-size:22px;font-weight:500;line-height:26px;overflow:hidden;padding:10px 0;text-align:center;text-overflow:ellipsis;width:100%}.table .cell.period .text:first-of-type{border-bottom:1px solid gray}.table .cell.name-and-status{align-items:flex-start;display:flex;flex-direction:column}.table .cell.name-and-status .status{align-items:center!important;color:var(--mdc-theme-text-secondary-on-light);display:flex;margin-top:auto;width:100%}.table .cell.name-and-status .status .status-circle{border-radius:100%;display:flex;height:12px;margin-right:11px;margin-top:2px;width:12px}.table .heading{align-items:center;color:#12324f;font-weight:500;justify-content:center;text-align:center}.table .cell.avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:default;position:relative}.table .cell.avatar.avatar-link{cursor:pointer}.table .cell.avatar.avatar-link:after{align-items:center;background:#0006;bottom:0;color:#fff;content:"Перейти в профиль";display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.table .cell.avatar.avatar-link:hover:after{opacity:1}@media screen and (max-width:1300px){.table .cell{font-size:13px}}.table-cell{align-items:center;display:block;justify-content:center;padding:15px;width:100%}.table-cell,.table-cell .table-cell-inner{height:100%;overflow:hidden!important;text-overflow:ellipsis!important}.table-cell .table-cell-inner{-webkit-align-items:center;align-items:center;display:flex;-webkit-justify-content:center;justify-content:center;min-width:100%}.table-cell.devider:not(:last-of-type){border-right:.5px solid #dee7ef}.table-heading{height:100%;padding:15px!important}.table-heading.devider:not(:last-of-type){border-right:.5px solid #dee7ef}@media(max-height:720px),(max-width:1246px){.table-heading{font-size:12px}}.zoomed-img-wrapper{align-items:center;background-color:#0006;display:flex;height:100vh;justify-content:center;position:fixed;right:0;top:0;width:100%;z-index:9999}.zoomed-img-wrapper .zoomed-img-inner{background-position:50%;background-repeat:no-repeat;background-size:contain;height:80%;position:relative;width:80%}.zoomed-img-wrapper .close-zoomed-preview{align-items:center;background-color:#0006;color:#fff;cursor:pointer;display:flex;font-size:45px;height:50px;justify-content:center;position:absolute;right:20px;top:20px;width:50px}.raiting{align-items:center;display:flex}.raiting>.raiting-value{font-weight:600;margin-left:4px}.span-buttons{grid-gap:20px;align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.tabs .tab-btn-title{flex-grow:1}.tabs>.tab-btns{display:flex;height:60px}.tabs>.tab-btns>.tab-btn{align-items:center;background-color:#e1e1e7;cursor:pointer;display:flex;height:100%;justify-content:center;margin:0;position:relative;text-align:center;width:100%}.tabs>.tab-btns>.tab-btn .tab-edit_note{flex-basis:10%}.tabs>.tab-btns>.tab-btn.active{background-color:#fff;cursor:default}@media screen and (max-width:1350px){.tabs>.tab-btns{display:flex;height:60px}.tabs>.tab-btns>.tab-btn{font-size:13px}}.rmwc-avatar{background:#fff;background:var(--mdc-theme-surface,#fff);border-radius:50%;color:#00000061;color:var(--mdc-theme-text-hint-on-background,#00000061);display:inline-block;font-family:inherit;font-size:1.5rem;height:1em;position:relative;vertical-align:middle}.rmwc-avatar--interactive{cursor:pointer}.rmwc-avatar__icon{background:#0000 none no-repeat 50%/cover;border-radius:inherit;height:100%;opacity:0;transition:opacity .2s;width:100%}.rmwc-avatar--has-image .rmwc-avatar__text{opacity:0}.rmwc-avatar--has-image .rmwc-avatar__icon{opacity:1}.rmwc-avatar__text{border-radius:inherit;height:1em;line-height:1em;max-height:1em;max-width:1em;min-height:1em;min-width:1em;text-align:center;transition:opacity .2s;-webkit-user-select:none;user-select:none;width:1em}.rmwc-avatar__text,.rmwc-avatar__text-inner{-webkit-text-decoration:uppercase;text-decoration:uppercase}.rmwc-avatar__text-inner{font-size:.5em;font-weight:700}.rmwc-avatar--smaller-text .rmwc-avatar__text-inner{font-size:.35em}.rmwc-avatar__icon{position:absolute}.rmwc-avatar--square{border-radius:.1875rem}.rmwc-avatar--xsmall{font-size:1.125rem}.rmwc-avatar--small{font-size:1.25rem}.rmwc-avatar--medium{font-size:1.5rem}.rmwc-avatar--large{font-size:2.25rem}.rmwc-avatar--xlarge{font-size:3rem}.rmwc-avatar .rmwc-avatar__icon{font-size:1em}.rmwc-avatar--count{background:#6200ee;background:var(--mdc-theme-primary,#6200ee);color:#fff;color:var(--mdc-theme-on-primary,#fff)}.rmwc-avatar--count-overflow .rmwc-avatar__text-inner:before{content:"+";font-size:.66em;margin-right:2px;vertical-align:top}.rmwc-avatar-group{display:inline-block;vertical-align:middle}.rmwc-avatar-group .rmwc-avatar{margin:.125em}.rmwc-avatar-group--dense .rmwc-avatar{margin-left:-.125em;margin-right:-.125em}.rmwc-avatar-group--dense .rmwc-avatar:first-of-type{margin-left:.125em}.rmwc-avatar-group--dense .rmwc-avatar:not(:first-of-type) .rmwc-avatar__text{box-shadow:0 2px 4px #0000004d}.rmwc-avatar-group--dense .rmwc-avatar:last-of-type{margin-right:.125em}.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:fixed;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary,#fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item:after,.mdc-top-app-bar .mdc-top-app-bar__action-item:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before{background-color:#fff;background-color:var(--mdc-theme-on-primary,#fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before{opacity:.08}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after{opacity:.24;transition-duration:75ms}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-top-app-bar__row{box-sizing:border-box;display:flex;height:64px;position:relative;width:100%}.mdc-top-app-bar__section{align-items:center;display:inline-flex;flex:1 1 auto;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);overflow:hidden;padding-left:20px;padding-right:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-overflow:ellipsis;text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit);white-space:nowrap;z-index:1}.mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar__title{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-bottom-left-radius:0;border-bottom-right-radius:24px;border-top-left-radius:0;border-top-right-radius:0}.mdc-top-app-bar--short-collapsed[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed{border-bottom-left-radius:24px;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0}.mdc-top-app-bar--short{left:0;right:auto;top:0;transition:width .25s cubic-bezier(.4,0,.2,1);width:100%}.mdc-top-app-bar--short[dir=rtl],[dir=rtl] .mdc-top-app-bar--short{left:auto;right:0}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{opacity:1;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{box-shadow:0 2px 4px -1px #0003,0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f;transition:width .3s cubic-bezier(.4,0,.2,1);width:56px}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding .15s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow .2s linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0 2px 4px -1px #0003,0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f;transition:box-shadow .2s linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:9px;padding-left:20px;padding-right:0}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media (max-width:599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{transition:width .25s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}.mdc-icon-button{fill:currentColor;background-color:initial;border:none;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-block;font-size:24px;height:48px;outline:none;padding:12px;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none;width:48px}.mdc-icon-button img,.mdc-icon-button svg{height:24px;width:24px}.mdc-icon-button:disabled{color:#00000061;color:var(--mdc-theme-text-disabled-on-light,#00000061);cursor:default;pointer-events:none}.mdc-icon-button__icon{display:inline-block}.mdc-icon-button--on .mdc-icon-button__icon,.mdc-icon-button__icon.mdc-icon-button__icon--on{display:none}.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on{display:inline-block}.mdc-icon-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-icon-button:after,.mdc-icon-button:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-icon-button:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-icon-button.mdc-ripple-upgraded:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-icon-button.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-icon-button.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button:after,.mdc-icon-button:before{height:100%;left:0;top:0;width:100%}.mdc-icon-button.mdc-ripple-upgraded:after,.mdc-icon-button.mdc-ripple-upgraded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-icon-button.mdc-ripple-upgraded:after,.mdc-icon-button.mdc-ripple-upgraded:before{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-icon-button:after,.mdc-icon-button:before{background-color:#000}.mdc-icon-button:hover:before{opacity:.04}.mdc-icon-button.mdc-ripple-upgraded--background-focused:before,.mdc-icon-button:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-icon-button:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-icon-button:not(.mdc-ripple-upgraded):active:after{opacity:.12;transition-duration:75ms}.mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}#topbar{background-color:var(--mdc-theme-secondary);color:var(--mdc-theme-primary)}#topbar>.mdc-top-app-bar__row{height:auto}#topbar>.mdc-top-app-bar__row>section{display:flex;margin-right:1rem;min-width:auto!important}#topbar>.mdc-top-app-bar__row>section>.info-block{display:flex;margin-right:1rem}#topbar>.mdc-top-app-bar__row>section>.info-block>.avatar-user{margin-right:16px}#topbar>.mdc-top-app-bar__row>section>.info-block>.user-info{display:flex;flex-direction:column;justify-content:center;padding-left:10px;padding-right:10px;text-align:right}#topbar>.mdc-top-app-bar__row>section>.info-block>.user-info>.name{font-weight:700}#topbar>.mdc-top-app-bar__row>section>.info-block .org-info-block{display:flex;padding-left:10px;padding-right:10px}#topbar>.mdc-top-app-bar__row>section>.info-block>.org-info{align-items:center;display:flex}#topbar>.mdc-top-app-bar__row>section>.info-block>.org-info .top-avatar{height:44px;margin-right:.8rem;width:44px}#topbar>.mdc-top-app-bar__row>section>.info-block>.org-info .top-avatar>i{font-size:44px}#topbar>.mdc-top-app-bar__row>section>.info-block>.org-info>.block{display:flex;flex-direction:column;justify-content:center}#topbar>.mdc-top-app-bar__row>section>.info-block>.org-info>.block>.name{font-weight:700}#topbar>.mdc-top-app-bar__row>section>.logout{margin-inline:10px}#topbar>.mdc-top-app-bar__row>section>button{background-color:#12324f14;color:var(--mdc-theme-primary)}#topbar .topbar-active-block{background-color:#fff;padding-bottom:5px;padding-top:5px;z-index:19}#topbar .topbar-link{align-items:center;color:#12324f;cursor:pointer;display:flex;height:25px;justify-content:flex-end;max-height:25px;text-decoration:none}#topbar .topbar-link i{margin-right:6px}#topbar .topbar-link div{text-decoration:underline}#topbar .react-select-component.react-select-component--invalid>.select__control{border-color:var(--mdc-theme-error)}#topbar .react-select-component.react-select-component--invalid>.select__control:hover{border:none!important;border-color:var(--mdc-theme-error)}#topbar .react-select-component.react-select-component--invalid>.select__control.select__control--is-focused{border:none!important;box-shadow:0 0 0 1px var(--mdc-theme-error)}#topbar .react-select-component>.select__control{background-color:#0000;border:none!important;min-height:30px;outline:none}#topbar .react-select-component>.select__control .select__value-container{justify-content:flex-end}#topbar .react-select-component>.select__control:hover{border:none!important;border-color:#373737;cursor:pointer}#topbar .react-select-component>.select__control.select__control--is-focused{border:none!important;box-shadow:none!important}#topbar .react-select-component>.select__control>.select__indicators>.select__indicator{color:#9e9e9e;padding:5px 5px 5px 0}#topbar .react-select-component>.select__control>.select__indicators>.select__indicator:hover{color:#373737}#topbar .react-select-component>.select__control>.select__indicators>.select__indicator-separator{background-color:#9e9e9e;display:none!important;padding-block:6px}#topbar .react-select-component>.select__control>.select__value-container{font-family:Roboto,sans-serif;padding-inline:12px}#topbar .react-select-component>.select__menu>.select__menu-list>.select__option{padding:11.5px 12px}#topbar .react-select-component>.select__menu>.select__menu-list>.select__option.select__option--is-focused,#topbar .react-select-component>.select__menu>.select__menu-list>.select__option:hover{background-color:#f5f5f5}#topbar .react-select-component>.select__menu>.select__menu-list>.select__option.select__option--is-selected{background-color:#e1e1e1;color:#000}.role-select{min-width:200px}.documents-table{min-width:750px!important}.documents-table .documents-table-cell-text{font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px}.documents-table .documents-table-cell-date{font-size:22px;font-weight:500;line-height:26px;text-align:center}.documents-table .modal-title{align-items:center;background-color:var(--mdc-theme-secondary);color:inherit;display:flex;font-weight:700;justify-content:space-between;padding:9px 24px}.documents-table .modal-title i{cursor:pointer}.documents-table .modal-content{color:inherit;padding:0}.documents-table .modal-content hr{border:1px solid;color:#d8dee1}.documents-table .modal-content>.footer-btn{display:flex;justify-content:center;margin-bottom:15px}.documents-table .modal-content>.footer-btn>button{width:50%}.documents-table .modal-content>.doc-container{display:flex;flex-wrap:wrap;min-height:180px;width:750px}.documents-table .doc-file{align-items:center;display:flex;flex-direction:column;height:min-content;min-height:180px;padding:.5rem;width:150px}.documents-table .doc-file.download{cursor:pointer}.documents-table .doc-file>.pic{align-items:center;background-color:var(--mdc-theme-background);border:2px solid #d8dee1;border-radius:2px;display:flex;flex:1 0 auto;height:110px;justify-content:center;margin:.5rem;max-height:110px;position:relative;width:110px}.documents-table .doc-file>.pic>.close{cursor:pointer;position:absolute;right:0;top:0}.documents-table .doc-file>span{display:block;font-weight:400;text-align:center;word-break:break-word}.documents-table .dropzone{align-items:center;background-color:var(--mdc-theme-background);border:3px dashed #9ca7aa;border-radius:5px;display:flex;flex-direction:column;height:220px;justify-content:center;margin:15px 24px;opacity:.5;position:relative;width:750px}.documents-table .dropzone>i{font-size:9rem}.documents-table .dropzone>div{font-size:1.2rem;font-weight:600}.documents-table .dropzone>input{bottom:0;height:100%;left:0;opacity:0;position:absolute;width:100%}.documents-table .dropzone>input:hover{cursor:pointer}.documents-table .dropzone:hover{cursor:pointer;opacity:1}.documents-table .dropzone.dragover{opacity:1}.documents-table .tooltip{max-width:220px;word-break:break-word}.documents-table .doc-title{align-items:flex-start;display:flex;justify-content:flex-start;max-height:45px;padding:0 12px;text-align:left;width:100%}.documents-table .doc-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:flex;display:-webkit-box;max-width:80%;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.documents-table .doc-extension{align-self:flex-end}.documents-table .table-wrapper{position:relative;width:100%}.documents-table .table-wrapper .documents-table-component{margin-top:0;overflow:auto}.documents-table .table-wrapper .documents-table-component .documents-table-header{box-shadow:0 0 8px #00000026;display:flex;height:80px;position:sticky;top:0;z-index:2}.documents-table .table-wrapper .documents-table-component .documents-table-header .devider:not(:last-of-type){border-right:.5px solid #dee7ef}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item{align-items:center;background:#fff;display:block;height:100%;justify-content:center;padding:10px;position:relative;text-overflow:ellipsis!important;width:100%}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;overflow:hidden!important;text-align:left;text-overflow:ellipsis!important;width:170px}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner .name{align-items:center;color:#12324f;display:flex;font-weight:500;justify-content:center;text-align:left;text-align:center}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner .expands{display:flex;flex-direction:column;margin-left:5px}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner .expands .expand{cursor:pointer;height:20px}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner .expands .expand:first-child{margin-bottom:10px}.documents-table .table-wrapper .documents-table-component .documents-table-header .documents-table-header-item .documents-table-header-inner .expands .expand-active{color:red}.documents-table .table-wrapper .documents-table-component .documents-table-cell{overflow:hidden;text-overflow:ellipsis;width:200px}.documents-table .table-wrapper .documents-table-component .icon-buttons{display:flex;justify-content:space-between;width:60px}.documents-table .table-wrapper .documents-table-component .icon-buttons i{cursor:pointer}.documents-page>.header{align-items:flex-start;display:flex;justify-content:space-between}.documents-page .modal-title{align-items:center;background-color:var(--mdc-theme-secondary);color:inherit;display:flex;font-weight:700;justify-content:space-between;padding:9px 24px}.documents-page .modal-title i{cursor:pointer}.documents-page .modal-content{color:inherit;padding:0}.documents-page .modal-content hr{border:1px solid;color:#d8dee1}.documents-page .modal-content>.footer-btn{display:flex;justify-content:center;margin-bottom:15px}.documents-page .modal-content>.footer-btn>button{width:50%}.documents-page .modal-content>.doc-container{display:flex;flex-wrap:wrap;min-height:180px;width:750px}.documents-page .docs{color:inherit;display:flex;flex-wrap:wrap}.documents-page .docs .doc-file{align-items:center;display:flex;flex-direction:column;height:min-content;min-height:180px;padding:.5rem;width:150px}.documents-page .docs .doc-file.download{cursor:pointer}.documents-page .docs .doc-file>.pic{align-items:center;background-color:var(--mdc-theme-background);border:2px solid #d8dee1;border-radius:2px;display:flex;flex:1 0 auto;height:110px;justify-content:center;margin:.5rem;max-height:110px;position:relative;width:110px}.documents-page .docs .doc-file>.pic>.close{cursor:pointer;position:absolute;right:0;top:0}.documents-page .docs .doc-file>span{display:block;font-weight:400;text-align:center;word-break:break-word}.documents-page .dropzone{align-items:center;background-color:var(--mdc-theme-background);border:3px dashed #9ca7aa;border-radius:5px;display:flex;flex-direction:column;height:220px;justify-content:center;margin:15px 24px;opacity:.5;position:relative;width:750px}.documents-page .dropzone>i{font-size:9rem}.documents-page .dropzone>div{font-size:1.2rem;font-weight:600}.documents-page .dropzone>input{bottom:0;height:100%;left:0;opacity:0;position:absolute;width:100%}.documents-page .dropzone>input:hover{cursor:pointer}.dropzone:hover{cursor:pointer;opacity:1}.dropzone.dragover{opacity:1}.tooltip{max-width:220px;word-break:break-word}.doc-title{align-items:flex-start;display:flex;justify-content:flex-start;max-height:45px;padding:0 12px;text-align:left;width:100%}.doc-title .doc-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:flex;display:-webkit-box;max-width:80%;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.doc-title .doc-extension{align-self:flex-end}.info-block-wrapper .info-block-title{color:var(--mdc-theme-text-secondary-on-light);font-weight:400;margin-bottom:4px}.info-block-wrapper .info-block-content{font-weight:500;overflow:hidden;text-overflow:ellipsis!important}.name-and-status{height:100%;width:100%}.name-and-status .wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.name-and-status .wrapper.just-name{justify-content:center}.name-and-status .wrapper .name{font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px}.name-and-status .wrapper .status{align-items:center!important;color:var(--mdc-theme-text-secondary-on-light);display:flex;margin-top:auto;width:100%}.name-and-status .wrapper .status .status-circle{border-radius:100%;display:flex;height:12px;margin-right:11px;margin-top:2px;width:12px}.name-and-status .wrapper .status .question{background-image:url(/static/media/info.f2bbba588b59ce141400.svg);background-repeat:no-repeat;display:block;height:20px;margin-left:auto;width:20px}@media screen and (max-width:1300px){.name-and-status .wrapper .name{font-size:14px;line-height:15px}.name-and-status .wrapper .status{font-size:14px;width:100%}.name-and-status .wrapper .status .status-circle{height:10px;margin-right:10px;width:10px}.name-and-status .wrapper .status .question{height:20px;width:23px}}.objects{min-width:1035px}.objects .contract-link,.objects .contract-link .contract-icon{height:70px!important;width:70px!important}.objects .contract-link .contract-icon{color:#12324f;font-size:35px}.objects .with-brigades{margin-top:0}.objects .object-table{margin-top:0;padding-bottom:16px}.objects .object-table .big-font{font-size:22px}.objects>.header{align-items:flex-start;display:flex;justify-content:space-between}.objects>.object-card:not(:first-child){margin-top:10px}.objects .card-text{padding:1rem}.objects .card-text>.card-header{align-items:flex-start;display:flex;justify-content:space-between}.objects .card-text>.text-row{margin-top:1rem}.objects .card-text .title{color:var(--mdc-theme-text-secondary-on-light);margin-bottom:4px}.objects .card-text .under-text{font-weight:500}.objects .brigades .spoiler:nth-child(odd){background-color:var(--mdc-theme-background)}.objects .brigades .spoiler{box-shadow:none;margin:0}.objects .separator{border-bottom:0;border-top:1px solid #e1e1e7;margin:0}.objects .btn-sized,.objects .btn-without-underline{cursor:default;text-decoration:none}.objects .btn-sized{display:inline-block;text-align:center;width:8rem}.objects .worker-line-block{box-shadow:none}.objects .search-input{margin-bottom:1.5rem;width:50%}.objects .objects-text{font-size:16px;font-weight:500;letter-spacing:.3px;text-align:center}@media(max-height:720px),(max-width:1246px){.objects .objects-text{font-size:11px}.objects .period .text{font-size:18px}}.about-me-page-wrapper{background:#fff}.about-me-page-wrapper .about-me{border:none}.about-me-page-wrapper .about-me .about-me-list{list-style:none;margin:0;padding:0}.about-me-page-wrapper .about-me .about-me-list .about-me-item:not(:last-of-type){margin-bottom:26px}.about-me-page-wrapper .about-me .about-me-list .about-me-item{font-weight:400}.about-me-page-wrapper .about-me .about-me-list .about-me-item .job-status{align-items:center;display:flex}.about-me-page-wrapper .about-me .about-me-list .about-me-item .job-status-circle{background-color:#00e23f;border-radius:100%;display:inline-block;height:12px;margin-right:10px;width:12px}.documents-subpage-container{background-color:#fff}.documents-subpage-container .version-buttons{bottom:0;margin-left:320px;position:absolute}.documents-subpage-container .version-buttons i{cursor:pointer;margin:0 4px}.documents-subpage-container .documents-passport-version{display:flex;justify-content:flex-end}.documents-subpage-container .documents-passport-version .documents-passport-version-item{align-items:center;color:#12324f;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;letter-spacing:.3px;line-height:21px;margin:7px 0;padding:0 6px;-webkit-text-decoration:#002f7e;text-decoration:#002f7e;text-decoration-line:underline}.documents-subpage-container .document-status{display:flex;flex-direction:column;height:113px;justify-content:space-between;margin-top:10px}.documents-subpage-container .document-status .document-status-item{align-items:center;display:flex;justify-content:space-between;margin:7px 0;padding:0 6px}.documents-subpage-container .document-status .document-status-item i{margin-right:10px}.documents-subpage-container .document-status .document-status-item div{color:#12324f;font-size:18px;font-weight:500;letter-spacing:.3px;line-height:21px}.documents-subpage-container .document-status .document-status-pointer{cursor:pointer;margin:12px 0}.documents-subpage-container .document-status .document-status-pointer div{padding:5px 0;text-align:center;-webkit-text-decoration:#002f7e;text-decoration:#002f7e;text-decoration-line:underline;width:100%}.documents-subpage-container .documents-status-btn{margin-bottom:20px}.documents-subpage-container .citizenship{margin-bottom:1.5rem}.documents-subpage-container .passport-container{border-bottom:none;display:flex}.documents-subpage-container .passport-container .info-wrapper{margin-bottom:1.5rem}.documents-subpage-container .passport-serial-number-wrapper{display:flex}.documents-subpage-container .passport-serial-number-wrapper>.info-wrapper{margin-right:50px}.documents-subpage-container .living-adress .info-block-wrapper:not(:last-of-type){margin-bottom:1.5rem}.document-wrapper{border:2px solid #e1e1e7;box-shadow:0 0 7px #0000001a;flex:0 0 212px;margin:0 12px 10px 0}.document-wrapper .document-inner{padding:24px;position:relative;width:100%}.document-wrapper .document-inner .edit_note{position:absolute;right:5px;top:5px}.document-wrapper .document-inner .version-buttons{bottom:-110px;position:absolute;right:5px}.document-wrapper .document-inner .version-buttons i{cursor:pointer;margin:0 4px}.document-wrapper .document-inner .text{display:inline-block;font-weight:500;margin:0 0 1rem}.document-wrapper .document-inner .certificate-number{margin-bottom:12px}.document-wrapper .document-inner .info-wrapper{display:flex;flex-direction:column}.document-wrapper .document-inner .info-wrapper .title{margin-bottom:5px}.document-wrapper .document-inner .info-wrapper .issue-date{color:#12324f;font-weight:500;margin-bottom:12px}.document-wrapper .document-inner .img-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--mdc-theme-text-secondary-on-light);cursor:pointer;height:160px;position:relative;width:100%}.document-wrapper .document-inner .img-wrapper:hover>.preview-loupe{display:flex}.document-wrapper .document-inner .preview-loupe{align-items:center;background:#00000059;bottom:0;color:#fff;display:none;font-size:50px;justify-content:center;left:0;position:absolute;right:-1px;top:0}.proffessional-exp-subpage-wrapper{background:#fff}.proffessional-exp-subpage-wrapper .version{display:flex;justify-content:flex-end}.proffessional-exp-subpage-wrapper .version .version-item{align-items:center;color:#12324f;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;letter-spacing:.3px;line-height:21px;margin:7px 0;padding:0 6px;-webkit-text-decoration:#002f7e;text-decoration:#002f7e;text-decoration-line:underline}.proffessional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list{list-style:none;margin:0;padding:0}.proffessional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item:not(:last-of-type){margin-bottom:1.5rem}.proffessional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item{font-weight:400}.proffessional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item .additional-professions-list{font-weight:500;list-style:none;margin:0;padding:0}.proffessional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item .additional-profession:not(:last-of-type){margin-bottom:8px}.proffessional-exp-subpage-wrapper .allowance-text{margin:0 0 8px}.proffessional-exp-subpage-wrapper .experience-wrapper{border-bottom:none}.proffessional-exp-subpage-wrapper .experience-wrapper .title{color:#12324f;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:26px;margin:0 0 16px}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience:not(:nth-of-type(2n)){margin-right:12px}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience:nth-of-type(n+3){margin-top:15px}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience{border:2px solid #e1e1e7;box-shadow:0 0 7px #0000001a;flex-basis:calc(50% - 6px);flex-grow:0;flex-shrink:0;margin:0;min-width:300px}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner{padding:24px;width:100%}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner .experience-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.proffessional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner .experience-list .experience-item:not(:last-of-type){margin-bottom:1rem}.reviews.non-elevate{box-shadow:none}.reviews>.review{border-top:1px solid #e1e1e7;display:flex}.reviews>.review:first-child{border:none}.reviews>.review>.span-buttons{align-items:baseline;display:flex;margin-left:auto}.reviews>.review>div{min-width:170px;padding:1.3rem}.reviews>.review>div>span{color:var(--mdc-theme-text-secondary-on-light)}.reviews>.review>div>.raiting{margin:.3rem 0 1rem}.reviews>.review>div>.employment-time{white-space:pre-line}.reviews>.review>div>.author-header{display:flex;flex-direction:column;margin-bottom:1rem}.reviews>.review>div>.author-header>.role{font-weight:600;margin-top:.3rem}.reviews>.review>div>.author-header>.name{color:var(--mdc-theme-text-secondary-on-light)}.reviews>.review>div>.comment{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:pre-line;width:100%}.add-review{margin-bottom:.5rem;padding-bottom:10px}.add-review .btn-panel-list{display:flex;list-style:none;margin-bottom:10px;margin-top:4px}.add-review .btn-panel-list .btn-panel-item{align-items:center;display:flex;justify-content:center;margin:0 5px}.add-review .btn-panel-list .btn-panel-item .btn{border:none;border-radius:0;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.6px;line-height:15px;min-width:256px;padding:6px 12px;text-align:center}.add-review>.stars{cursor:pointer;display:flex;padding:.5rem 0 0 1rem}.add-review>.stars>.star{position:relative}.add-review>.stars>.star>.left-trigger,.add-review>.stars>.star>.right-trigger{height:48px;position:absolute;width:24px}.add-review>.stars>.star>.right-trigger{left:24px}.add-review>.text-area{margin:.5rem .5rem 0;padding:.5rem}.add-review>.text-area *{overflow:hidden}.add-review>.text-area>label{display:flex;padding-left:6px}.add-review>.text-area>label>textarea{line-height:28px;resize:none!important}.add-review .mdc-button{height:34px!important;margin-bottom:1rem;margin-left:1rem}.link-to-public-profile{color:var(--mdc-theme-text-primary);font-size:18px;font-weight:700}.public-worker-profile-page-dump{position:relative}.public-worker-profile-page-dump .edit_note{margin-left:10px;margin-top:5px}.public-worker-profile-page-dump .contactEmailConfirmed{display:flex;margin-top:5px}.public-worker-profile-page-dump .contactEmailConfirmed .check_circle{color:#00e23f;margin-right:5px}.public-worker-profile-page-dump .contactEmailConfirmed .info{color:#ed0000;margin-right:5px}.public-worker-profile-page-dump .contactEmailConfirmed .confirmed{font-weight:500}.public-worker-profile-page-dump .info-item{align-items:center;display:flex}.public-worker-profile-page-dump .info-item .info-item-version{align-items:center;display:flex;opacity:.5}.public-worker-profile-page-dump .info-item .info-block-content{overflow:visible;position:relative}.public-worker-profile-page-dump .info-item .info-block-content .version-buttons{bottom:-23px;position:absolute;right:0}.public-worker-profile-page-dump .info-item .info-block-content .version-buttons i{cursor:pointer;margin:0 4px}.public-worker-profile-page-dump .info-item .keyboard_double_arrow_right{margin:0 10px}.public-worker-profile-page-dump .section{border-bottom:1px solid #5c6e8c;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:1.5rem;padding-top:1.5rem}.public-worker-profile-page-dump .section:last-of-type{border:none!important}.public-worker-profile-page-dump .section-title{color:#12324f;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:26px;margin-bottom:1rem}.public-worker-profile-page-dump .email,.public-worker-profile-page-dump .telephone{color:#12324f}.public-worker-profile-page-dump .documents-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.public-worker-profile-page-dump .documents-list .documents-list-versions{display:flex}.public-worker-profile-page-dump .documents-list .documents-list-versions .document-wrapper{width:212px}.public-worker-profile-page-dump .worker-panel{background-color:#fff;display:flex;margin-bottom:10px}.public-worker-profile-page-dump .worker-panel .inner-container{display:flex;padding:24px;width:100%}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;width:100%}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-avatar{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:172px;border:2px solid #9aa2b0;display:flex;height:232px;margin-right:26px;width:411px}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-avatar .avatar-preview{height:100%;object-fit:cover;width:100%}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list{display:flex;flex-direction:column;list-style:none;margin:-4px 0 0;padding:0}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item:not(:last-of-type){margin-bottom:1rem}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .telephone{cursor:pointer;text-decoration:none}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .email{cursor:pointer;text-decoration:underline}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .rating{align-items:center;display:flex}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .loyalty,.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .rate{color:#12324f;font-size:15px;font-weight:500;letter-spacing:.3px;line-height:18px}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .loyalty{background-image:url(/static/media/loyalty-icon.ffe19cd69f09fcd41795.svg);background-position:0;background-repeat:no-repeat;padding-left:20px}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .btn-panel-list{display:flex;flex-direction:column;list-style:none;margin:4px 0 0 auto}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item:not(:last-of-type){margin-bottom:16px}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item{align-items:center;display:flex;justify-content:center}.public-worker-profile-page-dump .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item .btn{background-color:#12324f;border:none;border-radius:0;color:#f5f5f8;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.6px;line-height:15px;min-width:256px;padding:6px 12px;text-align:center}.public-worker-profile-page{position:relative}.public-worker-profile-page .contactEmailConfirmed{display:flex;margin-top:5px}.public-worker-profile-page .contactEmailConfirmed .check_circle{color:#00e23f;margin-right:5px}.public-worker-profile-page .contactEmailConfirmed .info{color:#ed0000;margin-right:5px}.public-worker-profile-page .contactEmailConfirmed .confirmed{font-weight:500}.public-worker-profile-page .section{border-bottom:1px solid #5c6e8c;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:1.5rem;padding-top:1.5rem}.public-worker-profile-page .section:last-of-type{border:none!important}.public-worker-profile-page .section-title{color:#12324f;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:26px;margin-bottom:1rem}.public-worker-profile-page .email,.public-worker-profile-page .telephone{color:#12324f}.public-worker-profile-page .documents-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.public-worker-profile-page .documents-list .documents-list-versions{display:flex}.public-worker-profile-page .documents-list .documents-list-versions .document-wrapper{width:212px}.public-worker-profile-page .worker-panel{background-color:#fff;display:flex;margin-bottom:10px}.public-worker-profile-page .worker-panel .inner-container{display:flex;padding:24px;width:100%}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper{display:flex;width:100%}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-avatar{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:172px;border:2px solid #9aa2b0;display:flex;height:232px;margin-right:26px;width:411px}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-avatar .avatar-preview{height:100%;object-fit:cover;width:100%}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list{display:flex;flex-direction:column;list-style:none;margin:-4px 0 0;padding:0}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item:not(:last-of-type){margin-bottom:1rem}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .telephone{cursor:pointer;text-decoration:none}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .email{cursor:pointer;text-decoration:underline}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .rating{align-items:center;display:flex}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .loyalty,.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .rate{color:#12324f;font-size:15px;font-weight:500;letter-spacing:.3px;line-height:18px}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .worker-info-list .info-item .loyalty{background-image:url(/static/media/loyalty-icon.ffe19cd69f09fcd41795.svg);background-position:0;background-repeat:no-repeat;padding-left:20px}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .btn-panel-list{display:flex;flex-direction:column;list-style:none;margin:4px 0 0 auto}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item:not(:last-of-type){margin-bottom:16px}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item{align-items:center;display:flex;justify-content:center}.public-worker-profile-page .worker-panel .inner-container .worker-info-wrapper .btn-panel-list .btn-panel-item .btn{background-color:#12324f;border:none;border-radius:0;color:#f5f5f8;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.6px;line-height:15px;min-width:256px;padding:6px 12px;text-align:center}@media screen and (max-width:1300px){.worker-info-wrapper{align-items:center;flex-direction:column}.worker-info-wrapper .worker-avatar{margin-bottom:24px;margin-right:0!important;min-height:232px}.worker-info-wrapper .worker-info-list{grid-gap:20px;display:grid!important;flex-direction:row!important;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:24px!important}.worker-info-wrapper .worker-info-list .info-item:not(:last-of-type){margin-bottom:0!important}.worker-info-wrapper .worker-info-list .info-item{display:flex;flex-direction:column}.worker-info-wrapper .btn-panel-list{grid-gap:20px;display:grid!important;grid-template-columns:1fr 1fr;margin-left:0!important;padding-left:0!important}.worker-info-wrapper .btn-panel-list .btn-panel-item:not(:last-of-type){margin-bottom:0!important}}.anthropometry-subpage-container{background:#fff}.anthropometry-subpage-container .anthropometry-subpage-list{background-color:#f5f5f8;display:flex;flex-wrap:wrap;padding:12px 27px 0}.anthropometry-subpage-container .anthropometry-subpage-list .info-wrapper{flex:0 1 50%;margin-bottom:1.5rem}.worker-card-page .worker-card-wrapper .worker-card-inner .form-block:nth-of-type(2) .form-column--item{min-height:70px}.worker-card-page .worker-card-wrapper .worker-card-inner .section{margin-bottom:1rem}.worker-card-page .report-message{align-items:center;display:flex;font-weight:500;margin-top:20px;max-width:350px}.worker-card-page .report-message .report-icon{color:#c90;margin-right:15px}.worker-experience-page .experience-list{grid-gap:1rem;display:grid;grid-template-columns:50% 50%;list-style:none;padding:0}.worker-experience-page .experience-list .experience-item{background:#fff;box-shadow:0 0 8px #00000026;padding:1rem}.worker-experience-page .experience-list .experience-item .info-block-wrapper:not(:last-of-type){margin-bottom:1rem}.worker-experience-page .experience-list .experience-item .link-to-org-profile{color:#354c62;color:var(--mdc-theme-text-primary,#354c62)}.worker-experience-page .experience-list .experience-item .experience-item-contract-card{align-items:center;cursor:pointer;display:flex;max-width:100px}.worker-experience-page .experience-list .experience-item .experience-item-contract-card i{margin-right:8px}@media screen and (max-width:1200px){.experience-list{grid-template-columns:100%!important}}.chat{height:100%}.chat .title-wrapper{max-width:100%}.chat .title-wrapper .more_horiz{margin-left:auto;margin-right:15px}.chat .chat-rooms-items{display:flex;flex-direction:column;max-height:400px;overflow:auto}.chat .chat-rooms-items .chat-rooms-item{align-items:center;border-bottom:1px solid #dee7ef;display:flex;padding:8px 20px;width:450px}.chat .chat-rooms-items .chat-rooms-item .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.chat .chat-rooms-items .chat-rooms-item .chat-rooms-item-avatar{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;height:50px;width:50px}.chat .chat-rooms-items .chat-rooms-item .chat-rooms-item-text{align-items:center;display:flex;height:100%;margin-left:10px;width:100%}.chat .chat-rooms-items .chat-rooms-item .chat-rooms-item-text .messages-page-item-fullName{font-size:15px;font-weight:500;line-height:15px;max-width:200px;overflow:hidden;text-overflow:ellipsis}.chat .chat-title-wrapper-avatar{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;height:64px;width:64px}.chat .chat-head-menu-body{background-color:#fff;border-radius:8px;box-shadow:0 5px 10px 2px #223c5033;min-height:10px;min-width:160px;position:absolute;right:20px;top:35px;width:220px;z-index:3}.chat .chat-head-menu-body .chat-head-menu-items{align-items:flex-start;display:flex;flex-direction:column}.chat .chat-head-menu-body .chat-head-menu-items .chat-head-menu-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:5px 15px 8px;transition:background-color .1s ease-in-out;width:100%}.chat .chat-head-menu-body .chat-head-menu-items .chat-head-menu-item:hover{background-color:#f5f5f5}.chat .chat-panel{height:calc(100% - 80px);padding:20px;width:100%}.chat .chat-panel .chat-list{height:calc(100% - 45px);overflow:auto;padding:0 90px;position:relative;width:100%}.chat .chat-panel .chat-list .chat-list-item{width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message{background-color:#f5f5f8;margin-bottom:14px;max-width:510px;padding:10px 10px 18px}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body{display:flex;justify-content:space-between;min-height:30px;position:relative;width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content{display:flex;flex-direction:column;padding:0 5px}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-link-user{color:#9aa2b0;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:.3px;line-height:15px;margin-bottom:5px;width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value{display:flex;max-width:455px}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-back{align-items:center;background:#12324f;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 10px 5px 0;min-height:40px;min-width:40px;width:40px}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-back .chat-message-file-icon{color:#fff}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-image{background-color:#fff;border:1px solid var(--mdc-theme-text-secondary-on-light);height:120px;position:relative;width:120px}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-image div{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;margin:auto;max-width:110px;min-height:110px;min-width:110px;width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-image .zoom_in{align-items:center;color:#fff;cursor:pointer;font-size:50px;justify-content:center;opacity:0;padding:35px;position:absolute;top:0;transition:background,opacity .1s ease-in-out}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-content .chat-message-body-value .chat-message-file-image .zoom_in:hover{background:#00000059;opacity:1}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-body-button{cursor:pointer}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-menu{background-color:#fff;border-radius:8px;bottom:45px;box-shadow:0 5px 10px 2px #223c5033;min-height:10px;min-width:160px;position:absolute;right:30px;width:200px;z-index:10}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-menu .chat-message-menu-items{align-items:flex-start;display:flex;flex-direction:column}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-menu .chat-message-menu-items .chat-message-menu-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:5px 15px 8px;transition:background-color .1s ease-in-out;width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-menu .chat-message-menu-items .chat-message-menu-item:hover{background-color:#f5f5f5}.chat .chat-panel .chat-list .chat-list-item .chat-message .chat-message-body .chat-message-menu-top{bottom:-85px}.chat .chat-panel .chat-list .chat-list-item .left-message{border-radius:12px 12px 12px 0;margin-right:auto;position:relative}.chat .chat-panel .chat-list .chat-list-item .left-message .chat-massage-time{left:10px}.chat .chat-panel .chat-list .chat-list-item .right-message{border-radius:12px 12px 0 12px;margin-left:auto;position:relative}.chat .chat-panel .chat-list .chat-list-item .right-message .chat-massage-time{right:8px}.chat .chat-panel .chat-list .chat-list-item .right-message .chat-massage-time i{margin-left:8px}.chat .chat-panel .chat-list .chat-list-item .chat-message-text{word-wrap:break-word;color:#12324f;font-size:15px;font-weight:500;letter-spacing:.3px;line-height:21px;margin-bottom:5px;min-height:20px;overflow:hidden;text-overflow:ellipsis;width:100%}.chat .chat-panel .chat-list .chat-list-item .chat-message-text-delete{align-items:center;color:#a6abb4;display:flex}.chat .chat-panel .chat-list .chat-list-item .chat-message-text-delete .chat-message-text-delete-text{margin-left:5px}.chat .chat-panel .chat-list .chat-list-item .chat-massage-time{align-items:center;bottom:8px;color:#9aa2b0;display:flex;font-size:13px;font-weight:500;line-height:15px;position:absolute;width:38px}.chat .chat-panel .chat-list .chat-list-date{margin:0 auto;text-align:center;width:200px}.chat .chat-panel .chat-list .chat-typing-message{bottom:75px;position:fixed}.chat .chat-panel .chat-panel-bottom{align-items:center;display:flex;padding-top:10px;width:100%}.chat .chat-panel .chat-panel-bottom .edit_off{cursor:pointer;margin-right:10px}.chat .chat-panel .chat-panel-bottom .chat-panel-input{height:80px;width:calc(100% - 40px)}.chat .chat-panel .chat-panel-bottom .chat-file-input{display:none}.chat .chat-panel .chat-panel-bottom .send{cursor:pointer;margin-left:10px}.chat .chat-panel .chat-panel-is-deleted-user{font-size:20px;font-weight:600;margin:0 auto;width:160px}.chat .doc-file{align-items:center;display:flex;flex-direction:column;height:min-content;min-height:180px;padding:.5rem;width:150px}.chat .doc-file.download{cursor:pointer}.chat .doc-file>.pic{align-items:center;background-color:var(--mdc-theme-background);border:2px solid #d8dee1;border-radius:2px;display:flex;flex:1 0 auto;height:110px;justify-content:center;margin:.5rem;max-height:110px;position:relative;width:110px}.chat .doc-file>.pic .image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;margin:auto;max-width:110px;min-height:110px;min-width:110px;width:100%}.chat .doc-file>.pic>.close{cursor:pointer;position:absolute;right:0;top:0}.chat .doc-file>span{display:block;font-weight:400;text-align:center;word-break:break-word}.chat .dropzone{align-items:center;background-color:var(--mdc-theme-background);border:3px dashed #9ca7aa;border-radius:5px;display:flex;flex-direction:column;height:220px;justify-content:center;margin:15px 24px;opacity:.5;position:relative;width:750px}.chat .dropzone>i{font-size:9rem}.chat .dropzone>div{font-size:1.2rem;font-weight:600}.chat .dropzone>input{bottom:0;height:100%;left:0;opacity:0;position:absolute;width:100%}.chat .dropzone>input:hover{cursor:pointer}.chat .dropzone:hover{cursor:pointer;opacity:1}.chat .dropzone.dragover{opacity:1}.chat .tooltip{max-width:220px;word-break:break-word}.chat .doc-title{align-items:flex-start;display:flex;justify-content:flex-start;max-height:45px;padding:0 12px;text-align:left;width:100%}.chat .doc-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:flex;display:-webkit-box;max-width:80%;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.chat .doc-extension{align-self:flex-end}.messages-page .messages-page-header{display:flex;justify-content:space-between;margin-bottom:15px}.messages-page .messages-page-header .messages-page-checkbox{align-items:center;display:flex}.messages-page .messages-page-header .messages-page-checkbox .messages-page-checkbox-text{color:#12324f;font-size:22px;font-style:normal;font-weight:500;letter-spacing:.3px;line-height:26px}.messages-page .messages-page-list{padding:0 20px}.messages-page .messages-page-list .messages-page-item{align-items:center;border-bottom:1px solid #e1e1e7;cursor:pointer;display:flex;height:95px;justify-content:space-between;position:relative}.messages-page .messages-page-list .messages-page-item:last-child{border:none}.messages-page .messages-page-list .messages-page-item .messages-page-item-avatar{background-color:#d9d9d9;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;height:64px;width:64px}.messages-page .messages-page-list .messages-page-item .messages-page-item-notification{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:14px;height:20px;justify-content:center;left:-3px;position:absolute;top:-3px;width:20px}.messages-page .messages-page-list .messages-page-item .messages-page-text{flex:1 1 40%;margin-left:40px;overflow:hidden}.messages-page .messages-page-list .messages-page-item .messages-page-text .messages-page-item-fullName{color:#12324f;font-size:16px;font-weight:500;line-height:19px;margin-bottom:5px}.messages-page .messages-page-list .messages-page-item .messages-page-text .messages-page-item-last-message{color:#5c6e8c;font-size:13px;font-weight:500;height:18px;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-page .messages-page-list .messages-page-item .messages-page-item-more{padding:30px}.messages-page .messages-page-list .messages-page-item .messages-page-menu-body{background-color:#fff;border-radius:8px;box-shadow:0 5px 10px 2px #223c5033;min-height:10px;min-width:160px;position:absolute;right:60px;top:0;width:175px;z-index:3}.messages-page .messages-page-list .messages-page-item .messages-page-menu-body .messages-page-menu-list{align-items:flex-start;display:flex;flex-direction:column}.messages-page .messages-page-list .messages-page-item .messages-page-menu-body .messages-page-menu-list .messages-page-menu-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:5px 15px 8px;transition:background-color .1s ease-in-out;width:100%}.messages-page .messages-page-list .messages-page-item .messages-page-menu-body .messages-page-menu-list .messages-page-menu-item:hover{background-color:#f5f5f5}.error-template-page>.container{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999999}.error-template-page>.container>.description{text-align:center;width:40%}.error-template-page .fixed-buttons-container{display:flex}.workers-new-page{height:100%;min-width:750px!important}.workers-new-page .loading-wrapper{align-items:center;background-color:#fff;border-radius:5px;bottom:2rem;box-shadow:2px 2px 3px 3px #354c6280;display:flex;font-size:20px;height:45px;justify-content:center;position:fixed;right:3rem;vertical-align:center;width:150px;z-index:99999}.workers-new-page .loading-wrapper .loading-inner{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex}.workers-new-page .loading-wrapper .loading-inner .circular-progress{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:20px;font-weight:600;margin-right:15px;margin-top:2px}.workers-new-page .worker-row{min-height:70px}.workers-new-page .worker-row .table-cell{padding:5px 5px 10px}.workers-new-page .workers-top{align-items:flex-end;display:flex;position:relative;width:100%}.workers-new-page .workers-top .filtered_or_sorted_items{display:flex;flex-wrap:wrap;height:92px;overflow:auto;padding-bottom:5px;width:100%}.workers-new-page .workers-top .filtered_or_sorted_items .filtered_or_sorted_item{background-color:#fff;box-shadow:0 5px 10px 2px #223c5024;display:flex;height:34px;margin:5px;padding:5px 8px}.workers-new-page .workers-top .filtered_or_sorted_items .filtered_or_sorted_item .item{display:flex}.workers-new-page .workers-top .filtered_or_sorted_items .filtered_or_sorted_item .item .column_name{margin-right:5px}.workers-new-page .workers-top .filtered_or_sorted_items .filtered_or_sorted_item .item .type{margin-right:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workers-new-page .workers-top .filtered_or_sorted_items .filtered_or_sorted_item .cancel{cursor:pointer}.workers-new-page .workers-top .search_field{position:relative}.workers-new-page .workers-top .search_field .search{position:absolute;right:10px;top:10px}.workers-new-page .workers-top .buttons{display:flex;margin-left:auto;position:relative;width:690px}.workers-new-page .workers-top .buttons .restart_settings{margin-right:10px;margin-top:1rem}.workers-new-page .table-cell-inner{width:170px}.workers-new-page .search-input{width:500px}.workers-new-page .table-wrapper{height:calc(100% - 150px);margin-top:20px;overflow:auto;position:relative;width:100%}@media screen and (max-width:1370px){.workers-new-page .table-wrapper{height:calc(100% - 160px)}}.workers-new-page .workers-table-pagination{display:flex;margin-top:10px}.workers-new-page .workers-table-pagination .pagination-btn{background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;cursor:pointer;display:flex;margin:0 5px;padding:5px 6px}.workers-new-page .workers-table-pagination .pagination-btn:first-child div{padding-right:6px}.workers-new-page .workers-table-pagination .pagination-btn:last-child div{padding-left:6px}.workers-new-page .workers-table{margin-top:0}.workers-new-page .workers-table .headings{height:80px;position:sticky;top:0;z-index:2}.workers-new-page .workers-table .table-row.worker-row{height:100%;min-width:auto!important}.workers-new-page .workers-table .table-row.worker-row .table-cell{text-align:center}.workers-new-page .workers-table .table-row.worker-row .table-cell .profile-link{color:var(--mdc-theme-primary)}.workers-new-page .dialog-filter,.workers-new-page .dialog-filter-last{align-items:start;background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;color:#354c62;cursor:default;font-weight:400;justify-content:center;padding:15px;position:absolute;right:-27px;text-align:start;width:300px;z-index:3}.workers-new-page .dialog-filter .dialog-filter-input,.workers-new-page .dialog-filter-last .dialog-filter-input{display:flex;width:100%}.workers-new-page .dialog-filter .dialog-filter-input .dialog-select,.workers-new-page .dialog-filter-last .dialog-filter-input .dialog-select{flex-basis:100%}.workers-new-page .dialog-filter .dialog-filter-input .icon,.workers-new-page .dialog-filter-last .dialog-filter-input .icon{align-self:center;cursor:pointer;margin-left:auto}.workers-new-page .dialog-filter .dialog-filter-input .dialog-date,.workers-new-page .dialog-filter-last .dialog-filter-input .dialog-date{display:flex;height:100px}.workers-new-page .dialog-filter .dialog-filter-input .dialog-date .filter_alt,.workers-new-page .dialog-filter-last .dialog-filter-input .dialog-date .filter_alt{margin-left:50px}.workers-new-page .dialog-filter .dialog-filter-input .dialog-date .dialog-date-fields,.workers-new-page .dialog-filter-last .dialog-filter-input .dialog-date .dialog-date-fields{display:flex;flex-direction:column;justify-content:space-between}.workers-new-page .dialog-filter .dialog-filter-list .items,.workers-new-page .dialog-filter-last .dialog-filter-list .items{border:1px solid #dae6f6;border-radius:5px;height:300px;margin-top:10px;overflow:auto}.workers-new-page .dialog-filter .dialog-filter-list .items .item,.workers-new-page .dialog-filter-last .dialog-filter-list .items .item{align-items:center;border-top:1px solid #dae6f6;display:flex;max-height:53px;padding:5px;width:100%}.workers-new-page .dialog-filter .dialog-filter-list .items .item .off-checkbox .mdc-checkbox__background,.workers-new-page .dialog-filter-last .dialog-filter-list .items .item .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.workers-new-page .dialog-filter .dialog-filter-list .items .item:first-child,.workers-new-page .dialog-filter-last .dialog-filter-list .items .item:first-child{border:none}.workers-new-page .dialog-filter .dialog-filter-list .items .item .text,.workers-new-page .dialog-filter-last .dialog-filter-list .items .item .text{text-overflow:ellipsis;width:90%}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons{display:flex;justify-content:space-between;margin-top:10px}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn{align-items:center;background-color:#12324f;border-radius:5px;color:#fff;display:flex;padding:5px;transition:box-shadow .15s ease-in-out;width:132px}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn div,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn div{padding-bottom:2px}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:last-child,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:last-child{background-color:#fff;border:1px solid #12324f;color:#12324f;width:122px}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:hover,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:hover{box-shadow:0 5px 10px 2px #223c5033;cursor:pointer;opacity:.9}.workers-new-page .dialog-filter .dialog-filter-list .dialog-buttons .dialog-btn:active,.workers-new-page .dialog-filter-last .dialog-filter-list .dialog-buttons .dialog-btn:active{opacity:.85}.workers-new-page .dialog-filter .dialog-button,.workers-new-page .dialog-filter-last .dialog-button{align-items:center;border-top:2px solid #0044b480;cursor:pointer;display:flex;margin-top:10px;padding:10px 50px 5px;width:100%}.workers-new-page .dialog-filter .dialog-button div,.workers-new-page .dialog-filter-last .dialog-button div{padding-top:1px;white-space:nowrap}.workers-new-page .dialog-filter .dialog-button .icon,.workers-new-page .dialog-filter-last .dialog-button .icon{margin-right:10px}.workers-new-page .dialog-filter .dialog-button:hover,.workers-new-page .dialog-filter-last .dialog-button:hover{color:#0044b4}.workers-new-page .dialog-filter .dialog-button:active,.workers-new-page .dialog-filter-last .dialog-button:active{color:#003fa8}.workers-new-page .dialog-filter .dialog-other-buttons,.workers-new-page .dialog-filter-last .dialog-other-buttons{display:flex;justify-content:space-between}.workers-new-page .dialog-filter .dialog-items,.workers-new-page .dialog-filter-last .dialog-items{height:360px;overflow:auto;padding:0 15px}.workers-new-page .dialog-filter .dialog-switch,.workers-new-page .dialog-filter-last .dialog-switch{border-top:1px solid #dae6f6;padding:6px 0}.workers-new-page .dialog-filter .dialog-switch:last-child,.workers-new-page .dialog-filter-last .dialog-switch:last-child{padding-bottom:0}.workers-new-page .dialog-filter .dialog-close,.workers-new-page .dialog-filter-last .dialog-close{border-bottom:1px solid #002f7e;cursor:pointer;margin:5px auto 10px;width:60px}.dialog-settings{align-items:start;background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;color:#354c62;font-weight:400;justify-content:center;padding:15px;position:absolute;right:180px;text-align:start;top:110px;transform:translateZ(100px);width:300px;z-index:5}.dialog-settings .dialog-items{border:1px solid #dae6f6;border-radius:5px;height:420px;overflow:auto;padding:5px}.dialog-settings .dialog-items .dialog-switch{border-top:1px solid #dae6f6;padding:6px 0}.dialog-settings .dialog-items .dialog-switch:first-child{border:none}.dialog-settings .dialog-button{border-top:2px solid #0044b480;cursor:pointer;display:flex;margin-top:10px;padding:10px 50px 5px;width:100%}.dialog-settings .dialog-button div{padding-top:1px}.dialog-settings .dialog-button .icon{margin-right:10px}.dialog-settings .dialog-button:hover{color:#0044b4}.dialog-settings .dialog-button:active{color:#003fa8}.dnd-table-body .table-cell .table-cell-inner .dnd-first-cell-link{overflow:hidden;text-overflow:ellipsis}.dnd-table-body .dnd-first-cell{align-items:center;display:block;height:100%;justify-content:center;padding:5px 10px;text-align:center;text-overflow:ellipsis!important;width:100%}.dnd-table-body .dnd-first-cell .dnd-table-cell-inner{align-items:center;-webkit-align-items:center;display:flex;height:100%;justify-content:space-between;-webkit-justify-content:space-between;min-width:100%;position:relative;text-overflow:ellipsis!important}.dnd-table-body .dnd-first-cell .dnd-table-cell-inner .profile-link{font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px;overflow:hidden;text-align:start;text-overflow:ellipsis;width:170px}.dnd-table-body .dnd-first-cell .dnd-table-cell-inner .name{text-align:start}.dnd-table-body .dnd-first-cell .dnd-table-cell-inner a{color:#354c62}.dnd-table-body .dnd-first-cell.devider:not(:last-of-type){border-right:.5px solid #dee7ef;overflow:visible}.dnd-table-body .more_horiz{margin-left:10px}.dnd-table-body .more_horiz:hover{cursor:pointer}.dnd-table-body .dialog{background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;display:flex;flex-direction:column;height:177px;justify-content:space-between;left:238px;padding:10px;position:absolute;top:-5px;width:220px}.dnd-table-body .dialog .dialog_item{background:#dee7ef66;border-radius:4px;box-shadow:0 2px 4px #00000040;color:#354c62;padding:5px;width:100%}.dnd-table-body .dialog .dialog_item>a{text-decoration:none}.dnd-table-body .dialog .dialog_item .item{align-items:center;display:flex}.dnd-table-body .dialog .dialog_item .item i{margin-right:3px}.dnd-table-body .dialog .dialog_item .item:hover{color:#0044b4;cursor:pointer}.dnd-table-body .dialog .dialog_item .item:active{color:#003fa8}.drag_and_drop_cells{box-shadow:0 0 8px #00000026;display:flex;min-width:auto}.drag_and_drop{align-items:center;display:block;height:100%;justify-content:center;padding:10px;position:relative;text-overflow:ellipsis!important;width:100%}.drag_and_drop .dialog-filter-last,.drag_and_drop:last-child .dialog-filter{right:0}.drag_and_drop:first-child .dialog-filter{right:-51px}.drag_and_drop .table-cell-inner{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;overflow:hidden!important;text-overflow:ellipsis!important}.drag_and_drop.devider:not(:last-of-type){border-right:.5px solid #dee7ef}.drag_and_drop .drag_and_drop-inner{display:flex;text-align:left}.drag_and_drop .drag_and_drop-inner .expands{display:flex;flex-direction:column;margin-right:5px}.drag_and_drop .drag_and_drop-inner .expands .expand{cursor:pointer;height:20px}.drag_and_drop .drag_and_drop-inner .expands .expand:first-child{margin-bottom:10px}.drag_and_drop .drag_and_drop-inner .expands .expand-active{color:red}.drag_and_drop .drag_and_drop-inner .icons{display:flex;justify-content:space-between;margin-left:auto;width:60px}.drag_and_drop .drag_and_drop-inner .icons .plug{height:24px;width:24px}.drag_and_drop .drag_and_drop-inner .icons .filter_alt{color:red}.drag_and_drop .drag_and_drop-inner .icons .more_horiz{cursor:pointer}.drag_and_drop_active{background-color:#f2f5f9}.superadmin-users-page .link-to-another-page{color:var(--mdc-theme-primary);cursor:pointer;font-size:22px;font-weight:500;text-decoration:underline}.superadmin-users-page .link-to-another-page:not(:last-of-type){margin-right:20px}.superadmin-users-page .search{align-items:center;display:flex;margin-bottom:1rem;width:50%}.superadmin-users-page .search-icon{position:absolute;right:1rem}.superadmin-users-page .user-list{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));list-style:none;min-height:245px;padding:0}.superadmin-users-page .user-list .user-list-item{background:#fff;box-shadow:0 0 8px #00000026;display:flex;flex-direction:column;min-height:212px;padding:20px}.superadmin-users-page .user-list .user-list-item .user-name-and-position{display:flex;justify-content:space-between;margin-bottom:auto;width:100%}.superadmin-users-page .user-list .user-list-item .user-name-and-position .user-info{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:20px;max-width:181px}.superadmin-users-page .user-list .user-list-item .user-name-and-position .user-info .user-fullname{margin-bottom:15px}.superadmin-users-page .user-list .user-list-item .user-name-and-position .user-info .user-fullname .user-lastname{font-size:20px;font-weight:700;overflow:hidden;text-overflow:ellipsis}.superadmin-users-page .user-list .user-list-item .user-name-and-position .user-info .user-fullname .user-name-and-middlename{overflow:hidden;text-overflow:ellipsis}.superadmin-users-page .user-list .user-list-item .user-name-and-position .user-info .info-block-wrapper:not(:last-of-type){margin-bottom:15px}.superadmin-users-page .user-list .user-list-item .user-name-and-position .roles{font-size:18px;font-weight:500}.superadmin-users-page .user-list .user-list-item .btn-group{display:flex;gap:20px;justify-content:space-between;width:100%}.superadmin-users-page .user-list .user-list-item .btn-group .btn{align-items:center;border-width:2px;box-shadow:none!important;color:#12324f;display:flex;font-size:16px!important;font-weight:500;justify-content:center;letter-spacing:.3px;padding:2px 0 4px;text-decoration:none;text-transform:capitalize!important;width:50%}.superadmin-users-page .user-list .user-list-item .btn-group .btn.erase{border:2px solid #12324f}.superadmin-users-page .user-list .user-list-item .btn-group .btn.edit{background:#12324f;color:#fff}.superadmin-users-page .user-list .user-list-item .contacts{display:flex;flex-direction:column;margin-bottom:17px}.superadmin-users-page .user-list .user-list-item .contacts .phone{text-decoration:none}.superadmin-users-page .user-list .user-list-item .contacts .email,.superadmin-users-page .user-list .user-list-item .contacts .phone{color:#354c62!important;color:var(--mdc-theme-text-primary,#354c62)!important;overflow:hidden;text-overflow:ellipsis}.time-keeping-report-page{height:100%;min-width:800px;width:100%}.time-keeping-report-page .control-panel{align-items:center;background:#fff;box-shadow:0 0 8px #00000026;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px;padding:0 24px 0 0;width:100%}.time-keeping-report-page .control-panel .filters{width:600px}.time-keeping-report-page .control-panel .filters .form-component .form-block{box-shadow:none;width:100%}.time-keeping-report-page .control-panel .filters .form-component .form-block .form-column{max-width:calc(50% - 20px);max-width:261px}.time-keeping-report-page .control-panel .btns{display:flex;justify-content:flex-end;margin-left:26px;position:relative}.time-keeping-report-page .control-panel .btns .fixed-buttons-container{grid-template-columns:200px 200px!important;padding-top:22px}.time-keeping-report-page .headings{position:static;width:100%}.time-keeping-report-page .headings .heading{border-width:.5px;justify-content:flex-start}.time-keeping-report-page .report-wrapper{height:calc(100% - 180px);overflow:auto;position:relative;width:100%}@media screen and (max-width:1370px){.time-keeping-report-page .report-wrapper{height:calc(100% - 250px)}}.time-keeping-report-page .brigade-with-workers,.time-keeping-report-page .object{grid-row-gap:0;box-shadow:none;margin-top:0}.time-keeping-report-page .brigade-with-workers .brigade-row,.time-keeping-report-page .brigade-with-workers .object-row,.time-keeping-report-page .brigade-with-workers .worker-row,.time-keeping-report-page .object .brigade-row,.time-keeping-report-page .object .object-row,.time-keeping-report-page .object .worker-row{box-shadow:none;justify-content:flex-start;min-height:auto}.time-keeping-report-page .brigade-with-workers .object-row,.time-keeping-report-page .object .object-row{background-color:#dee7ef!important;border-bottom:.5px solid #12324f26;height:41px}.time-keeping-report-page .brigade-with-workers .object-row .table-cell.devider:not(:last-of-type),.time-keeping-report-page .object .object-row .table-cell.devider:not(:last-of-type){border-right:.5px solid #12324f26}.time-keeping-report-page .brigade-with-workers .object-row .object-name,.time-keeping-report-page .object .object-row .object-name{align-items:center;font-size:18px;font-weight:500;justify-content:flex-start;line-height:160%;text-align:left}.time-keeping-report-page .brigade-with-workers .object-row .object-name .table-cell-inner,.time-keeping-report-page .object .object-row .object-name .table-cell-inner{justify-content:flex-start}.time-keeping-report-page .brigade-with-workers .object-row .dropdow-arrow,.time-keeping-report-page .object .object-row .dropdow-arrow{background:#dee7ef;cursor:pointer;padding:0}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .brigade-row,.time-keeping-report-page .object .brigade-with-workers .brigade-row{background-color:#fff;border-bottom:.5px solid #dee7ef;height:41px}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .brigade-row .brigade-name,.time-keeping-report-page .object .brigade-with-workers .brigade-row .brigade-name{align-items:center;font-size:18px;font-weight:500;height:41px;justify-content:flex-start;line-height:160%}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .brigade-row .brigade-name .table-cell-inner,.time-keeping-report-page .object .brigade-with-workers .brigade-row .brigade-name .table-cell-inner{justify-content:flex-start}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .brigade-row .dropdow-arrow,.time-keeping-report-page .object .brigade-with-workers .brigade-row .dropdow-arrow{background:#fff;cursor:pointer;padding:0}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row.dark,.time-keeping-report-page .object .brigade-with-workers .worker-row.dark{background:#f5f5f8}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row,.time-keeping-report-page .object .brigade-with-workers .worker-row{height:100%;min-height:48px}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .table-cell,.time-keeping-report-page .object .brigade-with-workers .worker-row .table-cell{border-color:#dee7ef!important;border-bottom:.5px solid #dee7ef;overflow:hidden;padding-bottom:0!important;padding-top:0!important;text-overflow:ellipsis!important}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .table-cell .table-cell-inner,.time-keeping-report-page .object .brigade-with-workers .worker-row .table-cell .table-cell-inner{overflow:hidden;text-align:center;text-overflow:ellipsis!important}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .table-cell:nth-of-type(-n+3):not(:first-of-type) .table-cell-inner,.time-keeping-report-page .object .brigade-with-workers .worker-row .table-cell:nth-of-type(-n+3):not(:first-of-type) .table-cell-inner{justify-content:flex-start;text-align:left}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .table-cell:nth-of-type(-n+4):not(:first-of-type),.time-keeping-report-page .object .brigade-with-workers .worker-row .table-cell:nth-of-type(-n+4):not(:first-of-type){justify-content:flex-start!important}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .time-keeping-cell-warning,.time-keeping-report-page .object .brigade-with-workers .worker-row .time-keeping-cell-warning{background:#ed000033;cursor:pointer;height:100%}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .time-keeping-cell,.time-keeping-report-page .object .brigade-with-workers .worker-row .time-keeping-cell{border-bottom:.5px solid #c5c5c5;border-right:.5px solid #c5c5c5;flex-direction:column!important}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .time-keeping-cell .table-cell-inner,.time-keeping-report-page .object .brigade-with-workers .worker-row .time-keeping-cell .table-cell-inner{flex-direction:column!important;justify-content:flex-start}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .time-keeping-cell .absent-or-not,.time-keeping-report-page .object .brigade-with-workers .worker-row .time-keeping-cell .absent-or-not{border-bottom:.5px solid #c5c5c5;color:#5c6e8ce6;display:flex;font-size:14px;font-weight:700;justify-content:center;line-height:150%;width:100%}.time-keeping-report-page .brigade-with-workers .brigade-with-workers .worker-row .time-keeping-cell .hours-of-work,.time-keeping-report-page .object .brigade-with-workers .worker-row .time-keeping-cell .hours-of-work{color:#12324f;font-size:14px;font-weight:400;line-height:150%}.time-keeping-report-page .table-cell{padding:0}.time-keeping-report-page .table-cell .table-cell-inner{padding:10px}.loader{display:none;height:200px;left:calc(50% - 100px);position:absolute;top:calc(50% - 100px);width:200px;z-index:99}.loader.open{display:block}.control-panel.blocked{pointer-events:none}@media screen and (max-width:1370px){.time-keeping-report-page .control-panel{align-items:flex-start!important;flex-direction:column;justify-content:center}.time-keeping-report-page .fixed-buttons-container{padding:0 0 25px!important}}.input-inner{align-items:center;display:flex}.table-cell-inner{justify-content:flex-start}.table-cell-inner .input-wrapper{position:relative}.table-cell-inner .input-wrapper .input-inner{padding:0}.table-cell-inner .input-wrapper .tracking_input-error{bottom:-9px;color:red;font-size:14px}.table-cell-inner .input-wrapper{display:flex;flex-direction:column;font-size:1rem!important;justify-content:flex-start;padding:1px;width:100%}.table-cell-inner .input-wrapper .text,.table-cell-inner .input-wrapper input{border:none!important;border-radius:4px;display:flex!important;font-size:1rem!important;font-weight:400!important;height:auto!important}.table-cell-inner .input-wrapper input{outline:1px solid var(--mdc-theme-primary);padding:8px 10px!important;width:100%}.table-cell-inner .input-wrapper .input.error{outline:1px solid red}.tracking.start{padding-right:0}.brigade-wrapper{margin-top:15px}.brigade-wrapper .brigade-inner{display:flex;flex-direction:column}.brigade-wrapper .brigade-inner .brigade-title{align-items:center;background:#fff;display:flex;min-width:100%!important;padding:11px 20px}.brigade-wrapper .brigade-inner .brigade-title .brigade-foreman,.brigade-wrapper .brigade-inner .brigade-title .brigade-name,.brigade-wrapper .brigade-inner .brigade-title .brigade-workers-count{align-items:center;display:flex;font-size:22px;font-style:normal;font-weight:500;margin-right:10px}.brigade-wrapper .brigade-inner .brigade-title .brigade-workers-count{border-right:1px solid var(--mdc-theme-primary);height:100%;padding-right:10px}.brigade-wrapper .brigade-inner .brigade-title .brigade-foreman{color:var(--mdc-theme-text-secondary-on-background)}.brigade-wrapper .brigade-inner .brigade-title .dropdown-arrow{margin-left:auto!important}.brigade-wrapper .workers-wrapper.open{display:block}.brigade-wrapper .workers-wrapper{display:none}.brigade-wrapper .workers-wrapper .worker-table{grid-row-gap:0;margin-top:0;overflow:visible!important}.brigade-wrapper .workers-wrapper .worker-table .table-row.object-and-shift{border-bottom:none!important}.brigade-wrapper .workers-wrapper .worker-table .table-row{border-bottom:.5px solid #e1e1e7;box-shadow:none!important;min-height:auto!important}.brigade-wrapper .workers-wrapper .worker-table .table-row .table-cell{align-items:center;display:flex;padding:15px 20px}.brigade-wrapper .workers-wrapper .worker-table .table-row .table-cell .name-and-status{color:var(--mdc-theme-primary)}.brigade-wrapper .workers-wrapper .worker-table .table-row{overflow:visible!important}.brigade-wrapper .workers-wrapper .worker-table .table-row .adress .table-cell-inner,.brigade-wrapper .workers-wrapper .worker-table .table-row .foreman .table-cell-inner,.brigade-wrapper .workers-wrapper .worker-table .table-row .object .table-cell-inner,.brigade-wrapper .workers-wrapper .worker-table .table-row .shift .table-cell-inner{align-items:flex-start!important;flex-direction:column!important}.brigade-wrapper .workers-wrapper .worker-table .table-row .adress .table-cell-inner .title,.brigade-wrapper .workers-wrapper .worker-table .table-row .foreman .table-cell-inner .title,.brigade-wrapper .workers-wrapper .worker-table .table-row .object .table-cell-inner .title,.brigade-wrapper .workers-wrapper .worker-table .table-row .shift .table-cell-inner .title{margin-bottom:5px}.brigade-wrapper .workers-wrapper .worker-table .table-row .adress .table-cell-inner .text,.brigade-wrapper .workers-wrapper .worker-table .table-row .foreman .table-cell-inner .text,.brigade-wrapper .workers-wrapper .worker-table .table-row .object .table-cell-inner .text,.brigade-wrapper .workers-wrapper .worker-table .table-row .shift .table-cell-inner .text{font-weight:600;padding:8.5px 0}.brigade-wrapper .workers-wrapper .worker-table .table-row .table-cell{overflow:visible!important}.brigade-wrapper .workers-wrapper .worker-table .table-row .table-cell-inner{height:auto!important;overflow:visible!important}.brigade-wrapper .workers-wrapper .worker-table .table-row .select{width:100%!important}.brigade-wrapper .workers-wrapper .worker-table .table-row.heading{background:#f5f5f8;margin-bottom:0!important}.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .table-cell{padding:8px 20px}.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .end-time .table-cell-inner,.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .start-time .table-cell-inner,.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .worker-name .table-cell-inner{justify-content:flex-start!important}.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .edit .table-cell-inner{justify-content:flex-end}.brigade-wrapper .workers-wrapper .worker-table .table-row.heading .edit .table-cell-inner .control-btn{height:36px;padding:5px!important;width:36px}.brigade-wrapper .workers-wrapper .worker-table .worker-row .table-cell{padding:25px 20px}.brigade-wrapper .workers-wrapper .worker-table .worker-row .worker-name .table-cell-inner{justify-content:flex-start!important}.brigade-wrapper .workers-wrapper .worker-table .worker-row .tracking{display:flex;padding:8px 20px}.time-keeping-page{min-width:1110px}.time-keeping-page .link-to-public-profile{color:#12324f}.time-keeping-page>.page-title-component{margin-bottom:10px}.time-keeping-page>.page-title-component>.title>div:last-child:not(:first-child){min-width:140px}.time-keeping-page .shift-select-filter{margin-left:10px;width:130px}.time-keeping-page .close-open-shift-wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:center;margin:1rem auto 2rem;position:relative;width:100%}@media screen and (max-width:1300px){.time-keeping-page .close-open-shift-wrapper{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,minmax(135px,25%))}}.time-keeping-page .close-open-shift-wrapper .plus-icon{left:10px;pointer-events:none;position:absolute;top:35px}.time-keeping-page .close-open-shift-wrapper .fixed-buttons-container{padding:0}@media screen and (max-width:1300px){.time-keeping-page .close-open-shift-wrapper .fixed-buttons-container:first-of-type{grid-column:1/1;grid-row:2/2}}.time-keeping-page .close-open-shift-wrapper .fixed-buttons-container:first-of-type .mdc-button__label{display:inline-block}.time-keeping-page .close-open-shift-wrapper .form-component{margin:0 2rem;min-width:200px;position:relative}@media screen and (max-width:1300px){.time-keeping-page .close-open-shift-wrapper .form-component{grid-column:1/3;grid-row:1/1;margin:0}}.time-keeping-page .close-open-shift-wrapper .form-component .error-text{bottom:-15px;position:absolute}.time-keeping-page .close-open-shift-wrapper .form-block{background:#0000;box-shadow:none;padding:0!important}.time-keeping-page>.week-scroller{align-items:flex-end;display:flex;justify-content:center;padding-top:10px}.time-keeping-page>.week-scroller>.page-button{align-items:center;cursor:pointer;display:flex;height:84px;justify-content:center;margin-bottom:4px;width:2.8rem}.time-keeping-page>.week-scroller>.week-block{display:flex;flex-direction:column;padding-bottom:4px}.time-keeping-page>.week-scroller>.week-block:first-child{padding-right:4px}.time-keeping-page>.week-scroller>.week-block:not(:first-child):not(:last-child){padding-inline:4px}.time-keeping-page>.week-scroller>.week-block:last-child{padding-left:4px}.time-keeping-page>.week-scroller>.week-block.week-block--current{background:var(--mdc-theme-secondary)}.time-keeping-page>.week-scroller>.week-block.week-block--current>.week-title{font-size:20px;font-weight:700}.time-keeping-page>.week-scroller>.week-block>.week-title{align-items:center;display:flex;font-weight:500;height:4rem;justify-content:center;text-align:center;white-space:pre}.time-keeping-page>.week-scroller>.week-block>.days-container{column-gap:4px;display:flex}.time-keeping-page>.week-scroller>.week-block>.days-container>.day-block{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:column;height:84px;padding-block:4px;width:2.8rem}.time-keeping-page>.week-scroller>.week-block>.days-container>.day-block.day-block--current>.day-number{background:var(--mdc-theme-secondary);border-radius:50%}.time-keeping-page>.week-scroller>.week-block>.days-container>.day-block.day-block--active{outline:2px solid var(--mdc-theme-primary)}.time-keeping-page>.week-scroller>.week-block>.days-container>.day-block>.day-number{align-items:center;display:flex;font-weight:600;height:2rem;justify-content:center;width:2rem}.singin-moderator-page{margin:0 auto;width:500px}.singin-moderator-page,.singin-moderator-page>.container{align-items:center;display:flex;flex-direction:column;justify-content:center}.singin-moderator-page>.container{width:100%!important}.singin-moderator-page>.container>.container-body{display:flex;flex-direction:column;width:70%!important}.singin-moderator-page>.container>.container-body .container-body-field-input{margin-top:20px}.singin-moderator-page>.container>.container-body .container-body-field-btn{margin-top:40px}.singin-moderator-page>.container>.footer-message{display:flex;flex-direction:column;justify-content:center;margin-top:1rem;text-align:center}.singin-moderator-page>.container>.footer-message .span-buttons{justify-content:center!important;margin-left:0!important}.singin-moderator-page>.container>.footer-message .back-to-auth-btn,.singin-moderator-page>.container>.footer-message .support{margin-top:20px}.singin-moderator-page>.container>.footer-message .consent_to_processing{display:flex}.singin-moderator-page>.container>.footer-message .consent_to_processing span{margin:auto 0}.singin-moderator-page>.container>.footer-message .support{font-weight:700}.signin-page{margin:0 auto;width:500px}.signin-page,.signin-page>.container{align-items:center;display:flex;flex-direction:column;justify-content:center}.signin-page>.container{width:100%!important}.signin-page>.container>.container-body{display:flex;flex-direction:column;width:60%!important}.signin-page>.container>.container-body>.message{align-items:center;display:flex;font-weight:600;height:6rem;justify-content:center;text-align:center}.signin-page>.container>.container-body>input{margin-bottom:1rem;width:100%}.signin-page>.container>.footer-message{display:flex;flex-direction:column;justify-content:center;margin-top:1rem;text-align:center}.signin-page>.container>.footer-message .span-buttons{justify-content:center!important;margin-left:0!important}.signin-page>.container>.footer-message .back-to-auth-btn,.signin-page>.container>.footer-message .support{margin-top:20px}.signin-page>.container>.footer-message .consent_to_processing{display:flex}.signin-page>.container>.footer-message .consent_to_processing span{margin:auto 0}.signin-page>.container>.footer-message .support{font-weight:700}.mdc-checkbox{margin:0;padding:11px}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{background-color:#000}.mdc-checkbox:hover .mdc-checkbox__ripple:before{opacity:.04}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before{opacity:.12;transition-duration:75ms}.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after{transition:opacity .15s linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after{opacity:.12;transition-duration:75ms}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background:before,.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before{opacity:.04}.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before{opacity:.12;transition-duration:75ms}.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after{transition:opacity .15s linear}.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after{opacity:.12;transition-duration:75ms}.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-checkbox .mdc-checkbox__background{left:11px;top:11px}.mdc-checkbox .mdc-checkbox__background:before{height:40px;left:-13px;top:-13px;width:40px}.mdc-checkbox .mdc-checkbox__native-control{height:40px;left:0;right:0;top:0;width:40px}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:initial;border-color:#0000008a;border-color:var(--mdc-checkbox-unchecked-color,#0000008a)}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786{0%{background-color:initial;border-color:#0000008a;border-color:var(--mdc-checkbox-unchecked-color,#0000008a)}50%{background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786{0%,80%{background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}to{background-color:initial;border-color:#0000008a;border-color:var(--mdc-checkbox-unchecked-color,#0000008a)}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:initial;border-color:#00000061;border-color:var(--mdc-checkbox-disabled-color,#00000061)}.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background{background-color:#00000061;background-color:var(--mdc-checkbox-disabled-color,#00000061);border-color:#0000}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0,0,.2,1)}to{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0,0,0,1)}to{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{0%{stroke-dashoffset:0;animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1}to{stroke-dashoffset:-29.7833385;opacity:0}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{0%{animation-timing-function:cubic-bezier(0,0,.2,1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(1turn)}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{0%{animation-timing-function:mdc-animation-deceleration-curve-timing-function;opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,to{opacity:0;transform:scaleX(0)}}.mdc-checkbox{box-sizing:initial;cursor:pointer;display:inline-block;flex:0 0 18px;height:18px;line-height:0;position:relative;vertical-align:bottom;white-space:nowrap;width:18px}@media screen and (-ms-high-contrast:active){.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:initial;border-color:GrayText;border-color:var(--mdc-checkbox-disabled-color,GrayText)}.mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background{background-color:initial;background-color:var(--mdc-checkbox-disabled-color,#0000);border-color:GrayText}.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:GrayText;color:var(--mdc-checkbox-ink-color,GrayText)}.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:GrayText;border-color:var(--mdc-checkbox-ink-color,GrayText)}.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{align-items:center;background-color:initial;border:2px solid;border-radius:2px;box-sizing:border-box;display:inline-flex;height:18px;justify-content:center;pointer-events:none;position:absolute;transition:background-color 90ms cubic-bezier(.4,0,.6,1) 0ms,border-color 90ms cubic-bezier(.4,0,.6,1) 0ms;width:18px;will-change:background-color,border-color}.mdc-checkbox__background .mdc-checkbox__background:before{background-color:#000;background-color:var(--mdc-theme-on-surface,#000)}.mdc-checkbox__checkmark{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .18s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__mixedmark{border-style:solid;border-width:1px;height:0;opacity:0;transform:scaleX(0) rotate(0deg);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background{animation-duration:.18s;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0,0,.2,1) 0ms,background-color 90ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__background:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute;transform:scale(0);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms;will-change:opacity,transform}.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before{opacity:.12;transform:scale(1);transition:opacity 80ms cubic-bezier(0,0,.2,1) 0ms,transform 80ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control{cursor:inherit;margin:0;opacity:0;padding:0;position:absolute}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:4px}.mdc-checkbox--touch .mdc-checkbox__native-control{height:48px;left:-4px;right:-4px;top:-4px;width:48px}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:1;transition:opacity .18s cubic-bezier(0,0,.2,1) 0ms,transform .18s cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:0;transform:rotate(45deg);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}@keyframes mdc-ripple-fg-radius-in{0%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-opacity-in{0%{animation-timing-function:linear;opacity:0}to{opacity:0;opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-out{0%{animation-timing-function:linear;opacity:0;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.mdc-checkbox{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;z-index:0}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-checkbox .mdc-checkbox__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{height:100%;left:0;top:0;width:100%}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before{height:100%;height:var(--mdc-ripple-fg-size,100%);left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{z-index:-1}.mdc-checkbox__ripple{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before{content:none}.edit-mobilize-template-subpage .default-template-btn{cursor:pointer;font-size:18px;font-weight:500;text-decoration:underline}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list{border:.5px solid #9aa2b0;list-style:none;margin:0;padding:0}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row{background:#fff;border-bottom:.5px solid #9aa2b0;display:grid;grid-template-columns:120px 120px 1fr 120px;height:auto;position:relative}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell{align-items:center;display:flex;justify-content:center;padding:.5rem 1rem;text-align:center}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell .input{display:flex;width:100%}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.heading{padding:1rem}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.delete-marked-steps{cursor:pointer;text-decoration:underline}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.step-title{justify-content:flex-start;overflow:hidden;text-align:left;text-overflow:ellipsis}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.checkbox{color:red}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.comments{align-items:flex-start;flex-direction:column;padding:1.5rem}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.comments .title{margin-bottom:.5rem}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell:not(:last-of-type){border-right:.5px solid #9aa2b0}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell:not(.dnd-picker){cursor:default!important}.edit-mobilize-template-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .heading{font-size:18px;font-weight:500;line-height:21px}.edit-mobilize-template-subpage .btn-wrapper{display:flex;justify-content:center;padding-bottom:1rem;width:100%}.need-template .need-template-inner .form-wrapper .form{display:flex;flex-direction:column}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper{display:flex}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column{width:50%}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row{align-items:center;display:flex;margin-bottom:15px}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user .mdc-checkbox__checkmark,.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default .mdc-checkbox__checkmark{display:none}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user .mdc-checkbox__background:after,.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default .mdc-checkbox__background:after{align-items:center;bottom:0;color:#fff;content:"*";display:flex;font-size:32px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:9.5px}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.unchecked .mdc-checkbox__background{background:#fff!important}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.unchecked .mdc-checkbox__background:after{display:none}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .hidden.mdc-checkbox--disabled .mdc-checkbox__background,.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background,.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default.mdc-checkbox--disabled .mdc-checkbox__background{background:#9aa2b0!important;border-color:#9aa2b0!important}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background{background:#fff!important}.need-template .need-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background:after{display:none}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form{display:flex;flex-direction:column}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper{display:flex}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column{width:50%}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row{align-items:center;display:flex;margin-bottom:15px}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user .mdc-checkbox__checkmark,.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default .mdc-checkbox__checkmark{display:none}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user .mdc-checkbox__background:after,.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default .mdc-checkbox__background:after{align-items:center;bottom:0;color:#fff;content:"*";display:flex;font-size:32px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:9.5px}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.unchecked .mdc-checkbox__background{background:#fff!important}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.unchecked .mdc-checkbox__background:after{display:none}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .hidden.mdc-checkbox--disabled .mdc-checkbox__background,.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background,.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-default.mdc-checkbox--disabled .mdc-checkbox__background{background:#9aa2b0!important;border-color:#9aa2b0!important}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background{background:#fff!important}.public-organization-profile-template .public-organization-profile-template-inner .form-wrapper .form .form-columns-wrapper .form-column .option-row .required-by-user.mdc-checkbox--disabled .mdc-checkbox__background:after{display:none}.who-worker-write{height:84%}.who-worker-write .who-worker-write-inner{display:flex;flex-direction:column;height:100%}.who-worker-write .who-worker-write-inner .who-worker-write-settings{display:flex;flex-wrap:wrap}.who-worker-write .who-worker-write-inner .who-worker-write-settings .who-worker-write-item{flex:0 1 50%}.who-worker-write .who-worker-write-inner .who-worker-write-settings .who-worker-write-item .who-worker-write-item-inner{padding:10px}.who-worker-write .who-worker-write-inner .who-worker-write-settings .who-worker-write-item .who-worker-write-item-inner .who-worker-write-item-header{color:#12324f;font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px;margin-bottom:10px}.who-worker-write .who-worker-write-inner .who-worker-write-settings .who-worker-write-item .who-worker-write-item-inner .who-worker-write-item-select{margin-right:40px;width:450px}.who-worker-write .who-worker-write-inner .who-worker-write-button{margin-top:auto}.group-changing{display:flex;flex-direction:column;height:100%;width:100%}.group-changing .profession-group-textfield{margin-top:20px}.group-changing .professions-bottom{align-items:center;display:flex;justify-content:space-between}.group-changing .professions-bottom .buttons{display:flex;width:400px}.group-changing .professions-bottom .group-changing-visible-selected{align-items:center;display:flex;padding-top:1rem}.groups-list{display:flex;flex-direction:column;height:100%;width:100%}.groups-list .professions-dialog-description{align-items:center;color:#12324f;display:flex;flex-direction:column;font-size:16px;font-weight:500;justify-content:center;line-height:19px;padding-bottom:20px;padding-top:10px;text-align:center;width:100%}.groups-list .professions-dialog-description .professions-dialog-item{border-bottom:1px solid #e1e1e7;cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:20px;width:100%}.groups-list .professions-dialog-description .professions-dialog-item .item-check-radio{margin-right:18px}.groups-list .custom-dialog-content{padding:20px 24px}.professions-groups{height:calc(100vh - 210px);overflow:hidden}.professions-groups .professions-top .sorted-value{display:flex;flex-wrap:wrap;height:35px;padding-bottom:5px;width:100%}.professions-groups .professions-top .sorted-value .sort{background-color:#fff;box-shadow:0 5px 10px 2px #223c5024;display:flex;height:34px;margin:5px;padding:5px 8px}.professions-groups .professions-top .sorted-value .sort .sorted-item{display:flex}.professions-groups .professions-top .sorted-value .sort .sorted-item .column_name{margin-right:5px}.professions-groups .professions-top .sorted-value .sort .sorted-item .type{margin-right:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.professions-groups .professions-top .sorted-value .sort .cancel{cursor:pointer}.professions-groups .professions-top .buttons{margin-left:auto;width:200px}.professions-groups .custom-table-wrapper{box-shadow:0 0 7px #0000001a!important;flex:1 1 auto;height:calc(100vh - 400px);margin-top:20px;overflow:auto;position:relative;width:100%}.professions-groups .custom-table-wrapper .loading-wrapper{bottom:9rem;right:4rem;z-index:99999}.professions-groups .custom-table-wrapper .custom-table{margin-top:0;position:relative}.professions-groups .custom-table-wrapper .custom-table .circular-progress{margin:0 auto}.professions-groups .custom-table-wrapper .custom-table .custom-table-header{box-shadow:0 0 8px #00000026;display:flex;height:80px;position:sticky;top:0;z-index:2}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .devider:not(:last-of-type){border-right:.5px solid #dee7ef}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item{align-items:center;background:#fff;display:block;height:100%;justify-content:center;padding:10px;position:relative;text-overflow:ellipsis!important;width:100%}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner{align-items:center;display:flex;height:100%;justify-content:space-between;min-width:100%;overflow:hidden!important;text-align:left;text-overflow:ellipsis!important;width:170px}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .name{align-items:center;color:#12324f;display:flex;flex-basis:95%;font-weight:500;justify-content:center;text-align:center}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands{display:flex;flex-basis:20px;flex-direction:column}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand{cursor:pointer;height:20px}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand:first-child{margin-bottom:10px}.professions-groups .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand-active{color:red}.professions-groups .custom-table-wrapper .custom-table .custom-table-cell{overflow:hidden;text-overflow:ellipsis;width:200px}.professions-groups .custom-table-wrapper .custom-table .icon-buttons{display:flex;justify-content:space-between;width:60px}.professions-groups .custom-table-wrapper .custom-table .icon-buttons i{cursor:pointer}.professions-groups .professions-bottom{flex:0 1 auto}.professions-groups .professions-bottom .button{width:200px}.professions-groups .icons{cursor:pointer}.professions-groups .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.setting-professions-list{height:calc(100vh - 210px);overflow:hidden}.setting-professions-list .professions-top .sorted-value{display:flex;flex-wrap:wrap;height:35px;padding-bottom:5px;width:100%}.setting-professions-list .professions-top .sorted-value .sort{background-color:#fff;box-shadow:0 5px 10px 2px #223c5024;display:flex;height:34px;margin:5px;padding:5px 8px}.setting-professions-list .professions-top .sorted-value .sort .sorted-item{display:flex}.setting-professions-list .professions-top .sorted-value .sort .sorted-item .column_name{margin-right:5px}.setting-professions-list .professions-top .sorted-value .sort .sorted-item .type{margin-right:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.setting-professions-list .professions-top .sorted-value .sort .cancel{cursor:pointer}.setting-professions-list .professions-top .buttons{margin-left:auto;width:200px}.setting-professions-list .custom-table-wrapper{box-shadow:0 0 7px #0000001a!important;flex:1 1 auto;height:calc(100vh - 400px);margin-top:20px;overflow:auto;position:relative;width:100%}.setting-professions-list .custom-table-wrapper .loading-wrapper{bottom:9rem;right:4rem;z-index:99999}.setting-professions-list .custom-table-wrapper .custom-table{margin-top:0;position:relative}.setting-professions-list .custom-table-wrapper .custom-table .circular-progress{margin:0 auto}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header{box-shadow:0 0 8px #00000026;display:flex;height:80px;position:sticky;top:0;z-index:2}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .devider:not(:last-of-type){border-right:.5px solid #dee7ef}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item{align-items:center;background:#fff;display:block;height:100%;justify-content:center;padding:10px;position:relative;text-overflow:ellipsis!important;width:100%}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner{align-items:center;display:flex;height:100%;justify-content:space-between;min-width:100%;overflow:hidden!important;text-align:left;text-overflow:ellipsis!important;width:170px}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .name{align-items:center;color:#12324f;display:flex;flex-basis:95%;font-weight:500;justify-content:center;text-align:center}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands{display:flex;flex-basis:20px;flex-direction:column}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand{cursor:pointer;height:20px}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand:first-child{margin-bottom:10px}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-header .custom-table-header-item .custom-table-header-inner .expands .expand-active{color:red}.setting-professions-list .custom-table-wrapper .custom-table .custom-table-cell{overflow:hidden;text-overflow:ellipsis;width:200px}.setting-professions-list .custom-table-wrapper .custom-table .icon-buttons{display:flex;justify-content:space-between;width:60px}.setting-professions-list .custom-table-wrapper .custom-table .icon-buttons i{cursor:pointer}.setting-professions-list .professions-bottom{flex:0 1 auto}.setting-professions-list .professions-bottom .buttons{display:flex;width:700px}.setting-professions-list .professions-bottom .button{max-width:200px}.setting-professions-list .icons{cursor:pointer}.professions-list{display:flex;flex-direction:column;height:100%;width:100%}.professions-list .select_category{overflow:visible!important;position:relative}.professions-list .select_category .dialog{background-color:#fff;box-shadow:0 5px 10px 2px #223c5033;display:flex;flex-direction:column;height:122px;justify-content:space-between;left:200px;padding:20px;position:absolute;top:0;width:220px;z-index:99}.professions-list .select_category .dialog .dialog_item{cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:10px 0;width:100%}.professions-list .select_category .dialog .dialog_item .item{margin-right:auto}.professions-list .more_horiz{cursor:pointer;margin-left:10px}.professions-list .professions-dialog-description{align-items:center;color:#12324f;display:flex;flex-direction:column;font-size:16px;font-weight:500;justify-content:center;line-height:19px;padding-bottom:20px;padding-top:10px;text-align:center;width:100%}.professions-list .professions-dialog-description .professions-dialog-item{border-bottom:1px solid #e1e1e7;cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:20px;width:100%}.professions-list .professions-dialog-description .professions-dialog-item .item-check-radio{margin-right:18px}.professions-list .custom-dialog-content{padding:20px 24px}.no-padding{padding:0!important}.settings-page{display:flex;overflow:hidden}.settings-page .side-bar-wrapper{background:#5c6e8c;color:#fff;height:100%;padding:16px;position:fixed;transition:width .3s ease-in-out;width:256px}.settings-page .side-bar-wrapper .show-icon{cursor:pointer;margin-left:auto;width:24px}.settings-page .side-bar-wrapper .show-icon-show{margin-left:0;padding-left:12px}.settings-page .side-bar-wrapper .nav-section{border-bottom:.5px solid #e1e1e7;padding:0 0 20px}.settings-page .side-bar-wrapper .nav-section .nav-section-head{align-items:center;display:flex;margin-bottom:1rem}.settings-page .side-bar-wrapper .nav-section .nav-section-head-show{padding-left:8px}.settings-page .side-bar-wrapper .nav-section .nav-section-title{align-items:center;color:#f5f5f8;display:flex;font-size:13px;font-weight:400;letter-spacing:.2px!important;line-height:15px;overflow:hidden;padding:11px 8px}.settings-page .side-bar-wrapper .nav-section .nav-section-title-show{display:none}.settings-page .side-bar-wrapper .nav-section .nav-item-link{align-items:center;color:#f5f5f8;display:flex;font-size:14px;font-style:normal;font-weight:700;line-height:16px;padding:11px 20px;text-decoration:none}.settings-page .side-bar-wrapper .nav-section .nav-item-link.active{background:#fff;color:var(--mdc-theme-primary)}.settings-page .side-bar-wrapper .nav-section .nav-item-link.active .nav-item-link-number{border:2px solid #12324f}.settings-page .side-bar-wrapper .nav-section .nav-item-link .nav-item-link-number{border:2px solid #f5f5f8;border-radius:50%;height:20px;margin-right:5px;min-height:20px;min-width:20px;text-align:center;width:20px}.settings-page .side-bar-wrapper .nav-section .nav-item-link .nav-item-title{overflow:hidden}.settings-page .side-bar-wrapper .nav-section .nav-item-link .nav-item-title-show{display:none}.settings-page .side-bar-wrapper .nav-section .nav-item-link-show{align-items:center;display:flex;padding:11px 10px;text-decoration:none}.settings-page .side-bar-wrapper .nav-section:not(:first-of-type){padding:20px 0}.settings-page .side-bar-wrapper-show{background:#5c6e8c;color:#fff;height:100%;padding:16px 10px;position:fixed;width:61px}.settings-page .content-wrapper{margin-left:256px;overflow:auto;padding:20px;transition:margin-left .3s ease-in-out;width:100%}.settings-page .content-wrapper .content-inner{background:#fff;box-shadow:0 0 7px #0000001a!important;min-width:800px;overflow:auto;padding:20px}.settings-page .content-wrapper .content-inner .page-title-component{margin:0;padding-bottom:20px}.settings-page .content-wrapper .icon,.settings-page .content-wrapper .title{align-items:center;display:flex;font-size:1.5em;font-weight:700;letter-spacing:.3px;line-height:28px}.settings-page .content-wrapper .icon{font-weight:500;position:relative;top:3px}.settings-page .content-wrapper .description{box-shadow:none!important;margin-bottom:15px}.settings-page .content-wrapper .description .inner{background:#dee7ef;display:flex;flex-direction:column;padding:15px}.settings-page .content-wrapper .description .inner .description-title{font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px;margin-bottom:10px;padding-left:10px}.settings-page .content-wrapper .description .inner .row-wrapper:not(:last-of-type){margin-bottom:10px}.settings-page .content-wrapper .description .inner .row-wrapper{align-items:center;display:grid;grid-template-columns:45px 1fr;justify-content:start}.settings-page .content-wrapper .description .inner .row-wrapper .mdc-checkbox{height:100%!important;padding-top:5px}.settings-page .content-wrapper .description .inner .row-wrapper .mdc-checkbox--disabled .mdc-checkbox__background{background:#9aa2b0!important;border-color:#9aa2b0!important}.settings-page .content-wrapper .description .inner .row-wrapper .required-default .mdc-checkbox__checkmark{display:none}.settings-page .content-wrapper .description .inner .row-wrapper .required-default .mdc-checkbox__background:after{align-items:center;bottom:0;color:#fff;content:"*";display:flex;font-size:32px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:9.5px}.settings-page .content-wrapper-show{margin-left:61px;overflow:auto;padding:20px;width:100%}.responded-workers-page{min-width:850px}.responded-workers-page>.worker-line-block{margin-top:10px}.responded-workers-page .form-block{box-shadow:0 0 8px #00000026}.responded-workers-page .documents{background:url(/static/media/email.dc416649342361eec45c.svg) no-repeat 50%}.responded-workers-page .documents .rmwc-icon{font-size:0!important}.responded-workers-page .accept-btn>button[disabled],.responded-workers-page .decline-btn>button[disabled]{opacity:.5}.responded-workers-page .no-responses-notice{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex;font-size:24px;font-weight:700;height:100%;justify-content:center;margin-top:-260px;padding-top:260px;text-align:center;width:100%}.responded-workers-page .loading-wrapper{align-items:center;background-color:#fff;border-radius:5px;bottom:2rem;box-shadow:2px 2px 3px 3px #354c6280;display:flex;font-size:20px;height:45px;justify-content:center;position:fixed;right:3rem;vertical-align:center;width:150px}.responded-workers-page .loading-wrapper .loading-inner{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex}.responded-workers-page .loading-wrapper .loading-inner .circular-progress{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:20px;font-weight:600;margin-right:15px;margin-top:2px}.responded-workers-page .responded-workers-page-btn{color:#12324f;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.3px;line-height:19px;margin:auto;text-decoration-line:underline}.createdAt{font-size:20px;font-weight:500;height:100%}.createdAt .table-cell-inner{align-items:flex-start!important;display:flex;flex-direction:column;height:100%;-webkit-justify-content:space-between!important;justify-content:space-between!important;text-align:left}@media screen and (max-width:1300px){.responded-workers-page .responded-workers-page-btn{font-size:13px}.createdAt{font-size:15px}.createdAt .table-cell-inner{height:100%}}.report-page>.main-card{display:flex;margin-bottom:.5rem;padding:1rem}.report-page>.main-card>div{display:flex;flex-direction:column;width:100%}.report-page>.main-card>div>span:first-child{color:var(--mdc-theme-text-secondary-on-light);margin-bottom:3px}.report-page>.main-card>div>span:last-child{font-weight:500}.report-page>.table-card{background-color:#0000;display:flex}.report-page>.table-card .deposit>thead{border-right:1px solid #e1e1e7}.report-page>.table-card table{align-self:flex-start;background:#fff;border-collapse:collapse;table-layout:fixed;width:100%}.report-page>.table-card table th{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);padding:1.5rem}.report-page>.table-card table td{border:1px solid #e1e1e7;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-weight:500;padding:1rem}.report-page .date,.report-page .value{text-align:right}.report-page .charges .value{color:red}.report-page .deposit .value{color:green}.workers{min-width:935px}.workers .contract-link,.workers .contract-link .contract-icon{height:70px!important;width:70px!important}.workers .contract-link .contract-icon{color:#12324f;font-size:35px}.workers .page-content{margin-top:10px}.workers .table.with-brigades{margin-top:0}.workers .table .no-data-notice{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex;flex-direction:column;font-size:24px;font-weight:700;height:100%;justify-content:center;margin-top:-300px;padding-top:300px;pointer-events:none;width:100%}.workers .tabs{background-color:var(--mdc-theme-background);box-shadow:none}.workers .workers-table:not(.headings){margin-top:125px}@media screen and (max-width:1350px){.workers .workers-table{grid-template-columns:10% 20% 20% 15% 20% auto!important}}.workers .workers-table .big-font{font-size:22px}.workers .workers-table.headings{grid-column-gap:2px;background-color:var(--mdc-theme-background);min-width:935px;pointer-events:none;position:absolute;top:173px;transition:margin-top .3s ease-in-out;width:100%;z-index:2}.workers .workers-table.headings.scrolled-to-top{left:271px;position:fixed;right:28px;top:54px;width:auto}.workers .workers-table.in-brigade{grid-row-gap:2px;margin-top:0}.workers .worker-line-block{padding-right:0}.workers .span-buttons{grid-gap:0;width:60%}.workers .span-buttons .btn{align-items:center;display:flex;justify-content:center;min-height:100px;padding:0 10px;text-align:center}.workers .span-buttons .btn_without-underline{cursor:default;text-decoration:none}.workers .span-buttons .btn_worker-card{width:30%}.workers .span-buttons .btn_date{width:20%}.workers .span-buttons .btn_need-number{width:15%}.workers .span-buttons .btn_subdivision{text-overflow:ellipsis;width:35%}.workers>.spoiler>.body>.worker-line-block{box-shadow:none}.workers>.worker-line-block:not(:first-child){margin-top:10px}.workers .search{background-color:#fff;margin-bottom:10px;padding:10px}.workers .search>label{display:flex;padding-left:6px}.workers .separator{border-bottom:0;border-top:1px solid #e1e1e7;margin:0}.workers .no-data-notice{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:24px;font-weight:700;height:100%;margin-top:-300px;padding-top:500px}.organization-authorization-page,.workers .no-data-notice{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.organization-authorization-page{margin:0 auto}.organization-authorization-page .consent_to_processing{display:flex;margin:5px 0 8px}.organization-authorization-page .consent_to_processing span{margin:auto 0}.organization-authorization-page .container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:500px}.organization-authorization-page .container .container-body{background-color:#fff;display:flex;flex-direction:column;padding:15px 20px;width:80%}.organization-authorization-page .container .container-body .container-body-field .container-body-field-head{display:flex;font-size:16px;font-weight:500;letter-spacing:.3px;line-height:19px;margin:0 0 12px}.organization-authorization-page .container .container-body .container-body-field .container-body-field-input{background:#fff;border:2px solid #12324f;border-radius:2px;font-size:16px;font-weight:500;height:44px;letter-spacing:.3px;line-height:19px;padding:0 10px;width:100%}.organization-authorization-page .container .container-body .container-body-field .container-body-field-input div{border:none}.organization-authorization-page .container .container-body .container-body-field .container-body-field-error{color:#ed0000;font-size:13px;line-height:14px;min-height:15px;padding:0 0 0 5px}.organization-authorization-page .container .container-body .container-body-field .required-field{color:#ed0000;margin-right:5px}.organization-authorization-page .container .container-body>.message{align-items:center;display:flex;font-weight:600;height:6rem;justify-content:center;text-align:center}.organization-authorization-page .container .container-body>input{margin-bottom:1rem;width:100%}.organization-authorization-page .container .container-body-code{display:flex;flex-direction:column;width:60%!important}.organization-authorization-page .container .container-body-code>.message{align-items:center;display:flex;font-weight:600;height:6rem;justify-content:center;text-align:center}.organization-authorization-page .container .container-body-code>input{margin-bottom:1rem;width:100%}.organization-authorization-page .container>.footer-message{display:flex;flex-direction:column;justify-content:center;margin-top:1rem;text-align:center}.organization-authorization-page .container>.footer-message .span-buttons{justify-content:center!important;margin-left:0!important}.organization-authorization-page .container>.footer-message .back-to-auth-btn,.organization-authorization-page .container>.footer-message .support{margin-top:20px}.organization-authorization-page .container>.footer-message .consent_to_processing{display:flex}.organization-authorization-page .container>.footer-message .consent_to_processing span{margin:auto 0}.organization-authorization-page .container>.footer-message .support{font-weight:700}.public-profile-page .public-profile-page-status{color:#12324f;font-size:24px;font-style:normal;font-weight:700;letter-spacing:.3px;line-height:28px}.public-profile-page .form-header{background-color:#fff;box-shadow:-5px -6px 8px -4px #0003,0 -10px 6px -10px #00000024,4px -5px 8px -2px #0000001f;display:flex;padding:1.6rem 1.6rem 0;position:absolute;width:100%}.public-profile-page .form-header>.avatar-container{display:flex}.public-profile-page .form-header>.avatar-container>i{cursor:pointer;font-size:xx-large}.public-profile-page .form-header>.span-buttons{position:absolute;right:1rem;top:1rem}.public-profile-page .form-header .image-input{border:2px solid var(--mdc-theme-text-secondary-on-background);border-radius:4px;height:200px;position:relative;width:200px}.public-profile-page .form-header .image-input>*{cursor:pointer;font-size:xx-large}.public-profile-page .form-header .image-input>.cancel{position:absolute;right:0}.public-profile-page .form-header .image-input .avatar-upload{align-items:center;cursor:pointer;display:flex;height:100%;width:100%}.public-profile-page .form-header .image-input .avatar-upload .add-photo{margin:auto}.public-profile-page .form-header .image-input>.add-photo{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.mdc-typography{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-font-family,Roboto,sans-serif)}.mdc-typography--headline1{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:6rem;font-size:var(--mdc-typography-headline1-font-size,6rem);font-weight:300;font-weight:var(--mdc-typography-headline1-font-weight,300);letter-spacing:-.015625em;letter-spacing:var(--mdc-typography-headline1-letter-spacing,-.015625em);line-height:6rem;line-height:var(--mdc-typography-headline1-line-height,6rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline1-text-decoration,inherit);text-decoration:var(--mdc-typography-headline1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline1-text-transform,inherit)}.mdc-typography--headline1,.mdc-typography--headline2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--headline2{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:3.75rem;font-size:var(--mdc-typography-headline2-font-size,3.75rem);font-weight:300;font-weight:var(--mdc-typography-headline2-font-weight,300);letter-spacing:-.0083333333em;letter-spacing:var(--mdc-typography-headline2-letter-spacing,-.0083333333em);line-height:3.75rem;line-height:var(--mdc-typography-headline2-line-height,3.75rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline2-text-decoration,inherit);text-decoration:var(--mdc-typography-headline2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline2-text-transform,inherit)}.mdc-typography--headline3{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline3-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:3rem;font-size:var(--mdc-typography-headline3-font-size,3rem);font-weight:400;font-weight:var(--mdc-typography-headline3-font-weight,400);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline3-letter-spacing,normal);line-height:3.125rem;line-height:var(--mdc-typography-headline3-line-height,3.125rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline3-text-decoration,inherit);text-decoration:var(--mdc-typography-headline3-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline3-text-transform,inherit)}.mdc-typography--headline3,.mdc-typography--headline4{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--headline4{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline4-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:2.125rem;font-size:var(--mdc-typography-headline4-font-size,2.125rem);font-weight:400;font-weight:var(--mdc-typography-headline4-font-weight,400);letter-spacing:.0073529412em;letter-spacing:var(--mdc-typography-headline4-letter-spacing,.0073529412em);line-height:2.5rem;line-height:var(--mdc-typography-headline4-line-height,2.5rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline4-text-decoration,inherit);text-decoration:var(--mdc-typography-headline4-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline4-text-transform,inherit)}.mdc-typography--headline5{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline5-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.5rem;font-size:var(--mdc-typography-headline5-font-size,1.5rem);font-weight:400;font-weight:var(--mdc-typography-headline5-font-weight,400);letter-spacing:normal;letter-spacing:var(--mdc-typography-headline5-letter-spacing,normal);line-height:2rem;line-height:var(--mdc-typography-headline5-line-height,2rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline5-text-decoration,inherit);text-decoration:var(--mdc-typography-headline5-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline5-text-transform,inherit)}.mdc-typography--headline5,.mdc-typography--headline6{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--headline6{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit)}.mdc-typography--subtitle1{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.mdc-typography--subtitle1,.mdc-typography--subtitle2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--subtitle2{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight,500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing,.0071428571em);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height,1.375rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform,inherit)}.mdc-typography--body1{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-body1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-body1-font-weight,400);letter-spacing:.03125em;letter-spacing:var(--mdc-typography-body1-letter-spacing,.03125em);line-height:1.5rem;line-height:var(--mdc-typography-body1-line-height,1.5rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body1-text-transform,inherit)}.mdc-typography--body1,.mdc-typography--body2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--body2{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit)}.mdc-typography--caption{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-typography--button{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-button-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-button-font-weight,500);letter-spacing:.0892857143em;letter-spacing:var(--mdc-typography-button-letter-spacing,.0892857143em);line-height:2.25rem;line-height:var(--mdc-typography-button-line-height,2.25rem);text-decoration:none;-webkit-text-decoration:none;-webkit-text-decoration:var(--mdc-typography-button-text-decoration,none);text-decoration:var(--mdc-typography-button-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-button-text-transform,uppercase)}.mdc-typography--button,.mdc-typography--overline{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-typography--overline{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-overline-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-overline-font-size,.75rem);font-weight:500;font-weight:var(--mdc-typography-overline-font-weight,500);letter-spacing:.1666666667em;letter-spacing:var(--mdc-typography-overline-letter-spacing,.1666666667em);line-height:2rem;line-height:var(--mdc-typography-overline-line-height,2rem);text-decoration:none;-webkit-text-decoration:none;-webkit-text-decoration:var(--mdc-typography-overline-text-decoration,none);text-decoration:var(--mdc-typography-overline-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-overline-text-transform,uppercase)}.profile-page{min-width:520px}.profile-page .profile-page-wrapper{position:relative}.profile-page .profile-page-wrapper .user-authorization-number{bottom:5rem;color:var(--mdc-theme-text-secondary-on-light);font-weight:400;position:absolute;right:1.6rem;text-align:right}.profile-page .profile-page-wrapper .title-wrapper{min-width:100%}.profile-page .profile-page-wrapper .page-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;justify-content:space-between;overflow:hidden;text-overflow:elepsis;width:100%}.reviews{display:flex;flex-direction:column}.reviews .worker-profile-review{border-top:1px solid #e1e1e7;display:flex;padding:1.3rem}.reviews .worker-profile-review:first-child{border:none}.reviews .worker-profile-block{margin-right:.8rem;min-width:147px}.reviews .raiting{margin:.3rem 0 1rem}.reviews .employment-time{white-space:pre-line}.reviews .worker-profile-content{width:100%}.reviews .author-header{display:flex;flex-direction:column;margin-bottom:1rem}.reviews .role{font-weight:600;margin-top:.3rem}.reviews .name{color:var(--mdc-theme-text-secondary-on-light)}.reviews .comment{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:pre-line;width:100%}.review-comment-form-rating{margin-bottom:16px}.review-comment-form-rating-error{color:#b00020;font-size:14px;margin-top:3px;max-width:inherit}.review-comment-form-star{font-size:30px}.review-comment-form-star--empty{color:#d1d1d4}.review-comment-form-title{color:#12324f;font-size:16px;font-weight:600;margin-bottom:16px}.review-comment-form-textarea{margin-bottom:16px;width:100%}.review-comment-form-textarea .mdc-text-field__resizer{resize:vertical}.review-comment-form-button-save{margin-right:16px}.pending-review-card{font-size:16px}.pending-review-card-table{display:flex}.pending-review-card-table-cell{padding:6px}.pending-review-card-review-stats{max-width:250px;width:100%}.pending-review-card-date{color:#5c6e8c}.pending-review-card-work-period{color:#9aa2b0}.pending-review-card-profile-review{flex:1 1 auto}.pending-review-card-profile-review-name{color:#9aa2b0;font-weight:400}.pending-review-card-button,.pending-review-card-profile-review-comment,.pending-review-card-profile-review-role{color:#12324f;font-weight:600}.pending-review-card-button{background:none;border:none;cursor:pointer;font-size:16px;text-decoration-line:underline}.pending-review-card-comment-form{margin-top:15px}.pending-review-page{padding:24px}.pending-review-page-review-card{border-bottom:1px solid #0000004d;padding:15px 0}.pending-review-page-review-card:not(:last-child){margin-bottom:15px}.pending-review-page-form{align-items:center;display:flex;margin-bottom:20px}.pending-review-page-textfield{margin-right:15px;width:100%}.pending-review-page-button{min-width:180px;text-transform:uppercase}.organizations-page .organization-name{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);text-decoration:underline}.organizations-page .organization-status{align-items:center;display:flex;width:100%}.organizations-page .organization-status .organization-status-color{border-radius:50%;flex-basis:12px;height:12px;margin-left:10px;width:12px}.organizations-page .organization-status .organization-status-text{margin-left:20px;text-align:start}.workers-page .worker-name{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);cursor:pointer;text-decoration:underline}.workers-page .worker-status{align-items:center;display:flex;width:100%}.workers-page .worker-status .worker-status-color{border-radius:50%;flex-basis:12px;height:12px;margin-left:10px;width:12px}.workers-page .worker-status .worker-status-text{margin-left:20px;text-align:start}.mdc-elevation-overlay{background-color:#fff;background-color:var(--mdc-elevation-overlay-color,#fff);border-radius:inherit;opacity:0;opacity:var(--mdc-elevation-overlay-opacity,0);pointer-events:none;position:absolute;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mdc-dialog,.mdc-dialog__scrim{align-items:center;box-sizing:border-box;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.mdc-dialog{display:none;z-index:7}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-dialog .mdc-dialog__scrim{background-color:#00000052}.mdc-dialog .mdc-dialog__title{color:#000000de}.mdc-dialog .mdc-dialog__content{color:#0009}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-color:#0000001f}.mdc-dialog .mdc-dialog__content{padding:20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media (max-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media (min-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog .mdc-dialog__surface{border-radius:4px;border-radius:var(--mdc-shape-medium,4px)}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:100%;justify-content:space-around;opacity:0;pointer-events:none;transform:scale(.8)}.mdc-dialog__surface{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;max-height:100%;max-width:100%;overflow-y:auto;pointer-events:auto;position:relative}.mdc-dialog__surface .mdc-elevation-overlay{height:100%;left:0;top:0;width:100%}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;border-bottom:1px solid #0000;box-sizing:border-box;display:block;flex-shrink:0;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);line-height:normal;line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);margin:0;padding:0 24px 9px;position:relative;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit)}.mdc-dialog__title:before{content:"";display:inline-block;height:40px;vertical-align:0;width:0}.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-grow:1;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-body1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-body1-font-weight,400);letter-spacing:.03125em;letter-spacing:var(--mdc-typography-body1-letter-spacing,.03125em);line-height:1.5rem;line-height:var(--mdc-typography-body1-line-height,1.5rem);margin:0;overflow:auto;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body1-text-transform,inherit)}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-bottom:8px;padding-top:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{align-items:center;border-top:1px solid #0000;box-sizing:border-box;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin:0;min-height:52px;padding:8px;position:relative}.mdc-dialog--stacked .mdc-dialog__actions{align-items:flex-end;flex-direction:column}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl],[dir=rtl] .mdc-dialog__button:first-child{margin-left:0;margin-right:0}.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--closing,.mdc-dialog--open,.mdc-dialog--opening{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity .15s linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--closing .mdc-dialog__container,.mdc-dialog--closing .mdc-dialog__scrim{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{opacity:1;transform:none}.mdc-dialog-scroll-lock{overflow:hidden}.need-page .align-right>input{text-align:right}.need-page .mdc-dialog__surface>.dialog-title{align-items:center;background-color:var(--mdc-theme-secondary);display:flex;height:68px;justify-content:center}.need-page .mdc-dialog__surface>.dialog-title>.mdc-icon-button{position:absolute;right:10px;top:10px}.need-page .mdc-dialog__surface>.dialog-body{display:flex;flex-direction:column;max-height:50vh;min-width:600px;overflow:auto;padding:1rem}.need-page .mdc-dialog__surface>.dialog-body>.mdc-list-divider{margin-block:.6rem}.need-page .mdc-dialog__surface>.dialog-body>.dialog-item{display:flex}.need-page .mdc-dialog__surface>.dialog-body>.dialog-item>div{width:33.3%}.need-page .mdc-dialog__surface>.dialog-body>.dialog-item>div:not(:last-child){margin-left:1rem}.needs-list-page{position:relative}.needs-list-page .fixed-buttons-right{display:flex;width:555px}.needs-list-page .fixed-buttons-right .fixed-buttons-container{padding:0}.needs-list-page .no-data-notice{display:flex;flex-direction:column;height:100%;padding-top:300px;width:100%}.needs-list-page .card-grid{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,525px);margin-top:20px}.needs-list-page .card-grid--title{display:flex;grid-template-columns:500px 1fr;justify-content:space-between;margin-bottom:.8rem}.needs-list-page .needs-list-page-message{align-items:center;display:flex;margin-left:auto}.needs-list-page .needs-list-page-message .needs-list-page-message-block{align-items:center;display:flex;position:relative}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-text{color:#12324f;cursor:pointer;font-size:22px;font-style:normal;font-weight:500;letter-spacing:.3px;line-height:26px;margin:0 5px 0 0}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu{background-color:#fff;border-radius:8px;box-shadow:8px 7px 5px #00000040;position:absolute;right:-110px;top:45px;width:430px}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:10px;transition:background-color .1s ease-in-out}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item:nth-child(2){padding:5px 10px}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item:hover{background-color:#f5f5f5}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item:active{background-color:#f1f1f1}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item .needs-list-page-message-menu-item-plug{height:24px;min-width:24px;width:24px}.needs-list-page .needs-list-page-message .needs-list-page-message-block .needs-list-page-message-menu .needs-list-page-message-menu-item .needs-list-page-message-menu-item-text{margin-left:10px}.needs-list-page .needs-list-page-message i{cursor:pointer}.summary-table-by-needs{overflow:auto;width:100%}.summary-table-by-needs .summary-table-visible-deleted{display:flex}.summary-table-by-needs .summary-table-visible-deleted div{font-size:15px;font-weight:400;line-height:19px;padding-top:11px}.summary-table-by-needs .summary-table-by-needs-table{box-shadow:0 5px 10px 2px #223c5033;margin-bottom:10px;min-width:1430px}.summary-table-by-needs .summary-table-header{background:#dee7ef;display:flex;width:100%}.summary-table-by-needs .summary-table-header .summary-table-cell{border-bottom:.5px solid #5c6e8c;border-right:.5px solid #5c6e8c;flex-basis:11%;height:89px;padding:5px;width:100%}.summary-table-by-needs .summary-table-header .summary-table-cell .summary-table-cell-inner{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;text-align:center}.summary-table-by-needs .summary-table-header .bordered-line{border-right:3px solid #5c6e8c}.summary-table-by-needs .summary-table-header .summary-table-cell-groups{display:flex;flex-basis:45%;flex-direction:column;width:100%}.summary-table-by-needs .summary-table-header .summary-table-cell-groups .summary-table-cell{flex-basis:auto}.summary-table-by-needs .summary-table-header .summary-table-cell-groups .summary-table-cell-group-first{width:100%}.summary-table-by-needs .summary-table-header .summary-table-cell-groups .summary-table-cell-group-first .summary-table-cell:first-child{border-bottom:.5px solid #5c6e8c;height:35px}.summary-table-by-needs .summary-table-header .summary-table-cell-groups .summary-table-cell-group{display:flex}.summary-table-by-needs .summary-table-header .summary-table-cell-groups .summary-table-cell-group .summary-table-cell{height:54px}.summary-table-by-needs .summary-table-body{background-color:#fff}.summary-table-by-needs .summary-table-body .summary-table-body-row{display:flex;width:100%}.summary-table-by-needs .summary-table-body .summary-table-body-row .summary-table-cell{border-bottom:.5px solid #5c6e8c;border-right:.5px solid #5c6e8c;flex-basis:11%;height:35px;padding:10px;width:100%}.summary-table-by-needs .summary-table-body .summary-table-body-row .summary-table-cell .summary-table-cell-inner{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;text-align:center}.summary-table-by-needs .summary-table-body .summary-table-body-row .summary-table-cell .status{justify-content:start}.summary-table-by-needs .summary-table-body .summary-table-body-row .summary-table-cell-group{display:flex;flex-basis:45%;width:100%}.summary-table-by-needs .summary-table-body .summary-table-body-row .summary-table-cell-group .summary-table-cell{flex-basis:auto}.summary-table-by-needs .summary-table-body .summary-table-body-row .bordered-line{border-right:3px solid #5c6e8c}@media(max-height:720px),(max-width:1246px){.summary-table-by-needs .summary-table-body .summary-table-body-row .bordered-line,.summary-table-by-needs .summary-table-header .bordered-line{border-right:2px solid #5c6e8c}}.mobilization-page{min-width:990px}.mobilization-page .mobilization-table{margin-top:20px}.mobilization-page .loading-wrapper{align-items:center;background-color:#fff;border-radius:5px;bottom:2rem;box-shadow:2px 2px 3px 3px #354c6280;display:flex;font-size:20px;height:45px;justify-content:center;position:fixed;right:3rem;vertical-align:center;width:150px;z-index:99999}.mobilization-page .loading-wrapper .loading-inner{align-items:center;color:#354c62;color:var(--mdc-theme-text-primary,#354c62);display:flex}.mobilization-page .loading-wrapper .loading-inner .circular-progress{color:#354c62;color:var(--mdc-theme-text-primary,#354c62);font-size:20px;font-weight:600;margin-right:15px;margin-top:2px}.mobilization-page .search-input{align-items:center;display:flex;margin-bottom:1rem;width:100%}.mobilization-page .search-icon{position:absolute;right:1rem}.mobilization-page .search-icon:hover:before{background:none}.mobilization-page .link-to-template{color:var(--mdc-theme-text-primary);font-size:18px;font-weight:500}.mobilization-page .link-to-template:not(:last-of-type){margin-right:2rem}.mobilization-page .sort-btns-panel{align-items:center;display:flex}.mobilization-page .sort-btns-panel .sort-btn{align-items:center;background-color:#fff;color:12324F;cursor:pointer;display:flex;font-size:17px;font-weight:600;line-height:20px;outline:2px solid #12324f;padding:8px 3rem;position:relative;vertical-align:center}.mobilization-page .sort-btns-panel .sort-btn .sort-btn-text{margin-top:-3px;text-align:center}.mobilization-page .sort-btns-panel .sort-btn .close-sort-btn{align-items:center;display:flex;height:30px;justify-content:center;padding:0;position:absolute;right:10px;width:30px}.mobilization-page .sort-btns-panel .sort-btn:not(last-of-type){margin-right:1rem}.mobilization-page .mobilize-status .table-cell-inner{align-items:flex-start;flex-direction:column!important}.mobilization-page .mobilize-status .table-cell-inner .mobilize-status-wrapper{align-items:center;display:flex}.mobilization-page .mobilize-status .table-cell-inner .mobilize-status-wrapper .mobilize-status-circle{background-color:red;border-radius:100%;margin-right:12px;min-height:12px;min-width:12px}.mobilization-page .mobilize-status .table-cell-inner .mobilize-at{color:var(--mdc-theme-text-secondary-on-light);display:flex;justify-content:flex-start;margin-top:10px;text-align:left}@media(max-height:720px),(max-width:1246px){.mobilization-page .mobilize-status .table-cell-inner .mobilize-status-wrapper{font-size:12px}.mobilization-page .mobilize-status .table-cell-inner .mobilize-status-wrapper .mobilize-status-circle{margin-right:5px;min-height:10px;min-width:10px}.mobilization-page .period .text{font-size:15px}}.mobilize-subpage .link-to-contract{align-items:center;color:var(--mdc-theme-text-primary);display:flex;font-size:18px;font-weight:500;text-decoration:none}.mobilize-subpage .link-to-contract .text-wrapper{align-items:center;display:flex}.mobilize-subpage .link-to-contract .text-wrapper .icon{font-size:30px;margin-right:5px}.mobilize-subpage .save-status{align-items:center;color:#12324f;display:none;font-size:25px;position:fixed;right:1rem;top:76px;z-index:9999}.mobilize-subpage .save-status .save-status-icon{color:green;margin-right:.5rem;padding-top:5px}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list{list-style:none;padding:0}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row.headings{height:51px}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row{background:#fff;border-bottom:.5px solid #9aa2b0;display:grid;grid-template-columns:145px 145px 1fr;height:auto}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell{align-items:center;display:flex;justify-content:center}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell .input{display:flex;width:100%}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.checkbox{color:red}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.comments{align-items:flex-start;flex-direction:column;padding:1.5rem}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell.comments .title{margin-bottom:.5rem}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .cell:not(:last-of-type){border-right:.5px solid #9aa2b0}.mobilize-subpage .mobilize-checkbox-list-wrapper .mobilize-checkbox-list .row .heading{font-size:18px;font-weight:500;line-height:21px}.create-user-page .create-user-page-roles-settings{margin-top:15px}.create-user-page .create-user-page-roles-settings .create-user-page-roles-header{color:#5c6e8c;font-size:16px;font-weight:400;letter-spacing:.3px;line-height:19px;margin-bottom:15px}.create-user-page .create-user-page-roles-settings .create-user-page-roles{display:flex;flex-wrap:wrap}.create-user-page .create-user-page-roles-settings .create-user-page-roles .create-user-page-role{align-items:center;display:flex;flex:0 1 50%;margin-bottom:15px}.create-user-page .create-user-page-roles-settings .create-user-page-roles-error{color:#b00020;font-size:small}.create-user-page .go-to-users{color:var(--mdc-theme-primary);cursor:pointer;font-size:22px;font-weight:500;text-decoration:underline}.create-user-page .form-component{overflow:visible}.edit-user-page .edit-user-page-roles-settings{margin-top:15px}.edit-user-page .edit-user-page-roles-settings .edit-user-page-roles-header{color:#5c6e8c;font-size:16px;font-weight:400;letter-spacing:.3px;line-height:19px;margin-bottom:15px}.edit-user-page .edit-user-page-roles-settings .edit-user-page-roles{display:flex;flex-wrap:wrap}.edit-user-page .edit-user-page-roles-settings .edit-user-page-roles .edit-user-page-role{align-items:center;display:flex;flex:0 1 50%;margin-bottom:15px}.edit-user-page .form-component{overflow:hidden}.edit-user-page .caution-msgs-wrapper{background:#fff;padding:0 20px 20px}.edit-user-page .caution-msgs-wrapper .caution-msgs-inner{background:#dee7ef;padding:16px}.edit-user-page .caution-msgs-wrapper .caution-msgs-inner .msg:not(:last-of-type),.edit-user-page .caution-msgs-wrapper .caution-msgs-inner .title{margin-bottom:16px}.edit-user-page .caution-msgs-wrapper .caution-msgs-inner .msg{display:flex}.edit-user-page .caution-msgs-wrapper .caution-msgs-inner .msg .icon{margin-right:10px}.edit-user-page .caution-msgs-wrapper .caution-msgs-inner .msg .error{color:#ed0000}.contract-card{background:#fff;box-shadow:0 0 8px #00000026;color:#5c6e8c;cursor:pointer;height:100%;padding:12px 20px}.contract-card .contract-card-date-wrapper{display:flex;justify-content:space-between;margin-bottom:10px}.contract-card .contract-card-date{font-weight:500}.contract-card .contract-card-position{color:#173451;font-size:20px;font-weight:700;margin-bottom:15px}.contract-card .contract-card-number{margin-bottom:5px}.contract-card .contract-card-organisation,.contract-card .contract-card-period{margin-bottom:20px}.contract-card .contract-card-period>*{color:#5c6e8c;font-size:inherit;font-weight:400}.employment-process-page-employment-card-item-title{font-weight:500}.contract-list-page .contract-list-page-list{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.contract-list-page .contract-list-page-card{margin:0 10px 20px;max-width:100%;width:calc(25% - 20px)}.contract-page-link-field{text-decoration:underline}.employment-process-step{align-items:center;border-bottom:1px solid #5c6e8c;display:flex;padding:20px}.employment-process-step-info{display:flex;flex-direction:column;margin-left:18px}.employment-process-step-title{color:#12324f;font-size:15px;font-weight:700;letter-spacing:.3px;line-height:19px;margin-bottom:12px}.employment-process-step-title-no-body{margin-bottom:0;margin-top:3px}.employment-process-step-body{color:#12324f;font-size:15px;font-weight:400;letter-spacing:.3px;line-height:19px}.find-textfield{position:relative;width:100%}.find-textfield-search-icon{font-size:25px;position:absolute;right:42px;top:9px}.find-textfield-filter-indicator{background-color:red;border-radius:50%;display:none;height:10px;position:absolute;right:10px;top:9px;width:10px}.find-textfield-filter-indicator--active{display:block}.request-card{background-color:#fff;border-radius:2px;box-shadow:0 0 8px #00000026;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:12px 16px;transition:all .2s ease-in-out}.request-card:hover{box-shadow:0 4px 10px #0000004d}.request-card .request-card-publish-date{color:#5c6e8c;font-size:13px;font-weight:500;line-height:15px;margin-bottom:10px}.request-card .request-card-position{color:#12324f;font-size:18px;font-weight:900;line-height:21px;margin-bottom:4px}.request-card .request-card-salary{color:#5c6e8c;font-size:18px;font-weight:500;line-height:21px;margin-bottom:5px}.request-card .request-card-city{color:#5c6e8c;font-size:13px;font-weight:500;line-height:15px;margin-bottom:4px}.request-card .request-card-organisation{color:#5c6e8c;font-size:13px;font-weight:500;line-height:15px;margin-bottom:12px}.request-card .request-card-need-field{margin-bottom:13px}.request-card .request-card-need-field-label{color:#5c6e8c;font-size:13px;font-weight:500;line-height:15px}.request-card .request-card-need-field-value{color:#12324f;font-size:15px;font-weight:400;line-height:19px}.request-card .request-card-shedule,.request-card-responsibilities{color:#12324f;font-size:15px;font-weight:400;line-height:19px;margin-bottom:12px;overflow-wrap:break-word}.request-card .request-card-responsibilities{margin-bottom:20px}.request-card .request-card-responsibilities-no-responsed{margin-bottom:12px}.request-card .request-card-responde-at{color:#5c6e8c;font-size:13px;font-weight:500;line-height:15px;margin-bottom:20px;position:relative}.request-card .request-card-responde-at-rejected{margin-bottom:0}.request-card .request-card-responde-at:after{border-bottom:7px solid #0000;border-bottom-left-radius:2px;border-left:7px solid #0000;border-color:#0000 #0000 #f2994a #f2994a;border-style:solid;border-width:7px;bottom:0;content:"";height:0;left:-16px;position:absolute;width:0}.request-card .request-card-button{align-items:center;display:inline-flex;margin-top:auto;width:100%}.request-card .request-card-button-outlined{background-color:#f5f5f8;border:2px solid #e1e1e7;box-shadow:none;color:#12324f}.request-card .request-card-button-circular-progress-white{color:#fff}.request-field{max-width:500px}.request-field-title{color:#5c6e8c;font-size:16px;letter-spacing:.3px;line-height:19px;margin-bottom:4px}.request-field-value{color:#12324f;font-size:18px;font-weight:500;letter-spacing:.3px;line-height:21px;word-break:break-word}.request-filter-dialog .mdc-dialog__container{width:100%}.request-filter-dialog .mdc-dialog__surface{max-width:790px!important;width:100%}.request-filter-dialog .request-filter-dialog-field{margin-bottom:15px}.request-filter-dialog .request-filter-dialog-salary-wrapper{display:flex;justify-content:space-between;margin-bottom:26px}.request-filter-dialog .request-filter-dialog-row-field{display:flex;flex:1 1 auto}.request-filter-dialog .request-filter-dialog-row-field:last-child{margin-left:16px}.request-filter-dialog .request-filter-dialog-row-field-title{bottom:5px;margin-right:16px;position:relative}.request-filter-dialog .request-filter-dialog-actions{grid-gap:16px;display:flex}.request-list{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,387px)}.profile-filling-card-progress{margin-bottom:12px}.profile-filling-card-title{color:#5c6e8c;font-size:14px;font-weight:500;line-height:16px}.worker-response-statistics{grid-gap:12px;cursor:pointer;display:flex}.worker-response-statistics-card{align-items:stretch;background-color:#fff;border-radius:2px;box-shadow:0 0 8px #00000026;display:flex;flex:auto;flex-direction:column;height:100%;padding:28px 20px;text-align:center;transition:box-shadow .2s;width:192px}.worker-response-statistics-card:hover{box-shadow:0 0 8px #0000004d}.worker-response-statistics-title{color:#5c6e8c;font-size:14px;font-weight:500;line-height:16px;margin:0 auto;max-width:80px}.worker-response-statistics-value{color:#2f80ed;font-size:28px;font-weight:700;margin-bottom:4px}.archive-request-list-page-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.archive-request-list-page-title .page-title-component{margin-bottom:0}.archive-request-list-page-find-input{margin-bottom:20px}.employment-process-page-employment-card{background-color:#fff;box-shadow:0 0 7px #0000001a;padding:36px 32px}.employment-process-page-employment-card-item{align-items:center;display:flex}.employment-process-page-employment-card-item:first-child{padding-top:0}.employment-process-page-employment-card-item:last-child{border-bottom:none;padding-bottom:0}.request-page .request-page-info-card{align-items:center;background-color:#fff;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;margin-bottom:22px;padding:19px}.request-page .request-page-info-card-body{align-items:center;display:flex;justify-content:space-between;width:100%}.request-page .request-page-info-card-message{align-items:center;display:flex}.request-page .request-page-info-card-icon{font-size:24px;margin-right:13px}.request-page .request-page-info-card-text{font-size:16px;font-weight:500;margin-top:2px}.request-page .request-page-info-card-responde-time{color:#5c6e8c;font-size:16px;font-weight:500;letter-spacing:.3px}.request-page .request-page-card{background-color:#fff;border-radius:2px;box-shadow:0 0 7px #0000001a;margin-bottom:20px;padding:32px}.request-page .request-page-card-table{display:flex}.request-page .request-page-card-table-col:first-child{flex-shrink:0;margin-right:100px}.request-page .request-page-card-divider{margin:28px 0}.request-page .request-page-progress{align-items:center;display:flex;justify-content:flex-end;margin-bottom:20px}.request-page .request-page-progress-link{color:#12324f;display:inline-block;font-size:24px;font-weight:400;text-decoration:underline}.request-page-arrow{font-size:16px;left:5px;position:relative;top:2px}.request-page .request-page-field{display:block}.request-page .request-page-field-link{text-decoration:underline}.request-page .request-page-field:not(:last-child){margin-bottom:28px}.request-page .request-page-actions{grid-gap:15px;display:flex}.request-page .request-page-button{border-width:2px;font-size:20px;font-weight:500;letter-spacing:.3px;max-width:357px;text-transform:inherit;width:100%}.request-page .request-page-button-progress{color:#fff}.worker-request-list .worker-request-list-title-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.worker-request-list .worker-request-list-title-wrapper .page-title-component{margin-bottom:0}.worker-request-list .worker-request-list-message-card{align-items:center;display:flex}.worker-request-list .worker-request-list-message-card-icon{margin-right:13px}.worker-request-list .worker-request-list-message-card-toggle-button{cursor:pointer;font-size:30px;opacity:.5}.worker-request-list .worker-request-list-message-card-toggle-button-active{opacity:1}.worker-request-list-find-input{margin-bottom:20px}.worker-request-list .worker-request-list-request-title{font-size:20px;font-weight:600;margin:15px 5px}.worker-request-list .worker-request-list-profile-info{display:flex;margin-bottom:24px}.worker-request-list .profile-filling{margin-bottom:30px;width:auto}.worker-request-list .profile-filling-title{font-size:16px;font-weight:500;margin-bottom:20px;max-width:300px}.worker-request-list .profile-filling-title-new-actions{margin-bottom:10px;margin-top:0}.worker-request-list .profile-filling-card-list{grid-gap:12px;cursor:pointer;display:flex;margin-right:24px}.worker-request-list-profile-info-card{align-items:stretch;background-color:#fff;border-radius:2px;box-shadow:0 0 8px #00000026;display:flex;flex:auto;flex-direction:column;height:100%;padding:20px;text-align:center;transition:box-shadow .2s;width:192px}.worker-request-list-profile-info-card:hover{box-shadow:0 0 8px #0000004d}.shift-info-brigade-name{display:inline-block;margin-right:15px}.shift-info-foreman{color:inherit;text-decoration:underline}.shift-info-body{margin:0 24px}.shift-info-body-item{padding:20px 0}.shift-info-body-worker{display:flex;justify-content:space-between}.shift-info-body-time-body{margin:0 10px}.shift-info-body-time-wrapper{align-items:center;display:flex;position:relative;right:11px}.shift-info-body-checkbox{filter:grayscale(100%);opacity:.5}.shift-info-body-time{color:#12324f;font-size:22px;font-weight:700}.shift-info-body-field{max-width:100%}.shift-info-body-field-label{color:#697077;font-size:20px;font-weight:400;margin-bottom:10px}.shift-info-body-field-label-extended{margin-bottom:20px}.shift-info-body-field-value{color:#12324f;font-size:22px;font-weight:700}.week-stats-info{margin-bottom:15px}.week-stats-info-item{align-items:center;border-top:8px solid #f5f5f8;color:#12324f;display:flex;font-size:22px;font-weight:500;justify-content:space-between;padding:15px 24px}.worker-time-keeping-page .worker-time-keeping-page-title{margin-right:24px}.worker-time-keeping-page .worker-time-keeping-page-title-select{max-width:200px;width:100%}.worker-time-keeping-page .worker-time-keeping-page-title-date{cursor:pointer;font-size:22px;font-weight:500;text-decoration:underline}.worker-time-keeping-page .worker-time-keeping-page-week-scroller{margin-bottom:15px}.worker-time-keeping-page .worker-time-keeping-page-foreman{color:inherit;text-decoration:underline}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-body{margin:0 24px}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-item{padding:20px 0}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-worker{display:flex;justify-content:space-between}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-time-wrapper{display:flex}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-time-body{margin:0 10px}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-time{align-items:center;display:flex;position:relative;right:11px}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-field{max-width:100%}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-field-label{color:#697077;font-size:20px;font-weight:400;margin-bottom:10px}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-field-label-extended{margin-bottom:20px}.worker-time-keeping-page .worker-time-keeping-page-accordion-shift-field-value{color:#12324f;font-size:22px;font-weight:700}.about-me-form{display:flex;flex-direction:column}.about-me-form>*{box-shadow:none}.about-buttons-save{display:flex;justify-content:flex-end}.about-buttons-save .about-button-save{margin-right:42px}.style-worker-form{justify-content:space-between}.about-textarea{height:160px}.avatar-container{display:flex;position:relative}.avatar-container>i{cursor:pointer;font-size:x-large}.avatar-container>.cancel{position:absolute;right:0;top:0}.avatar-container .image-input{align-items:center;border:2px solid var(--mdc-theme-text-secondary-on-background);border-radius:2px;display:flex;height:176px;justify-content:center;position:relative;width:310px}.avatar-container>*{font-size:xx-large}.add-photo{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.form-field{display:flex;flex-direction:column;margin-bottom:20px}.form-field .form-field-header{align-items:center;display:flex;margin:8px 0 16px}.form-field .form-field-title{margin:0}.form-field .form-field-caption{color:#9aa2b0;margin-left:8px}.button{display:flex;flex:1 1;font-size:13px;min-height:27px;padding-top:1px;white-space:nowrap}.error-wrapper-message{color:red;display:flex;font-size:13px;margin-top:4px}.number-field{color:#000000de;font-size:16;padding:12px;width:100%}.documents-form-wrapper{background:#fff;padding:12px;position:relative}.documents-form-wrapper .documents-form-buttons-save{display:flex;position:absolute;right:-10;top:-10}.documents-form-wrapper .documents-form-buttons-save .button-save{margin-right:42px}.documents-form-wrapper .documents-form-field-title{font-size:1rem;margin-top:10px}.documents-form-wrapper .required-field{color:red}.dialog-exit-wrapper{display:flex;flex-direction:column;height:229px;width:565px}.dialog-exit-wrapper .dialog-exit-title{align-items:center;background:#dee7ef;display:flex;font-size:24px;font-weight:900;height:90px;justify-content:center;letter-spacing:.3px;line-height:28px;min-height:90px;position:relative;text-align:center;width:100%}.dialog-exit-wrapper .dialog-exit-title .icon-close{cursor:pointer;position:absolute;right:40px}.dialog-exit-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.dialog-exit-buttons-wrapper{display:flex;height:48px;margin:0 auto;width:440px}.dialog-exit-buttons-wrapper .dialog-exit-button{display:flex;flex:1 1;font-size:13px;height:27px!important;margin:0 8px;padding-top:1px;white-space:nowrap}.anthropometry-form{box-shadow:none;display:flex;position:relative}.anthropometry-form>*{margin-top:20px}.anthropometry-form-buttons-save{display:flex;position:absolute;right:0;top:-20}.anthropometry-form-buttons-save .button-save{margin-right:42px}.anthropometry-input{padding:10px;width:100%}.page-default{background:#fff;display:flex;flex:1 1;flex-direction:column;min-height:210px;padding:24px}.page-default .page-default-text{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.worker-profile-form{border-radius:2px;display:flex;margin-bottom:16px}.worker-profile-form .form-header{display:flex;justify-content:space-between}.worker-profile-form .form-header .fixed-buttons-container{padding-top:20px!important}.worker-profile-buttons-save{align-items:flex-start;display:flex}.worker-profile-buttons-save .button-save{margin-left:16px;margin-right:42px}.form-field-label-value{align-items:center;display:flex;margin-bottom:14px}.form-field-label-header{display:flex;flex-direction:row;margin:0 10px 0 0}.form-field-label-header .form-field-label-title{margin:0}.form-field-label-header .form-field-label-caption{color:var(--mdc-theme-text-secondary-on-light);margin:0 0 0 10px}.radio-dialog-wrapper{display:flex;flex-direction:column;overflow:hidden;width:950px}.radio-dialog-wrapper .radio-dialog-title{align-items:center;background:#dee7ef;display:flex;font-size:24px;font-weight:900;height:90px;justify-content:center;letter-spacing:.3px;line-height:28px;min-height:90px;position:relative;text-align:center;width:100%}.radio-dialog-wrapper .radio-dialog-title .icon-close{position:absolute;right:40px}.radio-dialog-content{height:640px;margin:0 32px;overflow:auto;padding:40px}.radio-dialog-field-top{display:flex;margin-bottom:24px}.radio-dialog-field{align-items:center;display:flex}.radio-dialog-field:not(:last-child){margin-bottom:24px}.radio-dialog-field input{cursor:pointer;margin-top:-2px}.radio-dialog-button-wrapper{align-items:flex-end;bottom:0;display:flex;justify-content:center;left:0;min-height:65px;position:sticky;right:0}.radio-dialog-button{margin-bottom:16px;width:245px}.permission-documents-field-item{margin-bottom:16px}.permission-documents-number-field{padding:12px;width:100%}.permission-documents-image-field{align-items:center;border:2px solid #e1e1e7;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;height:208px;margin-top:16px;padding:24px;width:208px}.permission-documents-image-field .image-input{background:#f5f5f8;border:2px solid #e1e1e7;height:160px;width:160px}.checkbox-dialog-wrapper{display:flex;flex-direction:column;overflow:hidden;width:950px}.checkbox-dialog-wrapper .off-checkbox .mdc-checkbox__background{background-color:#fff!important}.checkbox-dialog-wrapper .checkbox-dialog-title{align-items:center;background:#dee7ef;display:flex;font-size:24px;font-weight:900;height:90px;justify-content:center;letter-spacing:.3px;line-height:28px;min-height:90px;position:relative;text-align:center;width:100%}.checkbox-dialog-wrapper .checkbox-dialog-title .icon-close{position:absolute;right:40px}.checkbox-dialog-description{margin-bottom:10px;margin-left:42px}.search-wrapper{padding:12px 32px}.search-wrapper .search{width:100%}.checkbox-dialog-content{height:640px;margin:0 32px;overflow:auto;padding:40px}.checkbox-dialog-field{display:flex;margin-bottom:24px}.checkbox-dialog-button-wrapper{align-items:flex-end;bottom:0;display:flex;justify-content:center;left:0;min-height:65px;position:sticky;right:0}.checkbox-dialog-button{margin-bottom:16px;width:245px}.qualification-documents-field-item{margin-bottom:16px}.qualification-documents-number-field{padding:12px;width:100%}.qualification-documents-image-field{align-items:center;border:2px solid #e1e1e7;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;height:208px;margin-top:16px;padding:24px;width:208px}.qualification-documents-image-field .image-input{background:#f5f5f8;border:2px solid #e1e1e7;height:160px;width:160px}.experience-form-wrapper{background:#fff;padding:12px;position:relative}.experience-form-wrapper .experience-form-buttons-save{display:flex;position:absolute;right:-10;top:-10}.experience-form-wrapper .experience-form-buttons-save .button-save{margin-right:42px}.experience-form{column-gap:97px!important;display:flex}.button-form{display:flex;flex-direction:column;margin-bottom:20px}.button-form .button-form-value{display:flex}.button-form .button-form-title{margin:0}.experience-form-subProfession{margin:16px 0}.experience-form-number-field{padding:12px;width:100%}.experience-form-image{align-items:center;border:2px solid #e1e1e7;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;height:208px;margin-top:16px;padding:24px;width:208px}.experience-form-image .image-input{background:#f5f5f8;border:2px solid #e1e1e7;height:160px;width:160px}.experience-form-field-item{margin-bottom:16px}.experience-form-field-title{margin-top:10px}.experience-checkbox-title{margin:24px 0 16px}.experience-checkbox{display:flex;flex-direction:row;margin-left:-11px}.experience-checkboxes-field{display:flex}.experience-checkboxes-block{align-items:center;display:flex}.experience-checkboxes-block-input{height:34px;text-align:center;width:114px}.experience-checkbox-after{margin:0 16px 0 10px}.tab{height:64px}.tab .mdc-tab__ripple:after,.tab .mdc-tab__ripple:before{background:#fff}.about-me-wrapper{background:#fff;display:flex;flex:1 1;flex-direction:row;justify-content:space-between;padding:24px}.about-me-wrapper .about-me-list{border:none;list-style:none;margin:0;padding:0}.about-me-wrapper .about-me-list .about-me-item:not(:last-of-type){margin-bottom:26px}.about-me-wrapper .about-me-list .about-me-item{font-weight:400}.about-me-wrapper .about-me-list .about-me-item .job-status{align-items:center;display:flex}.about-me-wrapper .about-me-list .about-me-item .job-status-circle{background-color:#00e23f;border-radius:100%;display:inline-block;height:12px;margin-right:10px;width:12px}.document-worker-wrapper{border:2px solid #e1e1e7;border-radius:2px;box-shadow:0 0 7px #0000001a;display:flex;flex:0 0 212px;margin:0 12px 10px 0}.document-worker-wrapper .document-worker-inner{padding:24px;width:100%}.document-worker-wrapper .document-worker-inner .document-worker-text{display:inline-block;font-weight:500;margin:0 0 8px}.document-worker-wrapper .document-worker-inner .certificate-number{margin-bottom:12px}.document-worker-wrapper .document-worker-inner .info-wrapper{display:flex;flex-direction:column;margin-bottom:24px}.document-worker-wrapper .document-worker-inner .info-wrapper .title{margin-bottom:5px}.document-worker-wrapper .document-worker-inner .info-wrapper .issue-date{color:#12324f;font-weight:500;margin-bottom:12px}.document-worker-wrapper .document-worker-inner .img-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--mdc-theme-text-secondary-on-light);cursor:pointer;height:160px;margin-left:-1px;position:relative;width:160px}.document-worker-wrapper .document-worker-inner .img-wrapper:hover>.preview-loupe{display:flex}.document-worker-wrapper .document-worker-inner .preview-loupe{align-items:center;background:#00000059;bottom:0;color:#fff;display:none;font-size:50px;justify-content:center;left:0;position:absolute;right:-1px;top:0}.documents-subpage-containers{background:#fff;padding:32px;position:relative}.documents-subpage-containers .buttons-edit{position:absolute;right:24px;top:24px}.documents-subpage-containers .citizenship{margin-bottom:1.5rem}.documents-subpage-containers .passport-container{border-bottom:none;display:flex;flex-direction:column;margin-top:16px}.documents-subpage-containers .passport-container .info-wrapper{margin-bottom:1.5rem}.documents-subpage-containers .passport-container .passport-serial-number-wrapper{display:flex}.documents-subpage-containers .passport-container .passport-serial-number-wrapper>.info-wrapper{margin-right:50px}.documents-subpage-containers .passport-container .living-adress .info-block-wrapper:not(:last-of-type){margin-bottom:1.5rem}.documents-subpage-containers .documents-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.garments-page-wrapper{background:#fff;display:flex;justify-content:space-between;padding:24px}.garments-page-wrapper .garments-page-list{display:flex;flex:1 1;flex-direction:column}.professional-exp-subpage-wrapper{background:#fff;padding:32px;position:relative}.professional-exp-subpage-wrapper .buttons-edit{position:absolute;right:24px;top:24px}.professional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list{list-style:none;margin:0;padding:0}.professional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item:not(:last-of-type){margin-bottom:1.5rem}.professional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item{font-weight:400}.professional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item .additional-professions-list{font-weight:500;list-style:none;margin:0;padding:0}.professional-exp-subpage-wrapper .profession-info-wrapper .profession-info-list .profession-info-item .additional-profession:not(:last-of-type){margin-bottom:8px}.professional-exp-subpage-wrapper .allowance-text{margin:0 0 8px}.professional-exp-subpage-wrapper .experience-wrapper{border-bottom:none}.professional-exp-subpage-wrapper .experience-wrapper .title{color:#12324f;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:26px;margin:0 0 16px}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience:not(:nth-of-type(2n)){margin-right:12px}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience:nth-of-type(n+3){margin-top:15px}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience{border:2px solid #e1e1e7;box-shadow:0 0 7px #0000001a;flex-basis:calc(50% - 6px);flex-grow:0;flex-shrink:0;margin:0;min-width:300px}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner{padding:24px;width:100%}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner .experience-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.professional-exp-subpage-wrapper .experience-wrapper .experience-card-list .experience .experience-inner .experience-list .experience-item:not(:last-of-type){margin-bottom:1rem}.section{margin-top:16px}.worker-profile-page{display:flex;flex:1 1;flex-direction:column}.worker-profile-page .worker-panel{background-color:#fff;border-radius:2px;display:flex;margin-bottom:10px}.inner-container{display:flex;min-height:254px;padding:24px;width:100%}.worker-info-wrapper{display:flex;flex-direction:row;width:100%}.worker-avatar-default{background:#fff;background-image:url(/static/media/user-avatar-default.2494528aa4416cca1554.svg);background-size:136px;border:2px solid #9aa2b0;display:flex}.image-input,.worker-avatar-default{background-position:50%;background-repeat:no-repeat;height:176px;width:310px}.image-input{background-size:contain}.worker-contacts-lists{display:flex;flex:1 1;height:100%}.worker-contacts-lists .personal-data{max-height:176px}.worker-contacts-lists .worker-contacts-list{grid-gap:20px;display:flex;flex:1 1;flex-direction:column;list-style:none;margin:0 0 0 26px;padding:0}.worker-contacts-lists .worker-contacts-list .info-item .telephone{color:#12324f;cursor:pointer;text-decoration:none}.worker-contacts-lists .worker-contacts-list .info-item .email{color:#12324f;cursor:pointer;margin-bottom:12px;text-decoration:underline}.confirm-email-block{align-items:center;display:flex}.confirm-email-text{margin-left:10px}.confirm-email-text .button-save{margin-top:16px}.opacity{opacity:.5}.section-title{color:#12324f;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:26px;margin-bottom:1rem}.section-title .avatar-preview{height:100%;object-fit:cover;width:100%}.dialog-wrapper{color:#12324f}.icon-button-close-dialog{cursor:pointer;position:absolute;right:0}.dialog-header{margin-bottom:16px;position:relative}.dialog-header,.page-default-reviews{align-items:center;display:flex;justify-content:center}.page-default-reviews{flex-direction:column;font-weight:500;min-height:100px}@media screen and (max-width:1300px){.worker-info-wrapper{align-items:center}.worker-info-wrapper .worker-avatar{margin-bottom:24px;margin-right:0!important;min-height:232px}.worker-info-wrapper .worker-info-list{grid-gap:20px;display:grid!important;flex-direction:row!important;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:24px!important}.worker-info-wrapper .worker-info-list .info-item:not(:last-of-type){margin-bottom:0!important}.worker-info-wrapper .worker-info-list .info-item{display:flex;flex-direction:column}.worker-info-wrapper .btn-panel-list{grid-gap:20px;display:grid!important;grid-template-columns:1fr 1fr;margin-left:0!important;padding-left:0!important}.worker-info-wrapper .btn-panel-list .btn-panel-item:not(:last-of-type){margin-bottom:0!important}}.mdc-drawer{background-color:#fff;background-color:var(--mdc-theme-surface,#fff);border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-right-radius:var(--mdc-shape-large,0);border-right:1px solid;border-color:#0000001f;border-top-left-radius:0;border-top-right-radius:0;border-top-right-radius:var(--mdc-shape-large,0);box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:256px;z-index:6}.mdc-drawer .mdc-drawer__title{color:#000000de}.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-list-group__subheader,.mdc-drawer .mdc-list-item__graphic{color:#0009}.mdc-drawer .mdc-list-item{color:#000000de}.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic{color:#6200ee}.mdc-drawer .mdc-list-item--activated{color:#6200eede}.mdc-drawer[dir=rtl],[dir=rtl] .mdc-drawer{border-bottom-left-radius:0;border-bottom-left-radius:var(--mdc-shape-large,0);border-bottom-right-radius:0;border-top-left-radius:0;border-top-left-radius:var(--mdc-shape-large,0);border-top-right-radius:0}.mdc-drawer .mdc-list-item{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:256px;margin-right:0}.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl],[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content{margin-left:0;margin-right:256px}.mdc-drawer[dir=rtl],[dir=rtl] .mdc-drawer{border-left-style:solid;border-left-width:1px;border-right-style:none;border-right-width:0}.mdc-drawer .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight,500);height:40px;letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing,.0071428571em);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height,1.375rem);margin:8px;padding:0 8px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform,inherit)}.mdc-drawer .mdc-list-item:first-child{margin-top:2px}.mdc-drawer .mdc-list-item:last-child{margin-bottom:0}.mdc-drawer .mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);line-height:normal;margin:0;padding:0 16px;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit)}.mdc-drawer .mdc-list-group__subheader:before{content:"";display:inline-block;height:24px;vertical-align:0;width:0}.mdc-drawer .mdc-list-divider{margin:3px 0 4px}.mdc-drawer .mdc-list-item__graphic,.mdc-drawer .mdc-list-item__text{pointer-events:none}.mdc-drawer--animate{transform:translateX(-100%)}.mdc-drawer--animate[dir=rtl],[dir=rtl] .mdc-drawer--animate{transform:translateX(100%)}.mdc-drawer--opening{transition-duration:.25s}.mdc-drawer--opening,.mdc-drawer--opening[dir=rtl],[dir=rtl] .mdc-drawer--opening{transform:translateX(0)}.mdc-drawer--closing{transform:translateX(-100%);transition-duration:.2s}.mdc-drawer--closing[dir=rtl],[dir=rtl] .mdc-drawer--closing{transform:translateX(100%)}.mdc-drawer__header{box-sizing:border-box;flex-shrink:0;min-height:64px;padding:0 16px 4px}.mdc-drawer__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);line-height:normal;margin-bottom:-20px;margin-top:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit)}.mdc-drawer__title:before{content:"";display:inline-block;height:36px;vertical-align:0;width:0}.mdc-drawer__title:after{content:"";display:inline-block;height:20px;vertical-align:-20px;width:0}.mdc-drawer__subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);line-height:normal;margin-bottom:0;margin-top:0;text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit)}.mdc-drawer__subtitle:before{content:"";display:inline-block;height:20px;vertical-align:0;width:0}.mdc-drawer__content{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto}.mdc-drawer--dismissible{display:none;left:0;position:absolute;right:auto}.mdc-drawer--dismissible[dir=rtl],[dir=rtl] .mdc-drawer--dismissible{left:auto;right:0}.mdc-drawer--dismissible.mdc-drawer--open{display:flex}.mdc-drawer-app-content{position:relative}.mdc-drawer-app-content,.mdc-drawer-app-content[dir=rtl],[dir=rtl] .mdc-drawer-app-content{margin-left:0;margin-right:0}.mdc-drawer--modal{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;display:none;left:0;position:fixed;right:auto}.mdc-drawer--modal+.mdc-drawer-scrim{background-color:#00000052}.mdc-drawer--modal[dir=rtl],[dir=rtl] .mdc-drawer--modal{left:auto;right:0}.mdc-drawer--modal.mdc-drawer--open{display:flex}.mdc-drawer-scrim{display:none;height:100%;left:0;position:fixed;top:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:5}.mdc-drawer--open+.mdc-drawer-scrim{display:block}.mdc-drawer--animate+.mdc-drawer-scrim{opacity:0}.mdc-drawer--opening+.mdc-drawer-scrim{opacity:1;transition-duration:.25s}.mdc-drawer--closing+.mdc-drawer-scrim{opacity:0;transition-duration:.2s}#navbar.nav-closed{max-width:62px}#navbar{background-color:var(--mdc-theme-primary);color:#fff;max-width:255px;transition:max-width .3s ease-in-out}#navbar .navbar-notice{background-color:red;border-radius:50%;height:12px;left:4px;position:absolute;top:4px;width:12px}#navbar .support{bottom:80px!important;color:#fff;font-size:14px!important;margin-bottom:30px;margin-left:10px;margin-right:10px;margin-top:auto!important;min-height:20px!important;padding:10px}#navbar .support-active{background-color:#fff;color:#12324f}#navbar .support-lamp{bottom:80px!important;color:#fff!important;cursor:pointer;font-size:14px!important;margin-bottom:30px;min-height:20px!important;padding:10px}#navbar .support.version-mini{display:flex;justify-content:center;margin-left:0;margin-right:0;min-height:70px;padding:0;width:61px}#navbar .support.version-mini *{font-size:28px}#navbar .support-lamp.version-mini{display:flex;justify-content:center;min-height:70px;padding:0;width:61px}#navbar .support-lamp.version-mini *{font-size:28px}#navbar .show-hide-menu{cursor:pointer;display:flex;font-size:32px;margin:20px 16px 0 auto}#navbar .show-hide-menu-closed{cursor:pointer;display:flex;font-size:32px;margin:20px 16px 0}#navbar>.mdc-drawer__content>.mdc-list>.list-item{margin:2px 8px 8px;position:relative}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a{all:unset}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item:not(.mdc-list-item--activated),#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item:not(.mdc-list-item--activated)>.icon{color:#fff}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item:not(.mdc-list-item--activated)>.icon.icon--number>.number{color:var(--mdc-theme-primary)}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item--activated{background-color:#fff;color:var(--mdc-theme-primary)}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item--activated>.icon{color:var(--mdc-theme-primary)}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>.mdc-list-item--activated>.icon.icon--number>.number{color:#fff}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>li{margin:0}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>li>.icon{margin-right:8px}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>li>.icon>i{font-size:28px}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>li>.icon.icon--number{align-items:center;display:flex;justify-content:center}#navbar>.mdc-drawer__content>.mdc-list>.list-item>a>li>.icon.icon--number>.number{font-size:12px;position:absolute}#navbar .version{padding-left:20px;transition-property:padding .3s ease-in-out}#navbar .version,#navbar .version-mini{font-size:12px;min-height:50px;overflow:hidden}#navbar .version-mini{bottom:20px;padding:0 0 0 10px;transition:padding .3s ease-in-out}
/*# sourceMappingURL=main.a912faff.css.map*/