.medium-zoom-overlay{position:fixed;inset:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;inset:-3px -2px -2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(layers.ef6db8722c2c3f9a.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(layers-2x.9859cd1231006a4a.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(marker-icon.d577052aa271e13f.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.marker-icon,.marker-icon:focus{background-color:#fff;border:1px solid #3388ff;border-radius:50%;margin:-8px 0 0 -8px!important;width:14px!important;height:14px!important;outline:0;transition:opacity ease .3s}.marker-icon-middle,.marker-icon-middle:focus{opacity:.7;margin:-6px 0 0 -6px!important;width:10px!important;height:10px!important}.leaflet-pm-draggable{cursor:move!important}.cursor-marker{cursor:crosshair;pointer-events:none;opacity:0}.cursor-marker.visible{opacity:1!important}.leaflet-pm-invalid{stroke:red;transition:fill ease 0s,stroke ease 0s}.rect-style-marker,.rect-start-marker{opacity:0}.rect-style-marker.visible,.rect-start-marker.visible{opacity:1!important}.vertexmarker-disabled{opacity:.7}.pm-text-marker{width:0;height:0}.pm-textarea{background-color:#fff;color:#000;resize:none;border:none;outline:0;cursor:pointer;border-radius:3px;padding-left:7px;padding-bottom:0;padding-top:4px}.leaflet-pm-draggable .pm-textarea{cursor:move}.pm-textarea:focus,.pm-textarea:focus-within,.pm-textarea:focus-visible,.pm-textarea:active{border:2px solid #000;outline:0}.pm-textarea.pm-disabled{border:none;-webkit-user-select:none;user-select:none}.pm-textarea.pm-hasfocus{cursor:auto}.leaflet-pm-toolbar .leaflet-buttons-control-button{padding:5px;box-sizing:border-box;position:relative;z-index:3}.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right{border-radius:0}.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button{border-radius:0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-radius:0 0 2px 2px}.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button{border-radius:2px 2px 0 0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom:none}.leaflet-pm-toolbar .control-fa-icon{font-size:19px;line-height:24px}.leaflet-pm-toolbar .control-icon{width:100%;height:100%;box-sizing:border-box;background-size:contain;background-repeat:no-repeat;background-position:center center}.leaflet-pm-toolbar .leaflet-pm-icon-marker{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9NYXJrZXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTUuNSwyNC44NzgyOTU5IEMxNS4yOTA5MjAxLDI0Ljg3NzIyMTkgMTUuMTc0NDg1NywyNC44NDY3ODE3IDE0LjY1OTA4NjYsMjQuMjM1NDE2MyBDMTAuMjE5Njk1NSwxOS40MTE4MDU0IDgsMTUuNTAxNDM5MiA4LDEyLjUwNDMxNzcgQzgsOC4zNTk3OTc0NiAxMS4zNTc4NjQ0LDUgMTUuNSw1IEMxOS42NDIxMzU2LDUgMjMsOC4zNTk3OTc0NiAyMywxMi41MDQzMTc3IEMyMywxNyAxOC4yODc4MjE3LDIxLjkyNjgzNzggMTYuMzMzNjYwMSwyNC4yNDQwMTg2IEMxNS44MjI0NjIyLDI0Ljg1MDE4MDIgMTUuNzA5MDc5OSwyNC44NzkzNjk5IDE1LjUsMjQuODc4Mjk1OSBaIE0xNS41LDE1LjUzMjY5NDggQzE3LjI3NTIwMSwxNS41MzI2OTQ4IDE4LjcxNDI4NTcsMTQuMTE4MDAwNCAxOC43MTQyODU3LDEyLjM3Mjg4NjQgQzE4LjcxNDI4NTcsMTAuNjI3NzcyMyAxNy4yNzUyMDEsOS4yMTMwNzc5MiAxNS41LDkuMjEzMDc3OTIgQzEzLjcyNDc5OSw5LjIxMzA3NzkyIDEyLjI4NTcxNDMsMTAuNjI3NzcyMyAxMi4yODU3MTQzLDEyLjM3Mjg4NjQgQzEyLjI4NTcxNDMsMTQuMTE4MDAwNCAxMy43MjQ3OTksMTUuNTMyNjk0OCAxNS41LDE1LjUzMjY5NDggWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBdG9tcy9JY29ucy9Ub29scy9NYXJrZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgLTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.leaflet-pm-toolbar .leaflet-pm-icon-polygon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0icG9seWdvbi1hIiBkPSJNMTkuNDIwNjg5Miw5LjE2NTA5NzI1IEMxOS4xNTIzNjgxLDguNjY5OTI5MTQgMTksOC4xMDI3NTgzMSAxOSw3LjUgQzE5LDUuNTY3MDAzMzggMjAuNTY3MDAzNCw0IDIyLjUsNCBDMjQuNDMyOTk2Niw0IDI2LDUuNTY3MDAzMzggMjYsNy41IEMyNiw5LjI2MzIzNTk1IDI0LjY5NjE0NzEsMTAuNzIxOTQwNyAyMywxMC45NjQ1NTU2IEwyMywxOS4wMzU0NDQ0IEMyNC42OTYxNDcxLDE5LjI3ODA1OTMgMjYsMjAuNzM2NzY0IDI2LDIyLjUgQzI2LDI0LjQzMjk5NjYgMjQuNDMyOTk2NiwyNiAyMi41LDI2IEMyMC43MzY3NjQsMjYgMTkuMjc4MDU5MywyNC42OTYxNDcxIDE5LjAzNTQ0NDQsMjMgTDEwLjk2NDU1NTYsMjMgQzEwLjcyMTk0MDcsMjQuNjk2MTQ3MSA5LjI2MzIzNTk1LDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjU2NzAwMzQgNS41NjcwMDMzOCwxOSA3LjUsMTkgQzguMTAyNzU4MzEsMTkgOC42Njk5MjkxNCwxOS4xNTIzNjgxIDkuMTY1MDk3MjUsMTkuNDIwNjg5MiBMMTkuNDIwNjg5Miw5LjE2NTA5NzI1IFogTTIwLjgzNDkwNzMsMTAuNTc5MzA2MyBMMTAuNTc5MzEwOCwyMC44MzQ5MDI3IEMxMC42MDg2NzMxLDIwLjg4OTA4ODggMTAuNjM2NjQ2OSwyMC45NDQxMzcyIDEwLjY2MzE4NDQsMjEgTDE5LjMzNjgxNTYsMjEgQzE5LjY4MjU3NzUsMjAuMjcyMTU0IDIwLjI3MjE1NCwxOS42ODI1Nzc1IDIxLDE5LjMzNjgxNTYgTDIxLDEwLjY2MzE4NDQgQzIwLjk0NDEzNzIsMTAuNjM2NjQ2OSAyMC44ODkwODg4LDEwLjYwODY3MzEgMjAuODM0OTAyNywxMC41NzkzMTA4IFogTTIyLjUsOSBDMjMuMzI4NDI3MSw5IDI0LDguMzI4NDI3MTIgMjQsNy41IEMyNCw2LjY3MTU3Mjg4IDIzLjMyODQyNzEsNiAyMi41LDYgQzIxLjY3MTU3MjksNiAyMSw2LjY3MTU3Mjg4IDIxLDcuNSBDMjEsOC4zMjg0MjcxMiAyMS42NzE1NzI5LDkgMjIuNSw5IFogTTIyLjUsMjQgQzIzLjMyODQyNzEsMjQgMjQsMjMuMzI4NDI3MSAyNCwyMi41IEMyNCwyMS42NzE1NzI5IDIzLjMyODQyNzEsMjEgMjIuNSwyMSBDMjEuNjcxNTcyOSwyMSAyMSwyMS42NzE1NzI5IDIxLDIyLjUgQzIxLDIzLjMyODQyNzEgMjEuNjcxNTcyOSwyNCAyMi41LDI0IFogTTcuNSwyNCBDOC4zMjg0MjcxMiwyNCA5LDIzLjMyODQyNzEgOSwyMi41IEM5LDIxLjY3MTU3MjkgOC4zMjg0MjcxMiwyMSA3LjUsMjEgQzYuNjcxNTcyODgsMjEgNiwyMS42NzE1NzI5IDYsMjIuNSBDNiwyMy4zMjg0MjcxIDYuNjcxNTcyODgsMjQgNy41LDI0IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9InBvbHlnb24tYiIgZmlsbD0iI2ZmZiI+CiAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BvbHlnb24tYSIvPgogICAgPC9tYXNrPgogICAgPHVzZSBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwb2x5Z29uLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjcG9seWdvbi1iKSI+CiAgICAgIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==)}.leaflet-pm-toolbar .leaflet-pm-icon-polyline{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0ibGluZS1hIiBkPSJNOS4xNjUwOTcyNSwxOS40MjA2ODkyIEwxOC40MjA2ODkyLDEwLjE2NTA5NzMgQzE4LjE1MjM2ODEsOS42Njk5MjkxNCAxOCw5LjEwMjc1ODMxIDE4LDguNSBDMTgsNi41NjcwMDMzOCAxOS41NjcwMDM0LDUgMjEuNSw1IEMyMy40MzI5OTY2LDUgMjUsNi41NjcwMDMzOCAyNSw4LjUgQzI1LDEwLjQzMjk5NjYgMjMuNDMyOTk2NiwxMiAyMS41LDEyIEMyMC44OTcyNDE3LDEyIDIwLjMzMDA3MDksMTEuODQ3NjMxOSAxOS44MzQ5MDI3LDExLjU3OTMxMDggTDEwLjU3OTMxMDgsMjAuODM0OTAyNyBDMTAuODQ3NjMxOSwyMS4zMzAwNzA5IDExLDIxLjg5NzI0MTcgMTEsMjIuNSBDMTEsMjQuNDMyOTk2NiA5LjQzMjk5NjYyLDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjU2NzAwMzQgNS41NjcwMDMzOCwxOSA3LjUsMTkgQzguMTAyNzU4MzEsMTkgOC42Njk5MjkxNCwxOS4xNTIzNjgxIDkuMTY1MDk3MjUsMTkuNDIwNjg5MiBaIE0yMS41LDEwIEMyMi4zMjg0MjcxLDEwIDIzLDkuMzI4NDI3MTIgMjMsOC41IEMyMyw3LjY3MTU3Mjg4IDIyLjMyODQyNzEsNyAyMS41LDcgQzIwLjY3MTU3MjksNyAyMCw3LjY3MTU3Mjg4IDIwLDguNSBDMjAsOS4zMjg0MjcxMiAyMC42NzE1NzI5LDEwIDIxLjUsMTAgWiBNNy41LDI0IEM4LjMyODQyNzEyLDI0IDksMjMuMzI4NDI3MSA5LDIyLjUgQzksMjEuNjcxNTcyOSA4LjMyODQyNzEyLDIxIDcuNSwyMSBDNi42NzE1NzI4OCwyMSA2LDIxLjY3MTU3MjkgNiwyMi41IEM2LDIzLjMyODQyNzEgNi42NzE1NzI4OCwyNCA3LjUsMjQgWiIvPgogIDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zIC0zKSI+CiAgICA8bWFzayBpZD0ibGluZS1iIiBmaWxsPSIjZmZmIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjbGluZS1hIi8+CiAgICA8L21hc2s+CiAgICA8dXNlIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2xpbmUtYSIvPgogICAgPGcgZmlsbD0iIzVCNUI1QiIgbWFzaz0idXJsKCNsaW5lLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K)}.leaflet-pm-toolbar .leaflet-pm-icon-circle{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9DaXJjbGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTguMjg5Nzc1MSw2Ljc4NjAyMjc1IEMxOC44OTI0MTMxLDYuMjk0NjQ5ODEgMTkuNjYxNzk3LDYgMjAuNSw2IEMyMi40MzI5OTY2LDYgMjQsNy41NjcwMDMzOCAyNCw5LjUgQzI0LDEwLjMzODIwMyAyMy43MDUzNTAyLDExLjEwNzU4NjkgMjMuMjEzOTc3MiwxMS43MTAyMjQ5IEMyMy43MTk1OTksMTIuODcxMjA1MyAyNCwxNC4xNTI4NTcxIDI0LDE1LjUgQzI0LDIwLjc0NjcwNTEgMTkuNzQ2NzA1MSwyNSAxNC41LDI1IEM5LjI1MzI5NDg4LDI1IDUsMjAuNzQ2NzA1MSA1LDE1LjUgQzUsMTAuMjUzMjk0OSA5LjI1MzI5NDg4LDYgMTQuNSw2IEMxNS44NDcxNDI5LDYgMTcuMTI4Nzk0Nyw2LjI4MDQwMDk4IDE4LjI4OTc3NTEsNi43ODYwMjI3NSBaIE0xNy4xNTA0MjI4LDguNDgxNzU4NiBDMTYuMzI2MzU4MSw4LjE3MDM5MjM2IDE1LjQzMzA3NzcsOCAxNC41LDggQzEwLjM1Nzg2NDQsOCA3LDExLjM1Nzg2NDQgNywxNS41IEM3LDE5LjY0MjEzNTYgMTAuMzU3ODY0NCwyMyAxNC41LDIzIEMxOC42NDIxMzU2LDIzIDIyLDE5LjY0MjEzNTYgMjIsMTUuNSBDMjIsMTQuNTY2OTIyMyAyMS44Mjk2MDc2LDEzLjY3MzY0MTkgMjEuNTE4MjQxNCwxMi44NDk1NzcyIEMyMS4xOTYwMzgzLDEyLjk0NzM5NjggMjAuODU0MTYyMiwxMyAyMC41LDEzIEMxOC41NjcwMDM0LDEzIDE3LDExLjQzMjk5NjYgMTcsOS41IEMxNyw5LjE0NTgzNzc4IDE3LjA1MjYwMzIsOC44MDM5NjE2OSAxNy4xNTA0MjI4LDguNDgxNzU4NiBaIE0xNC41LDE3IEMxMy42NzE1NzI5LDE3IDEzLDE2LjMyODQyNzEgMTMsMTUuNSBDMTMsMTQuNjcxNTcyOSAxMy42NzE1NzI5LDE0IDE0LjUsMTQgQzE1LjMyODQyNzEsMTQgMTYsMTQuNjcxNTcyOSAxNiwxNS41IEMxNiwxNi4zMjg0MjcxIDE1LjMyODQyNzEsMTcgMTQuNSwxNyBaIE0yMC41LDExIEMyMS4zMjg0MjcxLDExIDIyLDEwLjMyODQyNzEgMjIsOS41IEMyMiw4LjY3MTU3Mjg4IDIxLjMyODQyNzEsOCAyMC41LDggQzE5LjY3MTU3MjksOCAxOSw4LjY3MTU3Mjg4IDE5LDkuNSBDMTksMTAuMzI4NDI3MSAxOS42NzE1NzI5LDExIDIwLjUsMTEgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBdG9tcy9JY29ucy9Ub29scy9DaXJjbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgLTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPGcgaWQ9IkF0b21zL0NvbG9yL0dyZXkiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzVCNUI1QiI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KCjxzdmcgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjNUI1QjVCIiBzdHJva2Utd2lkdGg9IjgiCiAgICAgZmlsbD0ibm9uZSI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjM1Ii8+CiAgPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMyIgZmlsbD0iIzVCNUI1QiIvPgo8L3N2Zz4=)}.leaflet-pm-toolbar .leaflet-pm-icon-rectangle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0icmVjdGFuZ2xlLWEiIGQ9Ik0yMywxMC45NjQ1NTU2IEwyMywxOS4wMzU0NDQ0IEMyNC42OTYxNDcxLDE5LjI3ODA1OTMgMjYsMjAuNzM2NzY0IDI2LDIyLjUgQzI2LDI0LjQzMjk5NjYgMjQuNDMyOTk2NiwyNiAyMi41LDI2IEMyMC43MzY3NjQsMjYgMTkuMjc4MDU5MywyNC42OTYxNDcxIDE5LjAzNTQ0NDQsMjMgTDEwLjk2NDU1NTYsMjMgQzEwLjcyMTk0MDcsMjQuNjk2MTQ3MSA5LjI2MzIzNTk1LDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjczNjc2NCA1LjMwMzg1MjkzLDE5LjI3ODA1OTMgNywxOS4wMzU0NDQ0IEw3LDEwLjk2NDU1NTYgQzUuMzAzODUyOTMsMTAuNzIxOTQwNyA0LDkuMjYzMjM1OTUgNCw3LjUgQzQsNS41NjcwMDMzOCA1LjU2NzAwMzM4LDQgNy41LDQgQzkuMjYzMjM1OTUsNCAxMC43MjE5NDA3LDUuMzAzODUyOTMgMTAuOTY0NTU1Niw3IEwxOS4wMzU0NDQ0LDcgQzE5LjI3ODA1OTMsNS4zMDM4NTI5MyAyMC43MzY3NjQsNCAyMi41LDQgQzI0LjQzMjk5NjYsNCAyNiw1LjU2NzAwMzM4IDI2LDcuNSBDMjYsOS4yNjMyMzU5NSAyNC42OTYxNDcxLDEwLjcyMTk0MDcgMjMsMTAuOTY0NTU1NiBaIE0yMSwxMC42NjMxODQ0IEMyMC4yNzIxNTQsMTAuMzE3NDIyNSAxOS42ODI1Nzc1LDkuNzI3ODQ1OTggMTkuMzM2ODE1Niw5IEwxMC42NjMxODQ0LDkgQzEwLjMxNzQyMjUsOS43Mjc4NDU5OCA5LjcyNzg0NTk4LDEwLjMxNzQyMjUgOSwxMC42NjMxODQ0IEw5LDE5LjMzNjgxNTYgQzkuNzI3ODQ1OTgsMTkuNjgyNTc3NSAxMC4zMTc0MjI1LDIwLjI3MjE1NCAxMC42NjMxODQ0LDIxIEwxOS4zMzY4MTU2LDIxIEMxOS42ODI1Nzc1LDIwLjI3MjE1NCAyMC4yNzIxNTQsMTkuNjgyNTc3NSAyMSwxOS4zMzY4MTU2IEwyMSwxMC42NjMxODQ0IFogTTcuNSw5IEM4LjMyODQyNzEyLDkgOSw4LjMyODQyNzEyIDksNy41IEM5LDYuNjcxNTcyODggOC4zMjg0MjcxMiw2IDcuNSw2IEM2LjY3MTU3Mjg4LDYgNiw2LjY3MTU3Mjg4IDYsNy41IEM2LDguMzI4NDI3MTIgNi42NzE1NzI4OCw5IDcuNSw5IFogTTIyLjUsOSBDMjMuMzI4NDI3MSw5IDI0LDguMzI4NDI3MTIgMjQsNy41IEMyNCw2LjY3MTU3Mjg4IDIzLjMyODQyNzEsNiAyMi41LDYgQzIxLjY3MTU3MjksNiAyMSw2LjY3MTU3Mjg4IDIxLDcuNSBDMjEsOC4zMjg0MjcxMiAyMS42NzE1NzI5LDkgMjIuNSw5IFogTTIyLjUsMjQgQzIzLjMyODQyNzEsMjQgMjQsMjMuMzI4NDI3MSAyNCwyMi41IEMyNCwyMS42NzE1NzI5IDIzLjMyODQyNzEsMjEgMjIuNSwyMSBDMjEuNjcxNTcyOSwyMSAyMSwyMS42NzE1NzI5IDIxLDIyLjUgQzIxLDIzLjMyODQyNzEgMjEuNjcxNTcyOSwyNCAyMi41LDI0IFogTTcuNSwyNCBDOC4zMjg0MjcxMiwyNCA5LDIzLjMyODQyNzEgOSwyMi41IEM5LDIxLjY3MTU3MjkgOC4zMjg0MjcxMiwyMSA3LjUsMjEgQzYuNjcxNTcyODgsMjEgNiwyMS42NzE1NzI5IDYsMjIuNSBDNiwyMy4zMjg0MjcxIDYuNjcxNTcyODgsMjQgNy41LDI0IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9InJlY3RhbmdsZS1iIiBmaWxsPSIjZmZmIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjcmVjdGFuZ2xlLWEiLz4KICAgIDwvbWFzaz4KICAgIDx1c2UgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcmVjdGFuZ2xlLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjcmVjdGFuZ2xlLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K)}.leaflet-pm-toolbar .leaflet-pm-icon-delete{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9FcmFzZXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTcuNzg3NDIxOSwxOC40ODEyNTUyIEwxMS42NDgwMDc5LDEzLjM0OTgxODQgTDYuNDA0NjYwMDksMTkuMzgxNjAwMSBMMTAuNTUzOTE1NiwyMi45ODg0OTI5IEwxMy44NjkzNCwyMi45ODg0OTI5IEwxNy43ODc0MjE5LDE4LjQ4MTI1NTIgWiBNMTYuNTA3NDI1MiwyMi45ODg0OTI5IEwyNi4wMDAwMDAyLDIyLjk4ODQ5MjkgTDI2LjAwMDAwMDIsMjQuOTg4NDkyOSBMMTAuMDAwMDAwMiwyNC45ODg0OTI5IEw5LjgwNzA4MzEzLDI0Ljk4ODQ5MjkgTDUuMDkyNTQyMDQsMjAuODkxMDE5MiBDNC4yNTg5MTI4NSwyMC4xNjYzNTY0IDQuMTcwNTc4MTQsMTguOTAzMTExMiA0Ljg5NTI0MDkzLDE4LjA2OTQ4MiBMMTYuMDQ4MjQ0NCw1LjIzOTQxOTE2IEMxNi43NzI5MDcyLDQuNDA1Nzg5OTggMTguMDM2MTUyNSw0LjMxNzQ1NTI2IDE4Ljg2OTc4MTYsNS4wNDIxMTgwNiBMMjQuOTA3NDU4MywxMC4yOTA1OTAzIEMyNS43NDEwODc1LDExLjAxNTI1MzEgMjUuODI5NDIyMiwxMi4yNzg0OTgzIDI1LjEwNDc1OTQsMTMuMTEyMTI3NSBMMTYuNTA3NDI1MiwyMi45ODg0OTI5IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXRvbXMvSWNvbnMvVG9vbHMvRXJhc2VyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC0zLjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}.leaflet-pm-toolbar .leaflet-pm-icon-edit{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0iZWRpdF9hbmNob3ItYSIgZD0iTTEzLjUsMTEgQzExLjU2NzAwMzQsMTEgMTAsOS40MzI5OTY2MiAxMCw3LjUgQzEwLDUuNTY3MDAzMzggMTEuNTY3MDAzNCw0IDEzLjUsNCBDMTUuNDMyOTk2Niw0IDE3LDUuNTY3MDAzMzggMTcsNy41IEMxNyw5LjQzMjk5NjYyIDE1LjQzMjk5NjYsMTEgMTMuNSwxMSBaIE0xMy41LDkgQzE0LjMyODQyNzEsOSAxNSw4LjMyODQyNzEyIDE1LDcuNSBDMTUsNi42NzE1NzI4OCAxNC4zMjg0MjcxLDYgMTMuNSw2IEMxMi42NzE1NzI5LDYgMTIsNi42NzE1NzI4OCAxMiw3LjUgQzEyLDguMzI4NDI3MTIgMTIuNjcxNTcyOSw5IDEzLjUsOSBaIE0xMi4wMDAyODg5LDcuNTI5NzM4OTMgQzEyLjAxMjU5ODMsOC4xNjI3MzY3MiAxMi40MTcwMTk3LDguNjk5NjY0MyAxMi45ODA3MTExLDguOTA3Njc5NjYgTDMsMTUgTDMsMTMgTDEyLjAwMDI4ODksNy41Mjk3Mzg5MyBaIE0xNC4yMTcyNzIyLDYuMTgyMjg0NzIgTDE5LjQ1MzEyNSwzIEwyMi42NTg5MzU1LDMgTDE0Ljk4OTEwMiw3LjY4MTczODg1IEMxNC45OTYyOTcxLDcuNjIyMTY0NTkgMTUsNy41NjE1MTQ3MiAxNSw3LjUgQzE1LDYuOTMxMzgzODEgMTQuNjgzNjA5OCw2LjQzNjY2NDUgMTQuMjE3MjcyMiw2LjE4MjI4NDcyIFogTTIzLjQ0MzQwNDIsMTkuMjg1MTczNiBMMjAuMTI4Mjc5OSwxOS4yODUxNzM2IEwyMS44NzI5OTgzLDIzLjUzNDk1MjUgQzIxLjk5NDUyOTYsMjMuODI5NTc3MyAyMS44NTU2NTQ2LDI0LjE1OTkyMDkgMjEuNTc3ODczNCwyNC4yODQ5MjA4IEwyMC4wNDE0Njc1LDI0Ljk1NDUxNDIgQzE5Ljc1NTA2MTMsMjUuMDc5NTE0MSAxOS40MzM4NzM4LDI0LjkzNjY3MDQgMTkuMzEyMzQyNiwyNC42NTA5NTE4IEwxNy42NTQ0MzY3LDIwLjYxNTQ1NDEgTDE0Ljk0NjE4NzMsMjMuNDAxMDE1MSBDMTQuNTg1MjgxMSwyMy43NzIxNzExIDE0LDIzLjQ4NjA0NjMgMTQsMjIuOTk5MjY1MyBMMTQsOS41NzE4MzUzMyBDMTQsOS4wNTkzMzU2MSAxNC42MjI1MzExLDguODA5NDkyIDE0Ljk0NjE1Niw5LjE3MDA4NTU1IEwyMy44MzQwMjkyLDE4LjMxMjAxNzkgQzI0LjE5MjUyOTEsMTguNjYxMzYxNSAyMy45Mjc5OTc5LDE5LjI4NTE3MzYgMjMuNDQzNDA0MiwxOS4yODUxNzM2IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9ImVkaXRfYW5jaG9yLWIiIGZpbGw9IiNmZmYiPgogICAgICA8dXNlIHhsaW5rOmhyZWY9IiNlZGl0X2FuY2hvci1hIi8+CiAgICA8L21hc2s+CiAgICA8dXNlIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2VkaXRfYW5jaG9yLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjZWRpdF9hbmNob3ItYikiPgogICAgICA8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=)}.leaflet-pm-toolbar .leaflet-pm-icon-drag{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0ibW92ZS1hIiBkPSJNMjEsMTQgTDIxLDEwIEwyNywxNSBMMjEsMjAgTDIxLDE2IEwxNiwxNiBMMTYsMjEgTDIwLDIxIEwxNSwyNyBMMTAsMjEgTDE0LDIxIEwxNCwxNiBMOSwxNiBMOSwyMCBMMywxNSBMOSwxMCBMOSwxNCBMMTQsMTQgTDE0LDkgTDEwLDkgTDE1LDMgTDIwLDkgTDE2LDkgTDE2LDE0IEwyMSwxNCBaIi8+CiAgPC9kZWZzPgogIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTMpIj4KICAgIDxtYXNrIGlkPSJtb3ZlLWIiIGZpbGw9IiNmZmYiPgogICAgICA8dXNlIHhsaW5rOmhyZWY9IiNtb3ZlLWEiLz4KICAgIDwvbWFzaz4KICAgIDx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI21vdmUtYSIvPgogICAgPGcgZmlsbD0iIzVCNUI1QiIgbWFzaz0idXJsKCNtb3ZlLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K)}.leaflet-pm-toolbar .leaflet-pm-icon-cut{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9TY2lzc29yczwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45NjkxNTc0LDEzLjQ5Mzk0MzUgTDIxLjAzMTcwMzIsNS41NDE2NzAxMyBMMjMuNDY0OTQ5OSw1LjY3NzIyOTU3IEwxNy4wNDcwNzEzLDE0LjUxMDY4MTYgTDI3LjU2NjAzMzYsMTcuMTMzMzUzNSBMMjUuNzg5MTk0NCwxOC44MDEyNTg4IEwxNC41ODU0OTUxLDE3Ljg5ODc1MDYgTDEzLjY0ODc5NTUsMTkuMTg4MDA3IEMxMy43OTQ2MzksMTkuMjY1MDk1OCAxMy45MzY3OTg1LDE5LjM1MzQ0MTcgMTQuMDc0MTM3NywxOS40NTMyMjQ1IEMxNS42Mzc5NjQ4LDIwLjU4OTQxMTQgMTUuOTg0NjM1NywyMi43NzgyMDUyIDE0Ljg0ODQ0ODgsMjQuMzQyMDMyNCBDMTMuNzEyMjYxOSwyNS45MDU4NTk1IDExLjUyMzQ2ODEsMjYuMjUyNTMwNCA5Ljk1OTY0MDk2LDI1LjExNjM0MzUgQzguMzk1ODEzODQsMjMuOTgwMTU2NSA4LjA0OTE0Mjk2LDIxLjc5MTM2MjcgOS4xODUzMjk4NiwyMC4yMjc1MzU2IEM5Ljc0NTg3Mjc2LDE5LjQ1NjAxNDUgMTAuNTYyNjE4OCwxOC45ODA3NDc1IDExLjQzNDEyMTgsMTguODMzNjQwNyBMMTIuNjgwNTY1NiwxNy4xMTgwNTc5IEwxMi41MjM5NzI0LDE2LjM3NDcyMTYgTDExLjk1MDY5MzIsMTUuMzAxMjM5MSBMOS44OTMxMDY0NiwxNC43ODgyMjUxIEM5LjEzMDkzNzk2LDE1LjIzNTcyNjEgOC4xOTk3Nzg1NCwxNS4zOTY2NDQ3IDcuMjc0NDUzNTUsMTUuMTY1OTM1MiBDNS4zOTg4NzUxOSwxNC42OTgzMDEgNC4yNTc1MTA5NCwxMi43OTg3NTE5IDQuNzI1MTQ1MTUsMTAuOTIzMTczNiBDNS4xOTI3NzkzNSw5LjA0NzU5NTE5IDcuMDkyMzI4NDYsNy45MDYyMzA5NCA4Ljk2NzkwNjgyLDguMzczODY1MTUgQzEwLjg0MzQ4NTIsOC44NDE0OTkzNSAxMS45ODQ4NDk0LDEwLjc0MTA0ODUgMTEuNTE3MjE1MiwxMi42MTY2MjY4IEMxMS40NzYxNDY0LDEyLjc4MTM0NDkgMTEuNDI0MDMzNSwxMi45NDA0MDAxIDExLjM2MTg2MjcsMTMuMDkzMTk5OSBMMTIuOTY5MTU3NCwxMy40OTM5NDM1IFogTTcuNzU4Mjk3MzUsMTMuMjI1MzQzOCBDOC41NjIxMTY2NCwxMy40MjU3NTg0IDkuMzc2MjA5MTIsMTIuOTM2NjAyMyA5LjU3NjYyMzc4LDEyLjEzMjc4MyBDOS43NzcwMzg0NCwxMS4zMjg5NjM3IDkuMjg3ODgyMzMsMTAuNTE0ODcxMyA4LjQ4NDA2MzAzLDEwLjMxNDQ1NjYgQzcuNjgwMjQzNzMsMTAuMTE0MDQxOSA2Ljg2NjE1MTI2LDEwLjYwMzE5OCA2LjY2NTczNjYsMTEuNDA3MDE3MyBDNi40NjUzMjE5NCwxMi4yMTA4MzY2IDYuOTU0NDc4MDUsMTMuMDI0OTI5MSA3Ljc1ODI5NzM1LDEzLjIyNTM0MzggWiBNMTAuODAzMzYzOSwyMS40MDMxMDYxIEMxMC4zMTY0MjY2LDIyLjA3MzMxNzcgMTAuNDY0OTk5OCwyMy4wMTEzNzIyIDExLjEzNTIxMTUsMjMuNDk4MzA5NSBDMTEuODA1NDIzMSwyMy45ODUyNDY3IDEyLjc0MzQ3NzYsMjMuODM2NjczNSAxMy4yMzA0MTQ4LDIzLjE2NjQ2MTkgQzEzLjcxNzM1MjEsMjIuNDk2MjUwMiAxMy41Njg3Nzg4LDIxLjU1ODE5NTcgMTIuODk4NTY3MiwyMS4wNzEyNTg1IEMxMi4yMjgzNTU2LDIwLjU4NDMyMTIgMTEuMjkwMzAxMSwyMC43MzI4OTQ1IDEwLjgwMzM2MzksMjEuNDAzMTA2MSBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkF0b21zL0ljb25zL1Rvb2xzL1NjaXNzb3JzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC0zLjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMDkzMTk0LCAxNS42NjMzNTEpIHJvdGF0ZSgtMzIuMDAwMDAwKSB0cmFuc2xhdGUoLTE2LjA5MzE5NCwgLTE1LjY2MzM1MSkgIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.leaflet-pm-toolbar .leaflet-pm-icon-snapping{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU3LjEgKDgzMDg4KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9NYWduZXQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjEuOTk5NDc1OSwxMC45NDI4MTgzIEwyMS45OTk5OTg1LDE2LjM3MTA0MTcgQzIyLDE2LjY4NzIwMDcgMjIsMTcuMDA1ODI3OCAyMiwxNy4zMjY5NDExIEMyMiwyMS41NjQ2NTQ1IDE4LjY0MjEzNTYsMjUgMTQuNSwyNSBDMTAuMzU3ODY0NCwyNSA3LDIxLjU2NDY1NDUgNywxNy4zMjY5NDExIEw3LjAwMDg3NTA4LDEwLjk5MDc1MDcgTDExLjAwMjI4MDgsMTAuOTk4NDEyNSBDMTEuMDAxNzAzMywxMS42OTgwMTE0IDExLjAwMTI0NywxMi40MTY4MjQ4IDExLjAwMDg5OTIsMTMuMTU1NDg4NyBMMTEsMTcuMzI2OTQxMSBDMTEsMTkuMzc1NjgwOSAxMi41ODc2ODQxLDIxIDE0LjUsMjEgQzE2LjQxMjMxNTksMjEgMTgsMTkuMzc1NjgwOSAxOCwxNy4zMjY5NDExIEMxOCwxNS4wNzAyMDMyIDE3Ljk5OTU2OTYsMTIuOTYxOTY2OCAxNy45OTg1MzksMTAuOTkxMDAzMiBMMjEuOTk5NDc1OSwxMC45NDI4MTgzIFogTTEwLDcgQzEwLjU1MjI4NDcsNyAxMSw3LjQ0NzcxNTI1IDExLDggTDExLDEwIEw3LDEwIEw3LDggQzcsNy40NDc3MTUyNSA3LjQ0NzcxNTI1LDcgOCw3IEwxMCw3IFogTTIxLDcgQzIxLjU1MjI4NDcsNyAyMiw3LjQ0NzcxNTI1IDIyLDggTDIyLDEwIEwxOCwxMCBMMTgsOCBDMTgsNy40NDc3MTUyNSAxOC40NDc3MTUzLDcgMTksNyBMMjEsNyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkF0b21zL0ljb25zL1Rvb2xzL01hZ25ldCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMDAwMDAwLCAtMy4wMDAwMDApIj4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUwMDAwMCwgMTYuMDAwMDAwKSByb3RhdGUoNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTE0LjUwMDAwMCwgLTE2LjAwMDAwMCkgIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.leaflet-pm-toolbar .leaflet-pm-icon-rotate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0icm90YXRlIiBkPSJNMjEuMiw1LjhjLTAuMS0wLjItMC4yLTAuMy0wLjMtMC41bC0wLjEtMC4yYy0wLjEtMC4yLTAuMi0wLjMtMC4zLTAuNWwtMC4xLTAuMmMtMC4xLTAuMi0wLjItMC4zLTAuNC0wLjVsLTAuMi0wLjNsMi44LTMuMUwxOCwwLjZsLTQuNiwwLjFsMC41LDQuNWwwLjUsNC41bDMuMi0zLjZ2MC4xbDAuMSwwLjJjMC4xLDAuMSwwLjEsMC4yLDAuMiwwLjJsMC4xLDAuMkMxOCw3LDE4LDcuMSwxOC4xLDcuMmMwLjMsMC43LDAuNiwxLjQsMC43LDIuMWMwLjIsMS40LDAsMi45LTAuNiw0LjJMMTgsMTMuOUwxNy45LDE0bC0wLjMsMC41bC0wLjEsMC4yYy0wLjIsMC4yLTAuNCwwLjUtMC42LDAuN2MtMC41LDAuNS0xLjEsMS0xLjcsMS4zYy0wLjYsMC40LTEuMywwLjYtMi4xLDAuOGMtMC43LDAuMS0xLjUsMC4yLTIuMiwwLjFjLTAuOC0wLjEtMS41LTAuMy0yLjItMC41Yy0wLjctMC4zLTEuMy0wLjctMS45LTEuMmwtMC40LTAuNGwtMC4yLTAuM0w2LDE1Yy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuM2wtMC4zLTAuNGwtMC4xLTAuMWwtMC4yLTAuNGMwLTAuMS0wLjEtMC4xLTAuMS0wLjJsLTAuMy0wLjVsLTAuMS0wLjJjLTAuMS0wLjMtMC4yLTAuNi0wLjMtMC45Yy0wLjItMC44LTAuMy0xLjYtMC4zLTIuNGMwLTAuMiwwLTAuMywwLTAuNVY4LjljMC0wLjIsMC0wLjMsMC4xLTAuNGwwLjEtMC42bDAuMi0wLjZjMC4zLTAuOCwwLjctMS41LDEuMi0yLjJjMC41LTAuNywxLjEtMS4zLDEuOC0xLjhjMC4yLTAuMSwwLjMtMC40LDAuMS0wLjZDNy41LDIuNiw3LjQsMi41LDcuMywyLjVINy4xTDcsMi42QzYuMSwzLDUuNCwzLjYsNC43LDQuMkM0LDQuOSwzLjUsNS43LDMsNi42Yy0wLjksMS44LTEuMiwzLjgtMC44LDUuOGMwLjEsMC41LDAuMiwwLjksMC4zLDEuNGwwLjMsMC44QzIuOSwxNC43LDMsMTQuOCwzLDE1bDAuMiwwLjRjMCwwLjEsMC4xLDAuMiwwLjEsMC4ybDAuMywwLjVjMC4xLDAuMiwwLjIsMC4zLDAuMywwLjVsMC4xLDAuMmMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNEw1LDE3LjhjMC43LDAuNywxLjYsMS4zLDIuNSwxLjhjMC45LDAuNSwxLjksMC44LDMsMC45YzAuNSwwLjEsMSwwLjEsMS41LDAuMWMwLjYsMCwxLjEsMCwxLjYtMC4xYzEtMC4yLDIuMS0wLjUsMy0xbDAuMi0wLjFjMC4yLTAuMSwwLjMtMC4yLDAuNS0wLjNsMC43LTAuNGMwLjItMC4xLDAuMy0wLjIsMC40LTAuM2wwLjItMC4yYzAuMi0wLjEsMC40LTAuMywwLjUtMC41bDAuMS0wLjFjMC4zLTAuMywwLjctMC43LDAuOS0xbDAuNi0wLjlsMC40LTAuNmMxLTEuOSwxLjQtNC4xLDEuMS02LjJDMjIsNy44LDIxLjcsNi43LDIxLjIsNS44eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDIpIj4KICAgICAgICA8bWFzayBpZD0icm90YXRlLWIiIGZpbGw9IiNmZmYiPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNyb3RhdGUiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHVzZSBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNyb3RhdGUiLz4KICAgICAgICA8ZyBmaWxsPSIjNUI1QjVCIiBtYXNrPSJ1cmwoI3JvdGF0ZS1iKSI+CiAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==)}.leaflet-pm-toolbar .leaflet-pm-icon-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1YjViNWI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoyLjVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlRleHQ8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTkuNjQgNy4yNyAxOS42NCA0IDEyIDQgMTIgMjAgMTUuOTEgMjAgOC4wOSAyMCAxMiAyMCAxMiA0IDQuMzYgNCA0LjM2IDcuMjciLz48L2c+PC9zdmc+)}.leaflet-buttons-control-button:hover,.leaflet-buttons-control-button:focus{cursor:pointer;background-color:#f4f4f4}.active .leaflet-buttons-control-button{box-shadow:inset 0 -1px 5px 2px #514d4d4f}.leaflet-buttons-control-text-hide{display:none}.button-container{position:relative}.button-container .leaflet-pm-actions-container{z-index:2;position:absolute;top:0;left:100%;display:none;white-space:nowrap;direction:ltr}.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container{right:100%;left:auto}.button-container.active .leaflet-pm-actions-container{display:block}.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child{border-radius:0 3px 3px 0;border-right:0}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child{border-radius:3px 0 0 3px}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child{border-right:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action{padding:0 10px;background-color:#666;color:#fff;display:inline-block;width:auto;border-right:1px solid #eee;-webkit-user-select:none;user-select:none;border-bottom:none;height:29px;line-height:29px}.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button{border-top-left-radius:0}.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button{border-top-right-radius:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus{cursor:pointer;background-color:#777}.leaflet-pm-toolbar.activeChild{z-index:801}.leaflet-buttons-control-button.pm-disabled{background-color:#f4f4f4}.leaflet-buttons-control-button.pm-disabled>.control-icon{filter:opacity(.6)}body{font-size:14px;font-family:var(--font-family-primary);color:var(--font-color-1)}h1,h2,h3,h4,h5,h6{text-shadow:rgba(0,0,0,.15) 0 0 1px;margin:8px 0;font-weight:400}.info{color:var(--blue-primary);fill:var(--blue-primary)}.success{color:#24bc24;fill:#24bc24}.alert{color:#ffbe00;fill:#ffbe00}.danger{color:red;fill:red}.warning{color:var(--button-orange-font);fill:var(--button-orange-font)}.scheme-dark h1,.scheme-dark h2,.scheme-dark h3,.scheme-dark h4,.scheme-dark h5,.scheme-dark h6{text-shadow:rgba(255,255,255,.15) 0 0 1px}:root{--primary-color: #653182;--primary-color-rgb: 101, 49, 130;--grey-border: #f3f3f3}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%}body{position:relative;cursor:default}.margin-1{margin:1px}.margin-b-1{margin-bottom:1px}.margin-t-1{margin-top:1px}.margin-l-1{margin-left:1px}.margin-r-1{margin-right:1px}.padding-1{padding:1px}.padding-b-1{padding-bottom:1px}.padding-t-1{padding-top:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.margin-2{margin:2px}.margin-b-2{margin-bottom:2px}.margin-t-2{margin-top:2px}.margin-l-2{margin-left:2px}.margin-r-2{margin-right:2px}.padding-2{padding:2px}.padding-b-2{padding-bottom:2px}.padding-t-2{padding-top:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.margin-3{margin:3px}.margin-b-3{margin-bottom:3px}.margin-t-3{margin-top:3px}.margin-l-3{margin-left:3px}.margin-r-3{margin-right:3px}.padding-3{padding:3px}.padding-b-3{padding-bottom:3px}.padding-t-3{padding-top:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.margin-4{margin:4px}.margin-b-4{margin-bottom:4px}.margin-t-4{margin-top:4px}.margin-l-4{margin-left:4px}.margin-r-4{margin-right:4px}.padding-4{padding:4px}.padding-b-4{padding-bottom:4px}.padding-t-4{padding-top:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.margin-5{margin:5px}.margin-b-5{margin-bottom:5px}.margin-t-5{margin-top:5px}.margin-l-5{margin-left:5px}.margin-r-5{margin-right:5px}.padding-5{padding:5px}.padding-b-5{padding-bottom:5px}.padding-t-5{padding-top:5px}.padding-l-5{padding-left:5px}.padding-r-5{padding-right:5px}.margin-6{margin:6px}.margin-b-6{margin-bottom:6px}.margin-t-6{margin-top:6px}.margin-l-6{margin-left:6px}.margin-r-6{margin-right:6px}.padding-6{padding:6px}.padding-b-6{padding-bottom:6px}.padding-t-6{padding-top:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.margin-7{margin:7px}.margin-b-7{margin-bottom:7px}.margin-t-7{margin-top:7px}.margin-l-7{margin-left:7px}.margin-r-7{margin-right:7px}.padding-7{padding:7px}.padding-b-7{padding-bottom:7px}.padding-t-7{padding-top:7px}.padding-l-7{padding-left:7px}.padding-r-7{padding-right:7px}.margin-8{margin:8px}.margin-b-8{margin-bottom:8px}.margin-t-8{margin-top:8px}.margin-l-8{margin-left:8px}.margin-r-8{margin-right:8px}.padding-8{padding:8px}.padding-b-8{padding-bottom:8px}.padding-t-8{padding-top:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.margin-9{margin:9px}.margin-b-9{margin-bottom:9px}.margin-t-9{margin-top:9px}.margin-l-9{margin-left:9px}.margin-r-9{margin-right:9px}.padding-9{padding:9px}.padding-b-9{padding-bottom:9px}.padding-t-9{padding-top:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.margin-10{margin:10px}.margin-b-10{margin-bottom:10px}.margin-t-10{margin-top:10px}.margin-l-10{margin-left:10px}.margin-r-10{margin-right:10px}.padding-10{padding:10px}.padding-b-10{padding-bottom:10px}.padding-t-10{padding-top:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.margin-11{margin:11px}.margin-b-11{margin-bottom:11px}.margin-t-11{margin-top:11px}.margin-l-11{margin-left:11px}.margin-r-11{margin-right:11px}.padding-11{padding:11px}.padding-b-11{padding-bottom:11px}.padding-t-11{padding-top:11px}.padding-l-11{padding-left:11px}.padding-r-11{padding-right:11px}.margin-12{margin:12px}.margin-b-12{margin-bottom:12px}.margin-t-12{margin-top:12px}.margin-l-12{margin-left:12px}.margin-r-12{margin-right:12px}.padding-12{padding:12px}.padding-b-12{padding-bottom:12px}.padding-t-12{padding-top:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.margin-13{margin:13px}.margin-b-13{margin-bottom:13px}.margin-t-13{margin-top:13px}.margin-l-13{margin-left:13px}.margin-r-13{margin-right:13px}.padding-13{padding:13px}.padding-b-13{padding-bottom:13px}.padding-t-13{padding-top:13px}.padding-l-13{padding-left:13px}.padding-r-13{padding-right:13px}.margin-14{margin:14px}.margin-b-14{margin-bottom:14px}.margin-t-14{margin-top:14px}.margin-l-14{margin-left:14px}.margin-r-14{margin-right:14px}.padding-14{padding:14px}.padding-b-14{padding-bottom:14px}.padding-t-14{padding-top:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.margin-15{margin:15px}.margin-b-15{margin-bottom:15px}.margin-t-15{margin-top:15px}.margin-l-15{margin-left:15px}.margin-r-15{margin-right:15px}.padding-15{padding:15px}.padding-b-15{padding-bottom:15px}.padding-t-15{padding-top:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.margin-16{margin:16px}.margin-b-16{margin-bottom:16px}.margin-t-16{margin-top:16px}.margin-l-16{margin-left:16px}.margin-r-16{margin-right:16px}.padding-16{padding:16px}.padding-b-16{padding-bottom:16px}.padding-t-16{padding-top:16px}.padding-l-16{padding-left:16px}.padding-r-16{padding-right:16px}.margin-17{margin:17px}.margin-b-17{margin-bottom:17px}.margin-t-17{margin-top:17px}.margin-l-17{margin-left:17px}.margin-r-17{margin-right:17px}.padding-17{padding:17px}.padding-b-17{padding-bottom:17px}.padding-t-17{padding-top:17px}.padding-l-17{padding-left:17px}.padding-r-17{padding-right:17px}.margin-18{margin:18px}.margin-b-18{margin-bottom:18px}.margin-t-18{margin-top:18px}.margin-l-18{margin-left:18px}.margin-r-18{margin-right:18px}.padding-18{padding:18px}.padding-b-18{padding-bottom:18px}.padding-t-18{padding-top:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.margin-19{margin:19px}.margin-b-19{margin-bottom:19px}.margin-t-19{margin-top:19px}.margin-l-19{margin-left:19px}.margin-r-19{margin-right:19px}.padding-19{padding:19px}.padding-b-19{padding-bottom:19px}.padding-t-19{padding-top:19px}.padding-l-19{padding-left:19px}.padding-r-19{padding-right:19px}.margin-20{margin:20px}.margin-b-20{margin-bottom:20px}.margin-t-20{margin-top:20px}.margin-l-20{margin-left:20px}.margin-r-20{margin-right:20px}.padding-20{padding:20px}.padding-b-20{padding-bottom:20px}.padding-t-20{padding-top:20px}.padding-l-20{padding-left:20px}.padding-r-20{padding-right:20px}.margin-21{margin:21px}.margin-b-21{margin-bottom:21px}.margin-t-21{margin-top:21px}.margin-l-21{margin-left:21px}.margin-r-21{margin-right:21px}.padding-21{padding:21px}.padding-b-21{padding-bottom:21px}.padding-t-21{padding-top:21px}.padding-l-21{padding-left:21px}.padding-r-21{padding-right:21px}.margin-22{margin:22px}.margin-b-22{margin-bottom:22px}.margin-t-22{margin-top:22px}.margin-l-22{margin-left:22px}.margin-r-22{margin-right:22px}.padding-22{padding:22px}.padding-b-22{padding-bottom:22px}.padding-t-22{padding-top:22px}.padding-l-22{padding-left:22px}.padding-r-22{padding-right:22px}.margin-23{margin:23px}.margin-b-23{margin-bottom:23px}.margin-t-23{margin-top:23px}.margin-l-23{margin-left:23px}.margin-r-23{margin-right:23px}.padding-23{padding:23px}.padding-b-23{padding-bottom:23px}.padding-t-23{padding-top:23px}.padding-l-23{padding-left:23px}.padding-r-23{padding-right:23px}.margin-24{margin:24px}.margin-b-24{margin-bottom:24px}.margin-t-24{margin-top:24px}.margin-l-24{margin-left:24px}.margin-r-24{margin-right:24px}.padding-24{padding:24px}.padding-b-24{padding-bottom:24px}.padding-t-24{padding-top:24px}.padding-l-24{padding-left:24px}.padding-r-24{padding-right:24px}.margin-25{margin:25px}.margin-b-25{margin-bottom:25px}.margin-t-25{margin-top:25px}.margin-l-25{margin-left:25px}.margin-r-25{margin-right:25px}.padding-25{padding:25px}.padding-b-25{padding-bottom:25px}.padding-t-25{padding-top:25px}.padding-l-25{padding-left:25px}.padding-r-25{padding-right:25px}.margin-26{margin:26px}.margin-b-26{margin-bottom:26px}.margin-t-26{margin-top:26px}.margin-l-26{margin-left:26px}.margin-r-26{margin-right:26px}.padding-26{padding:26px}.padding-b-26{padding-bottom:26px}.padding-t-26{padding-top:26px}.padding-l-26{padding-left:26px}.padding-r-26{padding-right:26px}.margin-27{margin:27px}.margin-b-27{margin-bottom:27px}.margin-t-27{margin-top:27px}.margin-l-27{margin-left:27px}.margin-r-27{margin-right:27px}.padding-27{padding:27px}.padding-b-27{padding-bottom:27px}.padding-t-27{padding-top:27px}.padding-l-27{padding-left:27px}.padding-r-27{padding-right:27px}.margin-28{margin:28px}.margin-b-28{margin-bottom:28px}.margin-t-28{margin-top:28px}.margin-l-28{margin-left:28px}.margin-r-28{margin-right:28px}.padding-28{padding:28px}.padding-b-28{padding-bottom:28px}.padding-t-28{padding-top:28px}.padding-l-28{padding-left:28px}.padding-r-28{padding-right:28px}.margin-29{margin:29px}.margin-b-29{margin-bottom:29px}.margin-t-29{margin-top:29px}.margin-l-29{margin-left:29px}.margin-r-29{margin-right:29px}.padding-29{padding:29px}.padding-b-29{padding-bottom:29px}.padding-t-29{padding-top:29px}.padding-l-29{padding-left:29px}.padding-r-29{padding-right:29px}.margin-30{margin:30px}.margin-b-30{margin-bottom:30px}.margin-t-30{margin-top:30px}.margin-l-30{margin-left:30px}.margin-r-30{margin-right:30px}.padding-30{padding:30px}.padding-b-30{padding-bottom:30px}.padding-t-30{padding-top:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.margin-31{margin:31px}.margin-b-31{margin-bottom:31px}.margin-t-31{margin-top:31px}.margin-l-31{margin-left:31px}.margin-r-31{margin-right:31px}.padding-31{padding:31px}.padding-b-31{padding-bottom:31px}.padding-t-31{padding-top:31px}.padding-l-31{padding-left:31px}.padding-r-31{padding-right:31px}.margin-32{margin:32px}.margin-b-32{margin-bottom:32px}.margin-t-32{margin-top:32px}.margin-l-32{margin-left:32px}.margin-r-32{margin-right:32px}.padding-32{padding:32px}.padding-b-32{padding-bottom:32px}.padding-t-32{padding-top:32px}.padding-l-32{padding-left:32px}.padding-r-32{padding-right:32px}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}small{font-size:.8571428571rem}.site-wrapper{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%;height:100%}.white-box{margin:16px;padding:16px;border-radius:4px;background:#fff;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.main-view{height:100%;overflow-x:auto;position:relative}.error{color:red;font-size:13px}.border{border:1px solid var(--grey-border)}.borderless{border:0}.row{box-sizing:border-box;display:flex;flex-direction:row}.row-wrap{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap}.column{box-sizing:border-box;display:flex;flex-direction:column}.start-start{justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%}.start-center{justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.start-end{justify-content:flex-start;align-items:flex-end;align-content:flex-end;max-width:100%}.start-stretch{justify-content:flex-start;align-items:stretch;align-content:stretch;max-width:100%}.center-start{justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%}.center-center{justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.center-end{justify-content:center;align-items:flex-end;align-content:flex-end;max-width:100%}.center-stretch{justify-content:center;align-items:stretch;align-content:stretch;max-width:100%}.end-start{justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%}.end-center{justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.end-end{justify-content:flex-end;align-items:flex-end;align-content:flex-end;max-width:100%}.end-stretch{justify-content:flex-end;align-items:stretch;align-content:stretch;max-width:100%}.space-around-start{justify-content:space-around;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%}.space-around-center{justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.space-around-end{justify-content:space-around;align-items:flex-end;align-content:flex-end;max-width:100%}.space-around-stretch{justify-content:space-around;align-items:stretch;align-content:stretch;max-width:100%}.space-between-start{justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-grid-row-align:flex-start;align-items:flex-start;align-content:flex-start;max-width:100%}.space-between-center{justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.space-between-end{justify-content:space-between;align-items:flex-end;align-content:flex-end;max-width:100%}.space-between-stretch{justify-content:space-between;align-items:stretch;align-content:stretch;max-width:100%}.center-margin{margin:0 auto}.show-on-mb{display:none}.inline{display:inline-block}.flex,.s-flex{flex:1;box-sizing:border-box}.s-1{flex:1 1 1%;max-width:1%;max-height:100%;box-sizing:border-box}.s-2{flex:1 1 2%;max-width:2%;max-height:100%;box-sizing:border-box}.s-3{flex:1 1 3%;max-width:3%;max-height:100%;box-sizing:border-box}.s-4{flex:1 1 4%;max-width:4%;max-height:100%;box-sizing:border-box}.s-5{flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.s-6{flex:1 1 6%;max-width:6%;max-height:100%;box-sizing:border-box}.s-7{flex:1 1 7%;max-width:7%;max-height:100%;box-sizing:border-box}.s-8{flex:1 1 8%;max-width:8%;max-height:100%;box-sizing:border-box}.s-9{flex:1 1 9%;max-width:9%;max-height:100%;box-sizing:border-box}.s-10{flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.s-11{flex:1 1 11%;max-width:11%;max-height:100%;box-sizing:border-box}.s-12{flex:1 1 12%;max-width:12%;max-height:100%;box-sizing:border-box}.s-13{flex:1 1 13%;max-width:13%;max-height:100%;box-sizing:border-box}.s-14{flex:1 1 14%;max-width:14%;max-height:100%;box-sizing:border-box}.s-15{flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.s-16{flex:1 1 16%;max-width:16%;max-height:100%;box-sizing:border-box}.s-17{flex:1 1 17%;max-width:17%;max-height:100%;box-sizing:border-box}.s-18{flex:1 1 18%;max-width:18%;max-height:100%;box-sizing:border-box}.s-19{flex:1 1 19%;max-width:19%;max-height:100%;box-sizing:border-box}.s-20{flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.s-21{flex:1 1 21%;max-width:21%;max-height:100%;box-sizing:border-box}.s-22{flex:1 1 22%;max-width:22%;max-height:100%;box-sizing:border-box}.s-23{flex:1 1 23%;max-width:23%;max-height:100%;box-sizing:border-box}.s-24{flex:1 1 24%;max-width:24%;max-height:100%;box-sizing:border-box}.s-25{flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.s-26{flex:1 1 26%;max-width:26%;max-height:100%;box-sizing:border-box}.s-27{flex:1 1 27%;max-width:27%;max-height:100%;box-sizing:border-box}.s-28{flex:1 1 28%;max-width:28%;max-height:100%;box-sizing:border-box}.s-29{flex:1 1 29%;max-width:29%;max-height:100%;box-sizing:border-box}.s-30{flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.s-31{flex:1 1 31%;max-width:31%;max-height:100%;box-sizing:border-box}.s-32{flex:1 1 32%;max-width:32%;max-height:100%;box-sizing:border-box}.s-33{flex:1 1 33%;max-width:33%;max-height:100%;box-sizing:border-box}.s-34{flex:1 1 34%;max-width:34%;max-height:100%;box-sizing:border-box}.s-35{flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.s-36{flex:1 1 36%;max-width:36%;max-height:100%;box-sizing:border-box}.s-37{flex:1 1 37%;max-width:37%;max-height:100%;box-sizing:border-box}.s-38{flex:1 1 38%;max-width:38%;max-height:100%;box-sizing:border-box}.s-39{flex:1 1 39%;max-width:39%;max-height:100%;box-sizing:border-box}.s-40{flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.s-41{flex:1 1 41%;max-width:41%;max-height:100%;box-sizing:border-box}.s-42{flex:1 1 42%;max-width:42%;max-height:100%;box-sizing:border-box}.s-43{flex:1 1 43%;max-width:43%;max-height:100%;box-sizing:border-box}.s-44{flex:1 1 44%;max-width:44%;max-height:100%;box-sizing:border-box}.s-45{flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.s-46{flex:1 1 46%;max-width:46%;max-height:100%;box-sizing:border-box}.s-47{flex:1 1 47%;max-width:47%;max-height:100%;box-sizing:border-box}.s-48{flex:1 1 48%;max-width:48%;max-height:100%;box-sizing:border-box}.s-49{flex:1 1 49%;max-width:49%;max-height:100%;box-sizing:border-box}.s-50{flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.s-51{flex:1 1 51%;max-width:51%;max-height:100%;box-sizing:border-box}.s-52{flex:1 1 52%;max-width:52%;max-height:100%;box-sizing:border-box}.s-53{flex:1 1 53%;max-width:53%;max-height:100%;box-sizing:border-box}.s-54{flex:1 1 54%;max-width:54%;max-height:100%;box-sizing:border-box}.s-55{flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.s-56{flex:1 1 56%;max-width:56%;max-height:100%;box-sizing:border-box}.s-57{flex:1 1 57%;max-width:57%;max-height:100%;box-sizing:border-box}.s-58{flex:1 1 58%;max-width:58%;max-height:100%;box-sizing:border-box}.s-59{flex:1 1 59%;max-width:59%;max-height:100%;box-sizing:border-box}.s-60{flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.s-61{flex:1 1 61%;max-width:61%;max-height:100%;box-sizing:border-box}.s-62{flex:1 1 62%;max-width:62%;max-height:100%;box-sizing:border-box}.s-63{flex:1 1 63%;max-width:63%;max-height:100%;box-sizing:border-box}.s-64{flex:1 1 64%;max-width:64%;max-height:100%;box-sizing:border-box}.s-65{flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.s-66{flex:1 1 66%;max-width:66%;max-height:100%;box-sizing:border-box}.s-67{flex:1 1 67%;max-width:67%;max-height:100%;box-sizing:border-box}.s-68{flex:1 1 68%;max-width:68%;max-height:100%;box-sizing:border-box}.s-69{flex:1 1 69%;max-width:69%;max-height:100%;box-sizing:border-box}.s-70{flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.s-71{flex:1 1 71%;max-width:71%;max-height:100%;box-sizing:border-box}.s-72{flex:1 1 72%;max-width:72%;max-height:100%;box-sizing:border-box}.s-73{flex:1 1 73%;max-width:73%;max-height:100%;box-sizing:border-box}.s-74{flex:1 1 74%;max-width:74%;max-height:100%;box-sizing:border-box}.s-75{flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.s-76{flex:1 1 76%;max-width:76%;max-height:100%;box-sizing:border-box}.s-77{flex:1 1 77%;max-width:77%;max-height:100%;box-sizing:border-box}.s-78{flex:1 1 78%;max-width:78%;max-height:100%;box-sizing:border-box}.s-79{flex:1 1 79%;max-width:79%;max-height:100%;box-sizing:border-box}.s-80{flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.s-81{flex:1 1 81%;max-width:81%;max-height:100%;box-sizing:border-box}.s-82{flex:1 1 82%;max-width:82%;max-height:100%;box-sizing:border-box}.s-83{flex:1 1 83%;max-width:83%;max-height:100%;box-sizing:border-box}.s-84{flex:1 1 84%;max-width:84%;max-height:100%;box-sizing:border-box}.s-85{flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.s-86{flex:1 1 86%;max-width:86%;max-height:100%;box-sizing:border-box}.s-87{flex:1 1 87%;max-width:87%;max-height:100%;box-sizing:border-box}.s-88{flex:1 1 88%;max-width:88%;max-height:100%;box-sizing:border-box}.s-89{flex:1 1 89%;max-width:89%;max-height:100%;box-sizing:border-box}.s-90{flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.s-91{flex:1 1 91%;max-width:91%;max-height:100%;box-sizing:border-box}.s-92{flex:1 1 92%;max-width:92%;max-height:100%;box-sizing:border-box}.s-93{flex:1 1 93%;max-width:93%;max-height:100%;box-sizing:border-box}.s-94{flex:1 1 94%;max-width:94%;max-height:100%;box-sizing:border-box}.s-95{flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.s-96{flex:1 1 96%;max-width:96%;max-height:100%;box-sizing:border-box}.s-97{flex:1 1 97%;max-width:97%;max-height:100%;box-sizing:border-box}.s-98{flex:1 1 98%;max-width:98%;max-height:100%;box-sizing:border-box}.s-99{flex:1 1 99%;max-width:99%;max-height:100%;box-sizing:border-box}.s-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.s-field{flex:1 1 33%;max-width:33%;max-height:100%;box-sizing:border-box}.s-auto{flex:0 0 auto;box-sizing:border-box}@media (max-width: 1000px){.s-field{flex:1 1 50%;max-width:50%}}@media (max-width: 800px){.show-on-mb{display:block}.s-field,.s-1,.s-2,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.s-13,.s-14,.s-15,.s-16,.s-17,.s-18,.s-19,.s-20,.s-21,.s-22,.s-23,.s-24,.s-25,.s-26,.s-27,.s-28,.s-29,.s-30,.s-31,.s-32,.s-33,.s-34,.s-35,.s-36,.s-37,.s-38,.s-39,.s-40,.s-41,.s-42,.s-43,.s-44,.s-45,.s-46,.s-47,.s-48,.s-49,.s-50,.s-51,.s-52,.s-53,.s-54,.s-55,.s-56,.s-57,.s-58,.s-59,.s-60,.s-61,.s-62,.s-63,.s-64,.s-65,.s-66,.s-67,.s-68,.s-69,.s-70,.s-71,.s-72,.s-73,.s-74,.s-75,.s-76,.s-77,.s-78,.s-79,.s-80,.s-81,.s-82,.s-83,.s-84,.s-85,.s-86,.s-87,.s-88,.s-89,.s-90,.s-91,.s-92,.s-93,.s-94,.s-95,.s-96,.s-97,.s-98,.s-99,.s-100,.s-flex{flex:1 1 100%;max-width:100%}.margin-mb-0,.margin-mb-1,.margin-mb-2,.margin-mb-3,.margin-mb-4,.margin-mb-5,.margin-mb-6,.margin-mb-7,.margin-mb-8,.margin-mb-9,.margin-mb-10,.margin-mb-11,.margin-mb-12,.margin-mb-13,.margin-mb-14,.margin-mb-15,.margin-mb-16,.margin-mb-17,.margin-mb-18,.margin-mb-19,.margin-mb-20,.margin-mb-21,.margin-mb-22,.margin-mb-23,.margin-mb-24,.margin-mb-25,.margin-mb-26,.margin-mb-27,.margin-mb-28,.margin-mb-29,.margin-mb-30,.margin-mb-31,.margin-mb-32{margin:0!important}.hide-on-mb{display:none}}.backdrop{background:#000000b3;width:100%;position:fixed;height:100%;top:0;left:0}.vs-hidden{visibility:hidden}i.red{color:red}i.blue{color:var(--light-blue-font)}.bold{font-weight:700}.disabled-drop{width:100%;height:100%;position:absolute;top:0;left:0;background:#fffc;z-index:10;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.scroll-mask{position:absolute;background-color:transparent;inset:0;z-index:50}.scroll-mask>.scroll-mask-bar{display:block;position:absolute;background-color:#fafafa;right:0;top:0;bottom:0;z-index:65;box-shadow:inset 0 0 1px #0000004d}.divider{border-top:1px solid var(--grey-border);margin:16px 0}.close-dialog{position:absolute;top:4px;right:4px}.close-dialog i{color:#fff}button.print{position:fixed;bottom:8px;right:8px;width:60px!important;height:60px!important;z-index:10}button.print .icon-print:before{font-size:40px;width:40px;height:40px;line-height:40px}@media print{button.print{display:none}md-backdrop{background:#fff}}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:left}mat-icon{color:var(--font-color-2)}.dp0{background-color:var(--bg-0dp)}.dp1{background-color:var(--bg-1dp)}.dp2{background-color:var(--bg-2dp)}.bn-Safari .mat-tab-body:not(.mat-tab-body-active){pointer-events:none}.bn-Safari .mat-tab-body.mat-tab-body-active{z-index:unset!important}.content-placeholder-checkbox-space:before{animation:content-placeholder 2s linear infinite;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}.content-placeholder.input{height:40px;width:100%;border-radius:12px}@keyframes content-placeholder{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loader-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;z-index:20;background-color:#fff;transition:background-color .5s;cursor:wait;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.loader-wrapper .logo{width:60px}.loader-wrapper .message{margin-top:16px;text-transform:uppercase;letter-spacing:2px;font-weight:600}.loader-wrapper .message:after{overflow:hidden;position:absolute;animation:ellipsis steps(4,end) 4s infinite;content:"...";width:0px}.loader-wrapper.fixed{position:fixed;top:initial;left:initial}@keyframes ellipsis{to{width:20px}}.loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;z-index:20;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}@keyframes cssload-rotate{to{transform:rotate(360deg)}}.line-loader{height:4px;width:100%;position:relative;overflow:hidden;background-color:#ddd}.line-loader:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:4px;background-color:#2980b9;animation:line-loader-animation 2s linear infinite}@keyframes line-loader-animation{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.dots:after{overflow:hidden;position:absolute;animation:ellipsis steps(4,end) 4s infinite;content:"...";width:0px}loader-backdrop{position:fixed;background-color:#000000c7;z-index:10000;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}loader-backdrop img{width:100px}loader-backdrop .text{font-size:20px;text-align:center}.offline-backdrop{height:100%;width:100%;position:fixed;top:0;left:0;z-index:104;color:#fff;background:#000000d6;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.loader-wrapper .logo.dark{display:none}.scheme-dark .loader{background-color:#1e1e1ef2}.scheme-dark .loader-wrapper{background-color:var(--dark-grey-0dp)}.scheme-dark .loader-wrapper .logo.light{display:none}.scheme-dark .loader-wrapper .logo.dark{display:block}ser-select{position:relative}ser-select virtual-scroll{display:block;width:100%}ser-select button[type=button]{padding:0;color:var(--font-color-2);font-family:Segoe UI,sans-serif;background-image:none;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:50%;margin:0;border:none;cursor:pointer;box-sizing:border-box;outline:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}ser-select .selected-list{width:100%;cursor:pointer;display:flex;position:relative;outline:none;border-width:1px;line-height:1.25;border-radius:3px;align-items:center;min-height:28px}ser-select .selected-list .values{flex:1}ser-select .selected-list .values .token-list{padding:0;margin:0;width:100%}ser-select .selected-list .values .token-list .token{display:inline-flex;position:relative}ser-select .selected-list .values .token-list .token .remove{display:flex;justify-content:center;align-items:center;color:#fff;-webkit-user-select:none;user-select:none;margin:0 8px}ser-select .selected-list .values .token-list .token .remove .material-icons{font-size:12px;font-weight:700}ser-select .selected-list .controls{display:flex;align-items:center}ser-select .selected-list .controls .clear-all,ser-select .selected-list .controls .chevron{-webkit-user-select:none;user-select:none}ser-select .selected-list .controls .chevron{font-size:28px;pointer-events:none;transition:transform .3s ease-in-out}ser-select .selected-list .controls .chevron.rotate{transform:rotate(-180deg);transition:transform .3s ease-in-out}ser-select .selected-list .d-btn{width:100%;padding:5px 10px;cursor:pointer;display:flex;position:relative;outline:none}ser-select.disabled .selected-list{cursor:not-allowed}ser-select.multiple .selected-list .controls{flex-direction:column}ser-select .dropdown-list{position:fixed;overflow:hidden;z-index:3;margin:0;transform-origin:0 0;animation:dropdown-appear .15s ease-in-out}ser-select .dropdown-list .list-container .simple-close{display:none;padding:8px}ser-select .dropdown-list .list-container .list{overflow:auto}ser-select .dropdown-list .list-container .list>.item,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item{display:flex;padding:10px;cursor:pointer;text-align:left}ser-select .dropdown-list .list-container .list>.item.disabled,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item.disabled{opacity:.4;cursor:not-allowed}ser-select .dropdown-list .list-container .list>.item.disabled.pure-checkbox input[type=checkbox]+label,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item.disabled.pure-checkbox input[type=checkbox]+label{cursor:not-allowed}ser-select .dropdown-list .list-container .list>.item:first-child,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item:first-child{padding-top:10px}ser-select .dropdown-list .list-container .list>.item:last-child,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item:last-child{padding-bottom:10px}ser-select .dropdown-list .list-container .list>.item:hover,ser-select .dropdown-list .list-container .list>.cdk-virtual-scroll-content-wrapper>.item:hover{background-color:#83838321}ser-select .dropdown-list .list-container .list .loading{padding:8px 16px}ser-select .dropdown-list .list-container .list .loading .text{height:20px;border-radius:24px}ser-select .dropdown-list.lazy-loading .list{height:300px}ser-select .dropdown-list .pure-checkbox input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label{position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;cursor:pointer}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label:before{content:"";box-sizing:content-box;position:absolute;top:50%;left:0;text-align:center;transition:all .4s ease}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label:after{content:"";box-sizing:content-box;position:absolute;top:50%;transform:rotate(-45deg) scale(0);transform-origin:50%;transition:transform .2s ease-out;border-image:none}ser-select .dropdown-list .pure-checkbox input[type=checkbox]:active+label:before{transition-duration:0s}ser-select .dropdown-list .pure-checkbox input[type=checkbox]:checked+label:after{content:"";transform:rotate(-45deg) scale(1);transition:transform .2s ease-out}ser-select .dropdown-list .pure-checkbox input[type=radio]+label:before{border-radius:50%}ser-select .dropdown-list .pure-checkbox input[type=radio]:checked+label:before{background-color:#fff}ser-select .dropdown-list .pure-checkbox input[type=radio]:checked+label:after{transform:scale(1)}ser-select .dropdown-list ::-webkit-scrollbar{width:8px}ser-select .dropdown-list ::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}ser-select .dropdown-list ::-webkit-scrollbar-track{background:#f2f2f2}ser-select .list-filter{display:flex;align-items:center;position:relative}ser-select .list-filter .icon-back{display:none}ser-select .list-filter input{flex:1;border:0px;height:100%;width:100%;padding:0;outline:none}ser-select .list-message{text-align:center;margin:0;padding:15px 0;font-size:initial}ser-select .nodata-label{width:100%;text-align:center;padding:10px 0 0}@media (max-width: 600px){ser-select:not(.no-responsive) .dropdown-list{top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:1000}ser-select:not(.no-responsive) .dropdown-list .select-all+.list-container{max-height:calc(100% - 87px)!important}}@media (max-width: 600px){ser-select:not(.no-responsive) .dropdown-list .list-container{height:calc(100% - 45px)!important}}@media (max-width: 600px){ser-select:not(.no-responsive) .dropdown-list .list-container .simple-close{display:block}}@media (max-width: 600px){ser-select:not(.no-responsive) .dropdown-list .list-container .list{max-height:100%!important}}@media (max-width: 600px){ser-select:not(.no-responsive) .list-filter .icon-back{display:block}}@media (max-width: 600px){ser-select.no-responsive .dropdown-list{position:absolute;left:0}}address-col-input{display:flex;align-items:center;cursor:text}address-col-input.disabled{cursor:not-allowed}address-col-input .via{position:relative}address-col-input .via input.via-input{min-width:48px;position:relative;z-index:1}address-col-input .via input.hint{left:0;position:absolute;visibility:hidden;pointer-events:none}address-col-input .via-options{position:fixed;z-index:3;width:140px;max-height:200px;overflow:auto;margin:0;transform-origin:0 0;animation:dropdown-appear .15s ease-in-out}address-col-input .via-options .via-item:hover{cursor:pointer}address-col-input input{border:none;outline:none;border-radius:0;background-color:transparent}address-col-input input.address1{min-width:34px}address-col-input input.address2,address-col-input input.address3{min-width:24px}address-col-input .s1,address-col-input .s2{font-family:monospace;font-size:20px;font-weight:700;visibility:hidden}address-col-input .s1{margin:0 8px 0 16px}address-col-input .s2{font-size:30px;margin:0 8px;padding-bottom:10px}@media (max-width: 600px){.bpt-mobile address-col-input .via-options,.bpt-tablet address-col-input .via-options{position:absolute}}.snackbar{display:flex;align-items:center;position:fixed;bottom:0;left:50%;color:#fff;background-color:var(--snackbar-bg);border-radius:100px;padding:16px;max-width:62px;white-space:nowrap;overflow:hidden;animation:Snackbar .4s ease-in-out forwards;z-index:2000}.snackbar .icon{opacity:0;display:flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;border-radius:50%;animation:SnackbarIcon .3s ease-in-out .4s forwards}.snackbar .icon.green{background-color:var(--snackbar-bg-green)}.snackbar .icon.red{background-color:var(--snackbar-bg-red)}.snackbar .icon.orange{background-color:var(--snackbar-bg-orange)}.snackbar .icon.orangered{background-color:var(--snackbar-bg-orange-red)}.snackbar .icon .material-icons{color:var(--snackbar-icon-color);font-size:16px}.snackbar .msj{opacity:0;padding:0 12px}.snackbar.show-text{transform:translate(-50%,-32px);animation:SnackbarMsj .7s ease-in-out forwards}.snackbar.show-text .msj{opacity:1}.snackbar.hide{max-width:100%;transform:translate(-50%,-32px);animation:SnackbarHide .4s ease-in-out forwards}.snackbar.hide .msj{opacity:1}@keyframes Snackbar{0%{transform:translate(-50%,110%)}to{transform:translate(-50%,-32px)}}@keyframes SnackbarIcon{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0)}}@keyframes SnackbarMsj{0%{max-width:70px}to{max-width:100%}}@keyframes SnackbarHide{0%{transform:translate(-50%,-32px)}to{transform:translate(-50%,110%)}}[hidden]{display:none!important}fieldset{-webkit-padding-before:16px;padding:16px 16px 8px;margin:0;border-radius:4px;font-family:inherit;position:relative;min-width:0}legend{position:relative;top:2px;padding:0 16px;margin-left:-10px;-webkit-user-select:none;user-select:none}select,textarea,input{border:none}ser-form-element>label:not(.switch){pointer-events:none}ser-form-element,.form-group{display:flex;position:relative;flex-direction:column}ser-form-element>input,ser-form-element textarea,ser-form-element select,ser-form-element ser-select,ser-form-element ser-date,ser-form-element ser-date-range,ser-form-element address-col-input,.form-group>input,.form-group textarea,.form-group select,.form-group ser-select,.form-group ser-date,.form-group ser-date-range,.form-group address-col-input{position:relative;flex:1;background-image:none;background-clip:padding-box;outline:none;-moz-appearance:none;-webkit-appearance:none;box-sizing:border-box;max-width:100%}ser-form-element .radio-group,.form-group .radio-group{display:flex;align-items:center}ser-form-element .radio-group .radio-input,.form-group .radio-group .radio-input{display:flex;align-items:center}ser-form-element>label:not(.switch),.form-group>label:not(.switch){display:inline-block}ser-form-element:not([plain])>label:not(.switch),.form-group:not([plain])>label:not(.switch){display:inline-block;position:absolute;z-index:2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .2s ease-in-out}ser-form-element:not([plain])>label:not(.switch)+input:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) textarea:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) select:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) ser-select:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) ser-date:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) ser-date-range:not(:focus)::placeholder,ser-form-element:not([plain])>label:not(.switch) address-col-input:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch)+input:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) textarea:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) select:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) ser-select:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) ser-date:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) ser-date-range:not(:focus)::placeholder,.form-group:not([plain])>label:not(.switch) address-col-input:not(:focus)::placeholder{opacity:0}ser-form-element:not([plain]).active>label:not(.switch),ser-form-element:not([plain]).focus>label:not(.switch),.form-group:not([plain]).active>label:not(.switch),.form-group:not([plain]).focus>label:not(.switch){transition:all .2s ease-in-out;pointer-events:all}ser-form-element:not([plain]) [serErrors],ser-form-element:not([plain]) .errors,.form-group:not([plain]) [serErrors],.form-group:not([plain]) .errors{height:0}ser-form-element .input-group,.form-group .input-group{display:flex;position:relative}ser-form-element .input-group .addon,.form-group .input-group .addon{display:flex;-webkit-user-select:none;user-select:none}ser-form-element [serErrors],ser-form-element .errors,.form-group [serErrors],.form-group .errors{-webkit-user-select:none;user-select:none}ser-form-element [serErrors] [hidden],ser-form-element .errors [hidden],.form-group [serErrors] [hidden],.form-group .errors [hidden]{display:none}ser-form-element .loader:after,.form-group .loader:after{overflow:hidden;position:absolute;animation:ellipsis steps(4,end) 4s infinite;content:"...";width:0px}.form-group.no-padding{padding-bottom:0}ser-select.disabled .d-btn{cursor:not-allowed;-webkit-user-select:none;user-select:none}ser-input-file input,ser-input-image input{display:none}ser-input-number input,ser-input-currency input{width:100%;background-color:transparent}ser-input-currency{display:flex;align-items:center}ser-input-currency:before{content:"$"}ser-input-currency input{padding-left:4px}ser-filter{display:block;position:relative;font-family:inherit;transition:background-color .5s}ser-filter .list-filter{display:flex;align-items:center;position:relative}ser-filter .list-filter .label{position:absolute;pointer-events:none;z-index:1;transition:all .2s ease-in-out}ser-filter .list-filter .label.active{transition:all .2s ease-in-out}ser-filter .list-filter input{flex:1;border:0px;height:100%;width:100%;padding:0;outline:none;background-color:transparent}ser-filter .list-filter .icon-clear{cursor:pointer}ser-filter .list-filter .controls{display:flex;align-items:center}ser-filter .list-filter .controls .chevron{pointer-events:none;transition:transform .3s ease-in-out}ser-filter .list-filter .controls .chevron.rotate{transition:transform .3s ease-in-out}ser-filter.disabled .list-filter input{cursor:not-allowed;pointer-events:none}ser-filter button[type=button]{padding:0;background-image:none;text-decoration:none;white-space:nowrap;background-color:transparent;margin:0;border:none;cursor:pointer;box-sizing:border-box;outline:none;-webkit-user-filter:none;-moz-user-filter:none;-ms-user-filter:none;display:flex;align-items:center;justify-content:center}ser-filter .selected-list{width:100%;display:flex;outline:none;position:relative;align-items:center}ser-filter .selected-list .values{flex:1}ser-filter .selected-list .values .token-list{width:100%}ser-filter .selected-list .values .token-list .token{display:inline-flex;position:relative}ser-filter .selected-list .values .token-list .token .remove{display:flex;justify-content:center;align-items:center;cursor:pointer}ser-filter .dropdown-list{position:fixed;overflow:hidden;z-index:10;transform-origin:0 0}ser-filter .dropdown-list .list{overflow:auto}ser-filter .dropdown-list .list .item{display:flex;cursor:pointer}ser-filter .pure-checkbox input[type=checkbox]{display:none}ser-filter .pure-checkbox input[type=checkbox]:active+label:before{transition-duration:0s}ser-filter .pure-checkbox input[type=checkbox]+label{position:relative;vertical-align:middle;cursor:pointer}ser-filter .pure-checkbox input[type=checkbox]+label:before{box-sizing:content-box;content:"";position:absolute;text-align:center;transition:all .4s ease}ser-filter .pure-checkbox input[type=checkbox]+label:after{content:"";position:absolute;box-sizing:content-box;transform-origin:50%;transition:transform .2s ease-out;background-color:transparent;border-image:none}ser-filter .pure-checkbox input[type=checkbox]:checked+label:after{transform:rotate(-45deg) scale(1)}ser-filter .pure-checkbox input[type=radio]:checked+label:after{transform:scale(1)}ser-filter .list-message{text-align:center;margin:0;padding:15px 0;font-size:initial}ser-filter .selected-item{background-color:#e9f4ff}ser-filter .loading-icon{width:20px;position:absolute;right:10px;top:23px;z-index:1}ser-filter .nodata-label{width:100%;text-align:center;padding:10px 0 0}ser-filter .btn-container{text-align:center;padding:0 5px 10px}pin-input{display:flex;gap:4px;transform:translateZ(0);font-size:var(--pin-font-size, 2rem);color:var(--pin-color, #171516)}pin-input span{display:block;flex:1}pin-input span.code-hidden input{text-security:var(--pin-text-security-type, disc);-webkit-text-security:var(--pin-text-security-type, disc);-moz-text-security:var(--pin-text-security-type, disc)}pin-input input{width:100%;height:var(--pin-item-height, 4.375em);color:inherit;background-color:var(--pin-item-bg, transparent);text-align:center;font-size:inherit;border:var(--pin-item-border, 1px solid #dddddd);border-bottom:var(--pin-item-border-bottom, 1px solid #dddddd);border-radius:var(--pin-item-border-radius, 5px);-webkit-appearance:none;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);outline:none}pin-input input.has-value{border:var(--pin-item-border-has-value, 1px solid #dddddd);border-bottom:var(--pin-item-border-bottom-has-value, 1px solid #dddddd)}pin-input input:focus{border:var(--pin-item-border-focused, 1px solid #dddddd);border-bottom:var(--pin-item-border-bottom-focused, 1px solid #dddddd)}.fc button,.bttn{padding:11px 20px;color:var(--font-color-2);font-family:var(--font-family-primary);background-image:none;font-size:.7142857143rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;background-color:transparent;border-radius:150px;margin:0 4px;border:none;cursor:pointer;box-sizing:border-box;outline:none;-webkit-user-select:none;user-select:none;display:flex;gap:8px;align-items:center;justify-content:center}.fc button.icon,.bttn.icon{border-radius:50%;padding:5px;height:35px;width:35px}.fc button:active,.fc button.pressed,.bttn:active,.bttn.pressed{box-shadow:inset 0 0 3px #0000004d;text-shadow:none}.fc button:not(.bordered).primary,.bttn:not(.bordered).primary{color:var(--primary-color-font);background-color:var(--primary-color)}.fc button:not(.bordered).white,.bttn:not(.bordered).white{background-color:#fff}.fc button:not(.bordered).blue,.bttn:not(.bordered).blue{color:var(--button-blue-font);background-color:var(--button-blue-bg)}.fc button:not(.bordered).blue i,.fc button:not(.bordered).blue .mat-icon,.bttn:not(.bordered).blue i,.bttn:not(.bordered).blue .mat-icon{color:var(--button-blue-font)}.fc button:not(.bordered).light-blue,.bttn:not(.bordered).light-blue{color:var(--light-blue-font);background-color:var(--light-blue-bg)}.fc button:not(.bordered).light-blue i,.fc button:not(.bordered).light-blue .mat-icon,.bttn:not(.bordered).light-blue i,.bttn:not(.bordered).light-blue .mat-icon{color:var(--light-blue-font)}.fc button:not(.bordered).red,.bttn:not(.bordered).red{color:var(--button-red-font);background-color:var(--button-red-bg)}.fc button:not(.bordered).red i,.fc button:not(.bordered).red .mat-icon,.bttn:not(.bordered).red i,.bttn:not(.bordered).red .mat-icon{color:var(--button-red-font)}.fc button:not(.bordered).yellow,.bttn:not(.bordered).yellow{color:var(--button-yellow-font);background-color:var(--button-yellow-bg)}.fc button:not(.bordered).yellow i,.fc button:not(.bordered).yellow .mat-icon,.bttn:not(.bordered).yellow i,.bttn:not(.bordered).yellow .mat-icon{color:var(--button-yellow-font)}.fc button:not(.bordered).orange,.bttn:not(.bordered).orange{color:var(--button-orange-font);background-color:var(--button-orange-bg)}.fc button:not(.bordered).orange i,.fc button:not(.bordered).orange .mat-icon,.bttn:not(.bordered).orange i,.bttn:not(.bordered).orange .mat-icon{color:var(--button-orange-font)}.fc button:not(.bordered).orangered,.bttn:not(.bordered).orangered{color:var(--button-orangered-font);background-color:var(--button-orangered-bg)}.fc button:not(.bordered).orangered i,.fc button:not(.bordered).orangered .mat-icon,.bttn:not(.bordered).orangered i,.bttn:not(.bordered).orangered .mat-icon{color:var(--button-orangered-font)}.fc button:not(.bordered).green,.bttn:not(.bordered).green{color:var(--button-green-font);background-color:var(--button-green-bg)}.fc button:not(.bordered).green i,.fc button:not(.bordered).green .mat-icon,.bttn:not(.bordered).green i,.bttn:not(.bordered).green .mat-icon{color:var(--button-green-font)}.fc button:not(.bordered).violet,.bttn:not(.bordered).violet{color:var(--button-violet-font);background-color:var(--button-violet-bg)}.fc button:not(.bordered).violet i,.fc button:not(.bordered).violet .mat-icon,.bttn:not(.bordered).violet i,.bttn:not(.bordered).violet .mat-icon{color:var(--button-violet-font)}.fc button.bordered,.bttn.bordered{border:var(--button-border-width) solid}.fc button.bordered.primary,.bttn.bordered.primary{border-color:var(--primary-color)}.fc button.bordered.white,.bttn.bordered.white{border-color:#fff}.fc button.bordered.blue,.bttn.bordered.blue{border-color:var(--button-blue-bg)}.fc button.bordered.blue i,.fc button.bordered.blue .mat-icon,.bttn.bordered.blue i,.bttn.bordered.blue .mat-icon{color:var(--button-blue-bg)}.fc button.bordered.light-blue,.bttn.bordered.light-blue{border-color:var(--light-blue-bg)}.fc button.bordered.light-blue i,.fc button.bordered.light-blue .mat-icon,.bttn.bordered.light-blue i,.bttn.bordered.light-blue .mat-icon{color:var(--light-blue-bg)}.fc button.bordered.red,.bttn.bordered.red{border-color:var(--button-red-bg)}.fc button.bordered.red i,.fc button.bordered.red .mat-icon,.bttn.bordered.red i,.bttn.bordered.red .mat-icon{color:var(--button-red-bg)}.fc button.bordered.yellow,.bttn.bordered.yellow{color:var(--button-yellow-font);border-color:var(--button-yellow-bg)}.fc button.bordered.yellow i,.fc button.bordered.yellow .mat-icon,.bttn.bordered.yellow i,.bttn.bordered.yellow .mat-icon{color:var(--button-yellow-font)}.fc button.bordered.orange,.bttn.bordered.orange{border-color:var(--button-orange-bg)}.fc button.bordered.orange i,.fc button.bordered.orange .mat-icon,.bttn.bordered.orange i,.bttn.bordered.orange .mat-icon{color:var(--button-orange-bg)}.fc button.bordered.orangered,.bttn.bordered.orangered{border-color:var(--button-orangered-bg)}.fc button.bordered.orangered i,.fc button.bordered.orangered .mat-icon,.bttn.bordered.orangered i,.bttn.bordered.orangered .mat-icon{color:var(--button-orangered-bg)}.fc button.bordered.green,.bttn.bordered.green{border-color:var(--button-green-bg)}.fc button.bordered.green i,.fc button.bordered.green .mat-icon,.bttn.bordered.green i,.bttn.bordered.green .mat-icon{color:var(--button-green-bg)}.fc button.bordered.violet,.bttn.bordered.violet{border-color:var(--button-violet-bg)}.fc button.bordered.violet i,.fc button.bordered.violet .mat-icon,.bttn.bordered.violet i,.bttn.bordered.violet .mat-icon{color:var(--button-violet-bg)}.fc button.text-collapse,.bttn.text-collapse{border-radius:50%;padding:5px;height:35px;width:35px;position:relative}.fc button.text-collapse .text,.bttn.text-collapse .text{position:absolute;max-width:0;overflow:hidden;background-color:inherit;height:35px;border-radius:35px 0 0 35px;transition:max-width .1s}.fc button.text-collapse .text:nth-child(1),.bttn.text-collapse .text:nth-child(1){right:35px}.fc button.text-collapse .text:nth-child(2),.bttn.text-collapse .text:nth-child(2){left:35px}.fc button.text-collapse:hover,.fc button.text-collapse.active,.bttn.text-collapse:hover,.bttn.text-collapse.active{border-radius:0 35px 35px 0}.fc button.text-collapse:hover .text,.fc button.text-collapse.active .text,.bttn.text-collapse:hover .text,.bttn.text-collapse.active .text{max-width:1000px;padding:11px 8px 11px 16px;transition:max-width 1s}.fc button.text-collapse:hover .text:nth-child(1),.fc button.text-collapse.active .text:nth-child(1),.bttn.text-collapse:hover .text:nth-child(1),.bttn.text-collapse.active .text:nth-child(1){border-radius:35px 0 0 35px}.fc button.text-collapse:hover .text:nth-child(2),.fc button.text-collapse.active .text:nth-child(2),.bttn.text-collapse:hover .text:nth-child(2),.bttn.text-collapse.active .text:nth-child(2){border-radius:0 35px 35px 0}.bttn i{line-height:0}.bttn[disabled],.fc button.fc-state-disabled{opacity:.5;cursor:not-allowed}.fc-state-down,.fc-state-active{box-shadow:inset 0 0 3px #0000004d;text-shadow:none}.bttn-group,.fc-button-group{display:inline-flex;align-items:center;background-color:var(--bttn-group-bg);border-radius:24px}.bttn-group .bttn,.fc-button-group .bttn{margin:0}.bttn-group .bttn:hover,.fc-button-group .bttn:hover{z-index:1}.chip{display:inline-flex;padding:4px 12px;color:var(--chip-font-color);background:var(--chip-bg);margin-left:8px;border-radius:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.chip.blue{background:var(--button-blue-bg)}.chip.light-blue{background:var(--light-blue-bg)}.chip.green{background:var(--button-green-bg)}.chip.yellow{background:var(--button-yellow-bg)}.chip.orange{background:var(--button-orange-bg)}.chip.red{background:var(--button-red-border)}ser-chips{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%;position:relative}ser-chips input.chip-input{border:none;background:transparent;outline:0;-webkit-appearance:none}ser-chips .chip{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%;color:#185698;background-color:#84d0fd;border-color:#3694f7;font-weight:300;border-radius:10px;color:#fff;border:none;padding:1px 6px;margin:4px 4px 0 0}ser-chips .chip .remove{background:#fff;border-radius:12px;font-size:13px;height:13px;width:13px;min-width:13px;min-height:13px;margin-left:6px}ser-chips.ng-focused{border-color:#66dee9;box-shadow:inset 0 1px 1px #00000013,0 0 8px #66dee999}:root{--primary-color: #653182;--primary-color-font: white;--font-color-1: #040404;--font-color-2: #555;--font-color-disabled: #a5a5a5;--font-color-placeholder: #a5a5a5;--button-border-width: 3px;--button-blue-font: white;--button-blue-bg: dodgerblue;--button-blue-border: var(--button-blue-bg);--light-blue-font: #424242;--light-blue-bg: skyblue;--light-blue-border: var(--light-blue-bg);--button-red-font: white;--button-red-bg: red;--button-red-border: var(--button-red-bg);--button-yellow-font: #424242;--button-yellow-bg: yellow;--button-yellow-border: var(--button-yellow-bg);--button-orange-font: white;--button-orange-bg: orange;--button-orange-border: var(--button-orange-bg);--button-orangered-font: white;--button-orangered-bg: orangered;--button-orangered-border: var(--button-orangered-bg);--button-green-font: white;--button-green-bg: limegreen;--button-green-border: var(--button-green-bg);--button-violet-font: white;--button-violet-bg: blueviolet;--button-violet-border: var(--button-violet-bg);--bttn-group-bg: #f1f1f1;--grey-border: #f3f3f3;--grey-hover: #efefef;--card-bg: #e4e3e3;--bg-disabled: #f3f3f3;--bg-0dp: #eff1f4;--bg-1dp: white;--bg-2dp: #e4e3e3;--bg-3dp: #dfdfdf;--chip-font-color: black;--chip-bg: #e4e3e3;--input-font-size: 12px;--input-min-height: 40px;--input-max-height: 40px;--input-border-radius: 12px;--input-border: #c3c3c3;--input-bg: white;--input-bg-disabled: #f3f3f3;--input-font-color-disabled: #141414;--input-error-border-color: #fd4e4e;--input-error-border: 2px solid rgba(#fd4e4e, .4);--input-error-shadow-color: #f8dddd;--input-focus-color: #3490cc;--input-focus-shadow-color: rgb(0, 155, 255, .3);--input-icon-color: #7d7d7d;--input-file-item-bg: #e6e6e6;--input-file-item-delete-bg: #bbbbbb;--input-file-item-delete-color: #5a5a5a;--input-image-width: 200px;--input-image-height: 200px;--input-image-margin: 0 auto;--input-image-procesing-bg: white;--dark-grey-4dp: #272727;--dark-grey-6dp: #2c2c2c;--dark-error-color: #cf6679;--select-bg: white;--select-border: #c3c3c3;--select-base-color: #0079fe;--select-check-color: #0079fe;--select-token-text-color: white;--select-hover-color: #f5f5f5;--select-selected-bg-color: #e9f4ff;--select-shadow-color: rgba(0, 0, 0, .25);--select-icon-color: #5a5a5a;--filter-bg: white;--filter-icon-color: #5a5a5a;--filter-border: #c3c3c3;--filter-check-color: #0079fe;--filter-token-color: #ebebeb;--filter-token-remove-color: var(--filter-token-color);--filter-token-remove-bg-color: #6b6b6b;--address-via-options-bg: white;--address-via-options-hover: #f5f5f5;--address-color-placeholder: #bcbcbc;--address-input-border: #c3c3c3;--address-font-family: "Source Code Pro", monospace;--pin-font-size: 20px;--pin-item-height: 50px;--pin-item-border: 2px solid var(--input-border);--pin-item-border-bottom: 2px solid var(--input-border);--pin-item-border-has-value: 2px solid var(--input-border);--pin-item-border-bottom-has-value: 2px solid var(--input-border);--pin-item-border-focused: 2px solid var(--input-border);--pin-item-border-bottom-focused: 2px solid var(--input-border);--pin-item-border-radius: 8px;--pin-item-bg: var(--input-bg);--pin-color: #171516;--snackbar-bg: #474747;--snackbar-bg-green: limegreen;--snackbar-bg-red: red;--snackbar-bg-orange: orange;--snackbar-bg-orange-red: orangered;--snackbar-icon-color: white;--datepicker-container-months-color-bg: #fff;--datepicker-container-months-box-shadow-color: #ddd;--datepicker-footer-color-bg: #fafafa;--datepicker-footer-box-shadow-color: #ddd;--datepicker-tooltip-color-bg: #fff;--datepicker-month-header-color: #333;--datepicker-button-prev-month-color: #9e9e9e;--datepicker-button-next-month-color: #9e9e9e;--datepicker-button-prev-month-color-hover: #2196f3;--datepicker-button-next-month-color-hover: #2196f3;--datepicker-month-width: calc(var(--datepicker-day-width) * 7);--datepicker-month-weekday-color: #9e9e9e;--datepicker-month-week-number-color: #9e9e9e;--datepicker-day-width: 38px;--datepicker-day-color: #333;--datepicker-day-color-hover: #2196f3;--datepicker-is-today-color: red;--datepicker-is-in-range-color: #bbdefb;--datepicker-is-locked-color: #9e9e9e;--datepicker-is-start-color: #fff;--datepicker-is-start-color-bg: #2196f3;--datepicker-is-end-color: #fff;--datepicker-is-end-color-bg: #2196f3;--datepicker-button-cancel-color: #fff;--datepicker-button-cancel-color-bg: #9e9e9e;--datepicker-button-apply-color: #fff;--datepicker-button-apply-color-bg: #2196f3;--datepicker-button-reset-color: #909090;--datepicker-button-reset-color-hover: #2196f3;--datepicker-highlighted-day-color: #333;--datepicker-highlighted-day-color-bg: #ffeb3b;--datepicker-shortcut-border-color: #e7e7e7;--datepicker-shortcut-font-color: #040404;--datepicker-month-item-header-bg: #ddd;--datepicker-month-item-font-color: #040404}body.scheme-dark{--font-color-1: white;--font-color-2: white;--font-color-disabled: #a5a5a5;--bttn-group-bg: #333333;--card-bg: #3e3e3e;--grey-border: #4e4e4e;--bg-disabled: #131313;--bg-0dp: #1e1e1e;--bg-1dp: #272727;--bg-2dp: #3e3e3e;--bg-3dp: #272727;--chip-font-color: white;--chip-bg: #3e3e3e;--input-border: #616161;--input-bg: #272727;--input-bg-disabled: #131313;--input-font-color-disabled: #6b6b6b;--input-error-border: 2px solid #fd4e4e;--input-label-radius: 4px;--select-bg: #272727;--select-border: #616161;--select-hover-color: #5f5f5f;--select-selected-bg-color: #52606d;--select-shadow-color: #1d1c1c;--select-icon-color: white;--filter-bg: #272727;--filter-border: #616161;--filter-icon-color: #5a5a5a;--filter-token-color: #424242;--filter-token-remove-bg-color: #6b6b6b;--address-via-options-bg: #272727;--address-via-options-hover: #5f5f5f;--address-color-placeholder: #bcbcbc;--address-input-border: #616161;--datepicker-container-months-color-bg: #3b3b3b;--datepicker-container-months-box-shadow-color: #131313;--datepicker-footer-color-bg: #fafafa;--datepicker-footer-box-shadow-color: #ddd;--datepicker-tooltip-color-bg: #3b3b3b;--datepicker-month-header-color: white;--datepicker-button-prev-month-color: #9e9e9e;--datepicker-button-next-month-color: #9e9e9e;--datepicker-month-weekday-color: #9e9e9e;--datepicker-month-week-number-color: #9e9e9e;--datepicker-day-color: white;--datepicker-day-color-hover: #2196f3;--datepicker-is-today-color: red;--datepicker-is-in-range-color: #264157;--datepicker-is-locked-color: #9e9e9e;--datepicker-is-start-color: #fff;--datepicker-is-start-color-bg: #2196f3;--datepicker-is-end-color: #fff;--datepicker-is-end-color-bg: #2196f3;--datepicker-highlighted-day-color: #333;--datepicker-shortcut-font-color: white;--datepicker-month-item-header-bg: #656565;--datepicker-month-item-font-color: white}fieldset{border:2px solid var(--input-border);border-radius:12px}fieldset legend{font-size:.9285714286rem;text-transform:uppercase}@keyframes autofill-fix{0%,to{color:#000;background:var(--bg-2dp)}}@keyframes autofill-fix-dark{0%,to{color:#fff;background:var(--bg-2dp)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--font-color-1)!important}ser-form-element>label:not(.switch){font-size:.75rem;font-weight:600;margin-bottom:8px}ser-form-element:not([plain])>label:not(.switch){top:11px;left:18px;margin-bottom:0;max-width:calc(100% - 36px);border-radius:var(--input-label-radius)}ser-form-element:not([plain])>label:not(.switch).tr{left:58px}ser-form-element:not([plain]).active>label:not(.switch),ser-form-element:not([plain]).focus>label:not(.switch){font-size:.6428571429rem;padding:0 8px;border-radius:8px;background-color:var(--input-bg)}ser-form-element:not([plain]).invalid.dirty>label:not(.switch){color:red}ser-form-element:not([plain]).disabled>label:not(.switch){background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}ser-form-element input,ser-form-element textarea,ser-form-element select,ser-form-element .form-control,ser-form-element ser-select,ser-form-element ser-date,ser-form-element ser-date-range,ser-form-element address-col-input,ser-form-element ser-input-file,ser-form-element ser-input-number,ser-form-element ser-input-currency{margin:0;position:relative;font-family:inherit;color:var(--font-color-1);transition:background-color .5s;outline:none}ser-form-element input :-webkit-autofill,ser-form-element input :-webkit-autofill:hover,ser-form-element input :-webkit-autofill:focus,ser-form-element input :-webkit-autofill:active,ser-form-element textarea :-webkit-autofill,ser-form-element textarea :-webkit-autofill:hover,ser-form-element textarea :-webkit-autofill:focus,ser-form-element textarea :-webkit-autofill:active,ser-form-element select :-webkit-autofill,ser-form-element select :-webkit-autofill:hover,ser-form-element select :-webkit-autofill:focus,ser-form-element select :-webkit-autofill:active,ser-form-element .form-control :-webkit-autofill,ser-form-element .form-control :-webkit-autofill:hover,ser-form-element .form-control :-webkit-autofill:focus,ser-form-element .form-control :-webkit-autofill:active,ser-form-element ser-select :-webkit-autofill,ser-form-element ser-select :-webkit-autofill:hover,ser-form-element ser-select :-webkit-autofill:focus,ser-form-element ser-select :-webkit-autofill:active,ser-form-element ser-date :-webkit-autofill,ser-form-element ser-date :-webkit-autofill:hover,ser-form-element ser-date :-webkit-autofill:focus,ser-form-element ser-date :-webkit-autofill:active,ser-form-element ser-date-range :-webkit-autofill,ser-form-element ser-date-range :-webkit-autofill:hover,ser-form-element ser-date-range :-webkit-autofill:focus,ser-form-element ser-date-range :-webkit-autofill:active,ser-form-element address-col-input :-webkit-autofill,ser-form-element address-col-input :-webkit-autofill:hover,ser-form-element address-col-input :-webkit-autofill:focus,ser-form-element address-col-input :-webkit-autofill:active,ser-form-element ser-input-file :-webkit-autofill,ser-form-element ser-input-file :-webkit-autofill:hover,ser-form-element ser-input-file :-webkit-autofill:focus,ser-form-element ser-input-file :-webkit-autofill:active,ser-form-element ser-input-number :-webkit-autofill,ser-form-element ser-input-number :-webkit-autofill:hover,ser-form-element ser-input-number :-webkit-autofill:focus,ser-form-element ser-input-number :-webkit-autofill:active,ser-form-element ser-input-currency :-webkit-autofill,ser-form-element ser-input-currency :-webkit-autofill:hover,ser-form-element ser-input-currency :-webkit-autofill:focus,ser-form-element ser-input-currency :-webkit-autofill:active{-webkit-text-fill-color:var(--font-color-1)!important}ser-form-element>input,ser-form-element>textarea,ser-form-element>select,ser-form-element>.form-control,ser-form-element>ser-select,ser-form-element>ser-date,ser-form-element>ser-date-range,ser-form-element>address-col-input,ser-form-element>ser-input-file,ser-form-element>ser-input-number,ser-form-element>ser-input-currency{font-size:var(--input-font-size);padding:6px 12px;background-color:var(--input-bg);min-height:var(--input-min-height);border:2px solid var(--input-border);border-radius:var(--input-border-radius)}ser-form-element>input,ser-form-element>select,ser-form-element>ser-date,ser-form-element>ser-date-range,ser-form-element>address-col-input,ser-form-element>ser-input-number,ser-form-element>ser-input-currency{max-height:var(--input-max-height)}ser-form-element>pin-input input{background-color:var(--input-bg);border:2px solid var(--input-border);border-radius:var(--input-border-radius)}ser-form-element input::placeholder,ser-form-element textarea::placeholder,ser-form-element select::placeholder,ser-form-element .mat-select::placeholder{color:var(--font-color-placeholder)}ser-form-element>address-col-input .via{margin-right:16px}ser-form-element>address-col-input .via input.hint{color:var(--address-color-placeholder)}ser-form-element>address-col-input .via-options{border-radius:0 0 12px 12px;background-color:var(--address-via-options-bg);box-shadow:2px 3px 4px #0000001a,-2px 3px 4px #0000001a}ser-form-element>address-col-input .via-options.ontop{border-radius:12px 12px 0 0;box-shadow:0 -3px 5px var(--select-shadow-color)}@media (max-width: 600px){ser-form-element>address-col-input .via-options.ontop{border-radius:0}}ser-form-element>address-col-input .via-options .via-item{font-size:14px;padding:8px}ser-form-element>address-col-input .via-options .via-item:hover{background-color:var(--address-via-options-hover)}ser-form-element>address-col-input input{font-family:var(--address-font-family)}ser-form-element>address-col-input input::placeholder{color:var(--font-color-placeholder)}ser-form-element>ser-date.active,ser-form-element>ser-date-range.active{border-radius:var(--input-border-radius) var(--input-border-radius) 0 0}ser-form-element>ser-date.active.ontop,ser-form-element>ser-date-range.active.ontop{border-radius:0 0 var(--input-border-radius) var(--input-border-radius)}ser-form-element>ser-select{padding:4px 16px}ser-form-element>ser-select.active{border-radius:var(--input-border-radius) var(--input-border-radius) 0 0}ser-form-element>ser-select.active.ontop{border-radius:0 0 var(--input-border-radius) var(--input-border-radius)}ser-form-element ser-input-currency:before{opacity:0}ser-form-element .input-group{background-color:var(--input-bg);border:2px solid var(--input-border);border-radius:var(--input-border-radius);transition:background-color .5s}ser-form-element .input-group .addon{position:relative;margin-bottom:0;font-weight:400;text-align:center;padding:6px 12px;font-family:inherit;font-size:.7142857143rem;color:var(--font-color-1);display:flex;justify-content:center;align-items:center}ser-form-element .input-group .addon .mat-icon,ser-form-element .input-group .addon .material-icons,ser-form-element .input-group .addon i{color:var(--input-icon-color)}ser-form-element .input-group>input,ser-form-element .input-group>textarea,ser-form-element .input-group>select,ser-form-element .input-group>.form-control,ser-form-element .input-group>ser-select,ser-form-element .input-group>ser-date,ser-form-element .input-group>ser-date-range,ser-form-element .input-group>address-col-input,ser-form-element .input-group>ser-input-file,ser-form-element .input-group>ser-input-number,ser-form-element .input-group>ser-input-currency{flex:1;min-width:0;font-size:var(--input-font-size);padding:6px;min-height:var(--input-min-height);border-radius:var(--input-border-radius);background-color:var(--input-bg)}ser-form-element .input-group>input,ser-form-element .input-group>select,ser-form-element .input-group>ser-date,ser-form-element .input-group>ser-date-range,ser-form-element .input-group>address-col-input,ser-form-element .input-group>ser-input-number,ser-form-element .input-group>ser-input-currency{max-height:var(--input-max-height)}ser-form-element.disabled{cursor:not-allowed}ser-form-element.disabled>label:not(.switch){border-radius:8px}ser-form-element.disabled>input,ser-form-element.disabled>textarea,ser-form-element.disabled>select,ser-form-element.disabled>.form-control,ser-form-element.disabled>ser-select,ser-form-element.disabled>ser-date,ser-form-element.disabled>ser-date-range,ser-form-element.disabled>address-col-input,ser-form-element.disabled>ser-input-file,ser-form-element.disabled>ser-input-number,ser-form-element.disabled>ser-input-currency{background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}ser-form-element.disabled .input-group{background-color:var(--input-bg-disabled)}ser-form-element.disabled .input-group>input,ser-form-element.disabled .input-group>textarea,ser-form-element.disabled .input-group>select,ser-form-element.disabled .input-group>.form-control,ser-form-element.disabled .input-group>ser-select,ser-form-element.disabled .input-group>ser-date,ser-form-element.disabled .input-group>ser-date-range,ser-form-element.disabled .input-group>address-col-input,ser-form-element.disabled .input-group>ser-input-file,ser-form-element.disabled .input-group>ser-input-number,ser-form-element.disabled .input-group>ser-input-currency{background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}ser-form-element.active>label:not(.switch),ser-form-element.focus>label:not(.switch){top:-5px;left:16px}ser-form-element.focus>input,ser-form-element.focus>textarea,ser-form-element.focus>select,ser-form-element.focus>.form-control,ser-form-element.focus>ser-select,ser-form-element.focus>ser-date,ser-form-element.focus>ser-date-range,ser-form-element.focus>address-col-input,ser-form-element.focus>ser-input-file,ser-form-element.focus>ser-input-number,ser-form-element.focus>ser-input-currency{box-shadow:0 0 0 4px var(--input-focus-shadow-color);border-color:var(--input-focus-color)}ser-form-element.focus>input:-webkit-autofill,ser-form-element.focus>textarea:-webkit-autofill,ser-form-element.focus>select:-webkit-autofill,ser-form-element.focus>.form-control:-webkit-autofill,ser-form-element.focus>ser-select:-webkit-autofill,ser-form-element.focus>ser-date:-webkit-autofill,ser-form-element.focus>ser-date-range:-webkit-autofill,ser-form-element.focus>address-col-input:-webkit-autofill,ser-form-element.focus>ser-input-file:-webkit-autofill,ser-form-element.focus>ser-input-number:-webkit-autofill,ser-form-element.focus>ser-input-currency:-webkit-autofill{-webkit-text-fill-color:var(--font-color-1)!important}ser-form-element.focus pin-input input{border-color:var(--input-focus-color)}ser-form-element.focus pin-input input:focus{box-shadow:0 0 0 4px var(--input-focus-shadow-color)}ser-form-element.focus .input-group{box-shadow:0 0 0 4px var(--input-focus-shadow-color);border-color:var(--input-focus-color)}ser-form-element.focus .input-group input:-webkit-autofill,ser-form-element.focus .input-group textarea:-webkit-autofill,ser-form-element.focus .input-group select:-webkit-autofill,ser-form-element.focus .input-group .form-control:-webkit-autofill,ser-form-element.focus .input-group ser-select:-webkit-autofill,ser-form-element.focus .input-group ser-date:-webkit-autofill,ser-form-element.focus .input-group ser-date-range:-webkit-autofill,ser-form-element.focus .input-group address-col-input:-webkit-autofill,ser-form-element.focus .input-group ser-input-file:-webkit-autofill,ser-form-element.focus .input-group ser-input-number:-webkit-autofill,ser-form-element.focus .input-group ser-input-currency:-webkit-autofill{-webkit-text-fill-color:var(--font-color-1)!important}ser-form-element.invalid.dirty>input,ser-form-element.invalid.dirty>textarea,ser-form-element.invalid.dirty>select,ser-form-element.invalid.dirty>.form-control,ser-form-element.invalid.dirty>ser-select,ser-form-element.invalid.dirty>ser-date,ser-form-element.invalid.dirty>ser-date-range,ser-form-element.invalid.dirty>address-col-input,ser-form-element.invalid.dirty>ser-input-file,ser-form-element.invalid.dirty>ser-input-number,ser-form-element.invalid.dirty>ser-input-currency{border-color:var(--input-error-border-color)}ser-form-element.invalid.dirty>input .selected-list .controls .chevron,ser-form-element.invalid.dirty>textarea .selected-list .controls .chevron,ser-form-element.invalid.dirty>select .selected-list .controls .chevron,ser-form-element.invalid.dirty>.form-control .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-select .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-date .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-date-range .selected-list .controls .chevron,ser-form-element.invalid.dirty>address-col-input .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-input-file .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-input-number .selected-list .controls .chevron,ser-form-element.invalid.dirty>ser-input-currency .selected-list .controls .chevron{color:var(--input-error-border-color)}ser-form-element.invalid.dirty>ser-input-file .upload .material-icons{color:var(--input-error-border-color)}ser-form-element.invalid.dirty pin-input input{border-color:var(--input-error-border-color)}ser-form-element.invalid.dirty pin-input input:focus{box-shadow:0 0 0 4px var(--input-focus-shadow-color)}ser-form-element.invalid.dirty .input-group{border-color:var(--input-error-border-color)}ser-form-element.invalid.dirty .input-group .addon .mat-icon,ser-form-element.invalid.dirty .input-group .addon .material-icons,ser-form-element.invalid.dirty .input-group .addon i{color:var(--input-error-border-color)}ser-form-element.focus>label:not(.switch).tr,ser-form-element.active>label:not(.switch).tr{left:16px}ser-form-element.focus.invalid.dirty>input,ser-form-element.focus.invalid.dirty>textarea,ser-form-element.focus.invalid.dirty>select,ser-form-element.focus.invalid.dirty>.form-control,ser-form-element.focus.invalid.dirty>ser-select,ser-form-element.focus.invalid.dirty>ser-date,ser-form-element.focus.invalid.dirty>ser-date-range,ser-form-element.focus.invalid.dirty>address-col-input,ser-form-element.focus.invalid.dirty>ser-input-file,ser-form-element.focus.invalid.dirty>ser-input-number,ser-form-element.focus.invalid.dirty>ser-input-currency,ser-form-element.active.invalid.dirty>input,ser-form-element.active.invalid.dirty>textarea,ser-form-element.active.invalid.dirty>select,ser-form-element.active.invalid.dirty>.form-control,ser-form-element.active.invalid.dirty>ser-select,ser-form-element.active.invalid.dirty>ser-date,ser-form-element.active.invalid.dirty>ser-date-range,ser-form-element.active.invalid.dirty>address-col-input,ser-form-element.active.invalid.dirty>ser-input-file,ser-form-element.active.invalid.dirty>ser-input-number,ser-form-element.active.invalid.dirty>ser-input-currency{box-shadow:0 0 0 4px var(--input-error-shadow-color)}ser-form-element.focus.invalid.dirty>input:-webkit-autofill,ser-form-element.focus.invalid.dirty>textarea:-webkit-autofill,ser-form-element.focus.invalid.dirty>select:-webkit-autofill,ser-form-element.focus.invalid.dirty>.form-control:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-select:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-date:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-date-range:-webkit-autofill,ser-form-element.focus.invalid.dirty>address-col-input:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-input-file:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-input-number:-webkit-autofill,ser-form-element.focus.invalid.dirty>ser-input-currency:-webkit-autofill,ser-form-element.active.invalid.dirty>input:-webkit-autofill,ser-form-element.active.invalid.dirty>textarea:-webkit-autofill,ser-form-element.active.invalid.dirty>select:-webkit-autofill,ser-form-element.active.invalid.dirty>.form-control:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-select:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-date:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-date-range:-webkit-autofill,ser-form-element.active.invalid.dirty>address-col-input:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-input-file:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-input-number:-webkit-autofill,ser-form-element.active.invalid.dirty>ser-input-currency:-webkit-autofill{box-shadow:0 0 0 4px var(--input-error-shadow-color),0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--font-color-1)!important}ser-form-element.focus.invalid.dirty .input-group,ser-form-element.active.invalid.dirty .input-group{box-shadow:0 0 0 4px var(--input-error-shadow-color)}ser-form-element.focus address-col-input .via input.via-input,ser-form-element.active address-col-input .via input.via-input{border-bottom:2px solid var(--address-input-border)}ser-form-element.focus address-col-input .via input.hint,ser-form-element.active address-col-input .via input.hint{visibility:visible}ser-form-element.focus address-col-input input.address1,ser-form-element.focus address-col-input input.address2,ser-form-element.focus address-col-input input.address3,ser-form-element.active address-col-input input.address1,ser-form-element.active address-col-input input.address2,ser-form-element.active address-col-input input.address3{border-bottom:2px solid var(--address-input-border)}ser-form-element.focus address-col-input .s1,ser-form-element.focus address-col-input .s2,ser-form-element.active address-col-input .s1,ser-form-element.active address-col-input .s2{visibility:visible}ser-form-element.focus ser-input-currency:before,ser-form-element.active ser-input-currency:before{opacity:1}ser-form-element.active ser-select.multiple .selected-list .values .token-list{margin:8px 0}ser-form-element [serErrors],ser-form-element .errors{padding-left:4px;color:red;font-size:.7142857143rem}ser-form-element [serErrors] *,ser-form-element .errors *{text-align:right;margin-top:2px}@keyframes dropdown-appear{0%{transform:scaleY(.8);opacity:.8}to{transform:scaleY(1);opacity:1}}ser-select .selected-list .values .token-list .token{background-color:var(--select-base-color);padding:4px 8px;border-radius:8px;margin:2px 4px 0 0}ser-select .selected-list .values .token-list .token .label{color:var(--select-token-text-color)}ser-select .selected-list .countplaceholder{margin-left:16px}ser-select .selected-list .controls{margin-left:16px}ser-select .selected-list .controls .clear-all{background-color:var(--input-border);border-radius:50%;padding:4px}ser-select .selected-list .controls .clear-all .material-icons{font-size:12px;font-weight:700;color:var(--select-icon-color)}ser-select .selected-list .controls .clear-all,ser-select .selected-list .controls .chevron{color:var(--select-border)}ser-select.active.multiple .selected-list .values .token-list{margin:8px 0}ser-select .dropdown-list{border-radius:0 0 12px 12px;background-color:var(--select-bg);box-shadow:2px 3px 4px 0 var(--select-shadow-color),-2px 3px 4px 0 var(--select-shadow-color)}ser-select .dropdown-list.ontop{border-radius:12px 12px 0 0;box-shadow:-2px -1px 5px var(--select-shadow-color),2px -1px 5px var(--select-shadow-color)}@media (max-width: 600px){ser-select .dropdown-list.ontop{border-radius:0}}ser-select .dropdown-list .select-all{padding:10px;border-bottom:1px solid var(--select-border)}ser-select .dropdown-list .list-filter{padding:0 10px;height:35px;border-bottom:1px solid var(--select-border)}@media (max-width: 600px){ser-select .dropdown-list .list-filter{height:45px}}ser-select .dropdown-list .list-filter .icon-search{margin-right:8px}ser-select .dropdown-list .list-filter .icon-back{margin-right:16px}ser-select .dropdown-list .list-filter input{background-color:var(--bg-input)}ser-select .dropdown-list .list>.group{padding:var(--select-group-padding, 16px 24px);font-weight:var(--select-group-font-weight, 700);background-color:var(--select-group-bg-color, var(--select-hover-color));position:sticky;top:0;z-index:1;transition:transform .1s ease-out}ser-select .dropdown-list .list>.item:hover{background:var(--select-hover-color)}ser-select .dropdown-list .list>.item.selected-item{background-color:var(--select-selected-bg-color)}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label{padding-left:32px;margin:0;font-size:12px;font-weight:400}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label:before{width:15px;height:15px;margin-top:-9px;border-radius:6px}ser-select .dropdown-list .pure-checkbox input[type=checkbox]+label:after{border-style:solid;border-width:0 0 2px 2px;left:4px;width:8px;height:3px;margin-top:-3px}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:focus+label:before,ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:hover+label:before{border-color:var(--select-base-color);background-color:#f2f2f2}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:checked+label:before{background:var(--select-base-color)}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]+label{padding-left:32px;margin:0;font-size:12px;font-weight:400}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]+label:before{width:15px;height:15px;margin-top:-9px;border:2px solid var(--select-base-color);border-radius:6px}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]+label:after{color:#fff;left:4px;width:8px;height:3px;margin-top:-3px}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:disabled+label{color:#ccc}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:disabled+label:before{border-color:#ccc}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#ccc}ser-select .dropdown-list:not(.single-select-mode) .pure-checkbox input[type=radio]:checked+label:before{background-color:#fff}ser-select .dropdown-list.single-select-mode .pure-checkbox input[type=checkbox]:checked+label:after{color:var(--select-check-color)}ser-filter{font-size:.7142857143rem}ser-filter .list-filter{border-radius:12px;padding:4px 8px;color:var(--font-color-1);background-color:var(--input-bg);border:2px solid var(--input-border)}ser-filter .list-filter .label{opacity:.6;left:37px;top:50%;transform:translateY(-50%);background-color:var(--input-bg)}ser-filter .list-filter .label.active{top:-1px;left:7px;opacity:1;padding:0 8px}ser-filter .list-filter .icon-search,ser-filter .list-filter .icon-clear{font-size:19px;color:var(--filter-icon-color)}ser-filter .list-filter .icon-search{margin-right:8px}ser-filter .list-filter .icon-back{display:none;margin-right:32px}@media (max-width: 600px){ser-filter .list-filter .icon-back{display:block}}ser-filter .list-filter .icon-clear{margin-left:8px}ser-filter .list-filter .controls{margin-left:16px}ser-filter .list-filter .controls .clear-all,ser-filter .list-filter .controls .chevron{color:var(--select-border)}ser-filter .list-filter .controls .clear-all{background-color:var(--input-border);border-radius:50%;padding:4px}ser-filter .list-filter .controls .clear-all .material-icons{font-size:12px;font-weight:700}ser-filter .list-filter .controls .chevron{font-size:28px}ser-filter .list-filter .controls .chevron.rotate{transform:rotate(-180deg)}ser-filter button[type=button]{color:var(--font-color-2);font-family:Segoe UI,sans-serif;border-radius:50%}ser-filter .selected-list .values .token-list{padding:0;margin:8px 0}ser-filter .selected-list .values .token-list .token{padding:4px 4px 4px 8px;border-radius:16px;margin:8px 8px 0 0;background-color:var(--filter-token-color)}ser-filter .selected-list .values .token-list .token .remove{color:var(--filter-token-remove-color);background-color:var(--filter-token-remove-bg-color);margin:0 0 0 8px;border-radius:50%;padding:0 3px}ser-filter .selected-list .values .token-list .token .remove .material-icons{font-size:10px;font-weight:700}ser-filter .dropdown-list{border-radius:0 0 12px 12px;background-color:var(--select-bg);margin:0;box-shadow:2px 3px 4px #0000001a,-2px 3px 4px #0000001a;animation:dropdown-appear .15s ease-in-out}@media (max-width: 800px){ser-filter .dropdown-list{border-radius:0}}ser-filter .dropdown-list.ontop{border-radius:12px 12px 0 0;box-shadow:0 -3px 5px #959595}@media (max-width: 800px){ser-filter .dropdown-list.ontop{border-radius:0}}ser-filter .dropdown-list .list{padding:0;margin:0}ser-filter .dropdown-list .list .item{padding:10px;text-align:left}ser-filter .dropdown-list .list .item:first-child{padding-top:10px}ser-filter .dropdown-list .list .item:last-child{padding-bottom:10px}ser-filter .dropdown-list .list .item:hover{background-color:#83838321}ser-filter .dropdown-list ::-webkit-scrollbar{width:8px}ser-filter .dropdown-list ::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}ser-filter .dropdown-list ::-webkit-scrollbar-track{background:#f2f2f2}ser-filter .select-all{padding:10px;border-bottom:1px solid #ccc;text-align:left}ser-filter .pure-checkbox input[type=checkbox]:focus+label:before,ser-filter .pure-checkbox input[type=checkbox]:hover+label:before{border:0 solid var(--filter-check-color);background-color:#f2f2f2}ser-filter .pure-checkbox input[type=checkbox]:disabled+label{color:#ccc}ser-filter .pure-checkbox input[type=checkbox]:disabled+label:before{border-color:#ccc}ser-filter .pure-checkbox input[type=checkbox]:disabled:focus+label:before,ser-filter .pure-checkbox input[type=checkbox]:disabled:hover+label:before{background-color:inherit}ser-filter .pure-checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#ccc}ser-filter .pure-checkbox input[type=checkbox]+label{padding-left:32px;vertical-align:middle;margin:0;font-weight:300;font-size:.8rem}ser-filter .pure-checkbox input[type=checkbox]+label:before{color:var(--select-check-color);top:50%;left:0;width:15px;height:15px;margin-top:-9px;text-align:center;transition:all .4s ease;border-radius:3px}ser-filter .pure-checkbox input[type=checkbox]+label:after{left:3px;width:9px;height:4px;top:50%;margin-top:-5px;transform:rotate(-45deg) scale(0);background-color:transparent;border-style:solid;border-width:0 0 2px 2px}ser-filter .pure-checkbox input[type=radio]:checked+label:before{background-color:#fff}ser-filter .pure-checkbox input[type=radio]+label:before{border-radius:50%}ser-filter.active .list-filter{border-radius:12px 12px 0 0;box-shadow:0 0 0 4px var(--input-focus-shadow-color);border:2px solid var(--input-focus-color)}ser-filter.active .list-filter.ontop{border-radius:0 0 12px 12px}ser-date .controls button[type=button].clear-all,ser-date-range .controls button[type=button].clear-all{background-color:var(--input-border);border-radius:50%;padding:4px}ser-date .controls button[type=button].clear-all .material-icons,ser-date-range .controls button[type=button].clear-all .material-icons{font-size:12px;font-weight:700;color:var(--select-icon-color)}ser-date .controls button[type=button].clear-all,ser-date .controls button[type=button].chevron,ser-date-range .controls button[type=button].clear-all,ser-date-range .controls button[type=button].chevron{color:var(--select-border)}ser-input-file{display:flex}ser-input-file .files{flex:1;min-width:0}ser-input-file .files .file{display:inline-flex;gap:8px;padding:4px 4px 4px 8px;border-radius:240px;margin:4px;max-width:100%;background-color:var(--input-file-item-bg)}ser-input-file .files .file .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;color:inherit}ser-input-file .files .file .delete{background-color:var(--input-file-item-delete-bg);border-radius:50%;padding:3px;width:20px;height:20px;cursor:pointer;display:flex;align-items:center}ser-input-file .files .file .delete .material-icons{font-size:13px;font-weight:700;color:var(--input-file-item-delete-color)}ser-input-file .upload{cursor:pointer;margin-left:8px;padding:6px 0 0;color:var(--input-icon-color)}ser-input-file .upload .mat-icon{color:var(--input-icon-color)}ser-input-file[multiple] .files .file .delete{align-items:flex-start}ser-input-image{display:flex;position:relative;width:var(--input-image-width);height:var(--input-image-height);margin:var(--input-image-margin)}ser-input-image .preview{visibility:hidden;width:calc(100% + 6px);height:calc(100% + 6px);background-color:#fff;background-position:center center;background-size:contain;background-repeat:no-repeat}ser-input-image.round .preview{border-radius:50%}ser-input-image.cover .preview{background-size:cover}ser-input-image .procesing{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--input-image-procesing-bg);padding:4px 8px;border-radius:8px}ser-input-image .upload,ser-input-image .clean{position:absolute;top:50%;left:50%;display:flex;justify-content:center;align-items:center;text-align:center;margin:0;border:none;outline:none;cursor:pointer;border-radius:50%;background-image:none;background-color:var(--bg-2dp);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;transform:translate(-50%,-50%);transition:all .5s ease-in-out}ser-input-image .upload{padding:24px;height:100%;width:100%;flex-direction:column}ser-input-image .upload[disabled]{cursor:not-allowed;background-color:var(--input-bg-disabled)}ser-input-image .upload[disabled] .icon{color:#d3d3d3}ser-input-image .upload>.label{margin-bottom:16px}ser-input-image .upload .icon{color:gray;display:flex;align-items:center;justify-content:center}ser-input-image .upload .icon *{font-size:44px}ser-input-image .clean{width:35px;height:35px;z-index:-1;overflow:hidden;visibility:hidden;padding:5px;pointer-events:none}ser-input-image .clean .icon{display:flex;align-items:center;justify-content:center;color:red}ser-input-image.has-value .preview{visibility:initial}ser-input-image.has-value .clean{top:100%;left:100%;z-index:1;pointer-events:initial;visibility:visible;transform:translate(-100%,-100%);transition:all .5s ease-in-out}ser-input-image.has-value .upload{top:0;left:100%;transform:translate(-100%);transition:all .5s ease-in-out;padding:0;height:40px;width:40px;z-index:2;justify-content:center}ser-input-image.has-value .upload>.label{visibility:hidden;width:0;height:0;overflow:hidden;margin-bottom:0}ser-input-image.has-value .upload .icon *{font-size:24px}ser-input-image.disabled .upload,ser-input-image.disabled .clean{cursor:not-allowed}.longpress{-webkit-user-select:none;user-select:none}.scheme-dark select:-webkit-autofill,.scheme-dark textarea:-webkit-autofill,.scheme-dark input:-webkit-autofill{animation-name:autofill-fix-dark}.scheme-dark fieldset{border:1px solid #4e4e4e}.highlighted-text{color:red}.show-week-numbers{--datepicker-month-width: calc(var(--datepicker-day-width) * 8)}.datepicker{cursor:default;font-size:.8em;border-radius:0 0 12px 12px;background-color:var(--datepicker-container-months-color-bg);box-shadow:1px 0 20px -7px #00000042,0 0 20px -7px #00000042}.datepicker.ontop{border-radius:12px 12px 0 0;box-shadow:-2px -1px 5px var(--select-shadow-color),2px -1px 5px var(--select-shadow-color)}.datepicker button{border:none;background:none;cursor:pointer;border-radius:12px;padding:4px 12px;outline:none;font-family:var(--font-family-primary, Arial)}.datepicker .container__main{display:flex}.datepicker .container__months{display:flex;flex-wrap:wrap;width:calc(var(--datepicker-month-width) + 10px);box-sizing:content-box}.datepicker .container__months.columns-2{width:calc(var(--datepicker-month-width) * 2 + 20px)}.datepicker .container__months.columns-3{width:calc(var(--datepicker-month-width) * 3 + 30px)}.datepicker .container__months.columns-4{width:calc(var(--datepicker-month-width) * 4 + 40px)}.datepicker .container__months.split-view .month-item-header .button-previous-month,.datepicker .container__months.split-view .month-item-header .button-next-month{visibility:visible}.datepicker .container__months .month-item{padding:5px;width:var(--datepicker-month-width);box-sizing:content-box}.datepicker .container__months .month-item-header{display:flex;justify-content:space-between;font-weight:500;padding:10px 5px;text-align:center;align-items:center;color:var(--datepicker-month-header-color)}.datepicker .container__months .month-item-header div{flex:1}.datepicker .container__months .month-item-header div>.month-item-name{margin-right:5px;text-transform:capitalize}.datepicker .container__months .month-item-header div>.month-item-year{padding:0}.datepicker .container__months .month-item-header div>select.month-item-name,.datepicker .container__months .month-item-header div>select.month-item-year{cursor:pointer;border-radius:8px;padding:0 8px;color:var(--datepicker-month-item-font-color);background-color:var(--datepicker-month-item-header-bg)}.datepicker .container__months .month-item-header .reset-button{color:var(--datepicker-button-reset-color)}.datepicker .container__months .month-item-header .reset-button>svg{fill:var(--datepicker-button-reset-color)}.datepicker .container__months .month-item-header .reset-button *{pointer-events:none}.datepicker .container__months .month-item-header .reset-button:hover{color:var(--datepicker-button-reset-color-hover)}.datepicker .container__months .month-item-header .reset-button:hover>svg{fill:var(--datepicker-button-reset-color-hover)}.datepicker .container__months .month-item-header .button-previous-month,.datepicker .container__months .month-item-header .button-next-month{visibility:hidden;text-decoration:none;padding:3px 5px;border-radius:3px;transition:color .3s,border .3s}.datepicker .container__months .month-item-header .button-previous-month *,.datepicker .container__months .month-item-header .button-next-month *{pointer-events:none}.datepicker .container__months .month-item-header .button-previous-month{color:var(--datepicker-button-prev-month-color)}.datepicker .container__months .month-item-header .button-previous-month>svg,.datepicker .container__months .month-item-header .button-previous-month>img{fill:var(--datepicker-button-prev-month-color)}.datepicker .container__months .month-item-header .button-previous-month:hover{color:var(--datepicker-button-prev-month-color-hover)}.datepicker .container__months .month-item-header .button-previous-month:hover>svg{fill:var(--datepicker-button-prev-month-color-hover)}.datepicker .container__months .month-item-header .button-next-month{color:var(--datepicker-button-next-month-color)}.datepicker .container__months .month-item-header .button-next-month>svg,.datepicker .container__months .month-item-header .button-next-month>img{fill:var(--datepicker-button-next-month-color)}.datepicker .container__months .month-item-header .button-next-month:hover{color:var(--datepicker-button-next-month-color-hover)}.datepicker .container__months .month-item-header .button-next-month:hover>svg{fill:var(--datepicker-button-next-month-color-hover)}.datepicker .container__months .month-item-weekdays-row{display:flex;justify-self:center;justify-content:flex-start;color:var(--datepicker-month-weekday-color)}.datepicker .container__months .month-item-weekdays-row>div{padding:5px 0;font-size:85%;flex:1;width:var(--datepicker-day-width);text-align:center}.datepicker .container__months .month-item:first-child .button-previous-month{visibility:visible}.datepicker .container__months .month-item:last-child .button-next-month{visibility:visible}.datepicker .container__months .month-item.no-previous-month .button-previous-month,.datepicker .container__months .month-item.no-next-month .button-next-month{visibility:hidden}.datepicker .container__days{display:flex;flex-wrap:wrap;justify-self:center;justify-content:flex-start;text-align:center;box-sizing:content-box}.datepicker .container__days>div,.datepicker .container__days>a{padding:5px 0;width:var(--datepicker-day-width)}.datepicker .container__days .day-item{color:var(--datepicker-day-color);text-align:center;text-decoration:none;border-radius:3px;transition:color .3s,border .3s;cursor:pointer}.datepicker .container__days .day-item:hover{color:var(--datepicker-day-color-hover);box-shadow:inset 0 0 0 1px var(--datepicker-day-color-hover)}.datepicker .container__days .day-item.is-today{color:var(--datepicker-is-today-color)}.datepicker .container__days .day-item.is-locked{color:var(--datepicker-is-locked-color);cursor:not-allowed}.datepicker .container__days .day-item.is-locked:hover{color:var(--datepicker-is-locked-color);box-shadow:none;cursor:default}.datepicker .container__days .day-item.is-in-range{background-color:var(--datepicker-is-in-range-color);border-radius:0}.datepicker .container__days .day-item.is-start-date{color:var(--datepicker-is-start-color);background-color:var(--datepicker-is-start-color-bg);border-radius:5px 0 0 5px}.datepicker .container__days .day-item.is-start-date.is-flipped{border-radius:0 5px 5px 0}.datepicker .container__days .day-item.is-end-date{color:var(--datepicker-is-end-color);background-color:var(--datepicker-is-end-color-bg);border-radius:0 5px 5px 0}.datepicker .container__days .day-item.is-end-date.is-flipped{border-radius:5px 0 0 5px}.datepicker .container__days .day-item.is-start-date.is-end-date{border-radius:5px}.datepicker .container__days .day-item.is-highlighted{color:var(--datepicker-highlighted-day-color);background-color:var(--datepicker-highlighted-day-color-bg)}.datepicker .container__days .week-number{display:flex;align-items:center;justify-content:center;color:var(--datepicker-month-week-number-color);font-size:85%}.datepicker .container__shortcuts{padding:16px;border-left:1px solid var(--datepicker-shortcut-border-color)}@media (max-width: 600px){.datepicker .container__shortcuts{display:none}}.datepicker .container__shortcuts .shortcuts-title{margin-bottom:8px}.datepicker .container__shortcuts button{display:block;text-align:left;color:var(--datepicker-shortcut-font-color)}.datepicker .container__time{margin-top:12px}.datepicker .container__time .time-item{display:flex;align-items:center;width:var(--datepicker-month-width);padding:4px 16px}.datepicker .container__time .hour-range,.datepicker .container__time .minute-range,.datepicker .container__time .meridiem-range{margin:0 6px}.datepicker .container__footer{text-align:right;padding:10px 5px;margin:0 5px}.datepicker .container__footer .preview-date-range{margin-right:10px;font-size:90%}.datepicker .container__footer .button-cancel{background-color:var(--datepicker-button-cancel-color-bg);color:var(--datepicker-button-cancel-color)}.datepicker .container__footer .button-cancel *{pointer-events:none}.datepicker .container__footer .button-apply{background-color:var(--datepicker-button-apply-color-bg);color:var(--datepicker-button-apply-color);margin-left:10px;margin-right:10px}.datepicker .container__footer .button-apply:disabled{opacity:.7}.datepicker .container__footer .button-apply *{pointer-events:none}.datepicker .container__tooltip{position:absolute;margin-top:-4px;padding:4px 8px;border-radius:4px;background-color:var(--datepicker-tooltip-color-bg);box-shadow:0 1px 3px #00000040;white-space:nowrap;font-size:11px;pointer-events:none;visibility:hidden}.datepicker .container__tooltip:before{position:absolute;bottom:-5px;left:calc(50% - 5px);border-top:5px solid rgba(0,0,0,.12);border-right:5px solid transparent;border-left:5px solid transparent;content:""}.datepicker .container__tooltip:after{position:absolute;bottom:-4px;left:calc(50% - 4px);border-top:4px solid var(--datepicker-tooltip-color-bg);border-right:4px solid transparent;border-left:4px solid transparent;content:""}ser-date,ser-date-range{height:100%;display:grid;grid-template-columns:1fr 20px;align-items:center;cursor:pointer}ser-date .range,ser-date-range .range{pointer-events:none;display:grid;align-items:center;grid-template-columns:max-content 30px max-content}ser-date .divider-range,ser-date-range .divider-range{text-align:center}ser-date .controls button[type=button],ser-date-range .controls button[type=button]{padding:0;color:var(--font-color-2);font-family:var(--font-family-primary);background-image:none;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:50%;margin:0;border:none;cursor:pointer;box-sizing:border-box;outline:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #ff4081;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html,.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}html{--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #3f51b5;--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #ff4081;--mdc-linear-progress-track-color: rgba(255, 64, 129, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #3f51b5;--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color: #f44336;--mdc-filled-text-field-error-focus-label-text-color: #f44336;--mdc-filled-text-field-error-label-text-color: #f44336;--mdc-filled-text-field-error-caret-color: #f44336;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #f44336;--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;--mdc-filled-text-field-error-hover-active-indicator-color: #f44336;--mdc-outlined-text-field-caret-color: #3f51b5;--mdc-outlined-text-field-focus-outline-color: #3f51b5;--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #f44336;--mdc-outlined-text-field-error-focus-label-text-color: #f44336;--mdc-outlined-text-field-error-label-text-color: #f44336;--mdc-outlined-text-field-error-hover-label-text-color: #f44336;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #f44336;--mdc-outlined-text-field-error-hover-outline-color: #f44336;--mdc-outlined-text-field-error-outline-color: #f44336;--mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #ff4081;--mdc-filled-text-field-focus-active-indicator-color: #ff4081;--mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mdc-outlined-text-field-caret-color: #ff4081;--mdc-outlined-text-field-focus-outline-color: #ff4081;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #f44336;--mdc-filled-text-field-focus-active-indicator-color: #f44336;--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color: #f44336;--mdc-outlined-text-field-focus-outline-color: #f44336;--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(255, 64, 129, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .04;--mdc-chip-with-avatar-disabled-avatar-opacity: 1;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-selected-hover-state-layer-opacity: .04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;--mdc-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-disabled-container-opacity: .4;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-focus-state-layer-opacity: 0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-selected-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-flat-disabled-selected-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-selected-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #3f51b5;--mdc-chip-elevated-selected-container-color: #3f51b5;--mdc-chip-elevated-disabled-container-color: #3f51b5;--mdc-chip-flat-disabled-selected-container-color: #3f51b5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff4081;--mdc-chip-elevated-selected-container-color: #ff4081;--mdc-chip-elevated-disabled-container-color: #ff4081;--mdc-chip-flat-disabled-selected-container-color: #ff4081;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-selected-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-flat-disabled-selected-container-color: #f44336;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}html{--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1;--mat-switch-disabled-selected-handle-opacity: .38;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 20px;--mat-switch-selected-handle-size: 20px;--mat-switch-pressed-handle-size: 20px;--mat-switch-with-icon-handle-size: 20px;--mat-switch-selected-handle-horizontal-margin: 0;--mat-switch-selected-with-icon-handle-horizontal-margin: 0;--mat-switch-selected-pressed-handle-horizontal-margin: 0;--mat-switch-unselected-handle-horizontal-margin: 0;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;--mat-switch-unselected-pressed-handle-horizontal-margin: 0;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 1;--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width: 1px;--mat-switch-track-outline-color: transparent;--mat-switch-selected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #3949ab;--mdc-switch-selected-handle-color: #3949ab;--mdc-switch-selected-hover-state-layer-color: #3949ab;--mdc-switch-selected-pressed-state-layer-color: #3949ab;--mdc-switch-selected-focus-handle-color: #1a237e;--mdc-switch-selected-hover-handle-color: #1a237e;--mdc-switch-selected-pressed-handle-color: #1a237e;--mdc-switch-selected-focus-track-color: #7986cb;--mdc-switch-selected-hover-track-color: #7986cb;--mdc-switch-selected-pressed-track-color: #7986cb;--mdc-switch-selected-track-color: #7986cb;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #d81b60;--mdc-switch-selected-handle-color: #d81b60;--mdc-switch-selected-hover-state-layer-color: #d81b60;--mdc-switch-selected-pressed-state-layer-color: #d81b60;--mdc-switch-selected-focus-handle-color: #880e4f;--mdc-switch-selected-hover-handle-color: #880e4f;--mdc-switch-selected-pressed-handle-color: #880e4f;--mdc-switch-selected-focus-track-color: #f06292;--mdc-switch-selected-hover-track-color: #f06292;--mdc-switch-selected-pressed-track-color: #f06292;--mdc-switch-selected-track-color: #f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #ff4081;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html{--mdc-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-value-indicator-width: auto;--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-container-transform: translateX(-50%);--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6}html{--mdc-slider-handle-color: #3f51b5;--mdc-slider-focus-handle-color: #3f51b5;--mdc-slider-hover-handle-color: #3f51b5;--mdc-slider-active-track-color: #3f51b5;--mdc-slider-inactive-track-color: #3f51b5;--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-ripple-color: #3f51b5;--mat-slider-hover-state-layer-color: rgba(63, 81, 181, .05);--mat-slider-focus-state-layer-color: rgba(63, 81, 181, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mat-slider-ripple-color: #ff4081;--mat-slider-hover-state-layer-color: rgba(255, 64, 129, .05);--mat-slider-focus-state-layer-color: rgba(255, 64, 129, .2);--mdc-slider-handle-color: #ff4081;--mdc-slider-focus-handle-color: #ff4081;--mdc-slider-hover-handle-color: #ff4081;--mdc-slider-active-track-color: #ff4081;--mdc-slider-inactive-track-color: #ff4081;--mdc-slider-with-tick-marks-inactive-container-color: #ff4081;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-warn{--mat-slider-ripple-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2);--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: white}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px}html{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #3f51b5;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #3f51b5;--mat-tab-header-active-ripple-color: #3f51b5;--mat-tab-header-inactive-ripple-color: #3f51b5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #3f51b5;--mat-tab-header-active-hover-label-text-color: #3f51b5;--mat-tab-header-active-focus-indicator-color: #3f51b5;--mat-tab-header-active-hover-indicator-color: #3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #ff4081;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #ff4081;--mat-tab-header-active-ripple-color: #ff4081;--mat-tab-header-inactive-ripple-color: #ff4081;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #ff4081;--mat-tab-header-active-hover-label-text-color: #ff4081;--mat-tab-header-active-focus-indicator-color: #ff4081;--mat-tab-header-active-hover-indicator-color: #ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #f44336;--mat-tab-header-active-ripple-color: #f44336;--mat-tab-header-inactive-ripple-color: #f44336;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #f44336;--mat-tab-header-active-hover-label-text-color: #f44336;--mat-tab-header-active-focus-indicator-color: #f44336;--mat-tab-header-active-hover-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #3f51b5;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #ff4081;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-checkbox{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px;--mat-checkbox-touch-target-display: block}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-keep-touch-target: false;--mdc-outlined-button-keep-touch-target: false;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 4px;--mat-text-button-horizontal-padding: 8px;--mat-text-button-with-icon-horizontal-padding: 8px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: 0;--mat-filled-button-horizontal-padding: 16px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -4px;--mat-protected-button-horizontal-padding: 16px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -4px;--mat-outlined-button-horizontal-padding: 15px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -4px}html{--mdc-text-button-label-text-color: black;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: black;--mat-text-button-disabled-state-layer-color: black;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12;--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: black;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: black;--mat-filled-button-disabled-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12;--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: black;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-protected-button-container-shadow-color: #000;--mat-protected-button-state-layer-color: black;--mat-protected-button-disabled-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: black;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: black;--mat-outlined-button-disabled-state-layer-color: black;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #3f51b5;--mat-text-button-state-layer-color: #3f51b5;--mat-text-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #ff4081;--mat-text-button-state-layer-color: #ff4081;--mat-text-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336;--mat-text-button-state-layer-color: #f44336;--mat-text-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #3f51b5;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #ff4081;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #3f51b5;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #ff4081;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #3f51b5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #3f51b5;--mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #ff4081;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #ff4081;--mat-outlined-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height: 36px;--mdc-filled-button-container-height: 36px;--mdc-outlined-button-container-height: 36px;--mdc-protected-button-container-height: 36px;--mat-text-button-touch-target-display: block;--mat-filled-button-touch-target-display: block;--mat-protected-button-touch-target-display: block;--mat-outlined-button-touch-target-display: block}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: black;--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: rgba(63, 81, 181, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #ff4081;--mat-icon-button-state-layer-color: #ff4081;--mat-icon-button-ripple-color: rgba(255, 64, 129, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-small-container-shape: 50%;--mdc-fab-small-icon-size: 24px;--mdc-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px}html{--mdc-fab-container-color: white;--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-container-shadow-color: #000;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-fab-small-container-color: white;--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-small-container-shadow-color: #000;--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-extended-fab-container-shadow-color: #000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color: #3f51b5;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #ff4081;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #ff4081;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html{--mat-fab-touch-target-display: block;--mat-fab-small-touch-target-display: block}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #ff4081}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color: #ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #3f51b5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #ff4081;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #3f51b5}.mat-icon.mat-accent{--mat-icon-color: #ff4081}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff4081;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff4081;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff4081;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #ff4081;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}main{flex:1;height:100%;position:relative;overflow-x:hidden;overflow-y:auto;background-color:var(--bg-0dp);transition:background-color .5s,left .5s}main>:nth-child(4){margin-left:130px}@media (max-width: 1000px){main>:nth-child(4){margin-left:0;margin-top:80px}}h1,h2,h3,h4,h5,h6{font-weight:400}h1,h2,h3{font-family:var(--font-secondary)}hr{border-color:var(--bg-2dp)}.mat-mdc-menu-content .title{padding:16px}.bttn{background-color:inherit}.clickable{cursor:pointer}.mat-slide-toggle.mat-accent.mat-checked .mat-slide-toggle-thumb{background-color:var(--secondary-color)}.mat-slide-toggle.mat-accent.mat-checked .mat-slide-toggle-bar{background-color:#3c105366}.bttn.text-collapse{border-radius:50%;padding:5px;height:35px;width:35px;position:relative}.bttn.text-collapse .text{position:absolute;max-width:0;overflow:hidden;background-color:inherit;height:35px;border-radius:35px 0 0 35px;transition:max-width .1s}.bttn.text-collapse .text:nth-child(1){right:35px}.bttn.text-collapse .text:nth-child(2){left:35px}.bttn.text-collapse:hover,.bttn.text-collapse.active{border-radius:0 35px 35px 0}.bttn.text-collapse:hover .text,.bttn.text-collapse.active .text{max-width:1000px;padding:0 8px 0 16px;transition:max-width 1s}.bttn.text-collapse:hover .text:nth-child(1),.bttn.text-collapse.active .text:nth-child(1){border-radius:35px 0 0 35px}.bttn.text-collapse:hover .text:nth-child(2),.bttn.text-collapse.active .text:nth-child(2){border-radius:0 35px 35px 0}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color-bg)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:none}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color-bg);border-radius:20px}.scheme-dark mat-icon,.scheme-dark a{color:#fff}@media (max-width: 800px){.w-m-100{width:100%}.hide-on-mb{display:none}}html:not(.wf-materialicons-n4-active) .mat-icon,html:not(.wf-materialicons-n4-active) .material-icons{visibility:hidden!important}.chartjs-tooltip{position:absolute;transition:all .2s ease-in-out;background-color:var(--bg-1dp);padding:8px;pointer-events:none;border-radius:12px;box-shadow:1px 0 20px -7px #00000042,0 0 20px -7px #00000042}.chartjs-tooltip.report-expense{display:flex;align-items:center}.chartjs-tooltip.report-expense .date{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:47px;min-width:47px;height:47px;background-color:var(--secondary-color);border-radius:50%;padding:4px;font-weight:700;color:#fff;margin-right:12px;font-size:12px;word-spacing:10px;line-height:15px}.chartjs-tooltip.report-expense .date .d{font-size:1rem}.chartjs-tooltip.report-expense .date .m{font-size:.7142857143rem;font-weight:400}.chartjs-tooltip.report-expense .data{white-space:nowrap}.chartjs-tooltip.report-expense .data .day{text-transform:capitalize;margin-bottom:16px}.chartjs-tooltip.report-expense .data .name{font-size:.7857142857rem;font-weight:700;margin-top:4px}.chartjs-tooltip.report-expense .data .value{font-size:.75rem}.chartjs-tooltip.report-expense .data .value.total{font-size:.9285714286rem}.bttn{font-family:var(--font-secondary);border-radius:42px;padding:11px 20px}.bttn.primary{color:#fff;background-color:var(--primary-color)}.bttn.primary i,.bttn.primary .mat-icon{color:#fff}.bttn.outline-primary{color:var(--primary-color);border:1px solid var(--primary-color)}.bttn.secondary{color:#fff;background-color:var(--secondary-color)}.bttn.secondary i,.bttn.secondary .mat-icon{color:#fff}.bttn:hover.primary{box-shadow:0 0 0 8px #ce009f2b}.bttn:hover.secondary{box-shadow:0 0 0 8px #3c105347}.bttn:hover.blue{box-shadow:0 0 0 8px #84d0fd47}.bttn:hover.green{box-shadow:0 0 0 8px #87ec6d5e}.bttn:hover.orange{box-shadow:0 0 0 8px #fbbc4829}.bttn:hover.red{box-shadow:0 0 0 8px #ffa5a547}.bttn:hover.yellow{box-shadow:0 0 0 8px #fff24247}.bttn.icon{padding:0}.bttn-group{background-color:var(--bttn-group-bg);border-radius:24px}.bttn-group .bttn{margin:0}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:var(--secondary-color)}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:var(--secondary-color)}.mat-radio-group{display:flex;align-items:center}.mat-radio-group .mat-radio-button{margin-right:30px}.mat-radio-group .mat-radio-button .mat-radio-label-content{font-weight:600;font-size:.7142857143rem}button.mat-mdc-menu-item.delete:hover,button.mat-mdc-menu-item.delete:hover .mat-icon{color:red}app-profile .mat-mdc-tab-header,app-notifications .mat-mdc-tab-header{display:none}app-profile .mat-mdc-tab-group,app-profile .mat-mdc-tab-body-wrapper,app-notifications .mat-mdc-tab-group,app-notifications .mat-mdc-tab-body-wrapper{height:100%}app-profile .container,app-notifications .container{height:100%;display:flex;flex-direction:column}app-profile .backdrop,app-notifications .backdrop{display:none}app-profile .bttn.icon.close,app-notifications .bttn.icon.close{top:18px;left:0;z-index:3;position:absolute;background-color:var(--secondary-color);border-radius:0 24px 24px 0;width:56px;height:46px}app-profile .bttn.icon.close mat-icon,app-notifications .bttn.icon.close mat-icon{color:#fff;z-index:1}app-profile .bttn.icon.close:before,app-profile .bttn.icon.close:after,app-notifications .bttn.icon.close:before,app-notifications .bttn.icon.close:after{content:"";position:absolute;bottom:-50px;left:8px;height:50px;width:14px;border-top-left-radius:25px;transition:all .2s ease-in-out;box-shadow:0 -25px 0 0 var(--secondary-color)}app-profile .bttn.icon.close:before,app-notifications .bttn.icon.close:before{box-shadow:0 25px 0 0 var(--secondary-color);border-top-left-radius:0;border-bottom-left-radius:25px;top:-50px}app-profile .title,app-notifications .title{font-size:1.1428571429rem;font-weight:700;text-transform:uppercase;padding:24px 18px;text-align:right}app-profile .grid,app-notifications .grid{display:flex;flex-wrap:wrap;margin-top:16px;justify-content:center}app-profile .grid .item,app-notifications .grid .item{text-decoration:none;color:inherit;width:50%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;outline:none;cursor:pointer;padding:16px}app-profile .grid .item .name,app-notifications .grid .item .name{text-align:center;padding:0 8px;font-family:var(--font-primary)}app-profile .grid .item .icon-container,app-notifications .grid .item .icon-container{padding:8px;width:55px;min-width:45px;height:55px;min-height:45px;border-radius:20px;display:flex;justify-content:center;align-items:center;margin-bottom:8px;background-color:#f3f3f3}app-profile .grid .item .icon-container mat-icon,app-notifications .grid .item .icon-container mat-icon{height:30px;width:30px;color:#fff}app-profile .grid .item .icon-container.red,app-notifications .grid .item .icon-container.red{background-color:#f58b9999}app-profile .grid .item .icon-container.red mat-icon,app-notifications .grid .item .icon-container.red mat-icon{color:#f34455}app-profile .grid .item .icon-container.orange,app-notifications .grid .item .icon-container.orange{background-color:#fdb97799}app-profile .grid .item .icon-container.orange mat-icon,app-notifications .grid .item .icon-container.orange mat-icon{color:#f88038}app-profile .grid .item .icon-container.blue,app-notifications .grid .item .icon-container.blue{background-color:#8dbff599}app-profile .grid .item .icon-container.blue mat-icon,app-notifications .grid .item .icon-container.blue mat-icon{color:#318ded}app-profile .grid .item .icon-container.green,app-notifications .grid .item .icon-container.green{background-color:#6ff5bd99}app-profile .grid .item .icon-container.green mat-icon,app-notifications .grid .item .icon-container.green mat-icon{color:#4eb987}.scheme-dark app-profile .container .grid .item .icon-container{background-color:#b9b9b9}.scheme-dark app-profile .container .grid .item .icon-container mat-icon{color:#555}.scheme-dark app-profile .container .grid .item .icon-container.red{background-color:#f58b99e6}.scheme-dark app-profile .container .grid .item .icon-container.red mat-icon{color:#f34455}.scheme-dark app-profile .container .grid .item .icon-container.orange{background-color:#fdb977e6}.scheme-dark app-profile .container .grid .item .icon-container.orange mat-icon{color:#f88038}.scheme-dark app-profile .container .grid .item .icon-container.blue{background-color:#8dbff5e6}.scheme-dark app-profile .container .grid .item .icon-container.blue mat-icon{color:#318ded}.scheme-dark app-profile .container .grid .item .icon-container.green{background-color:#6ff5bde6}.scheme-dark app-profile .container .grid .item .icon-container.green mat-icon{color:#4eb987}.dash-counter{font-weight:700;padding:8px 16px;border-radius:12px;text-decoration:none;font-family:var(--font-secondary);background-color:#ccc;border:1px solid lightgray}.dash-counter .text{margin-right:16px}.dash-counter .text .icon{background-color:#999;display:inline-flex;padding:8px;margin-bottom:12px;border-radius:50%}@media (max-width: 800px){.dash-counter .text .icon{margin-bottom:0}}.dash-counter .text .icon .mat-icon{color:#000;font-size:22px;height:22px;width:22px}@media (max-width: 800px){.dash-counter .text .icon .mat-icon{font-size:14px;height:14px;width:14px}}.dash-counter .subtitle{font-size:.7857142857rem;color:#999}@media (max-width: 800px){.dash-counter .subtitle{font-size:.5714285714rem;margin-top:8px}}.dash-counter .title{font-size:1rem}@media (max-width: 800px){.dash-counter .title{font-size:.7142857143rem;display:none}}.dash-counter .data{font-size:1.7142857143rem;font-weight:bolder;margin:8px 0;font-family:var(--font-primary)}@media (max-width: 800px){.dash-counter .data{font-size:1.3571428571rem;margin:0 0 0 8px}}.dash-counter.purple{background-color:#f1dce8}.dash-counter.purple .text .icon{background-color:#e2b8cf}.dash-counter.purple .text .icon .mat-icon{color:#933b6c}.dash-counter.purple .subtitle{color:#cc81ab}.dash-counter.blue{background-color:#dfebfe}.dash-counter.blue .text .icon{background-color:#accdfe}.dash-counter.blue .text .icon .mat-icon{color:#4890fc}.dash-counter.blue .subtitle{color:#7fb1fd}.dash-counter.yellow{background-color:#ffc}.dash-counter.yellow .text .icon{background-color:#ff6}.dash-counter.yellow .text .icon .mat-icon{color:#cc0}.dash-counter.yellow .subtitle{color:#d6d600}.dash-counter.orangered{background-color:#ffe1d6}.dash-counter.orangered .text .icon{background-color:#ffa280}.dash-counter.orangered .text .icon .mat-icon{color:#ff4500}.dash-counter.orangered .subtitle{color:#ff9770}.dash-counter.orange{background-color:#fff1d6}.dash-counter.orange .text .icon{background-color:#ffdb99}.dash-counter.orange .text .icon .mat-icon{color:orange}.dash-counter.orange .subtitle{color:#ffc04d}.dash-counter.magenta{background-color:#ffdbe6}.dash-counter.magenta .text .icon{background-color:#ffa3bf}.dash-counter.magenta .text .icon .mat-icon{color:#ff2366}.dash-counter.magenta .subtitle{color:#ff709b}.dash-counter.red{background-color:#ffb8b8}.dash-counter.red .text .icon{background-color:#ff8080}.dash-counter.red .text .icon .mat-icon{color:red}.dash-counter.red .subtitle{color:#ff4d4d}.dash-counter.green{background-color:#c2f2d6}.dash-counter.green .text .icon{background-color:#6ee09e}.dash-counter.green .text .icon .mat-icon{color:#209551}.dash-counter.green .subtitle{color:#2bc76c}.crud{display:block;margin-top:80px;height:calc(100% - 80px)}@media (max-width: 1000px){.crud{margin-top:0;height:calc(100% - 80px)}}.crud .main{display:flex;height:100%;width:100%;position:relative;align-items:flex-start}.crud .main .body{flex:1;height:100%;width:100%;margin:0 16px;overflow-x:hidden}@media (max-width: 1000px){.crud .main .body{margin:0 8px;overflow:hidden}}.crud .crud-utils{padding:16px;border-radius:24px;transition:all .5s}.crud .crud-utils .tools{display:flex;align-items:center;flex-wrap:wrap}.crud .crud-utils .tools .title{font-size:1.5714285714rem;font-weight:700;font-family:var(--font-secondary)}.crud .crud-utils .tools .bttn{margin-top:0;height:30px;line-height:30px;padding:1px 16px}.crud .crud-utils .tools .bttn.icon{height:30px;width:30px;padding:2px}.crud .crud-utils .tools .bttn.icon .mat-icon{font-size:20px;height:20px;width:20px}.crud .crud-utils .tools .bttn.icon.delete .mat-icon{color:red;font-size:26px;width:26px;height:26px}.crud .crud-utils .tools crud-add-object{margin-bottom:0}.crud .crud-utils .action{display:flex;align-items:center;border-left:1px solid #dedede}@media (max-width: 600px){.crud .crud-utils{margin:0;padding:8px}.crud .crud-utils button,.crud .crud-utils .button{margin-top:8px}.crud .crud-utils .tools .title{color:inherit;font-size:1.1428571429rem;min-width:100%;margin-bottom:10px}}.crud .headers{display:grid;align-items:center;padding:16px 44px 8px;grid-gap:8px;overflow:hidden}@media (max-width: 850px){.crud .headers{display:none}}.crud .headers .head{position:relative;font-size:.7857142857rem;font-weight:700;cursor:pointer;font-family:var(--font-secondary)}.crud .headers .no-select{cursor:not-allowed}.crud.sorting-asc .headers .head.sorting:before,.crud.sorting-desc .headers .head.sorting:before{font-family:Material Icons;font-size:28px;position:relative;top:10px;left:0;line-height:0;pointer-events:none}.crud.sorting-asc .headers .head.sorting:before{content:"arrow_drop_down"}.crud.sorting-desc .headers .head.sorting:before{content:"arrow_drop_up"}.crud .crud-wrapper{overflow:auto;overflow:overlay;height:calc(100% - 81px);padding:8px 24px 24px}@media (max-width: 850px){.crud .crud-wrapper{padding:0}}.crud .crud-wrapper .items-container{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:max-content;position:relative;transition:all .5s;border-radius:24px;flex:1;margin:0}@media (max-width: 850px){.crud .crud-wrapper .items-container{padding:0 4px 32px}}.crud .crud-wrapper .item-wrapper{position:relative;cursor:pointer;padding:8px 16px;border-radius:12px;background-color:var(--crud-card-bg);border-width:4px;border-style:solid;border-color:var(--crud-card-border)}.crud .crud-wrapper .item-wrapper .check{display:none;position:absolute;z-index:2;top:-1px;left:-1px;width:42px;height:42px;line-height:46px;border-radius:50%;font-family:Material Icons;text-align:center;color:#bfbfbf;border:3px solid transparent;background-color:#fff}.crud .crud-wrapper .item-wrapper:hover{box-shadow:0 0 0 4px #00000014}.crud .crud-wrapper .item-wrapper:hover .check{display:block}.crud .crud-wrapper .item-wrapper.selected{border-color:var(--primary-color)}.crud .crud-wrapper .item-wrapper.selected .check{display:block;background-color:var(--primary-color);border:3px solid transparent}.crud .crud-wrapper .item-wrapper .data-container{overflow:hidden;cursor:pointer}.crud .crud-wrapper .item-wrapper .new-mark,.crud .crud-wrapper .item-wrapper .dirty-mark{position:absolute;top:4px;right:4px;width:10px;height:10px;background-color:#32cd32;border-radius:50%}.crud .crud-wrapper .item-wrapper .dirty-mark{background-color:#00bfff}.crud .crud-wrapper .item-wrapper .checkbox-space{margin-right:16px;display:flex;align-items:center}.crud .crud-wrapper .item-wrapper .checkbox-space:before{content:"";width:20px;height:20px;border-radius:4px}.crud .crud-wrapper .item-wrapper .title{font-size:1.1428571429rem}.crud .crud-wrapper .item-wrapper .options{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.crud .crud-wrapper .item-wrapper .form-group{padding:0 12px 0 0;margin-top:0}.crud.items-selection .crud-wrapper .item-wrapper:before{content:"";position:absolute;top:-4px;left:-4px;z-index:2;width:26px;color:#fff;height:26px;line-height:26px;border-radius:12px 0;font-family:Material Icons;text-align:center;border:4px solid #bcbcbc}.crud.items-selection .crud-wrapper .item-wrapper:hover:not(.selected){border-color:#bcbcbc}.crud.items-selection .crud-wrapper .item-wrapper.selected{border-color:var(--secondary-color)}.crud.items-selection .crud-wrapper .item-wrapper.selected:before{content:"check";background-color:var(--secondary-color);width:26px;color:#fff;height:26px;line-height:26px;border:3px solid transparent}.crud .headers+.crud-wrapper{height:calc(100% - 146px)}@media (max-width: 850px){.crud .headers+.crud-wrapper{height:calc(100% - 63px)}}.crud.filtered .headers{padding:0 44px 8px}.crud.filtered .crud-wrapper{height:calc(100% - 122px)}.crud.filtered .headers+.crud-wrapper{height:calc(100% - 150px)}.crud .arrow-empty,.crud .help-empty,.crud .help-empty-filter,.crud .arrow-empty-filter{display:none}.crud.empty:not(.filtered) .arrow-empty{display:block;width:100px;height:50px;background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/arrow_empty.png);background-repeat:no-repeat;background-position:bottom;position:relative;right:auto;top:20px;transform:rotate(0)}@media (max-width: 800px){.crud.empty:not(.filtered) .arrow-empty{right:86px;top:auto;bottom:50px;position:fixed;transform:rotate(-174deg)}}.crud.empty:not(.filtered) .help-empty{display:block;text-align:center}.crud.empty:not(.filtered) .help-empty h1{color:var(--secondary-color);font-weight:700;font-size:1.7857142857rem}.crud.empty:not(.filtered) .help-empty h3{font-size:1rem}.crud.empty:not(.filtered) .help-empty .image-empty{background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/service_empty.svg);width:300px;height:300px;background-repeat:no-repeat;margin:40px auto auto;background-size:contain}@media (max-width: 800px){.crud.empty:not(.filtered) .help-empty h1{font-size:1.7857142857rem}.crud.empty:not(.filtered) .help-empty h3{font-size:1rem}.crud.empty:not(.filtered) .help-empty .image-empty{width:200px;height:200px}}@media (max-width: 600px){.crud.empty:not(.filtered) .help-empty h1{font-size:1.5714285714rem}.crud.empty:not(.filtered) .help-empty h3{font-size:1rem}.crud.empty:not(.filtered) .help-empty .image-empty{margin-top:0;width:140px;height:140px}}.crud.empty:not(.filtered) .headers,.crud.empty:not(.filtered) .counts{display:none!important}.crud.empty:not(.filtered) .s2{justify-content:flex-start!important}.crud.empty-filter:is(.filtered) .arrow-empty-filter{display:block;width:100px;height:50px;background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/arrow_empty.png);background-repeat:no-repeat;background-position:bottom;position:relative;right:auto;top:20px;transform:rotate(0)}@media (max-width: 800px){.crud.empty-filter:is(.filtered) .arrow-empty-filter{right:-19px;top:2px;bottom:50px;transform:rotate(16deg)}}.crud.empty-filter:is(.filtered) .help-empty-filter{display:block;text-align:center}.crud.empty-filter:is(.filtered) .help-empty-filter h1{color:var(--secondary-color);font-weight:700;font-size:1.7857142857rem}.crud.empty-filter:is(.filtered) .help-empty-filter h3{font-size:1rem}.crud.empty-filter:is(.filtered) .help-empty-filter .image-empty{background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/service_empty.svg);width:300px;height:300px;background-repeat:no-repeat;margin:40px auto auto;background-size:contain}@media (max-width: 800px){.crud.empty-filter:is(.filtered) .help-empty-filter h1{font-size:1.2857142857rem!important}.crud.empty-filter:is(.filtered) .help-empty-filter h3{font-size:1rem}.crud.empty-filter:is(.filtered) .help-empty-filter .image-empty{width:200px;height:200px}}@media (max-width: 600px){.crud.empty-filter:is(.filtered) .help-empty-filter h1{font-size:1.5714285714rem}.crud.empty-filter:is(.filtered) .help-empty-filter h3{font-size:1rem}.crud.empty-filter:is(.filtered) .help-empty-filter .image-empty{margin-top:0;width:140px;height:140px}}.crud.empty-filter:is(.filtered) .headers,.crud.empty-filter:is(.filtered) .counts{display:none!important}.crud.empty-filter:is(.filtered) .s2{justify-content:flex-start!important}.crud .data-item{display:flex;min-height:24px;font-size:.7142857143rem;align-items:center;justify-content:flex-start}.crud .data-item .img{min-width:40px;min-height:40px;margin-right:16px;background-position:center;background-size:cover;border-radius:50%;background-image:url(https://.s3.amazonaws.com/assets/images/account_circle_dark.svg)}.crud .data-item .img-placeholder{min-width:40px;min-height:40px;margin-right:16px;border-radius:50%}.crud .data-item .mat-icon{margin-right:10px}.crud .data-item a{color:inherit}@media (max-width: 1000px){.crud .open-filters{display:initial}.crud .crud-wrapper{justify-content:center}.crud .no-objects .hint{top:5px;right:10px}}.crud-download-item img{width:24px;height:24px;margin-right:8px;display:inline-block;vertical-align:middle}.scheme-dark .crud-utils .tools .search input{color:#fff;border:none}.scheme-dark .crud-utils .tools .search input::placeholder{color:#fff}.scheme-dark .crud .filters .content .open{box-shadow:0 0 15px -3px #000}.scheme-dark .mat-mdc-menu-item{color:#ffffffde}@media (max-width: 1000px){.webview:not(.previus-compilation) .crud{height:100%}}.tab-headers{display:flex;justify-content:center;margin:16px 0}.tab-headers .bttn{height:30px}.mat-mdc-tab-header{display:none!important}ser-form-element,.form-group{padding:0 4px 8px;margin-top:16px}ser-form-element input:not(.not-styled):not(:focus)::placeholder,ser-form-element>textarea:not(.not-styled):not(:focus)::placeholder,ser-form-element>select:not(.not-styled):not(:focus)::placeholder,ser-form-element>ser-select:not(.not-styled):not(:focus)::placeholder,ser-form-element>app-plti-select:not(.not-styled):not(:focus)::placeholder,ser-form-element>app-plti-input-currency:not(.not-styled):not(:focus)::placeholder,ser-form-element>app-plti-date-input:not(.not-styled):not(:focus)::placeholder,ser-form-element .mat-select:not(.not-styled):not(:focus)::placeholder,ser-form-element>.address-input:not(.not-styled):not(:focus)::placeholder,.form-group input:not(.not-styled):not(:focus)::placeholder,.form-group>textarea:not(.not-styled):not(:focus)::placeholder,.form-group>select:not(.not-styled):not(:focus)::placeholder,.form-group>ser-select:not(.not-styled):not(:focus)::placeholder,.form-group>app-plti-select:not(.not-styled):not(:focus)::placeholder,.form-group>app-plti-input-currency:not(.not-styled):not(:focus)::placeholder,.form-group>app-plti-date-input:not(.not-styled):not(:focus)::placeholder,.form-group .mat-select:not(.not-styled):not(:focus)::placeholder,.form-group>.address-input:not(.not-styled):not(:focus)::placeholder{opacity:0}ser-form-element .input-group input::-webkit-input-placeholder,.form-group .input-group input::-webkit-input-placeholder{font-family:var(--font-primary)}ser-form-element .input-group input::-moz-input-placeholder,.form-group .input-group input::-moz-input-placeholder{font-family:var(--font-primary)}ser-form-element .input-group input:-moz-input-placeholder,.form-group .input-group input:-moz-input-placeholder{font-family:var(--font-primary)}ser-form-element .input-group input::-ms-input-placeholder,.form-group .input-group input::-ms-input-placeholder{font-family:var(--font-primary)}ser-form-element .input-group .password .mat-icon,.form-group .input-group .password .mat-icon{cursor:pointer}ser-form-element .input-group .addon.currency,.form-group .input-group .addon.currency{display:none}ser-form-element:not([plain]).focus>label:not(.switch),.form-group:not([plain]).focus>label:not(.switch){color:var(--primary-color)}ser-form-element:not([plain]).active .addon.currency,ser-form-element:not([plain]).focus .addon.currency,.form-group:not([plain]).active .addon.currency,.form-group:not([plain]).focus .addon.currency{display:flex}ser-form-element>label:not(.switch),.form-group>label:not(.switch){font-family:var(--font-secondary)}ser-form-element input:not(.not-styled),ser-form-element textarea:not(.not-styled),ser-form-element select:not(.not-styled),.form-group input:not(.not-styled),.form-group textarea:not(.not-styled),.form-group select:not(.not-styled){font-size:.7142857143rem}.form-wrapper{background-color:var(--bg-1dp);padding:16px;margin:16px;border-radius:4px}.form-actions{background-color:var(--bg-1dp);padding:16px;margin:16px 16px 42px;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row}.form-actions .errors{color:red}.form-actions .errors li{list-style:none}fieldset{border-radius:12px}.country-flag{display:inline-block;width:16px;height:16px;margin-right:8px;background-repeat:no-repeat;background-size:contain}@media (max-width: 800px){.form-actions{margin:16px 0}.form-wrapper{margin:16px 0;padding:8px}}.dialog-form{padding:24px}.dialog-form .title{margin-bottom:24px;font-size:1.4285714286rem}.image-crop{background:transparent;box-shadow:none}.image-crop form{display:flex;align-items:flex-end;max-height:calc(100% - 92px)}.image-crop form crop-actions{display:flex;flex-direction:column;align-items:center;padding:24px;height:100px;background-color:#fff;border-top-right-radius:4px;justify-content:space-between}.img-cropped-wrapper{width:200px;height:200px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%;position:relative;margin:32px}.img-cropped-wrapper .preview{visibility:hidden;width:206px;height:206px;background-color:#fff;background-position:center center;background-size:contain;background-repeat:no-repeat}.img-cropped-wrapper .preview.no-image{background-image:url(https://.s3.amazonaws.com/assets/images/no_image.svg)}.img-cropped-wrapper .clean-file{top:50%;left:50%;width:35px;height:35px;z-index:-1;overflow:hidden;visibility:hidden;border-radius:50%;position:absolute;padding:5px;margin:0;background-image:none;font-size:.71429rem;font-weight:600;line-height:38px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;pointer-events:none;background-color:var(--grey-color);transform:translate(-50%,-50%);transition:all .5s ease-in-out}.img-cropped-wrapper .clean-file mat-icon{color:red}.img-cropped-wrapper .bttn-upload{position:absolute;border:none;background-color:var(--bg-2dp);padding:24px;border-radius:50%;height:200px;width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;outline:none;text-align:center;transition:all .5s ease-in-out}.img-cropped-wrapper .bttn-upload input[type=file]{display:none}.img-cropped-wrapper .bttn-upload .mat-icon{height:44px;width:44px;font-size:44px;color:gray}.img-cropped-wrapper.has-value .preview{visibility:initial}.img-cropped-wrapper.has-value .clean-file{top:100%;left:100%;z-index:1;pointer-events:initial;visibility:visible;transform:translate(-100%,-100%);transition:all .5s ease-in-out}.img-cropped-wrapper.has-value .bttn-upload{top:0;left:100%;transform:translate(-100%);background-color:var(--grey-color);transition:all .5s ease-in-out;padding:0;height:40px;width:40px;z-index:2;justify-content:center}.img-cropped-wrapper.has-value .bttn-upload span{visibility:hidden;width:0;height:0;overflow:hidden}.img-cropped-wrapper.has-value .bttn-upload .mat-icon{height:26px;width:26px;font-size:26px;color:#fff}.img-cropped-wrapper [serErrors],.img-cropped-wrapper .errors{padding-left:4px;color:red;-webkit-user-select:none;user-select:none;font-size:.7857142857rem}.img-cropped-wrapper [serErrors] *,.img-cropped-wrapper .errors *{text-align:right}.dropzone-wrapper{position:relative}.dropzone-wrapper .dropzone{min-height:50px}.dropzone-wrapper .clean-file{position:absolute;bottom:-12px;right:-12px;margin:0}ser-form-element input:not(.not-styled),ser-form-element textarea:not(.not-styled),ser-form-element select:not(.not-styled),.form-group input:not(.not-styled),.form-group textarea:not(.not-styled),.form-group select:not(.not-styled){font-size:.7857142857rem}ser-form-element quill-editor .ql-editor,.form-group quill-editor .ql-editor{border:2px solid var(--input-border);border-radius:12px}ser-form-element quill-editor .ql-snow.ql-toolbar,.form-group quill-editor .ql-snow.ql-toolbar{border-radius:12px 12px 0 0;border:2px solid var(--input-border);border-bottom:none}ser-form-element quill-editor .ql-snow.ql-toolbar+.ql-snow.ql-container,.form-group quill-editor .ql-snow.ql-toolbar+.ql-snow.ql-container{border:none}ser-form-element quill-editor .ql-snow.ql-toolbar+.ql-snow.ql-container .ql-editor,.form-group quill-editor .ql-snow.ql-toolbar+.ql-snow.ql-container .ql-editor{border-top:none;border-radius:0 0 12px 12px}.mdc-checkbox{height:24px!important;width:24px!important}.mdc-checkbox__background{height:24px!important;width:24px!important;border-radius:12px!important}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:var(--secondary-color)}.scheme-dark .ql-editor.ql-blank:before{color:#fff9}.scheme-dark .ql-snow .ql-picker{color:#fff}.scheme-dark .ql-snow .ql-picker-options{background-color:var(--select-bg)}.scheme-dark .ql-snow .ql-stroke{stroke:#fff}.scheme-dark .ql-snow .ql-fill,.scheme-dark .ql-snow .ql-stroke.ql-fill{fill:#fff}.file-wrapper{height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;position:relative;margin-top:16px;background-color:var(--bg-2dp);border-radius:6px}.file-wrapper .clean-file{top:50%;left:50%;width:35px;height:35px;z-index:-1;overflow:hidden;visibility:hidden;border-radius:50%;position:absolute;padding:5px;margin:0;background-image:none;font-size:.71429rem;font-weight:600;line-height:38px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;pointer-events:none;background-color:var(--bg-2dp);transform:translate(-50%,-50%);transition:all .5s ease-in-out}.file-wrapper .clean-file mat-icon{color:red}.file-wrapper .bttn-upload{top:50%;right:50%;transform:translate(50%,-50%);height:40px;position:absolute;border:none;display:flex;align-items:center;cursor:pointer;outline:none;transition:all .5s ease-in-out}.file-wrapper .bttn-upload span{white-space:nowrap}.file-wrapper .bttn-upload input[type=file]{display:none}.file-wrapper .bttn-upload .mat-icon{height:26px;width:26px;font-size:26px;margin-right:16px;color:gray}.file-wrapper.has-value .clean-file{top:50%;left:100%;z-index:1;pointer-events:initial;visibility:visible;transform:translate(-50px,-50%);transition:all .5s ease-in-out}.file-wrapper.has-value .bttn-upload{top:50%;right:100%;transform:translate(60px,-50%);transition:all .5s ease-in-out;z-index:2;justify-content:center}.file-wrapper.has-value .bttn-upload span{visibility:hidden;width:0;height:0;overflow:hidden}.file-wrapper [serErrors],.file-wrapper .errors{padding-left:4px;color:red;-webkit-user-select:none;user-select:none;font-size:.7857142857rem}.file-wrapper [serErrors] *,.file-wrapper .errors *{text-align:right}input:disabled,textarea:disabled,ser-date.disabled,app-plti-input-currency.disabled,app-plti-date-input.disabled{cursor:no-drop;background-color:var(--input-bg-disabled)}.offline-backdrop{display:flex;flex-direction:column;position:fixed;inset:0;background:#000000b3;color:#fff;align-items:center;justify-content:center;z-index:10}.offline-backdrop img{width:150px}.offline-backdrop .text{font-size:1.4285714286rem}.content-placeholder-container{width:100%;display:flex;overflow:hidden}.checkbox-space:before{animation:content-placeholder 2s linear infinite;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}.content-placeholder{animation:content-placeholder 2s linear infinite;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}.content-placeholder.slide-toggle{width:36px;height:16px;border-radius:4px}.content-placeholder.img-preview{border-radius:50%;width:206px;height:206px}.content-placeholder.input{height:50px;margin-top:24px;width:100%;border-radius:12px}.content-placeholder.text{height:16px;width:100%;border-radius:6px}@media (min-width: 1000px){main .loader-wrapper.fixed{width:calc(100% - 250px)}}.boxed.loading{height:100%;overflow:hidden}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.item-loading{position:absolute;width:100%;height:100%;top:0;left:0;z-index:20;background-color:#fff;transition:background-color .5s;cursor:wait;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;max-width:100%}.item-loading img{width:60px}.item-loading img.dark{display:none}.line-loader:before{background-color:var(--primary-color)}.lds-spinner{position:relative}.lds-spinner div{left:95px;top:33px;position:absolute;animation:lds-spinner linear 1s infinite;background:#f3f3f3;width:10px;height:34px;border-radius:10px;transform-origin:5px 67px}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-.9230769231s}.lds-spinner div:nth-child(2){transform:rotate(27.6923076923deg);animation-delay:-.8461538462s}.lds-spinner div:nth-child(3){transform:rotate(55.3846153846deg);animation-delay:-.7692307692s}.lds-spinner div:nth-child(4){transform:rotate(83.0769230769deg);animation-delay:-.6923076923s}.lds-spinner div:nth-child(5){transform:rotate(110.7692307692deg);animation-delay:-.6153846154s}.lds-spinner div:nth-child(6){transform:rotate(138.4615384615deg);animation-delay:-.5384615385s}.lds-spinner div:nth-child(7){transform:rotate(166.1538461538deg);animation-delay:-.4615384615s}.lds-spinner div:nth-child(8){transform:rotate(193.8461538462deg);animation-delay:-.3846153846s}.lds-spinner div:nth-child(9){transform:rotate(221.5384615385deg);animation-delay:-.3076923077s}.lds-spinner div:nth-child(10){transform:rotate(249.2307692308deg);animation-delay:-.2307692308s}.lds-spinner div:nth-child(11){transform:rotate(276.9230769231deg);animation-delay:-.1538461538s}.lds-spinner div:nth-child(12){transform:rotate(304.6153846154deg);animation-delay:-.0769230769s}.lds-spinner div:nth-child(13){transform:rotate(332.3076923077deg);animation-delay:0s}.lds-spinner{width:200px!important;height:200px!important;transform:translate(-100px,-100px) scale(1) translate(100px,100px)}.scheme-dark .item-loading{background-color:var(--bg-0dp)}.scheme-dark .item-loading img.dark{display:block}.scheme-dark .item-loading img.light{display:none}.scheme-dark .checkbox-space:before{background:linear-gradient(to right,#1d1d1d 4%,#191919 25%,#1d1d1d 36%)}.scheme-dark .content-placeholder{background:linear-gradient(to right,#1d1d1d 6%,#191919 43%,#1d1d1d 92%);animation:content-placeholder 10s linear infinite}.cdk-overlay-pane{border-radius:24px}.mat-mdc-dialog-container{border-radius:12px!important;background:var(--bg-1dp)}.object-details{position:relative!important;transition:all .2s ease-in-out;border-radius:24px}@media (max-width: 800px){.object-details{min-height:100%;height:100%;max-width:100%!important;border-radius:0}}.object-details.maximized{width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;transition:all .2s ease-in-out}@media (max-width: 800px){.object-details.maximized{width:100%!important;height:100%!important}}.object-details .mat-mdc-dialog-container .wrapper{height:100%}.object-details .mat-mdc-dialog-container .wrapper .msg-limit-value{color:#fff;padding:4px 8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;font-size:.7857142857rem;background-color:orange;display:flex;align-items:center;gap:8px;width:max-content;margin:auto}.object-details .mat-mdc-dialog-container .wrapper .msg-limit-value .icon{color:#fff}@media (max-width: 800px){.object-details .mat-mdc-dialog-container .wrapper .msg-limit-value{width:calc(100% - 220px);font-size:.6428571429rem}}.object-details .mat-mdc-dialog-container .wrapper .tools{display:flex;position:relative;-webkit-user-select:none;user-select:none;height:60px}.object-details .mat-mdc-dialog-container .wrapper .tools .controls{display:flex;align-items:center;padding:0 8px;background-color:var(--bg-0dp);border-bottom-right-radius:var(--mdc-dialog-container-shape)}.object-details .mat-mdc-dialog-container .wrapper .tools .controls .save{color:#fff;background-color:var(--primary-color)}.object-details .mat-mdc-dialog-container .wrapper .tools .controls .save .mat-icon{color:#fff}@media (max-width: 800px){.object-details .mat-mdc-dialog-container .wrapper .tools .controls .save .mat-icon{display:block}}.object-details .mat-mdc-dialog-container .wrapper .tools .controls .save>span{margin-left:8px}.object-details .mat-mdc-dialog-container .wrapper .tools .inactive{color:red}.object-details .mat-mdc-dialog-container .wrapper .tools .message:not(:empty){position:absolute;top:0;left:50%;transform:translate(-50%);background-color:red;color:#fff;padding:4px 8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;font-size:.7857142857rem}@media (max-width: 800px){.object-details .mat-mdc-dialog-container .wrapper .tools .message:not(:empty){width:calc(100% - 220px);font-size:.6428571429rem}}.object-details .mat-mdc-dialog-container .wrapper>form{overflow:auto;height:100%}.object-details .mat-mdc-dialog-container .wrapper .tools+form{height:calc(100% - 60px)}.object-details .name{font-size:1.4285714286rem}.object-details .form-group.name input,.object-details ser-form-element.name input{font-size:1.4285714286rem;min-height:50px;max-height:50px;height:50px}.object-details .form-group.name [serErrors],.object-details ser-form-element.name [serErrors]{font-size:12px}.object-details .separator{height:50px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin:12px 0}.object-details .document-type{background-color:#585858;width:112px;height:30px;color:#fff;font-weight:700;line-height:30px;text-align:left;border-radius:4px;padding:0 8px;margin-left:16px;font-size:.7142857143rem}.object-details .tab-content{flex:1;display:flex;overflow-y:auto;padding:0 16px 16px}.object-details .tab-content fieldset{margin:8px 0}.object-details .tab-content .form-group{padding:0 4px 16px}.object-details .tab-content .data-icon{display:flex;align-items:center;margin-bottom:16px}.object-details .tab-content .data-icon i.material-icons{color:#363636;margin-right:8px}.object-details .tab-content .data-icon .icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;background-position:center;background-repeat:no-repeat;background-size:contain}.object-details .tab-content .data-icon .icon.dark{display:none}.object-details .tab-content .data{margin-bottom:16px}.object-details .tab-content .data strong{text-transform:uppercase;letter-spacing:1px;display:block;margin:8px 0}.object-details .tab-content a{color:inherit}.object-details .tab-content .info-text{height:100%;white-space:pre-wrap;text-align:justify;padding:16px 24px}.object-details .tab-content .img-cropped-wrapper{margin-top:0}.object-details .tab-content .img-cropped-wrapper .preview{background-color:transparent}.object-details .menu{padding-top:64px}.object-details .menu div{padding:16px;min-width:100px;cursor:pointer}.object-details .menu .active{background-color:var(--primary-color);border-top-right-radius:4px;border-bottom-right-radius:4px;color:#fff}.object-details .documents{display:flex;flex-wrap:wrap}.object-details .documents label{text-align:center}.object-details .documents .dropzone-wrapper{width:80%;margin:0 auto}.object-details .sub-objects{padding:0 32px 16px}.object-details .sub-objects .headers{display:flex;padding-bottom:16px}.object-details .sub-objects .list{height:calc(100% - 90px);overflow-y:auto}.object-details .sub-objects .list .item{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding:4px 0}.object-details .sub-objects .list .item .form-group{padding:0 4px}.object-details .sub-objects .list .item .options{display:flex}.object-details .sub-objects .list .item .options .bttn.icon{height:25px;width:25px}.object-details .sub-objects .list .item .options .bttn.icon .material-icons{font-size:18px}.object-details .settings em{text-align:justify;padding-right:32px}@media (max-width: 700px){.dialog-plans .mat-mdc-dialog-container{padding:24px 8px}}.view-image .mat-mdc-dialog-container{background-color:transparent;box-shadow:none}.scheme-dark .mat-mdc-dialog-container{color:#ffffffde}.scheme-dark .object-details .document-type{background-color:#585858;color:#fff}.scheme-dark .object-details .tab-content .data-icon i.material-icons{color:#363636}.scheme-dark .object-details .menu .active{background-color:var(--primary-color);color:#fff}.border-round .mat-mdc-dialog-container{border-radius:24px}.leaflet-container .leaflet-control-fullscreen a{background-image:url(https://.s3.amazonaws.com/assets/images/leaflet/fullscreen.png)}@media (min-resolution: 192dpi){.leaflet-container .leaflet-control-fullscreen a{background-image:url(https://.s3.amazonaws.com/assets/images/leaflet/fullscreen2x.png)}}.leaflet-container .leaflet-editing-icon{border-radius:50%}.leaflet-container .leaflet-draw-actions a{background-color:var(--secondary-color);font-family:var(--font-primary)}.leaflet-container .leaflet-draw-tooltip{background:#fff;color:#000;font:12px/18px var(--font-primary)}.leaflet-container .leaflet-draw-tooltip-subtext{color:inherit;font-weight:700}.leaflet-container .leaflet-draw-tooltip:before{border-right:6px solid white;border-right-color:#fff;left:-6px}.leaflet-container a.leaflet-popup-close-button{top:2px;right:3px;padding:2px;width:20px;height:20px;font:13px/14px Tahoma,Verdana,sans-serif;color:#fff;background-color:var(--secondary-color);border-radius:50%}.leaflet-tooltip{padding:0;border:0;color:#000;border-radius:12px}.leaflet-popup-content{padding:0;margin:0;border-radius:12px;background-color:#f5f5f5}.leaflet-popup-close-button{display:none}.parcel-popup,.parcel-tooltip{border-radius:8px}.parcel-popup .card,.parcel-tooltip .card{background-color:#fff;border-radius:12px;padding:8px 16px;box-shadow:0 0 12px 2px #0000000f}.parcel-popup .card.green,.parcel-tooltip .card.green{border-left:12px solid limegreen}.parcel-popup .card.red,.parcel-tooltip .card.red{border-left:12px solid red}.parcel-popup .card .parcel,.parcel-tooltip .card .parcel{font-size:16px}.parcel-popup .card .crop,.parcel-tooltip .card .crop{display:flex;gap:8px;align-items:center;margin-top:8px}.parcel-popup .card .crop img,.parcel-tooltip .card .crop img{--size: 16px;width:var(--size);height:var(--size)}.parcel-popup{padding:8px}.parcel-popup .card{margin:0 auto 16px;max-width:max-content}.parcel-popup .info{display:grid;gap:16px;align-items:center;justify-content:center;padding:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.parcel-popup .info .owner{grid-column:1/-1;display:flex;align-items:center;gap:12px}.parcel-popup .info .owner img{width:20px;height:20px}.parcel-popup .actions{padding:16px;display:flex;justify-content:flex-end}.farm-tooltip,.farm-popup{padding:8px}.farm-tooltip .owner,.farm-popup .owner{display:flex;align-items:center;gap:8px;margin-top:8px}.farm-tooltip .owner img,.farm-popup .owner img{width:20px;height:20px}.farm-popup{padding:16px}.select-comercial-house{display:flex;align-items:center}.select-comercial-house .img{min-width:24px;min-height:24px;margin-right:16px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/no_image_available.svg)}.select-farm{display:flex;align-items:center}.select-farm .logo-img{min-width:40px;min-height:40px;border-radius:50%;margin-right:16px;background-repeat:no-repeat;background-size:cover}@media (max-width: 800px){.select-farm .logo-img{display:none}}.select-farm .productor,.select-farm .city{font-size:10px}.select-user{display:flex;gap:16px;align-items:center}.select-user .photo{min-width:36px;min-height:36px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(https://d3bdsox9r4j15f.cloudfront.net/assets/images/no_image_available.svg)}ser-select .selected-list .controls,app-plti-select .selected-list .controls{margin-left:8px}ser-select .selected-list .controls .clear-all,ser-select .selected-list .controls .chevron,app-plti-select .selected-list .controls .clear-all,app-plti-select .selected-list .controls .chevron{background-color:var(--secondary-color);border-radius:50%;color:#fff!important;font-size:18px}ser-select .selected-list .controls .clear-all .material-icons,ser-select .selected-list .controls .chevron .material-icons,app-plti-select .selected-list .controls .clear-all .material-icons,app-plti-select .selected-list .controls .chevron .material-icons{color:#fff;font-size:10px}ser-select .selected-list .controls .clear-all,app-plti-select .selected-list .controls .clear-all{margin-right:4px}ser-select.multiple .controls .clear-all,app-plti-select.multiple .controls .clear-all{margin-right:0;margin-bottom:4px}ser-filter .list-filter .label{opacity:1;font-size:.75rem;font-weight:600;text-transform:uppercase;font-family:var(--font-secondary)}@media (max-width: 800px){.list-message{position:fixed;top:40px}}.animate-opacity{animation:opac .8s}@keyframes opac{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fading{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes from-top{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes from-left{0%{left:-300px;opacity:0}to{left:0;opacity:1}}@keyframes from-right{0%{right:-300px;opacity:0}to{right:0;opacity:1}}@keyframes from-bottom{0%{bottom:-300px;opacity:0}to{bottom:0;opacity:1}}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes product-setting{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}lottie{display:block}.webview button.mat-mdc-menu-item{font-size:20px;font-weight:500}:root{--font-color-1: #3e3e3e;--blue-primary-font: #103e6e;--font-color-route: #152c5b;--primary-color: #C800A1;--primary-color-dark: #C800A1;--primary-color-rgb: 200, 0, 161;--secondary-color: #3c1053;--executed-color: #42A5F5;--alternative-color: #26D07C;--grey-color: #333F48;--orange-color: orange;--red-color: red;--primary-gradient: linear-gradient(45deg, var(--primary-color) 0%, #950078 100%);--purple-gradient: linear-gradient(45deg, #b44884 0%, #4a1e37 100%);--green-gradient: linear-gradient(45deg, #5fd08e 0%, #1daf59 100%);--orange-gradient: linear-gradient(45deg, #faa200 0%, #f59e00 100%);--input-focus-color: var(--primary-color);--input-focus-shadow-color: transparent;--input-icon-color: var(--grey-color);--bg-0dp: white;--topbar-bg-color: #F0EFEF;--crud-card-bg: #f8f9f8;--crud-card-border: transparent;--font-primary: "Segoe UI", sans-serif;--font-family-primary: "Poppins", sans-serif;--font-secondary: "Poppins", sans-serif;--select-shadow-color: rgba(0, 0, 0, .25);--select-base-color: var(--secondary-color);--mdc-radio-selected-icon-color: var(--secondary-color);--bg-order-section: #f3f3f3;--billing-card-bg: #f8f8f8;--bttn-group-bg: #f1f1f1;--scrollbar-thumb-color-bg: #555555;--farm-wizard-step: #B7B7B7;--farm-wizard-step-active: var(--secondary-color);--farm-wizard-step-complete: var(--alternative-color)}:root .mat-mdc-dialog-container{--mdc-dialog-container-shape: 24px;--mdc-dialog-container-color: var(--bg-1dp);--mdc-dialog-container-elevation: none}:root .mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-focus-icon-color: var(--primary-color);--mdc-checkbox-selected-hover-icon-color: var(--primary-color);--mdc-checkbox-selected-icon-color: var(--primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--primary-color);--mdc-checkbox-state-layer-size: 24px}:root .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: var(--secondary-color);--mdc-switch-selected-handle-color: var(--secondary-color);--mdc-switch-selected-hover-state-layer-color: var(--secondary-color);--mdc-switch-selected-pressed-state-layer-color: var(--secondary-color);--mdc-switch-selected-focus-handle-color: #1d0828;--mdc-switch-selected-hover-handle-color: #1d0828;--mdc-switch-selected-pressed-handle-color: #1d0828;--mdc-switch-selected-focus-track-color: rgba(60, 16, 83, .4);--mdc-switch-selected-hover-track-color: rgba(60, 16, 83, .4);--mdc-switch-selected-pressed-track-color: rgba(60, 16, 83, .4);--mdc-switch-selected-track-color: rgba(60, 16, 83, .4)}:root .air-datepicker{--adp-cell-background-color-selected: var(--primary-color);--adp-cell-background-color-selected-hover: var(--primary-color);--adp-day-name-color: var(--font-color-1);--adp-color-current-date: var(--primary-color)}body{background-color:var(--bg-0dp);font-family:var(--font-primary);overflow:hidden}body.scheme-dark{--crud-card-bg: #303030;--bg-order-section: #3d3d3d;--billing-card-bg: #3b3b3b;--bttn-group-bg: #3b3b3b;--topbar-bg-color: #303030}.test-site{background:linear-gradient(to bottom,#a80024 0,#ce000d);color:#fff;font-size:.8rem;text-transform:uppercase;width:150px;text-align:center;position:fixed;transform:rotate(45deg);right:-36px;top:28px;z-index:4;padding:4px 23px;pointer-events:none;white-space:nowrap}.role-topbar{background-color:var(--secondary-color);color:#fff;display:none;text-align:center;position:absolute;top:63px;left:0;right:0;padding:3px 0}@media (max-width: 1000px){.role-topbar{display:block;z-index:2}}
