cecomponent 1.0.81 → 1.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- .breadcrumbs{position:fixed;top:16px;left:16px;display:flex;align-items:center;font-size:14px;z-index:1000}.breadcrumbs>*:not(:last-child):after{content:"/";margin-left:8px;margin-right:8px;color:#666;text-decoration:none;display:inline-block}.breadcrumbs-item{display:inline-block;text-decoration:underline;background:none;border:none;padding:2px 0;cursor:pointer;color:#4caf50;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-item:hover{text-decoration:underline;color:var(--primary-color)}.breadcrumbs-item:focus,.breadcrumbs-menu button:focus,.breadcrumbs-dropdown li a:focus{outline:none;box-shadow:none}.breadcrumbs-item:focus-visible,.breadcrumbs-menu button:focus-visible,.breadcrumbs-dropdown li a:focus-visible{outline:none;box-shadow:none}.breadcrumbs-current{color:#666;text-decoration:none;cursor:default}.breadcrumbs-menu{position:relative;border:none}.breadcrumbs-menu button{background:none;border:none;padding:4px 8px;cursor:pointer;font-size:18px;color:#4caf50;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;padding:8px 0;margin:4px 0;list-style:none;min-width:200px;z-index:1000}.breadcrumbs-dropdown li a{display:block;padding:6px 8px;color:#4caf50;text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-dropdown li a:hover{background-color:#f5f5f5}.ce-button{font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;text-align:center;text-transform:none;padding:10px 24px;border-radius:999px;cursor:pointer;outline:none;transition:background-color .2s ease,color .2s ease,transform .1s ease;margin:0 .5rem;border:none}.ce-button:active{transform:scale(.96)}.ce-button:focus,.ce-button:focus-visible{outline:none;box-shadow:none}.ce-button--primary{background-color:var(--primary-color, #4caf50);letter-spacing:.5px;color:#fff}.ce-button--primary:hover{background-color:var(--hover-color, #689f38)}.ce-button--secondary{background-color:#f0f0f0;color:#333;font-family:Inter,Arial,sans-serif;letter-spacing:.5px;border:1px solid #ccc}.ce-button--secondary:hover{background-color:var(--hover-color, #e0e0e0);color:#fff;border:1px solid #689f38}.ce-button--outlinedGreen{background-color:transparent;color:#4caf50;font-family:Inter,Arial,sans-serif;border:1px solid #4caf50;letter-spacing:.5px}.ce-button--outlinedGreen:hover{color:var(--hover-color, #689f38);border-color:#689f38}.ce-button--neutral{background-color:#ccc;color:#fff}.ce-button--text{background:none;border:none;font-family:Inter,Arial,sans-serif;color:var(--primary-color, #4caf50);letter-spacing:.5px;padding:0}.ce-button--disabled{background-color:#0000001a;color:#0006;cursor:not-allowed;pointer-events:none}.ce-button--underline{background:none;border:none;color:var(--primary-color, #4caf50);padding:0;text-decoration:underline;line-height:normal;font-family:Inter,Arial,sans-serif;letter-spacing:.5px;font-weight:400}.ce-button--underline:hover{text-decoration:underline;color:var(--hover-color, #689f38);line-height:normal}.auto-suggest-input{width:100%;max-width:24rem;margin:1rem auto;font-family:Inter,Arial;position:relative}.floating-label-wrapper{position:relative;width:100%;--input-font-size: .5rem;--label-font-size: .4rem;--icon-size: 1.25em;--input-padding-top: .85em;--icon-top: 1em}.floating-label-wrapper input{width:100%;padding:.85em 2.5em .5em .75em;font-size:var(--input-font-size);border:1px solid #ccc;border-radius:.5rem;background:#fff;color:#000;outline:none;box-sizing:border-box;transition:border .2s,box-shadow .2s}.floating-label-wrapper input:focus{border-color:#d3d3d3;box-shadow:0 0 4px #a67fc266;background:#fff}.floating-label-wrapper input::placeholder{color:transparent}.floating-label{position:absolute;left:.75em;top:.85em;font-size:var(--label-font-size);color:#000;background:#fff;padding:0 .25em;transition:.2s ease all;pointer-events:none;line-height:1}.floating-label-wrapper input:focus+.floating-label,.floating-label-wrapper input:not(:placeholder-shown)+.floating-label{top:-.6em;left:.5em;font-size:.75em;color:#000;background:#fff}.search-icon{position:absolute;right:.75rem;top:var(--icon-top);width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center;pointer-events:none}.search-icon-img{width:100%;height:100%;object-fit:contain}@media (max-width: 600px),(max-height: 60px){.floating-label-wrapper{--input-font-size: .85rem;--label-font-size: .85rem;--icon-size: 1em;--input-padding-top: .75em;--icon-top: .75em}.auto-suggest-input{max-width:90vw}.floating-label-wrapper input{font-size:var(--input-font-size);padding:var(--input-padding-top) 2.5em .5em .75em}.floating-label{font-size:var(--label-font-size)}.search-icon{font-size:var(--icon-size);top:var(--icon-top)}}.suggestions-list{position:absolute;width:100%;top:100%;background:#fff;border:1px solid #ccc;border-top:none;border-radius:.5rem;z-index:1000;margin-top:0;padding:0;list-style:none;box-shadow:0 .25rem .5rem #0000000d;overflow:hidden}.suggestion-item{padding:.3rem;font-size:var(--suggestion-font-size);background:#fff;cursor:pointer;transition:background .2s ease}.suggestion-item:hover{background:#f0f0f0}.suggestion-item label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--suggestion-font-size)}.suggestion-item input[type=checkbox]{accent-color:#4caf50;cursor:pointer}.suggestion-item.select-all{font-weight:600;background-color:#fff;border-bottom:1px solid #b2e0b2}.suggestion-item label:hover,.suggestion-item.select-all:hover{background-color:#fff}.suggestion-item input[type=checkbox]{transform:scale(1.1)}.drawer-wrapper{position:relative;font-family:sans-serif;z-index:1}.hamburger{font-size:1.75rem;cursor:pointer;padding:.625rem;background-color:#4caf50;color:#fff;width:3.125rem;text-align:center;position:relative;left:31.25rem;top:-16.25rem}.drawer{position:fixed;top:4rem;left:-18.75rem;width:15.625rem;height:100vh;background-color:#fff;box-shadow:.125rem 0 .3125rem #0000004d;transition:left .6s ease;padding:.625rem;overflow-y:auto;z-index:1000}.drawer.open{left:0}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0003;z-index:999}.drawer-header{display:flex;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:.0625rem solid #eee}.drawer-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;margin-right:.625rem}.drawer-user-info{display:flex;flex-direction:column}.drawer-user-title{font-weight:600;font-size:1rem;color:#333}.drawer-user-subtitle{font-size:.8125rem;color:#888}.drawer-item{margin-bottom:.625rem}.drawer-item-header{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease}.drawer-item-header:hover{background-color:#f0f0f0}.drawer-icon{width:1.875rem;text-align:center;font-weight:700;color:green}.drawer-title{flex:1;font-size:1rem;font-weight:500;color:#555}.drawer-submenu{padding-left:.625rem;display:flex;flex-direction:column}.drawer-subitem{padding:.375rem 0;font-size:.875rem;color:#555;transform:translateY(-.3125rem);opacity:.1;transition:all .4s ease-in-out;margin-left:1.25rem}.drawer-subitem:hover{background-color:#f0f0f0;cursor:pointer}.drawer-overlay.closed{display:none}.ce-search-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-search-field-container.full-width{width:100%}.ce-search-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;z-index:1;transition:color .2s ease}.ce-search-field-label.error{color:#d32f2f}.ce-search-field-wrapper{position:relative;width:100%}.ce-search-field-input{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px 44px 12px 12px;font-size:14px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease;box-sizing:border-box}.ce-search-field-input:hover:not(:disabled){border-color:#bbb}.ce-search-field-input:focus{border-color:#6fb744}.ce-search-field-wrapper:focus-within .ce-search-field-label{color:#6fb744}.ce-search-field-input.error{border-color:#d32f2f}.ce-search-field-input.error:focus{border-color:#d32f2f}.ce-search-field-input::placeholder{color:#999;font-style:italic}.ce-search-field-input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.ce-search-field-button{position:absolute;right:1px;top:6%;width:36px;height:36px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;padding:0;border-radius:0 3px 3px 0}.ce-search-field-button:hover{color:#192d04}.ce-search-field-clear{position:absolute;right:40px;top:15%;width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s ease;padding:0;border-radius:50%}.ce-search-field-clear:hover{color:#666}.ce-search-field-wrapper:has(.ce-search-field-clear) .ce-search-field-input{padding-right:68px}.ce-search-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-search-field-container{min-width:100%}}.ce-search-field-input,.ce-search-field-label,.ce-search-field-error-message{font-family:Inter,sans-serif}.ce-search-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal}.ce-select-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-select-field-container.full-width{width:100%}.ce-select-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;z-index:1;transition:color .2s ease}.ce-select-field-label.error{color:#d32f2f}.ce-select-field-wrapper{position:relative;width:100%}.ce-select-field-select{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px 32px 12px 12px;font-size:14px;background-color:#fff;color:#333;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box}.ce-select-field-select:hover:not(:disabled){border-color:#bbb}.ce-select-field-select:focus{border-color:#6fb744}.ce-select-field-wrapper:focus-within .ce-select-field-label{color:#6fb744}.ce-select-field-select.error{border-color:#d32f2f}.ce-select-field-select.error:focus{border-color:#d32f2f}.ce-select-field-select option[value=""]{color:#999;font-style:italic}.ce-select-field-select option:not([value=""]){color:#333;font-style:normal}.ce-select-field-select:disabled{background-color:#fff;color:#000;cursor:not-allowed}.ce-select-field-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;transition:color .2s ease}.ce-select-field-wrapper:hover .ce-select-field-arrow{color:#6fb744}.ce-select-field-select:focus~.ce-select-field-arrow{color:#6fb744}.ce-select-field-select:disabled~.ce-select-field-arrow{color:#999}.ce-select-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-select-field-container{min-width:100%}}@-moz-document url-prefix(){.ce-select-field-select{text-indent:-2px}}.ce-select-field-select,.ce-select-field-label,.ce-select-field-error-message{font-family:Inter,sans-serif}.ce-select-field-select option{font-family:Inter,sans-serif;font-style:normal}.ce-text-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-text-field-container.full-width{width:100%}.ce-text-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;transition:color .2s ease}.ce-text-field-label.error{color:#d32f2f}.ce-text-field-input{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px;font-size:14px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease;box-sizing:border-box}.ce-text-field-input:hover:not(:disabled){border-color:#bbb}.ce-text-field-input:focus{border-color:#6fb744}.ce-text-field-input:focus+.ce-text-field-label{color:#6fb744}.ce-text-field-input.error{border-color:#d32f2f}.ce-text-field-input.error:focus{border-color:#d32f2f}.ce-text-field-input::placeholder{color:#999;font-style:italic}.ce-text-field-input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.ce-text-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-text-field-container{min-width:100%}}.ce-text-field-input,.ce-text-field-label,.ce-text-field-error-message{font-family:Inter,sans-serif}.ce-text-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal}._uploadWrapper_179oq_1{border:1px dashed #90ee90;padding:20px;background-color:#f9fdf9;font-family:Inter,sans-serif}._dropZone_179oq_15{padding:40px;text-align:center;border:2px dashed #90ee90;background:#f2f9f2;margin-bottom:20px;font-family:Inter,sans-serif}._dropZoneActive_179oq_33{border:2px dashed #1976d2;background:#e3f2fd;transition:background .2s,border .2s}._uploadButton_179oq_45{border:1px solid #90ee90;background-color:#fff;padding:8px 16px;cursor:pointer;border-radius:4px;font-family:Inter,sans-serif}._fileTable_179oq_63{width:100%;border-collapse:collapse;border:1px solid #90ee90;font-family:Inter,sans-serif;font-size:.82em}._fileTable_179oq_63 th{background-color:#f2f9f2;font-family:Inter,sans-serif}._note_179oq_91{font-size:12px;color:green;margin-top:8px;font-family:Inter,sans-serif}._errorText_179oq_105{color:red;font-size:14px;margin-top:-10px;margin-bottom:10px;font-family:Inter,sans-serif}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{background:#fff;width:auto;max-width:1000px;border-radius:8px;height:auto;max-height:100vh;overflow:hidden;display:inline-flex;flex-direction:column}.modal-header{background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:300;font-family:Inter,Arial}.modal-close{background:none;border:none;font-size:1.25rem;color:#fff;cursor:pointer;line-height:1;padding:0;height:100%;display:flex;align-items:center;outline:none;box-shadow:none}.modal-close:focus{outline:none;box-shadow:none}.modal-content{padding:1rem;flex:1 1 auto;min-height:0;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;padding:1rem;gap:.75rem}.modal-button{border:none;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;min-width:100px;transition:background .2s}.modal-button.primary{background-color:var(--primary-color);color:#fff}.modal-button.secondary{background-color:#e0e0e0;color:#333}.snackbar-container{position:fixed;bottom:20px;left:20px;z-index:9999;pointer-events:none;display:flex;flex-direction:column-reverse;gap:10px}.snackbar-exit{animation:snackbarExit .3s ease-out forwards}.snackbar{position:relative;min-width:280px;max-width:90%;padding:0;border-radius:4px;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translate(-100%);transition:all .3s ease-in-out;box-shadow:0 2px 6px #0003;color:#fff;height:48px;pointer-events:auto;transform:translateY(10px);animation:snackbarContentAppear .3s ease-out forwards;will-change:transform,opacity}.snackbar.show{opacity:1;transform:translate(0)}.snackbar__content{display:flex;align-items:center;justify-content:center;margin-bottom:0;padding:12px 24px;width:100%;height:87%;box-sizing:border-box}.snackbar__message{flex:1;font-size:16px;font-weight:500;text-align:center;margin:0;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.snackbar__close{background:none;border:none;font-size:20px;color:#000;cursor:pointer;padding:0 8px;position:relative}.snackbar.success{background-color:#c8e6c8}.snackbar.error{background-color:#c62828}.snackbar.info{background-color:#ff0}.snackbar__progress{width:100%;position:absolute;bottom:0;left:0;right:0;margin:0}.snackbar__progress-container{width:100%;overflow:hidden;background-color:#fff;border-radius:0 0 4px 4px;height:8px}.snackbar__progress-bar{height:100%;width:0%;transition-property:width;transition-timing-function:linear;will-change:width}.snackbar.success .snackbar__progress-bar{background-color:var(--primary-color)}.snackbar.error .snackbar__progress-bar{background-color:#b80000}.snackbar.info .snackbar__progress-bar{background-color:#ccdb00}@media (max-width: 480px){.snackbar{padding:12px 16px;font-size:14px;left:10px;right:10px;bottom:10px;min-width:unset}.snackbar__icon{font-size:18px}}@keyframes snackbarContentAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes snackbarExit{0%{opacity:1;transform:translate(0) translateY(0)}to{opacity:0;transform:translate(-100%) translateY(0)}}.ce-stepper-container{display:flex;flex-direction:column;width:100%;margin:20px 0}.ce-stepper{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.ce-stepper-small .ce-stepper-icon{width:24px;height:24px;font-size:12px}.ce-stepper-medium .ce-stepper-icon{width:32px;height:32px;font-size:14px}.ce-stepper-large .ce-stepper-icon{width:40px;height:40px;font-size:16px}.ce-step[style*="cursor: pointer"]:hover .ce-stepper-icon{transform:scale(1.05);box-shadow:0 2px 8px #0003}.ce-step-label[style*="cursor: pointer"]:hover{opacity:.8}.ce-step{display:flex;align-items:center;flex:1}.ce-step:last-child{flex:0}.ce-stepper-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:14px;font-weight:700;z-index:1;flex-shrink:0}.ce-stepper-icon.completed{background-color:var(--primary-color, #6FB744);color:#fff}.ce-stepper-icon.current{background-color:var(--secondary-color, #0092bc);color:#fff}.ce-stepper-icon.error{background-color:var(--warning-color, #be2020);color:#fff}.ce-stepper-icon.future{background-color:#9e9e9e;color:#fff;opacity:.7}.ce-stepper-icon svg{width:18px;height:18px}.ce-stepper-connector{flex:1;height:2px;background-color:#e0e0e0;margin:0 4px}.ce-stepper-connector.completed{background-color:var(--primary-color, #6FB744)}.ce-stepper-connector.error{background-color:var(--warning-color, #be2020)}.ce-stepper-labels{display:flex;justify-content:space-between;width:100%;margin-top:8px}.ce-step-label{display:flex;flex-direction:column;align-items:center;text-align:center;width:100px;font-size:14px}.ce-step-label.completed{color:var(--primary-color, #6FB744)}.ce-step-label.current{color:var(--secondary-color, #0092bc);font-weight:700}.ce-step-label.error{color:var(--warning-color, #be2020)}.ce-step-label.future{color:#9e9e9e}.ce-step-error-message{font-size:12px;color:var(--warning-color, #be2020);margin-top:4px}.ce-stepper-example-container{padding:20px}.ce-stepper-controls{margin-top:30px;display:flex;gap:10px}@media (max-width: 600px){.ce-step-label{width:auto;max-width:80px;font-size:12px}.ce-stepper-icon{width:28px;height:28px;font-size:12px}}.checkbox-container{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#333}.checkbox-label.checkbox-disabled{cursor:not-allowed;color:#aaa}.checkbox-input{display:none}.checkbox-custom{width:12px;height:12px;border:2px solid var(--primary-color);border-radius:3px;margin-right:6px;display:inline-block;position:relative}.checkbox-input:checked+.checkbox-custom{background-color:var(--primary-color);border-color:var(--primary-color)}.checkbox-custom:after{content:"";position:absolute;top:40%;left:50%;width:4px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg);display:none}.checkbox-input:checked+.checkbox-custom:after{display:block}.chip-input-container{display:flex;flex-wrap:wrap;align-items:center;border:.0625rem solid #ccc;border-radius:.25rem;padding:.3125rem;gap:.3125rem}.chip-list{display:flex;flex-wrap:wrap;gap:.3125rem}.chip{display:flex;align-items:center;background-color:var(--primary-color);justify-content:center;color:#fff;border:.0625rem;border-radius:.875rem;font-size:.75rem;padding:.0625rem .5rem}.chip-remove-button{background:#fff;border:none;color:#000;font-size:.5rem;width:.8rem;height:.8rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;outline:none!important;padding:0;margin-left:1rem}.chip-input{flex:1;border:none;outline:none;font-size:.875rem;padding:.3125rem}.chip-input::placeholder{color:#aaa}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background:#fff;border-radius:16px;width:90%;max-width:300px;padding:60px 30px 30px;position:relative;text-align:center;box-shadow:0 4px 6px #0000001a}.close-button{position:absolute;top:10px;right:5px;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#333;opacity:1}.close-button:hover{background:none;color:#333;box-shadow:none}.confirm-button,.cancel-button{font-weight:400!important}.modal-header.icon{margin:0 auto 10px;display:flex;justify-content:center;align-items:center}.success-icon,.error-icon,.info-icon{border-radius:50%;height:80px;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%);z-index:10}.modal-actions{display:flex;justify-content:center;gap:15px}.cancel-button{background:transparent;border:1px solid var(--primary-color);color:inherit;cursor:pointer}.cancel-button:hover{background:transparent;color:inherit;box-shadow:none;border-color:var(--primary-color)}@keyframes dialogFadeIn{0%{opacity:0;transform:scale(.95) translateY(-1.25rem)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn .3s ease forwards}.dialog-box{background:#fff;border-radius:.5rem;box-shadow:0 .25rem 1.25rem #0003;display:flex;flex-direction:column;overflow:hidden;animation:dialogFadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-title{padding:1rem;font-size:1.25rem;font-weight:700}.dialog-content{padding:1rem;overflow-y:auto;flex:1}.dialog-actions{display:flex;padding:1rem}.dialog-actions button{background-color:#fff;color:var(--primary-color);border:none;padding:.625rem 1.25rem;font-size:.875rem;cursor:pointer;border-radius:.25rem}.dialog-actions button:hover{background-color:#fcfcfc}.dialog-agreement{position:relative;margin:0;padding:0 1.5rem;min-height:1.625rem}.error-message{position:absolute;left:1.1875rem;bottom:-.8125rem;color:#f44;font-size:.875rem;margin-top:.5rem;margin-left:1.625rem}.dialog-content h3{margin-top:1.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.dialog-content p{margin-bottom:1rem;line-height:1.6}.dialog-content p:last-child{margin-bottom:0}.dialog-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;font-size:1.5rem;color:#888;cursor:pointer;z-index:1;transition:color .2s}.dialog-close:hover{color:#333}.esign-table-container{width:100%;display:initial;flex-direction:column;flex:initial;overflow-x:auto;position:relative;background:#fff;height:38%}.table-container{width:100%;display:initial;flex-direction:column;flex:initial;min-height:0;overflow-x:auto;position:relative;background:#fff}.table-scroll-container{min-height:0;overflow:auto;width:100%}.custom-table thead{position:sticky;top:0;background:#333;z-index:4}.table-header-cell{position:relative;top:-1px;background-color:#333;color:#fff;z-index:4;padding:.35rem .5rem;text-align:left;border:1px solid #ddd;min-width:100px}.table-row-even{background-color:#f9f9f9}.table-row-odd{background-color:#fff}.table-cell{border:.0625rem solid #ddd;padding:.28rem;text-align:left;min-width:120px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper{display:flex;flex-direction:column;height:auto}.header-actions{display:flex;align-items:center;gap:5px}.ce-grid-modal-overlay{position:fixed;z-index:99999;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:center;justify-content:center}.ce-grid-modal-content{background:#fff;border-radius:8px;padding:24px 16px 16px;box-shadow:0 8px 32px #00000040;position:relative;width:90vw;max-width:1400px;max-height:90vh;overflow:auto}.ce-grid-modal-close{position:absolute;top:8px;right:16px;font-size:2rem;background:none;border:none;cursor:pointer;color:#333}.fullscreen-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:0;margin-left:5px;color:#333}.fullscreen-button:hover{color:#000}.header-title{font-size:1.25rem;font-weight:700;color:#333}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:0}.pagination-controls{margin-left:auto;display:flex;align-items:center;gap:8px}.entries-info{font-size:1rem;color:#444;font-weight:500}.rows-per-page-container{display:flex;align-items:center;gap:8px}.rows-per-page-container span,.rows-per-page-container select{font-size:1rem;color:#222;font-weight:400}.rows-per-page-container select{height:32px;min-width:60px;padding:0 8px;border:1px solid #888;border-radius:4px;background:#fff;font-family:inherit}.pagination-button{margin:0 .3125rem;padding:.3125rem .625rem;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer}.pagination-button,.pagination-page{background:#fff;border:1px solid #ccc;color:#222;font-size:.85rem;padding:2px 8px;min-width:28px;height:28px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s;box-sizing:border-box}.pagination-page.active{background-color:var(--primary-color);color:#fff;font-weight:700;border:1px solid var(--primary-color)}.pagination-button[disabled]{color:#bbb;cursor:default;background:none}.pagination-page:not(.active):hover,.pagination-button:not([disabled]):hover{background:none!important;color:var(--primary-color)}.rows-per-page-container label{font-size:1rem}.rows-per-page-container select{padding:.25rem .5rem;font-size:1rem}.table-header-cell{border:.0625rem solid #ddd;padding:.5rem;background-color:#333;color:#fff;text-align:left;position:relative}.column-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:8px;white-space:nowrap;gap:.5rem}.column-actions{display:flex;align-items:center;gap:.5rem;margin-right:.5rem}.column-options{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:.0625rem solid #ddd;box-shadow:0 .125rem .3125rem #0003;z-index:10}.table-header-cell:hover .column-options{display:block}.options-button{display:block;padding:.3125rem .625rem;text-align:left;background:none;outline:none;border:none;width:100%;cursor:pointer}.options-button:hover{background-color:#f0f0f0}.dropdown-container{position:relative;display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem;z-index:999}.dropdown-trigger{cursor:pointer;font-size:1.125rem;padding:0 .25rem;color:#000;display:inline-block;visibility:visible;opacity:1}.dropdown-trigger.filter-active{color:#1976d2;font-weight:700}.column-header:hover .dropdown-trigger{opacity:1;visibility:visible}.dropdown-menu{position:fixed;top:100%;left:-11.75rem;background-color:#fff;box-shadow:0 .25rem .625rem #0000004d;z-index:1000;display:flex;flex-direction:column;width:12.5rem;border-radius:.25rem;border:.0625rem solid #ddd;overflow:hidden}.dropdown-menu.adjust-top{top:auto;bottom:100%}.dropdown-item{padding:.625rem .9375rem;text-align:left;background:none;border:none!important;outline:none!important;cursor:pointer;width:100%;font-size:.875rem;position:relative;color:#333;transition:background-color .2s ease}.dropdown-item:hover{background-color:#f0f0f0;color:var(--primary-color)}.dropdown-item+.dropdown-item{border-top:1px solid #eee!important}.close-button-close{position:absolute;top:.125rem;right:.3125rem;background:none!important;border:none!important;color:#333!important;font-size:1.625rem;cursor:pointer}.close-button:hover{background:none!important;box-shadow:none!important;outline:none!important}.filter-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.filter-modal-content{position:relative;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;width:400px;max-width:90%;border-radius:.5rem;width:25rem;box-shadow:0 .125rem .625rem #0003;overflow:visible}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.filter-modal-header h3{margin:0;font-size:1.2rem;color:#333}.filter-modal-body{margin-bottom:1.5rem}.filter-form-group{margin-bottom:1rem;width:100%}.filter-modal-content label{display:block;margin-bottom:.3125rem;font-weight:700;color:#555}.filter-select,.filter-input{width:100%;padding:.625rem;border:.0625rem solid #ccc;border-radius:.25rem;font-size:.9rem;box-sizing:border-box;min-height:42px}.filter-select:focus,.filter-input:focus{outline:none;border-color:#65b230;box-shadow:0 0 0 2px #1976d233}.active-filters-summary{margin-top:1.5rem;padding:.5rem;background-color:#f5f5f5;border-radius:4px}.active-filters-header{font-weight:700;margin-bottom:.5rem;color:#555}.active-filter-item{font-size:.9rem;padding:.25rem 0}.filter-operator{font-style:italic;margin:0 .25rem}.filter-value{font-weight:700}.filter-modal-footer{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}.clear-filters-button{background-color:transparent!important;color:#333!important;border:1px solid #ccc!important}.apply-filter-button{background-color:#65b230!important;color:#fff!important;border:1px solid #65B230!important}.filter-modal-content button{padding:.625rem .9375rem;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.rows-per-page-container{display:flex;align-items:center;gap:.5rem}.table-row{transition:all .3s ease}.level-1{padding-left:1.25rem}.level-2{padding-left:2.5rem}.nested-object{margin-left:1.25rem}.expand-button{background:none;border:none;cursor:pointer;font-size:1rem;margin-right:.3125rem}.table-cell{padding:.5rem;text-align:center}.table-header-cell{text-align:center;font-weight:700}.expand-button{background:none;border:none;cursor:pointer;font-size:16px;margin-right:1px;border-radius:0;padding:.6em .2em}.expanded-cell{padding:10px;border-top:1px solid #ddd;text-align:center;vertical-align:middle}.expand-button:focus{outline:none}.nested-section{margin-top:1rem;border:1px solid #ddd;border-radius:4px;overflow:hidden}.nested-section-heading{font-size:.875rem;color:#333}.nested-table{width:100%;border-collapse:collapse;margin:0;background-color:#fff;position:relative}.nested-table table{width:100%;border-collapse:collapse;border:1px solid #ddd}.nested-table thead{position:sticky;top:0;background-color:#f4f4f4;z-index:2}.nested-table th{background-color:#f4f4f4;color:#333;font-weight:700;padding:.75rem .5rem;text-align:left;border:1px solid #ddd;position:sticky;top:0}.nested-table td{padding:.5rem;border:1px solid #ddd;background-color:#fff}.expanded-section{padding:1rem;margin:.5rem 0;background-color:#fff;border:1px solid #ddd;border-radius:4px;max-height:calc(100vh - 12rem);overflow:auto;position:relative}.toggle-button{background:none;border:none;cursor:pointer;padding:.25rem;margin-right:.5rem;font-size:.875rem}.nested-object{margin:.5rem 0;padding:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:4px}.table-cell{min-width:120px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 1024px){.custom-table{min-width:600px}.table-cell{min-width:100px}}@media screen and (max-width: 768px){.table-container,.table-scroll-container{margin:0 -1rem;padding:0 1rem}}.checkbox-custom{margin:0 auto;display:block;width:1.25rem;height:1.25rem}.checkbox-container{display:flex;justify-content:center;align-items:center;height:100%}.datatable-wrapper{width:100%;height:auto;display:flex;flex-direction:column;min-height:0}.grid-header{padding:0;background-color:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.search-container{display:flex;align-items:center;padding:16px;background-color:#fff;border-bottom:1px solid #eee;max-width:100%;gap:5px;flex-wrap:wrap;justify-content:flex-end}.search-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;min-width:200px}.column-visibility-button{white-space:nowrap}.column-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.column-modal-content{position:relative;padding:2rem;background:#fff;border-radius:8px;min-width:300px;max-width:90%;max-height:90vh;overflow-y:auto}.column-modal-header{display:flex;justify-content:flex-end;align-items:center;padding:0;font-size:1.2em;color:#333}.column-modal-header h3{margin:0;font-size:1.1em}.custom-table th{background-color:#e0e0e0;color:#000;border:1px solid #e0e0e0}.column-modal-actions{display:flex;align-items:center;gap:15px;padding:0 15px 15px}.select-all-action{display:flex;align-items:center;gap:5px}.modal-close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:5px 10px}.modal-close-button:hover{background-color:#fff;color:#333}.column-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;padding:0 15px}.column-list{max-height:400px;overflow-y:auto;margin-top:10px}.column-item{display:flex;align-items:center;gap:.5rem;padding:8px;border-radius:4px;margin-bottom:4px;cursor:grab;background-color:#f8f9fa;border:1px solid #eaeaea;transition:background-color .2s,box-shadow .2s}.column-item:hover{background-color:#f1f3f5}.column-item.dragging{opacity:.6;box-shadow:0 2px 10px #0000001a}.column-drag-handle{cursor:grab;color:#999;margin-right:5px;font-size:16px}.search-wrapper{position:relative;display:flex;align-items:center;width:250px;min-width:auto;max-width:none;gap:5px;flex-direction:row-reverse}.search-cancel-button{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.search-cancel-button:hover{background-color:#f0f0f0;color:#333}.grid-search-input{padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;width:100%;font-size:14px;outline:none;transition:border-color .2s}.grid-search-input:focus{border-color:#2196f3}.search-container{display:flex;gap:16px;align-items:center;padding:16px;background-color:#fff;border-bottom:1px solid #eee}.table-header-cell.resizing{-webkit-user-select:none;user-select:none}.column-resizer{position:absolute;right:0;top:0;width:10px;height:100%;cursor:col-resize;z-index:2;-webkit-user-select:none;user-select:none;background:#bdbdbd33}.checkbox-column{width:40px;min-width:40px;max-width:40px;padding:0 4px;text-align:center;border:1px solid #ddd;border-collapse:collapse}.expand-column{width:30px;min-width:30px;max-width:30px;padding:0 4px;text-align:center;border:1px solid #ddd;border-collapse:collapse}.custom-table{width:100%;table-layout:fixed}.custom-table th,.custom-table td{border:1px solid #ddd}.expand-button{background:none;border:none;padding:2px 6px;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.checkbox-column .ce-checkbox{display:flex;justify-content:center;align-items:center;height:100%}.column-modal-title{text-align:center;margin:0 0 5px;padding:10px 0 5px;font-size:1.2em}.column-modal-subtitle{text-align:center;margin:0 0 15px;padding:0 0 10px;border-bottom:1px solid #ddd;font-size:.9em;color:#666;font-style:italic;color:#333}button:focus,button:focus-visible,button:hover{outline:none}.ce-clickable-cell{cursor:pointer;color:#1976d2;text-decoration:underline}.ce-clickable-cell:hover{color:#0d47a1}.column-label-with-info{display:flex;align-items:center;gap:4px;font-weight:700;color:#000;white-space:nowrap}.info-icon{cursor:help;opacity:.75;transition:opacity .2s ease}.info-icon:hover{opacity:1}.grid-header .search-container{padding:0!important;border-bottom:none!important;margin:0}.grid-header{display:flex;justify-content:space-between;align-items:center;padding:0 8px;margin:0;border-bottom:1px solid #ddd;background:#fff}.search-container{display:flex;align-items:center;gap:5px}.search-wrapper{padding:0;margin:0}.ce-grid-fullscreen{position:fixed!important;z-index:9999!important;top:0;left:0;right:0;bottom:0;background:#fff;width:100vw;height:100vh;margin:0!important;padding:0!important;display:flex;flex-direction:column;overflow:auto}.ce-grid-fullscreen .grid-header{z-index:10000;background:#fff;position:sticky;top:0}.ce-grid-fullscreen .table-container{flex:1 1 auto;height:100%;max-height:100%;overflow:auto}.filter-row td{background:#f2f9e9!important}.filter-input-with-clear{width:100%;box-sizing:border-box;padding-right:28px}.filter-clear-icon-inside{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.1em;color:#888;z-index:2;-webkit-user-select:none;user-select:none;background:transparent;padding:0 2px;line-height:1}.table-container,.table-scroll-container,.custom-table,.custom-table th,.custom-table td,.table-header-cell,.table-cell,.pagination-container,.rows-per-page-container,.dropdown-menu,.dropdown-item,.filter-modal-content,.nested-table,.nested-table th,.nested-table td,.expanded-section,.column-modal-content,.column-list,.column-item,.search-input,.grid-search-input{font-size:.82rem}.table-header-cell,.custom-table th{font-size:.95rem;padding-top:.22rem;padding-bottom:.22rem}.table-cell,.custom-table td{padding-top:.16rem;padding-bottom:.16rem}.pagination-ellipsis{background:none;border:none;color:#888;font-size:1.15rem;padding:0 8px;cursor:pointer;min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center}.no-records-row{width:100%}.no-records-cell{text-align:center;padding:2rem!important;font-size:1rem;color:#666;background-color:#f9f9f9;border:1px solid #ddd}.dropdown-fixed-position{position:fixed!important;z-index:1000!important}.dropdown-container{position:relative;z-index:100;margin-left:4px}.dropdown-trigger{cursor:pointer;padding:2px 4px;border-radius:2px;font-weight:700;display:inline-block}.dropdown-trigger.filter-active{color:#0092bc}.dropdown-trigger:hover{background-color:#0000000d}.dropdown-menu{position:fixed;background-color:#fff;box-shadow:0 .25rem .625rem #0000004d;z-index:1500;display:flex;flex-direction:column;width:12.5rem;border-radius:.25rem;border:.0625rem solid #ddd;overflow:hidden}.dropdown-item{padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-menu.adjust-left{left:auto;right:0}.dropdown-menu.adjust-right{right:auto;left:0}.dropdown-menu.adjust-top{top:auto}.column-list-container{max-height:400px;overflow-y:auto;margin:10px 0}.column-item{display:flex;align-items:center;padding:8px;border:1px solid transparent;margin:4px 0;border-radius:4px;background-color:#f8f8f8;cursor:grab;transition:background-color .2s,transform .2s}.column-item:hover{background-color:#f0f0f0}.column-item.dragging{opacity:.5;background-color:#e0e0e0;transform:scale(1.02);box-shadow:0 2px 5px #0000001a}.column-item.drag-over{border:1px dashed #666}.column-drag-handle{display:flex;align-items:center;margin-right:10px;cursor:grab;color:#666}.column-drag-handle:hover{color:#333}.column-modal-description{margin-top:5px;margin-bottom:15px;font-size:14px;color:#666;padding:0 10px}.truncated-text-with-tooltip{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer}.truncated-text-ellipsis{margin-left:4px;color:#007bff;cursor:pointer;-webkit-user-select:none;user-select:none}.truncated-text-tooltip{z-index:10000;background:#f8f8f8;color:#222;border:1px solid #ddd;padding:10px 14px;border-radius:4px;box-shadow:0 2px 10px #0003;white-space:pre-wrap;font-size:.9em;max-width:300px;max-height:300px;overflow-y:auto;word-break:break-word;line-height:1.4;position:absolute;top:var(--tooltip-top, 0);left:var(--tooltip-left, 0)}.global-tooltip{z-index:99999!important}.truncated-text-tooltip{animation:tooltip-fade-in .2s ease-out}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.skeleton-table table{width:100%;border-collapse:collapse}.skeleton-table th,.skeleton-table td{padding:8px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);border-radius:4px;height:20px;animation:skeleton-loading 1.2s infinite linear}.skeleton-header{height:24px;width:80px}.skeleton-cell{height:20px;width:100%}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.radio-button-group.horizontal{display:flex;flex-direction:row;gap:1rem}.radio-center-wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.radio-button{display:flex;align-items:center;cursor:pointer;justify-content:center}.radio-button input[type=radio]{margin-right:.5rem;cursor:pointer;accent-color:var(--primary-color)}.radio-button label{font-size:1rem;color:#333}.radio-button input[type=radio]:checked{accent-color:#28a745}.radio-button-group.vertical{display:flex;flex-direction:column;gap:.5rem}.dp-wrapper{font-family:sans-serif;position:relative;display:inline-block}.dp-input{width:15.625rem;padding:.5rem .75rem;border:.125rem solid #1976d2;border-radius:.5rem;font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dp-calendar{position:absolute;top:110%;width:17.5rem;background:#fff;border-radius:.5rem;box-shadow:0 .25rem .75rem #00000026;padding:1rem;z-index:100;height:18.125rem}.dp-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:.75rem;font-size:1rem}.dp-title{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#0f172a}.dp-toggle-icon{background:#fff;border:none;padding:0;font-size:2.125rem;border-radius:.5rem;cursor:pointer;color:#0f172a;text-align:center;height:1.5625rem;display:flex;place-items:center}.dp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-weight:500;font-size:.875rem;color:#444;margin-bottom:.375rem;text-align:center}.dp-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.0625rem;text-align:center}.dp-day{width:2.25rem;height:2.25rem;line-height:2.25rem;border-radius:50%;cursor:pointer;color:#333;font-size:.875rem;display:flex;justify-content:center;align-items:center;transition:background .2s ease}.dp-day:hover{background:#e3f2fd}.dp-day.selected{background-color:var(--primary-color);color:#fff}.dp-day.empty{visibility:hidden}.dp-years-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;text-align:center}.dp-year-item{padding:.5rem;border-radius:.375rem;cursor:pointer;transition:background .2s ease}.dp-year-item:hover{background-color:#e3f2fd}.dp-slide-left{animation:slideLeft .3s ease}.dp-slide-right{animation:slideRight .3s ease}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.dp-controls{display:flex;gap:.5rem}.dp-controls button{background:#f1f5f9;border:none;padding:.375rem .75rem;font-size:1.125rem;border-radius:.5rem;cursor:pointer}button{background:#959596;border:.0625rem solid #1976d2;border-radius:.25rem;padding:.375rem .75rem;cursor:pointer;color:#0f172a;transition:all .2s ease}button:active{background:#fff;transform:translateY(2px)}button:focus{outline:none}.dp-input-container{position:relative;margin-top:1rem;border:.09375rem solid #ccc;border-radius:.25rem;padding:.3125rem;min-height:1.625rem;cursor:text;width:13.125rem}.dp-input-container.focused{border-color:var(--primary-color)}.dp-label{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);background-color:#fff;padding:0 .25rem;color:#666;transition:all .2s ease;pointer-events:none}.dp-label.floating{top:0;transform:translateY(-50%) scale(.8);color:var(--primary-color);left:1px}.dp-input-wrapper{display:flex;align-items:center;gap:0px;opacity:0;transition:opacity .2s ease}.dp-input-container.focused .dp-input-wrapper{opacity:1}.date-input-part{width:1.4rem;border:none;outline:none;text-align:center;background:transparent;padding:0 .125rem}.date-input-part:focus{background-color:transparent}input[type=text].date-input-part:last-of-type{width:36px;margin-left:0}.dp-icon{cursor:pointer;margin-left:5.313rem}.dp-input-container.invalid{border-color:red}.dp-label.invalid{color:red}.dp-day.today{background-color:var(--primary-color);color:#fff}.dp-input-wrapper span{padding:0}img{overflow-clip-margin:content-box;overflow:clip}.date-range-picker{position:relative;max-width:100%;max-width:420px;font-family:Inter;margin:20px 0}.floating-label{position:absolute;top:18px;left:14px;color:#aaa;font-size:14px;pointer-events:none;background-color:#fff;padding:0 4px;transition:.2s ease all}.floating-label.float{top:-10px;left:10px;font-size:12px;color:#666}.input-group{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:12px;gap:8px;transition:border-color .2s ease}.input-group.input-error{border-color:#e74c3c}.input-group input{flex:1;width:100%;border:none;outline:none;font-size:14px;background:transparent}.separator{color:#999}.error-text{color:#e74c3c;font-size:12px;margin-top:4px}@media (max-width: 600px){.input-group{flex-direction:column;align-items:stretch;gap:12px}.separator{display:none}.floating-label.float{top:-10px;font-size:12px}}.floating-input-wrapper{position:relative;margin:20px 0;width:100%;font-family:sans-serif}.floating-input{width:100%;padding:14px 12px 12px;font-size:16px;border:1px solid #161616;border-radius:6px;outline:none;transition:border-color .6s ease}.floating-input:focus{border-color:#999}.floating-label{position:absolute;left:12px;top:16px;color:#999;font-size:14px;background-color:#fff;padding:0 4px;pointer-events:none;transition:all .2s ease}.floating-input-wrapper.focused .floating-label{top:-8px;left:12px;font-size:12px;color:#333}.grid-container{background-color:transparent}:root{--primary-color: #6FB744;--secondary-color: #0092bc;--primary-text-button-color: #1976d2;--text-color: #444545;--content-text-bg-color: #eeeeee;--content-higilight-bg-color: #a1e4e9;--content-highlight-text-color: #c8d9e8;--border-color1: #e4e4e4;--border-color2: #79747e;--grey-color: #79747e;--warning-color: #be2020;--success-color: #eafffb;--error-color: #fcbbbb;--info-color: #fff8ea;--white-color: #ffffff;--black-color: #000000;--light-grey-color: #f5f5f5;--dark-grey-color: #333333;--light-blue-color: #2196f3;--dark-blue-color: #1976d2;--light-green-color: #4caf50;--font-primary: "Inter", sans-serif;--font-secondary: "Inter", sans-serif;--line-height-base: 1.5;--form-borders-normal-1: #dcdcdc;--hover-color: #689f38}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:700;color:var(--text-color);margin:10px 0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}.subtitle1{font-size:1rem;font-weight:700}.subtitle2{font-size:.9rem;font-weight:700}.body1,p{font-size:1rem;font-weight:regular}.body2{font-size:.9rem;font-weight:regular}ul,li{font-size:12px}.ceui-header{display:flex;justify-content:space-between;align-items:center;min-height:4rem;background-color:var(--white-color);border-bottom:.0625rem solid var(--form-borders-normal-1);padding:0 1.25rem;position:fixed;overflow:visible;top:0;left:0;right:0;z-index:1100;box-shadow:0 .125rem .25rem #0000001a}.ceui-header-center{flex:1;display:flex;justify-content:center;align-items:center}.ceui-header-right{display:flex;align-items:center;gap:1rem}html,body{height:100%;width:100%;margin:0;overflow:hidden;min-height:100vh}.app-root{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.ceui-main-layout{display:flex;flex:1;overflow:hidden;flex-grow:1;background-color:"transparent";overflow-y:auto;width:100%}.ceui-sub-content{flex:1;min-height:0;padding:1rem;overflow-y:auto;background-color:var(--light-grey-color);width:100%}.ceui-main-layout>.CEMenuBar{flex-shrink:0;width:250px;overflow-y:auto;margin:0;padding:0}@media (min-width: 1024px){.ceui-main-layout{margin-top:100px}}@media (max-width: 768px){.ceui-user-info{max-width:80%;font-size:.9rem}}.ceui-user-info{display:flex;align-items:flex-start;flex-direction:column;white-space:normal;color:#333}.ceui-user-name{font-size:1rem;font-weight:700;color:#333;margin-right:1.5rem}.ceui-user-role{font-size:.875rem;color:#666;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ceui-search-container{position:absolute;top:50%;transform:translateY(-50%);transition:left .4s ease,transform .4s ease,opacity .3s ease;background:#fff;border:.0625rem solid #ccc;border-radius:.5rem;padding:.5rempx;box-shadow:0 2px 4px #0003;width:18.75rem;z-index:1000;pointer-events:none;opacity:0}.ceui-search-container.animate{left:50%!important;transform:translate(-50%,-50%);opacity:1;pointer-events:auto}.ceui-search-bar{position:relative;width:100%}.ceui-search-wrapper{position:absolute;top:50%;transform:translateY(-50%);transition:left .4s ease,transform .4s ease;z-index:1000}.ceui-search-wrapper.from-right{left:calc(100% - 3rem);transform:translateY(-50%);opacity:0}.ceui-search-wrapper.centered{left:50%;transform:translate(-50%,-50%);opacity:1}.ceui-animated-search-wrapper{position:relative;display:flex;align-items:center;transition:width .4s ease,transform .4s ease;overflow:visible;height:2.8rem;border-radius:2rem;background-color:#c8e6c8;box-shadow:0 2px 4px #0000001a;padding:0;margin:0 auto;box-shadow:none}.ceui-animated-search-wrapper.collapsed{width:2.8rem;height:2.8rem;justify-content:center;align-items:center;border-radius:50%;background-color:transparent;padding:0;box-shadow:none;overflow:hidden}.ceui-animated-search-wrapper.expanded{position:fixed;left:50%;transform:translate(-50%);width:30rem;height:2.8rem;justify-content:space-between;border-radius:2rem;background-color:#dbefdb;padding:0 1rem}.ceui-search-input{flex:1;padding:8px 12px;border:none;border-radius:2rem;font-size:1rem;outline:none;background-color:transparent;color:var(--text-color);display:block}.ceui-search-icon-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.ceui-search-input{flex:1;padding:8px 12px;border:none;border-radius:0;font-size:1rem;outline:none;width:100%;background-color:transparent;color:var(--text-color)}.ceui-search-suggestions{position:absolute;top:110%;background-color:var(--white-color);border:1px solid var(--form-borders-normal-1);border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;width:100%;z-index:1100;box-sizing:border-box}.suggestion-category{font-weight:700;margin-bottom:4px;font-size:.7rem;color:var(--text-color)}.suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.suggestion-item{background-color:#dbefdb;border-radius:4px;cursor:pointer;border:1px solid var(--form-borders-normal-1);font-size:.8rem;color:var(--text-color);justify-content:space-between;display:flex;gap:1rem;padding:.2rem}.suggestion-item:hover{background-color:#dbefdb}.ceui-search-button{background:none;border:none;cursor:pointer;padding:0;margin:0;outline:none;position:relative;z-index:1100}.close-icon{background:none;border:none;color:rgba(var(--black-color),.6);cursor:pointer;padding:0;transition:color .2s ease-in-out}.suggestion-item:hover .close-icon{opacity:1}.ceui-search-button:focus{outline:none;box-shadow:none}.notification .badge{position:absolute;top:-10px;right:-10px;padding:5px 10px;border-radius:50%;background:red;color:#fff}.grid-container{width:100%}.section-title{font-size:20px}#root{min-height:100vh;width:100%}.validated-input-wrapper{position:relative;margin:0;display:flex;width:100%;flex-direction:column}.validated-input-label{position:absolute;top:35%;left:.5rem;transform:translateY(-50%);font-size:1rem;color:#aaa;transition:all .2s ease;pointer-events:none}.validated-input-label.shrink{top:-.0625rem;font-size:.75rem;color:var(--primary-color);background:#fff;padding:0 .25rem}.validated-input-field{width:100%;max-width:18.75rem;padding:1.125rem .375rem .375rem;font-size:.875rem;border:.0625rem solid #ccc;border-radius:.25rem;outline:none;transition:all .2s ease}.validated-input-wrapper.focused .validated-input-field{border-color:var(--primary-color)}.validated-input-wrapper.focused .validated-input-label{color:var(--black-color)}.validated-input-wrapper.error .validated-input-field{border-color:red}.validated-input-wrapper.error .validated-input-label{color:red}.validated-input-error{font-size:.75rem;color:red;margin-top:.25rem}:root{--dd-radius: .5rem;--dd-pad-inline: .75rem;--dd-pad-block: .7rem;--dd-font: clamp(.875rem, .9vw + .5rem, 1rem)}.dropdown-container{position:relative;width:100%;max-width:400px;font-family:Inter,Arial;box-sizing:border-box}.dropdown-input{width:100%;display:flex;align-items:center;position:relative;padding:var(--dd-pad-block) 3rem var(--dd-pad-block) var(--dd-pad-inline);font-size:var(--dd-font);min-height:calc(var(--dd-font) * 3);border:1px solid #ccc;border-radius:var(--dd-radius);background:#fff;cursor:pointer;box-sizing:border-box}.dropdown-input.open{border-bottom:1px solid #ccc;border-bottom-left-radius:0;border-bottom-right-radius:0}.floating-placeholder{position:absolute;left:var(--dd-pad-inline);top:50%;transform:translateY(-50%);padding:0 .25em;background:#fff;font-size:var(--dd-font);color:#666;line-height:1;pointer-events:none;transition:.2s ease-in-out}.dropdown-container.float .floating-placeholder{top:0;transform:translateY(-50%);font-size:.75em;color:#000}.selected-display{display:flex;flex-wrap:wrap;gap:.3rem;flex:1}.placeholder{color:#aaa}.chip{background:var(--primary-color);border-radius:.25;padding:.1rem .4rem;font-size:.65rem;color:#fff;display:flex;align-items:center;gap:.3rem}.chip .close-icon{cursor:pointer;font-size:1rem;color:#fff}.clear-button{background:none;border:none;font-size:1.25rem;color:#666;margin-left:.5rem;cursor:pointer;padding:0}.dropdown-toggle-icon{position:absolute;right:var(--dd-pad-inline);top:50%;transform:translateY(-50%);pointer-events:none}.dropdown-icon-img{width:1.15em;height:1.15em;transition:transform .2s ease-in-out}.dropdown-input.open .dropdown-icon-img{transform:rotate(180deg)}.dropdown-options{position:absolute;top:100%;left:0;width:100%;margin:-1px 0 0;padding:0;list-style:none;border:1px solid #ccc;border-top:none;border-radius:0 0 var(--dd-radius) var(--dd-radius);background:#fff;box-shadow:0 4px 8px #0000000d;max-height:18rem;overflow-y:auto;z-index:1000;box-sizing:border-box}.dropdown-option{width:100%;box-sizing:border-box;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.dropdown-option:hover{background:#f5f5f5}.dropdown-option.selected{background:#e6f7ff}.dropdown-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1em;height:1em;margin-right:.5em;border:1px solid #ccc;border-radius:.2em;background:#fff;position:relative;cursor:pointer}.dropdown-option input[type=checkbox]:checked{background-color:#4caf50;border-color:#4caf50}.dropdown-option input[type=checkbox]:after{content:"";position:absolute;display:block;width:.2em;height:.5em;border:solid #fff;border-width:0 .15em .15em 0;top:15%;left:35%;transform:rotate(45deg)}@media (max-width: 600px){.dropdown-input{padding:.5rem;font-size:.85rem}.chip{font-size:.75rem}.floating-placeholder{font-size:.85rem}}.ce-menu-bar{display:flex;justify-content:center;align-items:center;background-color:#65b230;height:50px;width:100vw;position:fixed;top:64px;left:0;z-index:1000;margin:0;padding:0}.ce-menu-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;width:100%;padding:0 20px}.ce-menu-button{background:none;color:#fff;font-weight:700;outline:none;border:none;box-shadow:none;font-size:14px;text-transform:uppercase;padding:10px 15px;cursor:pointer;display:flex;align-items:center}.ce-dropdown{position:absolute;top:100%;left:0;background:#fff;margin:0;list-style:none;padding:0;min-width:180px;box-shadow:0 4px 8px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.ce-menu-button:focus,.ce-menu-button:active{outline:none;box-shadow:none;border:none}.ce-submenu{position:absolute;top:50px;left:auto;margin:0;padding:0;z-index:1100;list-style:none;background:#fff;min-width:180px;box-shadow:0 4px 8px #00000026;overflow:visible;max-height:none}.ce-dropdown-item .ce-submenu{position:absolute;top:0;left:100%;z-index:1002;background:#fff;min-width:180px;box-shadow:0 4px 8px #00000026}.ce-dropdown-item{padding:10px 15px;font-size:14px;color:#333;white-space:nowrap;cursor:pointer;position:relative}.ce-dropdown-item:hover{background-color:#f0f0f0}.has-submenu>.ce-submenu{left:100%;top:0;position:absolute}.ce-icon{margin-left:6px;font-size:10px}.ce-icon.right{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ce-menu-item{position:relative;display:flex;align-items:center;height:100%;border:none}.pagination{display:flex;justify-content:end;align-items:center;margin:1rem 0;font-family:Arial,sans-serif}.pagination-button{margin:0 .5rem;padding:0;border:none;background:none;color:#000;outline:none;cursor:pointer;font-size:1rem;font-weight:400;text-decoration:none;transition:color .2s ease}.pagination-button:hover{text-decoration:underline}.pagination-button:focus{outline:none}.pagination-button.page-number.active{background-color:green;color:#fff;font-weight:700;border:none;border-radius:0;padding:.4rem .8rem;display:inline-flex;justify-content:center;align-items:center}.pagination-button.page-number:hover{background-color:#e0f2f1;color:#000}.pagination-button:disabled{font-weight:400;font-size:medium;background:none;border:none;text-decoration:none;cursor:not-allowed}.pagination-ellipsis{margin:0 .5rem;font-size:1rem;color:#666}.rich-text-editor{position:relative;display:flex;flex-direction:column;border:1px solid #ccc;border-radius:4px;overflow:hidden;background-color:#fff}.toolbar{position:sticky;top:0;background-color:#fff;border-bottom:1px solid #ccc;padding:5px;z-index:100;display:flex;flex-wrap:wrap;gap:5px}.toolbar-group{display:flex;gap:2px;align-items:center}.toolbar-button{padding:6px 10px;background-color:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;line-height:1;transition:all .2s ease}.toolbar-button.active{background-color:#e2e8f0;border-color:#94a3b8;box-shadow:inset 0 2px 4px #0000001a;transform:scale(.98)}.toolbar-button:hover{background-color:#f1f5f9}.toolbar-button:active{transform:scale(.95)}.toolbar-select{padding:6px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px}.editor-content{padding:10px;overflow-y:auto;flex:1;min-height:100px;word-wrap:break-word}.editor-content:focus{outline:none}.tabview-container{display:flex;height:100vh;font-family:Arial,sans-serif}.tabview-sidebar{width:280px;background-color:#f5f5f5;border-right:1px solid #ddd;display:flex;flex-direction:column}.tabview-tab{padding:12px 20px;cursor:pointer;font-size:14px;color:#333;border-bottom:1px solid #ddd;position:relative;transition:background-color .3s,color .3s}.tabview-tab-active{background-color:var(--primary-color, #65b230);color:#fff;font-weight:700;position:relative;z-index:1;box-shadow:0 4px 6px #0000001a;transform:scale(1.04);transform-origin:top right;transition:transform .3s ease}.tabview-tab-active:before{content:"";position:absolute;top:-13px;left:0;width:0;height:0;border-style:solid;border-width:14px 12px 0 0;border-color:var(--primary-color) transparent transparent transparent;transform:rotate(-181deg);z-index:-1;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.tabview-content{flex:1;padding:20px;overflow-y:auto}.ce-wrapper{min-height:100vh;display:flex;flex-direction:column}.ceui-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:64px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.ceui-header-left{display:flex;align-items:center}.ceui-header-right{display:flex;align-items:center;gap:16px}.ceui-avatar{display:flex;align-items:center;gap:8px}.ceui-user-info{margin-left:16px;display:flex;flex-direction:column}.ceui-footer{margin-top:auto;text-align:center;padding:10px;background-color:#333;color:#fff}.main-content{flex:1;padding:20px}body{margin:0;display:flex;place-items:center;min-width:20rem;min-height:40vh;justify-content:center}.time-picker-container{position:relative;width:18.75rem}.time-picker-input{position:relative;border:.125rem solid var(--primary-color);border-radius:.5rem;padding:.625rem .9375rem;display:flex;justify-content:space-between;align-items:center;cursor:text;background-color:#fff;transition:all .3s ease}.time-picker-input:hover,.time-picker-input.active{background-color:#f8f9fa}.floating-label{position:absolute;left:.9375rem;top:.4375rem;color:#6c757d;transition:all .3s ease;pointer-events:none;transform:translateY(0) scale(1);background:#fff;padding:0 .25rem}.floating-label.active{transform:translateY(-1.5rem) scale(.85);color:var(--primary-color)}.clock-icon{color:#6c757d;position:absolute;right:.9375rem;cursor:pointer}.time-picker-popup{display:none;position:absolute;top:100%;left:0;z-index:1000;width:100%;background:#fff;border:.0625rem solid #ddd;border-radius:.25rem;box-shadow:0 .125rem .25rem #0000001a;margin-top:.25rem}.time-picker-popup.open{display:block}.time-picker-sections{display:flex;gap:1.25rem;max-height:10.625rem}.time-section{flex:1;display:flex;flex-direction:column}.time-section.period{min-width:4rem}.section-label{font-size:.875rem;color:#6c757d;margin-bottom:.5rem;text-align:center}.time-list{overflow-y:auto;max-height:12.5rem;scrollbar-width:thin}.time-item{padding:.5rem;text-align:center;cursor:pointer;transition:all .2s ease}.time-item.selected{background-color:var(--primary-color);color:#fff;border-radius:.25rem}.period-list{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.period-item{padding:.5rem;text-align:center;cursor:pointer;transition:all .2s ease;border-radius:.25rem}.period-item:hover{background-color:#f8f9fa}.period-item.selected{background-color:var(--primary-color);color:#fff}.time-list::-webkit-scrollbar{width:.25rem}.time-picker-actions{display:flex;justify-content:flex-end;padding:1rem;gap:.5rem}.time-picker-button{padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.time-input{border:none;outline:none;background:transparent;font-size:1rem;color:#212529;width:100%;padding-right:1.875rem}.transfer-list-container{display:flex;align-items:center;gap:16px;padding:16px}.transfer-box{width:12rem;height:18rem;position:relative;border:1px solid #e0e0e0;background-color:#fafafa;border-radius:8px;box-shadow:0 1px 3px #0000001a}.header-content{position:sticky;top:0;background-color:#fafafa;padding:8px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e0e0e0;z-index:1}.transfer-items{height:calc(100% - 85px);overflow-y:auto;padding:8px}.checkbox-wrapper{padding-top:4px}span.item-count{font-size:14px;color:#666;padding:.6rem}.title-section{display:flex;flex-direction:column}.transfer-buttons{padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:20px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#f4f4f4;cursor:pointer}
1
+ .breadcrumbs{position:fixed;top:16px;left:16px;display:flex;align-items:center;font-size:14px;z-index:1000}.breadcrumbs>*:not(:last-child):after{content:"/";margin-left:8px;margin-right:8px;color:#666;text-decoration:none;display:inline-block}.breadcrumbs-item{display:inline-block;text-decoration:underline;background:none;border:none;padding:2px 0;cursor:pointer;color:#4caf50;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-item:hover{text-decoration:underline;color:var(--primary-color)}.breadcrumbs-item:focus,.breadcrumbs-menu button:focus,.breadcrumbs-dropdown li a:focus{outline:none;box-shadow:none}.breadcrumbs-item:focus-visible,.breadcrumbs-menu button:focus-visible,.breadcrumbs-dropdown li a:focus-visible{outline:none;box-shadow:none}.breadcrumbs-current{color:#666;text-decoration:none;cursor:default}.breadcrumbs-menu{position:relative;border:none}.breadcrumbs-menu button{background:none;border:none;padding:4px 8px;cursor:pointer;font-size:18px;color:#4caf50;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;padding:8px 0;margin:4px 0;list-style:none;min-width:200px;z-index:1000}.breadcrumbs-dropdown li a{display:block;padding:6px 8px;color:#4caf50;text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.breadcrumbs-dropdown li a:hover{background-color:#f5f5f5}.ce-button{font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;text-align:center;text-transform:none;padding:10px 24px;border-radius:999px;cursor:pointer;outline:none;justify-content:center;transition:background-color .2s ease,color .2s ease,transform .1s ease;margin:0 .5rem;border:none;gap:.5rem;display:inline-flex;align-items:center}.ce-button:active{transform:scale(.96)}.ce-button:focus,.ce-button:focus-visible{outline:none;box-shadow:none}.ce-button--primary{background-color:var(--primary-color);letter-spacing:.5px;color:#fff}.ce-button--primary:hover{background-color:var(--hover-color)}.ce-button--secondary{background-color:#f0f0f0;color:#333;font-family:Inter,Arial,sans-serif;letter-spacing:.5px;border:1px solid #ccc}.ce-button--secondary:hover{background-color:var(--hover-color, #e0e0e0);color:#fff;border:1px solid #689f38}.ce-button--outlinedGreen{background-color:transparent;color:#4caf50;font-family:Inter,Arial,sans-serif;border:1px solid #4caf50;letter-spacing:.5px}.ce-button--outlinedGreen:hover{color:var(--hover-color, #689f38);border-color:#689f38}.ce-button--neutral{background-color:#ccc;color:#fff}.ce-button--text{background:none;border:none;font-family:Inter,Arial,sans-serif;color:var(--primary-color, #4caf50);letter-spacing:.5px;padding:0}.ce-button--disabled{background-color:#0000001a;color:#0006;cursor:not-allowed;pointer-events:none}.ce-button--underline{background:none;border:none;color:var(--primary-color, #4caf50);padding:0;text-decoration:underline;line-height:normal;font-family:Inter,Arial,sans-serif;letter-spacing:.5px;font-weight:400}.ce-button--underline:hover{text-decoration:underline;color:var(--hover-color, #689f38);line-height:normal}.ce-button__icon{display:inline-flex;align-items:center}.auto-suggest-input{width:100%;max-width:24rem;margin:1rem auto;font-family:Inter,Arial;position:relative}.floating-label-wrapper{position:relative;width:100%;--input-font-size: .5rem;--label-font-size: .4rem;--icon-size: 1.25em;--input-padding-top: .85em;--icon-top: 1em}.floating-label-wrapper input{width:100%;padding:.85em 2.5em .5em .75em;font-size:var(--input-font-size);border:1px solid #ccc;border-radius:.5rem;background:#fff;color:#000;outline:none;box-sizing:border-box;transition:border .2s,box-shadow .2s}.floating-label-wrapper input:focus{border-color:#d3d3d3;box-shadow:0 0 4px #a67fc266;background:#fff}.floating-label-wrapper input::placeholder{color:transparent}.floating-label{position:absolute;left:.75em;top:.85em;font-size:var(--label-font-size);color:#000;background:#fff;padding:0 .25em;transition:.2s ease all;pointer-events:none;line-height:1}.floating-label-wrapper input:focus+.floating-label,.floating-label-wrapper input:not(:placeholder-shown)+.floating-label{top:-.6em;left:.5em;font-size:.75em;color:#000;background:#fff}.search-icon{position:absolute;right:.75rem;top:var(--icon-top);width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center;pointer-events:none}.search-icon-img{width:100%;height:100%;object-fit:contain}@media (max-width: 600px),(max-height: 60px){.floating-label-wrapper{--input-font-size: .85rem;--label-font-size: .85rem;--icon-size: 1em;--input-padding-top: .75em;--icon-top: .75em}.auto-suggest-input{max-width:90vw}.floating-label-wrapper input{font-size:var(--input-font-size);padding:var(--input-padding-top) 2.5em .5em .75em}.floating-label{font-size:var(--label-font-size)}.search-icon{font-size:var(--icon-size);top:var(--icon-top)}}.suggestions-list{position:absolute;width:100%;top:100%;background:#fff;border:1px solid #ccc;border-top:none;border-radius:.5rem;z-index:1000;margin-top:0;padding:0;list-style:none;box-shadow:0 .25rem .5rem #0000000d;overflow:hidden}.suggestion-item{padding:.3rem;font-size:var(--suggestion-font-size);background:#fff;cursor:pointer;transition:background .2s ease}.suggestion-item:hover{background:#f0f0f0}.suggestion-item label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--suggestion-font-size)}.suggestion-item input[type=checkbox]{accent-color:#4caf50;cursor:pointer}.suggestion-item.select-all{font-weight:600;background-color:#fff;border-bottom:1px solid #b2e0b2}.suggestion-item label:hover,.suggestion-item.select-all:hover{background-color:#fff}.suggestion-item input[type=checkbox]{transform:scale(1.1)}.drawer-wrapper{position:relative;font-family:sans-serif;z-index:1}.hamburger{font-size:1.75rem;cursor:pointer;padding:.625rem;background-color:#4caf50;color:#fff;width:3.125rem;text-align:center;position:relative;left:31.25rem;top:-16.25rem}.drawer{position:fixed;top:4rem;left:-18.75rem;width:15.625rem;height:100vh;background-color:#fff;box-shadow:.125rem 0 .3125rem #0000004d;transition:left .6s ease;padding:.625rem;overflow-y:auto;z-index:1000}.drawer.open{left:0}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0003;z-index:999}.drawer-header{display:flex;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:.0625rem solid #eee}.drawer-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;margin-right:.625rem}.drawer-user-info{display:flex;flex-direction:column}.drawer-user-title{font-weight:600;font-size:1rem;color:#333}.drawer-user-subtitle{font-size:.8125rem;color:#888}.drawer-item{margin-bottom:.625rem}.drawer-item-header{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease}.drawer-item-header:hover{background-color:#f0f0f0}.drawer-icon{width:1.875rem;text-align:center;font-weight:700;color:green}.drawer-title{flex:1;font-size:1rem;font-weight:500;color:#555}.drawer-submenu{padding-left:.625rem;display:flex;flex-direction:column}.drawer-subitem{padding:.375rem 0;font-size:.875rem;color:#555;transform:translateY(-.3125rem);opacity:.1;transition:all .4s ease-in-out;margin-left:1.25rem}.drawer-subitem:hover{background-color:#f0f0f0;cursor:pointer}.drawer-overlay.closed{display:none}.ce-search-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-search-field-container.full-width{width:100%}.ce-search-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;z-index:1;transition:color .2s ease}.ce-search-field-label.error{color:#d32f2f}.ce-search-field-wrapper{position:relative;width:100%}.ce-search-field-input{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px 44px 12px 12px;font-size:14px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease;box-sizing:border-box}.ce-search-field-input:hover:not(:disabled){border-color:#bbb}.ce-search-field-input:focus{border-color:#6fb744}.ce-search-field-wrapper:focus-within .ce-search-field-label{color:#6fb744}.ce-search-field-input.error{border-color:#d32f2f}.ce-search-field-input.error:focus{border-color:#d32f2f}.ce-search-field-input::placeholder{color:#999;font-style:italic}.ce-search-field-input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.ce-search-field-button{position:absolute;right:1px;top:6%;width:36px;height:36px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;padding:0;border-radius:0 3px 3px 0}.ce-search-field-button:hover{color:#192d04}.ce-search-field-clear{position:absolute;right:40px;top:15%;width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s ease;padding:0;border-radius:50%}.ce-search-field-clear:hover{color:#666}.ce-search-field-wrapper:has(.ce-search-field-clear) .ce-search-field-input{padding-right:68px}.ce-search-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-search-field-container{min-width:100%}}.ce-search-field-input,.ce-search-field-label,.ce-search-field-error-message{font-family:Inter,sans-serif}.ce-search-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal}.ce-select-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-select-field-container.full-width{width:100%}.ce-select-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;z-index:1;transition:color .2s ease}.ce-select-field-label.error{color:#d32f2f}.ce-select-field-wrapper{position:relative;width:100%}.ce-select-field-select{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px 32px 12px 12px;font-size:14px;background-color:#fff;color:#333;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box}.ce-select-field-select:hover:not(:disabled){border-color:#bbb}.ce-select-field-select:focus{border-color:#6fb744}.ce-select-field-wrapper:focus-within .ce-select-field-label{color:#6fb744}.ce-select-field-select.error{border-color:#d32f2f}.ce-select-field-select.error:focus{border-color:#d32f2f}.ce-select-field-select option[value=""]{color:#999;font-style:italic}.ce-select-field-select option:not([value=""]){color:#333;font-style:normal}.ce-select-field-select:disabled{background-color:#fff;color:#000;cursor:not-allowed}.ce-select-field-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;transition:color .2s ease}.ce-select-field-wrapper:hover .ce-select-field-arrow{color:#6fb744}.ce-select-field-select:focus~.ce-select-field-arrow{color:#6fb744}.ce-select-field-select:disabled~.ce-select-field-arrow{color:#999}.ce-select-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-select-field-container{min-width:100%}}@-moz-document url-prefix(){.ce-select-field-select{text-indent:-2px}}.ce-select-field-select,.ce-select-field-label,.ce-select-field-error-message{font-family:Inter,sans-serif}.ce-select-field-select option{font-family:Inter,sans-serif;font-style:normal}.ce-text-field-container{position:relative;display:flex;flex-direction:column;width:100%;min-width:200px}.ce-text-field-container.full-width{width:100%}.ce-text-field-label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:12px;color:#666;font-weight:500;transition:color .2s ease}.ce-text-field-label.error{color:#d32f2f}.ce-text-field-input{width:100%;border:1px solid #ddd;border-radius:4px;padding:12px;font-size:14px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease;box-sizing:border-box}.ce-text-field-input:hover:not(:disabled){border-color:#bbb}.ce-text-field-input:focus{border-color:#6fb744}.ce-text-field-input:focus+.ce-text-field-label{color:#6fb744}.ce-text-field-input.error{border-color:#d32f2f}.ce-text-field-input.error:focus{border-color:#d32f2f}.ce-text-field-input::placeholder{color:#999;font-style:italic}.ce-text-field-input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.ce-text-field-error-message{font-size:12px;color:#d32f2f;margin-top:4px;margin-left:12px}@media (max-width: 768px){.ce-text-field-container{min-width:100%}}.ce-text-field-input,.ce-text-field-label,.ce-text-field-error-message{font-family:Inter,sans-serif}.ce-text-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal}._uploadWrapper_179oq_1{border:1px dashed #90ee90;padding:20px;background-color:#f9fdf9;font-family:Inter,sans-serif}._dropZone_179oq_15{padding:40px;text-align:center;border:2px dashed #90ee90;background:#f2f9f2;margin-bottom:20px;font-family:Inter,sans-serif}._dropZoneActive_179oq_33{border:2px dashed #1976d2;background:#e3f2fd;transition:background .2s,border .2s}._uploadButton_179oq_45{border:1px solid #90ee90;background-color:#fff;padding:8px 16px;cursor:pointer;border-radius:4px;font-family:Inter,sans-serif}._fileTable_179oq_63{width:100%;border-collapse:collapse;border:1px solid #90ee90;font-family:Inter,sans-serif;font-size:.82em}._fileTable_179oq_63 th{background-color:#f2f9f2;font-family:Inter,sans-serif}._note_179oq_91{font-size:12px;color:green;margin-top:8px;font-family:Inter,sans-serif}._errorText_179oq_105{color:red;font-size:14px;margin-top:-10px;margin-bottom:10px;font-family:Inter,sans-serif}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{background:#fff;width:auto;max-width:1000px;border-radius:8px;height:auto;max-height:100vh;overflow:hidden;display:inline-flex;flex-direction:column}.modal-header{background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:300;font-family:Inter,Arial}.modal-close{background:none;border:none;font-size:1.25rem;color:#fff;cursor:pointer;line-height:1;padding:0;height:100%;display:flex;align-items:center;outline:none;box-shadow:none}.modal-close:focus{outline:none;box-shadow:none}.modal-content{padding:1rem;flex:1 1 auto;min-height:0;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;padding:1rem;gap:.75rem}.modal-button{border:none;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;min-width:100px;transition:background .2s}.modal-button.primary{background-color:var(--primary-color);color:#fff}.modal-button.secondary{background-color:#e0e0e0;color:#333}.snackbar-container{position:fixed;bottom:20px;left:20px;z-index:9999;pointer-events:none;display:flex;flex-direction:column-reverse;gap:10px}.snackbar-exit{animation:snackbarExit .3s ease-out forwards}.snackbar{position:relative;min-width:280px;max-width:90%;padding:0;border-radius:4px;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translate(-100%);transition:all .3s ease-in-out;box-shadow:0 2px 6px #0003;color:#fff;height:48px;pointer-events:auto;transform:translateY(10px);animation:snackbarContentAppear .3s ease-out forwards;will-change:transform,opacity}.snackbar.show{opacity:1;transform:translate(0)}.snackbar__content{display:flex;align-items:center;justify-content:center;margin-bottom:0;padding:12px 24px;width:100%;height:87%;box-sizing:border-box}.snackbar__message{flex:1;font-size:16px;font-weight:500;text-align:center;margin:0;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.snackbar__close{background:none;border:none;font-size:20px;color:#000;cursor:pointer;padding:0 8px;position:relative}.snackbar.success{background-color:#c8e6c8}.snackbar.error{background-color:#c62828}.snackbar.info{background-color:#ff0}.snackbar__progress{width:100%;position:absolute;bottom:0;left:0;right:0;margin:0}.snackbar__progress-container{width:100%;overflow:hidden;background-color:#fff;border-radius:0 0 4px 4px;height:8px}.snackbar__progress-bar{height:100%;width:0%;transition-property:width;transition-timing-function:linear;will-change:width}.snackbar.success .snackbar__progress-bar{background-color:var(--primary-color)}.snackbar.error .snackbar__progress-bar{background-color:#b80000}.snackbar.info .snackbar__progress-bar{background-color:#ccdb00}@media (max-width: 480px){.snackbar{padding:12px 16px;font-size:14px;left:10px;right:10px;bottom:10px;min-width:unset}.snackbar__icon{font-size:18px}}@keyframes snackbarContentAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes snackbarExit{0%{opacity:1;transform:translate(0) translateY(0)}to{opacity:0;transform:translate(-100%) translateY(0)}}.ce-stepper-container{display:flex;flex-direction:column;width:100%;margin:20px 0}.ce-stepper{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.ce-stepper-small .ce-stepper-icon{width:24px;height:24px;font-size:12px}.ce-stepper-medium .ce-stepper-icon{width:32px;height:32px;font-size:14px}.ce-stepper-large .ce-stepper-icon{width:40px;height:40px;font-size:16px}.ce-step[style*="cursor: pointer"]:hover .ce-stepper-icon{transform:scale(1.05);box-shadow:0 2px 8px #0003}.ce-step-label[style*="cursor: pointer"]:hover{opacity:.8}.ce-step{display:flex;align-items:center;flex:1}.ce-step:last-child{flex:0}.ce-stepper-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:14px;font-weight:700;z-index:1;flex-shrink:0}.ce-stepper-icon.completed{background-color:var(--primary-color, #6FB744);color:#fff}.ce-stepper-icon.current{background-color:var(--secondary-color, #0092bc);color:#fff}.ce-stepper-icon.error{background-color:var(--warning-color, #be2020);color:#fff}.ce-stepper-icon.future{background-color:#9e9e9e;color:#fff;opacity:.7}.ce-stepper-icon svg{width:18px;height:18px}.ce-stepper-connector{flex:1;height:2px;background-color:#e0e0e0;margin:0 4px}.ce-stepper-connector.completed{background-color:var(--primary-color, #6FB744)}.ce-stepper-connector.error{background-color:var(--warning-color, #be2020)}.ce-stepper-labels{display:flex;justify-content:space-between;width:100%;margin-top:8px}.ce-step-label{display:flex;flex-direction:column;align-items:center;text-align:center;width:100px;font-size:14px}.ce-step-label.completed{color:var(--primary-color, #6FB744)}.ce-step-label.current{color:var(--secondary-color, #0092bc);font-weight:700}.ce-step-label.error{color:var(--warning-color, #be2020)}.ce-step-label.future{color:#9e9e9e}.ce-step-error-message{font-size:12px;color:var(--warning-color, #be2020);margin-top:4px}.ce-stepper-example-container{padding:20px}.ce-stepper-controls{margin-top:30px;display:flex;gap:10px}@media (max-width: 600px){.ce-step-label{width:auto;max-width:80px;font-size:12px}.ce-stepper-icon{width:28px;height:28px;font-size:12px}}.checkbox-container{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#333}.checkbox-label.checkbox-disabled{cursor:not-allowed;color:#aaa}.checkbox-input{display:none}.checkbox-custom{width:12px;height:12px;border:2px solid var(--primary-color);border-radius:3px;margin-right:6px;display:inline-block;position:relative}.checkbox-input:checked+.checkbox-custom{background-color:var(--primary-color);border-color:var(--primary-color)}.checkbox-custom:after{content:"";position:absolute;top:40%;left:50%;width:4px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg);display:none}.checkbox-input:checked+.checkbox-custom:after{display:block}.chip-input-container{display:flex;flex-wrap:wrap;align-items:center;border:.0625rem solid #ccc;border-radius:.25rem;padding:.3125rem;gap:.3125rem}.chip-list{display:flex;flex-wrap:wrap;gap:.3125rem}.chip{display:flex;align-items:center;background-color:var(--primary-color);justify-content:center;color:#fff;border:.0625rem;border-radius:.875rem;font-size:.75rem;padding:.0625rem .5rem}.chip-remove-button{background:#fff;border:none;color:#000;font-size:.5rem;width:.8rem;height:.8rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;outline:none!important;padding:0;margin-left:1rem}.chip-input{flex:1;border:none;outline:none;font-size:.875rem;padding:.3125rem}.chip-input::placeholder{color:#aaa}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background:#fff;border-radius:16px;width:90%;max-width:300px;padding:60px 30px 30px;position:relative;text-align:center;box-shadow:0 4px 6px #0000001a}.close-button{position:absolute;top:10px;right:5px;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#333;opacity:1}.close-button:hover{background:none;color:#333;box-shadow:none}.confirm-button,.cancel-button{font-weight:400!important}.modal-header.icon{margin:0 auto 10px;display:flex;justify-content:center;align-items:center}.success-icon,.error-icon,.info-icon{border-radius:50%;height:80px;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%);z-index:10}.modal-actions{display:flex;justify-content:center;gap:15px}.cancel-button{background:transparent;border:1px solid var(--primary-color);color:inherit;cursor:pointer}.cancel-button:hover{background:transparent;color:inherit;box-shadow:none;border-color:var(--primary-color)}@keyframes dialogFadeIn{0%{opacity:0;transform:scale(.95) translateY(-1.25rem)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn .3s ease forwards}.dialog-box{background:#fff;border-radius:.5rem;box-shadow:0 .25rem 1.25rem #0003;display:flex;flex-direction:column;overflow:hidden;animation:dialogFadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-title{padding:1rem;font-size:1.25rem;font-weight:700}.dialog-content{padding:1rem;overflow-y:auto;flex:1}.dialog-actions{display:flex;padding:1rem}.dialog-actions button{background-color:#fff;color:var(--primary-color);border:none;padding:.625rem 1.25rem;font-size:.875rem;cursor:pointer;border-radius:.25rem}.dialog-actions button:hover{background-color:#fcfcfc}.dialog-agreement{position:relative;margin:0;padding:0 1.5rem;min-height:1.625rem}.error-message{position:absolute;left:1.1875rem;bottom:-.8125rem;color:#f44;font-size:.875rem;margin-top:.5rem;margin-left:1.625rem}.dialog-content h3{margin-top:1.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.dialog-content p{margin-bottom:1rem;line-height:1.6}.dialog-content p:last-child{margin-bottom:0}.dialog-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;font-size:1.5rem;color:#888;cursor:pointer;z-index:1;transition:color .2s}.dialog-close:hover{color:#333}.esign-table-container{width:100%;display:initial;flex-direction:column;flex:initial;overflow-x:auto;position:relative;background:#fff;height:38%}.table-container{width:100%;display:initial;flex-direction:column;flex:initial;min-height:0;overflow-x:auto;position:relative;background:#fff}.table-scroll-container{min-height:0;overflow:auto;width:100%}.custom-table thead{position:sticky;top:0;background:#333;z-index:4}.table-header-cell{position:relative;top:-1px;background-color:#333;color:#fff;z-index:4;padding:.35rem .5rem;text-align:left;border:1px solid #ddd;min-width:100px}.table-row-even{background-color:#f9f9f9}.table-row-odd{background-color:#fff}.table-cell{border:.0625rem solid #ddd;padding:.28rem;text-align:left;min-width:120px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper{display:flex;flex-direction:column;height:auto}.header-actions{display:flex;align-items:center;gap:5px}.ce-grid-modal-overlay{position:fixed;z-index:99999;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:center;justify-content:center}.ce-grid-modal-content{background:#fff;border-radius:8px;padding:24px 16px 16px;box-shadow:0 8px 32px #00000040;position:relative;width:90vw;max-width:1400px;max-height:90vh;overflow:auto}.ce-grid-modal-close{position:absolute;top:8px;right:16px;font-size:2rem;background:none;border:none;cursor:pointer;color:#333}.fullscreen-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:0;margin-left:5px;color:#333}.fullscreen-button:hover{color:#000}.header-title{font-size:1.25rem;font-weight:700;color:#333}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:0}.pagination-controls{margin-left:auto;display:flex;align-items:center;gap:8px}.entries-info{font-size:1rem;color:#444;font-weight:500}.rows-per-page-container{display:flex;align-items:center;gap:8px}.rows-per-page-container span,.rows-per-page-container select{font-size:1rem;color:#222;font-weight:400}.rows-per-page-container select{height:32px;min-width:60px;padding:0 8px;border:1px solid #888;border-radius:4px;background:#fff;font-family:inherit}.pagination-button{margin:0 .3125rem;padding:.3125rem .625rem;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer}.pagination-button,.pagination-page{background:#fff;border:1px solid #ccc;color:#222;font-size:.85rem;padding:2px 8px;min-width:28px;height:28px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s;box-sizing:border-box}.pagination-page.active{background-color:var(--primary-color);color:#fff;font-weight:700;border:1px solid var(--primary-color)}.pagination-button[disabled]{color:#bbb;cursor:default;background:none}.pagination-page:not(.active):hover,.pagination-button:not([disabled]):hover{background:none!important;color:var(--primary-color)}.rows-per-page-container label{font-size:1rem}.rows-per-page-container select{padding:.25rem .5rem;font-size:1rem}.table-header-cell{border:.0625rem solid #ddd;padding:.5rem;background-color:#333;color:#fff;text-align:left;position:relative}.column-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:8px;white-space:nowrap;gap:.5rem}.column-actions{display:flex;align-items:center;gap:.5rem;margin-right:.5rem}.column-options{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:.0625rem solid #ddd;box-shadow:0 .125rem .3125rem #0003;z-index:10}.table-header-cell:hover .column-options{display:block}.options-button{display:block;padding:.3125rem .625rem;text-align:left;background:none;outline:none;border:none;width:100%;cursor:pointer}.options-button:hover{background-color:#f0f0f0}.dropdown-container{position:relative;display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem;z-index:999}.dropdown-trigger{cursor:pointer;font-size:1.125rem;padding:0 .25rem;color:#000;display:inline-block;visibility:visible;opacity:1}.dropdown-trigger.filter-active{color:#1976d2;font-weight:700}.column-header:hover .dropdown-trigger{opacity:1;visibility:visible}.dropdown-menu{position:fixed;top:100%;left:-11.75rem;background-color:#fff;box-shadow:0 .25rem .625rem #0000004d;z-index:1000;display:flex;flex-direction:column;width:12.5rem;border-radius:.25rem;border:.0625rem solid #ddd;overflow:hidden}.dropdown-menu.adjust-top{top:auto;bottom:100%}.dropdown-item{padding:.625rem .9375rem;text-align:left;background:none;border:none!important;outline:none!important;cursor:pointer;width:100%;font-size:.875rem;position:relative;color:#333;transition:background-color .2s ease}.dropdown-item:hover{background-color:#f0f0f0;color:var(--primary-color)}.dropdown-item+.dropdown-item{border-top:1px solid #eee!important}.close-button-close{position:absolute;top:.125rem;right:.3125rem;background:none!important;border:none!important;color:#333!important;font-size:1.625rem;cursor:pointer}.close-button:hover{background:none!important;box-shadow:none!important;outline:none!important}.filter-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.filter-modal-content{position:relative;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;width:400px;max-width:90%;border-radius:.5rem;width:25rem;box-shadow:0 .125rem .625rem #0003;overflow:visible}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.filter-modal-header h3{margin:0;font-size:1.2rem;color:#333}.filter-modal-body{margin-bottom:1.5rem}.filter-form-group{margin-bottom:1rem;width:100%}.filter-modal-content label{display:block;margin-bottom:.3125rem;font-weight:700;color:#555}.filter-select,.filter-input{width:100%;padding:.625rem;border:.0625rem solid #ccc;border-radius:.25rem;font-size:.9rem;box-sizing:border-box;min-height:42px}.filter-select:focus,.filter-input:focus{outline:none;border-color:#65b230;box-shadow:0 0 0 2px #1976d233}.active-filters-summary{margin-top:1.5rem;padding:.5rem;background-color:#f5f5f5;border-radius:4px}.active-filters-header{font-weight:700;margin-bottom:.5rem;color:#555}.active-filter-item{font-size:.9rem;padding:.25rem 0}.filter-operator{font-style:italic;margin:0 .25rem}.filter-value{font-weight:700}.filter-modal-footer{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}.clear-filters-button{background-color:transparent!important;color:#333!important;border:1px solid #ccc!important}.apply-filter-button{background-color:#65b230!important;color:#fff!important;border:1px solid #65B230!important}.filter-modal-content button{padding:.625rem .9375rem;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.rows-per-page-container{display:flex;align-items:center;gap:.5rem}.table-row{transition:all .3s ease}.level-1{padding-left:1.25rem}.level-2{padding-left:2.5rem}.nested-object{margin-left:1.25rem}.expand-button{background:none;border:none;cursor:pointer;font-size:1rem;margin-right:.3125rem}.table-cell{padding:.5rem;text-align:center}.table-header-cell{text-align:center;font-weight:700}.expand-button{background:none;border:none;cursor:pointer;font-size:16px;margin-right:1px;border-radius:0;padding:.6em .2em}.expanded-cell{padding:10px;border-top:1px solid #ddd;text-align:center;vertical-align:middle}.expand-button:focus{outline:none}.nested-section{margin-top:1rem;border:1px solid #ddd;border-radius:4px;overflow:hidden}.nested-section-heading{font-size:.875rem;color:#333}.nested-table{width:100%;border-collapse:collapse;margin:0;background-color:#fff;position:relative}.nested-table table{width:100%;border-collapse:collapse;border:1px solid #ddd}.nested-table thead{position:sticky;top:0;background-color:#f4f4f4;z-index:2}.nested-table th{background-color:#f4f4f4;color:#333;font-weight:700;padding:.75rem .5rem;text-align:left;border:1px solid #ddd;position:sticky;top:0}.nested-table td{padding:.5rem;border:1px solid #ddd;background-color:#fff}.expanded-section{padding:1rem;margin:.5rem 0;background-color:#fff;border:1px solid #ddd;border-radius:4px;max-height:calc(100vh - 12rem);overflow:auto;position:relative}.toggle-button{background:none;border:none;cursor:pointer;padding:.25rem;margin-right:.5rem;font-size:.875rem}.nested-object{margin:.5rem 0;padding:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:4px}.table-cell{min-width:120px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 1024px){.custom-table{min-width:600px}.table-cell{min-width:100px}}@media screen and (max-width: 768px){.table-container,.table-scroll-container{margin:0 -1rem;padding:0 1rem}}.checkbox-custom{margin:0 auto;display:block;width:1.25rem;height:1.25rem}.checkbox-container{display:flex;justify-content:center;align-items:center;height:100%}.datatable-wrapper{width:100%;height:auto;display:flex;flex-direction:column;min-height:0}.grid-header{padding:0;background-color:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.search-container{display:flex;align-items:center;padding:16px;background-color:#fff;border-bottom:1px solid #eee;max-width:100%;gap:5px;flex-wrap:wrap;justify-content:flex-end}.search-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;min-width:200px}.column-visibility-button{white-space:nowrap}.column-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.column-modal-content{position:relative;padding:2rem;background:#fff;border-radius:8px;min-width:300px;max-width:90%;max-height:90vh;overflow-y:auto}.column-modal-header{display:flex;justify-content:flex-end;align-items:center;padding:0;font-size:1.2em;color:#333}.column-modal-header h3{margin:0;font-size:1.1em}.custom-table th{background-color:#e0e0e0;color:#000;border:1px solid #e0e0e0}.column-modal-actions{display:flex;align-items:center;gap:15px;padding:0 15px 15px}.select-all-action{display:flex;align-items:center;gap:5px}.modal-close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:5px 10px}.modal-close-button:hover{background-color:#fff;color:#333}.column-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;padding:0 15px}.column-list{max-height:400px;overflow-y:auto;margin-top:10px}.column-item{display:flex;align-items:center;gap:.5rem;padding:8px;border-radius:4px;margin-bottom:4px;cursor:grab;background-color:#f8f9fa;border:1px solid #eaeaea;transition:background-color .2s,box-shadow .2s}.column-item:hover{background-color:#f1f3f5}.column-item.dragging{opacity:.6;box-shadow:0 2px 10px #0000001a}.column-drag-handle{cursor:grab;color:#999;margin-right:5px;font-size:16px}.search-wrapper{position:relative;display:flex;align-items:center;width:250px;min-width:auto;max-width:none;gap:5px;flex-direction:row-reverse}.search-cancel-button{position:absolute;right:8px;background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.search-cancel-button:hover{background-color:#f0f0f0;color:#333}.grid-search-input{padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;width:100%;font-size:14px;outline:none;transition:border-color .2s}.grid-search-input:focus{border-color:#2196f3}.search-container{display:flex;gap:16px;align-items:center;padding:16px;background-color:#fff;border-bottom:1px solid #eee}.table-header-cell.resizing{-webkit-user-select:none;user-select:none}.column-resizer{position:absolute;right:0;top:0;width:10px;height:100%;cursor:col-resize;z-index:2;-webkit-user-select:none;user-select:none;background:#bdbdbd33}.checkbox-column{width:40px;min-width:40px;max-width:40px;padding:0 4px;text-align:center;border:1px solid #ddd;border-collapse:collapse}.expand-column{width:30px;min-width:30px;max-width:30px;padding:0 4px;text-align:center;border:1px solid #ddd;border-collapse:collapse}.custom-table{width:100%;table-layout:fixed}.custom-table th,.custom-table td{border:1px solid #ddd}.expand-button{background:none;border:none;padding:2px 6px;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.checkbox-column .ce-checkbox{display:flex;justify-content:center;align-items:center;height:100%}.column-modal-title{text-align:center;margin:0 0 5px;padding:10px 0 5px;font-size:1.2em}.column-modal-subtitle{text-align:center;margin:0 0 15px;padding:0 0 10px;border-bottom:1px solid #ddd;font-size:.9em;color:#666;font-style:italic;color:#333}button:focus,button:focus-visible,button:hover{outline:none}.ce-clickable-cell{cursor:pointer;color:#1976d2;text-decoration:underline}.ce-clickable-cell:hover{color:#0d47a1}.column-label-with-info{display:flex;align-items:center;gap:4px;font-weight:700;color:#000;white-space:nowrap}.info-icon{cursor:help;opacity:.75;transition:opacity .2s ease}.info-icon:hover{opacity:1}.grid-header .search-container{padding:0!important;border-bottom:none!important;margin:0}.grid-header{display:flex;justify-content:space-between;align-items:center;padding:0 8px;margin:0;border-bottom:1px solid #ddd;background:#fff}.search-container{display:flex;align-items:center;gap:5px}.search-wrapper{padding:0;margin:0}.ce-grid-fullscreen{position:fixed!important;z-index:9999!important;top:0;left:0;right:0;bottom:0;background:#fff;width:100vw;height:100vh;margin:0!important;padding:0!important;display:flex;flex-direction:column;overflow:auto}.ce-grid-fullscreen .grid-header{z-index:10000;background:#fff;position:sticky;top:0}.ce-grid-fullscreen .table-container{flex:1 1 auto;height:100%;max-height:100%;overflow:auto}.filter-row td{background:#f2f9e9!important}.filter-input-with-clear{width:100%;box-sizing:border-box;padding-right:28px}.filter-clear-icon-inside{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.1em;color:#888;z-index:2;-webkit-user-select:none;user-select:none;background:transparent;padding:0 2px;line-height:1}.table-container,.table-scroll-container,.custom-table,.custom-table th,.custom-table td,.table-header-cell,.table-cell,.pagination-container,.rows-per-page-container,.dropdown-menu,.dropdown-item,.filter-modal-content,.nested-table,.nested-table th,.nested-table td,.expanded-section,.column-modal-content,.column-list,.column-item,.search-input,.grid-search-input{font-size:.82rem}.table-header-cell,.custom-table th{font-size:.95rem;padding-top:.22rem;padding-bottom:.22rem}.table-cell,.custom-table td{padding-top:.16rem;padding-bottom:.16rem}.pagination-ellipsis{background:none;border:none;color:#888;font-size:1.15rem;padding:0 8px;cursor:pointer;min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center}.no-records-row{width:100%}.no-records-cell{text-align:center;padding:2rem!important;font-size:1rem;color:#666;background-color:#f9f9f9;border:1px solid #ddd}.dropdown-fixed-position{position:fixed!important;z-index:1000!important}.dropdown-container{position:relative;z-index:100;margin-left:4px}.dropdown-trigger{cursor:pointer;padding:2px 4px;border-radius:2px;font-weight:700;display:inline-block}.dropdown-trigger.filter-active{color:#0092bc}.dropdown-trigger:hover{background-color:#0000000d}.dropdown-menu{position:fixed;background-color:#fff;box-shadow:0 .25rem .625rem #0000004d;z-index:1500;display:flex;flex-direction:column;width:12.5rem;border-radius:.25rem;border:.0625rem solid #ddd;overflow:hidden}.dropdown-item{padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-menu.adjust-left{left:auto;right:0}.dropdown-menu.adjust-right{right:auto;left:0}.dropdown-menu.adjust-top{top:auto}.column-list-container{max-height:400px;overflow-y:auto;margin:10px 0}.column-item{display:flex;align-items:center;padding:8px;border:1px solid transparent;margin:4px 0;border-radius:4px;background-color:#f8f8f8;cursor:grab;transition:background-color .2s,transform .2s}.column-item:hover{background-color:#f0f0f0}.column-item.dragging{opacity:.5;background-color:#e0e0e0;transform:scale(1.02);box-shadow:0 2px 5px #0000001a}.column-item.drag-over{border:1px dashed #666}.column-drag-handle{display:flex;align-items:center;margin-right:10px;cursor:grab;color:#666}.column-drag-handle:hover{color:#333}.column-modal-description{margin-top:5px;margin-bottom:15px;font-size:14px;color:#666;padding:0 10px}.truncated-text-with-tooltip{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer}.truncated-text-ellipsis{margin-left:4px;color:#007bff;cursor:pointer;-webkit-user-select:none;user-select:none}.truncated-text-tooltip{z-index:10000;background:#f8f8f8;color:#222;border:1px solid #ddd;padding:10px 14px;border-radius:4px;box-shadow:0 2px 10px #0003;white-space:pre-wrap;font-size:.9em;max-width:300px;max-height:300px;overflow-y:auto;word-break:break-word;line-height:1.4;position:absolute;top:var(--tooltip-top, 0);left:var(--tooltip-left, 0)}.global-tooltip{z-index:99999!important}.truncated-text-tooltip{animation:tooltip-fade-in .2s ease-out}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.skeleton-table table{width:100%;border-collapse:collapse}.skeleton-table th,.skeleton-table td{padding:8px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);border-radius:4px;height:20px;animation:skeleton-loading 1.2s infinite linear}.skeleton-header{height:24px;width:80px}.skeleton-cell{height:20px;width:100%}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.radio-button-group.horizontal{display:flex;flex-direction:row;gap:1rem}.radio-center-wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.radio-button{display:flex;align-items:center;cursor:pointer;justify-content:center}.radio-button input[type=radio]{margin-right:.5rem;cursor:pointer;accent-color:var(--primary-color)}.radio-button label{font-size:1rem;color:#333}.radio-button input[type=radio]:checked{accent-color:#28a745}.radio-button-group.vertical{display:flex;flex-direction:column;gap:.5rem}.dp-wrapper{font-family:sans-serif;position:relative;display:inline-block}.dp-input{width:15.625rem;padding:.5rem .75rem;border:.125rem solid #1976d2;border-radius:.5rem;font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dp-calendar{position:absolute;top:110%;width:17.5rem;background:#fff;border-radius:.5rem;box-shadow:0 .25rem .75rem #00000026;padding:1rem;z-index:100;height:18.125rem}.dp-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:.75rem;font-size:1rem}.dp-title{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#0f172a}.dp-toggle-icon{background:#fff;border:none;padding:0;font-size:2.125rem;border-radius:.5rem;cursor:pointer;color:#0f172a;text-align:center;height:1.5625rem;display:flex;place-items:center}.dp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-weight:500;font-size:.875rem;color:#444;margin-bottom:.375rem;text-align:center}.dp-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.0625rem;text-align:center}.dp-day{width:2.25rem;height:2.25rem;line-height:2.25rem;border-radius:50%;cursor:pointer;color:#333;font-size:.875rem;display:flex;justify-content:center;align-items:center;transition:background .2s ease}.dp-day:hover{background:#e3f2fd}.dp-day.selected{background-color:var(--primary-color);color:#fff}.dp-day.empty{visibility:hidden}.dp-years-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;text-align:center}.dp-year-item{padding:.5rem;border-radius:.375rem;cursor:pointer;transition:background .2s ease}.dp-year-item:hover{background-color:#e3f2fd}.dp-slide-left{animation:slideLeft .3s ease}.dp-slide-right{animation:slideRight .3s ease}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.dp-controls{display:flex;gap:.5rem}.dp-controls button{background:#f1f5f9;border:none;padding:.375rem .75rem;font-size:1.125rem;border-radius:.5rem;cursor:pointer}button{background:#959596;border:.0625rem solid #1976d2;border-radius:.25rem;padding:.375rem .75rem;cursor:pointer;color:#0f172a;transition:all .2s ease}button:active{background:#fff;transform:translateY(2px)}button:focus{outline:none}.dp-input-container{position:relative;margin-top:1rem;border:.09375rem solid #ccc;border-radius:.25rem;padding:.3125rem;min-height:1.625rem;cursor:text;width:13.125rem}.dp-input-container.focused{border-color:var(--primary-color)}.dp-label{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);background-color:#fff;padding:0 .25rem;color:#666;transition:all .2s ease;pointer-events:none}.dp-label.floating{top:0;transform:translateY(-50%) scale(.8);color:var(--primary-color);left:1px}.dp-input-wrapper{display:flex;align-items:center;gap:0px;opacity:0;transition:opacity .2s ease}.dp-input-container.focused .dp-input-wrapper{opacity:1}.date-input-part{width:1.4rem;border:none;outline:none;text-align:center;background:transparent;padding:0 .125rem}.date-input-part:focus{background-color:transparent}input[type=text].date-input-part:last-of-type{width:36px;margin-left:0}.dp-icon{cursor:pointer;margin-left:5.313rem}.dp-input-container.invalid{border-color:red}.dp-label.invalid{color:red}.dp-day.today{background-color:var(--primary-color);color:#fff}.dp-input-wrapper span{padding:0}img{overflow-clip-margin:content-box;overflow:clip}.date-range-picker{position:relative;max-width:100%;max-width:420px;font-family:Inter;margin:20px 0}.floating-label{position:absolute;top:18px;left:14px;color:#aaa;font-size:14px;pointer-events:none;background-color:#fff;padding:0 4px;transition:.2s ease all}.floating-label.float{top:-10px;left:10px;font-size:12px;color:#666}.input-group{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:12px;gap:8px;transition:border-color .2s ease}.input-group.input-error{border-color:#e74c3c}.input-group input{flex:1;width:100%;border:none;outline:none;font-size:14px;background:transparent}.separator{color:#999}.error-text{color:#e74c3c;font-size:12px;margin-top:4px}@media (max-width: 600px){.input-group{flex-direction:column;align-items:stretch;gap:12px}.separator{display:none}.floating-label.float{top:-10px;font-size:12px}}.floating-input-wrapper{position:relative;margin:20px 0;width:100%;font-family:sans-serif}.floating-input{width:100%;padding:14px 12px 12px;font-size:16px;border:1px solid #161616;border-radius:6px;outline:none;transition:border-color .6s ease}.floating-input:focus{border-color:#999}.floating-label{position:absolute;left:12px;top:16px;color:#999;font-size:14px;background-color:#fff;padding:0 4px;pointer-events:none;transition:all .2s ease}.floating-input-wrapper.focused .floating-label{top:-8px;left:12px;font-size:12px;color:#333}.grid-container{background-color:transparent}:root{--primary-color: #6FB744;--secondary-color: #0092bc;--primary-text-button-color: #1976d2;--text-color: #444545;--content-text-bg-color: #eeeeee;--content-higilight-bg-color: #a1e4e9;--content-highlight-text-color: #c8d9e8;--border-color1: #e4e4e4;--border-color2: #79747e;--grey-color: #79747e;--warning-color: #be2020;--success-color: #eafffb;--error-color: #fcbbbb;--info-color: #fff8ea;--white-color: #ffffff;--black-color: #000000;--light-grey-color: #f5f5f5;--dark-grey-color: #333333;--light-blue-color: #2196f3;--dark-blue-color: #1976d2;--light-green-color: #4caf50;--font-primary: "Inter", sans-serif;--font-secondary: "Inter", sans-serif;--line-height-base: 1.5;--form-borders-normal-1: #dcdcdc;--hover-color: #689f38}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:700;color:var(--text-color);margin:10px 0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}.subtitle1{font-size:1rem;font-weight:700}.subtitle2{font-size:.9rem;font-weight:700}.body1,p{font-size:1rem;font-weight:regular}.body2{font-size:.9rem;font-weight:regular}ul,li{font-size:12px}.ceui-header{display:flex;justify-content:space-between;align-items:center;min-height:4rem;background-color:var(--white-color);border-bottom:.0625rem solid var(--form-borders-normal-1);padding:0 1.25rem;position:fixed;overflow:visible;top:0;left:0;right:0;z-index:1100;box-shadow:0 .125rem .25rem #0000001a}.ceui-header-center{flex:1;display:flex;justify-content:center;align-items:center}.ceui-header-right{display:flex;align-items:center;gap:1rem}html,body{height:100%;width:100%;margin:0;overflow:hidden;min-height:100vh}.app-root{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.ceui-main-layout{display:flex;flex:1;overflow:hidden;flex-grow:1;background-color:"transparent";overflow-y:auto;width:100%}.ceui-sub-content{flex:1;min-height:0;padding:1rem;overflow-y:auto;background-color:var(--light-grey-color);width:100%}.ceui-main-layout>.CEMenuBar{flex-shrink:0;width:250px;overflow-y:auto;margin:0;padding:0}@media (min-width: 1024px){.ceui-main-layout{margin-top:100px}}@media (max-width: 768px){.ceui-user-info{max-width:80%;font-size:.9rem}}.ceui-user-info{display:flex;align-items:flex-start;flex-direction:column;white-space:normal;color:#333}.ceui-user-name{font-size:1rem;font-weight:700;color:#333;margin-right:1.5rem}.ceui-user-role{font-size:.875rem;color:#666;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ceui-search-container{position:absolute;top:50%;transform:translateY(-50%);transition:left .4s ease,transform .4s ease,opacity .3s ease;background:#fff;border:.0625rem solid #ccc;border-radius:.5rem;padding:.5rempx;box-shadow:0 2px 4px #0003;width:18.75rem;z-index:1000;pointer-events:none;opacity:0}.ceui-search-container.animate{left:50%!important;transform:translate(-50%,-50%);opacity:1;pointer-events:auto}.ceui-search-bar{position:relative;width:100%}.ceui-search-wrapper{position:absolute;top:50%;transform:translateY(-50%);transition:left .4s ease,transform .4s ease;z-index:1000}.ceui-search-wrapper.from-right{left:calc(100% - 3rem);transform:translateY(-50%);opacity:0}.ceui-search-wrapper.centered{left:50%;transform:translate(-50%,-50%);opacity:1}.ceui-animated-search-wrapper{position:relative;display:flex;align-items:center;transition:width .4s ease,transform .4s ease;overflow:visible;height:2.8rem;border-radius:2rem;background-color:#c8e6c8;box-shadow:0 2px 4px #0000001a;padding:0;margin:0 auto;box-shadow:none}.ceui-animated-search-wrapper.collapsed{width:2.8rem;height:2.8rem;justify-content:center;align-items:center;border-radius:50%;background-color:transparent;padding:0;box-shadow:none;overflow:hidden}.ceui-animated-search-wrapper.expanded{position:fixed;left:50%;transform:translate(-50%);width:30rem;height:2.8rem;justify-content:space-between;border-radius:2rem;background-color:#dbefdb;padding:0 1rem}.ceui-search-input{flex:1;padding:8px 12px;border:none;border-radius:2rem;font-size:1rem;outline:none;background-color:transparent;color:var(--text-color);display:block}.ceui-search-icon-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.ceui-search-input{flex:1;padding:8px 12px;border:none;border-radius:0;font-size:1rem;outline:none;width:100%;background-color:transparent;color:var(--text-color)}.ceui-search-suggestions{position:absolute;top:110%;background-color:var(--white-color);border:1px solid var(--form-borders-normal-1);border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;width:100%;z-index:1100;box-sizing:border-box}.suggestion-category{font-weight:700;margin-bottom:4px;font-size:.7rem;color:var(--text-color)}.suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.suggestion-item{background-color:#dbefdb;border-radius:4px;cursor:pointer;border:1px solid var(--form-borders-normal-1);font-size:.8rem;color:var(--text-color);justify-content:space-between;display:flex;gap:1rem;padding:.2rem}.suggestion-item:hover{background-color:#dbefdb}.ceui-search-button{background:none;border:none;cursor:pointer;padding:0;margin:0;outline:none;position:relative;z-index:1100}.close-icon{background:none;border:none;color:rgba(var(--black-color),.6);cursor:pointer;padding:0;transition:color .2s ease-in-out}.suggestion-item:hover .close-icon{opacity:1}.ceui-search-button:focus{outline:none;box-shadow:none}.notification .badge{position:absolute;top:-10px;right:-10px;padding:5px 10px;border-radius:50%;background:red;color:#fff}.grid-container{width:100%}.section-title{font-size:20px}#root{min-height:100vh;width:100%}.validated-input-wrapper{position:relative;margin:0;display:flex;width:100%;flex-direction:column}.validated-input-label{position:absolute;top:35%;left:.5rem;transform:translateY(-50%);font-size:1rem;color:#aaa;transition:all .2s ease;pointer-events:none}.validated-input-label.shrink{top:-.0625rem;font-size:.75rem;color:var(--primary-color);background:#fff;padding:0 .25rem}.validated-input-field{width:100%;max-width:18.75rem;padding:1.125rem .375rem .375rem;font-size:.875rem;border:.0625rem solid #ccc;border-radius:.25rem;outline:none;transition:all .2s ease}.validated-input-wrapper.focused .validated-input-field{border-color:var(--primary-color)}.validated-input-wrapper.focused .validated-input-label{color:var(--black-color)}.validated-input-wrapper.error .validated-input-field{border-color:red}.validated-input-wrapper.error .validated-input-label{color:red}.validated-input-error{font-size:.75rem;color:red;margin-top:.25rem}:root{--dd-radius: .5rem;--dd-pad-inline: .75rem;--dd-pad-block: .7rem;--dd-font: clamp(.875rem, .9vw + .5rem, 1rem)}.dropdown-container{position:relative;width:100%;max-width:400px;font-family:Inter,Arial;box-sizing:border-box}.dropdown-input{width:100%;display:flex;align-items:center;position:relative;padding:var(--dd-pad-block) 3rem var(--dd-pad-block) var(--dd-pad-inline);font-size:var(--dd-font);min-height:calc(var(--dd-font) * 3);border:1px solid #ccc;border-radius:var(--dd-radius);background:#fff;cursor:pointer;box-sizing:border-box}.dropdown-input.open{border-bottom:1px solid #ccc;border-bottom-left-radius:0;border-bottom-right-radius:0}.floating-placeholder{position:absolute;left:var(--dd-pad-inline);top:50%;transform:translateY(-50%);padding:0 .25em;background:#fff;font-size:var(--dd-font);color:#666;line-height:1;pointer-events:none;transition:.2s ease-in-out}.dropdown-container.float .floating-placeholder{top:0;transform:translateY(-50%);font-size:.75em;color:#000}.selected-display{display:flex;flex-wrap:wrap;gap:.3rem;flex:1}.placeholder{color:#aaa}.chip{background:var(--primary-color);border-radius:.25;padding:.1rem .4rem;font-size:.65rem;color:#fff;display:flex;align-items:center;gap:.3rem}.chip .close-icon{cursor:pointer;font-size:1rem;color:#fff}.clear-button{background:none;border:none;font-size:1.25rem;color:#666;margin-left:.5rem;cursor:pointer;padding:0}.dropdown-toggle-icon{position:absolute;right:var(--dd-pad-inline);top:50%;transform:translateY(-50%);pointer-events:none}.dropdown-icon-img{width:1.15em;height:1.15em;transition:transform .2s ease-in-out}.dropdown-input.open .dropdown-icon-img{transform:rotate(180deg)}.dropdown-options{position:absolute;top:100%;left:0;width:100%;margin:-1px 0 0;padding:0;list-style:none;border:1px solid #ccc;border-top:none;border-radius:0 0 var(--dd-radius) var(--dd-radius);background:#fff;box-shadow:0 4px 8px #0000000d;max-height:18rem;overflow-y:auto;z-index:1000;box-sizing:border-box}.dropdown-option{width:100%;box-sizing:border-box;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.dropdown-option:hover{background:#f5f5f5}.dropdown-option.selected{background:#e6f7ff}.dropdown-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1em;height:1em;margin-right:.5em;border:1px solid #ccc;border-radius:.2em;background:#fff;position:relative;cursor:pointer}.dropdown-option input[type=checkbox]:checked{background-color:#4caf50;border-color:#4caf50}.dropdown-option input[type=checkbox]:after{content:"";position:absolute;display:block;width:.2em;height:.5em;border:solid #fff;border-width:0 .15em .15em 0;top:15%;left:35%;transform:rotate(45deg)}@media (max-width: 600px){.dropdown-input{padding:.5rem;font-size:.85rem}.chip{font-size:.75rem}.floating-placeholder{font-size:.85rem}}.ce-menu-bar{display:flex;justify-content:center;align-items:center;background-color:#65b230;height:50px;width:100vw;position:fixed;top:64px;left:0;z-index:1000;margin:0;padding:0}.ce-menu-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;width:100%;padding:0 20px}.ce-menu-button{background:none;color:#fff;font-weight:700;outline:none;border:none;box-shadow:none;font-size:14px;text-transform:uppercase;padding:10px 15px;cursor:pointer;display:flex;align-items:center}.ce-dropdown{position:absolute;top:100%;left:0;background:#fff;margin:0;list-style:none;padding:0;min-width:180px;box-shadow:0 4px 8px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.ce-menu-button:focus,.ce-menu-button:active{outline:none;box-shadow:none;border:none}.ce-submenu{position:absolute;top:50px;left:auto;margin:0;padding:0;z-index:1100;list-style:none;background:#fff;min-width:180px;box-shadow:0 4px 8px #00000026;overflow:visible;max-height:none}.ce-dropdown-item .ce-submenu{position:absolute;top:0;left:100%;z-index:1002;background:#fff;min-width:180px;box-shadow:0 4px 8px #00000026}.ce-dropdown-item{padding:10px 15px;font-size:14px;color:#333;white-space:nowrap;cursor:pointer;position:relative}.ce-dropdown-item:hover{background-color:#f0f0f0}.has-submenu>.ce-submenu{left:100%;top:0;position:absolute}.ce-icon{margin-left:6px;font-size:10px}.ce-icon.right{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ce-menu-item{position:relative;display:flex;align-items:center;height:100%;border:none}.pagination{display:flex;justify-content:end;align-items:center;margin:1rem 0;font-family:Arial,sans-serif}.pagination-button{margin:0 .5rem;padding:0;border:none;background:none;color:#000;outline:none;cursor:pointer;font-size:1rem;font-weight:400;text-decoration:none;transition:color .2s ease}.pagination-button:hover{text-decoration:underline}.pagination-button:focus{outline:none}.pagination-button.page-number.active{background-color:green;color:#fff;font-weight:700;border:none;border-radius:0;padding:.4rem .8rem;display:inline-flex;justify-content:center;align-items:center}.pagination-button.page-number:hover{background-color:#e0f2f1;color:#000}.pagination-button:disabled{font-weight:400;font-size:medium;background:none;border:none;text-decoration:none;cursor:not-allowed}.pagination-ellipsis{margin:0 .5rem;font-size:1rem;color:#666}.rich-text-editor{position:relative;display:flex;flex-direction:column;border:1px solid #ccc;border-radius:4px;overflow:hidden;background-color:#fff}.toolbar{position:sticky;top:0;background-color:#fff;border-bottom:1px solid #ccc;padding:5px;z-index:100;display:flex;flex-wrap:wrap;gap:5px}.toolbar-group{display:flex;gap:2px;align-items:center}.toolbar-button{padding:6px 10px;background-color:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;line-height:1;transition:all .2s ease}.toolbar-button.active{background-color:#e2e8f0;border-color:#94a3b8;box-shadow:inset 0 2px 4px #0000001a;transform:scale(.98)}.toolbar-button:hover{background-color:#f1f5f9}.toolbar-button:active{transform:scale(.95)}.toolbar-select{padding:6px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px}.editor-content{padding:10px;overflow-y:auto;flex:1;min-height:100px;word-wrap:break-word}.editor-content:focus{outline:none}.tabview-container{display:flex;height:100vh;font-family:Arial,sans-serif}.tabview-sidebar{width:280px;background-color:#f5f5f5;border-right:1px solid #ddd;display:flex;flex-direction:column}.tabview-tab{padding:12px 20px;cursor:pointer;font-size:14px;color:#333;border-bottom:1px solid #ddd;position:relative;transition:background-color .3s,color .3s}.tabview-tab-active{background-color:var(--primary-color, #65b230);color:#fff;font-weight:700;position:relative;z-index:1;box-shadow:0 4px 6px #0000001a;transform:scale(1.04);transform-origin:top right;transition:transform .3s ease}.tabview-tab-active:before{content:"";position:absolute;top:-13px;left:0;width:0;height:0;border-style:solid;border-width:14px 12px 0 0;border-color:var(--primary-color) transparent transparent transparent;transform:rotate(-181deg);z-index:-1;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.tabview-content{flex:1;padding:20px;overflow-y:auto}.ce-wrapper{min-height:100vh;display:flex;flex-direction:column}.ceui-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:64px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.ceui-header-left{display:flex;align-items:center}.ceui-header-right{display:flex;align-items:center;gap:16px}.ceui-avatar{display:flex;align-items:center;gap:8px}.ceui-user-info{margin-left:16px;display:flex;flex-direction:column}.ceui-footer{margin-top:auto;text-align:center;padding:10px;background-color:#333;color:#fff}.main-content{flex:1;padding:20px}body{margin:0;display:flex;place-items:center;min-width:20rem;min-height:40vh;justify-content:center}.time-picker-container{position:relative;width:18.75rem}.time-picker-input{position:relative;border:.125rem solid var(--primary-color);border-radius:.5rem;padding:.625rem .9375rem;display:flex;justify-content:space-between;align-items:center;cursor:text;background-color:#fff;transition:all .3s ease}.time-picker-input:hover,.time-picker-input.active{background-color:#f8f9fa}.floating-label{position:absolute;left:.9375rem;top:.4375rem;color:#6c757d;transition:all .3s ease;pointer-events:none;transform:translateY(0) scale(1);background:#fff;padding:0 .25rem}.floating-label.active{transform:translateY(-1.5rem) scale(.85);color:var(--primary-color)}.clock-icon{color:#6c757d;position:absolute;right:.9375rem;cursor:pointer}.time-picker-popup{display:none;position:absolute;top:100%;left:0;z-index:1000;width:100%;background:#fff;border:.0625rem solid #ddd;border-radius:.25rem;box-shadow:0 .125rem .25rem #0000001a;margin-top:.25rem}.time-picker-popup.open{display:block}.time-picker-sections{display:flex;gap:1.25rem;max-height:10.625rem}.time-section{flex:1;display:flex;flex-direction:column}.time-section.period{min-width:4rem}.section-label{font-size:.875rem;color:#6c757d;margin-bottom:.5rem;text-align:center}.time-list{overflow-y:auto;max-height:12.5rem;scrollbar-width:thin}.time-item{padding:.5rem;text-align:center;cursor:pointer;transition:all .2s ease}.time-item.selected{background-color:var(--primary-color);color:#fff;border-radius:.25rem}.period-list{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.period-item{padding:.5rem;text-align:center;cursor:pointer;transition:all .2s ease;border-radius:.25rem}.period-item:hover{background-color:#f8f9fa}.period-item.selected{background-color:var(--primary-color);color:#fff}.time-list::-webkit-scrollbar{width:.25rem}.time-picker-actions{display:flex;justify-content:flex-end;padding:1rem;gap:.5rem}.time-picker-button{padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.time-input{border:none;outline:none;background:transparent;font-size:1rem;color:#212529;width:100%;padding-right:1.875rem}.transfer-list-container{display:flex;align-items:center;gap:16px;padding:16px}.transfer-box{width:12rem;height:18rem;position:relative;border:1px solid #e0e0e0;background-color:#fafafa;border-radius:8px;box-shadow:0 1px 3px #0000001a}.header-content{position:sticky;top:0;background-color:#fafafa;padding:8px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e0e0e0;z-index:1}.transfer-items{height:calc(100% - 85px);overflow-y:auto;padding:8px}.checkbox-wrapper{padding-top:4px}span.item-count{font-size:14px;color:#666;padding:.6rem}.title-section{display:flex;flex-direction:column}.transfer-buttons{padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:20px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#f4f4f4;cursor:pointer}
@@ -30,7 +30,7 @@ React keys must be passed directly to JSX without using spread:
30
30
  * @license MIT
31
31
  */function invariant(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function warning(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function createPath({pathname:e="/",search:t="",hash:r=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function parsePath(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substring(r),e=e.substring(0,r));let i=e.indexOf("?");i>=0&&(t.search=e.substring(i),e=e.substring(0,i)),e&&(t.pathname=e)}return t}function matchRoutes(e,t,r="/"){return matchRoutesImpl(e,t,r,!1)}function matchRoutesImpl(e,t,r,i){let s=typeof t=="string"?parsePath(t):t,n=stripBasename(s.pathname||"/",r);if(n==null)return null;let a=flattenRoutes(e);rankRouteBranches(a);let o=null;for(let l=0;o==null&&l<a.length;++l){let f=decodePath(n);o=matchRouteBranch(a[l],f,i)}return o}function flattenRoutes(e,t=[],r=[],i=""){let s=(n,a,o)=>{let l={relativePath:o===void 0?n.path||"":o,caseSensitive:n.caseSensitive===!0,childrenIndex:a,route:n};l.relativePath.startsWith("/")&&(invariant(l.relativePath.startsWith(i),`Absolute route path "${l.relativePath}" nested under path "${i}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),l.relativePath=l.relativePath.slice(i.length));let f=joinPaths([i,l.relativePath]),c=r.concat(l);n.children&&n.children.length>0&&(invariant(n.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${f}".`),flattenRoutes(n.children,t,c,f)),!(n.path==null&&!n.index)&&t.push({path:f,score:computeScore(f,n.index),routesMeta:c})};return e.forEach((n,a)=>{var o;if(n.path===""||!((o=n.path)!=null&&o.includes("?")))s(n,a);else for(let l of explodeOptionalSegments(n.path))s(n,a,l)}),t}function explodeOptionalSegments(e){let t=e.split("/");if(t.length===0)return[];let[r,...i]=t,s=r.endsWith("?"),n=r.replace(/\?$/,"");if(i.length===0)return s?[n,""]:[n];let a=explodeOptionalSegments(i.join("/")),o=[];return o.push(...a.map(l=>l===""?n:[n,l].join("/"))),s&&o.push(...a),o.map(l=>e.startsWith("/")&&l===""?"/":l)}function rankRouteBranches(e){e.sort((t,r)=>t.score!==r.score?r.score-t.score:compareIndexes(t.routesMeta.map(i=>i.childrenIndex),r.routesMeta.map(i=>i.childrenIndex)))}var paramRe=/^:[\w-]+$/,dynamicSegmentValue=3,indexRouteValue=2,emptySegmentValue=1,staticSegmentValue=10,splatPenalty=-2,isSplat=e=>e==="*";function computeScore(e,t){let r=e.split("/"),i=r.length;return r.some(isSplat)&&(i+=splatPenalty),t&&(i+=indexRouteValue),r.filter(s=>!isSplat(s)).reduce((s,n)=>s+(paramRe.test(n)?dynamicSegmentValue:n===""?emptySegmentValue:staticSegmentValue),i)}function compareIndexes(e,t){return e.length===t.length&&e.slice(0,-1).every((i,s)=>i===t[s])?e[e.length-1]-t[t.length-1]:0}function matchRouteBranch(e,t,r=!1){let{routesMeta:i}=e,s={},n="/",a=[];for(let o=0;o<i.length;++o){let l=i[o],f=o===i.length-1,c=n==="/"?t:t.slice(n.length)||"/",m=matchPath({path:l.relativePath,caseSensitive:l.caseSensitive,end:f},c),u=l.route;if(!m&&f&&r&&!i[i.length-1].route.index&&(m=matchPath({path:l.relativePath,caseSensitive:l.caseSensitive,end:!1},c)),!m)return null;Object.assign(s,m.params),a.push({params:s,pathname:joinPaths([n,m.pathname]),pathnameBase:normalizePathname(joinPaths([n,m.pathnameBase])),route:u}),m.pathnameBase!=="/"&&(n=joinPaths([n,m.pathnameBase]))}return a}function matchPath(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,i]=compilePath(e.path,e.caseSensitive,e.end),s=t.match(r);if(!s)return null;let n=s[0],a=n.replace(/(.)\/+$/,"$1"),o=s.slice(1);return{params:i.reduce((f,{paramName:c,isOptional:m},u)=>{if(c==="*"){let d=o[u]||"";a=n.slice(0,n.length-d.length).replace(/(.)\/+$/,"$1")}const x=o[u];return m&&!x?f[c]=void 0:f[c]=(x||"").replace(/%2F/g,"/"),f},{}),pathname:n,pathnameBase:a,pattern:e}}function compilePath(e,t=!1,r=!0){warning(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let i=[],s="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(a,o,l)=>(i.push({paramName:o,isOptional:l!=null}),l?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(i.push({paramName:"*"}),s+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?s+="\\/*$":e!==""&&e!=="/"&&(s+="(?:(?=\\/|$))"),[new RegExp(s,t?void 0:"i"),i]}function decodePath(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return warning(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function stripBasename(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,i=e.charAt(r);return i&&i!=="/"?null:e.slice(r)||"/"}function resolvePath(e,t="/"){let{pathname:r,search:i="",hash:s=""}=typeof e=="string"?parsePath(e):e;return{pathname:r?r.startsWith("/")?r:resolvePathname(r,t):t,search:normalizeSearch(i),hash:normalizeHash(s)}}function resolvePathname(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(s=>{s===".."?r.length>1&&r.pop():s!=="."&&r.push(s)}),r.length>1?r.join("/"):"/"}function getInvalidPathError(e,t,r,i){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(i)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function getPathContributingMatches(e){return e.filter((t,r)=>r===0||t.route.path&&t.route.path.length>0)}function getResolveToMatches(e){let t=getPathContributingMatches(e);return t.map((r,i)=>i===t.length-1?r.pathname:r.pathnameBase)}function resolveTo(e,t,r,i=!1){let s;typeof e=="string"?s=parsePath(e):(s={...e},invariant(!s.pathname||!s.pathname.includes("?"),getInvalidPathError("?","pathname","search",s)),invariant(!s.pathname||!s.pathname.includes("#"),getInvalidPathError("#","pathname","hash",s)),invariant(!s.search||!s.search.includes("#"),getInvalidPathError("#","search","hash",s)));let n=e===""||s.pathname==="",a=n?"/":s.pathname,o;if(a==null)o=r;else{let m=t.length-1;if(!i&&a.startsWith("..")){let u=a.split("/");for(;u[0]==="..";)u.shift(),m-=1;s.pathname=u.join("/")}o=m>=0?t[m]:"/"}let l=resolvePath(s,o),f=a&&a!=="/"&&a.endsWith("/"),c=(n||a===".")&&r.endsWith("/");return!l.pathname.endsWith("/")&&(f||c)&&(l.pathname+="/"),l}var joinPaths=e=>e.join("/").replace(/\/\/+/g,"/"),normalizePathname=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),normalizeSearch=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,normalizeHash=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function isRouteErrorResponse(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var validMutationMethodsArr=["POST","PUT","PATCH","DELETE"];new Set(validMutationMethodsArr);var validRequestMethodsArr=["GET",...validMutationMethodsArr];new Set(validRequestMethodsArr);var DataRouterContext=React2__namespace.createContext(null);DataRouterContext.displayName="DataRouter";var DataRouterStateContext=React2__namespace.createContext(null);DataRouterStateContext.displayName="DataRouterState";var ViewTransitionContext=React2__namespace.createContext({isTransitioning:!1});ViewTransitionContext.displayName="ViewTransition";var FetchersContext=React2__namespace.createContext(new Map);FetchersContext.displayName="Fetchers";var AwaitContext=React2__namespace.createContext(null);AwaitContext.displayName="Await";var NavigationContext=React2__namespace.createContext(null);NavigationContext.displayName="Navigation";var LocationContext=React2__namespace.createContext(null);LocationContext.displayName="Location";var RouteContext=React2__namespace.createContext({outlet:null,matches:[],isDataRoute:!1});RouteContext.displayName="Route";var RouteErrorContext=React2__namespace.createContext(null);RouteErrorContext.displayName="RouteError";function useHref(e,{relative:t}={}){invariant(useInRouterContext(),"useHref() may be used only in the context of a <Router> component.");let{basename:r,navigator:i}=React2__namespace.useContext(NavigationContext),{hash:s,pathname:n,search:a}=useResolvedPath(e,{relative:t}),o=n;return r!=="/"&&(o=n==="/"?r:joinPaths([r,n])),i.createHref({pathname:o,search:a,hash:s})}function useInRouterContext(){return React2__namespace.useContext(LocationContext)!=null}function useLocation(){return invariant(useInRouterContext(),"useLocation() may be used only in the context of a <Router> component."),React2__namespace.useContext(LocationContext).location}var navigateEffectWarning="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function useIsomorphicLayoutEffect(e){React2__namespace.useContext(NavigationContext).static||React2__namespace.useLayoutEffect(e)}function useNavigate(){let{isDataRoute:e}=React2__namespace.useContext(RouteContext);return e?useNavigateStable():useNavigateUnstable()}function useNavigateUnstable(){invariant(useInRouterContext(),"useNavigate() may be used only in the context of a <Router> component.");let e=React2__namespace.useContext(DataRouterContext),{basename:t,navigator:r}=React2__namespace.useContext(NavigationContext),{matches:i}=React2__namespace.useContext(RouteContext),{pathname:s}=useLocation(),n=JSON.stringify(getResolveToMatches(i)),a=React2__namespace.useRef(!1);return useIsomorphicLayoutEffect(()=>{a.current=!0}),React2__namespace.useCallback((l,f={})=>{if(warning(a.current,navigateEffectWarning),!a.current)return;if(typeof l=="number"){r.go(l);return}let c=resolveTo(l,JSON.parse(n),s,f.relative==="path");e==null&&t!=="/"&&(c.pathname=c.pathname==="/"?t:joinPaths([t,c.pathname])),(f.replace?r.replace:r.push)(c,f.state,f)},[t,r,n,s,e])}React2__namespace.createContext(null);function useResolvedPath(e,{relative:t}={}){let{matches:r}=React2__namespace.useContext(RouteContext),{pathname:i}=useLocation(),s=JSON.stringify(getResolveToMatches(r));return React2__namespace.useMemo(()=>resolveTo(e,JSON.parse(s),i,t==="path"),[e,s,i,t])}function useRoutesImpl(e,t,r,i){invariant(useInRouterContext(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:s}=React2__namespace.useContext(NavigationContext),{matches:n}=React2__namespace.useContext(RouteContext),a=n[n.length-1],o=a?a.params:{},l=a?a.pathname:"/",f=a?a.pathnameBase:"/",c=a&&a.route;{let y=c&&c.path||"";warningOnce(l,!c||y.endsWith("*")||y.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${l}" (under <Route path="${y}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
32
32
 
33
- Please change the parent <Route path="${y}"> to <Route path="${y==="/"?"*":`${y}/*`}">.`)}let m=useLocation(),u;u=m;let x=u.pathname||"/",d=x;if(f!=="/"){let y=f.replace(/^\//,"").split("/");d="/"+x.replace(/^\//,"").split("/").slice(y.length).join("/")}let p=matchRoutes(e,{pathname:d});return warning(c||p!=null,`No routes matched location "${u.pathname}${u.search}${u.hash}" `),warning(p==null||p[p.length-1].route.element!==void 0||p[p.length-1].route.Component!==void 0||p[p.length-1].route.lazy!==void 0,`Matched leaf route at location "${u.pathname}${u.search}${u.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`),_renderMatches(p&&p.map(y=>Object.assign({},y,{params:Object.assign({},o,y.params),pathname:joinPaths([f,s.encodeLocation?s.encodeLocation(y.pathname).pathname:y.pathname]),pathnameBase:y.pathnameBase==="/"?f:joinPaths([f,s.encodeLocation?s.encodeLocation(y.pathnameBase).pathname:y.pathnameBase])})),n,r,i)}function DefaultErrorComponent(){let e=useRouteError(),t=isRouteErrorResponse(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,i="rgba(200,200,200, 0.5)",s={padding:"0.5rem",backgroundColor:i},n={padding:"2px 4px",backgroundColor:i},a=null;return console.error("Error handled by React Router default ErrorBoundary:",e),a=React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("p",null,"💿 Hey developer 👋"),React2__namespace.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",React2__namespace.createElement("code",{style:n},"ErrorBoundary")," or"," ",React2__namespace.createElement("code",{style:n},"errorElement")," prop on your route.")),React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("h2",null,"Unexpected Application Error!"),React2__namespace.createElement("h3",{style:{fontStyle:"italic"}},t),r?React2__namespace.createElement("pre",{style:s},r):null,a)}var defaultErrorElement=React2__namespace.createElement(DefaultErrorComponent,null),RenderErrorBoundary=class extends React2__namespace.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error!==void 0?React2__namespace.createElement(RouteContext.Provider,{value:this.props.routeContext},React2__namespace.createElement(RouteErrorContext.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function RenderedRoute({routeContext:e,match:t,children:r}){let i=React2__namespace.useContext(DataRouterContext);return i&&i.static&&i.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(i.staticContext._deepestRenderedBoundaryId=t.route.id),React2__namespace.createElement(RouteContext.Provider,{value:e},r)}function _renderMatches(e,t=[],r=null,i=null){if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let s=e,n=r==null?void 0:r.errors;if(n!=null){let l=s.findIndex(f=>f.route.id&&(n==null?void 0:n[f.route.id])!==void 0);invariant(l>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(n).join(",")}`),s=s.slice(0,Math.min(s.length,l+1))}let a=!1,o=-1;if(r)for(let l=0;l<s.length;l++){let f=s[l];if((f.route.HydrateFallback||f.route.hydrateFallbackElement)&&(o=l),f.route.id){let{loaderData:c,errors:m}=r,u=f.route.loader&&!c.hasOwnProperty(f.route.id)&&(!m||m[f.route.id]===void 0);if(f.route.lazy||u){a=!0,o>=0?s=s.slice(0,o+1):s=[s[0]];break}}}return s.reduceRight((l,f,c)=>{let m,u=!1,x=null,d=null;r&&(m=n&&f.route.id?n[f.route.id]:void 0,x=f.route.errorElement||defaultErrorElement,a&&(o<0&&c===0?(warningOnce("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),u=!0,d=null):o===c&&(u=!0,d=f.route.hydrateFallbackElement||null)));let p=t.concat(s.slice(0,c+1)),E=()=>{let y;return m?y=x:u?y=d:f.route.Component?y=React2__namespace.createElement(f.route.Component,null):f.route.element?y=f.route.element:y=l,React2__namespace.createElement(RenderedRoute,{match:f,routeContext:{outlet:l,matches:p,isDataRoute:r!=null},children:y})};return r&&(f.route.ErrorBoundary||f.route.errorElement||c===0)?React2__namespace.createElement(RenderErrorBoundary,{location:r.location,revalidation:r.revalidation,component:x,error:m,children:E(),routeContext:{outlet:null,matches:p,isDataRoute:!0}}):E()},null)}function getDataRouterConsoleError(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext(e){let t=React2__namespace.useContext(DataRouterContext);return invariant(t,getDataRouterConsoleError(e)),t}function useDataRouterState(e){let t=React2__namespace.useContext(DataRouterStateContext);return invariant(t,getDataRouterConsoleError(e)),t}function useRouteContext(e){let t=React2__namespace.useContext(RouteContext);return invariant(t,getDataRouterConsoleError(e)),t}function useCurrentRouteId(e){let t=useRouteContext(e),r=t.matches[t.matches.length-1];return invariant(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function useRouteId(){return useCurrentRouteId("useRouteId")}function useRouteError(){var i;let e=React2__namespace.useContext(RouteErrorContext),t=useDataRouterState("useRouteError"),r=useCurrentRouteId("useRouteError");return e!==void 0?e:(i=t.errors)==null?void 0:i[r]}function useNavigateStable(){let{router:e}=useDataRouterContext("useNavigate"),t=useCurrentRouteId("useNavigate"),r=React2__namespace.useRef(!1);return useIsomorphicLayoutEffect(()=>{r.current=!0}),React2__namespace.useCallback(async(s,n={})=>{warning(r.current,navigateEffectWarning),r.current&&(typeof s=="number"?e.navigate(s):await e.navigate(s,{fromRouteId:t,...n}))},[e,t])}var alreadyWarned={};function warningOnce(e,t,r){!t&&!alreadyWarned[e]&&(alreadyWarned[e]=!0,warning(!1,r))}React2__namespace.memo(DataRoutes);function DataRoutes({routes:e,future:t,state:r}){return useRoutesImpl(e,void 0,r,t)}var defaultMethod="get",defaultEncType="application/x-www-form-urlencoded";function isHtmlElement(e){return e!=null&&typeof e.tagName=="string"}function isButtonElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="button"}function isFormElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="form"}function isInputElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="input"}function isModifiedEvent(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function shouldProcessLinkClick(e,t){return e.button===0&&(!t||t==="_self")&&!isModifiedEvent(e)}var _formDataSupportsSubmitter=null;function isFormDataSubmitterSupported(){if(_formDataSupportsSubmitter===null)try{new FormData(document.createElement("form"),0),_formDataSupportsSubmitter=!1}catch{_formDataSupportsSubmitter=!0}return _formDataSupportsSubmitter}var supportedFormEncTypes=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function getFormEncType(e){return e!=null&&!supportedFormEncTypes.has(e)?(warning(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${defaultEncType}"`),null):e}function getFormSubmissionInfo(e,t){let r,i,s,n,a;if(isFormElement(e)){let o=e.getAttribute("action");i=o?stripBasename(o,t):null,r=e.getAttribute("method")||defaultMethod,s=getFormEncType(e.getAttribute("enctype"))||defaultEncType,n=new FormData(e)}else if(isButtonElement(e)||isInputElement(e)&&(e.type==="submit"||e.type==="image")){let o=e.form;if(o==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let l=e.getAttribute("formaction")||o.getAttribute("action");if(i=l?stripBasename(l,t):null,r=e.getAttribute("formmethod")||o.getAttribute("method")||defaultMethod,s=getFormEncType(e.getAttribute("formenctype"))||getFormEncType(o.getAttribute("enctype"))||defaultEncType,n=new FormData(o,e),!isFormDataSubmitterSupported()){let{name:f,type:c,value:m}=e;if(c==="image"){let u=f?`${f}.`:"";n.append(`${u}x`,"0"),n.append(`${u}y`,"0")}else f&&n.append(f,m)}}else{if(isHtmlElement(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=defaultMethod,i=null,s=defaultEncType,a=e}return n&&s==="text/plain"&&(a=n,n=void 0),{action:i,method:r.toLowerCase(),encType:s,formData:n,body:a}}function invariant2(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}async function loadRouteModule(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function isHtmlLinkDescriptor(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function getKeyedPrefetchLinks(e,t,r){let i=await Promise.all(e.map(async s=>{let n=t.routes[s.route.id];if(n){let a=await loadRouteModule(n,r);return a.links?a.links():[]}return[]}));return dedupeLinkDescriptors(i.flat(1).filter(isHtmlLinkDescriptor).filter(s=>s.rel==="stylesheet"||s.rel==="preload").map(s=>s.rel==="stylesheet"?{...s,rel:"prefetch",as:"style"}:{...s,rel:"prefetch"}))}function getNewMatchesForLinks(e,t,r,i,s,n){let a=(l,f)=>r[f]?l.route.id!==r[f].route.id:!0,o=(l,f)=>{var c;return r[f].pathname!==l.pathname||((c=r[f].route.path)==null?void 0:c.endsWith("*"))&&r[f].params["*"]!==l.params["*"]};return n==="assets"?t.filter((l,f)=>a(l,f)||o(l,f)):n==="data"?t.filter((l,f)=>{var m;let c=i.routes[l.route.id];if(!c||!c.hasLoader)return!1;if(a(l,f)||o(l,f))return!0;if(l.route.shouldRevalidate){let u=l.route.shouldRevalidate({currentUrl:new URL(s.pathname+s.search+s.hash,window.origin),currentParams:((m=r[0])==null?void 0:m.params)||{},nextUrl:new URL(e,window.origin),nextParams:l.params,defaultShouldRevalidate:!0});if(typeof u=="boolean")return u}return!0}):[]}function getModuleLinkHrefs(e,t,{includeHydrateFallback:r}={}){return dedupeHrefs(e.map(i=>{let s=t.routes[i.route.id];if(!s)return[];let n=[s.module];return s.clientActionModule&&(n=n.concat(s.clientActionModule)),s.clientLoaderModule&&(n=n.concat(s.clientLoaderModule)),r&&s.hydrateFallbackModule&&(n=n.concat(s.hydrateFallbackModule)),s.imports&&(n=n.concat(s.imports)),n}).flat(1))}function dedupeHrefs(e){return[...new Set(e)]}function sortKeys(e){let t={},r=Object.keys(e).sort();for(let i of r)t[i]=e[i];return t}function dedupeLinkDescriptors(e,t){let r=new Set;return new Set(t),e.reduce((i,s)=>{let n=JSON.stringify(sortKeys(s));return r.has(n)||(r.add(n),i.push({key:n,link:s})),i},[])}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var NO_BODY_STATUS_CODES=new Set([100,101,204,205]);function singleFetchUrl(e,t){let r=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return r.pathname==="/"?r.pathname="_root.data":t&&stripBasename(r.pathname,t)==="/"?r.pathname=`${t.replace(/\/$/,"")}/_root.data`:r.pathname=`${r.pathname.replace(/\/$/,"")}.data`,r}function useDataRouterContext2(){let e=React2__namespace.useContext(DataRouterContext);return invariant2(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function useDataRouterStateContext(){let e=React2__namespace.useContext(DataRouterStateContext);return invariant2(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var FrameworkContext=React2__namespace.createContext(void 0);FrameworkContext.displayName="FrameworkContext";function useFrameworkContext(){let e=React2__namespace.useContext(FrameworkContext);return invariant2(e,"You must render this element inside a <HydratedRouter> element"),e}function usePrefetchBehavior(e,t){let r=React2__namespace.useContext(FrameworkContext),[i,s]=React2__namespace.useState(!1),[n,a]=React2__namespace.useState(!1),{onFocus:o,onBlur:l,onMouseEnter:f,onMouseLeave:c,onTouchStart:m}=t,u=React2__namespace.useRef(null);React2__namespace.useEffect(()=>{if(e==="render"&&a(!0),e==="viewport"){let p=y=>{y.forEach(_=>{a(_.isIntersecting)})},E=new IntersectionObserver(p,{threshold:.5});return u.current&&E.observe(u.current),()=>{E.disconnect()}}},[e]),React2__namespace.useEffect(()=>{if(i){let p=setTimeout(()=>{a(!0)},100);return()=>{clearTimeout(p)}}},[i]);let x=()=>{s(!0)},d=()=>{s(!1),a(!1)};return r?e!=="intent"?[n,u,{}]:[n,u,{onFocus:composeEventHandlers(o,x),onBlur:composeEventHandlers(l,d),onMouseEnter:composeEventHandlers(f,x),onMouseLeave:composeEventHandlers(c,d),onTouchStart:composeEventHandlers(m,x)}]:[!1,u,{}]}function composeEventHandlers(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function PrefetchPageLinks({page:e,...t}){let{router:r}=useDataRouterContext2(),i=React2__namespace.useMemo(()=>matchRoutes(r.routes,e,r.basename),[r.routes,e,r.basename]);return i?React2__namespace.createElement(PrefetchPageLinksImpl,{page:e,matches:i,...t}):null}function useKeyedPrefetchLinks(e){let{manifest:t,routeModules:r}=useFrameworkContext(),[i,s]=React2__namespace.useState([]);return React2__namespace.useEffect(()=>{let n=!1;return getKeyedPrefetchLinks(e,t,r).then(a=>{n||s(a)}),()=>{n=!0}},[e,t,r]),i}function PrefetchPageLinksImpl({page:e,matches:t,...r}){let i=useLocation(),{manifest:s,routeModules:n}=useFrameworkContext(),{basename:a}=useDataRouterContext2(),{loaderData:o,matches:l}=useDataRouterStateContext(),f=React2__namespace.useMemo(()=>getNewMatchesForLinks(e,t,l,s,i,"data"),[e,t,l,s,i]),c=React2__namespace.useMemo(()=>getNewMatchesForLinks(e,t,l,s,i,"assets"),[e,t,l,s,i]),m=React2__namespace.useMemo(()=>{if(e===i.pathname+i.search+i.hash)return[];let d=new Set,p=!1;if(t.forEach(y=>{var g;let _=s.routes[y.route.id];!_||!_.hasLoader||(!f.some(S=>S.route.id===y.route.id)&&y.route.id in o&&((g=n[y.route.id])!=null&&g.shouldRevalidate)||_.hasClientLoader?p=!0:d.add(y.route.id))}),d.size===0)return[];let E=singleFetchUrl(e,a);return p&&d.size>0&&E.searchParams.set("_routes",t.filter(y=>d.has(y.route.id)).map(y=>y.route.id).join(",")),[E.pathname+E.search]},[a,o,i,s,f,t,e,n]),u=React2__namespace.useMemo(()=>getModuleLinkHrefs(c,s),[c,s]),x=useKeyedPrefetchLinks(c);return React2__namespace.createElement(React2__namespace.Fragment,null,m.map(d=>React2__namespace.createElement("link",{key:d,rel:"prefetch",as:"fetch",href:d,...r})),u.map(d=>React2__namespace.createElement("link",{key:d,rel:"modulepreload",href:d,...r})),x.map(({key:d,link:p})=>React2__namespace.createElement("link",{key:d,...p})))}function mergeRefs(...e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}var isBrowser=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{isBrowser&&(window.__reactRouterVersion="7.6.2")}catch{}var ABSOLUTE_URL_REGEX2=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Link=React2__namespace.forwardRef(function({onClick:t,discover:r="render",prefetch:i="none",relative:s,reloadDocument:n,replace:a,state:o,target:l,to:f,preventScrollReset:c,viewTransition:m,...u},x){let{basename:d}=React2__namespace.useContext(NavigationContext),p=typeof f=="string"&&ABSOLUTE_URL_REGEX2.test(f),E,y=!1;if(typeof f=="string"&&p&&(E=f,isBrowser))try{let I=new URL(window.location.href),Y=f.startsWith("//")?new URL(I.protocol+f):new URL(f),X=stripBasename(Y.pathname,d);Y.origin===I.origin&&X!=null?f=X+Y.search+Y.hash:y=!0}catch{warning(!1,`<Link to="${f}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let _=useHref(f,{relative:s}),[g,S,C]=usePrefetchBehavior(i,u),T=useLinkClickHandler(f,{replace:a,state:o,target:l,preventScrollReset:c,relative:s,viewTransition:m});function A(I){t&&t(I),I.defaultPrevented||T(I)}let k=React2__namespace.createElement("a",{...u,...C,href:E||_,onClick:y||n?t:A,ref:mergeRefs(x,S),target:l,"data-discover":!p&&r==="render"?"true":void 0});return g&&!p?React2__namespace.createElement(React2__namespace.Fragment,null,k,React2__namespace.createElement(PrefetchPageLinks,{page:_})):k});Link.displayName="Link";var NavLink=React2__namespace.forwardRef(function({"aria-current":t="page",caseSensitive:r=!1,className:i="",end:s=!1,style:n,to:a,viewTransition:o,children:l,...f},c){let m=useResolvedPath(a,{relative:f.relative}),u=useLocation(),x=React2__namespace.useContext(DataRouterStateContext),{navigator:d,basename:p}=React2__namespace.useContext(NavigationContext),E=x!=null&&useViewTransitionState(m)&&o===!0,y=d.encodeLocation?d.encodeLocation(m).pathname:m.pathname,_=u.pathname,g=x&&x.navigation&&x.navigation.location?x.navigation.location.pathname:null;r||(_=_.toLowerCase(),g=g?g.toLowerCase():null,y=y.toLowerCase()),g&&p&&(g=stripBasename(g,p)||g);const S=y!=="/"&&y.endsWith("/")?y.length-1:y.length;let C=_===y||!s&&_.startsWith(y)&&_.charAt(S)==="/",T=g!=null&&(g===y||!s&&g.startsWith(y)&&g.charAt(y.length)==="/"),A={isActive:C,isPending:T,isTransitioning:E},k=C?t:void 0,I;typeof i=="function"?I=i(A):I=[i,C?"active":null,T?"pending":null,E?"transitioning":null].filter(Boolean).join(" ");let Y=typeof n=="function"?n(A):n;return React2__namespace.createElement(Link,{...f,"aria-current":k,className:I,ref:c,style:Y,to:a,viewTransition:o},typeof l=="function"?l(A):l)});NavLink.displayName="NavLink";var Form=React2__namespace.forwardRef(({discover:e="render",fetcherKey:t,navigate:r,reloadDocument:i,replace:s,state:n,method:a=defaultMethod,action:o,onSubmit:l,relative:f,preventScrollReset:c,viewTransition:m,...u},x)=>{let d=useSubmit(),p=useFormAction(o,{relative:f}),E=a.toLowerCase()==="get"?"get":"post",y=typeof o=="string"&&ABSOLUTE_URL_REGEX2.test(o),_=g=>{if(l&&l(g),g.defaultPrevented)return;g.preventDefault();let S=g.nativeEvent.submitter,C=(S==null?void 0:S.getAttribute("formmethod"))||a;d(S||g.currentTarget,{fetcherKey:t,method:C,navigate:r,replace:s,state:n,relative:f,preventScrollReset:c,viewTransition:m})};return React2__namespace.createElement("form",{ref:x,method:E,action:p,onSubmit:i?l:_,...u,"data-discover":!y&&e==="render"?"true":void 0})});Form.displayName="Form";function getDataRouterConsoleError2(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext3(e){let t=React2__namespace.useContext(DataRouterContext);return invariant(t,getDataRouterConsoleError2(e)),t}function useLinkClickHandler(e,{target:t,replace:r,state:i,preventScrollReset:s,relative:n,viewTransition:a}={}){let o=useNavigate(),l=useLocation(),f=useResolvedPath(e,{relative:n});return React2__namespace.useCallback(c=>{if(shouldProcessLinkClick(c,t)){c.preventDefault();let m=r!==void 0?r:createPath(l)===createPath(f);o(e,{replace:m,state:i,preventScrollReset:s,relative:n,viewTransition:a})}},[l,o,f,r,i,t,e,s,n,a])}var fetcherId=0,getUniqueFetcherId=()=>`__${String(++fetcherId)}__`;function useSubmit(){let{router:e}=useDataRouterContext3("useSubmit"),{basename:t}=React2__namespace.useContext(NavigationContext),r=useRouteId();return React2__namespace.useCallback(async(i,s={})=>{let{action:n,method:a,encType:o,formData:l,body:f}=getFormSubmissionInfo(i,t);if(s.navigate===!1){let c=s.fetcherKey||getUniqueFetcherId();await e.fetch(c,r,s.action||n,{preventScrollReset:s.preventScrollReset,formData:l,body:f,formMethod:s.method||a,formEncType:s.encType||o,flushSync:s.flushSync})}else await e.navigate(s.action||n,{preventScrollReset:s.preventScrollReset,formData:l,body:f,formMethod:s.method||a,formEncType:s.encType||o,replace:s.replace,state:s.state,fromRouteId:r,flushSync:s.flushSync,viewTransition:s.viewTransition})},[e,t,r])}function useFormAction(e,{relative:t}={}){let{basename:r}=React2__namespace.useContext(NavigationContext),i=React2__namespace.useContext(RouteContext);invariant(i,"useFormAction must be used inside a RouteContext");let[s]=i.matches.slice(-1),n={...useResolvedPath(e||".",{relative:t})},a=useLocation();if(e==null){n.search=a.search;let o=new URLSearchParams(n.search),l=o.getAll("index");if(l.some(c=>c==="")){o.delete("index"),l.filter(m=>m).forEach(m=>o.append("index",m));let c=o.toString();n.search=c?`?${c}`:""}}return(!e||e===".")&&s.route.index&&(n.search=n.search?n.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(n.pathname=n.pathname==="/"?r:joinPaths([r,n.pathname])),createPath(n)}function useViewTransitionState(e,t={}){let r=React2__namespace.useContext(ViewTransitionContext);invariant(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:i}=useDataRouterContext3("useViewTransitionState"),s=useResolvedPath(e,{relative:t.relative});if(!r.isTransitioning)return!1;let n=stripBasename(r.currentLocation.pathname,i)||r.currentLocation.pathname,a=stripBasename(r.nextLocation.pathname,i)||r.nextLocation.pathname;return matchPath(s.pathname,a)!=null||matchPath(s.pathname,n)!=null}[...NO_BODY_STATUS_CODES];const Breadcrumbs=({items:e,maxVisible:t=4,onItemClick:r})=>{const[i,s]=React2.useState(!1),n=()=>s(u=>!u),a=(u,x)=>{u&&u(),x!==void 0&&(r==null||r(x)),s(!1)},o=e.length>t,l=e[0],f=e[e.length-1],c=e.slice(1,e.length-1),m=o?[]:c;return jsxRuntimeExports.jsxs("nav",{className:"breadcrumbs",children:[l&&renderLink(l,!1,0,r),o&&jsxRuntimeExports.jsxs("div",{className:"breadcrumbs-menu",children:[jsxRuntimeExports.jsx("button",{onClick:n,className:"breadcrumbs-collapse-button",children:"..."}),i&&jsxRuntimeExports.jsx("ul",{className:"breadcrumbs-dropdown",children:c.map((u,x)=>jsxRuntimeExports.jsx("li",{children:jsxRuntimeExports.jsx(Link,{to:u.href||"#",onClick:()=>a(u.onClick,x+1),className:"breadcrumbs-item",children:u.label})},x))})]}),!o&&m.map((u,x)=>renderLink(u,!1,x+1,r)),f&&e.length>1&&renderLink(f,!0,e.length-1,r)]})},renderLink=(e,t,r,i)=>t?jsxRuntimeExports.jsx("span",{className:"breadcrumbs-item breadcrumbs-current",children:e.label}):jsxRuntimeExports.jsx(Link,{className:"breadcrumbs-item",to:e.href||"#",onClick:()=>i==null?void 0:i(r),children:e.label}),sizeTokens={small:{fontSize:"0.75rem",padding:"0.375rem 0.75rem"},medium:{fontSize:"1rem",padding:"0.625rem 1.25rem"},large:{fontSize:"1.125rem",padding:"0.875rem 1.75rem"}},getSizeStyle$1=e=>sizeTokens[e],getSizeStyle=e=>sizeTokens[e],getVariantClass=e=>{const t={primary:"ce-button--primary",secondary:"ce-button--secondary",text:"ce-button--text",neutral:"ce-button--neutral",outlined:"ce-button--outlined",outlinedGreen:"ce-button--outlinedGreen",disabled:"ce-button--disabled",underline:"ce-button--underline"};return t[e]||t.primary},CEButton=({variant:e="primary",size:t="medium",onClick:r,children:i,className:s="",sx:n={},color:a})=>{const o=getSizeStyle(t),l=getVariantClass(e);return jsxRuntimeExports.jsx("button",{className:`ce-button ${l} ${s}`,onClick:r,style:{...o,...n,...a?{color:a}:{}},disabled:e==="disabled",children:i})},CeBox=React2.forwardRef(function({component:t="div",sx:r={},style:i={},children:s,...n},a){const o={...i,...r};return jsxRuntimeExports.jsx(t,{ref:a,style:o,...n,children:s})}),CEAutoSuggestInput=({label:e,placeholder:t="",fetchSuggestions:r,value:i,onChange:s,width:n="100%",height:a="3.5rem",style:o={},size:l="medium",multipleSelection:f=!1,showSearchIcon:c=!1,showDropdownIcon:m=!1})=>{const[u,x]=React2.useState([]),[d,p]=React2.useState(!1),[E,y]=React2.useState(!1),[_,g]=React2.useState(!1),[S,C]=React2.useState(Array.isArray(i)?i:i?[i]:[]),T=React2.useRef(null),A=()=>jsxRuntimeExports.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntimeExports.jsx("path",{d:"M15.5001 14.5H14.7101L14.4301 14.23C15.6301 12.83 16.2501 10.92 15.9101 8.89002C15.4401 6.11002 13.1201 3.89002 10.3201 3.55002C6.09014 3.03002 2.53014 6.59001 3.05014 10.82C3.39014 13.62 5.61014 15.94 8.39014 16.41C10.4201 16.75 12.3301 16.13 13.7301 14.93L14.0001 15.21V16L18.2501 20.25C18.6601 20.66 19.3301 20.66 19.7401 20.25C20.1501 19.84 20.1501 19.17 19.7401 18.76L15.5001 14.5ZM9.50014 14.5C7.01014 14.5 5.00014 12.49 5.00014 10C5.00014 7.51002 7.01014 5.50002 9.50014 5.50002C11.9901 5.50002 14.0001 7.51002 14.0001 10C14.0001 12.49 11.9901 14.5 9.50014 14.5Z",fill:"black",fillOpacity:"0.54"})}),k=()=>jsxRuntimeExports.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntimeExports.jsx("path",{d:"M8.12021 9.79006L12.0002 13.6701L15.8802 9.79006C16.2702 9.40006 16.9002 9.40006 17.2902 9.79006C17.6802 10.1801 17.6802 10.8101 17.2902 11.2001L12.7002 15.7901C12.3102 16.1801 11.6802 16.1801 11.2902 15.7901L6.70021 11.2001C6.31021 10.8101 6.31021 10.1801 6.70021 9.79006C7.09021 9.41006 7.73021 9.40006 8.12021 9.79006Z",fill:"black",fillOpacity:"0.54"})});React2.useEffect(()=>{const ne=Array.isArray(i)?"":i;if(ne.trim()===""){x([]);return}y(!0),r(ne).then(q=>x(q)).finally(()=>y(!1))},[i,r]);const I=getSizeStyle$1(l||"medium"),Y={"--input-font-size":I.fontSize,"--label-font-size":I.fontSize,"--icon-size":`calc(${I.fontSize} + 0.25rem)`,"--suggestion-font-size":I.fontSize,"--input-padding":I.padding,"--input-padding-top":"1.25em","--icon-top":"1.2em",fontSize:I.fontSize,...o},X=ne=>{let q=[];S.includes(ne)?q=S.filter(L=>L!==ne):q=[...S,ne],C(q),s(q)},W=()=>{S.length===u.length?(C([]),s([])):(C(u),s(u))},K=u.length>0&&S.length===u.length;return jsxRuntimeExports.jsxs("div",{className:"auto-suggest-input",style:Y,children:[jsxRuntimeExports.jsxs("div",{className:`input-wrapper floating-label-wrapper${_||i?" focused":""}`,style:Y,children:[jsxRuntimeExports.jsx("input",{ref:T,type:"text",value:f?S.join(", "):Array.isArray(i)?"":i,placeholder:"",onChange:ne=>{s(ne.target.value),p(!0)},onFocus:()=>{p(!0),g(!0)},onBlur:()=>{setTimeout(()=>p(!1),150),g(!1)}}),jsxRuntimeExports.jsx("label",{className:"floating-label",children:e}),c&&jsxRuntimeExports.jsx("span",{className:"search-icon search-icon-img",children:jsxRuntimeExports.jsx(A,{})}),m&&jsxRuntimeExports.jsx("span",{className:"search-icon search-icon-img",children:jsxRuntimeExports.jsx(k,{})}),d&&u.length>0&&jsxRuntimeExports.jsxs("ul",{className:"suggestions-list",children:[f&&jsxRuntimeExports.jsx("li",{className:"suggestion-item select-all",children:jsxRuntimeExports.jsxs("label",{children:[jsxRuntimeExports.jsx("input",{type:"checkbox",checked:K,onChange:W}),"Select All"]})}),u.map((ne,q)=>jsxRuntimeExports.jsx("li",{className:"suggestion-item",onMouseDown:()=>{f||(s(ne),p(!1))},children:f?jsxRuntimeExports.jsxs("label",{children:[jsxRuntimeExports.jsx("input",{type:"checkbox",checked:S.includes(ne),onChange:()=>X(ne)}),ne]}):ne},q))]})]}),E&&jsxRuntimeExports.jsx("div",{className:"loading-text",children:"Loading..."})]})};function bind(e,t){return function(){return e.apply(t,arguments)}}const{toString}=Object.prototype,{getPrototypeOf}=Object,kindOf=(e=>t=>{const r=toString.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined(e)&&e.constructor!==null&&!isUndefined(e.constructor)&&isFunction(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber=typeOfTest("number"),isObject=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject(e)&&isFunction(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let i,s;if(typeof e!="object"&&(e=[e]),isArray(e))for(i=0,s=e.length;i<s;i++)t.call(null,e[i],i,e);else{const n=r?Object.getOwnPropertyNames(e):Object.keys(e),a=n.length;let o;for(i=0;i<a;i++)o=n[i],t.call(null,e[o],o,e)}}function findKey(e,t){t=t.toLowerCase();const r=Object.keys(e);let i=r.length,s;for(;i-- >0;)if(s=r[i],t===s.toLowerCase())return s;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,isContextDefined=e=>!isUndefined(e)&&e!==_global;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},r=(i,s)=>{const n=e&&findKey(t,s)||s;isPlainObject(t[n])&&isPlainObject(i)?t[n]=merge(t[n],i):isPlainObject(i)?t[n]=merge({},i):isArray(i)?t[n]=i.slice():t[n]=i};for(let i=0,s=arguments.length;i<s;i++)arguments[i]&&forEach(arguments[i],r);return t}const extend=(e,t,r,{allOwnKeys:i}={})=>(forEach(t,(s,n)=>{r&&isFunction(s)?e[n]=bind(s,r):e[n]=s},{allOwnKeys:i}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,r,i)=>{e.prototype=Object.create(t.prototype,i),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject=(e,t,r,i)=>{let s,n,a;const o={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),n=s.length;n-- >0;)a=s[n],(!i||i(a,e,t))&&!o[a]&&(t[a]=e[a],o[a]=!0);e=r!==!1&&getPrototypeOf(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const i=e.indexOf(t,r);return i!==-1&&i===r},toArray=e=>{if(!e)return null;if(isArray(e))return e;let t=e.length;if(!isNumber(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const i=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=i.next())&&!s.done;){const n=s.value;t.call(e,n[0],n[1])}},matchAll=(e,t)=>{let r;const i=[];for(;(r=e.exec(t))!==null;)i.push(r);return i},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,i,s){return i.toUpperCase()+s}),hasOwnProperty=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),i={};forEach(r,(s,n)=>{let a;(a=t(s,n,e))!==!1&&(i[n]=a||s)}),Object.defineProperties(e,i)},freezeMethods=e=>{reduceDescriptors(e,(t,r)=>{if(isFunction(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const i=e[r];if(isFunction(i)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},toObjectSet=(e,t)=>{const r={},i=s=>{s.forEach(n=>{r[n]=!0})};return isArray(e)?i(e):i(String(e).split(t)),r},noop=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function isSpecCompliantForm(e){return!!(e&&isFunction(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),r=(i,s)=>{if(isObject(i)){if(t.indexOf(i)>=0)return;if(!("toJSON"in i)){t[s]=i;const n=isArray(i)?[]:{};return forEach(i,(a,o)=>{const l=r(a,s+1);!isUndefined(l)&&(n[o]=l)}),t[s]=void 0,n}}return i};return r(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject(e)||isFunction(e))&&isFunction(e.then)&&isFunction(e.catch),_setImmediate=((e,t)=>e?setImmediate:t?((r,i)=>(_global.addEventListener("message",({source:s,data:n})=>{s===_global&&n===r&&i.length&&i.shift()()},!1),s=>{i.push(s),_global.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",isFunction(_global.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global):typeof process<"u"&&process.nextTick||_setImmediate,utils$2={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber,isBoolean,isObject,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined,isDate,isFile,isBlob,isRegExp,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError$1(e,t,r,i,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),i&&(this.request=i),s&&(this.response=s,this.status=s.status?s.status:null)}utils$2.inherits(AxiosError$1,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:utils$2.toJSONObject(this.config),code:this.code,status:this.status}}});const prototype$1=AxiosError$1.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{descriptors[e]={value:e}});Object.defineProperties(AxiosError$1,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError$1.from=(e,t,r,i,s,n)=>{const a=Object.create(prototype$1);return utils$2.toFlatObject(e,a,function(l){return l!==Error.prototype},o=>o!=="isAxiosError"),AxiosError$1.call(a,e.message,t,r,i,s),a.cause=e,a.name=e.name,n&&Object.assign(a,n),a};const httpAdapter=null;function isVisitable(e){return utils$2.isPlainObject(e)||utils$2.isArray(e)}function removeBrackets(e){return utils$2.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,r){return e?e.concat(t).map(function(s,n){return s=removeBrackets(s),!r&&n?"["+s+"]":s}).join(r?".":""):t}function isFlatArray(e){return utils$2.isArray(e)&&!e.some(isVisitable)}const predicates=utils$2.toFlatObject(utils$2,{},null,function(t){return/^is[A-Z]/.test(t)});function toFormData$1(e,t,r){if(!utils$2.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=utils$2.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,E){return!utils$2.isUndefined(E[p])});const i=r.metaTokens,s=r.visitor||c,n=r.dots,a=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&utils$2.isSpecCompliantForm(t);if(!utils$2.isFunction(s))throw new TypeError("visitor must be a function");function f(d){if(d===null)return"";if(utils$2.isDate(d))return d.toISOString();if(!l&&utils$2.isBlob(d))throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");return utils$2.isArrayBuffer(d)||utils$2.isTypedArray(d)?l&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function c(d,p,E){let y=d;if(d&&!E&&typeof d=="object"){if(utils$2.endsWith(p,"{}"))p=i?p:p.slice(0,-2),d=JSON.stringify(d);else if(utils$2.isArray(d)&&isFlatArray(d)||(utils$2.isFileList(d)||utils$2.endsWith(p,"[]"))&&(y=utils$2.toArray(d)))return p=removeBrackets(p),y.forEach(function(g,S){!(utils$2.isUndefined(g)||g===null)&&t.append(a===!0?renderKey([p],S,n):a===null?p:p+"[]",f(g))}),!1}return isVisitable(d)?!0:(t.append(renderKey(E,p,n),f(d)),!1)}const m=[],u=Object.assign(predicates,{defaultVisitor:c,convertValue:f,isVisitable});function x(d,p){if(!utils$2.isUndefined(d)){if(m.indexOf(d)!==-1)throw Error("Circular reference detected in "+p.join("."));m.push(d),utils$2.forEach(d,function(y,_){(!(utils$2.isUndefined(y)||y===null)&&s.call(t,y,utils$2.isString(_)?_.trim():_,p,u))===!0&&x(y,p?p.concat(_):[_])}),m.pop()}}if(!utils$2.isObject(e))throw new TypeError("data must be an object");return x(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(i){return t[i]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData$1(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(t,r){this._pairs.push([t,r])};prototype.toString=function(t){const r=t?function(i){return t.call(this,i,encode$1)}:encode$1;return this._pairs.map(function(s){return r(s[0])+"="+r(s[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,r){if(!t)return e;const i=r&&r.encode||encode;utils$2.isFunction(r)&&(r={serialize:r});const s=r&&r.serialize;let n;if(s?n=s(t,r):n=utils$2.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,r).toString(i),n){const a=e.indexOf("#");a!==-1&&(e=e.slice(0,a)),e+=(e.indexOf("?")===-1?"?":"&")+n}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,r,i){return this.handlers.push({fulfilled:t,rejected:r,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$2.forEach(this.handlers,function(i){i!==null&&t(i)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",_navigator=typeof navigator=="object"&&navigator||void 0,hasStandardBrowserEnv=hasBrowserEnv&&(!_navigator||["ReactNative","NativeScript","NS"].indexOf(_navigator.product)<0),hasStandardBrowserWebWorkerEnv=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",origin=hasBrowserEnv&&window.location.href||"http://localhost",utils$1=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,navigator:_navigator,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils$1,...platform$1};function toURLEncodedForm(e,t){return toFormData$1(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(r,i,s,n){return platform.isNode&&utils$2.isBuffer(r)?(this.append(i,r.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$2.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},r=Object.keys(e);let i;const s=r.length;let n;for(i=0;i<s;i++)n=r[i],t[n]=e[n];return t}function formDataToJSON(e){function t(r,i,s,n){let a=r[n++];if(a==="__proto__")return!0;const o=Number.isFinite(+a),l=n>=r.length;return a=!a&&utils$2.isArray(s)?s.length:a,l?(utils$2.hasOwnProp(s,a)?s[a]=[s[a],i]:s[a]=i,!o):((!s[a]||!utils$2.isObject(s[a]))&&(s[a]=[]),t(r,i,s[a],n)&&utils$2.isArray(s[a])&&(s[a]=arrayToObject(s[a])),!o)}if(utils$2.isFormData(e)&&utils$2.isFunction(e.entries)){const r={};return utils$2.forEachEntry(e,(i,s)=>{t(parsePropPath(i),s,r,0)}),r}return null}function stringifySafely(e,t,r){if(utils$2.isString(e))try{return(t||JSON.parse)(e),utils$2.trim(e)}catch(i){if(i.name!=="SyntaxError")throw i}return(r||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const i=r.getContentType()||"",s=i.indexOf("application/json")>-1,n=utils$2.isObject(t);if(n&&utils$2.isHTMLForm(t)&&(t=new FormData(t)),utils$2.isFormData(t))return s?JSON.stringify(formDataToJSON(t)):t;if(utils$2.isArrayBuffer(t)||utils$2.isBuffer(t)||utils$2.isStream(t)||utils$2.isFile(t)||utils$2.isBlob(t)||utils$2.isReadableStream(t))return t;if(utils$2.isArrayBufferView(t))return t.buffer;if(utils$2.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(n){if(i.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((o=utils$2.isFileList(t))||i.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return toFormData$1(o?{"files[]":t}:t,l&&new l,this.formSerializer)}}return n||s?(r.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function(t){const r=this.transitional||defaults.transitional,i=r&&r.forcedJSONParsing,s=this.responseType==="json";if(utils$2.isResponse(t)||utils$2.isReadableStream(t))return t;if(t&&utils$2.isString(t)&&(i&&!this.responseType||s)){const a=!(r&&r.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(o){if(a)throw o.name==="SyntaxError"?AxiosError$1.from(o,AxiosError$1.ERR_BAD_RESPONSE,this,null,this.response):o}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$2.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});const ignoreDuplicateOf=utils$2.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=e=>{const t={};let r,i,s;return e&&e.split(`
33
+ Please change the parent <Route path="${y}"> to <Route path="${y==="/"?"*":`${y}/*`}">.`)}let m=useLocation(),u;u=m;let x=u.pathname||"/",d=x;if(f!=="/"){let y=f.replace(/^\//,"").split("/");d="/"+x.replace(/^\//,"").split("/").slice(y.length).join("/")}let p=matchRoutes(e,{pathname:d});return warning(c||p!=null,`No routes matched location "${u.pathname}${u.search}${u.hash}" `),warning(p==null||p[p.length-1].route.element!==void 0||p[p.length-1].route.Component!==void 0||p[p.length-1].route.lazy!==void 0,`Matched leaf route at location "${u.pathname}${u.search}${u.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`),_renderMatches(p&&p.map(y=>Object.assign({},y,{params:Object.assign({},o,y.params),pathname:joinPaths([f,s.encodeLocation?s.encodeLocation(y.pathname).pathname:y.pathname]),pathnameBase:y.pathnameBase==="/"?f:joinPaths([f,s.encodeLocation?s.encodeLocation(y.pathnameBase).pathname:y.pathnameBase])})),n,r,i)}function DefaultErrorComponent(){let e=useRouteError(),t=isRouteErrorResponse(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,i="rgba(200,200,200, 0.5)",s={padding:"0.5rem",backgroundColor:i},n={padding:"2px 4px",backgroundColor:i},a=null;return console.error("Error handled by React Router default ErrorBoundary:",e),a=React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("p",null,"💿 Hey developer 👋"),React2__namespace.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",React2__namespace.createElement("code",{style:n},"ErrorBoundary")," or"," ",React2__namespace.createElement("code",{style:n},"errorElement")," prop on your route.")),React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("h2",null,"Unexpected Application Error!"),React2__namespace.createElement("h3",{style:{fontStyle:"italic"}},t),r?React2__namespace.createElement("pre",{style:s},r):null,a)}var defaultErrorElement=React2__namespace.createElement(DefaultErrorComponent,null),RenderErrorBoundary=class extends React2__namespace.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error!==void 0?React2__namespace.createElement(RouteContext.Provider,{value:this.props.routeContext},React2__namespace.createElement(RouteErrorContext.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function RenderedRoute({routeContext:e,match:t,children:r}){let i=React2__namespace.useContext(DataRouterContext);return i&&i.static&&i.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(i.staticContext._deepestRenderedBoundaryId=t.route.id),React2__namespace.createElement(RouteContext.Provider,{value:e},r)}function _renderMatches(e,t=[],r=null,i=null){if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let s=e,n=r==null?void 0:r.errors;if(n!=null){let l=s.findIndex(f=>f.route.id&&(n==null?void 0:n[f.route.id])!==void 0);invariant(l>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(n).join(",")}`),s=s.slice(0,Math.min(s.length,l+1))}let a=!1,o=-1;if(r)for(let l=0;l<s.length;l++){let f=s[l];if((f.route.HydrateFallback||f.route.hydrateFallbackElement)&&(o=l),f.route.id){let{loaderData:c,errors:m}=r,u=f.route.loader&&!c.hasOwnProperty(f.route.id)&&(!m||m[f.route.id]===void 0);if(f.route.lazy||u){a=!0,o>=0?s=s.slice(0,o+1):s=[s[0]];break}}}return s.reduceRight((l,f,c)=>{let m,u=!1,x=null,d=null;r&&(m=n&&f.route.id?n[f.route.id]:void 0,x=f.route.errorElement||defaultErrorElement,a&&(o<0&&c===0?(warningOnce("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),u=!0,d=null):o===c&&(u=!0,d=f.route.hydrateFallbackElement||null)));let p=t.concat(s.slice(0,c+1)),E=()=>{let y;return m?y=x:u?y=d:f.route.Component?y=React2__namespace.createElement(f.route.Component,null):f.route.element?y=f.route.element:y=l,React2__namespace.createElement(RenderedRoute,{match:f,routeContext:{outlet:l,matches:p,isDataRoute:r!=null},children:y})};return r&&(f.route.ErrorBoundary||f.route.errorElement||c===0)?React2__namespace.createElement(RenderErrorBoundary,{location:r.location,revalidation:r.revalidation,component:x,error:m,children:E(),routeContext:{outlet:null,matches:p,isDataRoute:!0}}):E()},null)}function getDataRouterConsoleError(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext(e){let t=React2__namespace.useContext(DataRouterContext);return invariant(t,getDataRouterConsoleError(e)),t}function useDataRouterState(e){let t=React2__namespace.useContext(DataRouterStateContext);return invariant(t,getDataRouterConsoleError(e)),t}function useRouteContext(e){let t=React2__namespace.useContext(RouteContext);return invariant(t,getDataRouterConsoleError(e)),t}function useCurrentRouteId(e){let t=useRouteContext(e),r=t.matches[t.matches.length-1];return invariant(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function useRouteId(){return useCurrentRouteId("useRouteId")}function useRouteError(){var i;let e=React2__namespace.useContext(RouteErrorContext),t=useDataRouterState("useRouteError"),r=useCurrentRouteId("useRouteError");return e!==void 0?e:(i=t.errors)==null?void 0:i[r]}function useNavigateStable(){let{router:e}=useDataRouterContext("useNavigate"),t=useCurrentRouteId("useNavigate"),r=React2__namespace.useRef(!1);return useIsomorphicLayoutEffect(()=>{r.current=!0}),React2__namespace.useCallback(async(s,n={})=>{warning(r.current,navigateEffectWarning),r.current&&(typeof s=="number"?e.navigate(s):await e.navigate(s,{fromRouteId:t,...n}))},[e,t])}var alreadyWarned={};function warningOnce(e,t,r){!t&&!alreadyWarned[e]&&(alreadyWarned[e]=!0,warning(!1,r))}React2__namespace.memo(DataRoutes);function DataRoutes({routes:e,future:t,state:r}){return useRoutesImpl(e,void 0,r,t)}var defaultMethod="get",defaultEncType="application/x-www-form-urlencoded";function isHtmlElement(e){return e!=null&&typeof e.tagName=="string"}function isButtonElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="button"}function isFormElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="form"}function isInputElement(e){return isHtmlElement(e)&&e.tagName.toLowerCase()==="input"}function isModifiedEvent(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function shouldProcessLinkClick(e,t){return e.button===0&&(!t||t==="_self")&&!isModifiedEvent(e)}var _formDataSupportsSubmitter=null;function isFormDataSubmitterSupported(){if(_formDataSupportsSubmitter===null)try{new FormData(document.createElement("form"),0),_formDataSupportsSubmitter=!1}catch{_formDataSupportsSubmitter=!0}return _formDataSupportsSubmitter}var supportedFormEncTypes=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function getFormEncType(e){return e!=null&&!supportedFormEncTypes.has(e)?(warning(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${defaultEncType}"`),null):e}function getFormSubmissionInfo(e,t){let r,i,s,n,a;if(isFormElement(e)){let o=e.getAttribute("action");i=o?stripBasename(o,t):null,r=e.getAttribute("method")||defaultMethod,s=getFormEncType(e.getAttribute("enctype"))||defaultEncType,n=new FormData(e)}else if(isButtonElement(e)||isInputElement(e)&&(e.type==="submit"||e.type==="image")){let o=e.form;if(o==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let l=e.getAttribute("formaction")||o.getAttribute("action");if(i=l?stripBasename(l,t):null,r=e.getAttribute("formmethod")||o.getAttribute("method")||defaultMethod,s=getFormEncType(e.getAttribute("formenctype"))||getFormEncType(o.getAttribute("enctype"))||defaultEncType,n=new FormData(o,e),!isFormDataSubmitterSupported()){let{name:f,type:c,value:m}=e;if(c==="image"){let u=f?`${f}.`:"";n.append(`${u}x`,"0"),n.append(`${u}y`,"0")}else f&&n.append(f,m)}}else{if(isHtmlElement(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=defaultMethod,i=null,s=defaultEncType,a=e}return n&&s==="text/plain"&&(a=n,n=void 0),{action:i,method:r.toLowerCase(),encType:s,formData:n,body:a}}function invariant2(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}async function loadRouteModule(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function isHtmlLinkDescriptor(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function getKeyedPrefetchLinks(e,t,r){let i=await Promise.all(e.map(async s=>{let n=t.routes[s.route.id];if(n){let a=await loadRouteModule(n,r);return a.links?a.links():[]}return[]}));return dedupeLinkDescriptors(i.flat(1).filter(isHtmlLinkDescriptor).filter(s=>s.rel==="stylesheet"||s.rel==="preload").map(s=>s.rel==="stylesheet"?{...s,rel:"prefetch",as:"style"}:{...s,rel:"prefetch"}))}function getNewMatchesForLinks(e,t,r,i,s,n){let a=(l,f)=>r[f]?l.route.id!==r[f].route.id:!0,o=(l,f)=>{var c;return r[f].pathname!==l.pathname||((c=r[f].route.path)==null?void 0:c.endsWith("*"))&&r[f].params["*"]!==l.params["*"]};return n==="assets"?t.filter((l,f)=>a(l,f)||o(l,f)):n==="data"?t.filter((l,f)=>{var m;let c=i.routes[l.route.id];if(!c||!c.hasLoader)return!1;if(a(l,f)||o(l,f))return!0;if(l.route.shouldRevalidate){let u=l.route.shouldRevalidate({currentUrl:new URL(s.pathname+s.search+s.hash,window.origin),currentParams:((m=r[0])==null?void 0:m.params)||{},nextUrl:new URL(e,window.origin),nextParams:l.params,defaultShouldRevalidate:!0});if(typeof u=="boolean")return u}return!0}):[]}function getModuleLinkHrefs(e,t,{includeHydrateFallback:r}={}){return dedupeHrefs(e.map(i=>{let s=t.routes[i.route.id];if(!s)return[];let n=[s.module];return s.clientActionModule&&(n=n.concat(s.clientActionModule)),s.clientLoaderModule&&(n=n.concat(s.clientLoaderModule)),r&&s.hydrateFallbackModule&&(n=n.concat(s.hydrateFallbackModule)),s.imports&&(n=n.concat(s.imports)),n}).flat(1))}function dedupeHrefs(e){return[...new Set(e)]}function sortKeys(e){let t={},r=Object.keys(e).sort();for(let i of r)t[i]=e[i];return t}function dedupeLinkDescriptors(e,t){let r=new Set;return new Set(t),e.reduce((i,s)=>{let n=JSON.stringify(sortKeys(s));return r.has(n)||(r.add(n),i.push({key:n,link:s})),i},[])}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var NO_BODY_STATUS_CODES=new Set([100,101,204,205]);function singleFetchUrl(e,t){let r=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return r.pathname==="/"?r.pathname="_root.data":t&&stripBasename(r.pathname,t)==="/"?r.pathname=`${t.replace(/\/$/,"")}/_root.data`:r.pathname=`${r.pathname.replace(/\/$/,"")}.data`,r}function useDataRouterContext2(){let e=React2__namespace.useContext(DataRouterContext);return invariant2(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function useDataRouterStateContext(){let e=React2__namespace.useContext(DataRouterStateContext);return invariant2(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var FrameworkContext=React2__namespace.createContext(void 0);FrameworkContext.displayName="FrameworkContext";function useFrameworkContext(){let e=React2__namespace.useContext(FrameworkContext);return invariant2(e,"You must render this element inside a <HydratedRouter> element"),e}function usePrefetchBehavior(e,t){let r=React2__namespace.useContext(FrameworkContext),[i,s]=React2__namespace.useState(!1),[n,a]=React2__namespace.useState(!1),{onFocus:o,onBlur:l,onMouseEnter:f,onMouseLeave:c,onTouchStart:m}=t,u=React2__namespace.useRef(null);React2__namespace.useEffect(()=>{if(e==="render"&&a(!0),e==="viewport"){let p=y=>{y.forEach(_=>{a(_.isIntersecting)})},E=new IntersectionObserver(p,{threshold:.5});return u.current&&E.observe(u.current),()=>{E.disconnect()}}},[e]),React2__namespace.useEffect(()=>{if(i){let p=setTimeout(()=>{a(!0)},100);return()=>{clearTimeout(p)}}},[i]);let x=()=>{s(!0)},d=()=>{s(!1),a(!1)};return r?e!=="intent"?[n,u,{}]:[n,u,{onFocus:composeEventHandlers(o,x),onBlur:composeEventHandlers(l,d),onMouseEnter:composeEventHandlers(f,x),onMouseLeave:composeEventHandlers(c,d),onTouchStart:composeEventHandlers(m,x)}]:[!1,u,{}]}function composeEventHandlers(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function PrefetchPageLinks({page:e,...t}){let{router:r}=useDataRouterContext2(),i=React2__namespace.useMemo(()=>matchRoutes(r.routes,e,r.basename),[r.routes,e,r.basename]);return i?React2__namespace.createElement(PrefetchPageLinksImpl,{page:e,matches:i,...t}):null}function useKeyedPrefetchLinks(e){let{manifest:t,routeModules:r}=useFrameworkContext(),[i,s]=React2__namespace.useState([]);return React2__namespace.useEffect(()=>{let n=!1;return getKeyedPrefetchLinks(e,t,r).then(a=>{n||s(a)}),()=>{n=!0}},[e,t,r]),i}function PrefetchPageLinksImpl({page:e,matches:t,...r}){let i=useLocation(),{manifest:s,routeModules:n}=useFrameworkContext(),{basename:a}=useDataRouterContext2(),{loaderData:o,matches:l}=useDataRouterStateContext(),f=React2__namespace.useMemo(()=>getNewMatchesForLinks(e,t,l,s,i,"data"),[e,t,l,s,i]),c=React2__namespace.useMemo(()=>getNewMatchesForLinks(e,t,l,s,i,"assets"),[e,t,l,s,i]),m=React2__namespace.useMemo(()=>{if(e===i.pathname+i.search+i.hash)return[];let d=new Set,p=!1;if(t.forEach(y=>{var g;let _=s.routes[y.route.id];!_||!_.hasLoader||(!f.some(S=>S.route.id===y.route.id)&&y.route.id in o&&((g=n[y.route.id])!=null&&g.shouldRevalidate)||_.hasClientLoader?p=!0:d.add(y.route.id))}),d.size===0)return[];let E=singleFetchUrl(e,a);return p&&d.size>0&&E.searchParams.set("_routes",t.filter(y=>d.has(y.route.id)).map(y=>y.route.id).join(",")),[E.pathname+E.search]},[a,o,i,s,f,t,e,n]),u=React2__namespace.useMemo(()=>getModuleLinkHrefs(c,s),[c,s]),x=useKeyedPrefetchLinks(c);return React2__namespace.createElement(React2__namespace.Fragment,null,m.map(d=>React2__namespace.createElement("link",{key:d,rel:"prefetch",as:"fetch",href:d,...r})),u.map(d=>React2__namespace.createElement("link",{key:d,rel:"modulepreload",href:d,...r})),x.map(({key:d,link:p})=>React2__namespace.createElement("link",{key:d,...p})))}function mergeRefs(...e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}var isBrowser=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{isBrowser&&(window.__reactRouterVersion="7.6.2")}catch{}var ABSOLUTE_URL_REGEX2=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Link=React2__namespace.forwardRef(function({onClick:t,discover:r="render",prefetch:i="none",relative:s,reloadDocument:n,replace:a,state:o,target:l,to:f,preventScrollReset:c,viewTransition:m,...u},x){let{basename:d}=React2__namespace.useContext(NavigationContext),p=typeof f=="string"&&ABSOLUTE_URL_REGEX2.test(f),E,y=!1;if(typeof f=="string"&&p&&(E=f,isBrowser))try{let I=new URL(window.location.href),Y=f.startsWith("//")?new URL(I.protocol+f):new URL(f),X=stripBasename(Y.pathname,d);Y.origin===I.origin&&X!=null?f=X+Y.search+Y.hash:y=!0}catch{warning(!1,`<Link to="${f}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let _=useHref(f,{relative:s}),[g,S,C]=usePrefetchBehavior(i,u),T=useLinkClickHandler(f,{replace:a,state:o,target:l,preventScrollReset:c,relative:s,viewTransition:m});function A(I){t&&t(I),I.defaultPrevented||T(I)}let k=React2__namespace.createElement("a",{...u,...C,href:E||_,onClick:y||n?t:A,ref:mergeRefs(x,S),target:l,"data-discover":!p&&r==="render"?"true":void 0});return g&&!p?React2__namespace.createElement(React2__namespace.Fragment,null,k,React2__namespace.createElement(PrefetchPageLinks,{page:_})):k});Link.displayName="Link";var NavLink=React2__namespace.forwardRef(function({"aria-current":t="page",caseSensitive:r=!1,className:i="",end:s=!1,style:n,to:a,viewTransition:o,children:l,...f},c){let m=useResolvedPath(a,{relative:f.relative}),u=useLocation(),x=React2__namespace.useContext(DataRouterStateContext),{navigator:d,basename:p}=React2__namespace.useContext(NavigationContext),E=x!=null&&useViewTransitionState(m)&&o===!0,y=d.encodeLocation?d.encodeLocation(m).pathname:m.pathname,_=u.pathname,g=x&&x.navigation&&x.navigation.location?x.navigation.location.pathname:null;r||(_=_.toLowerCase(),g=g?g.toLowerCase():null,y=y.toLowerCase()),g&&p&&(g=stripBasename(g,p)||g);const S=y!=="/"&&y.endsWith("/")?y.length-1:y.length;let C=_===y||!s&&_.startsWith(y)&&_.charAt(S)==="/",T=g!=null&&(g===y||!s&&g.startsWith(y)&&g.charAt(y.length)==="/"),A={isActive:C,isPending:T,isTransitioning:E},k=C?t:void 0,I;typeof i=="function"?I=i(A):I=[i,C?"active":null,T?"pending":null,E?"transitioning":null].filter(Boolean).join(" ");let Y=typeof n=="function"?n(A):n;return React2__namespace.createElement(Link,{...f,"aria-current":k,className:I,ref:c,style:Y,to:a,viewTransition:o},typeof l=="function"?l(A):l)});NavLink.displayName="NavLink";var Form=React2__namespace.forwardRef(({discover:e="render",fetcherKey:t,navigate:r,reloadDocument:i,replace:s,state:n,method:a=defaultMethod,action:o,onSubmit:l,relative:f,preventScrollReset:c,viewTransition:m,...u},x)=>{let d=useSubmit(),p=useFormAction(o,{relative:f}),E=a.toLowerCase()==="get"?"get":"post",y=typeof o=="string"&&ABSOLUTE_URL_REGEX2.test(o),_=g=>{if(l&&l(g),g.defaultPrevented)return;g.preventDefault();let S=g.nativeEvent.submitter,C=(S==null?void 0:S.getAttribute("formmethod"))||a;d(S||g.currentTarget,{fetcherKey:t,method:C,navigate:r,replace:s,state:n,relative:f,preventScrollReset:c,viewTransition:m})};return React2__namespace.createElement("form",{ref:x,method:E,action:p,onSubmit:i?l:_,...u,"data-discover":!y&&e==="render"?"true":void 0})});Form.displayName="Form";function getDataRouterConsoleError2(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext3(e){let t=React2__namespace.useContext(DataRouterContext);return invariant(t,getDataRouterConsoleError2(e)),t}function useLinkClickHandler(e,{target:t,replace:r,state:i,preventScrollReset:s,relative:n,viewTransition:a}={}){let o=useNavigate(),l=useLocation(),f=useResolvedPath(e,{relative:n});return React2__namespace.useCallback(c=>{if(shouldProcessLinkClick(c,t)){c.preventDefault();let m=r!==void 0?r:createPath(l)===createPath(f);o(e,{replace:m,state:i,preventScrollReset:s,relative:n,viewTransition:a})}},[l,o,f,r,i,t,e,s,n,a])}var fetcherId=0,getUniqueFetcherId=()=>`__${String(++fetcherId)}__`;function useSubmit(){let{router:e}=useDataRouterContext3("useSubmit"),{basename:t}=React2__namespace.useContext(NavigationContext),r=useRouteId();return React2__namespace.useCallback(async(i,s={})=>{let{action:n,method:a,encType:o,formData:l,body:f}=getFormSubmissionInfo(i,t);if(s.navigate===!1){let c=s.fetcherKey||getUniqueFetcherId();await e.fetch(c,r,s.action||n,{preventScrollReset:s.preventScrollReset,formData:l,body:f,formMethod:s.method||a,formEncType:s.encType||o,flushSync:s.flushSync})}else await e.navigate(s.action||n,{preventScrollReset:s.preventScrollReset,formData:l,body:f,formMethod:s.method||a,formEncType:s.encType||o,replace:s.replace,state:s.state,fromRouteId:r,flushSync:s.flushSync,viewTransition:s.viewTransition})},[e,t,r])}function useFormAction(e,{relative:t}={}){let{basename:r}=React2__namespace.useContext(NavigationContext),i=React2__namespace.useContext(RouteContext);invariant(i,"useFormAction must be used inside a RouteContext");let[s]=i.matches.slice(-1),n={...useResolvedPath(e||".",{relative:t})},a=useLocation();if(e==null){n.search=a.search;let o=new URLSearchParams(n.search),l=o.getAll("index");if(l.some(c=>c==="")){o.delete("index"),l.filter(m=>m).forEach(m=>o.append("index",m));let c=o.toString();n.search=c?`?${c}`:""}}return(!e||e===".")&&s.route.index&&(n.search=n.search?n.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(n.pathname=n.pathname==="/"?r:joinPaths([r,n.pathname])),createPath(n)}function useViewTransitionState(e,t={}){let r=React2__namespace.useContext(ViewTransitionContext);invariant(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:i}=useDataRouterContext3("useViewTransitionState"),s=useResolvedPath(e,{relative:t.relative});if(!r.isTransitioning)return!1;let n=stripBasename(r.currentLocation.pathname,i)||r.currentLocation.pathname,a=stripBasename(r.nextLocation.pathname,i)||r.nextLocation.pathname;return matchPath(s.pathname,a)!=null||matchPath(s.pathname,n)!=null}[...NO_BODY_STATUS_CODES];const Breadcrumbs=({items:e,maxVisible:t=4,onItemClick:r})=>{const[i,s]=React2.useState(!1),n=()=>s(u=>!u),a=(u,x)=>{u&&u(),x!==void 0&&(r==null||r(x)),s(!1)},o=e.length>t,l=e[0],f=e[e.length-1],c=e.slice(1,e.length-1),m=o?[]:c;return jsxRuntimeExports.jsxs("nav",{className:"breadcrumbs",children:[l&&renderLink(l,!1,0,r),o&&jsxRuntimeExports.jsxs("div",{className:"breadcrumbs-menu",children:[jsxRuntimeExports.jsx("button",{onClick:n,className:"breadcrumbs-collapse-button",children:"..."}),i&&jsxRuntimeExports.jsx("ul",{className:"breadcrumbs-dropdown",children:c.map((u,x)=>jsxRuntimeExports.jsx("li",{children:jsxRuntimeExports.jsx(Link,{to:u.href||"#",onClick:()=>a(u.onClick,x+1),className:"breadcrumbs-item",children:u.label})},x))})]}),!o&&m.map((u,x)=>renderLink(u,!1,x+1,r)),f&&e.length>1&&renderLink(f,!0,e.length-1,r)]})},renderLink=(e,t,r,i)=>t?jsxRuntimeExports.jsx("span",{className:"breadcrumbs-item breadcrumbs-current",children:e.label}):jsxRuntimeExports.jsx(Link,{className:"breadcrumbs-item",to:e.href||"#",onClick:()=>i==null?void 0:i(r),children:e.label}),sizeTokens={small:{fontSize:"0.75rem",padding:"0.375rem 0.75rem"},medium:{fontSize:"1rem",padding:"0.625rem 1.25rem"},large:{fontSize:"1.125rem",padding:"0.875rem 1.75rem"}},getSizeStyle$1=e=>sizeTokens[e],getSizeStyle=e=>sizeTokens[e],getVariantClass=e=>{const t={primary:"ce-button--primary",secondary:"ce-button--secondary",text:"ce-button--text",neutral:"ce-button--neutral",outlined:"ce-button--outlined",outlinedGreen:"ce-button--outlinedGreen",disabled:"ce-button--disabled",underline:"ce-button--underline"};return t[e]||t.primary},CEButton=({variant:e="primary",size:t="medium",onClick:r,children:i,className:s="",sx:n={},color:a,label:o,icon:l})=>{const f=getSizeStyle(t),c=getVariantClass(e);return jsxRuntimeExports.jsxs("button",{className:`ce-button ${c} ${s}`,onClick:r,style:{...f,...n,...a?{color:a}:{}},disabled:e==="disabled",children:[l&&jsxRuntimeExports.jsx("span",{className:"ce-button__icon",children:l}),o??i]})},CeBox=React2.forwardRef(function({component:t="div",sx:r={},style:i={},children:s,...n},a){const o={...i,...r};return jsxRuntimeExports.jsx(t,{ref:a,style:o,...n,children:s})}),CEAutoSuggestInput=({label:e,placeholder:t="",fetchSuggestions:r,value:i,onChange:s,width:n="100%",height:a="3.5rem",style:o={},size:l="medium",multipleSelection:f=!1,showSearchIcon:c=!1,showDropdownIcon:m=!1})=>{const[u,x]=React2.useState([]),[d,p]=React2.useState(!1),[E,y]=React2.useState(!1),[_,g]=React2.useState(!1),[S,C]=React2.useState(Array.isArray(i)?i:i?[i]:[]),T=React2.useRef(null),A=()=>jsxRuntimeExports.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntimeExports.jsx("path",{d:"M15.5001 14.5H14.7101L14.4301 14.23C15.6301 12.83 16.2501 10.92 15.9101 8.89002C15.4401 6.11002 13.1201 3.89002 10.3201 3.55002C6.09014 3.03002 2.53014 6.59001 3.05014 10.82C3.39014 13.62 5.61014 15.94 8.39014 16.41C10.4201 16.75 12.3301 16.13 13.7301 14.93L14.0001 15.21V16L18.2501 20.25C18.6601 20.66 19.3301 20.66 19.7401 20.25C20.1501 19.84 20.1501 19.17 19.7401 18.76L15.5001 14.5ZM9.50014 14.5C7.01014 14.5 5.00014 12.49 5.00014 10C5.00014 7.51002 7.01014 5.50002 9.50014 5.50002C11.9901 5.50002 14.0001 7.51002 14.0001 10C14.0001 12.49 11.9901 14.5 9.50014 14.5Z",fill:"black",fillOpacity:"0.54"})}),k=()=>jsxRuntimeExports.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntimeExports.jsx("path",{d:"M8.12021 9.79006L12.0002 13.6701L15.8802 9.79006C16.2702 9.40006 16.9002 9.40006 17.2902 9.79006C17.6802 10.1801 17.6802 10.8101 17.2902 11.2001L12.7002 15.7901C12.3102 16.1801 11.6802 16.1801 11.2902 15.7901L6.70021 11.2001C6.31021 10.8101 6.31021 10.1801 6.70021 9.79006C7.09021 9.41006 7.73021 9.40006 8.12021 9.79006Z",fill:"black",fillOpacity:"0.54"})});React2.useEffect(()=>{const ne=Array.isArray(i)?"":i;if(ne.trim()===""){x([]);return}y(!0),r(ne).then(q=>x(q)).finally(()=>y(!1))},[i,r]);const I=getSizeStyle$1(l||"medium"),Y={"--input-font-size":I.fontSize,"--label-font-size":I.fontSize,"--icon-size":`calc(${I.fontSize} + 0.25rem)`,"--suggestion-font-size":I.fontSize,"--input-padding":I.padding,"--input-padding-top":"1.25em","--icon-top":"1.2em",fontSize:I.fontSize,...o},X=ne=>{let q=[];S.includes(ne)?q=S.filter(L=>L!==ne):q=[...S,ne],C(q),s(q)},W=()=>{S.length===u.length?(C([]),s([])):(C(u),s(u))},K=u.length>0&&S.length===u.length;return jsxRuntimeExports.jsxs("div",{className:"auto-suggest-input",style:Y,children:[jsxRuntimeExports.jsxs("div",{className:`input-wrapper floating-label-wrapper${_||i?" focused":""}`,style:Y,children:[jsxRuntimeExports.jsx("input",{ref:T,type:"text",value:f?S.join(", "):Array.isArray(i)?"":i,placeholder:"",onChange:ne=>{s(ne.target.value),p(!0)},onFocus:()=>{p(!0),g(!0)},onBlur:()=>{setTimeout(()=>p(!1),150),g(!1)}}),jsxRuntimeExports.jsx("label",{className:"floating-label",children:e}),c&&jsxRuntimeExports.jsx("span",{className:"search-icon search-icon-img",children:jsxRuntimeExports.jsx(A,{})}),m&&jsxRuntimeExports.jsx("span",{className:"search-icon search-icon-img",children:jsxRuntimeExports.jsx(k,{})}),d&&u.length>0&&jsxRuntimeExports.jsxs("ul",{className:"suggestions-list",children:[f&&jsxRuntimeExports.jsx("li",{className:"suggestion-item select-all",children:jsxRuntimeExports.jsxs("label",{children:[jsxRuntimeExports.jsx("input",{type:"checkbox",checked:K,onChange:W}),"Select All"]})}),u.map((ne,q)=>jsxRuntimeExports.jsx("li",{className:"suggestion-item",onMouseDown:()=>{f||(s(ne),p(!1))},children:f?jsxRuntimeExports.jsxs("label",{children:[jsxRuntimeExports.jsx("input",{type:"checkbox",checked:S.includes(ne),onChange:()=>X(ne)}),ne]}):ne},q))]})]}),E&&jsxRuntimeExports.jsx("div",{className:"loading-text",children:"Loading..."})]})};function bind(e,t){return function(){return e.apply(t,arguments)}}const{toString}=Object.prototype,{getPrototypeOf}=Object,kindOf=(e=>t=>{const r=toString.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined(e)&&e.constructor!==null&&!isUndefined(e.constructor)&&isFunction(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber=typeOfTest("number"),isObject=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject(e)&&isFunction(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let i,s;if(typeof e!="object"&&(e=[e]),isArray(e))for(i=0,s=e.length;i<s;i++)t.call(null,e[i],i,e);else{const n=r?Object.getOwnPropertyNames(e):Object.keys(e),a=n.length;let o;for(i=0;i<a;i++)o=n[i],t.call(null,e[o],o,e)}}function findKey(e,t){t=t.toLowerCase();const r=Object.keys(e);let i=r.length,s;for(;i-- >0;)if(s=r[i],t===s.toLowerCase())return s;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,isContextDefined=e=>!isUndefined(e)&&e!==_global;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},r=(i,s)=>{const n=e&&findKey(t,s)||s;isPlainObject(t[n])&&isPlainObject(i)?t[n]=merge(t[n],i):isPlainObject(i)?t[n]=merge({},i):isArray(i)?t[n]=i.slice():t[n]=i};for(let i=0,s=arguments.length;i<s;i++)arguments[i]&&forEach(arguments[i],r);return t}const extend=(e,t,r,{allOwnKeys:i}={})=>(forEach(t,(s,n)=>{r&&isFunction(s)?e[n]=bind(s,r):e[n]=s},{allOwnKeys:i}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,r,i)=>{e.prototype=Object.create(t.prototype,i),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject=(e,t,r,i)=>{let s,n,a;const o={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),n=s.length;n-- >0;)a=s[n],(!i||i(a,e,t))&&!o[a]&&(t[a]=e[a],o[a]=!0);e=r!==!1&&getPrototypeOf(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const i=e.indexOf(t,r);return i!==-1&&i===r},toArray=e=>{if(!e)return null;if(isArray(e))return e;let t=e.length;if(!isNumber(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const i=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=i.next())&&!s.done;){const n=s.value;t.call(e,n[0],n[1])}},matchAll=(e,t)=>{let r;const i=[];for(;(r=e.exec(t))!==null;)i.push(r);return i},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,i,s){return i.toUpperCase()+s}),hasOwnProperty=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),i={};forEach(r,(s,n)=>{let a;(a=t(s,n,e))!==!1&&(i[n]=a||s)}),Object.defineProperties(e,i)},freezeMethods=e=>{reduceDescriptors(e,(t,r)=>{if(isFunction(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const i=e[r];if(isFunction(i)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},toObjectSet=(e,t)=>{const r={},i=s=>{s.forEach(n=>{r[n]=!0})};return isArray(e)?i(e):i(String(e).split(t)),r},noop=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function isSpecCompliantForm(e){return!!(e&&isFunction(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),r=(i,s)=>{if(isObject(i)){if(t.indexOf(i)>=0)return;if(!("toJSON"in i)){t[s]=i;const n=isArray(i)?[]:{};return forEach(i,(a,o)=>{const l=r(a,s+1);!isUndefined(l)&&(n[o]=l)}),t[s]=void 0,n}}return i};return r(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject(e)||isFunction(e))&&isFunction(e.then)&&isFunction(e.catch),_setImmediate=((e,t)=>e?setImmediate:t?((r,i)=>(_global.addEventListener("message",({source:s,data:n})=>{s===_global&&n===r&&i.length&&i.shift()()},!1),s=>{i.push(s),_global.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",isFunction(_global.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global):typeof process<"u"&&process.nextTick||_setImmediate,utils$2={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber,isBoolean,isObject,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined,isDate,isFile,isBlob,isRegExp,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError$1(e,t,r,i,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),i&&(this.request=i),s&&(this.response=s,this.status=s.status?s.status:null)}utils$2.inherits(AxiosError$1,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:utils$2.toJSONObject(this.config),code:this.code,status:this.status}}});const prototype$1=AxiosError$1.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{descriptors[e]={value:e}});Object.defineProperties(AxiosError$1,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError$1.from=(e,t,r,i,s,n)=>{const a=Object.create(prototype$1);return utils$2.toFlatObject(e,a,function(l){return l!==Error.prototype},o=>o!=="isAxiosError"),AxiosError$1.call(a,e.message,t,r,i,s),a.cause=e,a.name=e.name,n&&Object.assign(a,n),a};const httpAdapter=null;function isVisitable(e){return utils$2.isPlainObject(e)||utils$2.isArray(e)}function removeBrackets(e){return utils$2.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,r){return e?e.concat(t).map(function(s,n){return s=removeBrackets(s),!r&&n?"["+s+"]":s}).join(r?".":""):t}function isFlatArray(e){return utils$2.isArray(e)&&!e.some(isVisitable)}const predicates=utils$2.toFlatObject(utils$2,{},null,function(t){return/^is[A-Z]/.test(t)});function toFormData$1(e,t,r){if(!utils$2.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=utils$2.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,E){return!utils$2.isUndefined(E[p])});const i=r.metaTokens,s=r.visitor||c,n=r.dots,a=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&utils$2.isSpecCompliantForm(t);if(!utils$2.isFunction(s))throw new TypeError("visitor must be a function");function f(d){if(d===null)return"";if(utils$2.isDate(d))return d.toISOString();if(!l&&utils$2.isBlob(d))throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");return utils$2.isArrayBuffer(d)||utils$2.isTypedArray(d)?l&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function c(d,p,E){let y=d;if(d&&!E&&typeof d=="object"){if(utils$2.endsWith(p,"{}"))p=i?p:p.slice(0,-2),d=JSON.stringify(d);else if(utils$2.isArray(d)&&isFlatArray(d)||(utils$2.isFileList(d)||utils$2.endsWith(p,"[]"))&&(y=utils$2.toArray(d)))return p=removeBrackets(p),y.forEach(function(g,S){!(utils$2.isUndefined(g)||g===null)&&t.append(a===!0?renderKey([p],S,n):a===null?p:p+"[]",f(g))}),!1}return isVisitable(d)?!0:(t.append(renderKey(E,p,n),f(d)),!1)}const m=[],u=Object.assign(predicates,{defaultVisitor:c,convertValue:f,isVisitable});function x(d,p){if(!utils$2.isUndefined(d)){if(m.indexOf(d)!==-1)throw Error("Circular reference detected in "+p.join("."));m.push(d),utils$2.forEach(d,function(y,_){(!(utils$2.isUndefined(y)||y===null)&&s.call(t,y,utils$2.isString(_)?_.trim():_,p,u))===!0&&x(y,p?p.concat(_):[_])}),m.pop()}}if(!utils$2.isObject(e))throw new TypeError("data must be an object");return x(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(i){return t[i]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData$1(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(t,r){this._pairs.push([t,r])};prototype.toString=function(t){const r=t?function(i){return t.call(this,i,encode$1)}:encode$1;return this._pairs.map(function(s){return r(s[0])+"="+r(s[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,r){if(!t)return e;const i=r&&r.encode||encode;utils$2.isFunction(r)&&(r={serialize:r});const s=r&&r.serialize;let n;if(s?n=s(t,r):n=utils$2.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,r).toString(i),n){const a=e.indexOf("#");a!==-1&&(e=e.slice(0,a)),e+=(e.indexOf("?")===-1?"?":"&")+n}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,r,i){return this.handlers.push({fulfilled:t,rejected:r,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$2.forEach(this.handlers,function(i){i!==null&&t(i)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",_navigator=typeof navigator=="object"&&navigator||void 0,hasStandardBrowserEnv=hasBrowserEnv&&(!_navigator||["ReactNative","NativeScript","NS"].indexOf(_navigator.product)<0),hasStandardBrowserWebWorkerEnv=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",origin=hasBrowserEnv&&window.location.href||"http://localhost",utils$1=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,navigator:_navigator,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils$1,...platform$1};function toURLEncodedForm(e,t){return toFormData$1(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(r,i,s,n){return platform.isNode&&utils$2.isBuffer(r)?(this.append(i,r.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$2.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},r=Object.keys(e);let i;const s=r.length;let n;for(i=0;i<s;i++)n=r[i],t[n]=e[n];return t}function formDataToJSON(e){function t(r,i,s,n){let a=r[n++];if(a==="__proto__")return!0;const o=Number.isFinite(+a),l=n>=r.length;return a=!a&&utils$2.isArray(s)?s.length:a,l?(utils$2.hasOwnProp(s,a)?s[a]=[s[a],i]:s[a]=i,!o):((!s[a]||!utils$2.isObject(s[a]))&&(s[a]=[]),t(r,i,s[a],n)&&utils$2.isArray(s[a])&&(s[a]=arrayToObject(s[a])),!o)}if(utils$2.isFormData(e)&&utils$2.isFunction(e.entries)){const r={};return utils$2.forEachEntry(e,(i,s)=>{t(parsePropPath(i),s,r,0)}),r}return null}function stringifySafely(e,t,r){if(utils$2.isString(e))try{return(t||JSON.parse)(e),utils$2.trim(e)}catch(i){if(i.name!=="SyntaxError")throw i}return(r||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const i=r.getContentType()||"",s=i.indexOf("application/json")>-1,n=utils$2.isObject(t);if(n&&utils$2.isHTMLForm(t)&&(t=new FormData(t)),utils$2.isFormData(t))return s?JSON.stringify(formDataToJSON(t)):t;if(utils$2.isArrayBuffer(t)||utils$2.isBuffer(t)||utils$2.isStream(t)||utils$2.isFile(t)||utils$2.isBlob(t)||utils$2.isReadableStream(t))return t;if(utils$2.isArrayBufferView(t))return t.buffer;if(utils$2.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(n){if(i.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((o=utils$2.isFileList(t))||i.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return toFormData$1(o?{"files[]":t}:t,l&&new l,this.formSerializer)}}return n||s?(r.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function(t){const r=this.transitional||defaults.transitional,i=r&&r.forcedJSONParsing,s=this.responseType==="json";if(utils$2.isResponse(t)||utils$2.isReadableStream(t))return t;if(t&&utils$2.isString(t)&&(i&&!this.responseType||s)){const a=!(r&&r.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(o){if(a)throw o.name==="SyntaxError"?AxiosError$1.from(o,AxiosError$1.ERR_BAD_RESPONSE,this,null,this.response):o}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$2.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});const ignoreDuplicateOf=utils$2.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=e=>{const t={};let r,i,s;return e&&e.split(`
34
34
  `).forEach(function(a){s=a.indexOf(":"),r=a.substring(0,s).trim().toLowerCase(),i=a.substring(s+1).trim(),!(!r||t[r]&&ignoreDuplicateOf[r])&&(r==="set-cookie"?t[r]?t[r].push(i):t[r]=[i]:t[r]=t[r]?t[r]+", "+i:i)}),t},$internals=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){return e===!1||e==null?e:utils$2.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let i;for(;i=r.exec(e);)t[i[1]]=i[2];return t}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,t,r,i,s){if(utils$2.isFunction(i))return i.call(this,t,r);if(s&&(t=r),!!utils$2.isString(t)){if(utils$2.isString(i))return t.indexOf(i)!==-1;if(utils$2.isRegExp(i))return i.test(t)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,i)=>r.toUpperCase()+i)}function buildAccessors(e,t){const r=utils$2.toCamelCase(" "+t);["get","set","has"].forEach(i=>{Object.defineProperty(e,i+r,{value:function(s,n,a){return this[i].call(this,t,s,n,a)},configurable:!0})})}let AxiosHeaders$1=class{constructor(t){t&&this.set(t)}set(t,r,i){const s=this;function n(o,l,f){const c=normalizeHeader(l);if(!c)throw new Error("header name must be a non-empty string");const m=utils$2.findKey(s,c);(!m||s[m]===void 0||f===!0||f===void 0&&s[m]!==!1)&&(s[m||l]=normalizeValue(o))}const a=(o,l)=>utils$2.forEach(o,(f,c)=>n(f,c,l));if(utils$2.isPlainObject(t)||t instanceof this.constructor)a(t,r);else if(utils$2.isString(t)&&(t=t.trim())&&!isValidHeaderName(t))a(parseHeaders(t),r);else if(utils$2.isHeaders(t))for(const[o,l]of t.entries())n(l,o,i);else t!=null&&n(r,t,i);return this}get(t,r){if(t=normalizeHeader(t),t){const i=utils$2.findKey(this,t);if(i){const s=this[i];if(!r)return s;if(r===!0)return parseTokens(s);if(utils$2.isFunction(r))return r.call(this,s,i);if(utils$2.isRegExp(r))return r.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=normalizeHeader(t),t){const i=utils$2.findKey(this,t);return!!(i&&this[i]!==void 0&&(!r||matchHeaderValue(this,this[i],i,r)))}return!1}delete(t,r){const i=this;let s=!1;function n(a){if(a=normalizeHeader(a),a){const o=utils$2.findKey(i,a);o&&(!r||matchHeaderValue(i,i[o],o,r))&&(delete i[o],s=!0)}}return utils$2.isArray(t)?t.forEach(n):n(t),s}clear(t){const r=Object.keys(this);let i=r.length,s=!1;for(;i--;){const n=r[i];(!t||matchHeaderValue(this,this[n],n,t,!0))&&(delete this[n],s=!0)}return s}normalize(t){const r=this,i={};return utils$2.forEach(this,(s,n)=>{const a=utils$2.findKey(i,n);if(a){r[a]=normalizeValue(s),delete r[n];return}const o=t?formatHeader(n):String(n).trim();o!==n&&delete r[n],r[o]=normalizeValue(s),i[o]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return utils$2.forEach(this,(i,s)=>{i!=null&&i!==!1&&(r[s]=t&&utils$2.isArray(i)?i.join(", "):i)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
35
35
  `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const i=new this(t);return r.forEach(s=>i.set(s)),i}static accessor(t){const i=(this[$internals]=this[$internals]={accessors:{}}).accessors,s=this.prototype;function n(a){const o=normalizeHeader(a);i[o]||(buildAccessors(s,a),i[o]=!0)}return utils$2.isArray(t)?t.forEach(n):n(t),this}};AxiosHeaders$1.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$2.reduceDescriptors(AxiosHeaders$1.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(i){this[r]=i}}});utils$2.freezeMethods(AxiosHeaders$1);function transformData(e,t){const r=this||defaults,i=t||r,s=AxiosHeaders$1.from(i.headers);let n=i.data;return utils$2.forEach(e,function(o){n=o.call(r,n,s.normalize(),t?t.status:void 0)}),s.normalize(),n}function isCancel$1(e){return!!(e&&e.__CANCEL__)}function CanceledError$1(e,t,r){AxiosError$1.call(this,e??"canceled",AxiosError$1.ERR_CANCELED,t,r),this.name="CanceledError"}utils$2.inherits(CanceledError$1,AxiosError$1,{__CANCEL__:!0});function settle(e,t,r){const i=r.config.validateStatus;!r.status||!i||i(r.status)?e(r):t(new AxiosError$1("Request failed with status code "+r.status,[AxiosError$1.ERR_BAD_REQUEST,AxiosError$1.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function parseProtocol(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function speedometer(e,t){e=e||10;const r=new Array(e),i=new Array(e);let s=0,n=0,a;return t=t!==void 0?t:1e3,function(l){const f=Date.now(),c=i[n];a||(a=f),r[s]=l,i[s]=f;let m=n,u=0;for(;m!==s;)u+=r[m++],m=m%e;if(s=(s+1)%e,s===n&&(n=(n+1)%e),f-a<t)return;const x=c&&f-c;return x?Math.round(u*1e3/x):void 0}}function throttle(e,t){let r=0,i=1e3/t,s,n;const a=(f,c=Date.now())=>{r=c,s=null,n&&(clearTimeout(n),n=null),e.apply(null,f)};return[(...f)=>{const c=Date.now(),m=c-r;m>=i?a(f,c):(s=f,n||(n=setTimeout(()=>{n=null,a(s)},i-m)))},()=>s&&a(s)]}const progressEventReducer=(e,t,r=3)=>{let i=0;const s=speedometer(50,250);return throttle(n=>{const a=n.loaded,o=n.lengthComputable?n.total:void 0,l=a-i,f=s(l),c=a<=o;i=a;const m={loaded:a,total:o,progress:o?a/o:void 0,bytes:l,rate:f||void 0,estimated:f&&o&&c?(o-a)/f:void 0,event:n,lengthComputable:o!=null,[t?"download":"upload"]:!0};e(m)},r)},progressEventDecorator=(e,t)=>{const r=e!=null;return[i=>t[0]({lengthComputable:r,total:e,loaded:i}),t[1]]},asyncDecorator=e=>(...t)=>utils$2.asap(()=>e(...t)),isURLSameOrigin=platform.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,platform.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(platform.origin),platform.navigator&&/(msie|trident)/i.test(platform.navigator.userAgent)):()=>!0,cookies=platform.hasStandardBrowserEnv?{write(e,t,r,i,s,n){const a=[e+"="+encodeURIComponent(t)];utils$2.isNumber(r)&&a.push("expires="+new Date(r).toGMTString()),utils$2.isString(i)&&a.push("path="+i),utils$2.isString(s)&&a.push("domain="+s),n===!0&&a.push("secure"),document.cookie=a.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function buildFullPath(e,t,r){let i=!isAbsoluteURL(t);return e&&(i||r==!1)?combineURLs(e,t):t}const headersToObject=e=>e instanceof AxiosHeaders$1?{...e}:e;function mergeConfig$1(e,t){t=t||{};const r={};function i(f,c,m,u){return utils$2.isPlainObject(f)&&utils$2.isPlainObject(c)?utils$2.merge.call({caseless:u},f,c):utils$2.isPlainObject(c)?utils$2.merge({},c):utils$2.isArray(c)?c.slice():c}function s(f,c,m,u){if(utils$2.isUndefined(c)){if(!utils$2.isUndefined(f))return i(void 0,f,m,u)}else return i(f,c,m,u)}function n(f,c){if(!utils$2.isUndefined(c))return i(void 0,c)}function a(f,c){if(utils$2.isUndefined(c)){if(!utils$2.isUndefined(f))return i(void 0,f)}else return i(void 0,c)}function o(f,c,m){if(m in t)return i(f,c);if(m in e)return i(void 0,f)}const l={url:n,method:n,data:n,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:o,headers:(f,c,m)=>s(headersToObject(f),headersToObject(c),m,!0)};return utils$2.forEach(Object.keys(Object.assign({},e,t)),function(c){const m=l[c]||s,u=m(e[c],t[c],c);utils$2.isUndefined(u)&&m!==o||(r[c]=u)}),r}const resolveConfig=e=>{const t=mergeConfig$1({},e);let{data:r,withXSRFToken:i,xsrfHeaderName:s,xsrfCookieName:n,headers:a,auth:o}=t;t.headers=a=AxiosHeaders$1.from(a),t.url=buildURL(buildFullPath(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),o&&a.set("Authorization","Basic "+btoa((o.username||"")+":"+(o.password?unescape(encodeURIComponent(o.password)):"")));let l;if(utils$2.isFormData(r)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((l=a.getContentType())!==!1){const[f,...c]=l?l.split(";").map(m=>m.trim()).filter(Boolean):[];a.setContentType([f||"multipart/form-data",...c].join("; "))}}if(platform.hasStandardBrowserEnv&&(i&&utils$2.isFunction(i)&&(i=i(t)),i||i!==!1&&isURLSameOrigin(t.url))){const f=s&&n&&cookies.read(n);f&&a.set(s,f)}return t},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(e){return new Promise(function(r,i){const s=resolveConfig(e);let n=s.data;const a=AxiosHeaders$1.from(s.headers).normalize();let{responseType:o,onUploadProgress:l,onDownloadProgress:f}=s,c,m,u,x,d;function p(){x&&x(),d&&d(),s.cancelToken&&s.cancelToken.unsubscribe(c),s.signal&&s.signal.removeEventListener("abort",c)}let E=new XMLHttpRequest;E.open(s.method.toUpperCase(),s.url,!0),E.timeout=s.timeout;function y(){if(!E)return;const g=AxiosHeaders$1.from("getAllResponseHeaders"in E&&E.getAllResponseHeaders()),C={data:!o||o==="text"||o==="json"?E.responseText:E.response,status:E.status,statusText:E.statusText,headers:g,config:e,request:E};settle(function(A){r(A),p()},function(A){i(A),p()},C),E=null}"onloadend"in E?E.onloadend=y:E.onreadystatechange=function(){!E||E.readyState!==4||E.status===0&&!(E.responseURL&&E.responseURL.indexOf("file:")===0)||setTimeout(y)},E.onabort=function(){E&&(i(new AxiosError$1("Request aborted",AxiosError$1.ECONNABORTED,e,E)),E=null)},E.onerror=function(){i(new AxiosError$1("Network Error",AxiosError$1.ERR_NETWORK,e,E)),E=null},E.ontimeout=function(){let S=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const C=s.transitional||transitionalDefaults;s.timeoutErrorMessage&&(S=s.timeoutErrorMessage),i(new AxiosError$1(S,C.clarifyTimeoutError?AxiosError$1.ETIMEDOUT:AxiosError$1.ECONNABORTED,e,E)),E=null},n===void 0&&a.setContentType(null),"setRequestHeader"in E&&utils$2.forEach(a.toJSON(),function(S,C){E.setRequestHeader(C,S)}),utils$2.isUndefined(s.withCredentials)||(E.withCredentials=!!s.withCredentials),o&&o!=="json"&&(E.responseType=s.responseType),f&&([u,d]=progressEventReducer(f,!0),E.addEventListener("progress",u)),l&&E.upload&&([m,x]=progressEventReducer(l),E.upload.addEventListener("progress",m),E.upload.addEventListener("loadend",x)),(s.cancelToken||s.signal)&&(c=g=>{E&&(i(!g||g.type?new CanceledError$1(null,e,E):g),E.abort(),E=null)},s.cancelToken&&s.cancelToken.subscribe(c),s.signal&&(s.signal.aborted?c():s.signal.addEventListener("abort",c)));const _=parseProtocol(s.url);if(_&&platform.protocols.indexOf(_)===-1){i(new AxiosError$1("Unsupported protocol "+_+":",AxiosError$1.ERR_BAD_REQUEST,e));return}E.send(n||null)})},composeSignals=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let i=new AbortController,s;const n=function(f){if(!s){s=!0,o();const c=f instanceof Error?f:this.reason;i.abort(c instanceof AxiosError$1?c:new CanceledError$1(c instanceof Error?c.message:c))}};let a=t&&setTimeout(()=>{a=null,n(new AxiosError$1(`timeout ${t} of ms exceeded`,AxiosError$1.ETIMEDOUT))},t);const o=()=>{e&&(a&&clearTimeout(a),a=null,e.forEach(f=>{f.unsubscribe?f.unsubscribe(n):f.removeEventListener("abort",n)}),e=null)};e.forEach(f=>f.addEventListener("abort",n));const{signal:l}=i;return l.unsubscribe=()=>utils$2.asap(o),l}},streamChunk=function*(e,t){let r=e.byteLength;if(r<t){yield e;return}let i=0,s;for(;i<r;)s=i+t,yield e.slice(i,s),i=s},readBytes=async function*(e,t){for await(const r of readStream(e))yield*streamChunk(r,t)},readStream=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:i}=await t.read();if(r)break;yield i}}finally{await t.cancel()}},trackStream=(e,t,r,i)=>{const s=readBytes(e,t);let n=0,a,o=l=>{a||(a=!0,i&&i(l))};return new ReadableStream({async pull(l){try{const{done:f,value:c}=await s.next();if(f){o(),l.close();return}let m=c.byteLength;if(r){let u=n+=m;r(u)}l.enqueue(new Uint8Array(c))}catch(f){throw o(f),f}},cancel(l){return o(l),s.return()}},{highWaterMark:2})},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),test=(e,...t)=>{try{return!!e(...t)}catch{return!1}},supportsRequestStream=isReadableStreamSupported&&test(()=>{let e=!1;const t=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&test(()=>utils$2.isReadableStream(new Response("").body)),resolvers={stream:supportsResponseStream&&(e=>e.body)};isFetchSupported&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!resolvers[t]&&(resolvers[t]=utils$2.isFunction(e[t])?r=>r[t]():(r,i)=>{throw new AxiosError$1(`Response type '${t}' is not supported`,AxiosError$1.ERR_NOT_SUPPORT,i)})})})(new Response);const getBodyLength=async e=>{if(e==null)return 0;if(utils$2.isBlob(e))return e.size;if(utils$2.isSpecCompliantForm(e))return(await new Request(platform.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(utils$2.isArrayBufferView(e)||utils$2.isArrayBuffer(e))return e.byteLength;if(utils$2.isURLSearchParams(e)&&(e=e+""),utils$2.isString(e))return(await encodeText(e)).byteLength},resolveBodyLength=async(e,t)=>{const r=utils$2.toFiniteNumber(e.getContentLength());return r??getBodyLength(t)},fetchAdapter=isFetchSupported&&(async e=>{let{url:t,method:r,data:i,signal:s,cancelToken:n,timeout:a,onDownloadProgress:o,onUploadProgress:l,responseType:f,headers:c,withCredentials:m="same-origin",fetchOptions:u}=resolveConfig(e);f=f?(f+"").toLowerCase():"text";let x=composeSignals([s,n&&n.toAbortSignal()],a),d;const p=x&&x.unsubscribe&&(()=>{x.unsubscribe()});let E;try{if(l&&supportsRequestStream&&r!=="get"&&r!=="head"&&(E=await resolveBodyLength(c,i))!==0){let C=new Request(t,{method:"POST",body:i,duplex:"half"}),T;if(utils$2.isFormData(i)&&(T=C.headers.get("content-type"))&&c.setContentType(T),C.body){const[A,k]=progressEventDecorator(E,progressEventReducer(asyncDecorator(l)));i=trackStream(C.body,DEFAULT_CHUNK_SIZE,A,k)}}utils$2.isString(m)||(m=m?"include":"omit");const y="credentials"in Request.prototype;d=new Request(t,{...u,signal:x,method:r.toUpperCase(),headers:c.normalize().toJSON(),body:i,duplex:"half",credentials:y?m:void 0});let _=await fetch(d);const g=supportsResponseStream&&(f==="stream"||f==="response");if(supportsResponseStream&&(o||g&&p)){const C={};["status","statusText","headers"].forEach(I=>{C[I]=_[I]});const T=utils$2.toFiniteNumber(_.headers.get("content-length")),[A,k]=o&&progressEventDecorator(T,progressEventReducer(asyncDecorator(o),!0))||[];_=new Response(trackStream(_.body,DEFAULT_CHUNK_SIZE,A,()=>{k&&k(),p&&p()}),C)}f=f||"text";let S=await resolvers[utils$2.findKey(resolvers,f)||"text"](_,e);return!g&&p&&p(),await new Promise((C,T)=>{settle(C,T,{data:S,headers:AxiosHeaders$1.from(_.headers),status:_.status,statusText:_.statusText,config:e,request:d})})}catch(y){throw p&&p(),y&&y.name==="TypeError"&&/fetch/i.test(y.message)?Object.assign(new AxiosError$1("Network Error",AxiosError$1.ERR_NETWORK,e,d),{cause:y.cause||y}):AxiosError$1.from(y,y&&y.code,e,d)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$2.forEach(knownAdapters,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const renderReason=e=>`- ${e}`,isResolvedHandle=e=>utils$2.isFunction(e)||e===null||e===!1,adapters={getAdapter:e=>{e=utils$2.isArray(e)?e:[e];const{length:t}=e;let r,i;const s={};for(let n=0;n<t;n++){r=e[n];let a;if(i=r,!isResolvedHandle(r)&&(i=knownAdapters[(a=String(r)).toLowerCase()],i===void 0))throw new AxiosError$1(`Unknown adapter '${a}'`);if(i)break;s[a||"#"+n]=i}if(!i){const n=Object.entries(s).map(([o,l])=>`adapter ${o} `+(l===!1?"is not supported by the environment":"is not available in the build"));let a=t?n.length>1?`since :
36
36
  `+n.map(renderReason).join(`
@@ -1743,21 +1743,26 @@ const Breadcrumbs = ({ items: e, maxVisible: t = 4, onItemClick: r }) => {
1743
1743
  children: i,
1744
1744
  className: s = "",
1745
1745
  sx: n = {},
1746
- color: a
1746
+ color: a,
1747
+ label: o,
1748
+ icon: l
1747
1749
  }) => {
1748
- const o = getSizeStyle(t), l = getVariantClass(e);
1749
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1750
+ const f = getSizeStyle(t), c = getVariantClass(e);
1751
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
1750
1752
  "button",
1751
1753
  {
1752
- className: `ce-button ${l} ${s}`,
1754
+ className: `ce-button ${c} ${s}`,
1753
1755
  onClick: r,
1754
1756
  style: {
1755
- ...o,
1757
+ ...f,
1756
1758
  ...n,
1757
1759
  ...a ? { color: a } : {}
1758
1760
  },
1759
1761
  disabled: e === "disabled",
1760
- children: i
1762
+ children: [
1763
+ l && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "ce-button__icon", children: l }),
1764
+ o ?? i
1765
+ ]
1761
1766
  }
1762
1767
  );
1763
1768
  }, CeBox = forwardRef(function({
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ interface CEChatboxProps {
3
+ buttonLabel: string;
4
+ buttonIcon?: React.ReactNode;
5
+ }
6
+ declare const CEChatbox: React.FC<CEChatboxProps>;
7
+ export default CEChatbox;
@@ -2,6 +2,7 @@ import { default as React } from 'react';
2
2
  import { Size } from '../Tokens/CESizes';
3
3
  type ButtonVariant = "primary" | "secondary" | "text" | "neutral" | "outlined" | "outlinedGreen" | "disabled" | "underline";
4
4
  interface CEButtonProps {
5
+ label?: string;
5
6
  variant?: ButtonVariant;
6
7
  size?: Size;
7
8
  onClick: () => void;
@@ -9,6 +10,7 @@ interface CEButtonProps {
9
10
  className?: string;
10
11
  sx?: React.CSSProperties;
11
12
  color?: string;
13
+ icon?: React.ReactNode;
12
14
  }
13
15
  declare const CEButton: React.FC<CEButtonProps>;
14
16
  export default CEButton;
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ interface CEBadgeProps {
3
+ label: string;
4
+ backgroundColor?: string;
5
+ textColor?: string;
6
+ style?: React.CSSProperties;
7
+ }
8
+ declare const CEBadge: React.FC<CEBadgeProps>;
9
+ export default CEBadge;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cecomponent",
3
3
  "description": "A React component library for building modern UIs for Cleanearth",
4
- "version": "1.0.81",
4
+ "version": "1.0.82",
5
5
  "main": "dist/ce-component-lib.js",
6
6
  "module": "dist/ce-component-lib.mjs",
7
7
  "types": "dist/index.d.ts",