@charset "UTF-8";@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-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)}hot-toast-container[popover]{padding:var(--hot-toast-container-padding, 0);border-style:var(--hot-toast-container-border-style, none)}@layer properties;@layer theme,base,components,utilities;@layer theme{:root{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--radius-lg: .5rem;--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}}@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.isolate{isolation:isolate}.float-left{float:left}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.mt-12{margin-top:calc(var(--spacing) * 12)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mr-0{margin-right:calc(var(--spacing) * 0)}.mr-8{margin-right:calc(var(--spacing) * 8)}.mr-12{margin-right:calc(var(--spacing) * 12)}.mr-16{margin-right:calc(var(--spacing) * 16)}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-16{margin-bottom:calc(var(--spacing) * 16)}.mb-24{margin-bottom:calc(var(--spacing) * 24)}.ml-16{margin-left:calc(var(--spacing) * 16)}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.h-full{height:100%}.w-150{width:calc(var(--spacing) * 150)}.w-full{width:100%}.flex-auto{flex:auto}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.self-center{align-self:center}.self-end{align-self:flex-end}.self-start{align-self:flex-start}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.mask-repeat{-webkit-mask-repeat:repeat;mask-repeat:repeat}.p-0{padding:calc(var(--spacing) * 0)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-2{padding-block:calc(var(--spacing) * 2)}.pt-24{padding-top:calc(var(--spacing) * 24)}.pl-12{padding-left:calc(var(--spacing) * 12)}.text-justify{text-align:justify}.text-wrap{text-wrap:wrap}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.diagonal-fractions{--tw-numeric-fraction: diagonal-fractions;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure: lining-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure: oldstyle-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing: proportional-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero: slashed-zero;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction: stacked-fractions;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-in{--tw-ease: var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.select-all{-webkit-user-select:all;user-select:all}}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}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto,sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto,sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto,sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto,sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}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-button-toggle-label-text-font: Roboto, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: .03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: .03125em;--mat-button-toggle-legacy-label-text-weight: 400}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-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-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-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-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}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{--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{--mat-tooltip-supporting-text-font: Roboto, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em}html{--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;--mat-form-field-filled-label-text-font: Roboto, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: .03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: .03125em;--mat-form-field-outlined-label-text-weight: 400}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-dialog-subhead-font: Roboto, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: .0125em;--mat-dialog-supporting-text-font: Roboto, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mat-chip-label-text-font: Roboto, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: .0178571429em;--mat-chip-label-text-weight: 400}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Roboto, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .0178571429em;--mat-slide-toggle-label-text-weight: 400}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{--mat-slider-label-label-text-font: Roboto, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500}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{--mat-list-list-item-label-text-font: Roboto, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: .03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: .0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-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-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}.mat-mdc-tab-header{--mat-tab-label-text-font: Roboto, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: .0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}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{--mat-button-filled-label-text-font: Roboto, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: .0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: .0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-fab-extended-label-text-font: Roboto, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: .0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}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}*{text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-webkit-text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;box-sizing:border-box}*:before,*:after{box-sizing:border-box}*:focus{outline:none}*:not(mat-form-field)>input{border:none;border-radius:0;padding:0;margin:0}*:not(mat-form-field)>input[type=text],*:not(mat-form-field)>input[type=tel],*:not(mat-form-field)>input[type=email],*:not(mat-form-field)>input[type=search],*:not(mat-form-field)>input[type=password],*:not(mat-form-field)>input[type=button],*:not(mat-form-field)>button,*:not(mat-form-field)>input[type=submit],*:not(mat-form-field)>input[type=image],*:not(mat-form-field)>textarea{appearance:none;border:none;border-radius:0;padding:0;margin:0}*:not(mat-form-field)>input[type=button],*:not(mat-form-field)>button,*:not(mat-form-field)>input[type=submit]{background:none}button{border-radius:0;font-family:inherit;font-size:inherit;padding:0;margin:0;appearance:none;-moz-appearance:none;-webkit-appearance:none}img{max-width:100%;height:auto;vertical-align:top;border:none}.align-right{right:0}.align-left{left:0}.h-4{height:4px!important;min-height:4px!important;max-height:4px!important}.h-8{height:8px!important;min-height:8px!important;max-height:8px!important}.h-12{height:12px!important;min-height:12px!important;max-height:12px!important}.h-16{height:16px!important;min-height:16px!important;max-height:16px!important}.h-20{height:20px!important;min-height:20px!important;max-height:20px!important}.h-24{height:24px!important;min-height:24px!important;max-height:24px!important}.h-28{height:28px!important;min-height:28px!important;max-height:28px!important}.h-32{height:32px!important;min-height:32px!important;max-height:32px!important}.h-56{height:56px!important;min-height:56px!important;max-height:56px!important}.h-64{height:64px!important;min-height:64px!important;max-height:64px!important}.h-88{height:88px!important;min-height:88px!important;max-height:88px!important}.h-100-p{height:100%!important}.w-4{width:4px!important;min-width:4px!important;max-width:4px!important}.w-5-p{width:5%!important}.w-10-p{width:10%!important}.w-20-p{width:20%!important}.w-25-p{width:25%!important}.w-30-p{width:30%!important}.w-35-p{width:35%!important}.w-50-p{width:50%!important}.w-60-p{width:60%!important}.w-65-p{width:65%!important}.w-70-p{width:70%!important}.w-80-p{width:80%!important}.w-90-p{width:90%!important}.w-95-p{width:95%!important}.w-100-p{width:100%!important}.m-0{margin:0!important}.m-4{margin:4px!important}.m-140{margin:140px!important}.m-148{margin:148px!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mr-8{margin-right:8px!important}.mt-12{margin-top:12px!important}.mr-12{margin-right:12px!important}.mt-16{margin-top:16px!important}.mr-16{margin-right:16px!important}.mb-16{margin-bottom:16px!important}.ml-16{margin-left:16px!important}.mb-24{margin-bottom:24px!important}.p-0{padding:0!important}.p-4{padding:4px!important}.p-8{padding:8px!important}.p-16{padding:16px!important}.pl-12{padding-left:12px!important}.pt-24{padding-top:24px!important}@media(min-width:600px){.mr-sm-16{margin-right:16px!important}}.border,.b{border:1px solid var(--mat-sys-outline-variant)}.border-top,.bt{border-top:1px solid var(--mat-sys-outline-variant)}.border-right,.br{border-right:1px solid var(--mat-sys-outline-variant)}.border-bottom,.bb{border-bottom:1px solid var(--mat-sys-outline-variant)}.border-left,.bl{border-left:1px solid var(--mat-sys-outline-variant)}.b-x{border-left:1px solid var(--mat-sys-outline-variant);border-right:1px solid var(--mat-sys-outline-variant)}.by{border-top:1px solid var(--mat-sys-outline-variant);border-bottom:1px solid var(--mat-sys-outline-variant)}.fuse-fade-in-out{opacity:0;flex:0 0 0%;max-width:0%;overflow:hidden;transition:opacity .2s ease-in,flex .2s ease-in,max-width .2s ease-in}.fuse-fade-in-out--visible{opacity:1;flex:1 1 100%;max-width:100%}html,body{display:flex;flex:1 1 auto;width:100%;height:100%;max-height:100%;min-height:100%;margin:0;padding:0;overflow:hidden}body.boxed{max-width:1200px;margin:0 auto}.page-break-after,.page-break-before{display:none}@media print{#printContainer>div{display:inline;overflow-y:visible}html,body{height:auto!important;overflow:initial!important}.page-break-after{display:block;page-break-after:always;position:relative}.page-break-before{display:block;page-break-before:always;position:relative}app fuse-sidebar,app navbar,app toolbar,app footer,app fuse-theme-options{display:none!important}app .ps{overflow:visible!important}app .mat-drawer-container,app .mat-sidenav-container{background-color:#fff!important}app .mat-drawer-container .mat-drawer-content,app .mat-drawer-container .mat-sidenav-content,app .mat-sidenav-container .mat-drawer-content,app .mat-sidenav-container .mat-sidenav-content{overflow:initial!important;height:auto!important}}.mat-mdc-icon-button{font-size:20px}.mat-mdc-icon-button .mat-mdc-button-ripple{border-radius:50%}*[class*=mat-],*[class*=mat-mdc-],*[class*=mat-] *,*[class*=mat-mdc-] *{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important}.mat-mdc-dialog-container{-webkit-overflow-scrolling:touch;resize:none!important}.mat-mdc-radio-button{font-size:15px}.mat-pseudo-checkbox-checked:after{width:15px!important;height:7px!important}.mat-mdc-form-field{font-size:14px!important}.mat-mdc-card-image{max-width:none!important}.mdc-button .mdc-button__label{white-space:nowrap}.mat-mdc-checkbox{display:inline-flex!important;font-size:15px}.mat-mdc-checkbox .mdc-form-field{padding-right:12px}input,textarea{background:transparent}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-background-clip:text;transition:background-color 5000s!important}.mat-mdc-form-field-error{display:flex!important;flex-direction:column-reverse}.mat-mdc-form-field-infix{width:inherit!important}.mat-elevation-z0{box-shadow:var(--mat-sys-level0)}.mat-elevation-z1{box-shadow:var(--mat-sys-level1)}.mat-elevation-z2{box-shadow:var(--mat-sys-level2)}.mat-elevation-z3{box-shadow:var(--mat-sys-level3)}.mat-elevation-z4{box-shadow:var(--mat-sys-level4)}html{font-size:62.5%;font-family:Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.4!important;letter-spacing:-.1px!important;scroll-behavior:smooth;scrollbar-gutter:stable;overscroll-behavior-y:none}body{font-size:14px;overscroll-behavior-y:none;scrollbar-gutter:stable}html,body{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1,.h1{font-size:24px}h2,.h2{font-size:20px}h3,.h3{font-size:16px;margin-bottom:12px}h4,.h4{font-size:15px}h5,.h5{font-size:13px}h6,.h6{font-size:12px}small{font-size:80%}table thead tr th{text-align:left}.text-italic{font-style:italic}strong{font-weight:500}.text-uppercase{text-transform:uppercase}:root{--mat-menu-item-label-text-size: 14px;--mat-form-field-outlined-label-text-size: 13px;--mat-select-trigger-text-size: 13px;--mat-form-field-subscript-text-size: 11px;--mat-form-field-subscript-text-weight: 400;--mdc-outlined-text-field-label-text-tracking: 0;--mat-menu-item-label-text-tracking: 0;--mdc-form-field-label-text-tracking: 0;--mat-table-row-item-label-text-tracking: 0;--mat-select-trigger-text-tracking: 0;--mat-option-label-text-tracking: 0;--mdc-list-list-item-label-text-tracking: 0;--mat-form-field-subscript-text-tracking: 0;--mat-form-field-container-text-tracking: 0;--mat-select-disabled-trigger-text-color: rgb(0, 0, 0, .58);--mdc-switch-disabled-selected-icon-opacity: 1;--mdc-switch-disabled-unselected-icon-opacity: 1;--mdc-switch-disabled-track-opacity: .25;--mdc-list-list-item-selected-container-color: #ededed;--hot-toast-container-overlay-z-index: 100000}.search-form-field{--mat-form-field-subscript-text-line-height: 0px}.mdc-label{white-space:nowrap}.readonly-input .mat-mdc-form-field-subscript-wrapper{height:4px}.readonly-input .mdc-text-field--outlined .mdc-floating-label{color:#000!important;font-weight:600!important}a:hover{cursor:pointer}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:hidden}.mat-pseudo-checkbox{padding:9px}.mat-mdc-dialog-title{padding-left:16px!important;padding-top:16px!important;margin:0!important}.mat-dialog-content{display:flex!important;overflow:auto!important;padding:16px 16px 12px!important;max-height:80vh;margin:unset!important}@media(max-width:599px){.mat-mdc-dialog-content{padding-left:8px!important;padding-right:8px!important}}.mat-mdc-dialog-actions{margin-bottom:0!important;min-height:unset!important;justify-content:flex-end;padding:var(--mat-dialog-actions-padding, 16px 16px)!important}.form{min-width:150px;width:100%;height:100%}.full-width{width:100%}.button-bar{width:100%;margin-top:10px}.header{padding:0!important;width:100%}.full-size{width:100%;height:100%}.control-full-margin{width:100%}.form-subtitle{color:var(--mat-sys-on-surface);align-content:center;align-items:center;display:flex;margin-bottom:16px!important;margin-top:0!important}.subtitle{padding-bottom:12px;padding-top:8px;font-size:15px}[mat-mdc-row].remove-background{background:none}tr.mat-table-selected-row:hover,tr.mat-table-selected-row:hover td.mat-mdc-cell{background:var(--mat-sys-surface-container-low)}tr.mat-mdc-row .mat-mdc-table-sticky:is(.mat-mdc-table-selected-row):hover{background:var(--mat-sys-outline-variant)!important}.mat-mdc-row:hover,.mat-mdc-row:hover td.mat-mdc-cell{background:var(--mat-sys-surface-container-low)}.mat-mdc-table-sticky{white-space:nowrap;position:sticky;z-index:100}tr.mat-table-selected-row,tr.mat-table-selected-row td.mat-mdc-cell{background:var(--mat-sys-surface-bright)}[mat-mdc-cell].mat-mdc-table-sticky{border-right:1px solid var(--mat-sys-inverse-on-surface)}.mat-spacer{flex:1 1 auto}.mat-tree-node{-webkit-user-select:none;user-select:none;min-height:40px!important}.mat-tree-node.cdk-drag-placeholder{opacity:0}.danger{background:linear-gradient(60deg,#ef5350,#e53935)!important;color:#fff!important}.danger-text{color:#d32f2f!important}.success{background:linear-gradient(60deg,#66bb6a,#43a047)!important;color:#fff!important}.panel-shadow{box-shadow:var(--mat-card-elevated-container-elevation, var(--mat-sys-level2))!important}.success-text{color:#43a047}.info{background:linear-gradient(60deg,#2196f3,#1976d2)!important;color:#fff!important}.info-text{color:#1976d2}.warn{background:linear-gradient(60deg,#ffa726,#fb8c00)!important;color:#fff}.warning{background:#ffa000!important;color:#fff}.warning-text{color:#ffa000}.lesson-type{color:#039be5}.status-label{padding-left:6px;padding-right:6px;font-size:12px;font-weight:500;border-radius:20px;border-width:1.5px;border-style:solid;display:flex;height:26px;align-items:center;justify-content:center}tr.mat-mdc-footer-row,tr.mat-mdc-row{cursor:pointer}td.mat-mdc-cell:first-of-type,td.mat-mdc-footer-cell:first-of-type,th.mat-mdc-header-cell:first-of-type{padding-left:8px!important}td.mat-mdc-cell:last-of-type,td.mat-mdc-footer-cell:last-of-type,th.mat-mdc-header-cell:last-of-type{padding-left:8px!important}td.mat-mdc-footer-cell{padding-right:8px!important;padding-left:8px!important;background:var(--mat-sys-surface-dim)!important;color:var(--mat-sys-on-primary-container)}td.mat-mdc-cell{padding-right:8px!important;padding-left:8px!important}td.mat-mdc-cell>.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper{padding-bottom:1.27em}.mat-mdc-form-field-subscript-wrapper{font-size:11px!important;line-height:unset!important}.bottom-speed-dial{padding-right:8px!important}.simple-dialog-title{margin:0}.mat-mdc-list .mat-mdc-list-item .mat-list-item-content{padding:0!important}.mat-mdc-list-option[aria-selected=true]{background:var(--mat-sys-surface-dim)}.mat-expansion-panel-body{padding:12px!important}.mat-expansion-panel-header{padding:0 16px!important;height:48px!important}.color-red{color:#f44336}.color-green{color:#388e3c}.color-grey{color:#d3d3d3}.mat-mdc-list .mat-mdc-list-item{height:48px!important}.mat-mdc-tab-group.mat-mdc-tab-fill-height .mat-mdc-tab-body-wrapper{flex:1 1 100%}.nav-link{height:44px!important}tr.mat-mdc-footer-row,.mat-mdc-paginator-range-actions{flex:1 1 auto}.mat-mdc-menu-item{line-height:44px!important;height:44px!important;min-height:44px!important;white-space:nowrap}.mat-mdc-tooltip{font-size:small}.mat-mdc-tooltip .mat-mdc-tooltip-surface{padding:8px;line-height:1.2}.mat-bottom-sheet-container{padding:0!important}.formula-error-row{background:#f1afaf!important}.formula-error-cell{background:#e66c6c!important}.new-item{background:#fff176!important}.ag-theme-material{font-size:unset}.table-currency-cell{white-space:nowrap;padding-right:4px;text-align:right!important}.table-center-cell{white-space:nowrap;overflow:hidden;padding-right:4px;text-align:center!important}.center-header .mat-sort-header-content{justify-content:center;width:100%}.right-header .mat-sort-header-content{justify-content:end;width:100%}.mat-mdc-checkbox-layout .mat-mdc-checkbox-label{white-space:nowrap}.example-container{width:100%!important;padding:12px;height:100%!important}.mat-toolbar-multiple-rows{min-height:48px!important}[disabled]{pointer-events:none}@media only screen and (max-width:959px){.mat-toolbar-row,.mat-toolbar-single-row{height:48px;padding:0!important}.mat-mdc-paginator-range-label{display:none}}.toaster-template{overflow:hidden;font-size:14px!important;max-width:calc(65vw + -0px)!important}.toaster-template:hover{overflow:overlay}.mat-mdc-dialog-container{display:block;padding:0!important;border-radius:4px;box-sizing:border-box;overflow:hidden!important;outline:0;width:100%;height:unset!important;min-height:100px;max-width:100vw;max-height:100vh;min-width:100px;resize:both;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}@media only screen and (max-width:1279px){.mat-mdc-dialog-container{display:block;padding:0!important;border-radius:4px;box-sizing:border-box;overflow:unset!important;outline:0;width:100%!important;height:100vh;min-height:inherit;max-height:100vh}}@media only screen and (max-width:959px){.mat-mdc-dialog-container{display:block;padding:0;border-radius:4px;box-sizing:border-box;overflow:hidden;outline:0;width:100%;height:100vh;min-height:100vh;max-height:100vh}}.mat-mdc-slide-toggle{margin-top:8px!important;margin-bottom:8px!important;display:flex!important}.mat-mdc-paginator-sticky{bottom:-10px;position:sticky;z-index:999}th.select-menu{display:table-cell!important;padding-right:8px}.toolbar{width:100%}.dialog-mobile{min-width:none!important}.color-preview{margin-left:8px;border-radius:50%;width:28px;height:28px;padding:5px;text-align:center}.mat-badge-small.mat-badge-after .mat-badge-content{right:-8px!important;z-index:100}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:0!important}.weekend-style{background:#ffe082;border-radius:100%}:root{--border-color: #3c4252;--glow-color: #3072bd;--mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, .58)}.multiline-tooltip{white-space:pre-line}.avatar-big{vertical-align:middle;width:40px;height:40px;border-radius:50%;object-fit:cover;max-width:none}.avatar-bigger{vertical-align:middle;width:70px;height:70px;border-radius:50%;object-fit:cover;max-width:none}.avatar-mini{vertical-align:middle;width:40px;height:40px;border-radius:50%;max-width:none}.mat-mdc-table .mat-mdc-header-cell{font-size:14px!important;color:var(--mat-sys-on-primary-container)}table .mat-mdc-table{width:100%;border-collapse:collapse}.mat-mdc-table thead{z-index:1000}th.mat-mdc-header-cell{border-top:1px solid var(--mat-sys-surface-dim);padding-right:8px!important;padding-left:8px!important;background:var(--mat-sys-surface-dim)!important;font-weight:500;color:var(--mat-sys-on-primary-container)}td.mat-mdc-cell{border-bottom:1px solid var(--mat-sys-inverse-on-surface)}.mdc-data-table__row:last-child .mat-mdc-cell{border-bottom:1px solid var(--mat-sys-inverse-on-surface)!important}th.mat-mdc-header-cell:last-of-type,td.mat-mdc-cell:last-of-type,td.mat-mdc-footer-cell:last-of-type{border-right:1px solid var(--mat-sys-surface-dim)}th.mat-mdc-header-cell:first-of-type,td.mat-mdc-cell:first-of-type,td.mat-mdc-footer-cell:first-of-type{border-left:1px solid var(--mat-sys-surface-dim)}tfoot>tr:last-child td.mat-mdc-footer-cell:last-of-type{border-collapse:separate;border-bottom-right-radius:4px}tfoot>tr:last-child td.mat-mdc-footer-cell:first-of-type{border-collapse:separate;border-bottom-left-radius:4px}tfoot>tr:last-child td.mat-mdc-footer-cell{border-bottom:1px solid var(--mat-sys-surface-dim)}thead>tr:first-child th.mat-mdc-header-cell:last-of-type{border-collapse:separate;border-top-right-radius:4px}thead>tr:first-child th.mat-mdc-header-cell:first-of-type{border-collapse:separate;border-top-left-radius:4px}.tox{width:0px!important}.tox .tox-mbtn,.tox-tinymce{width:auto!important}.tox-statusbar__branding{display:none}.tox-editor-dock-fadeout{opacity:1!important;visibility:visible!important}.tox .tox-notification--warning,.tox .tox-promotion{display:none!important}.tox .tox-collection--grid .tox-collection__group{display:flex;max-height:208px;overflow-x:hidden;flex-wrap:nowrap!important;overflow-y:auto;scrollbar-width:thin;padding:0;flex-direction:column}.tox .tox-collection__item-label{white-space:nowrap}.tox .tox-autocompleter .tox-menu{max-width:unset!important}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{max-height:calc(100vh - 120px)!important;right:10px;padding-left:8px}:root{--present: rgb(68, 162, 72);--present-background: rgba(68, 162, 72, .1);--tardy: rgb(255, 160, 0);--tardy-background: rgba(255, 160, 0, .2);--excused: rgb(65, 168, 212);--excused-background: rgb(65, 168, 212, .2);--permitted: rgb(103, 58, 183);--permitted-background: rgba(103, 58, 183, .2);--absent: rgb(244, 67, 54);--absent-background: rgba(244, 67, 54, .2);--not-taken: rgb(128, 128, 128);--not-taken-background: rgba(128, 128, 128, .2)}.attendance_attended{background-color:var(--present);color:#fff!important;border-radius:2px!important}.truncate{display:flex;align-items:center;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attendance_tardy{background-color:var(--tardy);color:#fff!important;border-radius:2px!important}.attendance_absent{background-color:var(--absent);color:#fff!important;border-radius:2px!important}.attendance_permitted{background-color:var(--permitted);border-radius:2px!important}.attendance_excused{background-color:var(--excused);border-radius:2px!important;color:#fff}.attendance_daily_absent{background-color:#900;border-radius:2px!important;color:#fff!important}.attendance_not_yet{background-color:#dedede;border-radius:2px!important;color:gray}.attendance_not_taken{background-color:var(--not-taken);border-radius:2px!important;color:#fff}.attendance_attended_color{color:var(--present)}.attendance_attended_color_with_background{color:var(--present);background-color:var(--present-background);padding:1px 8px;border-radius:25px}.attendance_tardy_color{color:var(--tardy)}.attendance_tardy_color_with_background{color:var(--tardy);background-color:var(--tardy-background);padding:1px 8px;border-radius:25px}.attendance_absent_color{color:var(--absent)}.attendance_permitted_color{color:var(--permitted)}.attendance_permitted_color_with_background{color:var(--permitted);background-color:var(--permitted-background);padding:1px 8px;border-radius:25px}.attendance_excused_color{color:var(--excused)}.attendance_excused_color_with_background{color:var(--excused);background-color:var(--excused-background);padding:1px 8px;border-radius:25px}.attendance_daily_absent_color{color:#d32f2f}.attendance_daily_absent_color_with_background{color:#d32f2f;background-color:var(--absent-background);padding:1px 8px;border-radius:25px}.attendance_not_yet_color{color:#9a9a9a}.additional-selection{opacity:.75;font-size:.75em}body fuse-splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;background-color:#fff;color:#f9fafb;z-index:999999;pointer-events:none;opacity:1;visibility:visible;transition:opacity .4s cubic-bezier(.4,0,.2,1)}body fuse-splash-screen img{width:256px;max-width:256px}body fuse-splash-screen .spinner{display:flex;align-items:center;justify-content:space-between;margin-top:40px;width:56px}body fuse-splash-screen .spinner-wrapper{display:flex;width:100%;align-items:center;justify-content:center}body fuse-splash-screen .spinner>div{width:12px;height:12px;background-color:#1e96f7;border-radius:100%;display:inline-block;-webkit-animation:fuse-bouncedelay 1s infinite ease-in-out both;animation:fuse-bouncedelay 1s infinite ease-in-out both}body fuse-splash-screen .spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}body fuse-splash-screen .spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}body:not(.fuse-splash-screen-hidden){overflow:hidden}body.fuse-splash-screen-hidden fuse-splash-screen{visibility:hidden;opacity:0}.demo-app{display:flex;min-height:100%;font-size:14px;height:100%;overflow:auto}.demo-app-main{flex-grow:1;padding:8px;height:100%}.fc{margin:0 auto;height:100%;padding-bottom:32px}.fc-state-highlight{opacity:0;border:none}.fc a{text-decoration:none!important}.fc a:hover{text-decoration:none!important;background-color:#d3d3d3;border-radius:2px;opacity:1}.fc-time-grid-event.fc-v-event.fc-event{border-radius:4px;border:none;padding:5px;opacity:.65;left:5%!important;right:5%!important}.fc-event{border:unset}.fc-timegrid-event-harness{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;border:unset;opacity:.9}.fc-timegrid-event-harness :hover{opacity:1}.fc td,.fc th{border-width:1px!important;padding:0!important;vertical-align:top!important}.fc-event .fc-bg{z-index:1!important;background:inherit!important;opacity:.25!important}.fc-time-grid-event .fc-time{font-weight:400!important}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start,.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end{opacity:.65!important;margin-left:12px!important;padding:5px!important}.fc-button{display:inline-block;position:relative;cursor:pointer;min-height:36px;min-width:20px;line-height:36px;vertical-align:middle;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center;border-radius:2px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;border:0;padding:0 6px;margin:6px 8px;letter-spacing:.01em;background:transparent;color:currentColor;white-space:nowrap;text-transform:uppercase;font-weight:500;font-size:14px;font-style:inherit;font-variant:inherit;font-family:inherit;text-decoration:none;overflow:hidden;-webkit-transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.fc-button:hover{background-color:#9e9e9e33;text-decoration:none}.fc-button:focus{text-decoration:none}.fc-state-active{background-color:#9e9e9e33}.fc-state-default{box-shadow:None}.fc-v-event{border:unset!important}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%;justify-content:center!important;padding-left:8px}.fc .fc-view-harness{flex-grow:1;position:relative;padding-left:8px;width:100%}.fc .fc-list-table td{padding:8px 14px!important}.fc .fc-daygrid-event>.fc-event-title{color:#000}.fc .fc-daygrid-event>.fc-event-time{color:#3c4252}.fc .fc-toolbar-title{font-size:18px!important;font-weight:500!important}.ag-theme-material .ag-cell-inline-editing{height:48px!important}.glow-pulse{border-radius:50%;width:8px;height:8px;transform:scale(1);animation:pulse-black 2s infinite}.blob.mat-badge .mat-badge-content{border-radius:50%;height:18px;width:18px;transform:scale(1);animation:pulse-black 2s infinite}@keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}@keyframes cssload-animball_one{0%{position:absolute}50%{top:29px;left:29px;position:absolute;opacity:.5}to{position:absolute}}@-o-keyframes cssload-animball_one{0%{position:absolute}50%{top:29px;left:29px;position:absolute;opacity:.5}to{position:absolute}}@-ms-keyframes cssload-animball_one{0%{position:absolute}50%{top:29px;left:29px;position:absolute;opacity:.5}to{position:absolute}}@-webkit-keyframes cssload-animball_one{0%{position:absolute}50%{top:29px;left:29px;position:absolute;opacity:.5}to{position:absolute}}@-moz-keyframes cssload-animball_one{0%{position:absolute}50%{top:29px;left:29px;position:absolute;opacity:.5}to{position:absolute}}@keyframes cssload-animball_two{0%{transform:rotate(0) scale(1)}50%{transform:rotate(360deg) scale(1.3)}to{transform:rotate(720deg) scale(1)}}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mercuryTypingAnimation{0%{transform:translateY(0);background-color:#6cad96}28%{transform:translateY(-7px);background-color:#9ecab9}44%{transform:translateY(0);background-color:#b5d9cb}}@-o-keyframes cssload-animball_two{0%{-o-transform:rotate(0deg) scale(1)}50%{-o-transform:rotate(360deg) scale(1.3)}to{-o-transform:rotate(720deg) scale(1)}}@-ms-keyframes cssload-animball_two{0%{-ms-transform:rotate(0deg) scale(1)}50%{-ms-transform:rotate(360deg) scale(1.3)}to{-ms-transform:rotate(720deg) scale(1)}}@-webkit-keyframes cssload-animball_two{0%{-webkit-transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(360deg) scale(1.3)}to{-webkit-transform:rotate(720deg) scale(1)}}@-moz-keyframes cssload-animball_two{0%{-moz-transform:rotate(0deg) scale(1)}50%{-moz-transform:rotate(360deg) scale(1.3)}to{-moz-transform:rotate(720deg) scale(1)}}.ag-row{border-right:1px solid var(--mat-sys-surface-dim)!important}.ag-row:hover{background:var(--mat-sys-surface-container-low)}.ag-theme-material .ag-cell,.ag-theme-material .ag-full-width-row .ag-cell-wrapper.ag-row-group{padding-left:4px!important;padding-right:4px!important}.ag-paging-panel{border-top:1px solid;border-bottom-color:var(--ag-border-color)!important;border-bottom:1px solid;border-top-color:var(--ag-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height)}.mat-expansion-panel{box-shadow:none!important;padding:0!important;overflow:inherit!important}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:#32326926 0 2px 5px,#0000000d 0 1px 1px!important}tr.highlight{background:var(--mat-sys-surface-container-low)!important}@media only screen and (max-width:959px){.apexcharts-legend{display:block!important}}.apexcharts-canvas ::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}.mat-mdc-table{overflow:auto;width:100%;table-layout:inherit}.mat-mdc-table.resizing{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:col-resize}.mat-mdc-table .mat-mdc-cell span{text-overflow:ellipsis}.mat-mdc-table .mat-mdc-header-cell:not(:last-child) .resize-holder{cursor:col-resize;width:20px;height:100%;right:-10px;top:0;z-index:1}.mat-mdc-table .mat-mdc-header-cell{border-right:1px solid var(--mat-sys-outline-variant)}.mat-mdc-table .mat-mdc-header-cell:not(:nth-child(1)){padding:0 10px;border-bottom:1px solid var(--mat-sys-outline-variant)}.mat-mdc-table .mat-mdc-cell{border-right:1px solid var(--mat-sys-inverse-on-surface)}.mat-mdc-table .mat-mdc-cell:not(:nth-child(1)){padding:0 10px;border-bottom:1px solid var(--mat-sys-inverse-on-surface)}.mat-grid-tile-content{align-items:flex-start!important}.mat-mdc-icon-button svg,.mat-mdc-icon-button img{width:unset!important;height:20px!important}.mat-mdc-menu-content{display:flex;flex-direction:column}.custom-tooltip{width:150px;height:70px;border:1px solid cornflowerblue;overflow:hidden}.custom-tooltip p{margin:5px;white-space:nowrap}.custom-tooltip p:first-of-type{font-weight:500}.inline-editor{outline:1px solid var(--mat-sys-inverse-primary);border-radius:2px;margin-bottom:8px;padding-left:4px;padding-right:4px;padding-bottom:4px;min-height:64px}.inline-editor:focus,.inline-editor:hover{outline:2px solid var(--mat-sys-inverse-primary)}.mat-mdc-tab-label{font-weight:450}.h-100-p{height:100%}.mat-mdc-button{font-size:13px!important;white-space:nowrap;padding:0 12px!important}.mdc-button__label{display:flex;align-items:center;justify-content:center}@-moz-document url-prefix(){.cdk-virtual-scrollable{overflow:auto!important}}.as-split-gutter-icon{background-color:var(--mat-sys-surface-dim);border-radius:9999px}.as-split-area{margin-right:4px;margin-left:4px;padding-right:4px;padding-left:4px}.as-split-gutter-icon:hover{background-color:var(--mat-sys-secondary)}fieldset{border-radius:4px;width:100%;border:1px solid var(--mat-sys-primary-fixed);padding:12px}mark{outline:1px solid red;font-weight:500}.ag-header{background-color:#f6f6f6!important}.ag-header-cell,.ag-header-group-cell{padding-left:4px;padding-right:4px}@media only screen and (min-width:960px){body:not(.os-mac) ::-webkit-scrollbar:hover{width:4px;height:4px;background-color:#0000000f}body:not(.os-mac) ::-webkit-scrollbar:active{width:4px;height:4px;background-color:#0000000f}body:not(.os-mac) ::-webkit-scrollbar-thumb{border-radius:20px;box-shadow:inset 0 0 0 20px #0000003d}body:not(.os-mac) ::-webkit-scrollbar-thumb:active{border-radius:20px;box-shadow:inset 0 0 0 20px #0000005e}}.mat-mdc-checkbox label{white-space:nowrap}.mat-mdc-icon-button{--mdc-icon-button-icon-size: 16px;padding:0}.mat-mdc-icon-button.mat-mdc-button-base{width:var(--mdc-icon-button-state-layer-size)!important;height:var(--mdc-icon-button-state-layer-size)!important;padding:8px!important}.mat-mdc-form-field .mat-datepicker-toggle .mat-mdc-button-base{padding:0!important;height:28px!important;width:28px!important}.mdc-dialog__title{padding:0 16px 8px!important}@keyframes button-spinner{to{transform:rotate(360deg)}}.button-spinner:after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ffffff;border-top-color:#000;animation:button-spinner .8s linear infinite}.hide-btn-text{color:transparent!important}.mat-glow{animation:glow 1s infinite alternate}@keyframes glow{0%{box-shadow:0 0 0 0 var(--glow-color)}to{box-shadow:4px 4px 4px 4px var(--glow-color)}}.item-number{border-radius:50%;width:20px;height:20px;font-size:13px;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);text-align:center}.mat-mdc-select-panel{max-height:296px!important}.mat-mdc-chip{font-size:12px!important;font-weight:400!important}.mat-mdc-option{font-size:14px!important}.mat-mdc-option .mdc-list-item__primary-text{width:100%}.mat-mdc-list-option{padding-left:8px!important}.mat-mdc-optgroup-label{font-size:14px!important;font-weight:800}.mat-mdc-optgroup-label .mdc-list-item__primary-text{width:100%}.mat-mdc-optgroup-label .mdc-list-item__primary-text .mat-mdc-option{min-height:36px}.mat-mdc-button-base{min-height:40px;min-width:40px}.loading-shade{z-index:1;display:flex;align-items:center;width:100%;justify-content:center}.mdc-list-item.mdc-list-item--with-one-line{height:48px!important}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px !important}.dialog-custom-shadow .mat-mdc-dialog-container{box-shadow:#43475545 0 0 .25em,#5a7dbc0d 0 .25em 1em!important}.mat-mdc-menu-item-text{white-space:nowrap!important;display:flex;align-items:center}.mat-mdc-menu-panel{max-width:none!important}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-ordinal{syntax: "*"; inherits: false;}@property --tw-slashed-zero{syntax: "*"; inherits: false;}@property --tw-numeric-figure{syntax: "*"; inherits: false;}@property --tw-numeric-spacing{syntax: "*"; inherits: false;}@property --tw-numeric-fraction{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-backdrop-blur{syntax: "*"; inherits: false;}@property --tw-backdrop-brightness{syntax: "*"; inherits: false;}@property --tw-backdrop-contrast{syntax: "*"; inherits: false;}@property --tw-backdrop-grayscale{syntax: "*"; inherits: false;}@property --tw-backdrop-hue-rotate{syntax: "*"; inherits: false;}@property --tw-backdrop-invert{syntax: "*"; inherits: false;}@property --tw-backdrop-opacity{syntax: "*"; inherits: false;}@property --tw-backdrop-saturate{syntax: "*"; inherits: false;}@property --tw-backdrop-sepia{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-ordinal: initial;--tw-slashed-zero: initial;--tw-numeric-figure: initial;--tw-numeric-spacing: initial;--tw-numeric-fraction: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-backdrop-blur: initial;--tw-backdrop-brightness: initial;--tw-backdrop-contrast: initial;--tw-backdrop-grayscale: initial;--tw-backdrop-hue-rotate: initial;--tw-backdrop-invert: initial;--tw-backdrop-opacity: initial;--tw-backdrop-saturate: initial;--tw-backdrop-sepia: initial;--tw-ease: initial}}}@font-face{font-family:videogular;src:url("./media/videogular-H7MSXT3I.eot?hj1wei");src:url("./media/videogular-H7MSXT3I.eot?hj1wei#iefix") format("embedded-opentype"),url("./media/videogular-ULU7CHZC.ttf?hj1wei") format("truetype"),url("./media/videogular-54D7AHHD.woff?hj1wei") format("woff"),url("./media/videogular-WX5DESMV.svg?hj1wei#videogular") format("svg");font-weight:400;font-style:normal}[class*=" vg-icon-"],[class^=vg-icon-]{font-family:videogular!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:flex;align-items:center;justify-content:center;width:50px;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vg-icon-pause:before{content:"\e018"}.vg-icon-play_arrow:before{content:"\e01b"}.vg-icon-volume_down:before{content:"\e030"}.vg-icon-volume_mute:before{content:"\e031"}.vg-icon-volume_off:before{content:"\e032"}.vg-icon-volume_up:before{content:"\e033"}.vg-icon-fullscreen:before{content:"\e20c"}.vg-icon-fullscreen_exit:before{content:"\e20d"}vg-player video{width:100%;height:100%}
