@charset "UTF-8";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--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;--color-green-300: oklch(87.1% .15 154.449);--color-gray-300: oklch(87.2% .01 258.338);--color-neutral-500: oklch(55.6% 0 0);--spacing: .25rem;--container-sm: 24rem;--container-lg: 32rem;--font-weight-medium: 500;--leading-snug: 1.375;--radius-lg: .5rem;--ease-out: cubic-bezier(0, 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,:host{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}:-moz-focusring{outline:auto}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)){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}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0{top:calc(var(--spacing) * 0)}.z-50{z-index:50}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.m-16{margin:calc(var(--spacing) * 16)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.mx-4{margin-inline:calc(var(--spacing) * 4)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.ml-0{margin-left:calc(var(--spacing) * 0)}.ml-2{margin-left:calc(var(--spacing) * 2)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-4{height:calc(var(--spacing) * 4)}.h-18{height:calc(var(--spacing) * 18)}.h-42{height:calc(var(--spacing) * 42)}.h-64{height:calc(var(--spacing) * 64)}.h-\[200px\]{height:200px}.h-\[300px\]{height:300px}.h-auto{height:auto}.h-full{height:100%}.w-2\/6{width:calc(2 / 6 * 100%)}.w-3\/6{width:50%}.w-4\/6{width:calc(4 / 6 * 100%)}.w-5\/6{width:calc(5 / 6 * 100%)}.w-18{width:calc(var(--spacing) * 18)}.w-\[100px\]{width:100px}.w-auto{width:auto}.w-full{width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-sm{max-width:var(--container-sm)}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-y-1{row-gap:calc(var(--spacing) * 1)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[99px\]{border-radius:99px}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.bg-gray-300{background-color:var(--color-gray-300)}.fill-current{fill:currentcolor}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-6{padding:calc(var(--spacing) * 6)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-\[16px\]{padding-inline:16px}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.text-center{text-align:center}.leading-snug{--tw-leading: var(--leading-snug);line-height:var(--leading-snug)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-current{color:currentcolor}.text-green-300{color:var(--color-green-300)}.text-neutral-500{color:var(--color-neutral-500)}.opacity-70{opacity:70%}.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,)}.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))}.duration-400{--tw-duration: .4s;transition-duration:.4s}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;user-select:none}.sm\:block{@media (width >= 40rem){display:block}}.sm\:grid-cols-2{@media (width >= 40rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.sm\:flex-row{@media (width >= 40rem){flex-direction:row}}.sm\:gap-3{@media (width >= 40rem){gap:calc(var(--spacing) * 3)}}.sm\:gap-4{@media (width >= 40rem){gap:calc(var(--spacing) * 4)}}.md\:ml-4{@media (width >= 48rem){margin-left:calc(var(--spacing) * 4)}}.md\:w-32{@media (width >= 48rem){width:calc(var(--spacing) * 32)}}.md\:flex-none{@media (width >= 48rem){flex:none}}.md\:grid-cols-2{@media (width >= 48rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.md\:grid-cols-3{@media (width >= 48rem){grid-template-columns:repeat(3,minmax(0,1fr))}}.md\:grid-cols-4{@media (width >= 48rem){grid-template-columns:repeat(4,minmax(0,1fr))}}.md\:flex-row{@media (width >= 48rem){flex-direction:row}}.md\:px-\[64px\]{@media (width >= 48rem){padding-inline:64px}}.ltr\:ml-2{&:where(:dir(ltr),[dir=ltr],[dir=ltr] *){margin-left:calc(var(--spacing) * 2)}}.rtl\:mr-2{&:where(:dir(rtl),[dir=rtl],[dir=rtl] *){margin-right:calc(var(--spacing) * 2)}}}.title-xl-l{font-family:Poppins;color:var(--mele-title-color);font-size:20px;line-height:32px;font-weight:300}@media (min-width: 768px){.md\:title-xl-l{font-family:Poppins;color:var(--mele-title-color);font-size:20px!important;line-height:32px!important;font-weight:300}}.title-xl-m{font-family:Poppins;color:var(--mele-title-color);font-size:20px;line-height:32px;font-weight:400}@media (min-width: 768px){.md\:title-xl-m{font-family:Poppins;color:var(--mele-title-color);font-size:20px!important;line-height:32px!important;font-weight:400}}.title-xl-b{font-family:Poppins;color:var(--mele-title-color);font-size:20px;line-height:32px;font-weight:500}@media (min-width: 768px){.md\:title-xl-b{font-family:Poppins;color:var(--mele-title-color);font-size:20px!important;line-height:32px!important;font-weight:500}}.title-l-l{font-family:Poppins;color:var(--mele-title-color);font-size:18px;line-height:24px;font-weight:300}@media (min-width: 768px){.md\:title-l-l{font-family:Poppins;color:var(--mele-title-color);font-size:18px!important;line-height:24px!important;font-weight:300}}.title-l-m{font-family:Poppins;color:var(--mele-title-color);font-size:18px;line-height:24px;font-weight:400}@media (min-width: 768px){.md\:title-l-m{font-family:Poppins;color:var(--mele-title-color);font-size:18px!important;line-height:24px!important;font-weight:400}}.title-l-b{font-family:Poppins;color:var(--mele-title-color);font-size:18px;line-height:24px;font-weight:500}@media (min-width: 768px){.md\:title-l-b{font-family:Poppins;color:var(--mele-title-color);font-size:18px!important;line-height:24px!important;font-weight:500}}.title-m-l{font-family:Poppins;color:var(--mele-title-color);font-size:16px;line-height:24px;font-weight:300}@media (min-width: 768px){.md\:title-m-l{font-family:Poppins;color:var(--mele-title-color);font-size:16px!important;line-height:24px!important;font-weight:300}}.title-m-m{font-family:Poppins;color:var(--mele-title-color);font-size:16px;line-height:24px;font-weight:400}@media (min-width: 768px){.md\:title-m-m{font-family:Poppins;color:var(--mele-title-color);font-size:16px!important;line-height:24px!important;font-weight:400}}.title-m-b{font-family:Poppins;color:var(--mele-title-color);font-size:16px;line-height:24px;font-weight:500}@media (min-width: 768px){.md\:title-m-b{font-family:Poppins;color:var(--mele-title-color);font-size:16px!important;line-height:24px!important;font-weight:500}}.title-s-l{font-family:Poppins;color:var(--mele-title-color);font-size:14px;line-height:24px;font-weight:300}@media (min-width: 768px){.md\:title-s-l{font-family:Poppins;color:var(--mele-title-color);font-size:14px!important;line-height:24px!important;font-weight:300}}.title-s-m{font-family:Poppins;color:var(--mele-title-color);font-size:14px;line-height:24px;font-weight:400}@media (min-width: 768px){.md\:title-s-m{font-family:Poppins;color:var(--mele-title-color);font-size:14px!important;line-height:24px!important;font-weight:400}}.title-s-b{font-family:Poppins;color:var(--mele-title-color);font-size:14px;line-height:24px;font-weight:500}@media (min-width: 768px){.md\:title-s-b{font-family:Poppins;color:var(--mele-title-color);font-size:14px!important;line-height:24px!important;font-weight:500}}.title-xs-l{font-family:Poppins;color:var(--mele-title-color);font-size:12px;line-height:16px;font-weight:300}@media (min-width: 768px){.md\:title-xs-l{font-family:Poppins;color:var(--mele-title-color);font-size:12px!important;line-height:16px!important;font-weight:300}}.title-xs-m{font-family:Poppins;color:var(--mele-title-color);font-size:12px;line-height:16px;font-weight:400}@media (min-width: 768px){.md\:title-xs-m{font-family:Poppins;color:var(--mele-title-color);font-size:12px!important;line-height:16px!important;font-weight:400}}.title-xs-b{font-family:Poppins;color:var(--mele-title-color);font-size:12px;line-height:16px;font-weight:500}@media (min-width: 768px){.md\:title-xs-b{font-family:Poppins;color:var(--mele-title-color);font-size:12px!important;line-height:16px!important;font-weight:500}}.body-m-l{font-family:Roboto;color:var(--mele-body-color);font-size:16px;line-height:20px;font-weight:300}@media (min-width: 768px){.md\:body-m-l{font-family:Roboto;color:var(--mele-body-color);font-size:16px!important;line-height:20px!important;font-weight:300}}.body-m-m{font-family:Roboto;color:var(--mele-body-color);font-size:16px;line-height:20px;font-weight:400}@media (min-width: 768px){.md\:body-m-m{font-family:Roboto;color:var(--mele-body-color);font-size:16px!important;line-height:20px!important;font-weight:400}}.body-m-b{font-family:Roboto;color:var(--mele-body-color);font-size:16px;line-height:20px;font-weight:500}@media (min-width: 768px){.md\:body-m-b{font-family:Roboto;color:var(--mele-body-color);font-size:16px!important;line-height:20px!important;font-weight:500}}.body-s-l{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:300}@media (min-width: 768px){.md\:body-s-l{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:300}}.body-s-m{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:400}@media (min-width: 768px){.md\:body-s-m{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:400}}.body-s-b{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:500}@media (min-width: 768px){.md\:body-s-b{font-family:Roboto;color:var(--mele-body-color);font-size:14px!important;line-height:18px!important;font-weight:500}}.body-xs-l{font-family:Roboto;color:var(--mele-body-color);font-size:12px;line-height:14px;font-weight:300}@media (min-width: 768px){.md\:body-xs-l{font-family:Roboto;color:var(--mele-body-color);font-size:12px!important;line-height:14px!important;font-weight:300}}.body-xs-m{font-family:Roboto;color:var(--mele-body-color);font-size:12px;line-height:14px;font-weight:400}@media (min-width: 768px){.md\:body-xs-m{font-family:Roboto;color:var(--mele-body-color);font-size:12px!important;line-height:14px!important;font-weight:400}}.body-xs-b{font-family:Roboto;color:var(--mele-body-color);font-size:12px;line-height:14px;font-weight:500}@media (min-width: 768px){.md\:body-xs-b{font-family:Roboto;color:var(--mele-body-color);font-size:12px!important;line-height:14px!important;font-weight:500}}html,body{margin:0;min-height:100vh;height:100%;background-color:var(--mat-app-background)}app-root{display:block;min-height:100%;height:100%}@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-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@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-duration{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-leading: initial;--tw-font-weight: initial;--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-duration: initial;--tw-ease: initial}}}@keyframes skeleton-loading{0%{background-color:#e0e0e0}to{background-color:silver}}:root .skeleton{animation:skeleton-loading 1s linear infinite alternate;opacity:.7}:root .section-card{border-radius:var(--mele-radius);background-color:var(--mat-app-primary-container);padding:16px;display:flex;flex-direction:column;gap:.5em;border:solid 1px;border-color:var(--mele-card-border-color);color:var(--mele-body-color);max-width:100%}:root .section-card .flex{display:flex}:root .section-card .section-card-header{width:60%}:root .section-card .section-card-buttons{width:40%;display:flex;align-items:center;justify-content:flex-end}:root .section-card .section-card-content{display:unset;flex-wrap:wrap;height:100%}:root .popover{width:100%;height:100%;position:relative;background:var(--mat-app-primary-container);border-radius:var(--mele-radius);padding:.5rem;box-shadow:0 2px 8px #00000026;display:inline-block;color:var(--mat-app-on-primary-container);border-width:var(--mele-popover-border-width);border-style:solid;border-color:var(--mele-border-color);z-index:1}:root .mat-mdc-tooltip-surface{box-shadow:0 2px 8px #00000026;padding:16px;max-width:none}:root .mat-mdc-menu-content{padding:0!important}:root .rounded{border-radius:var(--mele-radius)}:root mat-icon{stroke-width:1px!important}:root .mat-mdc-header-cell{height:50px!important;color:var(--mele-body-color)!important}:root .mele-select-overlay{max-height:320px;overflow-y:auto;background-color:var(--mat-app-primary-container)!important;border-radius:var(--mele-radius);border:1px solid var(--mele-border-color);padding:.25rem}:root .mele-select-overlay.active{background-color:transparent!important}.bg-gradient-1{background:linear-gradient(134.68deg,#ff9300,#ffc764)}.bg-gradient-2{background:linear-gradient(134.68deg,#ff9300,#ff4d39)}.bg-gradient-3{background:linear-gradient(134.68deg,#ff9300,#39cdff)}.bg-gradient-4{background:linear-gradient(134.68deg,#ff9300,#7679ee)}.text-gradient-1{background:linear-gradient(134.68deg,#ff9300,#ffc764);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-2{background:linear-gradient(134.68deg,#ff9300,#ff4d39);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-3{background:linear-gradient(134.68deg,#ff9300,#39cdff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-4{background:linear-gradient(134.68deg,#ff9300,#7679ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-neutral-0{background-color:#fff}.text-neutral-0{color:#fff}.border-neutral-0{border-color:#fff}.bg-neutral-25{background-color:#f8f8f8}.text-neutral-25{color:#f8f8f8}.border-neutral-25{border-color:#f8f8f8}.bg-neutral-50{background-color:#f3f4f6}.text-neutral-50{color:#f3f4f6}.border-neutral-50{border-color:#f3f4f6}.bg-neutral-75{background-color:#ececed}.text-neutral-75{color:#ececed}.border-neutral-75{border-color:#ececed}.bg-neutral-100{background-color:#e2e2e4}.text-neutral-100{color:#e2e2e4}.border-neutral-100{border-color:#e2e2e4}.bg-neutral-200{background-color:#d9d9d9}.text-neutral-200{color:#d9d9d9}.border-neutral-200{border-color:#d9d9d9}.bg-neutral-300{background-color:#c6c5ca}.text-neutral-300{color:#c6c5ca}.border-neutral-300{border-color:#c6c5ca}.bg-neutral-400{background-color:#b3b1b8}.text-neutral-400{color:#b3b1b8}.border-neutral-400{border-color:#b3b1b8}.bg-neutral-500{background-color:#8d8a95}.text-neutral-500{color:#8d8a95}.border-neutral-500{border-color:#8d8a95}.bg-neutral-600{background-color:#676472}.text-neutral-600{color:#676472}.border-neutral-600{border-color:#676472}.bg-neutral-700{background-color:#4f4b5c}.text-neutral-700{color:#4f4b5c}.border-neutral-700{border-color:#4f4b5c}.bg-neutral-800{background-color:#2e293d}.text-neutral-800{color:#2e293d}.border-neutral-800{border-color:#2e293d}.bg-neutral-900{background-color:#110c22}.text-neutral-900{color:#110c22}.border-neutral-900{border-color:#110c22}.bg-primary-25{background-color:#fff3ea}.text-primary-25{color:#fff3ea}.border-primary-25{border-color:#fff3ea}.bg-primary-50{background-color:#ffe7d6}.text-primary-50{color:#ffe7d6}.border-primary-50{border-color:#ffe7d6}.bg-primary-75{background-color:#ffe0ca}.text-primary-75{color:#ffe0ca}.border-primary-75{border-color:#ffe0ca}.bg-primary-100{background-color:#ffd3b1}.text-primary-100{color:#ffd3b1}.border-primary-100{border-color:#ffd3b1}.bg-primary-200{background-color:#ffc699}.text-primary-200{color:#ffc699}.border-primary-200{border-color:#ffc699}.bg-primary-300{background-color:#ffab66}.text-primary-300{color:#ffab66}.border-primary-300{border-color:#ffab66}.bg-primary-400{background-color:#ff8c1a}.text-primary-400{color:#ff8c1a}.border-primary-400{border-color:#ff8c1a}.bg-primary-500{background-color:#f97921}.text-primary-500{color:#f97921}.border-primary-500{border-color:#f97921}.bg-primary-600{background-color:#e9721f}.text-primary-600{color:#e9721f}.border-primary-600{border-color:#e9721f}.bg-primary-700{background-color:#cf651c}.text-primary-700{color:#cf651c}.border-primary-700{border-color:#cf651c}.bg-primary-800{background-color:#b75818}.text-primary-800{color:#b75818}.border-primary-800{border-color:#b75818}.bg-primary-900{background-color:#7b4700}.text-primary-900{color:#7b4700}.border-primary-900{border-color:#7b4700}.bg-danger-25{background-color:#fff9f9}.text-danger-25{color:#fff9f9}.border-danger-25{border-color:#fff9f9}.bg-danger-50{background-color:#fff1f1}.text-danger-50{color:#fff1f1}.border-danger-50{border-color:#fff1f1}.bg-danger-75{background-color:#ffe0e0}.text-danger-75{color:#ffe0e0}.border-danger-75{border-color:#ffe0e0}.bg-danger-100{background-color:#ffc6c6}.text-danger-100{color:#ffc6c6}.border-danger-100{border-color:#ffc6c6}.bg-danger-200{background-color:#ff9e9e}.text-danger-200{color:#ff9e9e}.border-danger-200{border-color:#ff9e9e}.bg-danger-300{background-color:#ff6b6b}.text-danger-300{color:#ff6b6b}.border-danger-300{border-color:#ff6b6b}.bg-danger-400{background-color:#ff4949}.text-danger-400{color:#ff4949}.border-danger-400{border-color:#ff4949}.bg-danger-500{background-color:#f93232}.text-danger-500{color:#f93232}.border-danger-500{border-color:#f93232}.bg-danger-600{background-color:#df1f1f}.text-danger-600{color:#df1f1f}.border-danger-600{border-color:#df1f1f}.bg-danger-700{background-color:#ba0f0f}.text-danger-700{color:#ba0f0f}.border-danger-700{border-color:#ba0f0f}.bg-danger-800{background-color:#940505}.text-danger-800{color:#940505}.border-danger-800{border-color:#940505}.bg-danger-900{background-color:#5a0101}.text-danger-900{color:#5a0101}.border-danger-900{border-color:#5a0101}.bg-success-25{background-color:#f7fefc}.text-success-25{color:#f7fefc}.border-success-25{border-color:#f7fefc}.bg-success-50{background-color:#e6fcf5}.text-success-50{color:#e6fcf5}.border-success-50{border-color:#e6fcf5}.bg-success-75{background-color:#c2f7e5}.text-success-75{color:#c2f7e5}.border-success-75{border-color:#c2f7e5}.bg-success-100{background-color:#a1f2d6}.text-success-100{color:#a1f2d6}.border-success-100{border-color:#a1f2d6}.bg-success-200{background-color:#6be8ba}.text-success-200{color:#6be8ba}.border-success-200{border-color:#6be8ba}.bg-success-300{background-color:#38dda0}.text-success-300{color:#38dda0}.border-success-300{border-color:#38dda0}.bg-success-400{background-color:#0fcf84}.text-success-400{color:#0fcf84}.border-success-400{border-color:#0fcf84}.bg-success-500{background-color:#00b66e}.text-success-500{color:#00b66e}.border-success-500{border-color:#00b66e}.bg-success-600{background-color:#00995c}.text-success-600{color:#00995c}.border-success-600{border-color:#00995c}.bg-success-700{background-color:#007a4a}.text-success-700{color:#007a4a}.border-success-700{border-color:#007a4a}.bg-success-800{background-color:#005d39}.text-success-800{color:#005d39}.border-success-800{border-color:#005d39}.bg-success-900{background-color:#003e27}.text-success-900{color:#003e27}.border-success-900{border-color:#003e27}:root{--gradient-1: linear-gradient(134.68deg, #ff9300ff 0%, #ffc764ff 100%);--gradient-2: linear-gradient(134.68deg, #ff9300ff 0%, #ff4d39ff 100%);--gradient-3: linear-gradient(134.68deg, #ff9300ff 0%, #39cdffff 100%);--gradient-4: linear-gradient(134.68deg, #ff9300ff 0%, #7679eeff 100%);--neutral-0: #ffffffff;--neutral-25: #f8f8f8ff;--neutral-50: #f3f4f6ff;--neutral-75: #ececedff;--neutral-100: #e2e2e4ff;--neutral-200: #d9d9d9ff;--neutral-300: #c6c5caff;--neutral-400: #b3b1b8ff;--neutral-500: #8d8a95ff;--neutral-600: #676472ff;--neutral-700: #4f4b5cff;--neutral-800: #2e293dff;--neutral-900: #110c22ff;--primary-25: #fff3eaff;--primary-50: #ffe7d6ff;--primary-75: #ffe0caff;--primary-100: #ffd3b1ff;--primary-200: #ffc699ff;--primary-300: #ffab66ff;--primary-400: #ff8c1aff;--primary-500: #f97921ff;--primary-600: #e9721fff;--primary-700: #cf651cff;--primary-800: #b75818ff;--primary-900: #7b4700ff;--danger-25: #FFF9F9;--danger-50: #FFF1F1;--danger-75: #FFE0E0;--danger-100: #FFC6C6;--danger-200: #FF9E9E;--danger-300: #FF6B6B;--danger-400: #FF4949;--danger-500: #F93232;--danger-600: #DF1F1F;--danger-700: #BA0F0F;--danger-800: #940505;--danger-900: #5A0101;--success-25: #F7FEFC;--success-50: #E6FCF5;--success-75: #C2F7E5;--success-100: #A1F2D6;--success-200: #6BE8BA;--success-300: #38DDA0;--success-400: #0FCF84;--success-500: #00B66E;--success-600: #00995C;--success-700: #007A4A;--success-800: #005D39;--success-900: #003E27;--blue-25: #F5F9FF;--blue-50: #EFF6FF;--blue-75: #E0EFFF;--blue-100: #DBEAFE;--blue-200: #BFDBFE;--blue-300: #93C5FD;--blue-400: #60A5FA;--blue-500: #3B82F6;--blue-600: #2563EB;--blue-700: #1D4ED8;--blue-800: #1E40AF;--blue-900: #1E3A8A;--yellow-25: #FFFEF5;--yellow-50: #FEFCE8;--yellow-75: #FFFACD;--yellow-100: #FEF9C3;--yellow-200: #FEF08A;--yellow-300: #FDE047;--yellow-400: #FACC15;--yellow-500: #EAB308;--yellow-600: #CA8A04;--yellow-700: #A16207;--yellow-800: #854D0E;--yellow-900: #713F12;--pink-25: #FFF5F9;--pink-50: #FDF2F8;--pink-75: #FCE7F3;--pink-100: #FCE7F3;--pink-200: #FBCFE8;--pink-300: #F9A8D4;--pink-400: #F472B6;--pink-500: #EC4899;--pink-600: #DB2777;--pink-700: #BE185D;--pink-800: #9D174D;--pink-900: #831843;--orange-25: #FFF9F5;--orange-50: #FFF7ED;--orange-75: #FFEDD5;--orange-100: #FFEDD5;--orange-200: #FED7AA;--orange-300: #FDBA8C;--orange-400: #FB923C;--orange-500: #F97316;--orange-600: #EA580C;--orange-700: #C2410C;--orange-800: #9A3412;--orange-900: #7C2D12;--indigo-100: #e0e7ff;--indigo-700: #4338ca;--purple-100: #f3e8ff;--purple-700: #7e22ce}:root .mele-bg-blue-100{background-color:var(--blue-100)}:root .mele-text-blue-700{color:var(--blue-700)}:root .mele-bg-yellow-100{background-color:var(--yellow-100)}:root .mele-text-yellow-700{color:var(--yellow-700)}:root .mele-bg-indigo-100{background-color:var(--indigo-100)}:root .mele-text-indigo-700{color:var(--indigo-700)}:root .mele-bg-pink-100{background-color:var(--pink-100)}:root .mele-text-pink-700{color:var(--pink-700)}:root .mele-bg-purple-100{background-color:var(--purple-100)}:root .mele-text-purple-700{color:var(--purple-700)}:root .mele-bg-orange-100{background-color:var(--orange-100)}:root .mele-text-orange-700{color:var(--orange-700)}:root{--mat-checkbox-label-text-color: var(--mat-app-on-primary-container);--mat-checkbox-disabled-label-color: rgba(26, 27, 31, .38);--mdc-checkbox-disabled-unselected-icon-color: #d9d9d9;--mdc-checkbox-disabled-selected-icon-color: #d9d9d9;--mdc-checkbox-disabled-selected-checkmark-color: #b3b1b8;--mdc-checkbox-selected-pressed-icon-color: var(--mat-app-primary);--mdc-checkbox-selected-checkmark-color: #ffffff;--mdc-checkbox-selected-focus-icon-color: var(--mat-app-primary);--mdc-checkbox-selected-hover-icon-color: var(--mat-app-primary);--mdc-checkbox-selected-icon-color: var(--mat-app-primary);--mdc-checkbox-selected-focus-state-layer-color: var(--mat-app-primary);--mdc-checkbox-selected-hover-state-layer-color: var(--mat-app-primary);--mdc-checkbox-unselected-pressed-state-layer-color: var(--mat-app-primary);--mat-option-selected-state-label-text-color: #b75818;--mat-option-selected-state-layer-color: #ffc699;--mdc-circular-progress-active-indicator-color: var(--mat-app-primary);--mat-full-pseudo-checkbox-selected-icon-color: var(--mat-app-primary);--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-app-primary);--mat-stepper-header-selected-state-icon-background-color: var(--mat-app-primary);--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: var(--mat-app-primary);--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mdc-checkbox-unselected-focus-state-layer-color: #2e293d;--mdc-checkbox-unselected-hover-state-layer-color: #2e293d;--mdc-checkbox-unselected-focus-icon-color: var(--mat-app-primary);--mdc-checkbox-unselected-hover-icon-color: var(--mat-app-primary);--mdc-checkbox-unselected-hover-state-layer-opacity: .12;--mdc-checkbox-selected-hover-state-layer-opacity: .12;--mdc-checkbox-unselected-pressed-state-layer-opacity: .12;--mdc-checkbox-selected-pressed-state-layer-opacity: .12;--mdc-checkbox-unselected-focus-state-layer-opacity: .12;--mdc-checkbox-selected-focus-state-layer-opacity: .12;--mdc-checkbox-state-layer-size: 38px;--mat-checkbox-disabled-label-color: #676472}:root .mdc-checkbox{width:16px!important;height:16px!important;flex:0 0 16px!important}:root .mdc-checkbox__background{width:16px!important;height:16px!important;border-radius:5px!important;border-color:#d9d9d9}:root .mdc-checkbox__checkmark{padding:2px}:root .mdc-checkbox__checkmark-path{stroke-width:5px!important;stroke-linecap:round!important;stroke-linejoin:round!important}:root .mdc-checkbox--disabled .mdc-checkbox__background{background-color:var(--mdc-checkbox-disabled-unselected-icon-color)}.dark-theme{--mat-checkbox-disabled-label-color: rgba(white, .8)}.status-badge .draft,.status-badge .closed,.status-badge .inactive{color:var(--neutral-500)!important;background-color:var(--neutral-200)}.status-badge .blocked,.status-badge .paused,.status-badge .canceled,.status-badge .denied,.status-badge .expired{color:var(--danger-500)!important;background-color:var(--danger-50)}.status-badge .pending,.status-badge .partial,.status-badge .delayed,.status-badge .under_review{color:var(--primary-500)!important;background-color:var(--primary-50)}.status-badge .scheduled,.status-badge .planned{color:#f5ab17!important;background-color:#fffbd5}.status-badge .assigned,.status-badge .ordered{color:#4f46e5!important;background-color:#e0deff}.status-badge .in_progress,.status-badge .sent{color:#2196f3!important;background-color:#e6f4ff}.status-badge .active,.status-badge .approved,.status-badge .counted,.status-badge .opened,.status-badge .completed,.status-badge .available,.status-badge .reviewed,.status-badge .received{color:var(--success-500)!important;background-color:var(--success-50)}:root{--mdc-radio-disabled-selected-icon-color: #d9d9d9;--mdc-radio-disabled-selected-checkmark-color: #b3b1b8;--mdc-radio-disabled-unselected-icon-color: #d9d9d9;--mdc-radio-unselected-hover-icon-color: var(--mat-app-primary);--mdc-radio-unselected-focus-icon-color: var(--mat-app-primary);--mdc-radio-selected-focus-icon-color: var(--mat-app-primary);--mdc-radio-selected-hover-icon-color: var(--mat-app-primary);--mdc-radio-selected-icon-color: var(--mat-app-primary);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 38px;--mdc-radio-unselected-hover-state-layer-opacity: .12;--mdc-radio-selected-hover-state-layer-opacity: .12;--mdc-radio-unselected-pressed-state-layer-opacity: .12;--mdc-radio-selected-pressed-state-layer-opacity: .12;--mdc-radio-unselected-focus-state-layer-opacity: .12;--mdc-radio-selected-focus-state-layer-opacity: .12;--mdc-radio-unselected-icon-color: #d9d9d9;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: var(--mat-app-primary);--mat-radio-disabled-label-color: rgba(26, 27, 31, .38);--mat-radio-label-text-color: var(--mat-app-on-primary-container);--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-touch-target-display: block}:root .mat-mdc-radio-button .mdc-radio{width:16px;height:16px;padding:calc((var(--mdc-radio-state-layer-size, 38px) - 16px) / 2)}:root .mat-mdc-radio-button .mdc-radio__background{width:16px!important;height:16px!important}:root .mat-mdc-radio-button .mdc-radio__background:before{width:38px;height:38px;top:-11px;left:-11px}:root .mat-mdc-radio-button .mdc-radio__inner-circle{border-width:8px}:root .mat-mdc-radio-button .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{background-color:var(--mdc-radio-unselected-icon-color)}:root .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element,:root .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background:before{width:38px;height:38px}:root .mat-mdc-radio-button .mdc-radio__outer-circle{border-width:3px}.dark-theme{--mat-radio-disabled-label-color: rgba(white, .38)}:root{--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .08;--mdc-switch-selected-pressed-state-layer-opacity: .12;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .08;--mdc-switch-unselected-pressed-state-layer-opacity: .12;--mdc-switch-selected-focus-state-layer-color: var(--mat-sys-primary);--mdc-switch-selected-handle-color: var(--mat-sys-on-primary);--mdc-switch-selected-hover-state-layer-color: var(--mat-sys-primary);--mdc-switch-selected-pressed-state-layer-color: var(--mat-sys-primary);--mdc-switch-selected-focus-handle-color: var(--mat-sys-primary-container);--mdc-switch-selected-hover-handle-color: var(--mat-sys-primary-container);--mdc-switch-selected-pressed-handle-color: var(--mat-sys-primary-container);--mdc-switch-selected-focus-track-color: var(--mat-sys-primary);--mdc-switch-selected-hover-track-color: var(--mat-sys-primary);--mdc-switch-selected-pressed-track-color: var(--mat-sys-primary);--mdc-switch-selected-track-color: var(--mat-sys-primary);--mdc-switch-disabled-selected-handle-color: var(--mat-sys-surface);--mdc-switch-disabled-selected-icon-color: var(--mat-sys-on-surface);--mdc-switch-disabled-selected-track-color: var(--mat-sys-on-surface);--mdc-switch-disabled-unselected-handle-color: var(--mat-sys-on-surface);--mdc-switch-disabled-unselected-icon-color: var(--mat-sys-surface-variant);--mdc-switch-disabled-unselected-track-color: var(--mat-sys-surface-variant);--mdc-switch-selected-icon-color: var(--mat-sys-on-primary-container);--mdc-switch-unselected-focus-handle-color: var(--mat-sys-on-surface-variant);--mdc-switch-unselected-focus-state-layer-color: var(--mat-sys-on-surface);--mdc-switch-unselected-focus-track-color: var(--mat-sys-surface-variant);--mdc-switch-unselected-handle-color: var(--mat-sys-outline);--mdc-switch-unselected-hover-handle-color: var(--mat-sys-on-surface-variant);--mdc-switch-unselected-hover-state-layer-color: var(--mat-sys-on-surface);--mdc-switch-unselected-hover-track-color: var(--mat-sys-surface-variant);--mdc-switch-unselected-icon-color: var(--mat-sys-surface-variant);--mdc-switch-unselected-pressed-handle-color: var(--mat-sys-on-surface-variant);--mdc-switch-unselected-pressed-state-layer-color: var(--mat-sys-on-surface);--mdc-switch-unselected-pressed-track-color: var(--mat-sys-surface-variant);--mdc-switch-unselected-track-color: var(--mat-sys-surface-variant);--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-shape: 9999px;--mdc-switch-selected-icon-size: 16px;--mdc-switch-track-height: 32px;--mdc-switch-track-shape: 9999px;--mdc-switch-track-width: 52px;--mdc-switch-unselected-icon-size: 16px;--mdc-switch-state-layer-size: 40px}:root{--mat-switch-track-outline-color: var(--mat-sys-outline);--mat-switch-disabled-unselected-track-outline-color: var(--mat-sys-on-surface);--mat-switch-label-text-color: var(--mat-sys-on-surface);--mat-switch-label-text-font: var(--mat-sys-body-medium-font);--mat-switch-label-text-line-height: var(--mat-sys-body-medium-line-height);--mat-switch-label-text-size: var(--mat-sys-body-medium-size);--mat-switch-label-text-tracking: var(--mat-sys-body-medium-tracking);--mat-switch-label-text-weight: var(--mat-sys-body-medium-weight);--mat-switch-disabled-selected-handle-opacity: 1;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 16px;--mat-switch-selected-handle-size: 24px;--mat-switch-pressed-handle-size: 28px;--mat-switch-with-icon-handle-size: 24px;--mat-switch-selected-handle-horizontal-margin: 0 24px;--mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;--mat-switch-unselected-handle-horizontal-margin: 0 8px;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 0;--mat-switch-visible-track-transition: opacity 75ms;--mat-switch-hidden-track-transition: opacity 75ms;--mat-switch-track-outline-width: 2px;--mat-switch-selected-track-outline-width: 2px;--mat-switch-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 2px}:root .mat-mdc-slide-toggle{--mdc-switch-unselected-handle-color: white;--mdc-switch-unselected-hover-handle-color: white;--mdc-switch-unselected-focus-handle-color: white;--mdc-switch-unselected-pressed-handle-color: white;--mdc-switch-selected-handle-color: white;--mdc-switch-selected-hover-handle-color: white;--mdc-switch-selected-focus-handle-color: white;--mdc-switch-selected-pressed-handle-color: white;--mdc-switch-unselected-hover-track-color: #d9d9d9;--mdc-switch-unselected-focus-track-color: #d9d9d9;--mdc-switch-unselected-pressed-track-color: #d9d9d9;--mdc-switch-unselected-track-color: #d9d9d9;--mdc-switch-selected-track-color: var(--mat-app-primary);--mdc-switch-selected-hover-track-color: var(--mat-app-primary);--mdc-switch-selected-focus-track-color: var(--mat-app-primary);--mdc-switch-selected-pressed-track-color: var(--mat-app-primary);--mat-switch-track-outline-width: 0px;--mdc-switch-unselected-icon-color: #d9d9d9;--mdc-switch-selected-icon-color: var(--mat-app-primary);--mdc-switch-selected-focus-state-layer-color: var(--mat-app-primary);--mdc-switch-selected-hover-state-layer-color: var(--mat-app-primary);--mdc-switch-selected-pressed-state-layer-color: var(--mat-app-primary);--mdc-switch-unselected-focus-state-layer-color: #2e293d;--mdc-switch-unselected-hover-state-layer-color: #2e293d;--mdc-switch-unselected-pressed-state-layer-color: #2e293d;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .12;--mdc-switch-selected-pressed-state-layer-opacity: .12;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .12;--mdc-switch-unselected-pressed-state-layer-opacity: .12;--mat-switch-disabled-unselected-track-outline-width: 0px;--mdc-switch-disabled-unselected-handle-color: white;--mdc-switch-disabled-unselected-track-color: #ececed;--mat-switch-disabled-selected-track-outline-width: 0px;--mdc-switch-disabled-selected-track-color: #ececed;--mdc-switch-disabled-selected-handle-color: white;--mat-switch-disabled-selected-handle-opacity: .38;--mdc-switch-disabled-track-opacity: .12px;--mdc-switch-disabled-unselected-icon-color: #b3b1b8;--mdc-switch-disabled-selected-icon-color: #b3b1b8;--mdc-switch-track-width: 34px;--mdc-switch-track-height: 20px;--mdc-switch-track-shape: 9999px;--mdc-switch-handle-shape: 50%;--mdc-switch-selected-icon-size: 10px;--mdc-switch-unselected-icon-size: 10px;--mdc-switch-state-layer-size: 25px;--mat-switch-with-icon-handle-size: 15px;--mat-switch-selected-handle-size: 15px;--mat-switch-unselected-handle-size: 15px;--mat-switch-pressed-handle-size: 17.5px;--mat-switch-selected-handle-horizontal-margin: 0 10px;--mat-switch-unselected-handle-horizontal-margin: 0 5px;--mat-switch-selected-pressed-handle-horizontal-margin: 0 14px;--mat-switch-unselected-pressed-handle-horizontal-margin: 0 1.75px;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0 2.5px;--mat-switch-selected-with-icon-handle-horizontal-margin: 0 16px}:root .mdc-switch--selected .mdc-switch__icon{stroke-width:2;stroke:var(--mdc-switch-selected-icon-color);padding:1px;stroke-linecap:round;stroke-linejoin:round}:root .mdc-switch--unselected .mdc-switch__icon{stroke-width:2;stroke:var(--mdc-switch-unselected-icon-color);padding:1px;stroke-linecap:round;stroke-linejoin:round}:root .mdc-switch--unselected.mdc-switch--disabled .mdc-switch__icon{stroke:var(--mdc-switch-disabled-unselected-icon-color)}:root .mdc-switch--selected.mdc-switch--disabled .mdc-switch__icon{stroke:var(--mdc-switch-disabled-selected-icon-color)}.dark-theme .mat-mdc-slide-toggle{--mdc-switch-unselected-track-color: rgba(217, 217, 217, .1);--mdc-switch-unselected-hover-track-color: rgba(217, 217, 217, .1);--mdc-switch-unselected-focus-track-color: rgba(217, 217, 217, .1);--mdc-switch-unselected-pressed-track-color: rgba(217, 217, 217, .1);--mdc-switch-unselected-icon-color: rgba(46, 41, 61, .6);--mdc-switch-disabled-selected-track-color: rgba(236, 236, 237, .1);--mdc-switch-disabled-unselected-track-color: rgba(226, 226, 228, .1)}:root .mele-toast-container{background:var(--mat-app-primary-container);border-radius:var(--mele-radius);border-color:var(--mele-border-color);border-width:2px;box-shadow:0 2px 8px #00000026;z-index:1000;visibility:hidden;min-width:400px;max-width:500px;position:fixed;left:50%;bottom:30px;transform:translate(-50%);opacity:0;transition:opacity .5s ease}:root .mele-toast-container .grow{flex-grow:1}:root .mele-toast-container-internal{display:flex;align-items:center;padding:.5rem 1rem;width:100%;gap:1rem}:root .mele-toast-message-default{color:var(--mat-app-on-primary-container)!important}:root .mele-toast-message-primary{color:var(--mat-app-primary)!important}:root .mele-toast-message-success{color:#00b66e!important}:root .mele-toast-message-danger{color:#f93232!important}:root .mele-toast-container.show{visibility:visible;opacity:1}:root .mele-toast-close-button{--mat-fab-small-foreground-color: var(--mat-app-on-primary-container);--mat-fab-small-state-layer-color: var(--mat-app-primary);--mat-fab-small-hover-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .32;height:28px;width:28px;border-radius:9999px}:root .mele-toast-close-button .mat-icon{height:14x;width:14px}:root .mele-button-link{padding:0!important;border-radius:0!important;border-width:0!important;height:auto!important;font-weight:400}:root .mele-button-link.mele-button.xs{font-size:12px!important}:root .mele-button-link.mele-button.xl{border-radius:0!important}:root .mele-button-link:hover{background-color:transparent!important;border-bottom:1px solid!important;border-radius:0!important}:root .mele-button{border-radius:var(--mele-radius)}:root .mele-button-content{display:flex;align-items:center;justify-content:center;gap:.25rem}:root .border{border-width:1px}:root .px-2{padding-left:.5rem;padding-right:.5rem}:root .px-4{padding-left:1rem;padding-right:1rem}:root .px-8{padding-left:2rem;padding-right:2rem}:root .mele-button.xxs{font-size:10px!important;height:24px}:root .mele-button.xs{font-size:14px!important;height:32px}:root .mele-button.s{font-size:14px!important;height:40px}:root .mele-button.m{font-size:16px!important;height:40px}:root .mele-button.l{font-size:18px!important;height:48px}:root .mele-button.xl{font-size:18px!important;height:56px;border-radius:50px!important}:root .mele-button.xxs>div>span>.mat-icon{width:12px;height:12px}:root .mele-button.xs mat-icon,:root .mele-button.xs svg{width:14px;height:14px}:root .mele-button.s mat-icon,:root .mele-button.s svg{width:18px;height:18px}:root .mele-button.m mat-icon,:root .mele-button.m svg{width:20px;height:20px}:root .mele-button.l mat-icon,:root .mele-button.l svg{width:20px;height:20px}:root .mele-button.xl mat-icon,:root .mele-button.xl svg{width:24px;height:24px}:root .icon-bn{aspect-ratio:1/1;padding:0;display:inline-flex;align-items:center;justify-content:center}:root .content-bn{padding:0;display:inline-flex;align-items:center;justify-content:center}:root .text-white{color:#fff!important}:root .mele-disabled-button-opacity{opacity:var(--mele-disabled-opacity)}:root .mele-stroked-button-hover{background-color:var(--mele-hover-bg-color);outline:16px!important;outline-color:var(--mele-hover-bg-color);cursor:pointer}:root .mele-alert-container{background:var(--mat-app-primary-container);border-radius:var(--mele-radius);border-width:2px;z-index:1000;visibility:collapse;left:50%;bottom:30px;opacity:0;transition:opacity .5s ease;width:100%;display:flex;gap:.5rem}:root .mele-alert-container .px-4{padding-left:1rem;padding-right:1rem}:root .mele-alert-container .py-2{padding-left:.5rem;padding-right:.5rem}:root .mele-alert-container .mt-1{margin-top:.25rem}:root .mele-alert-container .grow{flex-grow:1}:root .mele-alert-message-default{color:var(--mat-app-on-primary-container)!important}:root .mele-alert-message-primary{color:var(--mat-app-primary)!important}:root .mele-alert-message-success{color:#00b66e!important}:root .mele-alert-message-danger{color:#f93232!important}:root .mele-alert-border-default{border-color:#d9d9d9!important}:root .mele-alert-border-primary{border-color:#ffc699!important}:root .mele-alert-border-success{border-color:#6be8ba!important}:root .mele-alert-border-danger{border-color:#ff9e9e!important}:root .mele-alert-container.show{visibility:visible;opacity:1}:root .mele-alert-close-button{--mat-fab-small-foreground-color: var(--mat-app-on-primary-container);--mat-fab-small-state-layer-color: var(--mat-app-primary);--mat-fab-small-hover-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .32;height:28px;width:28px;border-radius:9999px}:root .mele-alert-close-button .mat-icon{height:14x;width:14px}:root .show{display:flex}.input-number-container{border-color:var(--mele-border-color);border-width:1px;display:flex;align-items:center}.input-number{border-color:var(--mele-border-color);color:var(--mele-body-color)}.input-number :disabled{cursor:default;background-color:#d9d9d957!important}.cursor-pointer{cursor:pointer}.input-number-size-s{height:24px;border-radius:8px}.input-number-size-m{height:34px;border-radius:var(--mele-radius)}.input-number-button-size-s{width:24px;height:24px}.input-number-button-size-s .mat-icon{width:14px;height:14px}.input-number-button-size-m{width:34px;height:34px}.input-number-button-size-m .mat-icon{width:20px;height:20px}.input-number-button{color:var(--mele-body-color);display:flex;align-items:center;justify-content:center}.input-number-button-l:hover,.input-number-button-r:hover{background-color:#d9d9d957}.input-number-button-l{border-top-left-radius:var(--mele-radius);border-bottom-left-radius:var(--mele-radius)}.input-number-button-r{border-top-right-radius:var(--mele-radius);border-bottom-right-radius:var(--mele-radius)}.input-number-disabled .input-number,.input-number-disabled .input-number-button{background-color:#d9d9d957}:root{--mdc-dialog-container-shape: var(--mele-radius);--mdc-dialog-container-color: var(--mat-app-primary-container)}:root .mele-dialog-close-button{--mat-fab-small-foreground-color: var(--mat-app-on-primary-container);--mat-fab-small-state-layer-color: var(--mat-app-primary);--mat-fab-small-pressed-state-layer-opacity: .32;--mat-fab-small-focus-state-layer-opacity: 0;--mat-fab-small-hover-state-layer-opacity: .12;height:28px;width:28px;border-radius:9999px}:root .mele-dialog-close-button .mat-icon{height:14x;width:14px}:root,:host{--mat-app-background-color: var(--mat-sys-background);--mat-app-text-color: var(--mat-sys-on-background);--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)}:root,:host{--mat-ripple-color: color-mix(in srgb, var(--mat-sys-on-surface) 10%, transparent)}:root,:host{--mat-option-selected-state-label-text-color: var(--mat-sys-on-secondary-container);--mat-option-label-text-color: var(--mat-sys-on-surface);--mat-option-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);--mat-option-selected-state-layer-color: var(--mat-sys-secondary-container);--mat-option-label-text-font: var(--mat-sys-label-large-font);--mat-option-label-text-line-height: var(--mat-sys-label-large-line-height);--mat-option-label-text-size: var(--mat-sys-body-large-size);--mat-option-label-text-tracking: var(--mat-sys-label-large-tracking);--mat-option-label-text-weight: var(--mat-sys-body-large-weight)}:root,:host{--mat-optgroup-label-text-color: var(--mat-sys-on-surface-variant);--mat-optgroup-label-text-font: var(--mat-sys-title-small-font);--mat-optgroup-label-text-line-height: var(--mat-sys-title-small-line-height);--mat-optgroup-label-text-size: var(--mat-sys-title-small-size);--mat-optgroup-label-text-tracking: var(--mat-sys-title-small-tracking);--mat-optgroup-label-text-weight: var(--mat-sys-title-small-weight)}:root,:host{--mat-full-pseudo-checkbox-selected-icon-color: var(--mat-sys-primary);--mat-full-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-on-primary);--mat-full-pseudo-checkbox-unselected-icon-color: var(--mat-sys-on-surface-variant);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-sys-surface);--mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);--mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent)}:root,:host{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-primary);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent)}:root,:host{--mat-dialog-container-max-width: 1000px;--mat-app-primary: #f97921;--mat-sys-primary: #f97921;--mdc-flat-button-state-layer-color: #f97921;--mat-datepicker-calendar-period-button-icon-color: #f97921;--mat-text-button-hover-state-layer-opacity: .04;--mat-filled-button-hover-state-layer-opacity: .04;--mat-protected-button-hover-state-layer-opacity: .04;--mat-outlined-button-hover-state-layer-opacity: .04;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-small-hover-state-layer-opacity: .04;--mat-icon-button-hover-state-layer-opacity: .04;--mat-ripple-color: rgba(249, 121, 33, .1);--mat-menu-item-hover-state-layer-color: rgba(249, 121, 33, .1);--mat-sys-hover-state-layer-opacity: .04;--mat-ripple-hover-color: rgba(249, 121, 33, .1);--mat-table-background-color: white;--mat-app-on-primary: white;--mat-app-primary-container: white;--mat-sys-surface-container: white;--mat-menu-container-color: white;--mat-app-on-primary-container: #676472;--mat-app-secondary: #38DDA0;--mat-app-on-secondary: #003E27;--mat-app-secondary-container: #38DDA0;--mat-app-on-secondary-container: #003E27;--mat-app-error: #F93232;--mat-app-on-error: #FFC6C6;--mat-app-error-container: #FF6B6B;--mat-app-on-error-container: #5A0101;--mat-app-background: #ececed;--mat-app-surface: white;--mat-app-on-surface: #67472ff;--mele-radius: 25px;--mdc-chip-container-shape-radius: var(--mele-radius);--mat-datepicker-calendar-container-shape: 25px;--mat-sys-corner-extra-small: 25px;--mdc-text-button-container-shape: 25px;--mele-border-color: #e2e2e4;--mat-tab-header-divider-color: #e2e2e4;--mele-card-border-color: #d9d9d9;--mdc-chip-outline-color: #d9d9d9;--mele-title-color: #2e293d;--mele-body-color: #676472;--mat-datepicker-calendar-date-text-color: #676472;--mat-datepicker-calendar-header-text-color: #676472;--mat-datepicker-calendar-navigation-button-icon-color:#2e293d;--mat-datepicker-calendar-body-label-text-color: #2e293d;--mele-disabled-opacity: 1;--mele-active-bg-color: #d9d9d9;--mele-hover-bg-color: rgba(226, 226, 228, .5);--mele-hover-primary-bg-color: rgba(255, 231, 214, .6);--mele-active-primary-bg-color: rgba(255, 231, 214, .8);--mele-active-primary-text-color: #ff8c1a;--mele-input-bg-disabled: #ececed;--mele-popover-border-width: 0px;--mdc-plain-tooltip-container-color: var(--mat-app-primary-container);--mdc-plain-tooltip-supporting-text-color: var(--mat-app-on-primary-container);--mdc-plain-tooltip-container-shape: var(--mele-radius);--mat-sidenav-container-width: 264px;--mele-progress-accordion-active-color-bg: var(--primary-50);--mele-progress-accordion-expanded-color-bg: var(--neutral-50);--mat-table-row-item-outline-color: var(--mele-border-color);--mdc-slider-inactive-track-color: var(--mele-border-color);--mat-datepicker-calendar-container-elevation-shadow: 0px 4px 8px rgba(0, 0, 0, .25);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-header-text-size: 12px;--mat-text-button-pressed-state-layer-opacity: .12;--mat-datepicker-calendar-date-in-range-state-background-color: #ff8c1a}.dark-theme{--mat-app-background: rgb(17, 24, 39);--mat-table-background-color: rgba(31 41 55, .3);--mat-paginator-container-background-color: transparent;--mat-app-surface: transparent;--mat-app-primary-container: rgba(31 41 55);--mat-datepicker-calendar-container-background-color: rgba(31 41 55);--mat-sys-surface-container: rgba(31 41 55);--mat-menu-container-color: rgba(31 41 55);--mele-border-color: rgba(255, 255, 255, .1);--mdc-slider-inactive-track-color: rgba(255, 255, 255, .1);--mat-tab-header-divider-color: rgba(255, 255, 255, .1);--mele-card-border-color: rgba(255, 255, 255, .2);--mele-title-color: white;--mele-body-color: rgba(255, 255, 255, .8);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .8);--mat-datepicker-calendar-date-text-color: rgba(255, 255, 255, .8);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .8);--mat-datepicker-calendar-navigation-button-icon-color:rgba(255, 255, 255, .8);--mat-app-on-primary-container: var(--mele-body-color);--mdc-checkbox-unselected-focus-state-layer-color: var(--mat-app-primary);--mele-disabled-opacity: .35;--mele-active-bg-color: rgba(217, 217, 217, .1);--mele-hover-bg-color: rgba(226, 226, 228, .1);--mele-hover-primary-bg-color: rgba(255, 231, 214, .1);--mele-active-primary-bg-color: rgba(255, 211, 177, .1);--mele-input-bg-disabled: rgba(236, 236, 237, .2);--mele-popover-border-width: 1px;--mele-progress-accordion-active-color-bg: rgba(255, 198, 153, .1);--mele-progress-accordion-expanded-color-bg: vrgba(217, 217, 217, .1);--mat-table-row-item-outline-color: var(--mele-border-color)}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
