:root{--app-primary: #0d9488;--app-primary-dark: #0f766e;--app-primary-darker: #115e59;--app-primary-light: #14b8a6;--app-text-primary: #1f2937;--app-text-secondary: #4b5563;--app-text-muted: #6b7280;--app-text-light: #9ca3af;--app-error: #ef4444;--app-error-light: rgba(239, 68, 68, .1);--app-search-bg: rgba(245, 243, 255, .95);--app-search-shadow: rgba(0, 0, 0, .08);--app-search-border: rgba(102, 126, 234, .15);--app-search-hover-shadow: rgba(66, 133, 244, .15);--app-search-hover-border: rgba(66, 133, 244, .4);--app-search-focus-glow: rgba(66, 133, 244, .2);--app-search-focus-shadow: rgba(66, 133, 244, .3);--app-search-focus-shadow-strong: rgba(66, 133, 244, .1);--app-search-focus-border: #4285f4;--app-icon-muted: rgba(0, 0, 0, .54);--app-teal: #1abc9c;--app-teal-light: rgba(26, 188, 156, .15);--app-teal-border: rgba(26, 188, 156, .3);--app-teal-hover: #1abc9c;--app-gradient-primary: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);--app-gradient-primary-hover: linear-gradient( 135deg, #0f766e 0%, #115e59 100% );--app-gradient-primary-full: linear-gradient( 135deg, #0d9488 0%, #0f766e 50%, #115e59 100% );--app-shadow-primary: 0 2px 8px rgba(13, 148, 136, .3);--app-shadow-primary-hover: 0 4px 12px rgba(13, 148, 136, .4);--app-shadow-primary-active: 0 2px 8px rgba(13, 148, 136, .35);--app-border-primary: rgba(13, 148, 136, .2);--app-border-primary-light: rgba(13, 148, 136, .14);--app-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--app-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--app-shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)}.m-field--compact .m-field__float-wrap{min-height:44px;height:44px;display:flex;align-items:center;box-sizing:border-box}.m-field--compact .m-field__float-wrap .m-field__input{padding-top:.25rem;padding-bottom:.25rem;height:100%;min-height:100%;box-sizing:border-box;line-height:1.25}.m-field--float .m-field__float-wrap{position:relative;display:block;border:1px solid var(--ui-input-border, #d1d5db);border-radius:var(--ui-radius-sm, 8px);background-color:var(--ui-input-bg, #fff);transition:border-color .2s ease,box-shadow .2s ease}.m-field--float .m-field__float-wrap:hover{border-color:var(--ui-input-border-hover, #9ca3af)}.m-field--float .m-field__float-wrap:focus-within{border-color:var(--ui-input-border-focus, #0d9488);box-shadow:0 0 0 3px #0d948826}.m-field--float .m-field__float-wrap:focus-within .m-field__label{top:0;left:.75rem;transform:translateY(-50%) scale(.8);transform-origin:left center;color:var(--ui-input-border-focus, #0d9488);background:#fff;padding:0 .35rem}.m-field--float.m-field--has-value .m-field__float-wrap .m-field__label{top:0;left:.75rem;transform:translateY(-50%) scale(.8);transform-origin:left center;color:var(--ui-input-label, #6b7280);background:#fff;padding:0 .35rem}.m-field--float .m-field__float-wrap .m-field__label{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);transform-origin:left center;margin:0;font-size:.9375rem;font-weight:400;color:var(--ui-input-placeholder, #9ca3af);line-height:1.5;pointer-events:none;transition:top .2s ease,left .2s ease,transform .2s ease,color .2s ease,background .2s ease;white-space:nowrap;max-width:calc(100% - 1.5rem);overflow:hidden;text-overflow:ellipsis}.m-field--float .m-field__float-wrap .m-field__input{width:100%;border:none;background:transparent;padding-left:.75rem;padding-right:.75rem;font-size:.9375rem;line-height:1.25;color:var(--ui-input-text, #111827);box-sizing:border-box}.m-field--float .m-field__float-wrap .m-field__input::placeholder{color:transparent}.m-field--float .m-field__float-wrap .m-field__input:focus{outline:none}.m-field--float .m-field__float-wrap .m-field__input--select{padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer;appearance:none;-webkit-appearance:none}.m-field--float .m-field__float-wrap .m-field__input--select option{padding:.5rem}.font-title,.page-title-section .page-title,h1.page-title,h1.mat-mdc-dialog-title,h2.mat-mdc-dialog-title,.product-form-dialog__title,.category-dialog__title,.shop-dialog__title,.warehouse-dialog__title,.business-dialog__title,.delivery-partner-dialog__title,.customer-form-dialog__title{font-family:Electrolize,sans-serif!important}.page-title-section .page-title,h1.page-title{font-weight:700!important}html,body{overflow-x:hidden;width:100%;max-width:100vw;position:relative}.teal-action-btn{width:44px;height:44px;border-radius:12px;background:var(--app-teal-light, rgba(26, 188, 156, .15));box-shadow:0 1px 2px #0000000d;transition:all .3s ease;color:var(--app-teal, #1abc9c);border:1px solid var(--app-teal-border, rgba(26, 188, 156, .3))}.teal-action-btn:hover:not([disabled]){background:var(--app-teal-hover, #1abc9c);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-2px)}.teal-action-btn[disabled]{opacity:.6;cursor:not-allowed}.teal-action-btn mat-icon{transition:transform .3s ease}.teal-action-btn:hover:not([disabled]) mat-icon{transform:scale(1.1)}body{margin:0;padding:0}app-root{display:block;width:100%;max-width:100vw;overflow-x:hidden}html{--mat-menu-container-color: #1abc9c}.overlay-container{position:fixed;top:0;left:0;width:100%;height:0;pointer-events:none;z-index:99999;overflow:visible}#toast-container.toast-container.toast-top-right,.toast-container.toast-top-right{top:12px!important;right:12px!important;left:auto!important;z-index:100000!important;pointer-events:auto}.cdk-overlay-pane.product-form-dialog-shops-panel{background:#fff!important;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #e2e8f0;overflow:hidden}.cdk-overlay-pane.product-form-dialog-shops-panel,.cdk-overlay-pane.product-form-dialog-shops-panel *{--mat-select-panel-background-color: #ffffff}.media-picker-dialog-panel .mat-mdc-dialog-container{padding:0!important;overflow:hidden;border-radius:20px}.product-detail-dialog-panel .mat-mdc-dialog-container{padding:0!important;overflow:hidden;border-radius:12px}.product-detail-dialog-panel .mat-mdc-dialog-surface,.product-detail-dialog-panel .mdc-dialog__surface,.confirm-delete-dialog-panel .mat-mdc-dialog-surface,.confirm-delete-dialog-panel .mdc-dialog__surface{overflow:hidden!important;border-radius:12px!important}.media-picker-dialog-panel .mat-mdc-dialog-surface,.media-picker-dialog-panel .mdc-dialog__surface{padding:0!important;overflow:hidden!important;border-radius:20px!important;background:transparent!important;box-shadow:none!important}.product-form-dialog-shops-panel .mat-mdc-select-panel,.product-form-dialog-shops-panel .mat-mdc-select-panel .mat-mdc-list,.product-form-dialog-shops-panel [role=listbox],.product-form-dialog-shops-panel .mdc-list{background:#fff!important;background-color:#fff!important}.product-form-dialog-shops-panel .mat-mdc-select-panel .mat-mdc-list,.product-form-dialog-shops-panel .mat-mdc-select-panel [role=listbox],.product-form-dialog-shops-panel .mdc-list{padding:8px 16px!important}.product-form-dialog-shops-panel .mat-mdc-list-option,.product-form-dialog-shops-panel .mat-mdc-option{background:#fff!important;background-color:#fff!important}.product-form-dialog-shops-panel .mat-mdc-list-option:hover,.product-form-dialog-shops-panel .mat-mdc-option:hover{background:#f1f5f9!important;background-color:#f1f5f9!important}.product-form-dialog-shops-panel .mat-mdc-list-option.mdc-list-item--selected,.product-form-dialog-shops-panel .mat-mdc-option.mdc-list-item--selected{background:#e0f2fe!important;background-color:#e0f2fe!important}.product-form-dialog-shops-panel .mat-pseudo-checkbox,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox{border-radius:50%!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;border:2px solid rgba(0,0,0,.87)!important;background:#fff!important;background-color:#fff!important;box-sizing:border-box!important}.product-form-dialog-shops-panel .mat-pseudo-checkbox-checked.mat-pseudo-checkbox,.product-form-dialog-shops-panel .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-checked,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{background:#fff!important;background-color:#fff!important;border:2px solid rgba(0,0,0,.87)!important;box-shadow:none!important}.product-form-dialog-shops-panel .mat-pseudo-checkbox:after,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox:after{border:none!important;border-left:none!important;border-bottom:none!important;background:#000000de!important;border-radius:50%!important;width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;left:50%!important;top:50%!important;margin:0!important;transform:translate(-50%,-50%)!important;opacity:0}.product-form-dialog-shops-panel .mat-pseudo-checkbox-checked.mat-pseudo-checkbox:after,.product-form-dialog-shops-panel .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox:after,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-checked:after,.product-form-dialog-shops-panel .mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-indeterminate:after{opacity:1!important}.product-form-dialog-shops-panel .mdc-list-item__start,.product-form-dialog-shops-panel .mdc-checkbox__background{border-radius:50%!important}.product-form-dialog-shops-panel .mdc-checkbox__background{border-radius:50%!important;border:2px solid rgba(0,0,0,.54)!important;width:20px!important;height:20px!important;background:transparent!important;box-sizing:border-box!important}.product-form-dialog-shops-panel .mdc-checkbox--selected .mdc-checkbox__background,.product-form-dialog-shops-panel .mdc-list-item--selected .mdc-checkbox__background{background:transparent!important;background-color:transparent!important;border:2px solid rgba(0,0,0,.87)!important;box-shadow:inset 0 0 0 2px #000000de!important}.product-form-dialog-shops-panel .mdc-checkbox__checkmark{display:none!important}.product-form-dialog-shops-panel .mdc-checkbox__background:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:currentColor;opacity:0;box-sizing:border-box}.product-form-dialog-shops-panel .mdc-checkbox--selected .mdc-checkbox__background:after,.product-form-dialog-shops-panel .mdc-list-item--selected .mdc-checkbox__background:after{opacity:1}.product-form-dialog-shops-panel .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.product-form-dialog-shops-panel .mdc-list-item--selected .mdc-checkbox__background{background-color:transparent!important;background:transparent!important;border:2px solid rgba(0,0,0,.87)!important}.product-form-dialog-shops-panel [class*=graphic],.product-form-dialog-shops-panel [class*=start],.product-form-dialog-shops-panel .mdc-list-item--selected [class*=graphic],.product-form-dialog-shops-panel .mdc-list-item--selected [class*=start]{background:transparent!important}.modern-datepicker-panel{border:2px solid #94a3b8!important;border-radius:16px!important;overflow:hidden;box-shadow:0 0 0 1px #94a3b833;padding:0!important;margin-bottom:0!important;min-height:0!important;height:fit-content!important}.modern-datepicker-panel .mat-datepicker-content{border-radius:14px!important;border:1px solid rgba(148,163,184,.4)!important;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000a!important;background:#fafafa!important;overflow:hidden;padding:2px!important;height:fit-content!important}.modern-datepicker-panel .mat-calendar{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;width:260px;background:#fafafa!important;height:auto!important;min-height:0!important}.modern-datepicker-panel .mat-calendar-header{padding:10px 8px 4px!important;background:#fafafa!important}.modern-datepicker-panel .mat-calendar-controls{display:flex;align-items:center;justify-content:space-between;margin:0!important}.modern-datepicker-panel .mat-calendar-period-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-size:.8125rem!important;font-weight:600!important;color:#1e293b!important;letter-spacing:.02em!important;border-radius:8px!important;padding:5px 10px!important;min-width:auto!important;min-height:30px!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease!important;box-sizing:border-box!important}.modern-datepicker-panel .mat-calendar-period-button:hover{background:#e2e8f0!important;border-color:#cbd5e1!important;color:#0d9488!important;box-shadow:0 2px 6px #0d94881a!important}.modern-datepicker-panel .mat-calendar-period-button span{line-height:1.3!important}.modern-datepicker-panel .mat-calendar-period-button .mat-calendar-arrow{border-top-color:#64748b!important;margin-left:4px!important;flex-shrink:0!important}.modern-datepicker-panel .mat-calendar-period-button svg.mat-calendar-arrow{width:14px!important;height:14px!important;margin-left:4px!important;fill:currentColor!important;border:none!important;transition:fill .2s ease!important}.modern-datepicker-panel .mat-calendar-period-button:hover svg.mat-calendar-arrow{fill:currentColor!important}.modern-datepicker-panel .mat-calendar-period-button .mat-calendar-invert{transform:rotate(180deg)!important}.modern-datepicker-panel .mat-calendar-previous-button{margin-right:8px!important}.modern-datepicker-panel .mat-calendar-previous-button,.modern-datepicker-panel .mat-calendar-next-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:10px!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease!important;color:#64748b!important;box-sizing:border-box!important}.modern-datepicker-panel .mat-calendar-previous-button svg,.modern-datepicker-panel .mat-calendar-next-button svg{width:20px!important;height:20px!important;fill:currentColor}.modern-datepicker-panel .mat-calendar-previous-button:hover:not([disabled]),.modern-datepicker-panel .mat-calendar-next-button:hover:not([disabled]){background:#e2e8f0!important;border-color:#cbd5e1!important;color:#0d9488!important;transform:scale(1.04);box-shadow:0 2px 6px #0d948826!important}.modern-datepicker-panel .mat-calendar-previous-button:active:not([disabled]),.modern-datepicker-panel .mat-calendar-next-button:active:not([disabled]){transform:scale(.98)!important}.modern-datepicker-panel .mat-calendar-previous-button[disabled],.modern-datepicker-panel .mat-calendar-next-button[disabled]{opacity:.4!important;cursor:not-allowed!important}.modern-datepicker-panel .mat-calendar-table-header th{font-size:.6rem!important;font-weight:600!important;color:#94a3b8!important;text-transform:uppercase!important;letter-spacing:.04em!important;padding-bottom:4px!important}.modern-datepicker-panel .mat-calendar-table-header-divider{height:0!important;min-height:0!important;line-height:0!important;padding:0!important;margin:0!important;border:none!important;vertical-align:top!important}.modern-datepicker-panel .mat-calendar-table-header-divider:after{display:none!important}.modern-datepicker-panel .mat-calendar-table-header-divider:after{background:#f1f5f9!important}.modern-datepicker-panel .mat-calendar-body-cell .mat-calendar-body-cell-content{font-size:.72rem!important;font-weight:500!important;color:#334155!important;width:32px!important;height:32px!important;line-height:32px!important;border-radius:8px!important;border:none!important;transition:background .12s,color .12s!important}.modern-datepicker-panel .mat-calendar-body-cell:hover .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f0fdfa!important;color:#0d9488!important}.modern-datepicker-panel .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border:none!important;background:transparent!important}.modern-datepicker-panel .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) .mat-calendar-body-cell-content{background:#f0fdfa!important;color:#0d9488!important;font-weight:600!important;box-shadow:inset 0 0 0 1.5px #5eead4!important}.modern-datepicker-panel .mat-calendar-body-selected{background:#0d9488!important;color:#fff!important;font-weight:600!important}.modern-datepicker-panel .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:#e2e8f0!important}.modern-datepicker-panel .mat-calendar-body-label{font-size:.7rem!important;font-weight:600!important;color:#94a3b8!important}.modern-datepicker-panel .mat-calendar-body tr:has(.mat-calendar-body-label){display:none!important}.modern-datepicker-panel .mat-calendar-body tr:not(:has(.mat-calendar-body-cell:not(.mat-calendar-body-disabled))){display:none!important}.modern-datepicker-panel .mat-calendar-body-cell-content.mat-calendar-body-cell-content{border-radius:8px!important}.modern-datepicker-panel .mat-calendar-body-active:focus .mat-calendar-body-cell-content{box-shadow:0 0 0 2px #0d948833!important;outline:none}.modern-datepicker-panel .mat-calendar-content{padding:2px 6px!important;background:#fafafa!important}.modern-datepicker-panel .mat-calendar-table{background:#fafafa!important;margin-bottom:0!important}.modern-datepicker-panel .mat-calendar-body{margin-bottom:0!important;padding-bottom:0!important}.modern-tooltip{background-color:#eef2ff!important;color:#3730a3!important;font-family:Poppins,sans-serif!important;font-size:.75rem!important;font-weight:500!important;border-radius:8px!important;padding:8px 12px!important;box-shadow:0 4px 12px #6366f126,0 1px 3px #0000000f!important;border:1px solid #c7d2fe!important;letter-spacing:.025em!important;overflow:visible!important;position:relative!important;margin-bottom:8px!important}.modern-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#eef2ff transparent transparent transparent}.modern-tooltip.tooltip-arrow-right:after,.cdk-overlay-pane.mat-mdc-tooltip-panel-left .modern-tooltip:after,.mat-mdc-tooltip-panel-left .modern-tooltip:after{inset:50% -6px auto auto!important;margin-bottom:0!important;transform:translateY(-50%)!important;border-width:6px!important;border-style:solid!important;border-color:transparent transparent transparent #eef2ff!important}.cdk-overlay-pane.mat-mdc-tooltip-panel-above .modern-tooltip:after,.mat-mdc-tooltip-panel-above .modern-tooltip:after{inset:100% auto auto 50%!important;transform:translate(-50%)!important;border-width:6px!important;border-style:solid!important;border-color:#eef2ff transparent transparent transparent!important}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;inset:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:#00000003}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;inset:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:#00000080;background-image:none;box-shadow:0 0 #fff0;transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em #ffffffe6}.filepond--file-action-button[disabled]{color:#ffffff80;background-color:#00000040}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translate(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translate(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translate(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translate(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translate(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translate(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translate(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translate(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;inset:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:auto}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em #00000040}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em #00000053}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.4;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
