@keyframes hotToastEnter{0%{transform:scale(0)}to{transform:scale(1)}}.hot-toast-animated-icon{animation:var(--hot-toast-animated-icon-animation, hotToastEnter .3s ease-in-out forwards);position:var(--hot-toast-animated-icon-position, relative);transform:var(--hot-toast-animated-icon-transform, scale(0))}@media (prefers-reduced-motion: reduce){.hot-toast-animated-icon{animation-duration:var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);opacity:var(--hot-toast-animated-icon-reduced-motion-opacity, 1);transform:var(--hot-toast-animated-icon-reduced-motion-transform, scale(1))}}@keyframes hotToastCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastCheckmarkAnimation{0%{height:0;opacity:0;width:0}40%{height:0;opacity:1;width:6px}to{height:10px;opacity:1}}.hot-toast-checkmark-icon{animation:var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-checkmark-icon-animation-delay, .1s);background-color:var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));border-radius:var(--hot-toast-checkmark-icon-border-radius, 10px);height:var(--hot-toast-checkmark-icon-height, 20px);opacity:var(--hot-toast-checkmark-icon-opacity, 0);position:var(--hot-toast-checkmark-icon-position, relative);transform:var(--hot-toast-checkmark-icon-transform, rotate(45deg));width:var(--hot-toast-checkmark-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon{animation-duration:var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-checkmark-icon:after{animation:var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation .2s ease-out forwards);animation-delay:var(--hot-toast-checkmark-icon-after-animation-delay, .2s);border-bottom-style:solid;border-bottom-width:var(--hot-toast-checkmark-icon-after-border-bottom, 2px);border-color:var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #fff));border-right-style:solid;border-right-width:var(--hot-toast-checkmark-icon-after-border-right, 2px);bottom:var(--hot-toast-checkmark-icon-after-bottom, 6px);box-sizing:var(--hot-toast-checkmark-icon-after-box-sizing, border-box);content:var(--hot-toast-checkmark-icon-after-content, "");height:var(--hot-toast-checkmark-icon-after-height, 10px);left:var(--hot-toast-checkmark-icon-after-left, 6px);opacity:var(--hot-toast-checkmark-icon-after-opacity, 0);position:var(--hot-toast-checkmark-icon-after-position, absolute);width:var(--hot-toast-checkmark-icon-after-width, 6px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon:after{animation-duration:var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms)}}@keyframes hotToastErrorCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastFirstLineAnimation{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hotToastSecondLineAnimation{0%{opacity:0;transform:scale(0) rotate(90deg)}to{opacity:1;transform:scale(1) rotate(90deg)}}.hot-toast-error-icon{animation:var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-error-icon-animation-delay, .1s);background:var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));border-radius:var(--hot-toast-error-icon-border-radius, 10px);height:var(--hot-toast-error-icon-height, 20px);opacity:var(--hot-toast-error-icon-opacity, 0);position:var(--hot-toast-error-icon-position, relative);transform:var(--hot-toast-error-icon-transform, rotate(45deg));width:var(--hot-toast-error-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon{animation-duration:var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-after-before-animation-delay, .15s);background:var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));border-radius:var(--hot-toast-error-icon-after-before-border-radius, 3px);bottom:var(--hot-toast-error-icon-after-before-bottom, 9px);content:var(--hot-toast-error-icon-after-before-content, "");height:var(--hot-toast-error-icon-after-before-height, 2px);left:var(--hot-toast-error-icon-after-before-left, 4px);opacity:var(--hot-toast-error-icon-after-before-opacity, 0);position:var(--hot-toast-error-icon-after-before-position, absolute);width:var(--hot-toast-error-icon-after-before-width, 12px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-before-animation-delay, .18s);transform:var(--hot-toast-error-icon-before-transform, rotate(90deg))}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-bar-base{align-items:var(--hot-toast-align-items, center);background-color:var(--hot-toast-bg, #fff);border-radius:var(--hot-toast-border-radius, 4px);box-shadow:var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05));color:var(--hot-toast-color, #363636);display:var(--hot-toast-display, flex);line-height:var(--hot-toast-line, 1.3);margin:var(--hot-toast-margin, 16px);max-width:var(--hot-toast-max-width, 350px);padding:var(--hot-toast-padding, 8px 10px);pointer-events:var(--hot-toast-pointer-events, auto);width:var(--hot-toast-width, fit-content);transition-property:border-bottom-left-radius,border-bottom-right-radius;transition-duration:.23s;transition-timing-function:ease-out}.hot-toast-bar-base:hover,.hot-toast-bar-base:focus{animation-play-state:var(--hot-toast-animation-state, paused)!important}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base{animation-duration:var(--hot-toast-reduced-motion-animation-duration, 10ms)!important}}.expanded .hot-toast-bar-base{border-bottom-left-radius:0;border-bottom-right-radius:0}.hot-toast-message{color:var(--hot-toast-message-color, inherit);display:var(--hot-toast-message-display, flex);flex:var(--hot-toast-message-flex, 1);justify-content:var(--hot-toast-message-justify-content, center);margin:var(--hot-toast-message-margin, 4px 10px)}.hot-toast-bar-base-container{display:var(--hot-toast-container-display, flex);pointer-events:var(--hot-toast-container-pointer-events, none);position:var(--hot-toast-container-position, absolute);transition:var(--hot-toast-container-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base-container{transition-duration:var(--hot-toast-container-reduced-motion-transition-duration, 10ms)!important}}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base{background:var(--hot-toast-snackbar-bg, #323232);box-shadow:var(--hot-toast-snackbar-shadow, 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12));color:var(--hot-toast-snackbar-color, rgb(255, 255, 255))}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn{filter:var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%))}.hot-toast-close-btn{align-self:var(--hot-toast-close-btn-align-self, flex-start);background-color:var(--hot-toast-close-btn-background-color, transparent);background-image:var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));background-position:var(--hot-toast-close-btn-background-position, center);background-repeat:var(--hot-toast-close-btn-background-repeat, no-repeat);background-size:var(--hot-toast-close-btn-background-size, .75em);border:var(--hot-toast-close-btn-border, 0);border-radius:var(--hot-toast-close-btn-border-radius, .25rem);box-sizing:var(--hot-toast-close-btn-box-sizing, content-box);display:var(--hot-toast-close-btn-display, flex);height:var(--hot-toast-close-btn-height, .8em);margin-top:var(--hot-toast-close-btn-margin-top, .25em);opacity:var(--hot-toast-close-btn-opacity, .5);padding:var(--hot-toast-close-btn-padding, .25em);width:var(--hot-toast-close-btn-width, .8em)}.hot-toast-close-btn:focus{box-shadow:var(--hot-toast-close-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-close-btn-outline, none)}.hot-toast-close-btn:hover,.hot-toast-close-btn:focus{opacity:var(--hot-toast-close-btn-opacity, .75)}.hot-toast-group-btn{align-self:var(--hot-toast-group-btn-align-self, flex-start);background-color:var(--hot-toast-group-btn-background-color, transparent);background-image:var(--hot-toast-group-btn-background-image, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75745 10.5858L9.17166 9.17154L12.0001 12L14.8285 9.17157L16.2427 10.5858L12.0001 14.8284L7.75745 10.5858Z' fill='currentColor' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' fill='currentColor' /%3E%3C/svg%3E"));background-position:var(--hot-toast-group-btn-background-position, center);background-repeat:var(--hot-toast-group-btn-background-repeat, no-repeat);background-size:var(--hot-toast-group-btn-background-size, 1.3em);border:var(--hot-toast-group-btn-border, 0);border-radius:var(--hot-toast-group-btn-border-radius, .25rem);box-sizing:var(--hot-toast-group-btn-box-sizing, content-box);display:var(--hot-toast-group-btn-display, flex);height:var(--hot-toast-group-btn-height, .8em);margin-top:var(--hot-toast-group-btn-margin-top, .25em);opacity:var(--hot-toast-group-btn-opacity, .5);padding:var(--hot-toast-group-btn-padding, .25em);width:var(--hot-toast-group-btn-width, .8em);will-change:var(--hot-toast-group-btn-will-change, transform);transition:var(--hot-toast-group-btn-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}.hot-toast-group-btn:focus{box-shadow:var(--hot-toast-group-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-group-btn-outline, none)}.hot-toast-group-btn:hover,.hot-toast-group-btn:focus{opacity:var(--hot-toast-group-btn-opacity, .75)}.expanded .hot-toast-group-btn{transform:rotate(var(--hot-toast-group-btn-expanded-rotate, 180deg))}.hot-toast-icon{align-self:var(--hot-toast-icon-align-self, flex-start);padding-top:var(--hot-toast-icon-padding-top, .25em)}.hot-toast-bar-base-wrapper{pointer-events:all}.hot-toast-bar-base-group{--hot-toast-shadow: none;background-color:var(--hot-toast-group-bg, #fff);margin:var(--hot-toast-margin, 16px);margin-top:calc(-1 * var(--hot-toast-margin, 16px));border-bottom-left-radius:var(--hot-toast-border-radius, 4px);border-bottom-right-radius:var(--hot-toast-border-radius, 4px);height:0;overflow:hidden;transition-property:height;transition-duration:.23s;transition-timing-function:ease-in-out;position:relative;box-shadow:var(--hot-toast-group-after-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05))}.expanded .hot-toast-bar-base-group{height:var(--hot-toast-group-height)}.hot-toast-bar-base-group .hot-toast-bar-base{margin:0}@keyframes hotToastEnterAnimationNegative{0%{opacity:.5;transform:translate3d(0,-80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastEnterAnimationPositive{0%{opacity:.5;transform:translate3d(0,80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastExitAnimationPositive{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-positive-y, 130px),-1px) scale(.5)}}@keyframes hotToastExitAnimationNegative{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-negative-y, -130px),-1px) scale(.5)}}@keyframes hotToastEnterSoftAnimationNegative{0%{opacity:.5;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastEnterSoftAnimationPositive{0%{opacity:.5;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastExitSoftAnimationPositive{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,14px,-1px)}}@keyframes hotToastExitSoftAnimationNegative{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,-14px,-1px)}}.hot-toast-indicator-wrapper{align-items:var(--hot-toast-indicator-wrapper-align-items, center);display:var(--hot-toast-indicator-wrapper-display, flex);justify-content:var(--hot-toast-indicator-wrapper-justify-content, center);min-height:var(--hot-toast-indicator-wrapper-min-height, 20px);min-width:var(--hot-toast-indicator-wrapper-min-width, 20px);position:var(--hot-toast-indicator-wrapper-position, relative)}.hot-toast-status-wrapper{position:var(--hot-toast-status-wrapper-position, absolute)}@keyframes animate-info-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-info-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-info-icon{animation:var(--hot-toast-info-icon-animation, animate-info-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-info-icon-animation-delay, .1s);background-color:var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));border-radius:var(--hot-toast-info-icon-border-radius, 50%);display:var(--hot-toast-info-icon-display, block);height:var(--hot-toast-info-icon-height, 20px);opacity:var(--hot-toast-info-icon-opacity, 0);position:var(--hot-toast-info-icon-position, relative);transform:var(--hot-toast-info-icon-transform, scale(0));width:var(--hot-toast-info-icon-width, 20px)}.hot-toast-info-icon:after,.hot-toast-info-icon:before{background-color:var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));border-radius:var(--hot-toast-info-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-info-icon-after-before-box-sizing, border-box);content:var(--hot-toast-info-icon-after-before-content, "");display:var(--hot-toast-info-icon-after-before-display, block);left:var(--hot-toast-info-icon-after-before-left, 8.5px);position:var(--hot-toast-info-icon-after-before-position, absolute);width:var(--hot-toast-info-icon-after-before-width, 2.5px)}.hot-toast-info-icon:after{animation:var(--hot-toast-info-icon-after-animation, animate-info-line .2s ease-out forwards);animation-delay:var(--hot-toast-info-icon-after-animation-delay, .2s);height:var(--hot-toast-info-icon-after-height, 0);opacity:var(--hot-toast-info-icon-after-opacity, 0);top:var(--hot-toast-info-icon-after-bottom, 8px)}.hot-toast-info-icon:before{height:var(--hot-toast-info-icon-before-height, 2px);top:var(--hot-toast-info-icon-before-top, 4px)}@keyframes hotToastRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hot-toast-loader-icon{animation:var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);border:var(--hot-toast-loader-icon-border, 2px solid);border-bottom-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-left-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-radius:var(--hot-toast-loader-icon-border-radius, 100%);border-right-color:var(--hot-toast-loader-icon-border-right-color, #616161);border-top-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);box-sizing:var(--hot-toast-loader-icon-box-sizing, border-box);height:var(--hot-toast-loader-icon-height, 18px);padding-top:var(--hot-toast-loader-icon-padding-top, 2px);width:var(--hot-toast-loader-icon-width, 18px)}@media (prefers-reduced-motion: reduce){.hot-toast-loader-icon{animation-duration:var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s)}}@keyframes animate-warn-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-warn-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-warning-icon{animation:var(--hot-toast-warning-icon-animation, animate-warn-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-warning-icon-animation-delay, .1s);background-color:var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));border-radius:var(--hot-toast-warning-icon-border-radius, 50%);display:var(--hot-toast-warning-icon-display, block);height:var(--hot-toast-warning-icon-height, 20px);opacity:var(--hot-toast-warning-icon-opacity, 0);position:var(--hot-toast-warning-icon-position, relative);transform:var(--hot-toast-warning-icon-transform, scale(0));width:var(--hot-toast-warning-icon-width, 20px)}.hot-toast-warning-icon:after,.hot-toast-warning-icon:before{background-color:var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));border-radius:var(--hot-toast-warning-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-warning-icon-after-before-box-sizing, border-box);content:var(--hot-toast-warning-icon-after-before-content, "");display:var(--hot-toast-warning-icon-after-before-display, block);left:var(--hot-toast-warning-icon-after-before-left, 8.5px);position:var(--hot-toast-warning-icon-after-before-position, absolute);width:var(--hot-toast-warning-icon-after-before-width, 2.5px)}.hot-toast-warning-icon:after{animation:var(--hot-toast-warning-icon-after-animation, animate-warn-line .2s ease-out forwards);animation-delay:var(--hot-toast-warning-icon-after-animation-delay, .2s);height:var(--hot-toast-warning-icon-after-height, 0);opacity:var(--hot-toast-warning-icon-after-opacity, 0);top:var(--hot-toast-warning-icon-after-top, 4px)}.hot-toast-warning-icon:before{bottom:var(--hot-toast-warning-icon-before-bottom, 4px);height:var(--hot-toast-warning-icon-before-height, 2px)}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;display:inline-block;color:#222427;border:1px solid #d9d9d9;border-radius:5px;background:#fff}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar{border:0 solid #d9d9d9}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-top-width:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.emoji-mart-anchors{display:flex;flex-direction:row;justify-content:space-between;padding:0 6px;line-height:0}.emoji-mart-anchor{position:relative;display:block;flex:1 1 auto;color:#858585;text-align:center;padding:12px 4px;overflow:hidden;transition:color .1s ease-out;margin:0;box-shadow:none;background:none;border:none}.emoji-mart-anchor:focus{outline:0}.emoji-mart-anchor:hover,.emoji-mart-anchor:focus,.emoji-mart-anchor-selected{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#464646}.emoji-mart-anchors i{display:inline-block;width:100%;max-width:22px}.emoji-mart-anchors svg,.emoji-mart-anchors img{fill:currentColor;height:18px}.emoji-mart-scroll{overflow-y:scroll;height:270px;padding:0 6px 6px;will-change:transform}.emoji-mart-search{margin-top:6px;padding:0 6px;position:relative}.emoji-mart-search input{font-size:16px;display:block;width:100%;padding:5px 25px 6px 10px;border-radius:5px;border:1px solid #d9d9d9;outline:0}.emoji-mart-search input,.emoji-mart-search input::-webkit-search-decoration,.emoji-mart-search input::-webkit-search-cancel-button,.emoji-mart-search input::-webkit-search-results-button,.emoji-mart-search input::-webkit-search-results-decoration{-webkit-appearance:none}.emoji-mart-search-icon{position:absolute;top:3px;right:11px;z-index:2;padding:2px 5px 1px;border:none;background:none}.emoji-mart-category .emoji-mart-emoji span{z-index:1;position:relative;text-align:center;cursor:default}.emoji-mart-category .emoji-mart-emoji:hover:before{z-index:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;border-radius:100%}.emoji-mart-category-label{z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:0}.emoji-mart-category-label span{display:block;width:100%;font-weight:500;padding:5px 6px;background-color:#fff;background-color:#fffffff2}.emoji-mart-category-list{margin:0;padding:0}.emoji-mart-category-list li{list-style:none;margin:0;padding:0;display:inline-block}.emoji-mart-emoji{position:relative;display:inline-block;font-size:0;margin:0;padding:0;border:none;background:none;box-shadow:none}.emoji-mart-emoji-native{font-family:"Segoe UI Emoji",Segoe UI Symbol,Segoe UI,"Apple Color Emoji",Twemoji Mozilla,"Noto Color Emoji","Android Emoji"}.emoji-mart-no-results{font-size:14px;text-align:center;padding-top:70px;color:#858585}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{position:relative;height:70px}.emoji-mart-preview-emoji,.emoji-mart-preview-data,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-skins.custom{right:10px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{font-size:12px;color:#888}.emoji-mart-preview-shortname+.emoji-mart-preview-shortname,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon{margin-left:.5em}.emoji-mart-preview-emoticon{font-size:11px;color:#bbb}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{font-size:0;padding:2px 0;border:1px solid #d9d9d9;border-radius:12px;background-color:#fff}.emoji-mart-skin-swatches.custom{font-size:0;border:none;background-color:#fff}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch{width:16px;padding:0 2px}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;width:0;vertical-align:middle;transition-property:width,padding;transition-duration:.125s;transition-timing-function:ease-out}.emoji-mart-skin-swatch:nth-child(1){transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch.selected{position:relative;width:16px;padding:0 2px}.emoji-mart-skin-swatch.selected:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background-color:#fff;border-radius:100%;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.emoji-mart-skin-swatch.custom{display:inline-block;width:0;height:38px;overflow:hidden;vertical-align:middle;transition-property:width,height;transition-duration:.125s;transition-timing-function:ease-out;cursor:default}.emoji-mart-skin-swatch.custom.selected{position:relative;width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatch.custom.selected:after{content:"";width:0;height:0}.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover{background-color:#f4f4f4;border-radius:10%}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom{width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after{opacity:.75}.emoji-mart-skin-text.opened{display:inline-block;vertical-align:middle;text-align:left;color:#888;font-size:11px;padding:5px 2px;width:95px;height:40px;border-radius:10%;background-color:#fff}.emoji-mart-skin{display:inline-block;width:100%;padding-top:100%;max-width:12px;border-radius:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.emoji-mart-dark{color:#fff;border-color:#555453;background-color:#222}.emoji-mart-dark .emoji-mart-bar{border-color:#555453}.emoji-mart-dark .emoji-mart-search input{color:#fff;border-color:#555453;background-color:#2f2f2f}.emoji-mart-dark .emoji-mart-search-icon svg{fill:#fff}.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#444}.emoji-mart-dark .emoji-mart-category-label span{background-color:#222;color:#fff}.emoji-mart-dark .emoji-mart-skin-swatches{border-color:#555453;background-color:#222}.emoji-mart-dark .emoji-mart-anchor:hover,.emoji-mart-dark .emoji-mart-anchor:focus,.emoji-mart-dark .emoji-mart-anchor-selected{color:#bfbfbf}.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;-moz-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{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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;-moz-box-sizing:border-box;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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-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:-webkit-grabbing;cursor:-moz-grabbing;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("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.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("./media/marker-icon-2V3QKKVC.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;-moz-box-sizing:border-box;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;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);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;-moz-user-select:none;-ms-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}}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/static/Caveat-Regular.ttf)}.material-symbols-outlined[fill],.material-symbols-outlined.fill{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.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,.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;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, var(--mat-app-background, transparent));color:var(--mat-app-text-color, var(--mat-app-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}.mat-theme-loaded-marker{display:none}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html,.mat-accent{--mat-option-selected-state-label-text-color: #057cc6;--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,html,.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #057cc6;--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: #057cc6;--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-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 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);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 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);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 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);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 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-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .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{--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar,.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #057cc6;--mdc-linear-progress-track-color: rgba(5, 124, 198, .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-plain-tooltip-supporting-text-font: Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size: 12px;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: .0333333333em}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #057cc6;--mdc-filled-text-field-focus-active-indicator-color: #057cc6;--mdc-filled-text-field-focus-label-text-color: rgba(5, 124, 198, .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: #057cc6;--mdc-outlined-text-field-focus-outline-color: #057cc6;--mdc-outlined-text-field-focus-label-text-color: rgba(5, 124, 198, .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(5, 124, 198, .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: #057cc6;--mdc-filled-text-field-focus-active-indicator-color: #057cc6;--mdc-filled-text-field-focus-label-text-color: rgba(5, 124, 198, .87);--mdc-outlined-text-field-caret-color: #057cc6;--mdc-outlined-text-field-focus-outline-color: #057cc6;--mdc-outlined-text-field-focus-label-text-color: rgba(5, 124, 198, .87);--mat-form-field-focus-select-arrow-color: rgba(5, 124, 198, .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{--mdc-filled-text-field-label-text-font: Roboto, sans-serif;--mdc-filled-text-field-label-text-size: 16px;--mdc-filled-text-field-label-text-tracking: .03125em;--mdc-filled-text-field-label-text-weight: 400;--mdc-outlined-text-field-label-text-font: Roboto, sans-serif;--mdc-outlined-text-field-label-text-size: 16px;--mdc-outlined-text-field-label-text-tracking: .03125em;--mdc-outlined-text-field-label-text-weight: 400;--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400}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,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(5, 124, 198, .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-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .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-shape: 4px;--mat-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);--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)}html{--mdc-dialog-subhead-font: Roboto, sans-serif;--mdc-dialog-subhead-line-height: 32px;--mdc-dialog-subhead-size: 20px;--mdc-dialog-subhead-weight: 500;--mdc-dialog-subhead-tracking: .0125em;--mdc-dialog-supporting-text-font: Roboto, sans-serif;--mdc-dialog-supporting-text-line-height: 24px;--mdc-dialog-supporting-text-size: 16px;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .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,.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: #030303;--mdc-chip-elevated-container-color: #057cc6;--mdc-chip-elevated-selected-container-color: #057cc6;--mdc-chip-elevated-disabled-container-color: #057cc6;--mdc-chip-flat-disabled-selected-container-color: #057cc6;--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: #030303;--mdc-chip-selected-label-text-color: #030303;--mdc-chip-with-icon-icon-color: #030303;--mdc-chip-with-icon-disabled-icon-color: #030303;--mdc-chip-with-icon-selected-icon-color: #030303;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #030303;--mdc-chip-with-trailing-icon-trailing-icon-color: #030303;--mat-chip-selected-disabled-trailing-icon-color: #030303;--mat-chip-selected-trailing-icon-color: #030303}.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}.mat-mdc-standard-chip{--mdc-chip-label-text-font: Roboto, sans-serif;--mdc-chip-label-text-line-height: 20px;--mdc-chip-label-text-size: 14px;--mdc-chip-label-text-tracking: .0178571429em;--mdc-chip-label-text-weight: 400}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}html .mat-mdc-slide-toggle{--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-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #057cc6;--mdc-switch-selected-handle-color: #057cc6;--mdc-switch-selected-hover-state-layer-color: #057cc6;--mdc-switch-selected-pressed-state-layer-color: #057cc6;--mdc-switch-selected-focus-handle-color: #057cc6;--mdc-switch-selected-hover-handle-color: #057cc6;--mdc-switch-selected-pressed-handle-color: #057cc6;--mdc-switch-selected-focus-track-color: #057cc6;--mdc-switch-selected-hover-track-color: #057cc6;--mdc-switch-selected-pressed-track-color: #057cc6;--mdc-switch-selected-track-color: #057cc6;--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: #fff;--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-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-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-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #057cc6;--mdc-switch-selected-handle-color: #057cc6;--mdc-switch-selected-hover-state-layer-color: #057cc6;--mdc-switch-selected-pressed-state-layer-color: #057cc6;--mdc-switch-selected-focus-handle-color: #057cc6;--mdc-switch-selected-hover-handle-color: #057cc6;--mdc-switch-selected-pressed-handle-color: #057cc6;--mdc-switch-selected-focus-track-color: #057cc6;--mdc-switch-selected-hover-track-color: #057cc6;--mdc-switch-selected-pressed-track-color: #057cc6;--mdc-switch-selected-track-color: #057cc6}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font: Roboto, sans-serif;--mat-switch-label-text-line-height: 20px;--mat-switch-label-text-size: 14px;--mat-switch-label-text-tracking: .0178571429em;--mat-switch-label-text-weight: 400}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.mat-primary,.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-focus-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: #057cc6;--mdc-radio-selected-hover-icon-color: #057cc6;--mdc-radio-selected-icon-color: #057cc6;--mdc-radio-selected-pressed-icon-color: #057cc6;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #057cc6;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}html{--mdc-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--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;--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-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%)}html{--mdc-slider-handle-color: #057cc6;--mdc-slider-focus-handle-color: #057cc6;--mdc-slider-hover-handle-color: #057cc6;--mdc-slider-active-track-color: #057cc6;--mdc-slider-inactive-track-color: #057cc6;--mdc-slider-with-tick-marks-inactive-container-color: #057cc6;--mdc-slider-with-tick-marks-active-container-color: #030303;--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;--mat-slider-ripple-color: #057cc6;--mat-slider-hover-state-layer-color: rgba(5, 124, 198, .05);--mat-slider-focus-state-layer-color: rgba(5, 124, 198, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mdc-slider-handle-color: #057cc6;--mdc-slider-focus-handle-color: #057cc6;--mdc-slider-hover-handle-color: #057cc6;--mdc-slider-active-track-color: #057cc6;--mdc-slider-inactive-track-color: #057cc6;--mdc-slider-with-tick-marks-inactive-container-color: #057cc6;--mdc-slider-with-tick-marks-active-container-color: #030303;--mat-slider-ripple-color: #057cc6;--mat-slider-hover-state-layer-color: rgba(5, 124, 198, .05);--mat-slider-focus-state-layer-color: rgba(5, 124, 198, .2)}html .mat-warn{--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;--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)}html{--mdc-slider-label-label-text-font: Roboto, sans-serif;--mdc-slider-label-label-text-size: 14px;--mdc-slider-label-label-text-line-height: 22px;--mdc-slider-label-label-text-tracking: .0071428571em;--mdc-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-base-elevation-level: 8}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .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{--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .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,.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-focus-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: #057cc6;--mdc-radio-selected-hover-icon-color: #057cc6;--mdc-radio-selected-icon-color: #057cc6;--mdc-radio-selected-pressed-icon-color: #057cc6}.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-focus-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,.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: #030303;--mdc-checkbox-selected-focus-icon-color: #057cc6;--mdc-checkbox-selected-hover-icon-color: #057cc6;--mdc-checkbox-selected-icon-color: #057cc6;--mdc-checkbox-selected-pressed-icon-color: #057cc6;--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-selected-focus-state-layer-color: #057cc6;--mdc-checkbox-selected-hover-state-layer-color: #057cc6;--mdc-checkbox-selected-pressed-state-layer-color: #057cc6;--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-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#057cc6}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font: Roboto, sans-serif;--mdc-list-list-item-label-text-line-height: 24px;--mdc-list-list-item-label-text-size: 16px;--mdc-list-list-item-label-text-tracking: .03125em;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height: 20px;--mdc-list-list-item-supporting-text-size: 14px;--mdc-list-list-item-supporting-text-tracking: .0178571429em;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height: 20px;--mdc-list-list-item-trailing-supporting-text-size: 12px;--mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mdc-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .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;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mdc-secondary-navigation-tab-container-height: 48px;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar,.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #057cc6;--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: #057cc6;--mat-tab-header-active-ripple-color: #057cc6;--mat-tab-header-inactive-ripple-color: #057cc6;--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: #057cc6;--mat-tab-header-active-hover-label-text-color: #057cc6;--mat-tab-header-active-focus-indicator-color: #057cc6;--mat-tab-header-active-hover-indicator-color: #057cc6}.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-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #057cc6;--mat-tab-header-with-background-foreground-color: #030303}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font: Roboto, sans-serif;--mat-tab-header-label-text-size: 14px;--mat-tab-header-label-text-tracking: .0892857143em;--mat-tab-header-label-text-line-height: 36px;--mat-tab-header-label-text-weight: 500}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .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: #030303;--mdc-checkbox-selected-focus-icon-color: #057cc6;--mdc-checkbox-selected-hover-icon-color: #057cc6;--mdc-checkbox-selected-icon-color: #057cc6;--mdc-checkbox-selected-pressed-icon-color: #057cc6;--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-selected-focus-state-layer-color: #057cc6;--mdc-checkbox-selected-hover-state-layer-color: #057cc6;--mdc-checkbox-selected-pressed-state-layer-color: #057cc6;--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-checkbox-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: #030303;--mdc-checkbox-selected-focus-icon-color: #057cc6;--mdc-checkbox-selected-hover-icon-color: #057cc6;--mdc-checkbox-selected-icon-color: #057cc6;--mdc-checkbox-selected-pressed-icon-color: #057cc6;--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-selected-focus-state-layer-color: #057cc6;--mdc-checkbox-selected-hover-state-layer-color: #057cc6;--mdc-checkbox-selected-pressed-state-layer-color: #057cc6;--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-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px;--mat-checkbox-touch-target-display: block}html{--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .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-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);--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,.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #057cc6;--mat-text-button-state-layer-color: #057cc6;--mat-text-button-ripple-color: rgba(5, 124, 198, .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,.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #057cc6;--mdc-filled-button-label-text-color: #030303;--mat-filled-button-state-layer-color: #030303;--mat-filled-button-ripple-color: rgba(3, 3, 3, .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,.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #057cc6;--mdc-protected-button-label-text-color: #030303;--mat-protected-button-state-layer-color: #030303;--mat-protected-button-ripple-color: rgba(3, 3, 3, .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,.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #057cc6;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #057cc6;--mat-outlined-button-ripple-color: rgba(5, 124, 198, .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-protected-button-container-height: 36px;--mdc-outlined-button-container-height: 36px;--mat-text-button-touch-target-display: block;--mat-filled-button-touch-target-display: block;--mat-protected-button-touch-target-display: block;--mat-outlined-button-touch-target-display: block}html{--mdc-text-button-label-text-font: Roboto, sans-serif;--mdc-text-button-label-text-size: 14px;--mdc-text-button-label-text-tracking: .0892857143em;--mdc-text-button-label-text-weight: 500;--mdc-text-button-label-text-transform: none;--mdc-filled-button-label-text-font: Roboto, sans-serif;--mdc-filled-button-label-text-size: 14px;--mdc-filled-button-label-text-tracking: .0892857143em;--mdc-filled-button-label-text-weight: 500;--mdc-filled-button-label-text-transform: none;--mdc-protected-button-label-text-font: Roboto, sans-serif;--mdc-protected-button-label-text-size: 14px;--mdc-protected-button-label-text-tracking: .0892857143em;--mdc-protected-button-label-text-weight: 500;--mdc-protected-button-label-text-transform: none;--mdc-outlined-button-label-text-font: Roboto, sans-serif;--mdc-outlined-button-label-text-size: 14px;--mdc-outlined-button-label-text-tracking: .0892857143em;--mdc-outlined-button-label-text-weight: 500;--mdc-outlined-button-label-text-transform: none}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .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,html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #057cc6;--mat-icon-button-state-layer-color: #057cc6;--mat-icon-button-ripple-color: rgba(5, 124, 198, .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-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-small-container-shape: 50%;--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-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .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)}html{--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .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;--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)}html .mat-mdc-fab.mat-primary,html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #057cc6;--mat-fab-foreground-color: #030303;--mat-fab-state-layer-color: #030303;--mat-fab-ripple-color: rgba(3, 3, 3, .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,html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #057cc6;--mat-fab-small-foreground-color: #030303;--mat-fab-small-state-layer-color: #030303;--mat-fab-small-ripple-color: rgba(3, 3, 3, .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-extended-fab-label-text-font: Roboto, sans-serif;--mdc-extended-fab-label-text-size: 14px;--mdc-extended-fab-label-text-tracking: .0892857143em;--mdc-extended-fab-label-text-weight: 500}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #057cc6}html{--mdc-snackbar-supporting-text-font: Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height: 20px;--mdc-snackbar-supporting-text-size: 14px;--mdc-snackbar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .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{--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html,html .mat-accent{--mdc-circular-progress-active-indicator-color: #057cc6}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: #057cc6;--mat-badge-text-color: #030303;--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: #057cc6;--mat-badge-text-color: #030303}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-badge-text-font: Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}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-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .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-legacy-button-toggle-label-text-font: Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height: 24px;--mat-legacy-button-toggle-label-text-size: 16px;--mat-legacy-button-toggle-label-text-tracking: .03125em;--mat-legacy-button-toggle-label-text-weight: 400;--mat-standard-button-toggle-label-text-font: Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height: 24px;--mat-standard-button-toggle-label-text-size: 16px;--mat-standard-button-toggle-label-text-tracking: .03125em;--mat-standard-button-toggle-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .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: #030303;--mat-datepicker-calendar-date-selected-state-background-color: #057cc6;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(5, 124, 198, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: #030303;--mat-datepicker-calendar-date-focus-state-background-color: rgba(5, 124, 198, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(5, 124, 198, .3);--mat-datepicker-toggle-active-state-icon-color: #057cc6;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(5, 124, 198, .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: #030303;--mat-datepicker-calendar-date-selected-state-background-color: #057cc6;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(5, 124, 198, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: #030303;--mat-datepicker-calendar-date-focus-state-background-color: rgba(5, 124, 198, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(5, 124, 198, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(5, 124, 198, .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: #057cc6}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .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-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary,.mat-icon.mat-accent{--mat-icon-color: #057cc6}.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: #030303;--mat-stepper-header-selected-state-icon-background-color: #057cc6;--mat-stepper-header-selected-state-icon-foreground-color: #030303;--mat-stepper-header-done-state-icon-background-color: #057cc6;--mat-stepper-header-done-state-icon-foreground-color: #030303;--mat-stepper-header-edit-state-icon-background-color: #057cc6;--mat-stepper-header-edit-state-icon-foreground-color: #030303;--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: #030303;--mat-stepper-header-selected-state-icon-background-color: #057cc6;--mat-stepper-header-selected-state-icon-foreground-color: #030303;--mat-stepper-header-done-state-icon-background-color: #057cc6;--mat-stepper-header-done-state-icon-foreground-color: #030303;--mat-stepper-header-edit-state-icon-background-color: #057cc6;--mat-stepper-header-edit-state-icon-foreground-color: #030303}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: #757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary,.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #057cc6;--mat-toolbar-container-text-color: #030303}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}.dark{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #e3ac4d;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mat-full-pseudo-checkbox-selected-icon-color: #e3ac4d;--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #e3ac4d;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 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);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 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);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 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);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 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-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--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: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .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(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--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;--mdc-filled-text-field-caret-color: #e3ac4d;--mdc-filled-text-field-focus-active-indicator-color: #e3ac4d;--mdc-filled-text-field-focus-label-text-color: rgba(227, 172, 77, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .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(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .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: #e3ac4d;--mdc-outlined-text-field-focus-outline-color: #e3ac4d;--mdc-outlined-text-field-focus-label-text-color: rgba(227, 172, 77, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .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(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .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(227, 172, 77, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--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(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--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);--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(227, 172, 77, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87);--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);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-shape: 4px;--mat-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);--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;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--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;--mdc-switch-selected-focus-state-layer-color: #e3ac4d;--mdc-switch-selected-handle-color: #e3ac4d;--mdc-switch-selected-hover-state-layer-color: #e3ac4d;--mdc-switch-selected-pressed-state-layer-color: #e3ac4d;--mdc-switch-selected-focus-handle-color: #e3ac4d;--mdc-switch-selected-hover-handle-color: #e3ac4d;--mdc-switch-selected-pressed-handle-color: #e3ac4d;--mdc-switch-selected-focus-track-color: #e3ac4d;--mdc-switch-selected-hover-track-color: #e3ac4d;--mdc-switch-selected-pressed-track-color: #e3ac4d;--mdc-switch-selected-track-color: #e3ac4d;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: #fff;--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161;--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-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-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--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;--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-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-handle-color: #e3ac4d;--mdc-slider-focus-handle-color: #e3ac4d;--mdc-slider-hover-handle-color: #e3ac4d;--mdc-slider-active-track-color: #e3ac4d;--mdc-slider-inactive-track-color: #e3ac4d;--mdc-slider-with-tick-marks-inactive-container-color: #e3ac4d;--mdc-slider-with-tick-marks-active-container-color: #f0f5f9;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mat-slider-ripple-color: #e3ac4d;--mat-slider-hover-state-layer-color: rgba(227, 172, 77, .05);--mat-slider-focus-state-layer-color: rgba(227, 172, 77, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-base-elevation-level: 8;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--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;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-secondary-navigation-tab-container-height: 48px;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0;--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;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #f0f5f9;--mdc-checkbox-selected-focus-icon-color: #e3ac4d;--mdc-checkbox-selected-hover-icon-color: #e3ac4d;--mdc-checkbox-selected-icon-color: #e3ac4d;--mdc-checkbox-selected-pressed-icon-color: #e3ac4d;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #e3ac4d;--mdc-checkbox-selected-hover-state-layer-color: #e3ac4d;--mdc-checkbox-selected-pressed-state-layer-color: #e3ac4d;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .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-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;--mdc-text-button-label-text-color: white;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: white;--mat-text-button-disabled-state-layer-color: white;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24;--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: white;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: white;--mat-filled-button-disabled-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24;--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: white;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: white;--mat-protected-button-disabled-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: white;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: white;--mat-outlined-button-disabled-state-layer-color: white;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24;--mdc-icon-button-icon-size: 24px;--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: white;--mat-icon-button-disabled-state-layer-color: white;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24;--mdc-fab-container-shape: 50%;--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-small-container-shape: 50%;--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-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .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-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-disabled-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-disabled-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-focus-state-layer-opacity: .24;--mat-fab-small-pressed-state-layer-opacity: .24;--mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #e3ac4d;--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;--mat-badge-background-color: #e3ac4d;--mat-badge-text-color: #f0f5f9;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--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;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--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);--mat-datepicker-calendar-date-selected-state-text-color: #f0f5f9;--mat-datepicker-calendar-date-selected-state-background-color: #e3ac4d;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(227, 172, 77, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: #f0f5f9;--mat-datepicker-calendar-date-focus-state-background-color: rgba(227, 172, 77, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(227, 172, 77, .3);--mat-datepicker-toggle-active-state-icon-color: #e3ac4d;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(227, 172, 77, .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: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--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;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: #f0f5f9;--mat-stepper-header-selected-state-icon-background-color: #e3ac4d;--mat-stepper-header-selected-state-icon-foreground-color: #f0f5f9;--mat-stepper-header-done-state-icon-background-color: #e3ac4d;--mat-stepper-header-done-state-icon-foreground-color: #f0f5f9;--mat-stepper-header-edit-state-icon-background-color: #e3ac4d;--mat-stepper-header-edit-state-icon-foreground-color: #f0f5f9;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.dark .mat-accent{--mat-option-selected-state-label-text-color: #e3ac4d;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.dark .mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.dark .mat-primary,.dark .mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #e3ac4d;--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #e3ac4d;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868}.dark .mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868}.dark .mat-mdc-progress-bar,.dark .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #e3ac4d;--mdc-linear-progress-track-color: rgba(227, 172, 77, .25)}.dark .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}.dark .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #e3ac4d;--mdc-filled-text-field-focus-active-indicator-color: #e3ac4d;--mdc-filled-text-field-focus-label-text-color: rgba(227, 172, 77, .87);--mdc-outlined-text-field-caret-color: #e3ac4d;--mdc-outlined-text-field-focus-outline-color: #e3ac4d;--mdc-outlined-text-field-focus-label-text-color: rgba(227, 172, 77, .87);--mat-form-field-focus-select-arrow-color: rgba(227, 172, 77, .87)}.dark .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)}.dark .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(227, 172, 77, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}.dark .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}.dark .mat-mdc-standard-chip{--mdc-chip-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .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}.dark .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-selected-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-flat-disabled-selected-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-selected-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;--mat-chip-selected-disabled-trailing-icon-color: #fafafa;--mat-chip-selected-trailing-icon-color: #fafafa}.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: #f0f5f9;--mdc-chip-elevated-container-color: #e3ac4d;--mdc-chip-elevated-selected-container-color: #e3ac4d;--mdc-chip-elevated-disabled-container-color: #e3ac4d;--mdc-chip-flat-disabled-selected-container-color: #e3ac4d;--mdc-chip-focus-state-layer-color: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #f0f5f9;--mdc-chip-selected-label-text-color: #f0f5f9;--mdc-chip-with-icon-icon-color: #f0f5f9;--mdc-chip-with-icon-disabled-icon-color: #f0f5f9;--mdc-chip-with-icon-selected-icon-color: #f0f5f9;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #f0f5f9;--mdc-chip-with-trailing-icon-trailing-icon-color: #f0f5f9;--mat-chip-selected-disabled-trailing-icon-color: #f0f5f9;--mat-chip-selected-trailing-icon-color: #f0f5f9}.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.dark .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: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--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}.dark .mat-mdc-slide-toggle{--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-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}.dark .mat-mdc-slide-toggle{--mat-switch-label-text-color: white}.dark .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #e3ac4d;--mdc-switch-selected-handle-color: #e3ac4d;--mdc-switch-selected-hover-state-layer-color: #e3ac4d;--mdc-switch-selected-pressed-state-layer-color: #e3ac4d;--mdc-switch-selected-focus-handle-color: #e3ac4d;--mdc-switch-selected-hover-handle-color: #e3ac4d;--mdc-switch-selected-pressed-handle-color: #e3ac4d;--mdc-switch-selected-focus-track-color: #e3ac4d;--mdc-switch-selected-hover-track-color: #e3ac4d;--mdc-switch-selected-pressed-track-color: #e3ac4d;--mdc-switch-selected-track-color: #e3ac4d}.dark .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e57373;--mdc-switch-selected-handle-color: #e57373;--mdc-switch-selected-hover-state-layer-color: #e57373;--mdc-switch-selected-pressed-state-layer-color: #e57373;--mdc-switch-selected-focus-handle-color: #ef9a9a;--mdc-switch-selected-hover-handle-color: #ef9a9a;--mdc-switch-selected-pressed-handle-color: #ef9a9a;--mdc-switch-selected-focus-track-color: #e53935;--mdc-switch-selected-hover-track-color: #e53935;--mdc-switch-selected-pressed-track-color: #e53935;--mdc-switch-selected-track-color: #e53935}.dark .mat-mdc-radio-button.mat-primary,.dark .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #e3ac4d;--mdc-radio-selected-hover-icon-color: #e3ac4d;--mdc-radio-selected-icon-color: #e3ac4d;--mdc-radio-selected-pressed-icon-color: #e3ac4d;--mat-radio-ripple-color: white;--mat-radio-checked-ripple-color: #e3ac4d;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-label-text-color: white}.dark .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .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: white;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-label-text-color: white}.dark .mat-accent{--mdc-slider-handle-color: #e3ac4d;--mdc-slider-focus-handle-color: #e3ac4d;--mdc-slider-hover-handle-color: #e3ac4d;--mdc-slider-active-track-color: #e3ac4d;--mdc-slider-inactive-track-color: #e3ac4d;--mdc-slider-with-tick-marks-inactive-container-color: #e3ac4d;--mdc-slider-with-tick-marks-active-container-color: #f0f5f9;--mat-slider-ripple-color: #e3ac4d;--mat-slider-hover-state-layer-color: rgba(227, 172, 77, .05);--mat-slider-focus-state-layer-color: rgba(227, 172, 77, .2)}.dark .mat-warn{--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;--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)}.dark .mdc-list-item__start,.dark .mdc-list-item__end,.dark .mat-accent .mdc-list-item__start,.dark .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #e3ac4d;--mdc-radio-selected-hover-icon-color: #e3ac4d;--mdc-radio-selected-icon-color: #e3ac4d;--mdc-radio-selected-pressed-icon-color: #e3ac4d}.dark .mat-warn .mdc-list-item__start,.dark .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .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}.dark .mat-mdc-list-option,.dark .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #f0f5f9;--mdc-checkbox-selected-focus-icon-color: #e3ac4d;--mdc-checkbox-selected-hover-icon-color: #e3ac4d;--mdc-checkbox-selected-icon-color: #e3ac4d;--mdc-checkbox-selected-pressed-icon-color: #e3ac4d;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #e3ac4d;--mdc-checkbox-selected-hover-state-layer-color: #e3ac4d;--mdc-checkbox-selected-pressed-state-layer-color: #e3ac4d;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .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: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .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: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#e3ac4d}.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.dark .mat-mdc-tab-group,.dark .mat-mdc-tab-nav-bar,.dark .mat-mdc-tab-group.mat-accent,.dark .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #e3ac4d;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: white;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #e3ac4d;--mat-tab-header-active-ripple-color: #e3ac4d;--mat-tab-header-inactive-ripple-color: #e3ac4d;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #e3ac4d;--mat-tab-header-active-hover-label-text-color: #e3ac4d;--mat-tab-header-active-focus-indicator-color: #e3ac4d;--mat-tab-header-active-hover-indicator-color: #e3ac4d}.dark .mat-mdc-tab-group.mat-warn,.dark .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: white;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .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(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .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}.dark .mat-mdc-tab-group.mat-background-primary,.dark .mat-mdc-tab-nav-bar.mat-background-primary,.dark .mat-mdc-tab-group.mat-background-accent,.dark .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #e3ac4d;--mat-tab-header-with-background-foreground-color: #f0f5f9}.dark .mat-mdc-tab-group.mat-background-warn,.dark .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.dark .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #f0f5f9;--mdc-checkbox-selected-focus-icon-color: #e3ac4d;--mdc-checkbox-selected-hover-icon-color: #e3ac4d;--mdc-checkbox-selected-icon-color: #e3ac4d;--mdc-checkbox-selected-pressed-icon-color: #e3ac4d;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #e3ac4d;--mdc-checkbox-selected-hover-state-layer-color: #e3ac4d;--mdc-checkbox-selected-pressed-state-layer-color: #e3ac4d;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .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: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .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: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.dark .mat-mdc-button.mat-primary,.dark .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #e3ac4d;--mat-text-button-state-layer-color: #e3ac4d;--mat-text-button-ripple-color: rgba(227, 172, 77, .1)}.dark .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)}.dark .mat-mdc-unelevated-button.mat-primary,.dark .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #e3ac4d;--mdc-filled-button-label-text-color: #f0f5f9;--mat-filled-button-state-layer-color: #f0f5f9;--mat-filled-button-ripple-color: rgba(240, 245, 249, .1)}.dark .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)}.dark .mat-mdc-raised-button.mat-primary,.dark .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #e3ac4d;--mdc-protected-button-label-text-color: #f0f5f9;--mat-protected-button-state-layer-color: #f0f5f9;--mat-protected-button-ripple-color: rgba(240, 245, 249, .1)}.dark .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)}.dark .mat-mdc-outlined-button.mat-primary,.dark .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #e3ac4d;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #e3ac4d;--mat-outlined-button-ripple-color: rgba(227, 172, 77, .1)}.dark .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}.dark .mat-mdc-icon-button.mat-primary,.dark .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #e3ac4d;--mat-icon-button-state-layer-color: #e3ac4d;--mat-icon-button-ripple-color: rgba(227, 172, 77, .1)}.dark .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)}.dark .mat-mdc-fab.mat-primary,.dark .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #e3ac4d;--mat-fab-foreground-color: #f0f5f9;--mat-fab-state-layer-color: #f0f5f9;--mat-fab-ripple-color: rgba(240, 245, 249, .1)}.dark .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)}.dark .mat-mdc-mini-fab.mat-primary,.dark .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #e3ac4d;--mat-fab-small-foreground-color: #f0f5f9;--mat-fab-small-state-layer-color: #f0f5f9;--mat-fab-small-ripple-color: rgba(240, 245, 249, .1)}.dark .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)}.dark .mat-accent{--mdc-circular-progress-active-indicator-color: #e3ac4d}.dark .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}.dark .mat-badge-accent{--mat-badge-background-color: #e3ac4d;--mat-badge-text-color: #f0f5f9}.dark .mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}.dark .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: #f0f5f9;--mat-datepicker-calendar-date-selected-state-background-color: #e3ac4d;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(227, 172, 77, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: #f0f5f9;--mat-datepicker-calendar-date-focus-state-background-color: rgba(227, 172, 77, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(227, 172, 77, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(227, 172, 77, .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}.dark .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}.dark .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #e3ac4d}.dark .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.dark .mat-icon.mat-primary,.dark .mat-icon.mat-accent{--mat-icon-color: #e3ac4d}.dark .mat-icon.mat-warn{--mat-icon-color: #f44336}.dark .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #f0f5f9;--mat-stepper-header-selected-state-icon-background-color: #e3ac4d;--mat-stepper-header-selected-state-icon-foreground-color: #f0f5f9;--mat-stepper-header-done-state-icon-background-color: #e3ac4d;--mat-stepper-header-done-state-icon-foreground-color: #f0f5f9;--mat-stepper-header-edit-state-icon-background-color: #e3ac4d;--mat-stepper-header-edit-state-icon-foreground-color: #f0f5f9}.dark .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}.dark .mat-toolbar.mat-primary,.dark .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #e3ac4d;--mat-toolbar-container-text-color: #f0f5f9}.dark .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}.custom-theme-light,.custom-theme-dark{--form-primary-color: rgb(var(--form-primary-color-rgb) / 1);--form-foreground-color: rgb(var(--form-foreground-color-rgb) / 1);--form-background-color: rgb(var(--form-background-color-rgb) / 1);--primary-color-rgb: var(--form-primary-color-rgb);--foreground-color-rgb: var(--form-foreground-color-rgb);--background-color-rgb: var(--form-background-color-rgb);--primary-color: rgb(var(--form-primary-color-rgb) / 1);--foreground-color: rgb(var(--form-foreground-color-rgb) / 1);--background-color: rgb(var(--form-background-color-rgb) / 1)}.custom-theme-light.custom-theme-light,.custom-theme-dark.custom-theme-light{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: var(--form-primary-color);--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-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-full-pseudo-checkbox-selected-icon-color: var(--form-primary-color);--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: var(--form-primary-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 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);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 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);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 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);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 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-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--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);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--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;--mdc-filled-text-field-caret-color: var(--form-primary-color);--mdc-filled-text-field-focus-active-indicator-color: var(--form-primary-color);--mdc-filled-text-field-focus-label-text-color: var(--form-primary-color);--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: var(--form-primary-color);--mdc-outlined-text-field-focus-outline-color: var(--form-primary-color);--mdc-outlined-text-field-focus-label-text-color: var(--form-primary-color);--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: var(--form-primary-color);--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-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);--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: var(--form-primary-color);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87);--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);--mat-autocomplete-background-color: white;--mdc-dialog-container-shape: 4px;--mat-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);--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;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--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;--mdc-switch-selected-focus-state-layer-color: var(--form-primary-color);--mdc-switch-selected-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-state-layer-color: var(--form-primary-color);--mdc-switch-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-switch-selected-focus-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-handle-color: var(--form-primary-color);--mdc-switch-selected-pressed-handle-color: var(--form-primary-color);--mdc-switch-selected-focus-track-color: var(--form-primary-color);--mdc-switch-selected-hover-track-color: var(--form-primary-color);--mdc-switch-selected-pressed-track-color: var(--form-primary-color);--mdc-switch-selected-track-color: var(--form-primary-color);--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: #fff;--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-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-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-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--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;--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-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-handle-color: var(--form-primary-color);--mdc-slider-focus-handle-color: var(--form-primary-color);--mdc-slider-hover-handle-color: var(--form-primary-color);--mdc-slider-active-track-color: var(--form-primary-color);--mdc-slider-inactive-track-color: var(--form-primary-color);--mdc-slider-with-tick-marks-inactive-container-color: var(--form-primary-color);--mdc-slider-with-tick-marks-active-container-color: var(--form-foreground-color);--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;--mat-slider-ripple-color: var(--form-primary-color);--mat-slider-hover-state-layer-color: rgba(var(--form-primary-color), .05);--mat-slider-focus-state-layer-color: rgba(var(--form-primary-color), .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-base-elevation-level: 8;--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);--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;--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;--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);--mdc-secondary-navigation-tab-container-height: 48px;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0;--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;--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: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--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-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--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-checkbox-label-text-color: rgba(0, 0, 0, .87);--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .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-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;--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);--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;--mdc-icon-button-icon-size: 24px;--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;--mdc-fab-container-shape: 50%;--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-small-container-shape: 50%;--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-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .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-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .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;--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-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: var(--form-primary-color);--mat-table-row-item-outline-width: 1px;--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);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: var(--form-primary-color);--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;--mat-badge-background-color: var(--form-primary-color);--mat-badge-text-color: var(--form-foreground-color);--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--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;--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;--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);--mat-datepicker-calendar-date-selected-state-text-color: var(--form-foreground-color);--mat-datepicker-calendar-date-selected-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, .26);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--form-foreground-color);--mat-datepicker-calendar-date-focus-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-hover-state-background-color: var(--form-primary-color);--mat-datepicker-toggle-active-state-icon-color: var(--form-primary-color);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--form-primary-color), .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-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none;--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);--mat-icon-color: inherit;--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;--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);--mat-stepper-header-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-selected-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-selected-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-done-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-done-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-edit-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-edit-state-icon-foreground-color: var(--form-foreground-color);--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;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.custom-theme-light.custom-theme-light .mat-accent,.custom-theme-dark.custom-theme-light .mat-accent{--mat-option-selected-state-label-text-color: var(--form-primary-color);--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)}.custom-theme-light.custom-theme-light .mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-primary,.custom-theme-dark.custom-theme-light .mat-primary,.custom-theme-light.custom-theme-light .mat-accent,.custom-theme-dark.custom-theme-light .mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: var(--form-primary-color);--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: var(--form-primary-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.custom-theme-light.custom-theme-light .mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-mdc-progress-bar,.custom-theme-dark.custom-theme-light .mat-mdc-progress-bar,.custom-theme-light.custom-theme-light .mat-mdc-progress-bar.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: var(--form-primary-color);--mdc-linear-progress-track-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-mdc-progress-bar.mat-warn,.custom-theme-dark.custom-theme-light .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}.custom-theme-light.custom-theme-light .mat-mdc-form-field.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: var(--form-primary-color);--mdc-filled-text-field-focus-active-indicator-color: var(--form-primary-color);--mdc-filled-text-field-focus-label-text-color: var(--form-primary-color);--mdc-outlined-text-field-caret-color: var(--form-primary-color);--mdc-outlined-text-field-focus-outline-color: var(--form-primary-color);--mdc-outlined-text-field-focus-label-text-color: var(--form-primary-color);--mat-form-field-focus-select-arrow-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-mdc-form-field.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-form-field.mat-accent,.custom-theme-dark.custom-theme-light .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: var(--form-primary-color);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}.custom-theme-light.custom-theme-light .mat-mdc-form-field.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-standard-chip,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip{--mdc-chip-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .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}.custom-theme-light.custom-theme-light .mat-mdc-standard-chip,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: var(--form-foreground-color);--mdc-chip-elevated-container-color: var(--form-primary-color);--mdc-chip-elevated-selected-container-color: var(--form-primary-color);--mdc-chip-elevated-disabled-container-color: var(--form-primary-color);--mdc-chip-flat-disabled-selected-container-color: var(--form-primary-color);--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: var(--form-foreground-color);--mdc-chip-selected-label-text-color: var(--form-foreground-color);--mdc-chip-with-icon-icon-color: var(--form-foreground-color);--mdc-chip-with-icon-disabled-icon-color: var(--form-foreground-color);--mdc-chip-with-icon-selected-icon-color: var(--form-foreground-color);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--form-foreground-color);--mdc-chip-with-trailing-icon-trailing-icon-color: var(--form-foreground-color);--mat-chip-selected-disabled-trailing-icon-color: var(--form-foreground-color);--mat-chip-selected-trailing-icon-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.custom-theme-light.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,.custom-theme-dark.custom-theme-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-mdc-slide-toggle,.custom-theme-dark.custom-theme-light .mat-mdc-slide-toggle{--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-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}.custom-theme-light.custom-theme-light .mat-mdc-slide-toggle,.custom-theme-dark.custom-theme-light .mat-mdc-slide-toggle{--mat-switch-label-text-color: rgba(0, 0, 0, .87)}.custom-theme-light.custom-theme-light .mat-mdc-slide-toggle.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: var(--form-primary-color);--mdc-switch-selected-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-state-layer-color: var(--form-primary-color);--mdc-switch-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-switch-selected-focus-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-handle-color: var(--form-primary-color);--mdc-switch-selected-pressed-handle-color: var(--form-primary-color);--mdc-switch-selected-focus-track-color: var(--form-primary-color);--mdc-switch-selected-hover-track-color: var(--form-primary-color);--mdc-switch-selected-pressed-track-color: var(--form-primary-color);--mdc-switch-selected-track-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-mdc-slide-toggle.mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-mdc-radio-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-radio-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-radio-button.mat-accent,.custom-theme-dark.custom-theme-light .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-focus-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: var(--form-primary-color);--mdc-radio-selected-hover-icon-color: var(--form-primary-color);--mdc-radio-selected-icon-color: var(--form-primary-color);--mdc-radio-selected-pressed-icon-color: var(--form-primary-color);--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: var(--form-primary-color);--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.custom-theme-light.custom-theme-light .mat-mdc-radio-button.mat-warn,.custom-theme-dark.custom-theme-light .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-focus-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);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.custom-theme-light.custom-theme-light .mat-accent,.custom-theme-dark.custom-theme-light .mat-accent{--mdc-slider-handle-color: var(--form-primary-color);--mdc-slider-focus-handle-color: var(--form-primary-color);--mdc-slider-hover-handle-color: var(--form-primary-color);--mdc-slider-active-track-color: var(--form-primary-color);--mdc-slider-inactive-track-color: var(--form-primary-color);--mdc-slider-with-tick-marks-inactive-container-color: var(--form-primary-color);--mdc-slider-with-tick-marks-active-container-color: var(--form-foreground-color);--mat-slider-ripple-color: var(--form-primary-color);--mat-slider-hover-state-layer-color: rgba(var(--form-primary-color), .05);--mat-slider-focus-state-layer-color: rgba(var(--form-primary-color), .2)}.custom-theme-light.custom-theme-light .mat-warn,.custom-theme-dark.custom-theme-light .mat-warn{--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;--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)}.custom-theme-light.custom-theme-light .mdc-list-item__start,.custom-theme-light.custom-theme-light .mdc-list-item__end,.custom-theme-dark.custom-theme-light .mdc-list-item__start,.custom-theme-dark.custom-theme-light .mdc-list-item__end,.custom-theme-light.custom-theme-light .mat-accent .mdc-list-item__start,.custom-theme-light.custom-theme-light .mat-accent .mdc-list-item__end,.custom-theme-dark.custom-theme-light .mat-accent .mdc-list-item__start,.custom-theme-dark.custom-theme-light .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-focus-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: var(--form-primary-color);--mdc-radio-selected-hover-icon-color: var(--form-primary-color);--mdc-radio-selected-icon-color: var(--form-primary-color);--mdc-radio-selected-pressed-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-warn .mdc-list-item__start,.custom-theme-light.custom-theme-light .mat-warn .mdc-list-item__end,.custom-theme-dark.custom-theme-light .mat-warn .mdc-list-item__start,.custom-theme-dark.custom-theme-light .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-focus-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}.custom-theme-light.custom-theme-light .mat-mdc-list-option,.custom-theme-dark.custom-theme-light .mat-mdc-list-option,.custom-theme-light.custom-theme-light .mat-mdc-list-option.mat-accent,.custom-theme-dark.custom-theme-light .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: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--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-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.custom-theme-light.custom-theme-light .mat-mdc-list-option.mat-warn,.custom-theme-dark.custom-theme-light .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-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}.custom-theme-light.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.custom-theme-light.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.custom-theme-light.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.custom-theme-light.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,.custom-theme-dark.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.custom-theme-dark.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.custom-theme-dark.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.custom-theme-dark.custom-theme-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.custom-theme-light.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.custom-theme-light.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,.custom-theme-dark.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.custom-theme-dark.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.custom-theme-dark.custom-theme-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.custom-theme-light.custom-theme-light .mat-mdc-tab-group,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group,.custom-theme-dark.custom-theme-light .mat-mdc-tab-nav-bar,.custom-theme-light.custom-theme-light .mat-mdc-tab-group.mat-accent,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: var(--form-primary-color);--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: var(--form-primary-color);--mat-tab-header-active-ripple-color: var(--form-primary-color);--mat-tab-header-inactive-ripple-color: var(--form-primary-color);--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: var(--form-primary-color);--mat-tab-header-active-hover-label-text-color: var(--form-primary-color);--mat-tab-header-active-focus-indicator-color: var(--form-primary-color);--mat-tab-header-active-hover-indicator-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-mdc-tab-group.mat-warn,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar.mat-warn,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group.mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-mdc-tab-group.mat-background-primary,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-primary,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group.mat-background-primary,.custom-theme-dark.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-primary,.custom-theme-light.custom-theme-light .mat-mdc-tab-group.mat-background-accent,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-accent,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group.mat-background-accent,.custom-theme-dark.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: var(--form-primary-color);--mat-tab-header-with-background-foreground-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-light .mat-mdc-tab-group.mat-background-warn,.custom-theme-light.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-warn,.custom-theme-dark.custom-theme-light .mat-mdc-tab-group.mat-background-warn,.custom-theme-dark.custom-theme-light .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.custom-theme-light.custom-theme-light .mat-mdc-checkbox.mat-primary,.custom-theme-dark.custom-theme-light .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: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--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-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.custom-theme-light.custom-theme-light .mat-mdc-checkbox.mat-warn,.custom-theme-dark.custom-theme-light .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-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}.custom-theme-light.custom-theme-light .mat-mdc-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-button.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: var(--form-primary-color);--mat-text-button-state-layer-color: var(--form-primary-color);--mat-text-button-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-button.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-unelevated-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-unelevated-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-unelevated-button.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: var(--form-primary-color);--mdc-filled-button-label-text-color: var(--form-foreground-color);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-unelevated-button.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-raised-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-raised-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-raised-button.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: var(--form-primary-color);--mdc-protected-button-label-text-color: var(--form-foreground-color);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-raised-button.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-outlined-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-outlined-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-outlined-button.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: var(--form-primary-color);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: var(--form-primary-color);--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-outlined-button.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-icon-button.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-icon-button.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-icon-button.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: var(--form-primary-color);--mat-icon-button-state-layer-color: var(--form-primary-color);--mat-icon-button-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-icon-button.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-fab.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-fab.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-fab.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-fab.mat-accent{--mdc-fab-container-color: var(--form-primary-color);--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-fab.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-mdc-mini-fab.mat-primary,.custom-theme-dark.custom-theme-light .mat-mdc-mini-fab.mat-primary,.custom-theme-light.custom-theme-light .mat-mdc-mini-fab.mat-accent,.custom-theme-dark.custom-theme-light .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: var(--form-primary-color);--mat-fab-small-foreground-color: #000;--mat-fab-small-state-layer-color: #000;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1)}.custom-theme-light.custom-theme-light .mat-mdc-mini-fab.mat-warn,.custom-theme-dark.custom-theme-light .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)}.custom-theme-light.custom-theme-light .mat-accent,.custom-theme-dark.custom-theme-light .mat-accent{--mdc-circular-progress-active-indicator-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-warn,.custom-theme-dark.custom-theme-light .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}.custom-theme-light.custom-theme-light .mat-badge-accent,.custom-theme-dark.custom-theme-light .mat-badge-accent{--mat-badge-background-color: var(--form-primary-color);--mat-badge-text-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-light .mat-badge-warn,.custom-theme-dark.custom-theme-light .mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}.custom-theme-light.custom-theme-light .mat-datepicker-content.mat-accent,.custom-theme-dark.custom-theme-light .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: var(--form-foreground-color);--mat-datepicker-calendar-date-selected-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, .26);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--form-foreground-color);--mat-datepicker-calendar-date-focus-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-hover-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--form-primary-color), .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}.custom-theme-light.custom-theme-light .mat-datepicker-content.mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-datepicker-toggle-active.mat-accent,.custom-theme-dark.custom-theme-light .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-datepicker-toggle-active.mat-warn,.custom-theme-dark.custom-theme-light .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.custom-theme-light.custom-theme-light .mat-icon.mat-primary,.custom-theme-dark.custom-theme-light .mat-icon.mat-primary,.custom-theme-light.custom-theme-light .mat-icon.mat-accent,.custom-theme-dark.custom-theme-light .mat-icon.mat-accent{--mat-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-light .mat-icon.mat-warn,.custom-theme-dark.custom-theme-light .mat-icon.mat-warn{--mat-icon-color: #f44336}.custom-theme-light.custom-theme-light .mat-step-header.mat-accent,.custom-theme-dark.custom-theme-light .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-selected-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-selected-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-done-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-done-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-edit-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-edit-state-icon-foreground-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-light .mat-step-header.mat-warn,.custom-theme-dark.custom-theme-light .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}.custom-theme-light.custom-theme-light .mat-toolbar.mat-primary,.custom-theme-dark.custom-theme-light .mat-toolbar.mat-primary,.custom-theme-light.custom-theme-light .mat-toolbar.mat-accent,.custom-theme-dark.custom-theme-light .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: var(--form-primary-color);--mat-toolbar-container-text-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-light .mat-toolbar.mat-warn,.custom-theme-dark.custom-theme-light .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}.custom-theme-light.custom-theme-dark,.custom-theme-dark.custom-theme-dark{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: var(--form-primary-color);--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mat-full-pseudo-checkbox-selected-icon-color: var(--form-primary-color);--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--form-primary-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 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);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 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);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 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);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 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-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--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: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .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(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--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;--mdc-filled-text-field-caret-color: var(--form-primary-color);--mdc-filled-text-field-focus-active-indicator-color: var(--form-primary-color);--mdc-filled-text-field-focus-label-text-color: var(--form-primary-color);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .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(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .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: var(--form-primary-color);--mdc-outlined-text-field-focus-outline-color: var(--form-primary-color);--mdc-outlined-text-field-focus-label-text-color: var(--form-primary-color);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .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(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .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: var(--form-primary-color);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--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(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--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);--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: var(--form-primary-color);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87);--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);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-shape: 4px;--mat-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);--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;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--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;--mdc-switch-selected-focus-state-layer-color: var(--form-primary-color);--mdc-switch-selected-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-state-layer-color: var(--form-primary-color);--mdc-switch-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-switch-selected-focus-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-handle-color: var(--form-primary-color);--mdc-switch-selected-pressed-handle-color: var(--form-primary-color);--mdc-switch-selected-focus-track-color: var(--form-primary-color);--mdc-switch-selected-hover-track-color: var(--form-primary-color);--mdc-switch-selected-pressed-track-color: var(--form-primary-color);--mdc-switch-selected-track-color: var(--form-primary-color);--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: #fff;--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161;--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-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-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--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;--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-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-handle-color: var(--form-primary-color);--mdc-slider-focus-handle-color: var(--form-primary-color);--mdc-slider-hover-handle-color: var(--form-primary-color);--mdc-slider-active-track-color: var(--form-primary-color);--mdc-slider-inactive-track-color: var(--form-primary-color);--mdc-slider-with-tick-marks-inactive-container-color: var(--form-primary-color);--mdc-slider-with-tick-marks-active-container-color: var(--form-foreground-color);--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mat-slider-ripple-color: var(--form-primary-color);--mat-slider-hover-state-layer-color: rgba(var(--form-primary-color), .05);--mat-slider-focus-state-layer-color: rgba(var(--form-primary-color), .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-base-elevation-level: 8;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--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;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-secondary-navigation-tab-container-height: 48px;--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0;--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;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .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-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;--mdc-text-button-label-text-color: white;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: white;--mat-text-button-disabled-state-layer-color: white;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24;--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: white;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: white;--mat-filled-button-disabled-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24;--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: white;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: white;--mat-protected-button-disabled-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: white;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: white;--mat-outlined-button-disabled-state-layer-color: white;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24;--mdc-icon-button-icon-size: 24px;--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: white;--mat-icon-button-disabled-state-layer-color: white;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24;--mdc-fab-container-shape: 50%;--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-small-container-shape: 50%;--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-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .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-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-disabled-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-disabled-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-focus-state-layer-opacity: .24;--mat-fab-small-pressed-state-layer-opacity: .24;--mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: var(--form-primary-color);--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;--mat-badge-background-color: var(--form-primary-color);--mat-badge-text-color: var(--form-foreground-color);--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--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;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--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);--mat-datepicker-calendar-date-selected-state-text-color: var(--form-foreground-color);--mat-datepicker-calendar-date-selected-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--form-foreground-color);--mat-datepicker-calendar-date-focus-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-hover-state-background-color: var(--form-primary-color);--mat-datepicker-toggle-active-state-icon-color: var(--form-primary-color);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--form-primary-color), .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: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--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;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-selected-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-selected-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-done-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-done-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-edit-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-edit-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.custom-theme-light.custom-theme-dark .mat-accent,.custom-theme-dark.custom-theme-dark .mat-accent{--mat-option-selected-state-label-text-color: var(--form-primary-color);--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.custom-theme-light.custom-theme-dark .mat-warn,.custom-theme-dark.custom-theme-dark .mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.custom-theme-light.custom-theme-dark .mat-primary,.custom-theme-dark.custom-theme-dark .mat-primary,.custom-theme-light.custom-theme-dark .mat-accent,.custom-theme-dark.custom-theme-dark .mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: var(--form-primary-color);--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--form-primary-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868}.custom-theme-light.custom-theme-dark .mat-warn,.custom-theme-dark.custom-theme-dark .mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868}.custom-theme-light.custom-theme-dark .mat-mdc-progress-bar,.custom-theme-dark.custom-theme-dark .mat-mdc-progress-bar,.custom-theme-light.custom-theme-dark .mat-mdc-progress-bar.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: var(--form-primary-color);--mdc-linear-progress-track-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-mdc-progress-bar.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}.custom-theme-light.custom-theme-dark .mat-mdc-form-field.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: var(--form-primary-color);--mdc-filled-text-field-focus-active-indicator-color: var(--form-primary-color);--mdc-filled-text-field-focus-label-text-color: var(--form-primary-color);--mdc-outlined-text-field-caret-color: var(--form-primary-color);--mdc-outlined-text-field-focus-outline-color: var(--form-primary-color);--mdc-outlined-text-field-focus-label-text-color: var(--form-primary-color);--mat-form-field-focus-select-arrow-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-mdc-form-field.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-form-field.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: var(--form-primary-color);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}.custom-theme-light.custom-theme-dark .mat-mdc-form-field.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip{--mdc-chip-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .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}.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-selected-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-flat-disabled-selected-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-selected-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;--mat-chip-selected-disabled-trailing-icon-color: #fafafa;--mat-chip-selected-trailing-icon-color: #fafafa}.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: var(--form-foreground-color);--mdc-chip-elevated-container-color: var(--form-primary-color);--mdc-chip-elevated-selected-container-color: var(--form-primary-color);--mdc-chip-elevated-disabled-container-color: var(--form-primary-color);--mdc-chip-flat-disabled-selected-container-color: var(--form-primary-color);--mdc-chip-focus-state-layer-color: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: var(--form-foreground-color);--mdc-chip-selected-label-text-color: var(--form-foreground-color);--mdc-chip-with-icon-icon-color: var(--form-foreground-color);--mdc-chip-with-icon-disabled-icon-color: var(--form-foreground-color);--mdc-chip-with-icon-selected-icon-color: var(--form-foreground-color);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--form-foreground-color);--mdc-chip-with-trailing-icon-trailing-icon-color: var(--form-foreground-color);--mat-chip-selected-disabled-trailing-icon-color: var(--form-foreground-color);--mat-chip-selected-trailing-icon-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.custom-theme-light.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.custom-theme-dark.custom-theme-dark .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: white;--mdc-chip-hover-state-layer-color: white;--mdc-chip-selected-hover-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: white;--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}.custom-theme-light.custom-theme-dark .mat-mdc-slide-toggle,.custom-theme-dark.custom-theme-dark .mat-mdc-slide-toggle{--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-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}.custom-theme-light.custom-theme-dark .mat-mdc-slide-toggle,.custom-theme-dark.custom-theme-dark .mat-mdc-slide-toggle{--mat-switch-label-text-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-slide-toggle.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: var(--form-primary-color);--mdc-switch-selected-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-state-layer-color: var(--form-primary-color);--mdc-switch-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-switch-selected-focus-handle-color: var(--form-primary-color);--mdc-switch-selected-hover-handle-color: var(--form-primary-color);--mdc-switch-selected-pressed-handle-color: var(--form-primary-color);--mdc-switch-selected-focus-track-color: var(--form-primary-color);--mdc-switch-selected-hover-track-color: var(--form-primary-color);--mdc-switch-selected-pressed-track-color: var(--form-primary-color);--mdc-switch-selected-track-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-mdc-slide-toggle.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e57373;--mdc-switch-selected-handle-color: #e57373;--mdc-switch-selected-hover-state-layer-color: #e57373;--mdc-switch-selected-pressed-state-layer-color: #e57373;--mdc-switch-selected-focus-handle-color: #ef9a9a;--mdc-switch-selected-hover-handle-color: #ef9a9a;--mdc-switch-selected-pressed-handle-color: #ef9a9a;--mdc-switch-selected-focus-track-color: #e53935;--mdc-switch-selected-hover-track-color: #e53935;--mdc-switch-selected-pressed-track-color: #e53935;--mdc-switch-selected-track-color: #e53935}.custom-theme-light.custom-theme-dark .mat-mdc-radio-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-radio-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-radio-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: var(--form-primary-color);--mdc-radio-selected-hover-icon-color: var(--form-primary-color);--mdc-radio-selected-icon-color: var(--form-primary-color);--mdc-radio-selected-pressed-icon-color: var(--form-primary-color);--mat-radio-ripple-color: white;--mat-radio-checked-ripple-color: var(--form-primary-color);--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-label-text-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-radio-button.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .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: white;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-label-text-color: white}.custom-theme-light.custom-theme-dark .mat-accent,.custom-theme-dark.custom-theme-dark .mat-accent{--mdc-slider-handle-color: var(--form-primary-color);--mdc-slider-focus-handle-color: var(--form-primary-color);--mdc-slider-hover-handle-color: var(--form-primary-color);--mdc-slider-active-track-color: var(--form-primary-color);--mdc-slider-inactive-track-color: var(--form-primary-color);--mdc-slider-with-tick-marks-inactive-container-color: var(--form-primary-color);--mdc-slider-with-tick-marks-active-container-color: var(--form-foreground-color);--mat-slider-ripple-color: var(--form-primary-color);--mat-slider-hover-state-layer-color: rgba(var(--form-primary-color), .05);--mat-slider-focus-state-layer-color: rgba(var(--form-primary-color), .2)}.custom-theme-light.custom-theme-dark .mat-warn,.custom-theme-dark.custom-theme-dark .mat-warn{--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;--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)}.custom-theme-light.custom-theme-dark .mdc-list-item__start,.custom-theme-light.custom-theme-dark .mdc-list-item__end,.custom-theme-dark.custom-theme-dark .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mdc-list-item__end,.custom-theme-light.custom-theme-dark .mat-accent .mdc-list-item__start,.custom-theme-light.custom-theme-dark .mat-accent .mdc-list-item__end,.custom-theme-dark.custom-theme-dark .mat-accent .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: var(--form-primary-color);--mdc-radio-selected-hover-icon-color: var(--form-primary-color);--mdc-radio-selected-icon-color: var(--form-primary-color);--mdc-radio-selected-pressed-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-warn .mdc-list-item__start,.custom-theme-light.custom-theme-dark .mat-warn .mdc-list-item__end,.custom-theme-dark.custom-theme-dark .mat-warn .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: white;--mdc-radio-disabled-unselected-icon-color: white;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .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}.custom-theme-light.custom-theme-dark .mat-mdc-list-option,.custom-theme-dark.custom-theme-dark .mat-mdc-list-option,.custom-theme-light.custom-theme-dark .mat-mdc-list-option.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-list-option.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .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: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .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: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.custom-theme-light.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.custom-theme-light.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.custom-theme-light.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.custom-theme-light.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.custom-theme-light.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.custom-theme-dark.custom-theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.custom-theme-light.custom-theme-dark .mat-mdc-tab-group,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar,.custom-theme-light.custom-theme-dark .mat-mdc-tab-group.mat-accent,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: var(--form-primary-color);--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: white;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: var(--form-primary-color);--mat-tab-header-active-ripple-color: var(--form-primary-color);--mat-tab-header-inactive-ripple-color: var(--form-primary-color);--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: var(--form-primary-color);--mat-tab-header-active-hover-label-text-color: var(--form-primary-color);--mat-tab-header-active-focus-indicator-color: var(--form-primary-color);--mat-tab-header-active-hover-indicator-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-mdc-tab-group.mat-warn,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: white;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .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(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .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}.custom-theme-light.custom-theme-dark .mat-mdc-tab-group.mat-background-primary,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group.mat-background-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-primary,.custom-theme-light.custom-theme-dark .mat-mdc-tab-group.mat-background-accent,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group.mat-background-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: var(--form-primary-color);--mat-tab-header-with-background-foreground-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-dark .mat-mdc-tab-group.mat-background-warn,.custom-theme-light.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-group.mat-background-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-checkbox.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: var(--form-foreground-color);--mdc-checkbox-selected-focus-icon-color: var(--form-primary-color);--mdc-checkbox-selected-hover-icon-color: var(--form-primary-color);--mdc-checkbox-selected-icon-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-icon-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-hover-state-layer-color: var(--form-primary-color);--mdc-checkbox-selected-pressed-state-layer-color: var(--form-primary-color);--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-checkbox.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .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: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .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: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.custom-theme-light.custom-theme-dark .mat-mdc-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: var(--form-primary-color);--mat-text-button-state-layer-color: var(--form-primary-color);--mat-text-button-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-button.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-unelevated-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-unelevated-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-unelevated-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: var(--form-primary-color);--mdc-filled-button-label-text-color: var(--form-foreground-color);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-unelevated-button.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-raised-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-raised-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-raised-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: var(--form-primary-color);--mdc-protected-button-label-text-color: var(--form-foreground-color);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-raised-button.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-outlined-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-outlined-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-outlined-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: var(--form-primary-color);--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: var(--form-primary-color);--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-outlined-button.mat-warn,.custom-theme-dark.custom-theme-dark .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-icon-button.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-icon-button.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-icon-button.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: var(--form-primary-color);--mat-icon-button-state-layer-color: var(--form-primary-color);--mat-icon-button-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-icon-button.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-fab.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-fab.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-fab.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-fab.mat-accent{--mdc-fab-container-color: var(--form-primary-color);--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-fab.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-mdc-mini-fab.mat-primary,.custom-theme-dark.custom-theme-dark .mat-mdc-mini-fab.mat-primary,.custom-theme-light.custom-theme-dark .mat-mdc-mini-fab.mat-accent,.custom-theme-dark.custom-theme-dark .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: var(--form-primary-color);--mat-fab-small-foreground-color: #fff;--mat-fab-small-state-layer-color: #fff;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}.custom-theme-light.custom-theme-dark .mat-mdc-mini-fab.mat-warn,.custom-theme-dark.custom-theme-dark .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)}.custom-theme-light.custom-theme-dark .mat-accent,.custom-theme-dark.custom-theme-dark .mat-accent{--mdc-circular-progress-active-indicator-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-warn,.custom-theme-dark.custom-theme-dark .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}.custom-theme-light.custom-theme-dark .mat-badge-accent,.custom-theme-dark.custom-theme-dark .mat-badge-accent{--mat-badge-background-color: var(--form-primary-color);--mat-badge-text-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-dark .mat-badge-warn,.custom-theme-dark.custom-theme-dark .mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}.custom-theme-light.custom-theme-dark .mat-datepicker-content.mat-accent,.custom-theme-dark.custom-theme-dark .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: var(--form-foreground-color);--mat-datepicker-calendar-date-selected-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--form-foreground-color);--mat-datepicker-calendar-date-focus-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-hover-state-background-color: var(--form-primary-color);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--form-primary-color), .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}.custom-theme-light.custom-theme-dark .mat-datepicker-content.mat-warn,.custom-theme-dark.custom-theme-dark .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}.custom-theme-light.custom-theme-dark .mat-datepicker-toggle-active.mat-accent,.custom-theme-dark.custom-theme-dark .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-datepicker-toggle-active.mat-warn,.custom-theme-dark.custom-theme-dark .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.custom-theme-light.custom-theme-dark .mat-icon.mat-primary,.custom-theme-dark.custom-theme-dark .mat-icon.mat-primary,.custom-theme-light.custom-theme-dark .mat-icon.mat-accent,.custom-theme-dark.custom-theme-dark .mat-icon.mat-accent{--mat-icon-color: var(--form-primary-color)}.custom-theme-light.custom-theme-dark .mat-icon.mat-warn,.custom-theme-dark.custom-theme-dark .mat-icon.mat-warn{--mat-icon-color: #f44336}.custom-theme-light.custom-theme-dark .mat-step-header.mat-accent,.custom-theme-dark.custom-theme-dark .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-selected-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-selected-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-done-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-done-state-icon-foreground-color: var(--form-foreground-color);--mat-stepper-header-edit-state-icon-background-color: var(--form-primary-color);--mat-stepper-header-edit-state-icon-foreground-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-dark .mat-step-header.mat-warn,.custom-theme-dark.custom-theme-dark .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}.custom-theme-light.custom-theme-dark .mat-toolbar.mat-primary,.custom-theme-dark.custom-theme-dark .mat-toolbar.mat-primary,.custom-theme-light.custom-theme-dark .mat-toolbar.mat-accent,.custom-theme-dark.custom-theme-dark .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: var(--form-primary-color);--mat-toolbar-container-text-color: var(--form-foreground-color)}.custom-theme-light.custom-theme-dark .mat-toolbar.mat-warn,.custom-theme-dark.custom-theme-dark .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}.mat-density-xxs{--error-wrapper-height: .5rem;--error-wrapper-height-invalid: 1.125rem;--mat-form-field-container-height: 44px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 10px;--mat-form-field-filled-with-label-container-padding-top: 10px;--mat-form-field-filled-with-label-container-padding-bottom: 10px;--mat-select-arrow-transform: none;--mdc-checkbox-state-layer-size: 28px;--mat-checkbox-touch-target-display: none;--mdc-switch-state-layer-size: 28px;--mdc-radio-state-layer-size: 28px;--mat-radio-touch-target-display: none;--mdc-list-list-item-one-line-container-height: 36px;--mdc-list-list-item-two-line-container-height: 52px;--mdc-list-list-item-three-line-container-height: 76px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-paginator-container-size: 40px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: none;--mdc-text-button-container-height: 24px;--mdc-filled-button-container-height: 24px;--mdc-protected-button-container-height: 24px;--mdc-outlined-button-container-height: 24px;--mat-text-button-touch-target-display: none;--mat-filled-button-touch-target-display: none;--mat-protected-button-touch-target-display: none;--mat-outlined-button-touch-target-display: none;--mat-icon-button-touch-target-display: none;--mat-fab-touch-target-display: none;--mat-fab-small-touch-target-display: none;--mat-table-header-container-height: 44px;--mat-table-footer-container-height: 40px;--mat-table-row-item-container-height: 40px;--mat-expansion-header-collapsed-state-height: 36px;--mat-expansion-header-expanded-state-height: 48px;--mat-stepper-header-height: 60px;--mat-toolbar-standard-height: 52px;--mat-toolbar-mobile-height: 44px;--mat-tree-node-min-height: 36px;--mat-standard-button-toggle-height: 36px}.mat-density-xxs .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 24px}.mat-density-xxs .mdc-list-item__start,.mat-density-xxs .mdc-list-item__end{--mdc-radio-state-layer-size: 28px}.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:44px}.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-density-xxs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:60px}.mat-density-xxs .mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 36px}.mat-density-xxs .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 36px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:6px}.mat-density-xs{--mat-form-field-container-height: 48px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 12px;--mat-form-field-filled-with-label-container-padding-top: 12px;--mat-form-field-filled-with-label-container-padding-bottom: 12px;--mat-select-arrow-transform: none;--mdc-checkbox-state-layer-size: 32px;--mat-checkbox-touch-target-display: none;--mdc-switch-state-layer-size: 32px;--mdc-radio-state-layer-size: 32px;--mat-radio-touch-target-display: none;--mdc-list-list-item-one-line-container-height: 40px;--mdc-list-list-item-two-line-container-height: 56px;--mdc-list-list-item-three-line-container-height: 80px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-paginator-container-size: 48px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mdc-text-button-container-height: 28px;--mdc-filled-button-container-height: 28px;--mdc-protected-button-container-height: 28px;--mdc-outlined-button-container-height: 28px;--mat-text-button-touch-target-display: none;--mat-filled-button-touch-target-display: none;--mat-protected-button-touch-target-display: none;--mat-outlined-button-touch-target-display: none;--mat-icon-button-touch-target-display: none;--mat-fab-touch-target-display: none;--mat-fab-small-touch-target-display: none;--mat-table-header-container-height: 48px;--mat-table-footer-container-height: 44px;--mat-table-row-item-container-height: 44px;--mat-expansion-header-collapsed-state-height: 40px;--mat-expansion-header-expanded-state-height: 56px;--mat-stepper-header-height: 64px;--mat-toolbar-standard-height: 56px;--mat-toolbar-mobile-height: 48px;--mat-tree-node-min-height: 40px;--mat-standard-button-toggle-height: 40px}.mat-density-xs .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 24px}.mat-density-xs .mdc-list-item__start,.mat-density-xs .mdc-list-item__end{--mdc-radio-state-layer-size: 32px}.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:48px}.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-density-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:64px}.mat-density-xs .mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 40px}.mat-density-xs .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}.mat-density-s{--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px;--mat-select-arrow-transform: translateY(-8px);--mdc-checkbox-state-layer-size: 36px;--mat-checkbox-touch-target-display: block;--mdc-switch-state-layer-size: 36px;--mdc-radio-state-layer-size: 36px;--mat-radio-touch-target-display: block;--mdc-list-list-item-one-line-container-height: 44px;--mdc-list-list-item-two-line-container-height: 60px;--mdc-list-list-item-three-line-container-height: 84px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mdc-text-button-container-height: 32px;--mdc-filled-button-container-height: 32px;--mdc-protected-button-container-height: 32px;--mdc-outlined-button-container-height: 32px;--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;--mat-icon-button-touch-target-display: block;--mat-fab-touch-target-display: block;--mat-fab-small-touch-target-display: block;--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px;--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px;--mat-stepper-header-height: 68px;--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px;--mat-tree-node-min-height: 44px;--mat-standard-button-toggle-height: 44px}.mat-density-s .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 28px}.mat-density-s .mdc-list-item__start,.mat-density-s .mdc-list-item__end{--mdc-radio-state-layer-size: 36px}.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:52px}.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-density-s .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:68px}.mat-density-s .mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 44px}.mat-density-s .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 44px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:10px}:root{--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--background-color: rgb(240 245 249);--foreground-color: rgb(3 3 3);--primary-color: rgb(5 124 198);--background-color-rgb: 240 245 249;--foreground-color-rgb: 3 3 3;--primary-color-rgb: 5 124 198;--primary-shadow-color: #000000b2;--primary-hover-color: rgb(var(--primary-color-rgb) / .1);--gray-color: rgb(182 184 187);--gray-color-rgb: 182 184 187;--green-color: rgb(5 150 105);--green-color-rgb: 5 150 105;--blue-color: rgb(5 124 198);--blue-color-rgb: 5 124 198;--yellow-color: rgb(244, 190, 94);--yellow-color-rgb: 244 190 94;--red-color: #ff808b;--red-color-rgb: 255 128 139;--red-weight-color: #f44336;--red-weight-color-rgb: 244 67 54;--red-weight-shadow-color: #f44336b2;--table-background-color: #fff;--disable-color: #cecece;--icon-wrapper-color: #39afd3;--border-divider: 1px solid rgb(var(--foreground-color-rgb) / .15);--shadow: 0 16px 52px 0 #33333342;--default-radius: 5px;--scrollbar-radius: 10px;--font-2xs: .625rem;--font-xs: .75rem;--font-sm: .875rem;--font-base: 1rem;--font-lg: 1.125rem;--font-xl: 1.25rem;--font-2xl: 1.5rem;--font-3xl: 1.75rem;--line-xs: 1rem;--line-sm: 1.25rem;--line-base: 1.5rem;--line-lg: 1.75rem;--line-xl: 1.75rem;--line-2xl: 2rem;--error-wrapper-height: 1.125rem;--error-wrapper-height-invalid: 1.5rem;--business-header-size: 4.5rem;--business-filter-size: 2.25rem;--mat-sidenav-content-background-color: var(--background-color);--mat-sidenav-scrim-color: rgb(var(--foreground-color-rgb) / .3)}:root .mat-mdc-dialog-container{--mdc-dialog-container-color: var(--background-color)}body.dark{--background-color: rgb(6 6 6);--foreground-color: rgb(240 245 249);--primary-color: rgb(227 172 77);--background-color-rgb: 6 6 6;--foreground-color-rgb: 255 255 255;--primary-color-rgb: 227 172 77;--primary-hover-color: rgb(var(--primary-color-rgb) / .1);--table-background-color: rgb(25, 25, 25);--mat-table-background-color: rgb(25, 25, 25);--mat-sidenav-content-background-color: var(--background-color);--mat-sidenav-scrim-color: rgb(var(--background-color-rgb) / .3)}body.dark .mat-mdc-dialog-container{--mdc-dialog-container-color: rgb(40 40 40)}.pulse{animation:pulse 1.5s cubic-bezier(.1,0,.2,1) infinite;animation-delay:.5s}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes pulse-bordered{0%{transform:scale(.96);box-shadow:0 0 #00000080}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.96);box-shadow:0 0 #0000}}@keyframes pulse-bordered-primary{0%{transform:scale(.97);box-shadow:0 0 rgb(var(--primary-color-rgb)/.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgb(var(--primary-color-rgb)/0)}to{transform:scale(.97);box-shadow:0 0 rgb(var(--primary-color-rgb)/0)}}@keyframes pulse-bordered-green{0%{transform:scale(.97);box-shadow:0 0 rgb(var(--green-color-rgb)/.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgb(var(--green-color-rgb)/0)}to{transform:scale(.97);box-shadow:0 0 rgb(var(--green-color-rgb)/0)}}@keyframes pulse-bordered-red{0%{transform:scale(.97);box-shadow:0 0 rgb(var(--red-weight-color-rgb)/.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgb(var(--red-weight-color-rgb)/0)}to{transform:scale(.97);box-shadow:0 0 rgb(var(--red-weight-color-rgb)/0)}}.get-over-here{animation:get-over-here ease-in-out .7s}@keyframes get-over-here{0%{transform:translate(500px)}50%{transform:translate(-20px)}80%{transform:translate(40px)}to{transform:translate(0)}}.out-over-there{animation:out-over-there ease-in-out .7s}@keyframes out-over-there{0%{transform:translate(0)}50%{transform:translate(40px)}80%{transform:translate(-20px)}to{transform:translate(500px)}}.file-animation .animated-item{animation:file-animation .5s infinite alternate}@keyframes file-animation{0%{transform:translate(0)}to{transform:translateY(-5px)}}@keyframes fade-in{0%{opacity:0}}@keyframes expand-in{0%{opacity:0;transform:scale(0)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fade-out-scale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes error-appear{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes arrow-ping{0%{transform:rotate(-90deg) translate(-12.5%)}to{transform:rotate(-90deg) translate(12.5%)}}button{cursor:pointer}.business-button{--button-icon-size: .75rem;--button-gap-size: .15rem;--button-padding-size: .4rem .75rem;--button-font-size: .8rem;display:flex;justify-content:center;align-items:center;border:none;outline:none;border-radius:var(--default-radius);gap:var(--button-gap-size);padding:var(--button-padding-size);font-size:var(--button-font-size);transition:all ease-in-out .2s}@media screen and (min-width: 640px){.business-button{--button-icon-size: 1rem;--button-gap-size: .25rem;--button-padding-size: .35rem .75rem;--button-font-size: .9rem}}@media screen and (min-width: 768px){.business-button{--button-icon-size: 1.15rem;--button-gap-size: .35rem;--button-padding-size: .5rem .75rem}}@media screen and (min-width: 1024px){.business-button{--button-icon-size: 1.25rem;--button-gap-size: .4rem;--button-padding-size: .5rem .9rem}}@media screen and (min-width: 1280px){.business-button{--button-icon-size: 1.5rem;--button-gap-size: .5rem;--button-padding-size: .5rem 1.25rem;--button-font-size: .95rem}}.business-button.sm{--button-padding-size: .35rem .65rem;--button-font-size: .9rem;--button-icon-size: 1.125rem}.business-button.bold{font-weight:700}.business-button[hidden]{display:none!important}.business-button mat-icon{width:var(--button-icon-size);height:var(--button-icon-size);font-size:var(--button-icon-size)}.business-button.bordered{border:1px solid var(--foreground-color);background-color:transparent;color:var(--foreground-color)}.business-button.bordered:hover{background-color:var(--foreground-color);color:var(--background-color)}.business-button.bordered[disabled]{opacity:.4;pointer-events:none}.business-button.primary{background-color:var(--primary-color);color:#fafbfc}.business-button.primary:hover{opacity:.8}.business-button[disabled]:not(.bordered):not(.text){opacity:.7;cursor:not-allowed;pointer-events:none}.business-button.danger{background-color:var(--red-color);color:#fafbfc}.business-button.danger:hover{opacity:.8}.business-button.success{background-color:var(--green-color);color:#fafbfc}.business-button.success:hover{opacity:.8}.business-button.text{background-color:transparent;color:var(--foreground-color)}.business-button.text.primary{color:var(--primary-color)}.business-button.text:hover{background-color:rgb(var(--foreground-color-rgb)/.15)}.business-button.text.primary:hover,.business-button.text.primary-s:hover{color:var(--primary-color);background-color:var(--primary-hover-color)}.business-button.text.danger{color:var(--red-color)}.business-button.text.danger:hover{background-color:rgb(var(--red-color-rgb)/.3)}.business-button.text.success{color:var(--green-color)}.business-button.text.success:hover{background-color:rgb(var(--green-color-rgb)/.3)}.mat-mdc-menu-item.full .mat-mdc-menu-item-text,.mdc-icon-button.full .mat-mdc-menu-item-text{width:100%}.mat-mdc-menu-item.square,.mdc-icon-button.square{border-radius:unset}.mat-mdc-menu-item.square .mat-mdc-button-persistent-ripple,.mdc-icon-button.square .mat-mdc-button-persistent-ripple{border-radius:unset;background-color:none}.buttons-group{display:flex;align-items:center}.buttons-group .business-button{color:var(--foreground-color);background-color:var(--background-color);border-top:1px solid var(--foreground-color);border-bottom:1px solid var(--foreground-color);border-radius:unset}.buttons-group .business-button.active,.buttons-group .business-button:hover{color:var(--background-color);background-color:var(--foreground-color)}.buttons-group .business-button:first-child{border:1px solid var(--foreground-color);border-radius:var(--default-radius) 0 0 var(--default-radius)}.buttons-group .business-button:last-child{border:1px solid var(--foreground-color);border-radius:0 var(--default-radius) var(--default-radius) 0}.buttons-group.two-children .business-button:first-child{border-right:0}.mat-mdc-checkbox{padding:0;--mat-checkbox-label-font-size: var(--font-xs)}.mat-mdc-checkbox.font-base{--mat-checkbox-label-font-size: var(--font-base)}.mat-mdc-checkbox.font-settings{--mat-checkbox-label-font-size: var(--font-sm)}@media screen and (min-width: 1024px){.mat-mdc-checkbox.embedded-form{--mat-checkbox-label-font-size: var(--font-sm)}}.mat-mdc-checkbox.canned-private .mdc-form-field{display:flex;flex-direction:column-reverse}.mat-mdc-checkbox .mdc-form-field label{font-size:var(--mat-checkbox-label-font-size);margin:0;padding:0}.mat-mdc-checkbox.label-sm{--mat-checkbox-label-font-size: var(--font-sm)}.mat-mdc-checkbox.label-x{--mat-checkbox-label-font-size: .85rem}.mat-mdc-checkbox .mat-mdc-checkbox-touch-target{transform:scale(.8) translate(-50%,-50%)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff}mat-chip-row.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:var(--primary-hover-color)!important}mat-chip-row.tag-filter-inbox.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:transparent!important;border:1px solid var(--blue-color);border-radius:var(--default-radius)}mat-chip-row.tag-filter-inbox.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,mat-chip-row.tag-filter-inbox.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__cell mat-icon{color:var(--blue-color)}mat-chip-row.tag-filter-inbox.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{font-weight:700}mat-chip.business-chip{--chip-icon-size: 1.25rem;background-color:#f5f5fa;border-radius:var(--default-radius)}mat-chip.business-chip .mat-mdc-chip-action{width:100%;padding:0 .5rem}mat-chip.business-chip .mat-mdc-chip-action .mat-mdc-chip-action-label{width:100%;display:flex;justify-content:space-between;align-items:center}mat-chip.business-chip .mat-mdc-chip-action .mat-mdc-chip-action-label mat-icon{width:var(--chip-icon-size);height:var(--chip-icon-size);font-size:var(--chip-icon-size)}mat-chip-option.business-chip{border-radius:var(--default-radius);--font-size: .7rem;--assign-icon-size: 1rem}@media screen and (min-width: 768px){mat-chip-option.business-chip{--assign-icon-size: 1.2rem;--font-size: .8rem}}@media screen and (min-width: 1280px){mat-chip-option.business-chip{--assign-icon-size: 1.3rem;--font-size: .9rem}}mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted{background-color:var(--primary-color)}mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected .mdc-evolution-chip__checkmark,mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected .mdc-evolution-chip__text-label,mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted .mdc-evolution-chip__checkmark,mat-chip-option.business-chip.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted .mdc-evolution-chip__text-label{color:#f0f5f9}mat-chip-option.business-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:transparent}mat-chip-option.business-chip.selected{background-color:var(--primary-color)}mat-chip-option.business-chip .mdc-evolution-chip__text-label{font-size:var(--font-size)}mat-chip-option.business-chip .mat-mdc-chip-action .mdc-evolution-chip__checkmark{height:var(--assign-icon-size);width:var(--assign-icon-size);font-size:var(--assign-icon-size)}mat-chip-option.business-chip.no-click{pointer-events:none}.dark .mat-datepicker-content{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.1),rgb(var(--primary-color-rgb)/.1)),#090909}.mat-datepicker-content{box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;background-color:var(--background-color)!important;border-radius:var(--default-radius)!important}.mat-datepicker-content .mat-calendar-content mat-month-view .mat-calendar-table .mat-calendar-table-header tr th{color:rgb(var(--foreground-color-rgb)/.8);padding:.25rem 0}.mat-datepicker-content .mat-calendar-content mat-month-view .mat-calendar-body-label,.mat-datepicker-content .mat-calendar-content mat-month-view .mat-calendar-table-header-divider{display:none}.mat-datepicker-content .mat-calendar-content mat-month-view .mat-calendar-body-label{color:transparent}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell.next-month:not(.mat-calendar-body-disabled),.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell.previous-month:not(.mat-calendar-body-disabled){opacity:.7}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell.disabled-year{opacity:0!important;pointer-events:none}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell .mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:transparent!important}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell:hover .mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:var(--primary-hover-color)!important}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-radius:var(--default-radius)}.mat-datepicker-content .mat-calendar-content .mat-calendar-body-cell .mat-calendar-body-cell-content{border-radius:var(--default-radius);font-weight:600}ngx-mat-timepicker-dialog,ngx-mat-timepicker-standalone{font-family:var(--font-family);margin-top:-1.25rem;border-radius:var(--default-radius)}ngx-mat-timepicker-dialog ngx-mat-timepicker-content mat-toolbar.timepicker-header .timepicker-dial__time,ngx-mat-timepicker-dialog ngx-mat-timepicker-content mat-toolbar.timepicker-header .timepicker-dial__control,ngx-mat-timepicker-standalone ngx-mat-timepicker-content mat-toolbar.timepicker-header .timepicker-dial__time,ngx-mat-timepicker-standalone ngx-mat-timepicker-content mat-toolbar.timepicker-header .timepicker-dial__control{font-size:2.5rem!important}ngx-mat-timepicker-dialog ngx-mat-timepicker-content button.mat-primary .mdc-button__label,ngx-mat-timepicker-standalone ngx-mat-timepicker-content button.mat-primary .mdc-button__label{color:#fff}.ngx-mat-timepicker{padding:0 .25rem;gap:.25rem}.ngx-mat-timepicker.ngx-mat-timepicker--disabled{background-color:unset;pointer-events:auto}.ngx-mat-timepicker .ngx-mat-timepicker__control--first .mat-mdc-form-field-subscript-wrapper,.ngx-mat-timepicker .ngx-mat-timepicker__control--second .mat-mdc-form-field-subscript-wrapper,.ngx-mat-timepicker .ngx-mat-timepicker__control--third .mat-mdc-form-field-subscript-wrapper,.ngx-mat-timepicker .ngx-mat-timepicker__control--forth .mat-mdc-form-field-subscript-wrapper{display:none}.ngx-mat-timepicker .period-select{width:4.5rem!important;min-width:4.5rem!important}.ngx-mat-timepicker .ngx-mat-timepicker-control{width:4rem!important;min-width:4rem!important}.ngx-mat-timepicker .ngx-mat-timepicker__toggle{margin:0}.ngx-mat-timepicker .separator-colon{margin:0 2.5px!important}.ngx-mat-timepicker .arrows-wrap .arrow{fill:var(--foreground-color)}.mat-density-xxs .ngx-mat-timepicker .ngx-mat-timepicker-control{width:3.75rem!important;min-width:3.75rem!important}.mat-density-xxs .ngx-mat-timepicker .period-select{width:3.5rem!important;min-width:3.5rem!important}.mat-density-xxs .ngx-mat-timepicker .mat-mdc-select-trigger,.mat-density-xxs .ngx-mat-timepicker .mat-mdc-text-field-wrapper{font-size:var(--font-xs);padding-right:.25rem}.mat-density-xxs .ngx-mat-timepicker .separator-colon{margin:0!important}.mat-density-xs .ngx-mat-timepicker .ngx-mat-timepicker-control,.mat-density-xs .ngx-mat-timepicker .period-select{width:4rem!important;min-width:4rem!important}.mat-density-xs .ngx-mat-timepicker .mat-mdc-select-trigger,.mat-density-xs .ngx-mat-timepicker .mat-mdc-text-field-wrapper{font-size:var(--font-sm);padding-right:.25rem}.mat-density-xs .ngx-mat-timepicker .separator-colon{margin:0!important}.mat-mdc-select-panel.mat-density-xs .mat-mdc-option{font-size:var(--font-sm)}.mat-mdc-select-panel.mat-density-xs .mat-pseudo-checkbox{margin-left:.25rem;transform:scale(.7)}.ngx-mat-timepicker-toggle{color:var(--foreground-color)!important}.ngx-mat-timepicker-toggle[disabled]{color:rgb(var(--foreground-color-rgb)/.5)!important}.mat-mdc-dialog-panel{max-width:98dvw!important}.dark .mat-mdc-dialog-surface{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.1),rgb(var(--primary-color-rgb)/.1)),#090909!important}.business-dialog-container mat-dialog-container{position:relative;border-radius:var(--default-radius)}.business-dialog-container mat-dialog-container .mat-mdc-dialog-surface{border-radius:var(--default-radius);box-shadow:none}.business-dialog-container.transition-dialog{transition:all ease-in-out .2s}.business-dialog-container.resize{transition-property:margin;transition-timing-function:ease-in-out;transition-duration:.2s}.business-dialog-container.hidden-dialog{opacity:0;pointer-events:none}.business-dialog-container.position-trigger mat-dialog-container .mat-mdc-dialog-surface,.business-dialog-container.over-hidden mat-dialog-container .mat-mdc-dialog-surface{overflow:hidden}.business-dialog-container.position-trigger,.business-dialog-container.shadow{box-shadow:none!important}.business-dialog-container.position-trigger mat-dialog-container,.business-dialog-container.shadow mat-dialog-container{box-shadow:0 5px 20px 3px #00000030}.business-dialog-container.arrow-top mat-dialog-container:before,.business-dialog-container.arrow-right mat-dialog-container:before,.business-dialog-container.arrow-bottom mat-dialog-container:before,.business-dialog-container.arrow-bottom-left mat-dialog-container:before,.business-dialog-container.arrow-bottom-right mat-dialog-container:before,.business-dialog-container.arrow-left mat-dialog-container:before{content:"";width:20px;height:20px;transform:rotate(45deg);background:#fff;position:absolute;z-index:100;border-radius:3px}.business-dialog-container.arrow-top mat-dialog-container:before{left:calc(50% - 10px);top:-8px}.business-dialog-container.arrow-right mat-dialog-container:before{top:calc(50% - 10px);right:-8px}.business-dialog-container.arrow-bottom mat-dialog-container:before{left:calc(50% - 10px);bottom:-6px}.business-dialog-container.arrow-bottom-left mat-dialog-container:before{left:15px;bottom:-6px}.business-dialog-container.arrow-bottom-right mat-dialog-container:before{right:8px;bottom:-6px}.business-dialog-container.arrow-left mat-dialog-container:before{top:calc(50% - 10px);left:-8px}.business-dialog-backdrop-hidden{background-color:transparent}.business-dialog-filter{box-shadow:0 10px 30px 3px #0baf9433;animation:get-over-here ease-in-out .7s}.business-dialog-filter.exit{box-shadow:none;animation:out-over-there ease-in-out .6s}.business-call-dialog-panel{transition:transform .25s cubic-bezier(0,0,.2,1)}.business-call-dialog-panel .mat-mdc-dialog-container{--mdc-dialog-container-color: transparent !important}.business-call-dialog-panel .mat-mdc-dialog-surface{box-shadow:unset}a:not(.no-default)[mat-icon-button]:not(.no-mp),button[mat-icon-button]:not(.no-mp){margin:0!important;padding:0!important}a:not(.no-default)[mat-icon-button].default-radius,button[mat-icon-button].default-radius{border-radius:var(--default-radius)}a:not(.no-default)[mat-icon-button].default-radius .mat-mdc-button-persistent-ripple,button[mat-icon-button].default-radius .mat-mdc-button-persistent-ripple{border-radius:var(--default-radius)}a:not(.no-default)[mat-icon-button] .mat-mdc-button-persistent-ripple,button[mat-icon-button] .mat-mdc-button-persistent-ripple{transition:all ease-in-out .25s}a:not(.no-default)[mat-icon-button] .mat-mdc-button-persistent-ripple:before,button[mat-icon-button] .mat-mdc-button-persistent-ripple:before{background-color:var(--primary-color)}a:not(.no-default)[mat-icon-button] .mat-button-ripple,button[mat-icon-button] .mat-button-ripple{font-size:inherit;width:inherit;height:inherit;line-height:inherit}a:not(.no-default)[mat-icon-button].icon-button-x-large,button[mat-icon-button].icon-button-x-large{width:50px;height:50px}a:not(.no-default)[mat-icon-button].icon-button-x-large .mat-icon,button[mat-icon-button].icon-button-x-large .mat-icon{font-size:23px;width:23px;height:23px;line-height:23px}a:not(.no-default)[mat-icon-button].icon-button-large,button[mat-icon-button].icon-button-large{width:38px;height:38px;line-height:38px}a:not(.no-default)[mat-icon-button].icon-button-large .mat-icon,button[mat-icon-button].icon-button-large .mat-icon{font-size:20px;width:20px;height:20px;line-height:20px}a:not(.no-default)[mat-icon-button].icon-button-medium,button[mat-icon-button].icon-button-medium{width:34px;height:34px;line-height:34px}a:not(.no-default)[mat-icon-button].icon-button-medium .mat-icon,button[mat-icon-button].icon-button-medium .mat-icon{font-size:18px;width:18px;height:18px;line-height:18px}a:not(.no-default)[mat-icon-button].icon-button-small,button[mat-icon-button].icon-button-small{width:24px;height:24px;line-height:24px}a:not(.no-default)[mat-icon-button].icon-button-small .mat-icon,button[mat-icon-button].icon-button-small .mat-icon{font-size:18px;width:18px;height:18px;line-height:18px}.mat-mdc-form-field{--disabled-opacity: .8;height:min-content}.mat-mdc-form-field.full{width:100%}.mat-mdc-form-field.half{width:49%}.mat-mdc-form-field.blur .mdc-text-field__input,.mat-mdc-form-field.blur .mat-mdc-select-value,.mat-mdc-form-field.blur .mat-mdc-input-element{filter:blur(6px)}.mat-mdc-form-field.mat-form-field-disabled{opacity:var(--disabled-opacity);pointer-events:none}.mat-mdc-form-field.mat-form-field-disabled mat-icon,.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-text-field-wrapper{opacity:var(--disabled-opacity);pointer-events:none}.mat-mdc-form-field.mat-form-field-disabled.blur .mdc-text-field__input,.mat-mdc-form-field.mat-form-field-disabled.blur .mat-mdc-select-value,.mat-mdc-form-field.mat-form-field-disabled.blur .mat-mdc-input-element{filter:blur(3px)}.mat-mdc-form-field mat-icon.pointer{cursor:pointer}.mat-mdc-form-field .mat-mdc-text-field-wrapper{background-color:rgb(var(--foreground-color-rgb)/.05);border-radius:var(--default-radius)}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-notched-outline__trailing,.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid):hover .mdc-notched-outline__leading,.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid):hover .mdc-notched-outline__trailing{border-color:var(--primary-color)}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid):hover .mdc-notched-outline__notch{border-top-color:var(--primary-color);border-bottom-color:var(--primary-color)}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgb(var(--foreground-color-rgb)/.15);transition:.2s}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--default-radius);border-bottom-left-radius:var(--default-radius)}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__trailing{border-top-right-radius:var(--default-radius);border-bottom-right-radius:var(--default-radius)}.mat-mdc-form-field.hint-hidden .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{height:var(--error-wrapper-height);transition:all ease-in-out .2s}.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-form-field-subscript-wrapper{height:var(--error-wrapper-height-invalid)}mat-error.checkbox-error{padding:0 1rem}business-phone-input mat-error{padding:.115rem}business-timepicker mat-error,business-phone-input mat-error,mat-error.checkbox-error,.mat-mdc-form-field mat-error{display:flex!important;justify-content:flex-start;align-items:center;gap:.25rem}business-timepicker mat-error mat-icon,business-phone-input mat-error mat-icon,mat-error.checkbox-error mat-icon,.mat-mdc-form-field mat-error mat-icon{width:1rem!important;height:1rem!important;font-size:1rem!important}business-timepicker mat-error span,business-phone-input mat-error span,mat-error.checkbox-error span,.mat-mdc-form-field mat-error span{font-size:var(--font-xs)}business-timepicker mat-error mat-icon,business-timepicker mat-error span,business-phone-input mat-error mat-icon,business-phone-input mat-error span,mat-error.checkbox-error mat-icon,mat-error.checkbox-error span,.mat-mdc-form-field mat-error mat-icon,.mat-mdc-form-field mat-error span{animation:error-appear normal ease-out .25s}.dynamic-import{--field-w-size: 15rem;--field-h-size: 3rem;--field-infix-padding: .5rem;--field-top-distance: 1.5rem;--field-font-size: .9rem;--assign-icon-size: 1.25rem;--icon-padding: .5rem .25rem .5rem .75rem;width:var(--field-w-size);min-width:var(--field-w-size);height:var(--field-h-size);min-height:var(--field-h-size);max-height:var(--field-h-size)}.dynamic-import mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.dynamic-import .mat-mdc-text-field-wrapper{flex:none;height:var(--field-h-size)}.dynamic-import .mat-mdc-text-field-wrapper mat-icon{padding:var(--icon-padding)!important}.dynamic-import .mat-mdc-text-field-wrapper .mat-mdc-floating-label{font-size:var(--field-font-size)}.dynamic-import .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:var(--field-top-distance)}.dynamic-import .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:var(--field-infix-padding);padding-bottom:var(--field-infix-padding)}.dynamic-import .mat-mdc-text-field-wrapper input,.dynamic-import .mat-mdc-text-field-wrapper .mat-mdc-select-value{font-size:var(--field-font-size)}.dynamic-import .mdc-notched-outline__leading,.dynamic-import .mdc-notched-outline__notch,.dynamic-import .mdc-notched-outline__trailing,.dynamic-import .mat-mdc-form-field-flex{height:var(--field-h-size)}.dynamic-import .mat-mdc-form-field-subscript-wrapper{display:none}.responsive-search{--field-w-size: 10.5rem;--field-h-size: 2rem;--field-infix-padding: .25rem;--field-top-distance: .75rem;--field-font-size: .75rem;--assign-icon-size: 1rem;--icon-padding: .25rem .25rem .25rem .2rem;width:var(--field-w-size);min-width:var(--field-w-size);height:var(--field-h-size);min-height:var(--field-h-size);max-height:var(--field-h-size)}.responsive-search mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.responsive-search .mat-mdc-text-field-wrapper{flex:none;height:var(--field-h-size)}.responsive-search .mat-mdc-text-field-wrapper mat-icon{padding:var(--icon-padding)!important}.responsive-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label{font-size:var(--field-font-size)}.responsive-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:var(--field-top-distance)}.responsive-search .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:var(--field-infix-padding);padding-bottom:var(--field-infix-padding)}.responsive-search .mat-mdc-text-field-wrapper input,.responsive-search .mat-mdc-text-field-wrapper .mat-mdc-select-value{font-size:var(--field-font-size)}.responsive-search .mdc-notched-outline__leading,.responsive-search .mdc-notched-outline__notch,.responsive-search .mdc-notched-outline__trailing,.responsive-search .mat-mdc-form-field-flex{height:var(--field-h-size)}.responsive-search .mat-mdc-form-field-subscript-wrapper{display:none}@media screen and (min-width: 640px){.responsive-search{--field-w-size: 10rem;--field-h-size: 2.25rem;--field-infix-padding: .5rem;--field-top-distance: 1rem;--field-font-size: .9rem;--assign-icon-size: 1.25rem}}@media screen and (min-width: 768px){.responsive-search{--field-w-size: 15rem;--field-h-size: 2.25rem;--field-infix-padding: .5rem;--field-top-distance: 1rem;--field-font-size: .95rem;--icon-padding: .5rem .25rem .5rem .75rem}}@media screen and (min-width: 1280px){.responsive-search{--field-w-size: 20rem;--assign-icon-size: 1.5rem;--field-h-size: 2.75rem;--field-infix-padding: .75rem;--field-top-distance: 1.3rem;--field-font-size: 1rem}}.responsive-search.small{--field-w-size: 10rem}.responsive-search.medium{--field-w-size: 15rem}.responsive-search.large{--field-w-size: 20rem}.inbox-search,.table-header-search{--field-w-size: 20rem;--field-h-size: 2rem;--field-infix-padding: .25rem;--field-top-distance: .875rem;--field-font-size: .875rem;--assign-icon-size: .9rem;--icon-padding: .5rem .25rem .5rem .5rem;width:var(--field-w-size);min-width:var(--field-w-size);height:var(--field-h-size);min-height:var(--field-h-size);max-height:var(--field-h-size)}.inbox-search.inbox-search,.table-header-search.inbox-search{--field-w-size: 100%}.inbox-search.inbox-search .mat-mdc-text-field-wrapper,.table-header-search.inbox-search .mat-mdc-text-field-wrapper{background-color:transparent}.inbox-search .mat-mdc-form-field-subscript-wrapper,.table-header-search .mat-mdc-form-field-subscript-wrapper{display:none}.inbox-search .mat-mdc-text-field-wrapper,.table-header-search .mat-mdc-text-field-wrapper{border-radius:20px}.inbox-search .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__leading,.table-header-search .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:20px;border-bottom-left-radius:20px}.inbox-search .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__trailing,.table-header-search .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__trailing{border-top-right-radius:20px;border-bottom-right-radius:20px}.inbox-search .mat-mdc-text-field-wrapper .clear-filter,.table-header-search .mat-mdc-text-field-wrapper .clear-filter{cursor:pointer;padding-right:.5rem!important}.inbox-search mat-icon,.table-header-search mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.inbox-search .mat-mdc-text-field-wrapper,.table-header-search .mat-mdc-text-field-wrapper{flex:none;height:var(--field-h-size)}.inbox-search .mat-mdc-text-field-wrapper mat-icon,.table-header-search .mat-mdc-text-field-wrapper mat-icon{padding:var(--icon-padding)!important}.inbox-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label,.table-header-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label{font-size:var(--field-font-size)}.inbox-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above),.table-header-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:var(--field-top-distance)}.inbox-search .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix,.table-header-search .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:var(--field-infix-padding);padding-bottom:var(--field-infix-padding)}.inbox-search .mat-mdc-text-field-wrapper input,.inbox-search .mat-mdc-text-field-wrapper .mat-mdc-select-value,.table-header-search .mat-mdc-text-field-wrapper input,.table-header-search .mat-mdc-text-field-wrapper .mat-mdc-select-value{font-size:var(--field-font-size)}.inbox-search .mdc-notched-outline__leading,.inbox-search .mdc-notched-outline__notch,.inbox-search .mdc-notched-outline__trailing,.inbox-search .mat-mdc-form-field-flex,.table-header-search .mdc-notched-outline__leading,.table-header-search .mdc-notched-outline__notch,.table-header-search .mdc-notched-outline__trailing,.table-header-search .mat-mdc-form-field-flex{height:var(--field-h-size)}.inbox-search .mat-mdc-text-field-wrapper mat-icon.clear-search,.table-header-search .mat-mdc-text-field-wrapper mat-icon.clear-search{padding-right:.5rem!important;cursor:pointer}.small-search{--field-w-size: 18rem;--field-h-size: 2.25rem;--field-infix-padding: .35rem;--field-top-distance: 1rem;--field-font-size: .85rem;--assign-icon-size: 1.25rem;--icon-padding: .5rem .25rem .5rem .75rem;width:var(--field-w-size);min-width:var(--field-w-size);height:var(--field-h-size);min-height:var(--field-h-size);max-height:var(--field-h-size)}.small-search.gif-search{--field-w-size: 23rem}.small-search mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.small-search .mat-mdc-text-field-wrapper{flex:none;height:var(--field-h-size)}.small-search .mat-mdc-text-field-wrapper mat-icon{padding:var(--icon-padding)!important}.small-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label{font-size:var(--field-font-size)}.small-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:var(--field-top-distance)}.small-search .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:var(--field-infix-padding);padding-bottom:var(--field-infix-padding)}.small-search .mat-mdc-text-field-wrapper input,.small-search .mat-mdc-text-field-wrapper .mat-mdc-select-value{font-size:var(--field-font-size)}.small-search .mdc-notched-outline__leading,.small-search .mdc-notched-outline__notch,.small-search .mdc-notched-outline__trailing,.small-search .mat-mdc-form-field-flex{height:var(--field-h-size)}.small-search .mat-mdc-form-field-subscript-wrapper{display:none}.medium-search{--field-w-size: 18rem;--field-h-size: 2.75rem;--field-infix-padding: .65rem;--field-top-distance: 1.25rem;--field-font-size: .875rem;--assign-icon-size: 1.35rem;--icon-padding: .5rem .3rem .5rem .75rem;--mat-mdc-form-field-label-transform: translateY(-50%) translateX(1.5rem);width:var(--field-w-size);min-width:var(--field-w-size);height:var(--field-h-size);min-height:var(--field-h-size);max-height:var(--field-h-size)}.medium-search mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.medium-search .mat-mdc-text-field-wrapper{flex:none;height:var(--field-h-size)}.medium-search .mat-mdc-text-field-wrapper mat-icon{padding:var(--icon-padding)!important}.medium-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label{font-size:var(--field-font-size)}.medium-search .mat-mdc-text-field-wrapper .mat-mdc-floating-label:not(.mdc-floating-label--float-above){top:var(--field-top-distance)}.medium-search .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:var(--field-infix-padding);padding-bottom:var(--field-infix-padding)}.medium-search .mat-mdc-text-field-wrapper input,.medium-search .mat-mdc-text-field-wrapper .mat-mdc-select-value{font-size:var(--field-font-size)}.medium-search .mdc-notched-outline__leading,.medium-search .mdc-notched-outline__notch,.medium-search .mdc-notched-outline__trailing,.medium-search .mat-mdc-form-field-flex{height:var(--field-h-size)}.medium-search .mat-mdc-form-field-subscript-wrapper{display:none}.business-textarea{flex:1;height:100%}.business-textarea .mat-mdc-form-field-flex,.business-textarea .mat-mdc-form-field-infix{height:100%}.business-textarea .mat-mdc-form-field-infix{padding-bottom:.5rem!important}.business-textarea .mat-mdc-form-field-infix .mat-mdc-form-field-textarea-control{height:100%}.business-textarea textarea{resize:none}.phone-form{background-color:rgb(var(--foreground-color-rgb)/.05);border-radius:var(--default-radius);color:var(--foreground-color-rgb);border:1px solid rgb(var(--foreground-color-rgb)/.15)}.phone-form mat-form-field .mat-mdc-text-field-wrapper:hover{background-color:rgb(var(--foreground-color-rgb)/.05)}.phone-form business-select-search{width:7.5rem}.phone-form business-select-search .mat-mdc-form-field-icon-suffix mat-icon{padding:0}.phone-form mat-form-field .mat-mdc-form-field-subscript-wrapper,.phone-form business-select-search mat-form-field .mat-mdc-form-field-subscript-wrapper{display:none}.phone-form mat-form-field .mat-mdc-notch-piece,.phone-form business-select-search mat-form-field .mat-mdc-notch-piece{border:none}.phone-form mat-form-field .mdc-text-field--filled,.phone-form mat-form-field .mdc-text-field--filled.mdc-text-field--focused,.phone-form mat-form-field .mdc-text-field--filled.mdc-text-field--focused.mdc-text-field--invalid,.phone-form mat-form-field .mdc-line-ripple:after,.phone-form mat-form-field .mdc-line-ripple:before{border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;outline:none!important}.phone-form mat-form-field .mat-mdc-text-field-wrapper,.phone-form mat-form-field .mat-mdc-form-field-focus-overlay{border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;background-color:transparent!important}.phone-form mat-form-field .mat-mdc-text-field-wrapper:hover,.phone-form mat-form-field .mat-mdc-form-field-focus-overlay:hover{border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;background-color:transparent!important}.phone-form mat-form-field.prefix-form-field{min-width:106px;width:106px}.phone-form mat-form-field.prefix-form-field .mat-mdc-text-field-wrapper{border-right:none;border-radius:8px 0 0 8px}.phone-form mat-form-field.prefix-form-field .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:0}.phone-form mat-form-field.prefix-form-field .mdc-text-field{padding-right:6px}.phone-form mat-form-field.number-form-field{width:100%}.phone-form mat-form-field.number-form-field .mat-mdc-text-field-wrapper{border-left:none;border-radius:0 8px 8px 0}.phone-form mat-form-field.number-form-field .mdc-text-field{padding-left:12px}.phone-form mat-form-field.number-form-field .mat-mdc-floating-label.mdc-floating-label--float-above{transform:translate(-5px) translateY(-26px) scale(.75)}.phone-form mat-form-field.number-form-field input::placeholder{color:var(--foreground-color)}.custom-theme .phone-form,.custom-theme .mat-mdc-form-field .mat-mdc-text-field-wrapper{background-color:rgb(var(--foreground-color-rgb)/.2)}.error-box{height:var(--error-wrapper-height);padding-left:1rem;transition:all ease-in-out .2s}.error-box.invalid{height:var(--error-wrapper-height-invalid)}.error-box mat-icon,.error-box span{animation:error-appear normal ease-out .25s}.mat-density-xxs .mat-mdc-form-field .mdc-floating-label{font-size:.875rem}.mat-density-xxs .mat-mdc-form-field .mdc-floating-label.mdc-floating-label--float-above{font-size:.875rem!important}.mat-density-xxs .mat-mdc-form-field.number-form-field .mat-mdc-floating-label.mdc-floating-label--float-above{transform:translate(-5px) translateY(-22px) scale(.75)}.mat-density-xxs business-phone-input mat-error mat-icon,.mat-density-xxs mat-error.checkbox-error mat-icon,.mat-density-xxs .mat-mdc-form-field mat-error mat-icon{width:.875rem!important;height:.875rem!important;font-size:.875rem!important}.mat-density-xxs business-phone-input mat-error span,.mat-density-xxs mat-error.checkbox-error span,.mat-density-xxs .mat-mdc-form-field mat-error span{font-size:var(--font-2xs)}.dark .mat-mdc-menu-panel{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.1),rgb(var(--primary-color-rgb)/.1)),#090909}.mat-mdc-menu-panel{border-radius:var(--default-radius)!important;overflow:hidden!important}.mat-mdc-menu-panel .mat-mdc-menu-item{min-height:2rem;max-height:2rem;min-width:10.75rem}.mat-mdc-menu-panel .mat-mdc-menu-item:not([disabled]):hover{background-color:var(--primary-hover-color)}.mat-mdc-menu-panel .mat-mdc-menu-item mat-icon{font-size:1.25rem!important;width:1.25rem;height:1.25rem}.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text{font-size:.9rem!important}.menu-item-checkbox{max-height:2rem;min-width:10.75rem;display:flex!important;justify-content:center;align-items:center;padding:0 .5rem}.menu-item-checkbox .mdc-form-field{width:100%}.menu-item-checkbox .mdc-form-field .mdc-label{height:100%;flex:1}.menu-item-checkbox:hover{background-color:var(--primary-hover-color)}.mat-menu-space{padding-left:2.25rem!important}.mat-menu-space.xs{padding-left:3.25rem!important}.mat-mdc-menu-item-submenu-trigger svg{display:none}.mat-mdc-menu-item-submenu-trigger mat-icon:not(:first-child){position:absolute;top:50%;right:-.7rem;transform:translateY(-50%)}.filter-menu-list .mat-mdc-menu-content{max-height:20rem;overflow:auto}.mat-mdc-form-field-type-mat-select.filter{cursor:pointer}.mat-mdc-form-field-type-mat-select.filter .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:5px;border-bottom-left-radius:5px}.mat-mdc-form-field-type-mat-select.filter .mdc-notched-outline .mdc-notched-outline__notch .mdc-floating-label{cursor:pointer}.mat-mdc-form-field-type-mat-select.filter .mdc-notched-outline .mdc-notched-outline__notch .mdc-floating-label:not(.mdc-floating-label--float-above){color:#000}.mat-mdc-form-field-type-mat-select.filter .mdc-notched-outline .mdc-notched-outline__trailing{border-top-right-radius:5px;border-bottom-right-radius:5px}.mat-mdc-form-field-type-mat-select .mat-mdc-select-arrow-wrapper{display:none}.mat-mdc-form-field-type-mat-select.select-small .mat-mdc-form-field-infix{width:7rem!important;padding:.25rem 0!important}.mat-mdc-form-field-type-mat-select.select-small .mat-mdc-text-field-wrapper{background-color:rgb(var(--foreground-color-rgb)/.15);border-radius:var(--default-radius);height:2rem;font-size:1rem}.mat-mdc-form-field-type-mat-select.select-small .mat-mdc-text-field-wrapper mat-icon{margin-top:-1.25rem}.dark .mat-mdc-select-panel{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.1),rgb(var(--primary-color-rgb)/.1)),#090909}.mat-mdc-select-panel{border-radius:var(--default-radius)!important;padding:.5rem 0!important}.mat-mdc-select-panel .mat-mdc-option{min-height:36px!important;font-family:var(--font-family)!important}.mat-mdc-select-panel .mat-mdc-option-pseudo-checkbox{transform:scale(.8)}.cdk-overlay-pane:has(.select-auto-w){width:auto!important}.mat-mdc-progress-spinner.white svg{stroke:#fff}.business-tab-group{height:100%}.business-tab-group mat-tab-header .mat-mdc-tab-labels{border:1px solid rgb(var(--foreground-color-rgb)/.15)}.business-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab{height:2.5rem}.business-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab .mdc-tab__text-label{font-size:1rem;letter-spacing:normal}.business-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab-indicator--active .mdc-tab__text-label{font-weight:600}.business-tab-group .mat-mdc-tab-body-wrapper{height:100%}.business-tab-group .business-emoji-tab{max-width:3.25rem;min-width:3.25rem;padding:0}.business-tab-group .business-emoji-tab-copyright{padding:0 .75rem;display:flex;justify-content:flex-end}.user-tab-group{height:100%}.user-tab-group mat-tab-header .mat-mdc-tab-labels{border-bottom:1px solid rgb(var(--foreground-color-rgb)/.15);padding:0 1.5rem}.user-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab{height:2.5rem;flex-grow:0!important;padding:0 .5rem}.user-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab .mdc-tab__text-label{font-size:1rem;letter-spacing:-.05rem}.user-tab-group mat-tab-header .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab-indicator--active .mdc-tab__text-label{font-weight:600}.user-tab-group .mat-mdc-tab-body-wrapper{height:100%}.business-table-wrapper{--table-min-height: calc( 100dvh - var(--business-header-size) - var(--business-filter-size) );--table-header-min-height: 6.5rem;--header-font-size: var(--font-xs);--checkbox-scale: .9;--expand-more-left: 1.75rem;--refresh-page-left: 3.5rem;--divider-height: 1.5rem;--paginator-height: 2.5rem;--paginator-line-height: 2rem;--container-height: calc( var(--table-min-height) - var(--table-header-min-height) );--tr-height: 2.5rem;--th-font-size: var(--font-2xs);--td-font-size: var(--font-2xs);--header-actions-gap: .75rem;--header-actions-button-padding: .35rem .65rem;--header-actions-button-gap: .25rem;--icon-size: 1.15rem;display:flex;flex-direction:column;background-color:var(--table-background-color);border:1px solid rgb(var(--foreground-color-rgb)/.2);border-radius:var(--default-radius);overflow:hidden;min-height:var(--table-min-height)}@media screen and (min-width: 1280px){.business-table-wrapper{--header-font-size: var(--font-sm);--divider-height: 2rem;--tr-height: 3.25rem;--th-font-size: var(--font-xs);--td-font-size: var(--font-xs);--header-actions-gap: 1rem;--header-actions-button-padding: .5rem .85rem;--header-actions-button-gap: .25rem;--icon-size: 1.25rem}}.business-table-wrapper mat-icon{width:var(--icon-size);height:var(--icon-size);font-size:var(--icon-size)}.business-table-wrapper .header-checkbox .mdc-checkbox__background,.business-table-wrapper .table-select mat-checkbox .mdc-checkbox__background{border-color:rgb(var(--foreground-color-rgb)/.3)}.business-table-wrapper .header-checkbox input:checked~.mdc-checkbox__background,.business-table-wrapper .table-select mat-checkbox input:checked~.mdc-checkbox__background{border-color:var(--primary-color)}.business-table-wrapper .business-table-header{height:var(--table-header-min-height);overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.08),rgb(var(--primary-color-rgb)/.08)),rgb(var(--background-color-rgb));border-bottom:1px solid rgb(var(--foreground-color-rgb)/.1);font-size:var(--header-font-size)}.business-table-wrapper .business-table-header .business-table-header-info,.business-table-wrapper .business-table-header .business-table-header-filters,.business-table-wrapper .business-table-header .business-table-bulk{width:100%;height:calc(var(--table-header-min-height) / 2);display:flex;justify-content:space-between;align-items:center;padding:0 .75rem}.business-table-wrapper .business-table-header .business-table-header-filters{--default-action-search-width: var(--action-search-width, 20rem);gap:.5rem}.business-table-wrapper .business-table-header .business-table-header-filters .actions-and-search{display:flex;align-items:center;gap:.25rem;width:var(--default-action-search-width)}.business-table-wrapper .business-table-header .business-table-header-filters .actions-and-search mat-icon.add{color:var(--green-color)}.business-table-wrapper .business-table-header .business-table-header-filters .filters-container{max-width:calc(100% - var(--default-action-search-width))}.business-table-wrapper .business-table-header .business-table-bulk{position:relative;justify-content:center;background-color:#1e1e1e;color:#fff}.business-table-wrapper .business-table-header .business-table-bulk .header-checkbox{position:absolute;left:.5rem}.business-table-wrapper .business-table-header .business-table-bulk .header-checkbox,.business-table-wrapper .business-table-header .business-table-bulk .mdc-checkbox__background{background-color:#1e1e1e!important;border-color:#fff!important}.business-table-wrapper .business-table-header .business-table-bulk .mdc-checkbox__checkmark,.business-table-wrapper .business-table-header .business-table-bulk .mdc-checkbox__mixedmark{transform:scale(var(--checkbox-scale))!important;border-color:#fff!important;color:#fff!important}.business-table-wrapper .business-table-header .close-selection{align-self:center;position:absolute;right:.25rem}.business-table-wrapper .business-table-header .header-checkbox{display:flex;align-items:center}.business-table-wrapper .business-table-header .paginator-wrapper{background:transparent;display:flex;justify-content:center;align-items:center}.business-table-wrapper .business-table-header .paginator-wrapper .divider{width:1px;height:var(--divider-height);background-color:rgb(var(--foreground-color-rgb)/.3)}.business-table-wrapper .business-table-header .table-paginator{background:transparent;height:var(--paginator-height);margin-top:-.75rem}.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-range-actions .mat-mdc-icon-button svg,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-range-actions .mat-mdc-icon-button img{width:var(--icon-size);height:var(--icon-size);font-size:var(--icon-size)}.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-outer-container,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-container,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-page-size,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-text-field-wrapper,.business-table-wrapper .business-table-header .table-paginator .mdc-text-field,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-form-field-flex,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-form-field-infix{line-height:var(--paginator-line-height)!important;height:var(--paginator-line-height)!important}.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-outer-container,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-container,.business-table-wrapper .business-table-header .table-paginator .mat-mdc-form-field-infix{padding:0!important}.business-table-wrapper .business-table-header .table-paginator .mat-mdc-paginator-range-label{margin:0 .5rem}.business-table-wrapper .business-table-container{height:var(--container-height);overflow-y:scroll;overflow-x:hidden}.business-table-wrapper .business-table{width:100%}.business-table-wrapper .business-table .data-row{transition:all ease-in-out .25s}.business-table-wrapper .business-table .data-row td{font-weight:700}.business-table-wrapper .business-table .table-select{width:1rem;padding:0 .5rem}.business-table-wrapper .business-table thead tr{height:2.5rem;font-size:var(--th-font-size)}.business-table-wrapper .business-table tbody tr{height:var(--tr-height)}.business-table-wrapper .business-table tbody tr td{font-size:var(--td-font-size);font-family:var(--font-family)}.business-table-wrapper .table-header-actions{display:flex;justify-content:center;align-items:center;gap:var(--header-actions-gap)}.business-table-wrapper .table-header-actions button{display:flex;align-items:center;justify-content:center;gap:var(--header-actions-button-gap);padding:var(--header-actions-button-padding);font-size:var(--header-font-size);background-color:transparent;border:none;color:#fff!important}.business-table-wrapper .table-header-actions button mat-icon{width:var(--icon-size);height:var(--icon-size);font-size:var(--icon-size)}.mat-mdc-tooltip{position:absolute;box-shadow:0 5px 30px 3px rgb(var(--primary-color-rgb)/.4);border-radius:var(--default-radius)}.mat-mdc-tooltip .mdc-tooltip__surface{background-color:var(--background-color)!important;color:var(--foreground-color)!important;font-family:var(--font-family)!important;font-size:.75rem!important;font-weight:400!important;padding:.5rem}.mat-mdc-tooltip.business-mat-tooltip .mdc-tooltip__surface{font-size:.9rem!important;padding:.75rem}.mat-mdc-tooltip:after{width:0;height:0;content:"";position:absolute;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid var(--background-color)}.mat-mdc-tooltip.below{overflow:initial;margin-top:1rem}.mat-mdc-tooltip.below:after{top:-.5rem;right:calc(50% - .5rem);transform:rotate(0)}.mat-mdc-tooltip.above{overflow:initial;margin-bottom:1rem}.mat-mdc-tooltip.above:after{bottom:-.5rem;right:calc(50% - .5rem);transform:rotate(180deg)}.mat-mdc-tooltip.right{overflow:initial;margin-left:1rem}.mat-mdc-tooltip.right:after{left:-.75rem;top:calc(50% - .25rem);transform:rotate(270deg)}.mat-mdc-tooltip.left{overflow:initial;margin-right:1rem}.mat-mdc-tooltip.left:after{right:-.75rem;top:calc(50% - .25rem);transform:rotate(90deg)}.mat-tooltip-break-line{white-space:pre-line}.business-button-maximum .to-bottom,.business-button-maximum .to-up{--up-size-button: 2rem;--up-size-icon: 1.75rem;width:var(--up-size-button);height:var(--up-size-button);line-height:var(--up-size-button);position:absolute;bottom:1rem;right:1rem;display:grid;place-items:center;transition:all ease-in-out .15s;background-color:rgb(var(--primary-color-rgb)/.9);animation:pulse-bordered-primary 1.5s infinite;opacity:0;pointer-events:none}.business-button-maximum .to-bottom.active,.business-button-maximum .to-up.active{opacity:1;pointer-events:auto}.business-button-maximum .to-bottom mat-icon,.business-button-maximum .to-up mat-icon{color:#fff;font-size:var(--up-size-icon);width:var(--up-size-icon);height:var(--up-size-icon);line-height:var(--up-size-icon)}.business-button-maximum .to-bottom mat-icon{transform:rotate(180deg)}.dialog-header{--padding: .15rem .5rem;--gap: .5rem;--title-size: var(--font-base);--subtitle-size: var(--font-sm);width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--padding);border-bottom:1px solid rgb(var(--foreground-color-rgb)/.3)}@media screen and (min-width: 1200px) and (min-height: 800px){.dialog-header{--padding: .25rem .75rem;--gap: .75rem;--title-size: var(--font-lg);--subtitle-size: var(--font-base)}}.dialog-header .title{display:flex;justify-content:center;align-items:center;text-align:center;gap:var(--gap)}.dialog-header .title .icon-wrapper{display:grid;place-items:center;padding:.5rem;border-radius:var(--default-radius);background-color:var(--primary-color)}.dialog-header .title .icon-wrapper mat-icon{color:#fefefe}.dialog-header .title h1{margin:0;font-size:var(--title-size);font-weight:700;color:var(--foreground-color)}.dialog-header .title .title-subtitle-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.dialog-header .title .title-subtitle-container .title{font-size:var(--title-size)}.dialog-header .title .title-subtitle-container .subtitle{font-size:var(--subtitle-size)}.dialog-header button:not(.business-button){display:flex;justify-content:center;align-items:center;color:rgb(var(--foreground-color-rgb)/.8)}.dialog-footer{display:flex;align-items:center;justify-content:flex-end;padding:.5rem 1rem;gap:1rem;border-top:1px solid rgb(var(--foreground-color-rgb)/.15)}.dialog-footer.start-end{justify-content:space-between}.dialog-footer.start-end .start,.dialog-footer.start-end .end{flex:1;display:flex;gap:1rem}.dialog-footer.start-end .start{justify-content:flex-start}.dialog-footer.start-end .end{justify-content:flex-end}.business-media-dialog-backdrop{background:#00000052;animation:fade-in ease-in-out .3s}.business-media-dialog{animation:expand-in ease-in-out .2s}.business-media-dialog .mat-mdc-dialog-container .mdc-dialog__surface{background-color:transparent;box-shadow:none}.business-dialog-filter .filter-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-bottom:1px solid rgb(var(--foreground-color-rgb)/.15)}.business-dialog-filter .filter-header h3{margin:0;padding:0;font-size:1rem;font-weight:600}.business-dialog-filter .filter-content{height:83vh;display:flex;flex-direction:column;padding:1rem;overflow-y:auto}.business-dialog-filter .filter-footer{display:flex;justify-content:flex-end;padding:.5rem 1rem;gap:.5rem;border-top:1px solid rgb(var(--foreground-color-rgb)/.15)}.business-dialog-filter .filter-row{width:100%;display:flex;gap:.5rem}.business-dialog-filter .filter-row .half{width:49%}.business-dialog-filter .toggle-wrapper{padding:0 0 1rem .5rem;display:flex;align-items:center;gap:.75rem}.business-dialog-filter .toggle-wrapper .toggle-label{font-size:1.25rem;font-weight:600}.business-dialog-detail .dialog-header,.business-dialog-detail .details-content{--header-button-size: 2.25rem;--assign-icon-size: 1.25rem;--assign-image-size: 1.75rem;--item-label-size: .8rem;--item-value-size: .875rem;--name-font-size: 1.35rem}@media screen and (min-width: 1280px){.business-dialog-detail .dialog-header,.business-dialog-detail .details-content{--item-label-size: .875rem;--item-value-size: 1rem;--name-font-size: 1.5rem}}.business-dialog-detail .dialog-header .start,.business-dialog-detail .dialog-header .end,.business-dialog-detail .dialog-header .arrow-actions,.business-dialog-detail .dialog-header .other-actions{display:flex;align-items:center;gap:.25rem}.business-dialog-detail .dialog-header .start{gap:.25rem;justify-content:flex-start}.business-dialog-detail .dialog-header .start .arrow-actions button{width:var(--header-button-size);height:var(--header-button-size)}.business-dialog-detail .dialog-header .start .arrow-actions button mat-icon{font-weight:600}.business-dialog-detail .dialog-header .start .arrow-actions button[disabled]{color:var(--disable-color)}.business-dialog-detail .dialog-header .start mat-icon{width:var(--assign-icon-size);height:var(--assign-icon-size);font-size:var(--assign-icon-size)}.business-dialog-detail .dialog-header .end{justify-content:flex-end;gap:.5rem}.business-dialog-detail .dialog-header .end .other-actions{padding-right:.5rem;border-right:1px solid 1px solid rgb(var(--foreground-color-rgb)/.15)}.request-status-container{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem}.request-status-container .wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:rgb(var(--foreground-color-rgb)/.6)}.request-status-container .wrapper .main-icon{font-size:3rem;width:3rem;height:3rem;font-weight:700}.request-status-container .wrapper .message{font-size:1rem;text-align:center;font-weight:700}.skeleton-wrapper{--padding-wrapper: 1rem;--gap-wrapper: .5rem;--padding-item: 1rem;--gap-item: 1rem;--padding-text: .75rem;width:100%;height:100%;display:flex;flex-direction:column;gap:var(--gap-wrapper);padding:var(--padding-wrapper);animation:pulse 1.5s cubic-bezier(.1,0,.2,1) infinite;animation-delay:.5s}.skeleton-wrapper.small{--padding-wrapper: .75rem;--gap-wrapper: .35rem;--padding-item: .75rem;--gap-item: .75rem;--padding-text: .5rem}.skeleton-item{display:flex;flex-wrap:wrap;border-radius:var(--default-radius);background:rgb(var(--foreground-color-rgb)/.1) no-repeat;padding:var(--padding-item);gap:var(--gap-item)}.skeleton-item.chat{align-self:flex-start}.skeleton-item.chat.right{align-self:flex-end}.skeleton-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.skeleton-row.center{justify-content:center}.skeleton-group{width:100%;display:flex;flex-direction:column;gap:.5rem}.skeleton-text,.skeleton-text-small,.skeleton-text-body{padding:var(--padding-text);height:20%;width:45%;background:rgb(var(--foreground-color-rgb)/.3) no-repeat;border-radius:var(--default-radius)}.skeleton-text.transparent,.skeleton-text-small.transparent,.skeleton-text-body.transparent{background:transparent}.skeleton-text-small{width:25%}.skeleton-text-body{width:100%}.skeleton-icon{padding:.75rem;height:2rem;width:2rem;background:rgb(var(--foreground-color-rgb)/.3) no-repeat;border-radius:100%}.business-toast{min-width:17rem;min-height:3rem;display:flex;justify-content:center;align-items:center;border-radius:var(--default-radius);overflow:hidden}.business-toast .hot-toast-icon{align-self:center;padding:0}.business-toast:not(.close-top) .hot-toast-close-btn{align-self:center;margin:0}.business-toast .hot-toast-message{justify-content:flex-start;font-size:.9rem;font-weight:600;margin:8px 20px}.business-toast.loading{min-height:min-content;min-width:min-content}.business-toast.loading .hot-toast-loader-icon{border-color:var(--primary-hover-color);border-right-color:var(--primary-color)}.business-toast.loading .hot-toast-message{font-size:.8rem;margin:4px 10px}.business-toast.custom-toast{min-width:22rem;padding:0}.business-toast.custom-toast .hot-toast-message,.business-toast.custom-toast .hot-toast-message div:first-child{width:100%;height:100%}.business-toast.custom-toast .hot-toast-message{padding:0;margin:0}.business-toast.custom-toast .hot-toast-close-btn{position:absolute;top:0;right:0;margin:.5rem}.business-toast.download{padding:0;min-height:min-content;min-width:min-content}.business-toast.download .hot-toast-message{font-size:.8rem;margin:0}.business-video video:hover~.play-button,.business-video .play-button:hover{opacity:1;pointer-events:auto}.business-video .play-button{z-index:100;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--primary-color);opacity:0;pointer-events:none;transition:.3s}.business-video .loading-video{inset:0;position:absolute;width:100%;height:100%;display:grid;place-items:center;background-color:#777}.business-email-input .e-richtexteditor .e-rte-container,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper{border:none!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar{background:var(--background-editor)!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-hor-nav{background:var(--background-editor)!important;border:none!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-hor-nav .e-popup-down-icon{color:var(--color-editor)!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-pop,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-items{background:var(--background-editor)!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-pop .e-toolbar-item.e-overlay,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-overlay{background:#0000004d!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn{background:transparent!important;color:var(--color-editor)!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-btn-icon,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-btn-icon{color:var(--color-editor)!important}.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-pop .e-toolbar-item.e-active .e-tbar-btn,.business-email-input .e-richtexteditor .e-rte-container .e-toolbar-wrapper .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn{background:var(--primary-color)!important}.business-email-input .e-richtexteditor .e-rte-container .e-rte-content,.business-email-input .e-richtexteditor .e-rte-container .e-rte-content .e-content{background:#f9f9f9!important;color:#000!important}.business-schedule .e-date-header-container{padding-right:0!important}.business-schedule.has-scroll .e-date-header-container{padding-right:.25rem!important}.business-schedule .e-schedule{border-radius:var(--default-radius)}.business-schedule .e-schedule .e-toolbar,.business-schedule .e-schedule .e-toolbar .e-toolbar-items{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.08),rgb(var(--primary-color-rgb)/.08)),rgb(var(--background-color-rgb))}.business-schedule .e-schedule .e-toolbar-items .e-prev .e-tbar-btn,.business-schedule .e-schedule .e-toolbar-items .e-next .e-tbar-btn{border-radius:100%!important}.business-schedule .e-schedule .e-toolbar-right .e-tbar-btn{border-radius:var(--default-radius)!important}.business-schedule .e-schedule .e-appointment.is-draggable,.business-schedule .e-schedule .e-appointment.e-schedule-event-clone{cursor:grab}.business-schedule .e-schedule .e-appointment.is-draggable:active,.business-schedule .e-schedule .e-appointment.e-schedule-event-clone:active{cursor:grabbing}.business-schedule .e-schedule .e-appointment.is-not-draggable{cursor:not-allowed}.business-schedule .e-schedule .e-day-view .e-appointment,.business-schedule .e-schedule .e-week-view .e-appointment,.business-schedule .e-schedule .e-work-week-view .e-appointment,.business-schedule .e-schedule .e-month-view .e-appointment{border:unset!important;background-color:var(--appointment-color, var(--primary-color))!important;border-radius:var(--default-radius)!important}.business-schedule .e-schedule .e-month-view .e-appointment{top:calc(26px * var(--appointment-index) - 2px)!important}.business-schedule .e-schedule .e-day-view .e-appointment,.business-schedule .e-schedule .e-week-view .e-appointment,.business-schedule .e-schedule .e-work-week-view .e-appointment{height:calc(var(--appointment-height) - 2px)!important}.business-schedule .e-schedule .e-day-view .e-appointment .e-subject,.business-schedule .e-schedule .e-week-view .e-appointment .e-subject,.business-schedule .e-schedule .e-work-week-view .e-appointment .e-subject{font-size:.775rem!important;line-height:unset!important;padding-top:0!important}.business-schedule .e-schedule .e-day-view .e-appointment .e-time,.business-schedule .e-schedule .e-week-view .e-appointment .e-time,.business-schedule .e-schedule .e-work-week-view .e-appointment .e-time{padding-top:0!important}.business-schedule .e-schedule .e-agenda-view .e-agenda-item{padding:.5rem 0!important}.business-schedule .e-schedule .e-agenda-view .e-appointment{border-color:var(--appointment-color)!important}.business-schedule .e-schedule .e-agenda-view .e-appointment.e-appointment-border,.business-schedule .e-schedule .e-agenda-view .e-appointment:focus{background:unset!important}.business-schedule .e-schedule .e-more-indicator{color:var(--background-color)!important;background-color:var(--foreground-color);border-radius:var(--default-radius)}.business-schedule .e-schedule .e-work-cells{transition:all ease-in-out .2s}.business-schedule .e-schedule .e-work-cells.work-time{background:transparent!important}.business-schedule .e-schedule .e-work-cells.work-time:hover{background:rgb(var(--primary-color-rgb)/.5)!important}.business-schedule .e-schedule .e-work-cells.work-time.e-selected-cell{background:rgb(var(--primary-color-rgb)/.6)!important}.business-schedule .e-schedule .e-work-cells.out-work-time{background:rgb(var(--primary-color-rgb)/.15)!important}.business-schedule .e-schedule .e-work-cells.out-work-time:hover{cursor:not-allowed}.business-schedule .e-calendar{max-width:18rem}.business-schedule .e-calendar{background-color:var(--background-color)!important}.business-schedule .e-calendar .e-header{position:relative;border-bottom:1px solid rgb(var(--foreground-color-rgb)/.15);padding:.5rem!important}.business-schedule .e-calendar .e-header .e-day.e-title{position:absolute;margin:0!important;top:50%;left:50%;transform:translate(-50%,-50%);letter-spacing:var(--mdc-filled-button-label-text-tracking)}.business-schedule .e-calendar .e-header .e-icon-container{display:flex;align-items:center;justify-content:space-between;float:unset!important}.business-schedule .e-calendar .e-content .e-week-header tr th{font-size:11px!important;padding:0!important}.business-schedule .e-calendar .e-content .e-day{font-weight:600!important;border-radius:var(--default-radius)!important}.business-schedule .e-calendar .e-content .e-day:hover{background-color:var(--primary-hover-color)!important}.business-schedule .e-calendar .e-content .e-focused-date .e-day,.business-schedule .e-calendar .e-content .e-today .e-day{color:var(--foreground-color)!important;border:1px solid var(--foreground-color)!important}.business-schedule .e-calendar .e-content .e-selected .e-day{color:var(--foreground-color)!important;background-color:var(--primary-color)!important;border-color:transparent!important}.dark .e-calendar{background:linear-gradient(0deg,rgb(var(--primary-color-rgb)/.1),rgb(var(--primary-color-rgb)/.1)),#090909!important}@supports (-moz-appearance: none){.business-schedule .e-date-header-container,.business-schedule.has-scroll .e-date-header-container{padding-right:0!important}}.e-tooltip-wrap{border:none!important;background-color:transparent!important;box-shadow:0 5px 30px 3px rgb(var(--primary-color-rgb)/.4)!important;animation:.15s cubic-bezier(.4,0,.2,1) both fade-out-scale!important}.e-tooltip-wrap.e-popup-open{animation:.15s cubic-bezier(.4,0,.2,1) both fade-in-scale!important}.e-tooltip-wrap .e-tip-content{border:none!important;border-radius:var(--default-radius)!important;background-color:var(--background-color)!important;color:var(--foreground-color)!important;font-family:var(--font-family)!important;font-size:.75rem!important;font-weight:400!important;padding:.5rem}.e-tooltip-wrap .e-arrow-tip{display:none!important}:root{--color-sf-primary: 5, 124, 198;--color-sf-primary-container: 5, 124, 198, .7;--color-sf-surface: 250, 250, 250}.dark{--color-sf-primary: 227, 172, 77;--color-sf-primary-container: 227, 172, 77, .5;--color-sf-surface: 9, 9, 9}.country-option-flag-container{display:inline-block;width:20px}.country-option-flag-container{margin-right:8px}[dir=rtl] .country-option-flag-container{margin-right:0;margin-left:8px}.country-option-flag{width:20px}.country-option-flag.country-code__be{width:18px}.country-option-flag.country-code__ch{width:15px}.country-option-flag.country-code__mc{width:19px}.country-option-flag.country-code__ne{width:18px}.country-option-flag.country-code__np{width:13px}.country-option-flag.country-code__va{width:15px}@media (min-resolution: 2x){.country-option-flag{background-size:5762px 15px}}.country-option-flag.country-code__ac{height:10px;background-position:0 0}.country-option-flag.country-code__ad{height:14px;background-position:-22px 0}.country-option-flag.country-code__ae{height:10px;background-position:-44px 0}.country-option-flag.country-code__af{height:14px;background-position:-66px 0}.country-option-flag.country-code__ag{height:14px;background-position:-88px 0}.country-option-flag.country-code__ai{height:10px;background-position:-110px 0}.country-option-flag.country-code__al{height:15px;background-position:-132px 0}.country-option-flag.country-code__am{height:10px;background-position:-154px 0}.country-option-flag.country-code__ao{height:14px;background-position:-176px 0}.country-option-flag.country-code__aq{height:14px;background-position:-198px 0}.country-option-flag.country-code__ar{height:13px;background-position:-220px 0}.country-option-flag.country-code__as{height:10px;background-position:-242px 0}.country-option-flag.country-code__at{height:14px;background-position:-264px 0}.country-option-flag.country-code__au{height:10px;background-position:-286px 0}.country-option-flag.country-code__aw{height:14px;background-position:-308px 0}.country-option-flag.country-code__ax{height:13px;background-position:-330px 0}.country-option-flag.country-code__az{height:10px;background-position:-352px 0}.country-option-flag.country-code__ba{height:10px;background-position:-374px 0}.country-option-flag.country-code__bb{height:14px;background-position:-396px 0}.country-option-flag.country-code__bd{height:12px;background-position:-418px 0}.country-option-flag.country-code__be{height:15px;background-position:-440px 0}.country-option-flag.country-code__bf{height:14px;background-position:-460px 0}.country-option-flag.country-code__bg{height:12px;background-position:-482px 0}.country-option-flag.country-code__bh{height:12px;background-position:-504px 0}.country-option-flag.country-code__bi{height:12px;background-position:-526px 0}.country-option-flag.country-code__bj{height:14px;background-position:-548px 0}.country-option-flag.country-code__bl{height:14px;background-position:-570px 0}.country-option-flag.country-code__bm{height:10px;background-position:-592px 0}.country-option-flag.country-code__bn{height:10px;background-position:-614px 0}.country-option-flag.country-code__bo{height:14px;background-position:-636px 0}.country-option-flag.country-code__bq{height:14px;background-position:-658px 0}.country-option-flag.country-code__br{height:14px;background-position:-680px 0}.country-option-flag.country-code__bs{height:10px;background-position:-702px 0}.country-option-flag.country-code__bt{height:14px;background-position:-724px 0}.country-option-flag.country-code__bv{height:15px;background-position:-746px 0}.country-option-flag.country-code__bw{height:14px;background-position:-768px 0}.country-option-flag.country-code__by{height:10px;background-position:-790px 0}.country-option-flag.country-code__bz{height:12px;background-position:-812px 0}.country-option-flag.country-code__ca{height:10px;background-position:-834px 0}.country-option-flag.country-code__cc{height:10px;background-position:-856px 0}.country-option-flag.country-code__cd{height:15px;background-position:-878px 0}.country-option-flag.country-code__cf{height:14px;background-position:-900px 0}.country-option-flag.country-code__cg{height:14px;background-position:-922px 0}.country-option-flag.country-code__ch{height:15px;background-position:-944px 0}.country-option-flag.country-code__ci{height:14px;background-position:-961px 0}.country-option-flag.country-code__ck{height:10px;background-position:-983px 0}.country-option-flag.country-code__cl{height:14px;background-position:-1005px 0}.country-option-flag.country-code__cm{height:14px;background-position:-1027px 0}.country-option-flag.country-code__cn{height:14px;background-position:-1049px 0}.country-option-flag.country-code__co{height:14px;background-position:-1071px 0}.country-option-flag.country-code__cp{height:14px;background-position:-1093px 0}.country-option-flag.country-code__cq{height:12px;background-position:-1115px 0}.country-option-flag.country-code__cr{height:12px;background-position:-1137px 0}.country-option-flag.country-code__cu{height:10px;background-position:-1159px 0}.country-option-flag.country-code__cv{height:12px;background-position:-1181px 0}.country-option-flag.country-code__cw{height:14px;background-position:-1203px 0}.country-option-flag.country-code__cx{height:10px;background-position:-1225px 0}.country-option-flag.country-code__cy{height:14px;background-position:-1247px 0}.country-option-flag.country-code__cz{height:14px;background-position:-1269px 0}.country-option-flag.country-code__de{height:12px;background-position:-1291px 0}.country-option-flag.country-code__dg{height:10px;background-position:-1313px 0}.country-option-flag.country-code__dj{height:14px;background-position:-1335px 0}.country-option-flag.country-code__dk{height:15px;background-position:-1357px 0}.country-option-flag.country-code__dm{height:10px;background-position:-1379px 0}.country-option-flag.country-code__do{height:14px;background-position:-1401px 0}.country-option-flag.country-code__dz{height:14px;background-position:-1423px 0}.country-option-flag.country-code__ea{height:14px;background-position:-1445px 0}.country-option-flag.country-code__ec{height:14px;background-position:-1467px 0}.country-option-flag.country-code__ee{height:13px;background-position:-1489px 0}.country-option-flag.country-code__eg{height:14px;background-position:-1511px 0}.country-option-flag.country-code__eh{height:10px;background-position:-1533px 0}.country-option-flag.country-code__er{height:10px;background-position:-1555px 0}.country-option-flag.country-code__es{height:14px;background-position:-1577px 0}.country-option-flag.country-code__et{height:10px;background-position:-1599px 0}.country-option-flag.country-code__eu{height:14px;background-position:-1621px 0}.country-option-flag.country-code__ez{height:14px;background-position:-1643px 0}.country-option-flag.country-code__fi{height:12px;background-position:-1665px 0}.country-option-flag.country-code__fj{height:10px;background-position:-1687px 0}.country-option-flag.country-code__fk{height:10px;background-position:-1709px 0}.country-option-flag.country-code__fm{height:11px;background-position:-1731px 0}.country-option-flag.country-code__fo{height:15px;background-position:-1753px 0}.country-option-flag.country-code__fr{height:14px;background-position:-1775px 0}.country-option-flag.country-code__fx{height:14px;background-position:-1797px 0}.country-option-flag.country-code__ga{height:15px;background-position:-1819px 0}.country-option-flag.country-code__gb{height:10px;background-position:-1841px 0}.country-option-flag.country-code__gd{height:12px;background-position:-1863px 0}.country-option-flag.country-code__ge{height:14px;background-position:-1885px 0}.country-option-flag.country-code__gf{height:14px;background-position:-1907px 0}.country-option-flag.country-code__gg{height:14px;background-position:-1929px 0}.country-option-flag.country-code__gh{height:14px;background-position:-1951px 0}.country-option-flag.country-code__gi{height:10px;background-position:-1973px 0}.country-option-flag.country-code__gl{height:14px;background-position:-1995px 0}.country-option-flag.country-code__gm{height:14px;background-position:-2017px 0}.country-option-flag.country-code__gn{height:14px;background-position:-2039px 0}.country-option-flag.country-code__gp{height:14px;background-position:-2061px 0}.country-option-flag.country-code__gq{height:14px;background-position:-2083px 0}.country-option-flag.country-code__gr{height:14px;background-position:-2105px 0}.country-option-flag.country-code__gs{height:10px;background-position:-2127px 0}.country-option-flag.country-code__gt{height:13px;background-position:-2149px 0}.country-option-flag.country-code__gu{height:11px;background-position:-2171px 0}.country-option-flag.country-code__gw{height:10px;background-position:-2193px 0}.country-option-flag.country-code__gy{height:12px;background-position:-2215px 0}.country-option-flag.country-code__hk{height:14px;background-position:-2237px 0}.country-option-flag.country-code__hm{height:10px;background-position:-2259px 0}.country-option-flag.country-code__hn{height:10px;background-position:-2281px 0}.country-option-flag.country-code__hr{height:10px;background-position:-2303px 0}.country-option-flag.country-code__ht{height:12px;background-position:-2325px 0}.country-option-flag.country-code__hu{height:10px;background-position:-2347px 0}.country-option-flag.country-code__ic{height:14px;background-position:-2369px 0}.country-option-flag.country-code__id{height:14px;background-position:-2391px 0}.country-option-flag.country-code__ie{height:10px;background-position:-2413px 0}.country-option-flag.country-code__il{height:15px;background-position:-2435px 0}.country-option-flag.country-code__im{height:10px;background-position:-2457px 0}.country-option-flag.country-code__in{height:14px;background-position:-2479px 0}.country-option-flag.country-code__io{height:10px;background-position:-2501px 0}.country-option-flag.country-code__iq{height:14px;background-position:-2523px 0}.country-option-flag.country-code__ir{height:12px;background-position:-2545px 0}.country-option-flag.country-code__is{height:15px;background-position:-2567px 0}.country-option-flag.country-code__it{height:14px;background-position:-2589px 0}.country-option-flag.country-code__je{height:12px;background-position:-2611px 0}.country-option-flag.country-code__jm{height:10px;background-position:-2633px 0}.country-option-flag.country-code__jo{height:10px;background-position:-2655px 0}.country-option-flag.country-code__jp{height:14px;background-position:-2677px 0}.country-option-flag.country-code__ke{height:14px;background-position:-2699px 0}.country-option-flag.country-code__kg{height:12px;background-position:-2721px 0}.country-option-flag.country-code__kh{height:13px;background-position:-2743px 0}.country-option-flag.country-code__ki{height:10px;background-position:-2765px 0}.country-option-flag.country-code__km{height:12px;background-position:-2787px 0}.country-option-flag.country-code__kn{height:14px;background-position:-2809px 0}.country-option-flag.country-code__kp{height:10px;background-position:-2831px 0}.country-option-flag.country-code__kr{height:14px;background-position:-2853px 0}.country-option-flag.country-code__kw{height:10px;background-position:-2875px 0}.country-option-flag.country-code__ky{height:10px;background-position:-2897px 0}.country-option-flag.country-code__kz{height:10px;background-position:-2919px 0}.country-option-flag.country-code__la{height:14px;background-position:-2941px 0}.country-option-flag.country-code__lb{height:14px;background-position:-2963px 0}.country-option-flag.country-code__lc{height:10px;background-position:-2985px 0}.country-option-flag.country-code__li{height:12px;background-position:-3007px 0}.country-option-flag.country-code__lk{height:10px;background-position:-3029px 0}.country-option-flag.country-code__lr{height:11px;background-position:-3051px 0}.country-option-flag.country-code__ls{height:14px;background-position:-3073px 0}.country-option-flag.country-code__lt{height:12px;background-position:-3095px 0}.country-option-flag.country-code__lu{height:12px;background-position:-3117px 0}.country-option-flag.country-code__lv{height:10px;background-position:-3139px 0}.country-option-flag.country-code__ly{height:10px;background-position:-3161px 0}.country-option-flag.country-code__ma{height:14px;background-position:-3183px 0}.country-option-flag.country-code__mc{height:15px;background-position:-3205px 0}.country-option-flag.country-code__md{height:10px;background-position:-3226px 0}.country-option-flag.country-code__me{height:10px;background-position:-3248px 0}.country-option-flag.country-code__mf{height:14px;background-position:-3270px 0}.country-option-flag.country-code__mg{height:14px;background-position:-3292px 0}.country-option-flag.country-code__mh{height:11px;background-position:-3314px 0}.country-option-flag.country-code__mk{height:10px;background-position:-3336px 0}.country-option-flag.country-code__ml{height:14px;background-position:-3358px 0}.country-option-flag.country-code__mm{height:14px;background-position:-3380px 0}.country-option-flag.country-code__mn{height:10px;background-position:-3402px 0}.country-option-flag.country-code__mo{height:14px;background-position:-3424px 0}.country-option-flag.country-code__mp{height:10px;background-position:-3446px 0}.country-option-flag.country-code__mq{height:14px;background-position:-3468px 0}.country-option-flag.country-code__mr{height:14px;background-position:-3490px 0}.country-option-flag.country-code__ms{height:10px;background-position:-3512px 0}.country-option-flag.country-code__mt{height:14px;background-position:-3534px 0}.country-option-flag.country-code__mu{height:14px;background-position:-3556px 0}.country-option-flag.country-code__mv{height:14px;background-position:-3578px 0}.country-option-flag.country-code__mw{height:14px;background-position:-3600px 0}.country-option-flag.country-code__mx{height:12px;background-position:-3622px 0}.country-option-flag.country-code__my{height:10px;background-position:-3644px 0}.country-option-flag.country-code__mz{height:14px;background-position:-3666px 0}.country-option-flag.country-code__na{height:14px;background-position:-3688px 0}.country-option-flag.country-code__nc{height:10px;background-position:-3710px 0}.country-option-flag.country-code__ne{height:15px;background-position:-3732px 0}.country-option-flag.country-code__nf{height:10px;background-position:-3752px 0}.country-option-flag.country-code__ng{height:10px;background-position:-3774px 0}.country-option-flag.country-code__ni{height:12px;background-position:-3796px 0}.country-option-flag.country-code__nl{height:14px;background-position:-3818px 0}.country-option-flag.country-code__no{height:15px;background-position:-3840px 0}.country-option-flag.country-code__np{height:15px;background-position:-3862px 0}.country-option-flag.country-code__nr{height:10px;background-position:-3877px 0}.country-option-flag.country-code__nu{height:10px;background-position:-3899px 0}.country-option-flag.country-code__nz{height:10px;background-position:-3921px 0}.country-option-flag.country-code__om{height:10px;background-position:-3943px 0}.country-option-flag.country-code__pa{height:14px;background-position:-3965px 0}.country-option-flag.country-code__pe{height:14px;background-position:-3987px 0}.country-option-flag.country-code__pf{height:14px;background-position:-4009px 0}.country-option-flag.country-code__pg{height:15px;background-position:-4031px 0}.country-option-flag.country-code__ph{height:10px;background-position:-4053px 0}.country-option-flag.country-code__pk{height:14px;background-position:-4075px 0}.country-option-flag.country-code__pl{height:13px;background-position:-4097px 0}.country-option-flag.country-code__pm{height:14px;background-position:-4119px 0}.country-option-flag.country-code__pn{height:10px;background-position:-4141px 0}.country-option-flag.country-code__pr{height:14px;background-position:-4163px 0}.country-option-flag.country-code__ps{height:10px;background-position:-4185px 0}.country-option-flag.country-code__pt{height:14px;background-position:-4207px 0}.country-option-flag.country-code__pw{height:13px;background-position:-4229px 0}.country-option-flag.country-code__py{height:11px;background-position:-4251px 0}.country-option-flag.country-code__qa{height:8px;background-position:-4273px 0}.country-option-flag.country-code__re{height:14px;background-position:-4295px 0}.country-option-flag.country-code__ro{height:14px;background-position:-4317px 0}.country-option-flag.country-code__rs{height:14px;background-position:-4339px 0}.country-option-flag.country-code__ru{height:14px;background-position:-4361px 0}.country-option-flag.country-code__rw{height:14px;background-position:-4383px 0}.country-option-flag.country-code__sa{height:14px;background-position:-4405px 0}.country-option-flag.country-code__sb{height:10px;background-position:-4427px 0}.country-option-flag.country-code__sc{height:10px;background-position:-4449px 0}.country-option-flag.country-code__sd{height:10px;background-position:-4471px 0}.country-option-flag.country-code__se{height:13px;background-position:-4493px 0}.country-option-flag.country-code__sg{height:14px;background-position:-4515px 0}.country-option-flag.country-code__sh{height:10px;background-position:-4537px 0}.country-option-flag.country-code__si{height:10px;background-position:-4559px 0}.country-option-flag.country-code__sj{height:15px;background-position:-4581px 0}.country-option-flag.country-code__sk{height:14px;background-position:-4603px 0}.country-option-flag.country-code__sl{height:14px;background-position:-4625px 0}.country-option-flag.country-code__sm{height:15px;background-position:-4647px 0}.country-option-flag.country-code__sn{height:14px;background-position:-4669px 0}.country-option-flag.country-code__so{height:14px;background-position:-4691px 0}.country-option-flag.country-code__sr{height:14px;background-position:-4713px 0}.country-option-flag.country-code__ss{height:10px;background-position:-4735px 0}.country-option-flag.country-code__st{height:10px;background-position:-4757px 0}.country-option-flag.country-code__su{height:10px;background-position:-4779px 0}.country-option-flag.country-code__sv{height:12px;background-position:-4801px 0}.country-option-flag.country-code__sx{height:14px;background-position:-4823px 0}.country-option-flag.country-code__sy{height:14px;background-position:-4845px 0}.country-option-flag.country-code__sz{height:14px;background-position:-4867px 0}.country-option-flag.country-code__ta{height:10px;background-position:-4889px 0}.country-option-flag.country-code__tc{height:10px;background-position:-4911px 0}.country-option-flag.country-code__td{height:14px;background-position:-4933px 0}.country-option-flag.country-code__tf{height:14px;background-position:-4955px 0}.country-option-flag.country-code__tg{height:13px;background-position:-4977px 0}.country-option-flag.country-code__th{height:14px;background-position:-4999px 0}.country-option-flag.country-code__tj{height:10px;background-position:-5021px 0}.country-option-flag.country-code__tk{height:10px;background-position:-5043px 0}.country-option-flag.country-code__tl{height:10px;background-position:-5065px 0}.country-option-flag.country-code__tm{height:14px;background-position:-5087px 0}.country-option-flag.country-code__tn{height:14px;background-position:-5109px 0}.country-option-flag.country-code__to{height:10px;background-position:-5131px 0}.country-option-flag.country-code__tr{height:14px;background-position:-5153px 0}.country-option-flag.country-code__tt{height:12px;background-position:-5175px 0}.country-option-flag.country-code__tv{height:10px;background-position:-5197px 0}.country-option-flag.country-code__tw{height:14px;background-position:-5219px 0}.country-option-flag.country-code__tz{height:14px;background-position:-5241px 0}.country-option-flag.country-code__ua{height:14px;background-position:-5263px 0}.country-option-flag.country-code__ug{height:14px;background-position:-5285px 0}.country-option-flag.country-code__uk{height:10px;background-position:-5307px 0}.country-option-flag.country-code__um{height:11px;background-position:-5329px 0}.country-option-flag.country-code__un{height:14px;background-position:-5351px 0}.country-option-flag.country-code__us{height:11px;background-position:-5373px 0}.country-option-flag.country-code__uy{height:14px;background-position:-5395px 0}.country-option-flag.country-code__uz{height:10px;background-position:-5417px 0}.country-option-flag.country-code__va{height:15px;background-position:-5439px 0}.country-option-flag.country-code__vc{height:14px;background-position:-5456px 0}.country-option-flag.country-code__ve{height:14px;background-position:-5478px 0}.country-option-flag.country-code__vg{height:10px;background-position:-5500px 0}.country-option-flag.country-code__vi{height:14px;background-position:-5522px 0}.country-option-flag.country-code__vn{height:14px;background-position:-5544px 0}.country-option-flag.country-code__vu{height:12px;background-position:-5566px 0}.country-option-flag.country-code__wf{height:14px;background-position:-5588px 0}.country-option-flag.country-code__ws{height:10px;background-position:-5610px 0}.country-option-flag.country-code__xk{height:15px;background-position:-5632px 0}.country-option-flag.country-code__ye{height:14px;background-position:-5654px 0}.country-option-flag.country-code__yt{height:14px;background-position:-5676px 0}.country-option-flag.country-code__za{height:14px;background-position:-5698px 0}.country-option-flag.country-code__zm{height:14px;background-position:-5720px 0}.country-option-flag.country-code__zw{height:10px;background-position:-5742px 0}.country-option-flag{height:15px;box-shadow:0 0 1px #888;background-image:url(/assets/img/flags.png?1);background-repeat:no-repeat;background-position:20px 0;border-radius:2px}@media (min-resolution: 2x){.country-option-flag{background-image:url(/assets/img/flags@2x.png?1)}}.scrollbar,.mat-mdc-select-panel,.mat-mdc-form-field-textarea-control,.mat-mdc-menu-content,.e-content-wrap,.e-more-event-content,.e-rte-content,.e-rte-content .e-content{--size: 5px;--radius: var(--scrollbar-radius)}.scrollbar.small,.mat-mdc-select-panel.small,.mat-mdc-form-field-textarea-control.small,.mat-mdc-menu-content.small,.e-content-wrap.small,.e-more-event-content.small,.e-rte-content.small,.e-rte-content .e-content.small{--size: 3px}.scrollbar.x-small,.mat-mdc-select-panel.x-small,.mat-mdc-form-field-textarea-control.x-small,.mat-mdc-menu-content.x-small,.e-content-wrap.x-small,.e-more-event-content.x-small,.e-rte-content.x-small,.e-rte-content .e-content.x-small{--size: 2px}.scrollbar.not-radius,.mat-mdc-select-panel.not-radius,.mat-mdc-form-field-textarea-control.not-radius,.mat-mdc-menu-content.not-radius,.e-content-wrap.not-radius,.e-more-event-content.not-radius,.e-rte-content.not-radius,.e-rte-content .e-content.not-radius{--radius: 0px}.scrollbar.horizontal::-webkit-scrollbar,.mat-mdc-select-panel.horizontal::-webkit-scrollbar,.mat-mdc-form-field-textarea-control.horizontal::-webkit-scrollbar,.mat-mdc-menu-content.horizontal::-webkit-scrollbar,.e-content-wrap.horizontal::-webkit-scrollbar,.e-more-event-content.horizontal::-webkit-scrollbar,.e-rte-content.horizontal::-webkit-scrollbar,.e-rte-content .e-content.horizontal::-webkit-scrollbar{height:var(--size)}.scrollbar:not(.horizontal)::-webkit-scrollbar,.mat-mdc-select-panel:not(.horizontal)::-webkit-scrollbar,.mat-mdc-form-field-textarea-control:not(.horizontal)::-webkit-scrollbar,.mat-mdc-menu-content:not(.horizontal)::-webkit-scrollbar,.e-content-wrap:not(.horizontal)::-webkit-scrollbar,.e-more-event-content:not(.horizontal)::-webkit-scrollbar,.e-rte-content:not(.horizontal)::-webkit-scrollbar,.e-rte-content .e-content:not(.horizontal)::-webkit-scrollbar{width:var(--size)}.scrollbar::-webkit-scrollbar-track,.mat-mdc-select-panel::-webkit-scrollbar-track,.mat-mdc-form-field-textarea-control::-webkit-scrollbar-track,.mat-mdc-menu-content::-webkit-scrollbar-track,.e-content-wrap::-webkit-scrollbar-track,.e-more-event-content::-webkit-scrollbar-track,.e-rte-content::-webkit-scrollbar-track,.e-rte-content .e-content::-webkit-scrollbar-track{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb,.mat-mdc-select-panel::-webkit-scrollbar-thumb,.mat-mdc-form-field-textarea-control::-webkit-scrollbar-thumb,.mat-mdc-menu-content::-webkit-scrollbar-thumb,.e-content-wrap::-webkit-scrollbar-thumb,.e-more-event-content::-webkit-scrollbar-thumb,.e-rte-content::-webkit-scrollbar-thumb,.e-rte-content .e-content::-webkit-scrollbar-thumb{border-radius:var(--radius);background:rgb(var(--foreground-color-rgb)/.15);max-height:.5rem}.scrollbar.gray::-webkit-scrollbar-thumb,.mat-mdc-select-panel.gray::-webkit-scrollbar-thumb,.mat-mdc-form-field-textarea-control.gray::-webkit-scrollbar-thumb,.mat-mdc-menu-content.gray::-webkit-scrollbar-thumb,.e-content-wrap.gray::-webkit-scrollbar-thumb,.e-more-event-content.gray::-webkit-scrollbar-thumb,.e-rte-content.gray::-webkit-scrollbar-thumb,.e-rte-content .e-content.gray::-webkit-scrollbar-thumb{background:rgb(var(--foreground-color-rgb)/.15)}.scrollbar.blue::-webkit-scrollbar-thumb,.mat-mdc-select-panel.blue::-webkit-scrollbar-thumb,.mat-mdc-form-field-textarea-control.blue::-webkit-scrollbar-thumb,.mat-mdc-menu-content.blue::-webkit-scrollbar-thumb,.e-content-wrap.blue::-webkit-scrollbar-thumb,.e-more-event-content.blue::-webkit-scrollbar-thumb,.e-rte-content.blue::-webkit-scrollbar-thumb,.e-rte-content .e-content.blue::-webkit-scrollbar-thumb{background:var(--blue-color)}.ellipsis{text-overflow:ellipsis;overflow:hidden;line-clamp:1;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ellipsis:not(.row){display:-webkit-box}.ellipsis.row{white-space:nowrap}.ellipsis.clamp-2{text-wrap:unset;line-clamp:2;-webkit-line-clamp:2}.ellipsis.clamp-3{text-wrap:unset;line-clamp:3;-webkit-line-clamp:3}.business-autocomplete{min-width:15rem}.business-badge-icon{width:1.5rem;height:1.5rem;display:grid;place-items:center;border-radius:100%;font-size:var(--font-xs);font-weight:800;background:var(--red-weight-color);color:#fff;transition:var(--item-transition);z-index:210;cursor:default}.business-badge-icon.small{width:1rem;height:1rem;font-size:var(--font-2xs)}a.business-link,button.business-link{cursor:pointer;position:relative;font-weight:600;text-decoration:none;color:var(--foreground-color);transition:all ease-in-out .25s;text-wrap:nowrap;font-size:inherit;outline:none;border:none;background-color:transparent}a.business-link:after,button.business-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:var(--primary-color);transition:all ease-in-out .25s}a.business-link:hover:after,button.business-link:hover:after{bottom:-3px;height:2px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family);font-optical-sizing:auto;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html{overflow:hidden!important}body{width:100vw;height:100dvh;overflow:hidden;background-color:var(--background-color);color:var(--foreground-color);transition:all ease-in-out .25s}.grecaptcha-badge{visibility:hidden}body.has-recaptcha .grecaptcha-badge{visibility:unset}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:rgb(var(--foreground-color-rgb)/1);transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px transparent}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.leaflet-control-attribution{display:none!important}
