@font-face{font-family:MyFont;src:url(/fonts/Roboto-Thin.ttf);font-weight:100;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-ThinItalic.ttf);font-weight:100;font-style:italic}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Light.ttf);font-weight:300;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-LightItalic.ttf);font-weight:300;font-style:italic}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Regular.ttf);font-weight:400;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Italic.ttf);font-weight:400;font-style:italic}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Medium.ttf);font-weight:500;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-MediumItalic.ttf);font-weight:500;font-style:italic}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Bold.ttf);font-weight:700;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-BoldItalic.ttf);font-weight:700;font-style:italic}@font-face{font-family:MyFont;src:url(/fonts/Roboto-Black.ttf);font-weight:900;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/Roboto-BlackItalic.ttf);font-weight:900;font-style:italic}.theme-dark{--background-primary: #24262E;--background-secondary: #2E303A;--background-frame-primary: #3C3E48;--background-frame-secondary: #afb1bd;--color-highlight: #82abf1;--color-normal: #3aad89;--color-warning: #c77846;--color-error: #ca636c;--color-line: #525355;--color-sparator: #616970;--color-hover: rgba(59, 123, 233, .3);--color-focus: #6ba7eb;--color-scrollbar: #3C3E48;--color-scrollbar-thumb: #5d6675;--color-scrollbar-thumb-hover: #6e7685;--text-primary: #e8e8e8;--text-secondary: #a2a6a9;--text-inverse: #1a1a1a;--image-filter: invert(1);--link-color: #69afd4;--input-background: #232931;--input-border: #687385;--button-primary: #4d79b3;--button-secondary: #737e8b;--button-normal: #4a9b4d;--button-warning: #e79d41;--button-error: #b64545;--button-info: #bbd3fa;--button-primary-text: #ffffff;--button-secondary-text: #ffffff;--button-normal-text: #ffffff;--button-warning-text: #000000;--button-error-text: #ffffff;--button-info-text: #096e9c}.theme-light{--background-primary: #EFF0F9;--background-secondary: #FFFFFF;--background-frame-primary: #e3e3eb;--background-frame-secondary: #53545c;--color-highlight: #a5cafa;--color-normal: #8edd98;--color-warning: #f5caaf;--color-error: #f7a9af;--color-line: #dee1e6;--color-sparator: #b6bcc9;--color-hover: #739bdf3a;--color-focus: #7eb9fd;--color-scrollbar: #f3eded;--color-scrollbar-thumb: #c6c9cf;--color-scrollbar-thumb-hover: rgb(183, 188, 196);--text-primary: #3b3b3b;--text-secondary: #6e6e6e;--text-inverse: #eeeeee;--image-filter: invert(0);--link-color: #0971a8;--input-background: #ffffff;--input-border: #a7aebd;--button-primary: #4182d1;--button-secondary: #7a8fad;--button-normal: #56a156;--button-warning: #f1bb5c;--button-error: #ce5b5b;--button-info: #bbd1f3;--button-primary-text: #ffffff;--button-secondary-text: #ffffff;--button-normal-text: #ffffff;--button-warning-text: #000000;--button-error-text: #ffffff;--button-info-text: #0e73a1}:root{font-family:MyFont;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-normal: .9rem;--item-radius: 5px;--item-padding-input: 6px 8px;--item-padding-button: 7px 8px;--item-animation-duration: .12s;--item-box-shadow: rgba(0, 0, 0, .2) 0px 1px 3px;--page-box-shadow: rgba(0, 0, 0, .3) 0px 2px 20px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background-color:var(--color-scrollbar)}::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-scrollbar-thumb-hover)}body{margin:0;display:flex;min-width:320px;min-height:100vh}p{font-family:MyFont!important;font-size:var(--text-normal);color:var(--text-primary);margin:0;padding:0}a{color:var(--link-color);font-size:var(--text-normal);text-decoration:none;transition:filter var(--item-animation-duration) ease-in-out}a:hover{filter:brightness(1.1)}hr{border:none;height:1px;background-color:var(--color-line);margin:0}input,select,textarea{font-family:MyFont!important;border-radius:var(--item-radius);padding:var(--item-padding-input);background-color:var(--input-background);color:var(--text-primary);border-style:none;border:1px solid var(--input-border);box-sizing:border-box;font-size:var(--text-normal);outline:0px solid transparent;transition:outline var(--item-animation-duration) ease-in-out,box-shadow var(--item-animation-duration) ease-in-out;box-shadow:transparent}input:disabled,select:disabled,textarea:disabled{filter:brightness(.7);background-color:var(--input-background)}input::placeholder{color:var(--text-secondary)}input:hover,select:hover,textarea:hover{box-shadow:var(--item-box-shadow)}input:focus,select:focus,textarea:focus{outline:2px solid var(--color-focus);box-shadow:var(--item-box-shadow)}.input-search{background-image:url(/img/icon_search.svg);background-repeat:no-repeat;background-size:18px;background-position-x:8px;background-position-y:6px;padding-left:33px}button{font-family:MyFont!important;font-size:var(--text-normal);cursor:pointer;padding:var(--item-padding-button);border:none;color:var(--button-primary-text);background-color:var(--button-primary);border-radius:var(--item-radius);box-shadow:transparent;outline:0px solid transparent;transition:box-shadow var(--item-animation-duration) ease-in-out,filter var(--item-animation-duration) ease-in-out,outline var(--item-animation-duration) ease-in-out}button.btn-secondary{background-color:var(--button-secondary);color:var(--button-secondary-text)}button.btn-normal{background-color:var(--button-normal);color:var(--button-normal-text)}button.btn-warning{background-color:var(--button-warning);color:var(--button-warning-text)}button.btn-error{background-color:var(--button-error);color:var(--button-error-text)}button.btn-info{background-color:var(--button-info);color:var(--button-info-text)}button:hover{filter:brightness(1.03);box-shadow:var(--item-box-shadow)}button:focus{outline:2px solid var(--color-focus);box-shadow:var(--item-box-shadow)}button:focus{box-shadow:var(--item-box-shadow)}button:disabled{filter:opacity(.4);cursor:default}.img-color{filter:var(--img-filter)}.loading.svelte-1tcw9o4{width:30px;height:30px;position:relative;animation:svelte-1tcw9o4-loading 2.5s infinite linear both}.loading-dot.svelte-1tcw9o4{width:100%;height:100%;position:absolute;left:0;top:0;animation:svelte-1tcw9o4-loading-dot 2s infinite ease-in-out both}.loading-dot.svelte-1tcw9o4:before{content:"";display:block;width:25%;height:25%;background-color:var(--link-color);border-radius:100%;animation:svelte-1tcw9o4-loading-dot-before 2s infinite ease-in-out both}.loading-dot.svelte-1tcw9o4:nth-child(1){animation-delay:-1.1s}.loading-dot.svelte-1tcw9o4:nth-child(2){animation-delay:-1s}.loading-dot.svelte-1tcw9o4:nth-child(3){animation-delay:-.9s}.loading-dot.svelte-1tcw9o4:nth-child(4){animation-delay:-.8s}.loading-dot.svelte-1tcw9o4:nth-child(5){animation-delay:-.7s}.loading-dot.svelte-1tcw9o4:nth-child(6){animation-delay:-.6s}.loading-dot.svelte-1tcw9o4:nth-child(1):before{animation-delay:-1.1s}.loading-dot.svelte-1tcw9o4:nth-child(2):before{animation-delay:-1s}.loading-dot.svelte-1tcw9o4:nth-child(3):before{animation-delay:-.9s}.loading-dot.svelte-1tcw9o4:nth-child(4):before{animation-delay:-.8s}.loading-dot.svelte-1tcw9o4:nth-child(5):before{animation-delay:-.7s}.loading-dot.svelte-1tcw9o4:nth-child(6):before{animation-delay:-.6s}@keyframes svelte-1tcw9o4-loading{to{transform:rotate(360deg)}}@keyframes svelte-1tcw9o4-loading-dot{80%,to{transform:rotate(360deg)}}@keyframes svelte-1tcw9o4-loading-dot-before{50%{transform:scale(.4)}to,0%{transform:scale(1)}}.dialog-background{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080}.dialog-background.none{display:none}.dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--background-primary);border-radius:10px;box-shadow:var(--page-box-shadow);overflow:auto}.dialog.small{width:350px}.dialog.medium{width:600px}.dialog.large{width:90%}.dialog .dialog-header{width:100%;display:flex;align-items:center;gap:10px;padding:10px;box-sizing:border-box}.dialog .dialog-header img{width:22px;height:22px;filter:var(--image-filter)}.dialog .drag-handle{flex:1;cursor:move;-webkit-user-select:none;user-select:none;padding:5px;border-radius:5px;transition:background-color .15s ease}.dialog .drag-handle:hover{background-color:var(--background-secondary)}.dialog .dialog-header p{font-size:1.2rem;color:var(--text-primary);margin:0;pointer-events:none;flex:1}.dialog .drag-handle:focus{outline:0;box-shadow:unset}.dialog .dialog-header button{width:28px;height:28px;background-image:unset;background-color:transparent;color:var(--text-primary);padding:0 1px 1px 2px;min-width:unset;min-height:unset;border-radius:50%;font-size:.9rem;transition:background-color .15s ease}.dialog .dialog-header button:hover{background-color:var(--color-error)}.dialog .dialog-content{padding:10px;box-sizing:border-box;background-color:var(--background-secondary);border-radius:10px;margin:0 10px}.dialog .dialog-footer{display:flex;align-items:center;justify-content:flex-end;padding:10px;box-sizing:border-box;gap:10px}.dialog .dialog-footer button{min-width:80px}.dialog-content-waiting.svelte-5xdz2m{display:flex;align-items:center;gap:20px}.dialog-content-button-ok.svelte-5xdz2m{background-image:var(--button-warning)}.main-frame.svelte-bscmwb{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:var(--background-primary)}.center.svelte-bscmwb{width:300px;text-align:center;background-color:var(--background-secondary);padding:20px;border-radius:10px;box-shadow:var(--page-box-shadow)}.center.svelte-bscmwb .subtitle:where(.svelte-bscmwb){color:var(--text-secondary)}.center.svelte-bscmwb .title:where(.svelte-bscmwb){color:var(--text-primary);font-size:2rem;margin:5px 0 30px;font-weight:500}.center.svelte-bscmwb .login:where(.svelte-bscmwb){color:var(--text-primary);font-size:1.5rem;margin-bottom:10px;font-weight:300}form.svelte-bscmwb{display:flex;flex-direction:column;gap:15px;margin-top:20px}form.svelte-bscmwb p:where(.svelte-bscmwb){text-align:left;margin-bottom:3px}form.svelte-bscmwb input:where(.svelte-bscmwb),form.svelte-bscmwb select:where(.svelte-bscmwb){width:100%}.info.svelte-bscmwb{white-space:nowrap;position:absolute;bottom:10px;left:50%;transform:translate(-50%);color:var(--text-secondary);font-size:.8rem}.remember.svelte-bscmwb{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:10px}.remember.svelte-bscmwb input:where(.svelte-bscmwb){width:auto}button.svelte-bscmwb{font-size:1.2rem}html[dir=ltr],[data-sonner-toaster][dir=ltr]{--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}html[dir=rtl],[data-sonner-toaster][dir=rtl]{--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}@media (hover: none) and (pointer: coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y: translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y: translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y: translateY( calc(var(--lift) * var(--offset) + var(--lift) * -100%) );opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 87%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 93%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 84%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 43%, 17%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 9%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}.main-frame.svelte-13exvqe{background-color:var(--background-secondary);position:absolute;left:0;top:0;right:0;bottom:0}.content.svelte-13exvqe{position:absolute;left:50%;height:100%;transform:translate(-50%);background-color:var(--background-primary);min-width:350px;max-width:820px;width:100%;box-sizing:border-box;box-shadow:var(--page-box-shadow);display:flex;flex-direction:column}header.svelte-13exvqe{position:relative;width:100%;height:250px;background-color:var(--background-secondary);overflow:hidden}header.svelte-13exvqe .text-menu:where(.svelte-13exvqe){position:absolute;bottom:10px;left:10px;font-size:4rem;font-weight:300}header.svelte-13exvqe .top:where(.svelte-13exvqe){padding:0 10px;box-sizing:border-box;display:flex;align-items:center;width:100%;background-color:var(--background-primary);height:50px;gap:5px}header.svelte-13exvqe .top:where(.svelte-13exvqe) p:where(.svelte-13exvqe):first-child{flex:1}header.svelte-13exvqe .top:where(.svelte-13exvqe) .circle:where(.svelte-13exvqe){position:relative;width:40px;height:40px;border-radius:50%;background-color:var(--background-frame-primary);display:flex;justify-content:center;align-items:center}header.svelte-13exvqe .top:where(.svelte-13exvqe) .welcome:where(.svelte-13exvqe){font-size:1.2rem}header.svelte-13exvqe .top:where(.svelte-13exvqe) .user:where(.svelte-13exvqe){display:flex;flex-direction:column;gap:2px;font-weight:500}header.svelte-13exvqe .top:where(.svelte-13exvqe) .user:where(.svelte-13exvqe) p:where(.svelte-13exvqe):last-child{font-size:.9rem;color:var(--text-secondary);font-style:italic}header.svelte-13exvqe .top:where(.svelte-13exvqe) .circle:where(.svelte-13exvqe) img:where(.svelte-13exvqe){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;filter:var(--image-filter)}header.svelte-13exvqe .top:where(.svelte-13exvqe) .online-status:where(.svelte-13exvqe){width:14px;height:14px;border-radius:50%;position:absolute;right:0;bottom:0}.notification-bell.svelte-13exvqe{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--text-secondary)}.notification-bell.svelte-13exvqe:hover{background-color:var(--color-hover);color:var(--text-primary)}.notification-bell.active.svelte-13exvqe{color:var(--button-normal);animation:svelte-13exvqe-ring 4s ease-in-out infinite}.notification-bell.svelte-13exvqe svg:where(.svelte-13exvqe){width:24px;height:24px}@keyframes svelte-13exvqe-ring{0%,to{transform:rotate(0)}10%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.menu-item.svelte-13exvqe{width:100%;box-sizing:border-box;overflow-y:auto;flex:1;gap:10px;margin-bottom:10px}.menu-item.svelte-13exvqe .item:where(.svelte-13exvqe){display:flex;align-items:center;gap:10px;padding:20px 10px;cursor:pointer}.menu-item.svelte-13exvqe .item:where(.svelte-13exvqe):hover{background-color:var(--color-hover)}.menu-item.svelte-13exvqe .item:where(.svelte-13exvqe):not(:hover){transition:background-color .2s ease}.menu-item.svelte-13exvqe .icon-frame:where(.svelte-13exvqe){width:70px;height:70px;border-radius:50%;background-color:var(--background-secondary);padding:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.menu-item.svelte-13exvqe .icon-frame:where(.svelte-13exvqe) img:where(.svelte-13exvqe){filter:var(--image-filter)}.menu-item.svelte-13exvqe .text-main:where(.svelte-13exvqe){flex:1;display:flex;flex-direction:column;gap:5px;justify-content:center}.menu-item.svelte-13exvqe .text-main:where(.svelte-13exvqe) p:where(.svelte-13exvqe):first-child{font-size:1.2rem;font-weight:500}.menu-item.svelte-13exvqe .text-main:where(.svelte-13exvqe) p:where(.svelte-13exvqe):last-child{font-size:.9rem;color:var(--text-secondary)}.menu-item.svelte-13exvqe .info:where(.svelte-13exvqe){width:100px;display:flex;justify-content:end;align-items:center}.menu-item.svelte-13exvqe .info:where(.svelte-13exvqe) p:where(.svelte-13exvqe){color:var(--link-color);font-weight:500}.menu-item.svelte-13exvqe .info:where(.svelte-13exvqe) p.status:where(.svelte-13exvqe){color:var(--button-error)}.menu-item.svelte-13exvqe .info:where(.svelte-13exvqe) p.status.active:where(.svelte-13exvqe){color:var(--button-normal)}.button-logout.svelte-13exvqe{margin:0 10px 10px}.main-frame.svelte-17ubki0{background-color:var(--background-secondary);position:absolute;left:0;top:0;right:0;bottom:0}.content.svelte-17ubki0{position:absolute;left:50%;height:100%;transform:translate(-50%);background-color:var(--background-secondary);min-width:350px;max-width:820px;width:100%;box-sizing:border-box;box-shadow:var(--page-box-shadow);display:flex;flex-direction:column}.capture.svelte-17ubki0{display:flex;flex-direction:column;height:100%}.capture.svelte-17ubki0 .top-header:where(.svelte-17ubki0){background-color:var(--background-primary);width:100%;box-sizing:border-box;display:flex;align-items:center;gap:10px;height:50px}.capture.svelte-17ubki0 .top-header:where(.svelte-17ubki0) .back:where(.svelte-17ubki0){display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;cursor:pointer;margin-left:10px}.capture.svelte-17ubki0 .top-header:where(.svelte-17ubki0) .back:where(.svelte-17ubki0):focus{outline:2px solid var(--color-focus)}.capture.svelte-17ubki0 .top-header:where(.svelte-17ubki0) img:where(.svelte-17ubki0){width:24px;height:24px;filter:var(--image-filter)}.capture.svelte-17ubki0 .top-header:where(.svelte-17ubki0) p:where(.svelte-17ubki0){font-size:1.2rem}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0){flex:1;display:flex;flex-direction:column;padding:0 15px;box-sizing:border-box;overflow-y:auto;gap:20px}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .item:where(.svelte-17ubki0) .title:where(.svelte-17ubki0){display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .title:where(.svelte-17ubki0) p:where(.svelte-17ubki0){font-size:1.2rem;font-weight:500}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .item:where(.svelte-17ubki0) .title:where(.svelte-17ubki0) button:where(.svelte-17ubki0){width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:var(--button-warning)}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .item:where(.svelte-17ubki0) .title:where(.svelte-17ubki0) button:where(.svelte-17ubki0) img:where(.svelte-17ubki0){width:20px;height:20px}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .item:where(.svelte-17ubki0) .camera:where(.svelte-17ubki0){position:relative;width:100%;height:200px;background-color:var(--background-frame-primary);border-radius:20px;cursor:pointer}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .item:where(.svelte-17ubki0) .camera:where(.svelte-17ubki0):focus{outline:2px solid var(--color-focus)}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) .camera:where(.svelte-17ubki0) img:where(.svelte-17ubki0){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;filter:var(--image-filter)}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) canvas:where(.svelte-17ubki0){position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px}.capture.svelte-17ubki0 .item-menu:where(.svelte-17ubki0) span:where(.svelte-17ubki0){width:100%;height:10px}.capture.svelte-17ubki0 .button-finish:where(.svelte-17ubki0){box-sizing:border-box;position:absolute;left:15px;right:15px;bottom:15px;height:40px}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0){position:absolute;top:50px;left:0;right:0;bottom:0;background-color:#000;display:flex;align-items:center;justify-content:center}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) canvas:where(.svelte-17ubki0){width:100%;height:auto;max-height:100%;object-fit:contain}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .button-capture:where(.svelte-17ubki0){width:60px;height:60px;position:absolute;bottom:50px;left:50%;transform:translate(-50%);border-radius:50%;border:5px solid white;display:flex;align-items:center;justify-content:center}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .button-capture:where(.svelte-17ubki0) button:where(.svelte-17ubki0){width:50px;height:50px;background-color:#fff;border:none;cursor:pointer;border-radius:50%}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .finish-capture:where(.svelte-17ubki0){position:absolute;bottom:30px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:20px;padding:0 20px}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .finish-capture:where(.svelte-17ubki0) button:where(.svelte-17ubki0){flex:1;max-width:200px;height:50px;border-radius:10px;border:none;cursor:pointer;font-size:1rem;font-weight:600}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .finish-capture:where(.svelte-17ubki0) button:where(.svelte-17ubki0):first-child{color:#fff}.capture.svelte-17ubki0 .capture-image:where(.svelte-17ubki0) .finish-capture:where(.svelte-17ubki0) button:where(.svelte-17ubki0):last-child{background-color:var(--button-normal);color:#fff}.main-frame.svelte-19oih0q{background-color:var(--background-secondary);position:absolute;left:0;top:0;right:0;bottom:0}.content.svelte-19oih0q{position:absolute;left:50%;height:100%;transform:translate(-50%);background-color:var(--background-secondary);min-width:350px;max-width:820px;width:100%;box-sizing:border-box;box-shadow:var(--page-box-shadow);display:flex;flex-direction:column}.activity.svelte-19oih0q{display:flex;flex-direction:column;height:100%}.activity.svelte-19oih0q .top-header:where(.svelte-19oih0q){background-color:var(--background-primary);width:100%;box-sizing:border-box;display:flex;align-items:center;gap:10px;height:50px}.activity.svelte-19oih0q .top-header:where(.svelte-19oih0q) .back:where(.svelte-19oih0q){display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin-left:10px;cursor:pointer}.activity.svelte-19oih0q .top-header:where(.svelte-19oih0q) .back:where(.svelte-19oih0q):focus{outline:2px solid var(--color-focus)}.activity.svelte-19oih0q .top-header:where(.svelte-19oih0q) img:where(.svelte-19oih0q){width:24px;height:24px;filter:var(--image-filter)}.activity.svelte-19oih0q .top-header:where(.svelte-19oih0q) p.title:where(.svelte-19oih0q){font-size:1.2rem;flex:1}.activity.svelte-19oih0q .total-product:where(.svelte-19oih0q){padding:5px 10px;box-sizing:border-box;background-color:var(--background-secondary);margin-right:15px;border-radius:50px}.activity.svelte-19oih0q .search:where(.svelte-19oih0q){display:flex;align-items:center;width:100%;padding:5px 10px;box-sizing:border-box;gap:10px;background-color:var(--background-frame-primary)}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) .search-input-wrapper:where(.svelte-19oih0q){flex:1;position:relative;display:flex;align-items:center}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) input:where(.svelte-19oih0q){flex:1}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) input.exists:where(.svelte-19oih0q){padding-right:35px}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) .btn-clear:where(.svelte-19oih0q){position:absolute;right:5px;background:none;border:none;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-secondary);font-size:1.5rem;line-height:1}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) .btn-clear:where(.svelte-19oih0q):hover{background-color:var(--color-hover);color:var(--text-primary)}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) .btn-clear:where(.svelte-19oih0q):focus{outline:2px solid var(--color-focus)}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) button:where(.svelte-19oih0q){padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.activity.svelte-19oih0q .search:where(.svelte-19oih0q) .icon:where(.svelte-19oih0q){width:24px;height:24px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q){flex:1;display:flex;flex-direction:column;box-sizing:border-box;gap:10px;overflow-y:auto}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-list:where(.svelte-19oih0q){display:flex;flex-direction:column}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .no-data:where(.svelte-19oih0q){padding:20px;text-align:center;color:var(--text-secondary)}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-item:where(.svelte-19oih0q){border-bottom:1px solid var(--color-sparator);padding:10px 15px;cursor:pointer}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-item:where(.svelte-19oih0q):hover{background-color:var(--color-hover)}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-item:where(.svelte-19oih0q):not(:hover){transition:background-color .3s ease}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-item:where(.svelte-19oih0q):focus{outline:2px solid var(--color-focus);outline-offset:-2px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .activity-item:where(.svelte-19oih0q):last-child{border-bottom:none}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .row:where(.svelte-19oih0q){display:flex;gap:20px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .title:where(.svelte-19oih0q){width:100%}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .title:where(.svelte-19oih0q) p:where(.svelte-19oih0q){font-size:1rem;font-weight:700;color:var(--button-info-text);margin-bottom:5px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .col:where(.svelte-19oih0q){flex:1;display:flex;flex-direction:column;gap:5px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .item:where(.svelte-19oih0q){display:flex;gap:5px}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) p:where(.svelte-19oih0q){width:60px;font-size:.9rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity.svelte-19oih0q .list:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) p:where(.svelte-19oih0q):last-child{flex:1;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.activity.svelte-19oih0q .scan:where(.svelte-19oih0q){flex:1;display:flex;flex-direction:column;background-color:#000;overflow:hidden}.activity.svelte-19oih0q .scan:where(.svelte-19oih0q) .frame-camera:where(.svelte-19oih0q){flex:1;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q){flex:1;display:flex;flex-direction:column;padding:0 20px;box-sizing:border-box;gap:20px;overflow-y:auto}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .title:where(.svelte-19oih0q){font-size:1.2rem;margin:20px 0;width:100%;text-align:center;font-weight:500}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) hr:where(.svelte-19oih0q){width:100%;height:1px;background-color:var(--color-line);border:none;margin:0;padding:0;flex-shrink:0}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q){display:flex;align-items:center;gap:5px}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) p:where(.svelte-19oih0q){width:80px;color:var(--text-secondary)}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) input:where(.svelte-19oih0q),.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) select:where(.svelte-19oih0q){flex:1}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) .image:where(.svelte-19oih0q){position:relative;flex:1;height:200px;background-color:var(--background-frame-primary);border-radius:10px;cursor:pointer}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) .image:where(.svelte-19oih0q):hover{opacity:.8}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) .image:where(.svelte-19oih0q):focus{outline:2px solid var(--color-focus);outline-offset:2px}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) .image:where(.svelte-19oih0q) canvas:where(.svelte-19oih0q){width:100%;height:100%;object-fit:contain;border-radius:10px}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) .item:where(.svelte-19oih0q) .image:where(.svelte-19oih0q) img:where(.svelte-19oih0q){position:absolute;width:70px;height:70px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.7;pointer-events:none}.activity.svelte-19oih0q .fill:where(.svelte-19oih0q) button:where(.svelte-19oih0q){position:absolute;bottom:20px;left:20px;right:20px}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q){position:absolute;top:50px;left:0;right:0;bottom:0;background-color:#000;display:flex;align-items:center;justify-content:center}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) canvas:where(.svelte-19oih0q){width:100%;height:auto;max-height:100%;object-fit:contain}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .button-capture:where(.svelte-19oih0q){width:60px;height:60px;position:absolute;bottom:50px;left:50%;transform:translate(-50%);border-radius:50%;border:5px solid white;display:flex;align-items:center;justify-content:center}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .button-capture:where(.svelte-19oih0q) button:where(.svelte-19oih0q){width:50px;height:50px;background-color:#fff;border:none;cursor:pointer;border-radius:50%}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .finish-capture:where(.svelte-19oih0q){position:absolute;bottom:30px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:20px;padding:0 20px}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .finish-capture:where(.svelte-19oih0q) button:where(.svelte-19oih0q){flex:1;max-width:200px;height:50px;border-radius:10px;border:none;cursor:pointer;font-size:1rem;font-weight:600}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .finish-capture:where(.svelte-19oih0q) button:where(.svelte-19oih0q):first-child{color:#fff}.activity.svelte-19oih0q .camera:where(.svelte-19oih0q) .finish-capture:where(.svelte-19oih0q) button:where(.svelte-19oih0q):last-child{background-color:var(--button-normal);color:#fff}.main-frame.svelte-wxdqfn{background-color:var(--background-secondary);position:absolute;left:0;top:0;right:0;bottom:0}.content.svelte-wxdqfn{position:absolute;left:50%;height:100%;transform:translate(-50%);background-color:var(--background-secondary);min-width:350px;max-width:820px;width:100%;box-sizing:border-box;box-shadow:var(--page-box-shadow);display:flex;flex-direction:column}.approval.svelte-wxdqfn{display:flex;flex-direction:column;height:100%}.approval.svelte-wxdqfn .top-header:where(.svelte-wxdqfn){background-color:var(--background-primary);width:100%;box-sizing:border-box;display:flex;align-items:center;gap:10px;height:50px}.approval.svelte-wxdqfn .top-header:where(.svelte-wxdqfn) .back:where(.svelte-wxdqfn){display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin-left:10px;cursor:pointer}.approval.svelte-wxdqfn .top-header:where(.svelte-wxdqfn) .back:where(.svelte-wxdqfn):focus{outline:2px solid var(--color-focus)}.approval.svelte-wxdqfn .top-header:where(.svelte-wxdqfn) img:where(.svelte-wxdqfn){width:24px;height:24px;filter:var(--image-filter)}.approval.svelte-wxdqfn .top-header:where(.svelte-wxdqfn) p.title:where(.svelte-wxdqfn){font-size:1.2rem;flex:1}.approval.svelte-wxdqfn .total-product:where(.svelte-wxdqfn){padding:5px 10px;box-sizing:border-box;background-color:var(--background-secondary);margin-right:15px;border-radius:50px}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn){display:flex;align-items:center;width:100%;padding:5px 10px;box-sizing:border-box;gap:10px;background-color:var(--background-frame-primary)}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) .search-input-wrapper:where(.svelte-wxdqfn){flex:1;position:relative;display:flex;align-items:center}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) input:where(.svelte-wxdqfn){flex:1}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) input.exists:where(.svelte-wxdqfn){padding-right:35px}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) .btn-clear:where(.svelte-wxdqfn){position:absolute;right:5px;background:none;border:none;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-secondary);font-size:1.5rem;line-height:1}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) .btn-clear:where(.svelte-wxdqfn):hover{background-color:var(--color-hover);color:var(--text-primary)}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) .btn-clear:where(.svelte-wxdqfn):focus{outline:2px solid var(--color-focus)}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) button:where(.svelte-wxdqfn){padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.approval.svelte-wxdqfn .search:where(.svelte-wxdqfn) .icon:where(.svelte-wxdqfn){width:24px;height:24px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn){flex:1;display:flex;flex-direction:column;box-sizing:border-box;gap:10px;overflow-y:auto}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-list:where(.svelte-wxdqfn){display:flex;flex-direction:column}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .no-data:where(.svelte-wxdqfn){padding:20px;text-align:center;color:var(--text-secondary)}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-item:where(.svelte-wxdqfn){border-bottom:1px solid var(--color-sparator);padding:10px 15px;cursor:pointer}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-item:where(.svelte-wxdqfn):hover{background-color:var(--color-hover)}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-item:where(.svelte-wxdqfn):not(:hover){transition:background-color .3s ease}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-item:where(.svelte-wxdqfn):focus{outline:2px solid var(--color-focus);outline-offset:-2px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .approval-item:where(.svelte-wxdqfn):last-child{border-bottom:none}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .row:where(.svelte-wxdqfn){display:flex;gap:20px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .title:where(.svelte-wxdqfn){width:100%}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .title:where(.svelte-wxdqfn) p:where(.svelte-wxdqfn){font-size:1rem;font-weight:700;color:var(--button-info-text);margin-bottom:5px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .col:where(.svelte-wxdqfn){flex:1;display:flex;flex-direction:column;gap:5px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn){display:flex;gap:5px}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) p:where(.svelte-wxdqfn){width:60px;font-size:.9rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approval.svelte-wxdqfn .list:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) p:where(.svelte-wxdqfn):last-child{flex:1;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.approval.svelte-wxdqfn .scan:where(.svelte-wxdqfn){flex:1;display:flex;flex-direction:column;background-color:#000;overflow:hidden}.approval.svelte-wxdqfn .scan:where(.svelte-wxdqfn) .frame-camera:where(.svelte-wxdqfn){flex:1;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn){position:absolute;top:50px;left:0;right:0;bottom:0;padding:0 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) hr:where(.svelte-wxdqfn){border:none;border-top:1px solid var(--color-sparator);width:100%}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .title:where(.svelte-wxdqfn){font-size:1.6rem;margin:10px 0}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .subtitle:where(.svelte-wxdqfn){font-size:1.2rem;font-weight:500;margin:10px 0 5px}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn){display:flex;align-items:center}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) p:where(.svelte-wxdqfn):first-child{width:130px;color:var(--text-secondary)}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) .canvas-frame:where(.svelte-wxdqfn){flex:1;height:200px;border:1px solid var(--color-sparator);border-radius:10px;margin-left:10px;display:flex;align-items:center;justify-content:center;background-color:var(--background-frame-primary);overflow:hidden}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) .canvas-frame:where(.svelte-wxdqfn) img:where(.svelte-wxdqfn){max-width:100%;max-height:100%;object-fit:contain}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .item:where(.svelte-wxdqfn) .canvas-frame:where(.svelte-wxdqfn) img.small:where(.svelte-wxdqfn){width:100px;height:100px;opacity:.5}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) .space:where(.svelte-wxdqfn){width:100%;height:10px}.approval.svelte-wxdqfn .detail:where(.svelte-wxdqfn) button:where(.svelte-wxdqfn){margin-bottom:20px}.dialog-approve.svelte-wxdqfn{display:flex;flex-direction:column;gap:10px}div.svelte-10rkcgd{position:absolute;left:0;top:0;right:0;bottom:0;padding:20px;box-sizing:border-box;background-color:var(--background-primary)}
