@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;--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}.fixed{position:fixed}.static{position:static}.col-span-12{grid-column:span 12 / span 12}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.table{display:table}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}}.message-banner{position:relative;top:0;left:0;width:100%;min-height:1em}.toast-message{z-index:999;position:fixed;top:calc(100% - 10em);left:calc(100% - 22em);margin-top:1em;width:22em;min-height:4em;border-radius:.5em;box-shadow:0 6px 18px #0000002e;background-color:#fcfcfc;animation:slideIn .35s ease,fadeOut 1s ease 5s forwards;display:flex;align-items:center}.toast-message .message-b-details-pop{position:relative;top:0;left:0;width:100%;height:auto;display:flex;align-items:center;gap:.6em;padding:.7em 1em;font-size:.9em;font-weight:500}.message-banner-success-pop{background:#ecfdf5;color:#31694e;border-left:5px solid #31694e}.message-banner-error-pop{background:#fef2f2;color:red;border-left:5px solid #ff0000}.message-banner-info-pop{background:#eff6ff;color:#2563eb;border-left:5px solid #2563eb}.toast-icon{font-size:1.2em}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translate(120%)}}@keyframes slideIn{0%{transform:translate(120%)}to{transform:translate(0)}}.layout-main-wrapper{background-color:#fcfcfc;overflow:hidden;position:relative;top:0;left:0;width:100%;height:calc(100vh - 9em)}@media (min-width: 960px){.layout-main-wrapper{width:100%;height:calc(100vh - 6em)}}.s-layout .s-header{position:relative;top:0;left:0;width:100%;height:3em;display:flex;align-items:center;justify-content:center;justify-content:space-around;align-content:center;background-color:#ea3513}.s-layout .s-header .title{width:100%;height:100%;text-align:center;font-size:1.2em;font-weight:700;display:flex;align-items:center;justify-content:center;justify-content:space-around;align-content:center;color:#fcfcfc}.s-layout .s-header .back-button{width:8em;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#01010133;color:#fcfcfc}.s-layout .s-header .back-button-solid{width:8em;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#010101e6;color:#fcfcfc}@media (min-width: 960px){.s-layout .s-header .back-button-base{display:none}}.s-layout .s-header .create-button{width:10em;height:100%;cursor:pointer;background-color:#01010133;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:120%}.s-layout .s-header .create-button span{font-size:.8em;pointer-events:none}.s-layout .s-header .create-button-custom{background-color:#010101e6}.s-layout .s-header .updateButton{width:8em;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:red}.s-layout .s-header .updateButton .mat_icon{color:#ea3513;font-size:1.2em}.s-layout .s-header .btn-cart{position:absolute;top:.5em;left:calc(100% - 3em);width:3em;height:3em;display:flex;align-items:center;justify-content:center;font-size:.5em;font-weight:500;border-radius:100%;background-color:#fff;color:#111}.s-layout .s-header .btn-cart p{font-size:1.3em}.s-layout .s-content{position:relative;top:0;left:0;scrollbar-width:none;-ms-overflow-style:none;overflow-y:scroll;width:100%;height:calc(100% - 4em);min-height:5em}.s-layout .s-content::-webkit-scrollbar{width:0;height:0;display:none}.s-layout .s-content .s-content-header{position:relative;top:0;left:0;width:100%;height:auto}.s-layout .s-content .s-content-wrapper{position:relative;top:0;left:0;width:100%;height:auto;padding:2em 0}.s-layout .s-content .s-content-wrapper .view-panel{position:relative;top:0;left:0;width:100%;height:auto;padding:.5em 0 1em}@media (min-width: 720px){.s-layout .s-content .s-content-wrapper .view-panel{padding:1em .5em;margin:0 auto;width:100%;height:auto}}.s-layout .s-content .s-content-wrapper .form-panel{position:relative;top:0;left:0;width:100%;height:auto;background-color:#e5e7eb;padding:.5em 1.5em 1em}@media (min-width: 720px){.s-layout .s-content .s-content-wrapper .form-panel{padding:1em;margin:0 auto;width:80%;height:auto}}@media (min-width: 960px){.s-layout .s-content .s-content-wrapper .form-panel{padding:2em 1em 0;margin:0 auto;width:75%;height:auto}}.s-layout .s-content .s-content-wrapper .form-panel .form-loading-overlay{position:relative;top:0;left:0;margin-top:1em;width:100%;min-height:1.5em;background-color:red}.s-layout .s-content .s-content-wrapper .form-panel .form-loading-overlay p{text-align:right;font-size:1.2em;color:#31694e}@media (min-width: 720px){.s-layout .s-content{margin:0 auto}}@media (min-width: 960px){.s-layout .s-content{margin:0 auto}}.array-filter-nav{position:relative;top:0;left:0;width:auto;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.array-filter-nav .tag{pointer-events:none;display:none}.array-filter-nav .label{pointer-events:none;font-size:1em;padding:.2em}.array-filter-nav .activeLabel{background-color:#fcfcfc}.array-filter-nav .tag-icon{pointer-events:none;position:relative;top:0;left:0;width:1.2em;height:1.2em;display:flex;justify-items:center;align-items:c}.date-filter-nav{position:relative;top:0;left:0;width:12em;display:flex;align-items:center;justify-content:flex-end;cursor:pointer}.date-filter-nav .tag{pointer-events:none;display:none}.date-filter-nav .label{pointer-events:none;font-size:1em}.date-filter-nav .tag-icon{pointer-events:none;position:relative;top:0;left:0;width:1.2em;height:1.2em;display:flex;justify-items:center;align-items:center}.array-filter-container{display:0;z-index:5;position:absolute;top:100%;left:0;width:220px;height:"auto";background-color:#fcfcfc}.array-filter-container .filter-apply-btn{border-top:1px solid #3e3933;position:relative;top:0;left:0;width:100%;height:3em;padding:.4em 0 .2em;display:flex;gap:.3em}.array-filter-container .filter-apply-btn button{border:none;background:none;width:100%;height:100%;background-color:#ea3513;border-radius:.2em;padding:.2em .3em;color:#fff}.custom-buttons,.submit-button{position:relative;top:0;left:0;width:100%;min-height:3em;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1em;justify-content:space-between;align-items:stretch}.custom-buttons .myBtn,.submit-button .myBtn{flex:1 1 0;min-height:3em}@media (min-width: 960px){.custom-buttons,.submit-button{display:flex;align-items:center;justify-content:center;flex-direction:row}}.cart_item{width:100%;padding:1rem;border-radius:8px;background:#fff;border:1px solid #dcdcdc;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.cart_item .title{display:flex;justify-content:space-between;align-items:center}.cart_item .title h2{margin:0;font-size:.8em;font-weight:500;text-transform:uppercase}.clear_layout{display:flex;justify-content:flex-end}.clear_layout .clear{border:none;padding:.5rem 1rem;cursor:pointer;border-radius:5px;font-size:.8em;font-weight:400;background:#111;color:#fff}.cart_items{width:100%;border:1px solid #ececec;border-radius:8px;padding:.8rem;display:flex;gap:1rem;align-items:center;box-sizing:border-box;transition:all .2s ease}.cart_items:hover{box-shadow:0 2px 8px #00000014}.cart_image{width:2.5em;height:2.5em;min-width:2.5em;border-radius:50%;background:#111;color:#fff;display:flex;justify-content:center;align-items:center}.image_initial{font-size:1em;font-weight:700}.cart_info{position:relative;top:0;left:0;flex:1;display:flex;flex-direction:column;gap:.2em}.cart_details{position:relative;top:0;left:0;flex:1;width:100%;display:flex;justify-content:space-between;flex-direction:row;gap:.25em}.cart_qty{display:flex;flex-direction:column;width:5em}.cart_qty label{font-size:10px;margin-bottom:3px;color:#666}.cart_qty input{height:25px;padding:2px;text-align:center;border:1px solid #ccc;border-radius:4px}.p_item{display:flex;flex-direction:row;margin:0;justify-content:space-between}.cart_info .p_item:nth-child(1){font-size:.9em;font-weight:500;text-transform:uppercase}.p_item_price{font-size:.85rem}.p_item_total{font-size:.9em;font-weight:350}.cart_buttons{display:flex;flex-direction:row;gap:.4rem}.cart_buttons button{border:none;padding:.1em;cursor:pointer;border-radius:5px;font-size:.75em;font-weight:400;background:#111;color:#fff;min-width:85px}.cart_extras{width:100%;border-top:1px solid #e2e2e2;padding-top:1rem}.cart_total{display:flex;justify-content:space-between;align-items:center}.cart_total h5{margin:0;font-size:1rem}.cart_total div{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart_total .price{font-weight:700;font-size:1rem}.empty-cart{width:100%;padding:1rem;border:1px dashed #cfcfcf;border-radius:6px;text-align:center;font-size:.9rem;color:#666}@media (max-width: 768px){.cart_items{flex-direction:column;align-items:flex-start}.cart_buttons{width:100%;flex-direction:row;flex-wrap:wrap}.cart_buttons button{flex:1;min-width:70px}.cart_total{flex-direction:column;align-items:flex-start;gap:.5rem}.cart_total div{align-items:flex-start}}.select-view-panel{background-color:#fff;padding:.4em .6em 1.2em;border-radius:.3em}.select-view-panel h3{margin:.3em 0;font-size:.6em;text-transform:uppercase}.add-view-panel{padding:.2em .6em;border-radius:.3em}.add-view-panel h3{margin:.3em 0;font-size:.6em;text-transform:uppercase}.cart-action-buttons{padding:1em 0;display:flex;align-items:center;justify-content:center;justify-content:flex-end}.cart-action-buttons button{color:#fff;margin:0 .4em;border-radius:3em;padding:.3em 1em;background-color:#000;cursor:pointer}.cart-action-buttons .cart-btn{background-color:#000}.transaction-accordion .mat-expansion-panel-header-description{justify-content:space-between;align-items:center}.transaction-accordion .mat-expansion-panel-header-title h4{margin:0;border-radius:3em;padding:.3em 1em;background-color:#e5e7eb;font-size:.8em;text-transform:uppercase}.transaction-accordion .mat-expansion-panel-header-description p{font-size:.8em;text-transform:uppercase}.cart-summary{padding:16px;border:1px solid #ddd;border-radius:10px;background:#fff}.summary-row{display:flex;justify-content:space-between;margin:8px 0}.summary-row.total{font-weight:700;font-size:18px}.summary-row.outstanding{color:#d32f2f}.cart-action-buttons{margin-top:15px;display:flex;gap:10px}.input-row{text-align:right;display:flex;justify-content:end;align-items:center;gap:.4em}.input-row input{width:150px;padding:5px;text-align:right}.input-row select{min-width:150px;padding:5px;text-align:right}.input-row p{width:150px;padding:5px;text-align:right}.discount-preview{color:#ea3513}*{scrollbar-width:thin;scrollbar-color:#000000 red;margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#3e3933}::-webkit-scrollbar-thumb{background:red;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3e3933}:root{--mat-sys-primary: #3e3933}html{--mat-sys-background: light-dark(#fff8f8, #171213);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#faeeef, #352f30);--mat-sys-inverse-primary: light-dark(#ffb1c5, #ba005c);--mat-sys-inverse-surface: light-dark(#352f30, #ece0e1);--mat-sys-on-background: light-dark(#201a1b, #ece0e1);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #65002f);--mat-sys-on-primary-container: light-dark(#8f0045, #ffd9e1);--mat-sys-on-primary-fixed: light-dark(#3f001b, #3f001b);--mat-sys-on-primary-fixed-variant: light-dark(#8f0045, #8f0045);--mat-sys-on-secondary: light-dark(#ffffff, #422930);--mat-sys-on-secondary-container: light-dark(#5b3f46, #ffd9e1);--mat-sys-on-secondary-fixed: light-dark(#2b151b, #2b151b);--mat-sys-on-secondary-fixed-variant: light-dark(#5b3f46, #5b3f46);--mat-sys-on-surface: light-dark(#201a1b, #ece0e1);--mat-sys-on-surface-variant: light-dark(#514346, #f3dde1);--mat-sys-on-tertiary: light-dark(#ffffff, #690100);--mat-sys-on-tertiary-container: light-dark(#930100, #ffdad4);--mat-sys-on-tertiary-fixed: light-dark(#410000, #410000);--mat-sys-on-tertiary-fixed-variant: light-dark(#930100, #930100);--mat-sys-outline: light-dark(#847376, #9e8c90);--mat-sys-outline-variant: light-dark(#d6c2c5, #514346);--mat-sys-primary: light-dark(#ba005c, #ffb1c5);--mat-sys-primary-container: light-dark(#ffd9e1, #8f0045);--mat-sys-primary-fixed: light-dark(#ffd9e1, #ffd9e1);--mat-sys-primary-fixed-dim: light-dark(#ffb1c5, #ffb1c5);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#74565d, #e3bdc5);--mat-sys-secondary-container: light-dark(#ffd9e1, #5b3f46);--mat-sys-secondary-fixed: light-dark(#ffd9e1, #ffd9e1);--mat-sys-secondary-fixed-dim: light-dark(#e3bdc5, #e3bdc5);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#fff8f8, #171213);--mat-sys-surface-bright: light-dark(#fff8f8, #3e3738);--mat-sys-surface-container: light-dark(#f7ebec, #241e1f);--mat-sys-surface-container-high: light-dark(#f1e5e6, #2f2829);--mat-sys-surface-container-highest: light-dark(#ece0e1, #3a3334);--mat-sys-surface-container-low: light-dark(#fdf1f2, #201a1b);--mat-sys-surface-container-lowest: light-dark(#ffffff, #120d0e);--mat-sys-surface-dim: light-dark(#e3d7d8, #171213);--mat-sys-surface-tint: light-dark(#ba005c, #ffb1c5);--mat-sys-surface-variant: light-dark(#f3dde1, #514346);--mat-sys-tertiary: light-dark(#c00100, #ffb4a8);--mat-sys-tertiary-container: light-dark(#ffdad4, #930100);--mat-sys-tertiary-fixed: light-dark(#ffdad4, #ffdad4);--mat-sys-tertiary-fixed-dim: light-dark(#ffb4a8, #ffb4a8);--mat-sys-neutral-variant20: #3a2d30;--mat-sys-neutral10: #201a1b;--mat-sys-level0: 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-sys-level1: 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-sys-level2: 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-sys-level3: 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-sys-level4: 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-sys-level5: 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-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}body{color-scheme:light;background-color:var(--mat-sys-surface);background-color:#d0cbcb;color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0}html,body{height:100%;min-height:600px}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.angular-editor-textarea h1{font-size:2em;font-weight:700}.angular-editor-textarea h2{font-size:1.5em;font-weight:700}.angular-editor-textarea ul,.angular-editor-textarea ol{list-style:initial!important;padding-left:2em!important}.angular-editor-textarea ul{list-style-type:disc!important}.angular-editor-textarea ol{list-style-type:decimal!important}.angular-editor-textarea .arial{font-family:Arial,sans-serif!important}.angular-editor-textarea .times-new-roman{font-family:Times New Roman,serif!important}.angular-editor-textarea .calibri{font-family:Calibri,sans-serif!important}.angular-editor-textarea .comic-sans-ms{font-family:Comic Sans MS,cursive!important}.main-overlay{z-index:300;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#3e3933;opacity:.3}.overlayer-opened{visibility:visible}.overlayer-closed{visibility:hidden}@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;}@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-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}}}[hidden]{display:none!important}:root{--ae-gap: 5px;--ae-text-area-border: 1px solid #ddd;--ae-text-area-border-radius: 0;--ae-focus-outline-color: #afaeae auto 1px;--ae-toolbar-padding: 1px;--ae-toolbar-bg-color: #f5f5f5;--ae-toolbar-border-radius: 1px solid #ddd;--ae-button-bg-color: white;--ae-button-border: 1px solid #afaeae;--ae-button-radius: 5px;--ae-button-hover-bg-color: #f1f1f1;--ae-button-active-bg-color: #fffbd3;--ae-button-active-hover-bg-color: #fffaad;--ae-button-disabled-bg-color: #f5f5f5;--ae-picker-label-color: white;--ae-picker-icon-bg-color: white;--ae-picker-option-bg-color: #fff;--ae-picker-option-active-bg-color: #fffbd3;--ae-picker-option-focused-bg-color: #fffaad;--ae-picker-option-hover-bg-color: #fbf7ba}
