@charset "UTF-8";.ai-chat-bubble{align-items:center;background:#8200bf;border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 20px #8200bf66;color:#fff;cursor:pointer;display:flex;font-size:20px;height:56px;justify-content:center;position:fixed;right:24px;transition:all .25s cubic-bezier(.34,1.56,.64,1);width:56px;z-index:1050}.ai-chat-bubble:hover{background:#660096;box-shadow:0 6px 24px #8200bf8c;transform:translateY(-2px)}.ai-chat-bubble--open{font-size:16px}.ai-chat-panel{background:#fff;background:var(--phoenix-white,#fff);border-radius:16px;bottom:92px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;height:520px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:24px;transform:translateY(20px) scale(.97);transform-origin:bottom right;transition:transform .28s cubic-bezier(.34,1.2,.64,1),opacity .22s ease;width:380px;z-index:1050}.ai-chat-panel--visible{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.ai-chat-panel__header{align-items:center;background:#8200bf;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.ai-chat-panel__header-info{align-items:center;display:flex;gap:10px}.ai-chat-panel__avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.ai-chat-panel__title{font-size:14px;font-weight:700;line-height:1.3;margin:0}.ai-chat-panel__subtitle{font-size:11px;line-height:1.3;margin:0;opacity:.8}.ai-chat-panel__close{background:none;border:none;border-radius:4px;color:#fffc;cursor:pointer;font-size:16px;padding:4px;transition:color .15s ease}.ai-chat-panel__close:hover{color:#fff}.ai-chat-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px;scroll-behavior:smooth;scrollbar-color:#ccc #0000;scrollbar-color:var(--phoenix-gray-300,#ccc) #0000;scrollbar-width:thin}.ai-chat-messages::-webkit-scrollbar{width:4px}.ai-chat-messages::-webkit-scrollbar-thumb{background:#ccc;background:var(--phoenix-gray-300,#ccc);border-radius:4px}.ai-chat-welcome{align-items:center;color:#6c757d;color:var(--phoenix-gray-600,#6c757d);display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px 16px;text-align:center}.ai-chat-welcome__icon{color:#8200bf;font-size:40px;margin-bottom:8px}.ai-chat-welcome__title{color:#212529;color:var(--phoenix-gray-900,#212529);font-size:16px;font-weight:700;margin:0}.ai-chat-welcome__hint{font-size:13px;margin:0}.ai-chat-welcome__chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:12px}.ai-chat-welcome__chip{background:#f8f9fa;background:var(--phoenix-gray-100,#f8f9fa);border:1px solid #dee2e6;border:1px solid var(--phoenix-gray-300,#dee2e6);border-radius:20px;color:inherit;cursor:pointer;font-size:12px;padding:5px 12px;transition:background .15s ease,border-color .15s ease}.ai-chat-welcome__chip:hover{border-color:#8200bf;color:#8200bf}.ai-chat-bubble-msg{align-items:flex-start;display:flex;gap:8px}.ai-chat-bubble-msg--user{flex-direction:row-reverse}.ai-chat-bubble-msg--user .ai-chat-bubble-msg__content{background:#8200bf;border-bottom-right-radius:4px;color:#fff}.ai-chat-bubble-msg--assistant .ai-chat-bubble-msg__content{background:#f8f9fa;background:var(--phoenix-gray-100,#f8f9fa);border-bottom-left-radius:4px;color:#212529;color:var(--phoenix-gray-900,#212529)}.ai-chat-bubble-msg__icon{align-items:center;background:#8200bf;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;height:28px;justify-content:center;margin-top:2px;width:28px}.ai-chat-bubble-msg__content{border-radius:12px;font-size:13.5px;line-height:1.55;max-width:78%;padding:10px 13px;word-break:break-word}.ai-chat-bubble-msg__content p{margin:0 0 8px}.ai-chat-bubble-msg__content p:last-child{margin-bottom:0}.ai-chat-bubble-msg__content code{background:#00000014;border-radius:4px;font-family:Courier New,monospace;font-size:12px;padding:1px 5px}.ai-chat-bubble-msg__content pre{background:#0000000f;border-radius:6px;font-size:12px;margin:6px 0;overflow-x:auto;padding:10px}.ai-chat-bubble-msg__content pre code{background:none;padding:0}.ai-chat-bubble-msg__content ol,.ai-chat-bubble-msg__content ul{margin:4px 0 8px;padding-left:18px}.ai-chat-bubble-msg__content ol li,.ai-chat-bubble-msg__content ul li{margin-bottom:3px}.ai-chat-bubble-msg__content strong{font-weight:700}.ai-chat-nav-btn{align-items:center;background:#8200bf14;border:1px solid #8200bf;border-radius:14px;color:#8200bf;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:600;gap:4px;line-height:1.4;margin:2px 0;padding:3px 10px;transition:background .15s ease,color .15s ease}.ai-chat-nav-btn:hover{background:#8200bf;color:#fff}.ai-chat-nav-btn:after{content:"↗";font-size:10px}.ai-chat-typing{align-items:center;background:#f8f9fa;background:var(--phoenix-gray-100,#f8f9fa);border-radius:12px;border-bottom-left-radius:4px;display:flex;gap:5px;padding:10px 13px;width:-webkit-fit-content;width:fit-content}.ai-chat-typing__dot{animation:ai-chat-bounce 1.4s ease-in-out infinite both;background:#adb5bd;background:var(--phoenix-gray-500,#adb5bd);border-radius:50%;height:7px;width:7px}.ai-chat-typing__dot:first-child{animation-delay:0s}.ai-chat-typing__dot:nth-child(2){animation-delay:.16s}.ai-chat-typing__dot:nth-child(3){animation-delay:.32s}@keyframes ai-chat-bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}.ai-chat-footer{align-items:flex-end;border-top:1px solid #e9ecef;border-top:1px solid var(--phoenix-gray-200,#e9ecef);display:flex;flex-shrink:0;gap:8px;padding:12px 14px}.ai-chat-footer__input{background:#f8f9fa;background:var(--phoenix-gray-100,#f8f9fa);border:1px solid #dee2e6;border:1px solid var(--phoenix-gray-300,#dee2e6);border-radius:10px;color:#212529;color:var(--phoenix-gray-900,#212529);flex:1 1;font-family:inherit;font-size:13.5px;outline:none;padding:9px 12px;resize:none;transition:border-color .15s ease}.ai-chat-footer__input:focus{background:#fff;background:var(--phoenix-white,#fff);border-color:#8200bf}.ai-chat-footer__input::placeholder{color:#adb5bd;color:var(--phoenix-gray-500,#adb5bd)}.ai-chat-footer__mic{align-items:center;background:#e9ecef;background:var(--phoenix-gray-200,#e9ecef);border:none;border-radius:50%;color:#6c757d;color:var(--phoenix-gray-600,#6c757d);cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease;width:38px}.ai-chat-footer__mic:hover{background:#dee2e6;background:var(--phoenix-gray-300,#dee2e6);color:#343a40;color:var(--phoenix-gray-800,#343a40)}.ai-chat-footer__mic:active{transform:scale(.92)}.ai-chat-footer__mic--recording{animation:ai-chat-mic-pulse 1s infinite;background:#e53935;color:#fff}.ai-chat-footer__mic--recording:hover{background:#c62828;color:#fff}.ai-chat-footer__mic:disabled{animation:none;background:#e9ecef;background:var(--phoenix-gray-200,#e9ecef);color:#ced4da;color:var(--phoenix-gray-400,#ced4da);cursor:not-allowed;transform:none}.ai-chat-footer__send{align-items:center;background:#8200bf;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .15s ease,transform .15s ease;width:38px}.ai-chat-footer__send:hover{background:#660096}.ai-chat-footer__send:active{transform:scale(.92)}.ai-chat-footer__send:disabled{background:#dee2e6;background:var(--phoenix-gray-300,#dee2e6);cursor:not-allowed;transform:none}@keyframes ai-chat-mic-pulse{0%,to{box-shadow:0 0 0 0 #e5393566}50%{box-shadow:0 0 0 8px #e5393500}}html[data-bs-theme=dark] .ai-chat-panel{background:#1a1d21;background:var(--phoenix-gray-100,#1a1d21);box-shadow:0 8px 40px #00000080}html[data-bs-theme=dark] .ai-chat-bubble-msg--assistant .ai-chat-bubble-msg__content{background:#2a2d31;background:var(--phoenix-gray-200,#2a2d31);color:#e1e3e6;color:var(--phoenix-gray-900,#e1e3e6)}html[data-bs-theme=dark] .ai-chat-footer__mic{background:#2a2d31;background:var(--phoenix-gray-200,#2a2d31);color:#6c757d;color:var(--phoenix-gray-500,#6c757d)}html[data-bs-theme=dark] .ai-chat-footer__mic:hover{background:#3a3d41;background:var(--phoenix-gray-300,#3a3d41);color:#adb5bd;color:var(--phoenix-gray-400,#adb5bd)}html[data-bs-theme=dark] .ai-chat-footer__input{background:#2a2d31;background:var(--phoenix-gray-200,#2a2d31);border-color:#3a3d41;border-color:var(--phoenix-gray-300,#3a3d41)}html[data-bs-theme=dark] .ai-chat-footer__input:focus{background:#1a1d21;background:var(--phoenix-gray-100,#1a1d21)}html[data-bs-theme=dark] .ai-chat-welcome__chip{border-color:#3a3d41;border-color:var(--phoenix-gray-300,#3a3d41)}html[data-bs-theme=dark] .ai-chat-typing,html[data-bs-theme=dark] .ai-chat-welcome__chip{background:#2a2d31;background:var(--phoenix-gray-200,#2a2d31)}html[data-bs-theme=dark] .ai-chat-nav-btn{background:#8200bf26;border-color:#8200bf80;color:#c77dff}html[data-bs-theme=dark] .ai-chat-nav-btn:hover{background:#8200bf;color:#fff}html[data-bs-theme=dark] .ai-chat-bubble-msg__content code{background:#ffffff1a}html[data-bs-theme=dark] .ai-chat-bubble-msg__content pre{background:#ffffff14}@media(max-width:576px){.ai-chat-panel{border-radius:16px 16px 0 0;bottom:0;height:70vh;right:0;transform:translateY(100%);width:100vw}.ai-chat-panel--visible{transform:translateY(0)}.ai-chat-bubble{bottom:16px;right:16px}}.style_languageContainer__mftYq{display:flex;gap:20px;padding:10px 0}.style_languageItem__muKux{align-items:center;cursor:pointer;display:flex;gap:10px}.style_radioInput__epLRf{transform:scale(1)}.style_languageIcon__IV3aA{height:24px;width:24px}.style_languageLabel__xPrtZ{font-size:.8rem;font-weight:600}.container{height:30vh;position:relative}.container .box{align-items:center;display:flex;flex-direction:column;left:40%;position:absolute;top:20%}.container .box img{height:100px;width:100px}.container .box .text{font-size:16px;font-weight:600}@media(max-width:768px){.container{height:30vh;position:relative}.container .box{align-items:center;display:flex;flex-direction:column;left:40%;position:absolute;top:20%}.container .box img{height:80px;width:80px}.container .box .text{font-size:14px;font-weight:600;text-align:center}}.paper{filter:drop-shadow(0 0 1px rgba(26,32,36,.035)) drop-shadow(0 12px 24px rgba(91,104,113,.24));margin-right:10px;margin-top:10px}.menu{width:200px}.menu .menu-item{background-color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:10px 12px}.menu .menu-item.active{background-color:#8200bf;color:#fff}.menu .menu-item.active:hover{background:#8200bf}.menu .menu-item .dragIcon{cursor:grab}.menu .menu-item .itemText{flex:1 1;font-size:14px;margin-bottom:0}.rowModel:hover{background-color:#fff!important}.icons{color:#8200bf;height:20px;width:18px}.icons:hover{border:1px solid #8200bf;border-radius:100%;cursor:pointer}.icons-report{color:#8200bf;height:32px;margin-right:10px;width:28px}.icons-report:hover{border:1px solid #8200bf;border-radius:100%;cursor:pointer}.settings-container .box{align-items:center;border:1px solid #ccc;border-radius:.375rem;display:flex;margin-top:10px;padding:12px}.settings-container .box:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.settings-container .box .form-check{align-items:center;display:flex;gap:10px}.settings-container .box .form-check .form-check-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px}.child-row-boxes .payment-schedule{font-size:14px;font-weight:700}.child-row-boxes .child-boxes-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.child-row-boxes .child-box{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;gap:5px;height:86px;padding:12px;width:170px}.child-row-boxes .child-title{font-size:12px;font-weight:700;margin-right:5px}.child-row-boxes .child-box span:nth-child(2){font-size:14px;font-weight:600}.child-row-boxes .child-box span:nth-child(3){font-size:11px;font-weight:500;text-transform:uppercase}@keyframes fadePulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.child-row-boxes .expired-animate{animation:fadePulse 1.5s ease-in-out infinite}.advance-table-loading-cell{cursor:default;min-height:400px;pointer-events:none;text-align:center;vertical-align:middle}.advance-table-spinner{align-items:center;display:flex;justify-content:center;min-height:400px}.advance-table-spinner .spinner-border{border-width:.2rem;color:#8200bf;height:2rem;width:2rem}.advance-table-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:48px 16px}.advance-table-empty .advance-table-empty-icon{align-items:center;background-color:#f5f7fa;border-radius:12px;color:#9fa6bc;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.advance-table-empty .advance-table-empty-title{color:#525b75;font-size:.875rem;font-weight:600;margin-bottom:4px}.advance-table-empty .advance-table-empty-subtitle{color:#9fa6bc;font-size:.8125rem}.advance-table-skeleton-row td{padding:14px 16px}.advance-table-skeleton-row td .skeleton-line{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:6px;height:14px}.settings-container .settings-header{align-items:center;border-bottom:1px solid #eff2f6;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:12px}.settings-container .settings-header .form-switch .form-check-input:checked{background-color:#8200bf;border-color:#8200bf}.settings-container .box,.settings-container .settings-item{align-items:center;background-color:#fff;border:1px solid #eff2f6;border-radius:8px;display:flex;gap:8px;margin-top:8px;padding:10px 12px;transition:all .15s ease}.settings-container .box:hover,.settings-container .settings-item:hover{border-color:#8200bf4d;box-shadow:0 0 0 3px #8200bf0f;cursor:pointer}.settings-container .box .settings-drag-handle,.settings-container .settings-item .settings-drag-handle{align-items:center;color:#9fa6bc;cursor:grab;display:flex;flex-shrink:0}.settings-container .box .settings-drag-handle:active,.settings-container .settings-item .settings-drag-handle:active{cursor:grabbing}.settings-container .box .form-check,.settings-container .settings-item .form-check{align-items:center;display:flex;flex:1 1;gap:10px;margin-bottom:0}.settings-container .box .form-check .form-check-label,.settings-container .settings-item .form-check .form-check-label{font-size:.875rem;font-weight:500;-webkit-user-select:none;user-select:none}.settings-container .box .form-switch .form-check-input,.settings-container .settings-item .form-switch .form-check-input{cursor:pointer;width:2.25em}.settings-container .box .form-switch .form-check-input:checked,.settings-container .settings-item .form-switch .form-check-input:checked{background-color:#8200bf;border-color:#8200bf}.settings-container .box .form-switch .form-check-input:focus,.settings-container .settings-item .form-switch .form-check-input:focus{border-color:#8200bf66;box-shadow:0 0 0 .2rem #8200bf26}.settings-container .settings-item--dragging{border-color:#8200bf;box-shadow:0 8px 24px #8200bf26;z-index:10}.advance-table-pagination{align-items:center;display:flex;justify-content:space-between;margin-top:12px;padding:8px 12px 16px;width:100%}.advance-table-pagination .advance-table-pagination-controls{align-items:center;display:flex;gap:12px}.advance-table-pagination .advance-table-pagination-jump{align-items:center;display:flex;gap:8px}.advance-table-pagination .advance-table-pagination-jump .form-control{height:48px;width:80px}.advance-table-pagination .advance-table-pagination-jump .form-control:focus{border-color:#8200bf66;box-shadow:0 0 0 .2rem #8200bf26}.advance-table-pagination .advance-table-pagination-total{color:#6c757d;font-size:.8rem;white-space:nowrap}.advance-table-pagination .MuiButtonBase-root{color:#252c32;font-size:.8rem;line-height:1.5rem}.advance-table-pagination .MuiButtonBase-root.Mui-selected{background-color:#8200bf;border-radius:.375rem;color:#fff}.advance-table-pagination .MuiButtonBase-root.Mui-selected:hover{background-color:#8200bf}.advance-table-pagination .MuiButtonBase-root:hover{background-color:#f2eaf5}.advance-table-pagination .MuiPaginationItem-ellipsis{color:#252c32}@media(max-width:768px){.advance-table-pagination{align-items:stretch;flex-direction:column-reverse;gap:12px;padding:8px 4px 16px}.advance-table-pagination .advance-table-pagination-controls{justify-content:center}}html[data-bs-theme=dark] .advance-table-empty .advance-table-empty-icon{background-color:#2c3547;color:#6c757d}html[data-bs-theme=dark] .advance-table-empty .advance-table-empty-title{color:#9fa6bc}html[data-bs-theme=dark] .advance-table-empty .advance-table-empty-subtitle{color:#6c757d}html[data-bs-theme=dark] .advance-table-skeleton-row td .skeleton-line{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2c3547 25%,#3a4560 50%,#2c3547 75%);background-size:200% 100%}html[data-bs-theme=dark] .settings-container .settings-header{border-bottom-color:#2c3547}html[data-bs-theme=dark] .settings-container .box,html[data-bs-theme=dark] .settings-container .settings-item{background-color:#1e2a3a;border-color:#2c3547}html[data-bs-theme=dark] .settings-container .box:hover,html[data-bs-theme=dark] .settings-container .settings-item:hover{border-color:#8200bf66;box-shadow:0 0 0 3px #8200bf1a}html[data-bs-theme=dark] .settings-container .box .form-check-label,html[data-bs-theme=dark] .settings-container .settings-item .form-check-label{color:#9fa6bc}html[data-bs-theme=dark] .settings-container .box .settings-drag-handle,html[data-bs-theme=dark] .settings-container .settings-item .settings-drag-handle{color:#6c757d}html[data-bs-theme=dark] .advance-table-pagination .MuiButtonBase-root{color:#9fa6bc}html[data-bs-theme=dark] .advance-table-pagination .MuiButtonBase-root:hover{background-color:#8200bf1f}html[data-bs-theme=dark] .advance-table-pagination .MuiPaginationItem-ellipsis,html[data-bs-theme=dark] .advance-table-pagination .advance-table-pagination-total{color:#9fa6bc}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.styles_maskedInput__f-KFy{border-radius:2px;height:37px;width:100%}.styles_maskedInput__f-KFy .styles_input__SVPQ6{background-color:#0000;background-color:#fff;border:1px solid #cbd0dd!important;border-radius:8px;color:#31374a;font-size:12.8px;font-weight:600;height:100%;line-height:1.49;outline:none;padding:8px 16px 8px 35px;transition:all .25s ease-in-out;width:100%}.styles_maskedInput__f-KFy .styles_input__SVPQ6:disabled{background-color:#eef0f2;color:#9fa6bc;height:37px!important}.styles_maskedInput__f-KFy .styles_input__SVPQ6::placeholder{color:#9fa6bc}.styles_maskedInput__f-KFy .styles_input__SVPQ6:active,.styles_maskedInput__f-KFy .styles_input__SVPQ6:focus-visible{border:1px solid #8200bf!important;border-color:#8200bf;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.styles_maskedInput__f-KFy .styles_invalid__9Edwn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed2000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ed2000' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.3725em + .25rem) center;background-repeat:no-repeat;background-size:calc(.745em + .5rem) calc(.745em + .5rem);border-color:#ed2000!important;padding-right:calc(1.49em + 1rem)}.styles_maskedInput__f-KFy .styles_invalid__9Edwn:active,.styles_maskedInput__f-KFy .styles_invalid__9Edwn:focus-visible{border:1px solid #ed2000!important;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #ed200040!important;transition:all .25s ease-in-out}.styles_maskedInputDark__aggvx{border-radius:2px;height:37px;width:100%}.styles_maskedInputDark__aggvx .styles_input__SVPQ6{background-color:#0000;background-color:#141824;border:1px solid #373e53!important;border-radius:8px;color:#9fa6bc;font-size:12.8px;font-weight:600;height:100%;line-height:1.49;outline:none;padding:8px 16px 8px 35px;transition:all .25s ease-in-out;width:100%}.styles_maskedInputDark__aggvx .styles_input__SVPQ6:disabled{background-color:#eef0f2;color:#9fa6bc;height:37px!important}.styles_maskedInputDark__aggvx .styles_input__SVPQ6::placeholder{color:#9fa6bc}.styles_maskedInputDark__aggvx .styles_input__SVPQ6:active,.styles_maskedInputDark__aggvx .styles_input__SVPQ6:focus-visible{border:1px solid #8200bf!important;border-color:#8200bf;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.styles_maskedInputDark__aggvx .styles_invalid__9Edwn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed2000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ed2000' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.3725em + .25rem) center;background-repeat:no-repeat;background-size:calc(.745em + .5rem) calc(.745em + .5rem);border-color:#ed2000!important;padding-right:calc(1.49em + 1rem)}.styles_maskedInputDark__aggvx .styles_invalid__9Edwn:active,.styles_maskedInputDark__aggvx .styles_invalid__9Edwn:focus-visible{border:1px solid #ed2000!important;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #ed200040!important;transition:all .25s ease-in-out}.styles_errMsg__rqSOJ{color:#ed2000!important;font-size:75%;margin-top:.25rem;width:100%}.styles_phoneInput__0WRO-{border:1px solid #cbd0dd;border-radius:6px;font-size:12.8px;font-weight:600;height:48px;line-height:1.49;outline:none;padding:2px 16px;width:100%}.styles_phoneInput__0WRO-:focus-within{border:1px solid #8200bf!important;border-color:#8200bf;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.styles_phoneInput__0WRO- input{border:none;outline:none}.styles_phoneInput__0WRO- input::placeholder{color:#9fa6bc}.styles_phoneInputDark__ShmQr{border:1px solid #373e53;border-radius:6px;font-size:12.8px;font-weight:600;height:48px;line-height:1.49;outline:none;padding:2px 16px;width:100%}.styles_phoneInputDark__ShmQr:focus-within{border:1px solid #8200bf!important;border-color:#8200bf;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.styles_phoneInputDark__ShmQr input{background-color:#141824;border:none;color:#9fa6bc;outline:none}.styles_phoneInputDark__ShmQr input::placeholder{color:#9fa6bc}.styles_invalid__9Edwn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed2000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ed2000' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.3725em + .25rem) center;background-repeat:no-repeat;background-size:calc(.745em + .5rem) calc(.745em + .5rem);border-color:#ed2000!important;padding-right:calc(1.49em + 1rem)}.styles_invalid__9Edwn:active,.styles_invalid__9Edwn:focus-visible{border:1px solid #ed2000!important;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #ed200040!important;transition:all .25s ease-in-out}.styles_CSelect__kRPV5{border:1px solid #cbd0dd;border-radius:8px;color:#31374a;font-size:12.8px;font-weight:600;letter-spacing:.41px;line-height:1.49}.styles_CSelect__kRPV5 fieldset{border:none}.styles_CSelect__kRPV5 fieldset .styles_label__F-cHG{color:red}.styles_CSelect__kRPV5 fieldset:active,.styles_CSelect__kRPV5 fieldset:focus-visible,.styles_CSelect__kRPV5 fieldset:hover{border:1px solid #8200bf;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.search-container .search-results .search-result-item .result-address{color:#6b7280;font-size:13px;margin-top:4px}.form-cls{display:flex;flex-direction:column;height:100%}.custom-btn:hover{background:#fff!important;border-radius:100px;padding:10px}.foto-container{display:flex;flex-direction:column;margin-top:10px}.foto-container p{color:#000;font-size:11px;margin-bottom:0}.legal-entity-page .legal-entity-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1.25rem}.legal-entity-page .legal-entity-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.legal-entity-page .legal-entity-table-wrapper{--phoenix-bg-opacity:1;background-color:rgba(var(--phoenix-white-rgb),var(--phoenix-bg-opacity))!important;border-bottom:1px solid #e3e6ed;border-bottom:1px solid var(--phoenix-border-color,#e3e6ed);border-top:1px solid #e3e6ed;border-top:1px solid var(--phoenix-border-color,#e3e6ed);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;position:relative}@media(min-width:992px){.legal-entity-page .legal-entity-table-wrapper{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.legal-entity-status{align-items:center;border-radius:.5rem;display:inline-flex;font-size:.875rem;font-weight:600;justify-content:center;min-width:70px;padding:.5rem .625rem;white-space:nowrap}@media(max-width:768px){.legal-entity-page .legal-entity-header{margin-bottom:.75rem}.legal-entity-page .legal-entity-header h2{font-size:1.25rem}.legal-entity-page .legal-entity-filters{align-items:stretch;flex-direction:column;gap:.75rem}.legal-entity-page .legal-entity-filters .search-box,.legal-entity-page .legal-entity-filters .search-box input{width:100%}.legal-entity-page .legal-entity-filters .legal-entity-actions{display:flex;gap:.5rem;width:100%}.legal-entity-page .legal-entity-filters .legal-entity-actions .btn{flex:1 1;justify-content:center}.legal-entity-page .legal-entity-table-wrapper{-webkit-overflow-scrolling:touch;margin-left:-.75rem;margin-right:-.75rem;overflow-x:auto;padding-left:.75rem;padding-right:.75rem}.legal-entity-page .legal-entity-table-wrapper table{min-width:900px}.legal-entity-page .legal-entity-table-wrapper:after{background:linear-gradient(90deg,#0000,#0000000d);bottom:0;content:"";opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:20px}.legal-entity-page.mb-9{margin-bottom:2rem!important}.header-title{margin-bottom:10px}.form-cls{margin-top:20px}.create-row{display:flex;flex-direction:column}.btn{width:100%}.offcanvas{max-width:100%!important;width:100%!important}.offcanvas-header{padding:1rem}.offcanvas-header .offcanvas-title{font-size:1.25rem!important}.offcanvas-body{padding:1rem}}@media(max-width:576px){.legal-entity-page .legal-entity-header{margin-bottom:.5rem}.legal-entity-page .legal-entity-header h2{font-size:1.125rem}.legal-entity-page .legal-entity-filters{gap:.5rem}.legal-entity-page .legal-entity-filters .search-box input{font-size:1rem;height:44px;padding:.5rem .75rem}.legal-entity-page .legal-entity-filters .legal-entity-actions .btn{font-size:.875rem;min-height:44px;padding:.5rem 1rem}.legal-entity-page .legal-entity-table-wrapper{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.legal-entity-page .legal-entity-table-wrapper table{font-size:.8125rem}.legal-entity-page .legal-entity-table-wrapper table td,.legal-entity-page .legal-entity-table-wrapper table th{padding:.5rem .375rem}.legal-entity-page .legal-entity-table-wrapper table .btn-hover{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}.legal-entity-page .advance-table-footer{flex-direction:column;gap:.75rem;padding:.75rem 0}.legal-entity-page .advance-table-footer .pagination{order:1}.legal-entity-page .advance-table-footer .pagination .page-link{align-items:center;display:flex;font-size:.875rem;justify-content:center;min-height:36px;min-width:36px}.form-cls .row .col{margin-bottom:.5rem}.form-cls .row:has(.form-label){flex-direction:column}.form-cls .row:has(.form-label) .col{flex:0 0 100%;max-width:100%;width:100%}.offcanvas-body,.offcanvas-header{padding:.75rem}.legal-entity-status{font-size:.75rem;min-width:60px;padding:.375rem .5rem}table img{height:30px!important;width:30px!important}}@media(max-width:375px){.legal-entity-page .legal-entity-header h2{font-size:1rem}.legal-entity-page .legal-entity-table-wrapper table{font-size:.75rem}.legal-entity-page .legal-entity-table-wrapper table td,.legal-entity-page .legal-entity-table-wrapper table th{padding:.375rem .25rem}}@media(prefers-reduced-motion:reduce){.legal-entity-table-wrapper{scroll-behavior:auto}.btn,.legal-entity-table-wrapper:after,.page-link{transition:none}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.375em;border-bottom-right-radius:.375em}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper--header-bottom[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper--header-middle[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker-popper--header-bottom[data-placement^=top] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select,.react-datepicker__header--middle,.react-datepicker__header--bottom){border-top-right-radius:.3rem}.react-datepicker__header--middle{border-radius:0;border-top:1px solid #aeaeae;margin-top:4px}.react-datepicker__header--bottom{border-bottom:none;border-radius:0 0 .3rem .3rem;border-top:1px solid #aeaeae}.react-datepicker__header-wrapper{position:relative}.react-datepicker__header-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:2px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker__month-select,.react-datepicker__month-year-select,.react-datepicker__year-select{background-color:initial;border:1px solid #aeaeae;border-radius:.3rem;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;margin-top:5px;padding:2px 5px}.react-datepicker__month-select:focus-visible,.react-datepicker__month-year-select:focus-visible,.react-datepicker__year-select:focus-visible{outline:1px auto}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.5em;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:5em}.react-datepicker__month{margin:.5em;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:5em}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.375em;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.375em;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.375em;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + 1.0625em);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:2.125em;margin:.208em;text-align:center;width:2.125em}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;text-align:center;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:2.125em;margin:.208em;text-align:center;width:2.125em}.react-datepicker__day--disabled,.react-datepicker__day-name--disabled,.react-datepicker__time-name--disabled{color:#ccc;cursor:default}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.625em;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__children-container{height:auto;margin:.5em;padding-left:.25em;padding-right:.25em;width:17.25em}.react-datepicker__aria-live{border:0;-webkit-clip-path:circle(0);clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.react-datepicker-popper-offset{margin-top:-.7em}.flatpickr-calendar{-webkit-animation:none;animation:none;background:#0000;background:#fff;border:0;border-radius:5px;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px #00000014;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px #00000014;-webkit-box-sizing:border-box;box-sizing:border-box;direction:ltr;display:none;font-size:14px;line-height:24px;opacity:0;padding:0;position:absolute;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;visibility:hidden;width:307.875px}.flatpickr-calendar.inline,.flatpickr-calendar.open{max-height:640px;opacity:1;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{display:block;z-index:999}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{border-top:1px solid #e6e6e6;height:40px}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{border:solid #0000;content:"";display:block;height:0;left:22px;pointer-events:none;position:absolute;width:0}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{display:inline-block;position:relative}.flatpickr-months{display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:#0000;-webkit-flex:1;-ms-flex:1;flex:1 1;line-height:1;overflow:hidden;position:relative;text-align:center}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{fill:#000000e6;color:#000000e6;height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{cursor:pointer;padding:10px;position:absolute;text-decoration:none;top:0;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{height:14px;width:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{fill:inherit;-webkit-transition:fill .1s;transition:fill .1s}.numInputWrapper{height:auto;position:relative}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper span{border:1px solid #39393926;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:50%;line-height:50%;opacity:0;padding:0 4px 0 2px;position:absolute;right:0;width:14px}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{content:"";display:block;position:absolute}.numInputWrapper span.arrowUp{border-bottom:0;top:0}.numInputWrapper span.arrowUp:after{border-bottom:4px solid #39393999;border-left:4px solid #0000;border-right:4px solid #0000;top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid #39393999;top:40%}.numInputWrapper span svg{height:auto;width:inherit}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{color:inherit;display:inline-block;font-size:135%;font-weight:300;height:34px;left:12.5%;line-height:inherit;line-height:1;padding:7.48px 0 0;position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);width:75%}.flatpickr-current-month span.cur-month{color:inherit;display:inline-block;font-family:inherit;font-weight:700;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:#0000000d}.flatpickr-current-month .numInputWrapper{display:inline-block;width:6ch;width:7ch\0}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:#0000;border:0;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;display:inline-block;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:0;padding:0 0 0 .5ch;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{background:#0000;color:#00000080;font-size:100%;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;-webkit-appearance:menulist;-moz-appearance:menulist;background:#0000;border:none;border-radius:0;box-sizing:border-box;-webkit-box-sizing:border-box;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:initial;outline:none;padding:0}.flatpickr-weekdays{-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#0000;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;overflow:hidden;text-align:center;width:100%}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1 1}span.flatpickr-weekday{background:#0000;color:#0000008a;cursor:default;display:block;-webkit-flex:1;-ms-flex:1;flex:1 1;font-size:90%;font-weight:bolder;line-height:1;margin:0;text-align:center}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{-ms-flex-pack:justify;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-justify-content:space-around;justify-content:space-around;max-width:307.875px;min-width:307.875px;opacity:1;outline:0;padding:0;text-align:left;-webkit-transform:translateZ(0);transform:translateZ(0);width:307.875px}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{-ms-flex-preferred-size:14.2857143%;-ms-flex-pack:center;background:none;border:1px solid #0000;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;-webkit-flex-basis:14.2857143%;flex-basis:14.2857143%;font-weight:400;height:39px;-webkit-justify-content:center;justify-content:center;line-height:39px;margin:0;max-width:39px;position:relative;text-align:center;width:14.2857143%}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:#e6e6e6;border-color:#e6e6e6;cursor:pointer;outline:0}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;border-color:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{background:#0000;border-color:#0000;color:#3939394d;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:#3939391a;cursor:not-allowed}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6;padding:0 12px}.flatpickr-weekwrapper .flatpickr-weekday{float:none;line-height:28px;width:100%}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{background:#0000;border:none;color:#3939394d;cursor:default;display:block;max-width:none;width:100%}.flatpickr-innerContainer{display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;height:0;line-height:40px;max-height:40px;outline:0;overflow:hidden;text-align:center}.flatpickr-time:after{clear:both;content:"";display:table}.flatpickr-time .numInputWrapper{-webkit-flex:1;-ms-flex:1;flex:1 1;float:left;height:40px;width:40%}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:#0000;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;font-size:14px;height:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-align:center}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{border:0;outline:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;color:#393939;float:left;font-weight:700;height:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2%}.flatpickr-time .flatpickr-am-pm{cursor:pointer;font-weight:400;outline:0;text-align:center;width:18%}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.clients-page .clients-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1.25rem}.clients-page .clients-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.clients-page .clients-table-wrapper{--phoenix-bg-opacity:1;background-color:rgba(var(--phoenix-white-rgb),var(--phoenix-bg-opacity))!important;border-bottom:1px solid #e3e6ed;border-bottom:1px solid var(--phoenix-border-color,#e3e6ed);border-top:1px solid #e3e6ed;border-top:1px solid var(--phoenix-border-color,#e3e6ed);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;position:relative}@media(min-width:992px){.clients-page .clients-table-wrapper{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:768px){.clients-page .clients-header{margin-bottom:.75rem}.clients-page .clients-header h2{font-size:1.25rem}.clients-page .clients-filters{align-items:stretch;flex-direction:column;gap:.75rem}.clients-page .clients-filters .search-box,.clients-page .clients-filters .search-box input{width:100%}.clients-page .clients-filters .clients-actions{display:flex;gap:.5rem;width:100%}.clients-page .clients-filters .clients-actions .btn{flex:1 1;justify-content:center}.clients-page .clients-table-wrapper{-webkit-overflow-scrolling:touch;margin-left:-.75rem;margin-right:-.75rem;overflow-x:auto;padding-left:.75rem;padding-right:.75rem}.clients-page .clients-table-wrapper table{min-width:1200px}.clients-page .clients-table-wrapper:after{background:linear-gradient(90deg,#0000,#0000000d);bottom:0;content:"";opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:20px}.create-row{display:flex;flex-direction:column}.header-title{margin-bottom:10px}.offcanvas{max-width:100%!important;width:100%!important}.offcanvas-header{padding:1rem}.offcanvas-header .offcanvas-title{font-size:1.25rem!important}.offcanvas-body{padding:1rem}}@media(max-width:576px){.clients-page .clients-header{margin-bottom:.5rem}.clients-page .clients-header h2{font-size:1.125rem}.clients-page .clients-filters{gap:.5rem}.clients-page .clients-filters .search-box input{font-size:1rem;height:44px;padding:.5rem .75rem}.clients-page .clients-filters .clients-actions .btn{font-size:.875rem;min-height:44px;padding:.5rem 1rem}.clients-page .clients-table-wrapper{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.clients-page .clients-table-wrapper table{font-size:.8125rem}.clients-page .clients-table-wrapper table td,.clients-page .clients-table-wrapper table th{padding:.5rem .375rem}.clients-page .clients-table-wrapper table .btn-hover{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}.clients-page .advance-table-footer{flex-direction:column;gap:.75rem;padding:.75rem 0}.clients-page .advance-table-footer .pagination{order:1}.clients-page .advance-table-footer .pagination .page-link{align-items:center;display:flex;font-size:.875rem;justify-content:center;min-height:36px;min-width:36px}.offcanvas-body,.offcanvas-header{padding:.75rem}}@media(max-width:375px){.clients-page .clients-header h2{font-size:1rem}.clients-page .clients-table-wrapper table{font-size:.75rem}.clients-page .clients-table-wrapper table td,.clients-page .clients-table-wrapper table th{padding:.375rem .25rem}}@media(prefers-reduced-motion:reduce){.clients-table-wrapper{scroll-behavior:auto}.btn,.clients-table-wrapper:after,.page-link{transition:none}}.react-datepicker__header{background:#fff!important;border-bottom:1px solid #e9ecef!important;padding:8px 12px!important}.react-datepicker{border:1px solid #d0d7e1;border-radius:12px;box-shadow:0 10px 30px #0000001a;font-family:inherit}.react-datepicker__input-container input{height:48px;padding-left:16px!important}.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected{background:#6f42c1!important;color:#fff!important}.react-datepicker__day:hover{background:#e2d9f3!important}.react-datepicker__current-month{display:none}.react-datepicker__navigation{top:14px}.react-datepicker__day,.react-datepicker__day-name{height:2.2rem;line-height:2.2rem;width:2.2rem}.react-datepicker__day--today,.react-datepicker__day-name--today{color:#6f42c1;font-weight:700;position:relative}.react-datepicker__day--today:after,.react-datepicker__day-name--today:after{background:#6f42c1;border-radius:50%;bottom:2px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}@media(max-width:768px){.header-title{margin-bottom:10px}.create-row{display:flex;flex-direction:column}}.create-rate{display:flex;flex-direction:column}.create-rate .rate-box{display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.create-rate .field-error{color:#dc3545;font-size:12px;margin-top:2px}@media(max-width:768px){.create-rate .rate-box{flex-direction:column;gap:10px}.row-data{display:flex}}.modal-char .modal-content{border:1px solid #ccc}.Gallery{grid-gap:5px;display:flex;flex-wrap:wrap}.Gallery .hidden{display:none}.Gallery .block{align-items:center;border:1px solid silver;border-radius:8px;cursor:pointer;display:flex;height:90px;justify-content:center;overflow:hidden;position:relative;transition-duration:.4s;width:140px}.Gallery .block:hover{border-color:#8200bf}.Gallery .block:active{transform:translateY(0)}.Gallery .block:hover>.close-btn{opacity:1;transform:translate(0)}.Gallery .block .close-btn{background-color:#0000;border:none;color:#0006;cursor:pointer;opacity:0;outline:none;position:absolute;right:5px;top:5px;transform:translate(15px,-15px);transition-duration:.3s}.Gallery .block .close-btn:hover{color:#8200bf}.Gallery .block img{height:100%;object-fit:cover;width:100%}.Gallery .add-block .add-icon{align-items:center;display:flex;flex-direction:column}.mxik-card{border:1px solid #cbd0dd!important;border-radius:8px;max-width:100%;overflow:hidden;width:100%}.mxik-card.dark{border:1px solid #373e53!important}.mxik-item{cursor:pointer;justify-content:space-between;padding:14px 8px;transition:background-color .2s ease}.mxik-item,.mxik-left{align-items:center;display:flex}.mxik-left{gap:12px}.mxik-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s ease;width:20px}.mxik-checkbox.completed{background-color:#10b981;border-color:#10b981}.mxik-label{color:#000;font-size:14px;font-weight:400;line-height:24px}.mxik-label.dark{color:#9fa6bc}.mxik-right{align-items:center;display:flex;gap:8px}.mxik-status{font-size:14px;font-weight:500;line-height:24px}.mxik-status:not(.completed){color:#84919a}.mxik-status.completed{color:#22c348}.mxik-arrow{color:#9ca3af;flex-shrink:0}.marked-info{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;gap:12px;line-height:24px}.marked-info.dark{color:#9fa6bc}.oven-modal .modal-dialog{max-width:"540px";width:"90%"}.search-container{margin-bottom:12px}.search-container .search-input-wrapper{align-items:center;background-color:#f9fafb;border:1px solid #cbd0dd;border-radius:8px;display:flex;height:48px;overflow:visible}.search-container .search-input-wrapper.dark{background-color:#141824;border:1px solid #373e53}.search-container .search-input-wrapper.dark .dropdown-toggle{border-left:1px solid #373e53}.search-container .search-input-wrapper.dark .dropdown-toggle:hover{background-color:#1f2937;border:1px solid #373e53;border-bottom-right-radius:8px;border-top-right-radius:8px}.search-container .search-input-wrapper:focus-within{border-color:#8200bf;box-shadow:0 0 0 3px #3b82f61a}.search-container .search-input-wrapper .search-icon{align-items:center;color:#9ca3af;display:flex;flex-shrink:0;padding-left:16px;padding-right:8px}.search-container .search-input-wrapper .search-input{background:#0000;border:none;color:#374151;flex:1 1;font-size:15px;min-width:0;outline:none;padding:12px 0}.search-container .search-input-wrapper .search-input::placeholder{color:#9ca3af}.search-container .search-input-wrapper .loading-spinner{align-items:center;display:flex;flex-shrink:0;padding:0 12px}.search-container .search-input-wrapper .loading-spinner .spinner{animation:spin .6s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#8200bf;height:16px;width:16px}.search-container .search-input-wrapper .dropdown-toggle{align-items:center;background:#0000;border:none;border-left:1px solid #e5e7eb;cursor:pointer;display:flex;gap:8px;padding:12px 16px;transition:background-color .2s}.search-container .search-input-wrapper .dropdown-toggle:hover{background-color:#f3f4f6;border-left:1px solid #e5e7eb;overflow:hidden}.search-container .search-input-wrapper .dropdown-toggle:active{background-color:#e5e7eb;border-left:1px solid #e5e7eb}.search-container .search-input-wrapper .dropdown-toggle .dropdown-label{color:#374151;font-size:15px;font-weight:500}.search-container .search-input-wrapper .dropdown-toggle .chevron-icon{color:#6b7280;transition:transform .2s}.search-container .search-input-wrapper .dropdown-toggle:after{display:none}.search-container .dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:12px 16px;text-align:left;transition:background-color .2s;width:100%}.search-container .dropdown-item.dark:hover{background-color:#1f2937}.search-container .dropdown-item:hover{background-color:#f9fafb}.search-container .dropdown-item:active{background-color:#f3f4f6}.search-container .dropdown-item.active span{font-weight:500}.search-container .dropdown-item .check-icon{color:#8200bf;flex-shrink:0}.search-container .search-results{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.search-container .search-results.dark{background-color:#141824;border:1px solid #373e53}.search-container .search-results.dark .search-result-item{border-bottom:1px solid #373e53}.search-container .search-results.dark .search-result-item:hover{background-color:#1f2937}.search-container .search-results.dark .search-result-item .result-name{color:#e5e7eb}.search-container .search-results .search-result-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:12px 16px;transition:background-color .2s}.search-container .search-results .search-result-item:last-child{border-bottom:none}.search-container .search-results .search-result-item:hover{background-color:#f9fafb}.search-container .search-results .search-result-item:active{background-color:#f3f4f6}.search-container .search-results .search-result-item .result-name{color:#1f2937;font-size:15px;font-weight:500}.search-container .search-results .search-result-item .result-code{color:#6b7280;font-size:13px;margin-top:4px}.search-container .search-results .no-results{color:#6b7280;font-size:14px;padding:24px 16px;text-align:center}.purchase-container{display:flex;flex-wrap:wrap;gap:20px;width:75%}.purchase-container .card-60-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.purchase-container .card-60-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-60-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-60-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.purchase-container .card-60-40 .card-body{display:flex;gap:10px;position:relative}.purchase-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.purchase-container .card-60-40 .card-body .logo img{height:60px;width:100%}.purchase-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.purchase-container .card-60-40 .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.purchase-container .card-60-40 .card-body .body-items .title{font-size:14px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:26px;font-weight:900;letter-spacing:1px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.purchase-container .card-60-40 .card-body .scale-code{bottom:11%;color:#000;font-size:11px;font-weight:700;left:35%;position:absolute}.purchase-container .card-60-40-no-logo{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.purchase-container .card-60-40-no-logo:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-60-40-no-logo.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-60-40-no-logo .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.purchase-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative}.purchase-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-60-40-no-logo .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.purchase-container .card-60-40-no-logo .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;letter-spacing:1px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.purchase-container .card-60-40-no-logo .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.purchase-container .card-60-40-no-logo .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:20%;position:absolute}.purchase-container .card-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.purchase-container .card-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-container .card-58-30 .card-body{position:relative;width:100%}.purchase-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-58-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.purchase-container .card-58-30 .card-body .body-items .title{font-size:10px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:10px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.purchase-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.purchase-container .card-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.purchase-container .card-58-30 .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:25%;position:absolute}.purchase-container .card-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.purchase-container .card-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.purchase-container .card-40-30 .card-body{width:100%}.purchase-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-40-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.purchase-container .card-40-30 .card-body .body-items .title{font-size:10px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.purchase-container .card-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-8px}.purchase-container .card-30-20{border:1px solid #ccc;height:20mm;padding:4px;position:relative;width:30mm}.purchase-container .card-30-20:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-30-20.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-30-20 .size-title{bottom:0;color:#8200bf;font-size:6px;font-weight:700;margin:0;position:absolute}.purchase-container .card-30-20 .card-body{width:100%}.purchase-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-30-20 .card-body .body-items .title{font-size:7px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:900;letter-spacing:1px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:12px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:6px;font-weight:700;letter-spacing:1px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{font-size:6px;font-weight:700;letter-spacing:1px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:8px;font-weight:700;letter-spacing:1px}.purchase-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:8px;font-weight:700;letter-spacing:1px}.purchase-container .card-30-20 .card-body .body-items .time{font-size:4px;font-weight:700;margin-left:auto;margin-top:-12px}.purchase-container .card-line-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.purchase-container .card-line-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-line-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-line-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-container .card-line-58-30 .card-body{width:100%}.purchase-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-line-58-30 .card-body .body-items .title{font-size:12px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-container .card-line-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:2px}.purchase-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-line-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.purchase-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-container .card-line-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.purchase-container .card-line-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.purchase-container .card-line-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-line-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-line-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.purchase-container .card-line-40-30 .card-body{width:100%}.purchase-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-line-40-30 .card-body .body-items .title{font-size:11px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-container .card-line-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px}.purchase-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.purchase-container .card-line-40-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px}.purchase-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{font-size:20px;font-weight:700;letter-spacing:1px;margin-top:12px}.purchase-container .card-line-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-5px}.purchase-container .card-line-def-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.purchase-container .card-line-def-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-line-def-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-container .card-line-def-58-30 .card-body{width:100%}.purchase-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-line-def-58-30 .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:8px 0 0}.purchase-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px}.purchase-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.purchase-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-container .card-70-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:70mm}.purchase-container .card-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-70-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.purchase-container .card-70-40 .card-body{display:flex;gap:2px;position:relative}.purchase-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.purchase-container .card-70-40 .card-body .logo img{height:75px;width:100%}.purchase-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.purchase-container .card-70-40 .card-body .body-items .filial{font-size:9px;font-weight:600;letter-spacing:.5px;margin:0}.purchase-container .card-70-40 .card-body .body-items .title{font-size:14px;font-weight:500;letter-spacing:1px;margin:0}.purchase-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:26px;font-weight:900;letter-spacing:1px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.purchase-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.purchase-container .card-70-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.purchase-container .card-70-40 .card-body .scale-code{bottom:12%;color:#000;font-size:11px;font-weight:700;left:40%;position:absolute}.purchase-container .card-line-def-70-40{border:1px solid #ccc;height:40mm;padding:4px;position:relative;width:70mm}.purchase-container .card-line-def-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.purchase-container .card-line-def-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.purchase-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-container .card-line-def-70-40 .card-body{width:100%}.purchase-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-container .card-line-def-70-40 .card-body .body-items .title{font-size:20px;font-weight:500;letter-spacing:1px;margin:22px 0 0}.purchase-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px}.purchase-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.purchase-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-print-container .card-60-40{height:40mm;padding:4px;width:60mm}.purchase-print-container .card-60-40 .card-body{display:flex;gap:2px;position:relative}.purchase-print-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.purchase-print-container .card-60-40 .card-body .logo img{height:60px;width:100%}.purchase-print-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.purchase-print-container .card-60-40 .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.purchase-print-container .card-60-40 .card-body .body-items .changed-title,.purchase-print-container .card-60-40 .card-body .body-items .title{color:#000;font-size:11px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost{color:#000;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:4px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-60-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.purchase-print-container .card-60-40 .card-body .scale-code{bottom:10%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.purchase-print-container .card-60-40-no-logo{height:40mm;padding:4px;width:60mm}.purchase-print-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative;width:100%}.purchase-print-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.purchase-print-container .card-60-40-no-logo .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.purchase-print-container .card-60-40-no-logo .card-body .body-items .changed-title,.purchase-print-container .card-60-40-no-logo .card-body .body-items .title{color:#000;font-size:13px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{color:#000;font-size:23px;font-weight:900;letter-spacing:1px;margin-top:4px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-60-40-no-logo .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.purchase-print-container .card-60-40-no-logo .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:20%;position:absolute}.purchase-print-container .card-58-30{height:30mm;padding:4px;width:58mm}.purchase-print-container .card-58-30 .card-body{position:relative;width:100%}.purchase-print-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-58-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:0}.purchase-print-container .card-58-30 .card-body .body-items .title{color:#000;font-size:10px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-58-30 .card-body .body-items .changed-title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:6px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:900;letter-spacing:1px;margin-top:10px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-14px}.purchase-print-container .card-58-30 .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:15%;position:absolute}.purchase-print-container .card-40-30{height:30mm;width:40mm}.purchase-print-container .card-40-30 .card-body{width:100%}.purchase-print-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-40-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:2px 0 0}.purchase-print-container .card-40-30 .card-body .body-items .title{font-size:7px;padding:0 0 0 5px}.purchase-print-container .card-40-30 .card-body .body-items .changed-title,.purchase-print-container .card-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;letter-spacing:.7px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.purchase-print-container .card-40-30 .card-body .body-items .changed-title{font-size:9px;margin:5px 0 0}.purchase-print-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost{color:#000;font-size:17px;font-weight:900;letter-spacing:1px;margin-bottom:4px;margin-top:-15px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:1px;margin-top:10px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column;margin-bottom:4px;margin-top:-15px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-40-30 .card-body .body-items .time{color:#000;font-size:6px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-5px}.purchase-print-container .card-30-20{border:1px solid #fff;height:20mm;width:30mm}.purchase-print-container .card-30-20 .card-body{width:100%}.purchase-print-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-30-20 .card-body .body-items .title{margin:4px 0 0;padding:0 2px}.purchase-print-container .card-30-20 .card-body .body-items .changed-title,.purchase-print-container .card-30-20 .card-body .body-items .title{color:#000;font-size:6px;font-weight:600;letter-spacing:.7px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-30-20 .card-body .body-items .changed-title{margin:10px 0 0}.purchase-print-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost,.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:1px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{margin-top:15px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-30-20 .card-body .body-items .time{color:#000;font-size:4px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-12px}.purchase-print-container .card-line-58-30{height:30mm;width:58mm}.purchase-print-container .card-line-58-30 .card-body{width:100%}.purchase-print-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-line-58-30 .card-body .body-items .title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-line-58-30 .card-body .body-items .changed-title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:10px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-print-container .card-line-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:2px}.purchase-print-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:20px;font-weight:600;letter-spacing:1px;margin-top:2px}.purchase-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-print-container .card-line-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-8px}.purchase-print-container .card-line-40-30{height:30mm;padding:4px;width:40mm}.purchase-print-container .card-line-40-30 .card-body{width:100%}.purchase-print-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-line-40-30 .card-body .body-items .title{font-size:8px;letter-spacing:.3px;margin:0 0 0 5px}.purchase-print-container .card-line-40-30 .card-body .body-items .changed-title,.purchase-print-container .card-line-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.purchase-print-container .card-line-40-30 .card-body .body-items .changed-title{font-size:9px;letter-spacing:.7px;margin:5px 0 0}.purchase-print-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-print-container .card-line-40-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:0;margin-top:5px}.purchase-print-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:900;letter-spacing:1px;margin-top:16px}.purchase-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:14px;font-weight:600;letter-spacing:1px;margin-top:10px}.purchase-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:13px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-print-container .card-line-40-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-10px}.purchase-print-container .card-line-def-58-30{height:30mm;padding:4px;position:relative;width:58mm}.purchase-print-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-print-container .card-line-def-58-30 .card-body{width:100%}.purchase-print-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-line-def-58-30 .card-body .body-items .title{color:#000;font-size:13px;font-weight:500;letter-spacing:1px;margin:6px 0 0;text-align:center;width:100%}.purchase-print-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:31px;font-weight:900;letter-spacing:1px;margin-top:3px}.purchase-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.purchase-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.purchase-print-container .card-70-40{height:40mm;padding:4px;width:70mm}.purchase-print-container .card-70-40 .card-body{display:flex;gap:2px;position:relative}.purchase-print-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.purchase-print-container .card-70-40 .card-body .logo img{height:70px;width:100%}.purchase-print-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.purchase-print-container .card-70-40 .card-body .body-items .filial{color:#000;font-size:9px;font-weight:600;letter-spacing:.5px;margin:4px 0 0}.purchase-print-container .card-70-40 .card-body .body-items .title{color:#000;font-size:11px;font-weight:600;margin:4px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-70-40 .card-body .body-items .changed-title{color:#000;font-size:15px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.purchase-print-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost{color:#000;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:3px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:25px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:14px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:14px;font-weight:600;letter-spacing:1px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.purchase-print-container .card-70-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.purchase-print-container .card-70-40 .card-body .scale-code{bottom:10%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.purchase-print-container .card-line-def-70-40{height:40mm;padding:4px;position:relative;width:70mm}.purchase-print-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.purchase-print-container .card-line-def-70-40 .card-body{width:100%}.purchase-print-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.purchase-print-container .card-line-def-70-40 .card-body .body-items .title{color:#000;font-size:18px;font-weight:500;letter-spacing:1px;margin:18px 0 0;text-align:center;width:100%}.purchase-print-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.purchase-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:3px}.purchase-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.purchase-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.purchase-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.dark-footer-purchase{display:flex;gap:20px;justify-content:flex-end;padding:10px}.dark-footer-purchase .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.dark-footer-purchase .main-btn-group{display:flex;gap:10px}.footer-purchase{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-purchase .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-purchase .main-btn-group,.pur-new-rows{display:flex;gap:10px}.pur-new-rows{flex-wrap:wrap}.printing-rows,.pur-new-rows .purbtngroup{display:flex;gap:10px}.printing-rows{border-bottom:1px solid #cbd0dd;flex-wrap:wrap;padding-bottom:24px}.printing-rows .printing-check{align-items:center;display:flex;margin:auto 0}.printing-rows .nds{width:120px}@media(max-width:768px){.footer-purchase{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-purchase .box{align-items:center;background-color:#fff;border:1px solid #f5f5f5;border-radius:10px;padding:8px}.footer-purchase .main-btn-group{display:flex;gap:10px;width:100%}.pur-new-rows{display:flex;flex-direction:column;gap:20px}.printing-rows,.pur-new-rows .purbtngroup{display:flex;gap:10px}.printing-rows{border-bottom:1px solid #ccc;flex-direction:column;margin-top:50px}.printing-rows .nds{width:100%}}.error{border-color:red!important}.dark-footer-app-out{display:flex;gap:20px;justify-content:flex-end;padding:10px}.dark-footer-app-out .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-app-out{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-app-out .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.app-rows{gap:20px}@media(max-width:768px){.footer-app-out{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-app-out .box{align-items:center;background-color:#0000;padding:8px;width:100%}.footer-app-out .main-btn-group{display:flex;gap:10px;width:100%}.app-rows{display:flex;flex-direction:column;flex-wrap:wrap;gap:5px}.app-rows .app-btn{width:100%}}.dark-footer-app-info{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.dark-footer-app-info .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-app-info{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.footer-app-info .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.app-rows{flex-wrap:wrap}.app-rows,.app-rows .app-btn{display:flex;gap:10px}@media(max-width:768px){.footer-app-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-app-info .box{background-color:#0000;padding:10px;width:100%}.footer-app-info .main-btn-group{display:flex;gap:10px;width:100%}.app-rows{display:flex;flex-direction:column;gap:5px}.app-rows .app-btn{margin-top:10px}}.dark-footer-ret-coming{display:flex;gap:20px;justify-content:flex-end;padding:10px}.dark-footer-ret-coming .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-ret-coming{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-ret-coming .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}@media(max-width:768px){.footer-ret-coming{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-ret-coming .box{align-items:center;background-color:#fff;padding:8px;width:100%}.footer-ret-coming .main-btn-group{display:flex;gap:10px;width:100%}.dark-footer-ret-coming{display:flex;flex-direction:column;gap:20px;padding:8px}.dark-footer-ret-coming .box{align-items:center;padding:8px;width:100%}.dark-footer-ret-coming .main-btn-group{display:flex;gap:10px;width:100%}.return-rows{display:flex;flex-direction:column;gap:5px}.return-rows .return-btn{margin-top:10px}}.dark-footer-returning{display:flex;gap:20px;justify-content:flex-end;padding:10px}.dark-footer-returning .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-returning{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-returning .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.return-rows{flex-wrap:wrap}.form-btn-group,.return-rows,.return-rows .return-btn{display:flex;gap:10px}.form-btn-group{margin-top:auto}.return-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}@media(max-width:768px){.footer-returning{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-returning .box{align-items:center;background-color:#fff;padding:8px;width:100%}.footer-returning .main-btn-group{display:flex;gap:10px;width:100%}.dark-footer-returning{display:flex;flex-direction:column;gap:20px;padding:8px}.dark-footer-returning .box{align-items:center;padding:8px;width:100%}.dark-footer-returning .main-btn-group{display:flex;gap:10px;width:100%}.return-rows{display:flex;flex-direction:column;gap:5px}.return-rows .return-btn{margin-top:10px}}.dark-footer-return-info{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.dark-footer-return-info .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-return-info{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.footer-return-info .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}@media(max-width:768px){.footer-return-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-return-info .box{align-items:center;background-color:#fff;padding:10px;width:100%}.footer-return-info .main-btn-group{display:flex;gap:10px;width:100%}.dark-footer-return-info{display:flex;flex-direction:column;gap:20px;padding:8px}.dark-footer-return-info .box{align-items:center;padding:10px;width:100%}.dark-footer-return-info .main-btn-group{display:flex;gap:10px;width:100%}}.footer-mov-com{display:flex;gap:20px;justify-content:flex-end;padding:8px}.footer-mov-com .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-mov-com .main-check{align-items:center;display:flex}.filter-clear-btn{top:50%;transform:translateY(-50%)}.warehouse-error-text{color:#dc3545;font-size:.875rem}html[data-bs-theme=dark] .footer-mov-com .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}@media(max-width:768px){.footer-mov-com{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-mov-com .box{align-items:center;background-color:#fff;padding:8px;width:100%}.footer-mov-com .main-check{align-items:center;display:flex;width:100%}.footer-mov-com .main-btn-group{display:flex;gap:10px;width:100%}.new-rows{display:flex;flex-direction:column;flex-wrap:wrap;gap:5px}}.footer-mov-out{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-mov-out .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-outgoing-result{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-outgoing-result .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.mov-rows{flex-wrap:wrap}.mov-rows,.mov-rows .mov-btn{display:flex;gap:10px}.filter-clear-btn{color:#6c757d;padding:4px;right:0;transform:translateY(-15%);z-index:2}.filter-clear-btn:hover{color:#dc3545}.offcanvas-title-text{font-size:1.25rem;font-weight:600}.create-btn{white-space:nowrap}.create-movements-form{display:flex;flex-direction:column;height:100%}.create-movements-actions{display:flex;gap:10px;margin-top:auto}.create-movements-btn{height:48px;width:100%}.movement-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}html[data-bs-theme=dark] .footer-mov-out .box,html[data-bs-theme=dark] .footer-outgoing-result .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}@media(max-width:768px){.footer-mov-out,.footer-outgoing-result{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-mov-out .box,.footer-outgoing-result .box{align-items:center;padding:8px;width:100%}.footer-mov-out .main-btn-group,.footer-outgoing-result .main-btn-group{display:flex;gap:10px;width:100%}.mov-rows{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.mov-rows .mov-btn{width:100%}}.bonus-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}@media(max-width:768px){.offcanvas-form-flex .search-bar{display:flex;flex-direction:column}}.flatpickr-h48{height:48px}.bonus-header{align-items:center;display:flex;justify-content:space-between}.bonus-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.bonus-search-row{align-items:flex-start;display:flex;gap:8px}@media(max-width:768px){.bonus-header{align-items:stretch;flex-direction:column;gap:12px}.bonus-header h2{font-size:20px}.btn-h48,.form-submit-btn{width:100%}.bonus-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.bonus-search-row{flex-direction:column;gap:8px}.bonus-search-row .react-select-container{width:100%}}@media(max-width:576px){.bonus-header h2{font-size:18px}}.provider-page .provider-header{align-items:center;display:flex;justify-content:space-between}.provider-page .provider-title-row{align-items:center;display:flex;gap:.5rem}.provider-page .provider-btn-group{display:flex;gap:.5rem}.provider-form{display:flex;flex-direction:column;height:100%}.provider-error-text{color:red;font-size:12px;margin-top:2px}.provider-submit-btn{height:48px;width:100%}.provider-import-submit{height:48px;margin-top:20px}@media(max-width:768px){.provider-page .provider-header{align-items:flex-start;flex-direction:column;gap:.75rem}.provider-page .provider-btn-group{flex-wrap:wrap;width:100%}.provider-page .provider-btn-text{display:none}}@media(max-width:576px){.provider-page .provider-btn-group{gap:.25rem}}html[data-bs-theme=dark] .provider-form{color:var(--phoenix-body-color)}.modal-rows .frist-item{flex:1 1}.modal-rows .modal-btn-group{margin-top:auto}.customer-page .customer-header{align-items:center;display:flex;justify-content:space-between}.customer-page .customer-title-row{align-items:center;display:flex;gap:.5rem}.customer-page .customer-btn-group{display:flex;gap:.5rem}@media(max-width:768px){.customer-page .customer-header{align-items:flex-start;flex-direction:column;gap:.75rem}.customer-page .customer-btn-group{flex-wrap:wrap;width:100%}.customer-page .customer-btn-text{display:none}}@media(max-width:576px){.customer-page .customer-btn-group{gap:.25rem}}.customer-btn-height{height:48px}.customer-offcanvas-title{font-size:24px;font-weight:600}.customer-form{display:flex;flex-direction:column;height:100%}.customer-error-text{color:red;font-size:12px;margin-top:2px}.customer-submit-btn{height:48px;margin-top:auto}.customer-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}.customer-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.customer-tooltip-fixed{z-index:1080}@media(max-width:768px){.footer-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-info .box{align-items:center;background-color:#d1d1d2;padding:8px;width:100%}.footer-info .main-check{align-items:center;display:flex;width:100%}.new-rows{display:flex;flex-direction:column;gap:5px}.main-btn-group{display:flex;gap:10px;width:100%}.modal-rows{display:flex;gap:20px}.modal-rows .modal-btn-group{display:flex;gap:10px;margin-top:auto}.customer-btn-text{display:none}.customer-btn-height{height:40px}.customer-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}html[data-bs-theme=dark] .customer-form{color:var(--phoenix-body-color)}html[data-bs-theme=dark] .customer-table-scroll{background-color:var(--phoenix-body-bg)}html[data-bs-theme=dark] .footer-info .box{border:1px solid #e3e6ed;border:1px solid var(--phoenix-border-color,#e3e6ed)}.footer-info,.footer-info .box{align-items:center}.user-btn-group{display:flex;gap:10px}.suppliers-btn-height{height:48px}.suppliers-offcanvas-title{font-size:24px;font-weight:600}.suppliers-form{display:flex;flex-direction:column;height:100%}.suppliers-error-text{color:red;font-size:12px;margin-top:2px}.suppliers-submit-btn{height:48px;margin-top:auto}.suppliers-footer{display:flex;gap:10px;justify-content:flex-end;padding:10px}.suppliers-footer .box{background-color:#fff;border-radius:8px;padding:10px}.suppliers-footer-box{display:flex;gap:10px;justify-content:space-between}.suppliers-footer-bold{font-weight:800}.suppliers-status-badge{border-radius:8px;font-weight:600;padding:8px 10px;text-align:center}.suppliers-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:768px){.footer-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-info .box{align-items:center;background-color:#d1d1d2;padding:8px;width:100%}.footer-info .main-check{align-items:center;display:flex;width:100%}.new-rows{display:flex;flex-direction:column;gap:5px}.user-btn-group{display:flex;gap:10px;width:100%}.suppliers-btn-text{display:none}.suppliers-btn-group{margin-left:0!important;width:100%}.suppliers-btn-group .suppliers-btn-height{flex:1 1}.suppliers-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.suppliers-footer{flex-direction:column;gap:10px}.suppliers-footer .box{border:1px solid #e3e6ed;border:1px solid var(--phoenix-border-color,#e3e6ed);width:100%}}html[data-bs-theme=dark] .suppliers-form{color:var(--phoenix-body-color)}html[data-bs-theme=dark] .suppliers-footer .box{background-color:var(--phoenix-body-bg)}.buyyers-btn-height{height:48px}.buyyers-offcanvas-title{font-size:24px;font-weight:600}.buyyers-form{display:flex;flex-direction:column;height:100%}.buyyers-error-text{color:red;font-size:12px;margin-top:2px}.buyyers-submit-btn{height:48px;margin-top:auto}.buyyers-total-footer{display:flex;justify-content:flex-end;margin-top:20px}.buyyers-total-card{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;flex-direction:column;padding:10px}.buyyers-total-row{display:flex;gap:10px;justify-content:space-between}.buyyers-total-bold{font-weight:800}.buyyers-status-badge{border:none;border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center;white-space:nowrap}.buyyers-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.buyyers-nowrap{white-space:nowrap}html[data-bs-theme=dark] .buyyers-total-card{background-color:var(--phoenix-card-bg);border-color:var(--phoenix-border-color)}html[data-bs-theme=dark] .buyyers-form{color:var(--phoenix-body-color)}html[data-bs-theme=dark] .footer-info .box{background-color:var(--phoenix-body-bg)}@media(max-width:768px){.buyyers-btn-text{display:none}.buyyers-btn-height{height:48px}.buyyers-total-card,.buyyers-total-footer{width:100%}.buyyers-table-scroll{margin:0 -1.5rem;padding:0 1.5rem}.footer-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-info .box{align-items:center;padding:8px;width:100%}.footer-info .main-check{align-items:center;display:flex;width:100%}.footer-info .main-btn-group{display:flex;gap:10px;width:100%}.new-rows{display:flex;flex-direction:column;gap:8px}.new-rows .btn-group{display:flex;gap:10px;width:100%}}.footer-info{gap:20px;text-align:center}.footer-info .box{background-color:#d1d1d2;padding:8px}.new-rows{gap:20px}.new-rows .new-btn{margin-top:auto}.modal-rows{display:flex;gap:20px}.modal-rows .first-item{flex:1 1}.modal-rows .modal-btn-group{display:flex;gap:10px}@media(max-width:768px){.footer-info{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-info .box{align-items:center;background-color:#d1d1d2;padding:8px;width:100%}.footer-info .main-check{align-items:center;display:flex;width:100%}.footer-info .main-btn-group{display:flex;gap:10px;width:100%}.new-rows{display:flex;flex-direction:column;gap:8px}.modal-rows{display:flex;gap:20px}.modal-rows .modal-btn-group{display:flex;gap:10px;margin-top:auto}}.dark-footer-inv-create{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.dark-footer-inv-create .box{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}.dark-footer-inv-create .main-check{align-items:center;display:flex}.footer-inv-create{display:flex;gap:20px;justify-content:flex-end;padding:10px;text-align:center}.footer-inv-create .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.footer-inv-create .main-check{align-items:center;display:flex}.inv-create-rows{flex-direction:column;width:40%}.inv-create-rows,.inv-create-rows .inv-create-btn{display:flex;gap:10px}.inv-create-rows .users{width:150px}.main-btn-group{display:flex;gap:10px}@media(max-width:768px){.footer-inv-create{display:flex;flex-direction:column;gap:20px;padding:8px}.footer-inv-create .box{align-items:center;background-color:#fff;border:1px solid #f5f5f5;padding:8px;width:100%}.footer-inv-create .main-check{align-items:center;display:flex;width:100%}.footer-inv-create .main-btn-group{display:flex;gap:10px;width:100%}.inv-create-rows{display:flex;flex-direction:column;gap:5px;width:100%}.inv-create-rows .users{width:100%}}.large-checkbox .form-check-input{height:18px;width:18px}.inv-info-filter-row{display:flex;gap:.75rem}.inv-info-btn-48{height:48px}.inv-info-select-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.inv-info-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.inv-info-filter-actions{display:flex;gap:10px;margin-top:auto}.inv-info-table-scroll{overflow-x:auto}.inv-info-export-text{display:inline}.inv-info-footer{background-color:#f9fafd;border-radius:8px;display:flex;gap:20px;justify-content:flex-end;margin-top:10px;padding:10px;text-align:center}.inv-info-footer .box{align-items:center;border:1px solid #e0e0e0;border-radius:8px;display:flex;padding:10px}html[data-bs-theme=dark] .inv-info-footer{background-color:#1e2130}html[data-bs-theme=dark] .inv-info-footer .box{border-color:#3a3f51}@media(max-width:768px){.inv-info-filter-row{flex-direction:column}.inv-info-table-scroll{margin-left:-1rem;margin-right:-1rem}.inv-info-export-text{display:none}.inv-info-footer{flex-direction:column;gap:10px;padding:8px}.inv-info-footer .box{flex-direction:column;text-align:left}}.exp-footer{display:flex;gap:20px;justify-content:flex-end;padding:10px}.exp-footer .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.exp-footer-text{font-weight:800}.exp-rows{display:flex;flex-wrap:wrap;gap:10px}.exp-btn-48{height:48px}.exp-select-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.exp-form-column{display:flex;flex-direction:column;height:100%}.exp-offcanvas-title{font-size:24px;font-weight:600}.exp-textarea{height:100px}.exp-error-text{color:red;font-size:12px;margin-top:2px}.exp-icon-btn{color:#8200bf}.exp-table-scroll{overflow-x:auto}.modal-classs .modal-content{border:2px solid #cbd0dd}html[data-bs-theme=dark] .exp-footer .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}@media(max-width:768px){.exp-footer{flex-direction:column;gap:20px;padding:8px}.exp-footer .box{align-items:center;padding:8px;width:100%}.exp-rows{flex-direction:column;gap:5px}.exp-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.report-main-container{display:flex;flex-wrap:wrap;gap:20px;width:75%}.report-main-container .card-60-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.report-main-container .card-60-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-60-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-60-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.report-main-container .card-60-40 .card-body{display:flex;gap:10px}.report-main-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.report-main-container .card-60-40 .card-body .logo img{height:60px;width:100%}.report-main-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.report-main-container .card-60-40 .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.report-main-container .card-60-40 .card-body .body-items .title{font-size:14px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:26px;font-weight:900;letter-spacing:1px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.report-main-container .card-60-40 .card-body .scale-code{bottom:11%;color:#000;font-size:11px;font-weight:700;left:35%;position:absolute}.report-main-container .card-60-40-no-logo{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.report-main-container .card-60-40-no-logo:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-60-40-no-logo.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-60-40-no-logo .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.report-main-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative}.report-main-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-60-40-no-logo .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.report-main-container .card-60-40-no-logo .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;letter-spacing:1px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.report-main-container .card-60-40-no-logo .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.report-main-container .card-60-40-no-logo .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:20%;position:absolute}.report-main-container .card-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.report-main-container .card-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-main-container .card-58-30 .card-body{width:100%}.report-main-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-58-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.report-main-container .card-58-30 .card-body .body-items .title{font-size:10px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:10px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.report-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.report-main-container .card-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.report-main-container .card-58-30 .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:25%;position:absolute}.report-main-container .card-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.report-main-container .card-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.report-main-container .card-40-30 .card-body{width:100%}.report-main-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-40-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.report-main-container .card-40-30 .card-body .body-items .title{font-size:10px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.report-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.report-main-container .card-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-8px}.report-main-container .card-30-20{border:1px solid #ccc;height:20mm;padding:4px;position:relative;width:30mm}.report-main-container .card-30-20:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-30-20.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-30-20 .size-title{bottom:0;color:#8200bf;font-size:6px;font-weight:700;margin:0;position:absolute}.report-main-container .card-30-20 .card-body{width:100%}.report-main-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-30-20 .card-body .body-items .title{font-size:7px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:900;letter-spacing:1px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:12px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:6px;font-weight:700;letter-spacing:1px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{font-size:6px;font-weight:700;letter-spacing:1px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:8px;font-weight:700;letter-spacing:1px}.report-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:8px;font-weight:700;letter-spacing:1px}.report-main-container .card-30-20 .card-body .body-items .time{font-size:4px;font-weight:700;margin-left:auto;margin-top:-12px}.report-main-container .card-line-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.report-main-container .card-line-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-line-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-line-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-main-container .card-line-58-30 .card-body{width:100%}.report-main-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-line-58-30 .card-body .body-items .title{font-size:12px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-main-container .card-line-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:2px}.report-main-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-line-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.report-main-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-main-container .card-line-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.report-main-container .card-line-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.report-main-container .card-line-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-line-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-line-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.report-main-container .card-line-40-30 .card-body{width:100%}.report-main-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-line-40-30 .card-body .body-items .title{font-size:11px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-main-container .card-line-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px}.report-main-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.report-main-container .card-line-40-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px}.report-main-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{font-size:20px;font-weight:700;letter-spacing:1px;margin-top:12px}.report-main-container .card-line-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-5px}.report-main-container .card-line-def-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.report-main-container .card-line-def-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-line-def-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-main-container .card-line-def-58-30 .card-body{width:100%}.report-main-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-line-def-58-30 .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:8px 0 0}.report-main-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-main-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px}.report-main-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.report-main-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-main-container .card-70-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:70mm}.report-main-container .card-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-70-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.report-main-container .card-70-40 .card-body{display:flex;gap:2px}.report-main-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.report-main-container .card-70-40 .card-body .logo img{height:75px;width:100%}.report-main-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.report-main-container .card-70-40 .card-body .body-items .filial{font-size:10px;font-weight:600;letter-spacing:.5px;margin:0}.report-main-container .card-70-40 .card-body .body-items .title{font-size:16px;font-weight:500;letter-spacing:1px;margin:0}.report-main-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;letter-spacing:1px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.report-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.report-main-container .card-70-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.report-main-container .card-70-40 .card-body .scale-code{bottom:12%;color:#000;font-size:11px;font-weight:700;left:40%;position:absolute}.report-main-container .card-line-def-70-40{border:1px solid #ccc;height:40mm;padding:4px;position:relative;width:70mm}.report-main-container .card-line-def-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.report-main-container .card-line-def-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.report-main-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-main-container .card-line-def-70-40 .card-body{width:100%}.report-main-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-main-container .card-line-def-70-40 .card-body .body-items .title{font-size:20px;font-weight:500;letter-spacing:1px;margin:22px 0 0}.report-main-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-main-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px}.report-main-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-main-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.report-main-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-print-container .card-60-40{height:40mm;padding:4px;width:60mm}.report-print-container .card-60-40 .card-body{display:flex;gap:2px;position:relative}.report-print-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.report-print-container .card-60-40 .card-body .logo img{height:60px;width:100%}.report-print-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.report-print-container .card-60-40 .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.report-print-container .card-60-40 .card-body .body-items .title{letter-spacing:.7px}.report-print-container .card-60-40 .card-body .body-items .changed-title,.report-print-container .card-60-40 .card-body .body-items .title{color:#000;font-size:11px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost{color:#000;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:4px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.report-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.report-print-container .card-60-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.report-print-container .card-60-40 .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.report-print-container .card-60-40-no-logo{height:40mm;padding:4px;width:60mm}.report-print-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative;width:100%}.report-print-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.report-print-container .card-60-40-no-logo .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.report-print-container .card-60-40-no-logo .card-body .body-items .changed-title,.report-print-container .card-60-40-no-logo .card-body .body-items .title{color:#000;font-size:13px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{color:#000;font-size:23px;font-weight:900;letter-spacing:1px;margin-top:4px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-60-40-no-logo .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.report-print-container .card-60-40-no-logo .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:20%;position:absolute}.report-print-container .card-58-30{height:30mm;padding:4px;width:58mm}.report-print-container .card-58-30 .card-body{position:relative;width:100%}.report-print-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-58-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:0}.report-print-container .card-58-30 .card-body .body-items .title{color:#000;font-size:10px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-58-30 .card-body .body-items .changed-title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:6px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:900;letter-spacing:1px;margin-top:10px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-14px}.report-print-container .card-58-30 .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:15%;position:absolute}.report-print-container .card-40-30{height:30mm;width:40mm}.report-print-container .card-40-30 .card-body{width:100%}.report-print-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-40-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:2px 0 0}.report-print-container .card-40-30 .card-body .body-items .title{font-size:8px;letter-spacing:.3px;padding:0 0 0 5px}.report-print-container .card-40-30 .card-body .body-items .changed-title,.report-print-container .card-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.report-print-container .card-40-30 .card-body .body-items .changed-title{font-size:9px;letter-spacing:.7px;margin:5px 0 0}.report-print-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost{color:#000;font-size:17px;font-weight:900;letter-spacing:.7px;margin-bottom:4px;margin-top:-14px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:1px;margin-top:10px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column;margin-bottom:4px;margin-top:-14px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:8px;font-weight:600;letter-spacing:.7px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:8px;font-weight:600;letter-spacing:.7px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.report-print-container .card-40-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-8px}.report-print-container .card-30-20{border:1px solid #fff;height:20mm;width:30mm}.report-print-container .card-30-20 .card-body{width:100%}.report-print-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-30-20 .card-body .body-items .title{margin:0;padding:0 2px}.report-print-container .card-30-20 .card-body .body-items .changed-title,.report-print-container .card-30-20 .card-body .body-items .title{color:#000;font-size:6px;font-weight:600;letter-spacing:.7px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-30-20 .card-body .body-items .changed-title{margin:10px 0 0}.report-print-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost,.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:1px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{margin-top:15px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.report-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.report-print-container .card-30-20 .card-body .body-items .time{color:#000;font-size:4px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-12px}.report-print-container .card-line-58-30{height:30mm;width:58mm}.report-print-container .card-line-58-30 .card-body{width:100%}.report-print-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-line-58-30 .card-body .body-items .title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-line-58-30 .card-body .body-items .changed-title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:10px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-print-container .card-line-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:2px}.report-print-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:20px;font-weight:600;letter-spacing:1px;margin-top:2px}.report-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-print-container .card-line-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-8px}.report-print-container .card-line-40-30{height:30mm;padding:4px;width:40mm}.report-print-container .card-line-40-30 .card-body{width:100%}.report-print-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-line-40-30 .card-body .body-items .title{font-size:8px;letter-spacing:.3px;margin:0 0 0 5px}.report-print-container .card-line-40-30 .card-body .body-items .changed-title,.report-print-container .card-line-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.report-print-container .card-line-40-30 .card-body .body-items .changed-title{font-size:9px;letter-spacing:.7px;margin:5px 0 0}.report-print-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-print-container .card-line-40-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:0;margin-top:5px}.report-print-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:900;letter-spacing:1px;margin-top:16px}.report-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:14px;font-weight:600;letter-spacing:1px;margin-top:10px}.report-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:13px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-print-container .card-line-40-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:0}.report-print-container .card-line-def-58-30{height:30mm;padding:4px;position:relative;width:58mm}.report-print-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-print-container .card-line-def-58-30 .card-body{width:100%}.report-print-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-line-def-58-30 .card-body .body-items .title{color:#000;font-size:13px;font-weight:500;letter-spacing:1px;margin:6px 0 0;text-align:center;width:100%}.report-print-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:31px;font-weight:900;letter-spacing:1px;margin-top:3px}.report-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.report-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.report-print-container .card-70-40{height:40mm;padding:4px;width:70mm}.report-print-container .card-70-40 .card-body{display:flex;gap:2px;position:relative}.report-print-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.report-print-container .card-70-40 .card-body .logo img{height:70px;width:100%}.report-print-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.report-print-container .card-70-40 .card-body .body-items .filial{color:#000;font-size:10px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.report-print-container .card-70-40 .card-body .body-items .title{color:#000;font-size:12px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-70-40 .card-body .body-items .changed-title{color:#000;font-size:15px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.report-print-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost{color:#000;font-size:26px;font-weight:900;letter-spacing:1px;margin-top:4px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:25px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:15px;font-weight:600;letter-spacing:1px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:15px;font-weight:600;letter-spacing:1px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.report-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.report-print-container .card-70-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.report-print-container .card-70-40 .card-body .scale-code{bottom:3%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.report-print-container .card-line-def-70-40{height:40mm;padding:4px;position:relative;width:70mm}.report-print-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.report-print-container .card-line-def-70-40 .card-body{width:100%}.report-print-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.report-print-container .card-line-def-70-40 .card-body .body-items .title{color:#000;font-size:18px;font-weight:500;letter-spacing:1px;margin:18px 0 0;text-align:center;width:100%}.report-print-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.report-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:3px}.report-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.report-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.report-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.footer-info{display:flex;gap:10px;justify-content:flex-end;padding:8px}.footer-info .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .footer-info .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.footer-info .main-check{align-items:center;display:flex}.purchase-footer-info{display:flex;gap:10px;justify-content:flex-end;padding:8px}.purchase-footer-info .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .purchase-footer-info .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.purchase-footer-info .main-check{align-items:center;display:flex}.new-rows .react-select-container{position:relative;width:150px}.new-rows .react-select-container .close-btn{cursor:pointer;position:absolute;right:25%;top:32%}.purin-btn-group{display:flex;gap:10px}.serial-form{display:flex;flex-direction:column;height:100%}.invoice-table-scroll{overflow-x:auto}.goods-filter-form{display:flex;gap:12px}.category-chevron{margin-left:5px}.category-checkbox{cursor:pointer;margin-left:10px}@media(max-width:768px){.footer-info{flex-direction:column}.footer-info .box{align-items:center;padding:8px;width:100%}.footer-info .main-check{width:100%}.purchase-footer-info{flex-direction:column;margin-top:10px;padding:0}.new-rows{flex-direction:column;gap:8px}.purin-btn-group{margin-top:10px;width:100%}.invoice-table-scroll{-webkit-overflow-scrolling:touch}.goods-filter-form{flex-direction:column}}html[data-bs-theme=dark] .main-cat{color:#9fa6bc}.styles_categoryBox__qjlwn{align-items:center;border:1px solid #cbd0dd;border-radius:.375rem;cursor:pointer;display:flex;justify-content:space-between;padding:14px}.styles_categoryBox__qjlwn .styles_title__WyvQF{font-size:14px;font-weight:600}.footer-bypro{display:flex;gap:20px;justify-content:flex-end;padding:10px}.footer-bypro .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .footer-bypro .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.new-rows{flex-wrap:wrap}.new-rows,.new-rows .new-btn,.prod-btn-group{display:flex;gap:10px}.sale-filter-form{display:flex;gap:12px}.filter-btn-48{height:48px}.filter-form-container{display:flex;flex-direction:column;gap:10px;height:100%}.filter-footer-btns{display:flex;gap:10px;margin-top:auto}.filter-footer-btn{height:48px;width:100%}.footer-amount{font-weight:800}@media(max-width:768px){.footer-bypro{flex-direction:column;gap:20px;padding:8px}.footer-bypro .box{align-items:center;padding:8px;width:100%}.new-rows{flex-direction:column;gap:8px}.prod-btn-group{margin-top:10px;width:100%}.sale-filter-form{flex-direction:column}}.remainder-footer{display:flex;gap:10px;justify-content:flex-end;padding:10px}.remainder-footer .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .remainder-footer .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.remainder-footer-amount{font-weight:800}.remainder-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.remainder-filter-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.remainder-filter-actions{display:flex;gap:10px;margin-top:auto}.remainder-filter-btn{height:48px;width:100%}.remainder-btn-48{height:48px}.remainder-offcanvas-title{font-size:24px;font-weight:600}.remainder-table-scroll{overflow-x:auto}html[data-bs-theme=dark] .remainder-table-scroll .bg-white{background-color:#0000!important}@media(max-width:768px){.remainder-footer{flex-direction:column;gap:20px;padding:8px}.remainder-footer .box{align-items:center;padding:8px;width:100%}.remainder-table-scroll{-webkit-overflow-scrolling:touch}.offcanvas{width:100%!important}}.income-footer{display:flex;gap:10px;justify-content:flex-end;padding:10px}.income-footer .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .income-footer .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.income-footer-amount{font-weight:800}.income-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.income-filter-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.income-filter-actions{display:flex;gap:10px;margin-top:auto}.income-filter-btn{height:48px;width:100%}.income-btn-48{height:48px}.income-offcanvas-title{font-size:24px;font-weight:600}.income-table-scroll{overflow-x:auto}html[data-bs-theme=dark] .income-table-scroll .bg-white{background-color:#0000!important}@media(max-width:768px){.income-footer{flex-direction:column;gap:20px;padding:8px}.income-footer .box{align-items:center;padding:8px;width:100%}.income-table-scroll{-webkit-overflow-scrolling:touch}.offcanvas{width:100%!important}}.styles_text__ifCgI,.styles_title__EgCaD{font-size:14px;margin-bottom:0}.styles_text__ifCgI{font-weight:700}.styles_revProdRows__DSJLH{display:flex;flex-wrap:wrap;gap:10px}.styles_revProdRows__DSJLH .styles_remBtn__a3XdT{margin-top:auto}.styles_revInvRows__lwNbK{display:flex;flex-wrap:wrap;gap:10px}.styles_revInvRows__lwNbK .styles_revInvBtn__ehljI{margin-top:auto}.styles_revProdFooter__ZqhJk{display:flex;gap:20px;justify-content:flex-end;padding:8px}.styles_revProdFooter__ZqhJk .styles_box__5jvW1{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px}.styles_darkRevProdFooter__0fUUs{display:flex;gap:20px;justify-content:flex-end;padding:8px}.styles_darkRevProdFooter__0fUUs .styles_box__5jvW1{background-color:#141824;border:1px solid #373e53;border-radius:8px;color:#9fa6bc;display:flex;gap:10px;justify-content:space-between;padding:10px}@media(max-width:768px){.styles_revProdFooter__ZqhJk{display:flex;flex-direction:column;gap:20px;padding:8px}.styles_revProdFooter__ZqhJk .styles_box__5jvW1{align-items:center;background-color:#fff;padding:8px;width:100%}.styles_revInvRows__lwNbK{display:flex;flex-direction:column;gap:10px}.styles_revInvRows__lwNbK .styles_revInvBtn__ehljI{margin-top:auto}.styles_revProdRows__DSJLH{display:flex;flex-direction:column;gap:10px}.styles_revProdRows__DSJLH .styles_remBtn__a3XdT{margin-top:auto}}.styles_orderRows__5Bdlf{display:flex;flex-wrap:wrap;gap:10px}.styles_orderRows__5Bdlf .styles_orderBtnGroup__lsYlf{display:flex;gap:10px}.styles_orderRows__5Bdlf .styles_categoryBox__DhSeT{align-items:center;background:#fff;border:1px solid #cbd0dd;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_orderRows__5Bdlf .styles_categoryBox__DhSeT .styles_title__Fb2Lv{font-size:14px;font-weight:600}.styles_orderRows__5Bdlf .styles_categoryBoxDark__5byOf{align-items:center;background:#141824;border:1px solid #373e53;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_orderRows__5Bdlf .styles_categoryBoxDark__5byOf .styles_title__Fb2Lv{color:#9fa6bc;font-size:14px;font-weight:600}@media(max-width:768px){.styles_orderRows__5Bdlf{display:flex;flex-direction:column;gap:10px}.styles_orderRows__5Bdlf .styles_orderBtnGroup__lsYlf{display:flex;gap:10px;margin-top:auto}.styles_orderRows__5Bdlf .styles_categoryBox__DhSeT{align-items:center;background:#fff;border:1px solid #cbd0dd;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative;width:100%}.styles_orderRows__5Bdlf .styles_categoryBox__DhSeT .styles_title__Fb2Lv{font-size:14px;font-weight:600}.styles_orderRows__5Bdlf .styles_categoryBoxDark__5byOf{align-items:center;background:#141824;border:1px solid #373e53;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative;width:100%}.styles_orderRows__5Bdlf .styles_categoryBoxDark__5byOf .styles_title__Fb2Lv{color:#9fa6bc;font-size:14px;font-weight:600}}.styles_meansRows__DkgWq{display:flex;flex-wrap:wrap;gap:10px}.styles_meansRows__DkgWq .styles_meansBtnGroup__1YoWI{display:flex;gap:10px}.styles_meansRows__DkgWq .styles_categoryBox__LtrPZ{align-items:center;background-color:#fff;border:1px solid #cbd0dd;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_meansRows__DkgWq .styles_categoryBox__LtrPZ .styles_title__JTDkl{font-size:14px;font-weight:600}.styles_meansRows__DkgWq .styles_categoryBoxDark__sHF5y{align-items:center;background-color:#141824;border:1px solid #373e53;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_meansRows__DkgWq .styles_categoryBoxDark__sHF5y .styles_title__JTDkl{color:#9fa6bc;font-size:14px;font-weight:600}@media(max-width:768px){.styles_meansRows__DkgWq{display:flex;flex-direction:column;gap:10px}.styles_meansRows__DkgWq .styles_meansBtnGroup__1YoWI{display:flex;gap:10px;margin-top:auto}.styles_meansRows__DkgWq .styles_categoryBoxDark__sHF5y,.styles_meansRows__DkgWq .styles_categoryBox__LtrPZ{width:100%}}.main-cat{cursor:pointer;display:flex;flex-direction:column;gap:10px;list-style:none;margin-left:0;padding-left:12px}.main-cat li{font-size:16px;font-weight:600;line-height:25px}.styles_profitRows__hECcp{display:flex;flex-wrap:wrap;gap:10px}.styles_profitRows__hECcp .styles_profitBtnGroup__hx23-{display:flex;gap:10px}.styles_profitRows__hECcp .styles_categoryBox__\+GFDv{align-items:center;background-color:#fff;border:1px solid #cbd0dd;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_profitRows__hECcp .styles_categoryBox__\+GFDv .styles_title__Eip8U{font-size:14px;font-weight:600}.styles_profitRows__hECcp .styles_categoryBoxDark__cYBb2{align-items:center;background-color:#141824;border:1px solid #373e53;border-radius:.375rem;cursor:pointer;display:flex;gap:20px;height:48px;justify-content:space-between;padding:14px;position:relative}.styles_profitRows__hECcp .styles_categoryBoxDark__cYBb2 .styles_title__Eip8U{color:#9fa6bc;font-size:14px;font-weight:600}@media(max-width:768px){.styles_profitRows__hECcp{display:flex;flex-direction:column;gap:10px}.styles_profitRows__hECcp .styles_profitBtnGroup__hx23-{display:flex;gap:10px;margin-top:auto}}.styles_abcRows__ZoM8v{display:flex;flex-wrap:wrap;gap:10px}.styles_abcRows__ZoM8v .styles_abcBtnGroup__4zTED{display:flex;gap:10px}.styles_tableContainer__bF9NL{display:flex;gap:20px;margin-top:20px;width:100%}@media(max-width:768px){.styles_abcRows__ZoM8v{display:flex;flex-direction:column;gap:10px}.styles_abcRows__ZoM8v .styles_abcBtnGroup__4zTED{display:flex;gap:10px;margin-top:auto}.styles_tableContainer__bF9NL{display:flex;flex-direction:column;gap:10px}}.text-muted{text-decoration:line-through}.admin-settings{background:linear-gradient(135deg,#f9fafb,#f3f4f6);min-height:100vh;padding:1.5rem}.admin-settings .settings-container{margin:0 auto;max-width:1280px}.admin-settings-dark{background:linear-gradient(135deg,#1a1d29,#111318);min-height:100vh;padding:1.5rem}.admin-settings-dark .settings-container{margin:0 auto;max-width:1280px}.settings-header{margin-bottom:2rem}.settings-header .settings-header-content{align-items:center;display:flex;gap:1rem}.settings-header .settings-icon{align-items:center;display:flex;font-size:2rem;justify-content:center}.settings-header .settings-title{color:#111827;font-size:1.875rem;font-weight:700;margin:0}.admin-settings-dark .settings-header .settings-title{color:#f9fafb}.settings-header .settings-subtitle{color:#6b7280;font-size:1rem;margin:.25rem 0 0}.admin-settings-dark .settings-header .settings-subtitle{color:#9ca3af}.settings-tabs{background:#fff;border-radius:1rem;box-shadow:0 1px 2px 0 #0000000d;margin-bottom:1.5rem;padding:.5rem;transition:all .2s ease-in-out}.admin-settings-dark .settings-tabs{background:#242938;border-radius:1rem;box-shadow:0 1px 3px 0 #0000004d}.settings-tabs .tabs-wrapper{display:flex;gap:.25rem}.settings-tabs .tab-button{align-items:center;background:#0000;border:none;border-radius:.75rem;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s ease-in-out}.admin-settings-dark .settings-tabs .tab-button{color:#9ca3af}.settings-tabs .tab-button:hover:not(.active){background:#0000000d}.admin-settings-dark .settings-tabs .tab-button:hover:not(.active){background:#ffffff0d}.settings-tabs .tab-button.active{background:linear-gradient(135deg,#9d00e8,#8200bf);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;transform:translateY(-1px)}.settings-tabs .tab-button .tab-icon{font-size:1.25rem}.settings-tabs .tab-button .tab-label{white-space:nowrap}.settings-form .settings-content{background:#fff;border-radius:1rem;box-shadow:0 1px 2px 0 #0000000d;margin-bottom:1rem;padding:1.5rem;transition:all .2s ease-in-out}.admin-settings-dark .settings-form .settings-content{background:#242938;border-radius:1rem;box-shadow:0 1px 3px 0 #0000004d}.settings-form .settings-section .section-title{align-items:center;color:#111827;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin:0 0 1.5rem}.admin-settings-dark .settings-form .settings-section .section-title{color:#f9fafb}.settings-form .settings-section .section-title .section-icon{color:#8200bf;font-size:1.25rem}.setting-row{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;padding:1rem;transition:all .2s ease-in-out}.admin-settings-dark .setting-row{background:#ffffff05;border-color:#374151}.setting-row:hover{border-color:#d1d5db;box-shadow:0 1px 2px 0 #0000000d;transform:translateY(-1px)}.admin-settings-dark .setting-row:hover{border-color:#4b5563;box-shadow:0 1px 3px 0 #0003}.setting-row:last-child{margin-bottom:0}.setting-row .setting-row-content{align-items:center;display:flex;gap:1rem;justify-content:space-between}.setting-row .setting-row-info{flex:1 1}.setting-row .setting-row-label{color:#111827;font-size:.95rem;font-weight:500;margin:0}.admin-settings-dark .setting-row .setting-row-label{color:#f9fafb}.setting-row .setting-row-description{color:#6b7280;font-size:.85rem;margin:.25rem 0 0}.admin-settings-dark .setting-row .setting-row-description{color:#9ca3af}.setting-row .setting-row-control{align-items:center;display:flex}.setting-row-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.setting-row-chevron{color:#6b7280;font-size:.85rem;transition:transform .2s ease}.admin-settings-dark .setting-row-chevron{color:#9ca3af}.setting-row-chevron.open{transform:rotate(180deg)}.setting-row-children{border-left:2px solid #8200bf;margin-bottom:1rem;margin-left:1.5rem;padding-left:1rem}.admin-settings-dark .setting-row-children{border-left-color:#b20dff}.setting-row-children .setting-row{background:#8200bf08;border:1px solid #8200bf26;margin-bottom:.5rem;padding:.75rem 1rem}.admin-settings-dark .setting-row-children .setting-row{background:#8200bf0d;border-color:#8200bf40}.control-input{width:16rem}.control-input .custom-input,.control-input .custom-select{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;padding:.625rem 1rem;transition:all .2s ease-in-out;width:100%}.admin-settings-dark .control-input .custom-input,.admin-settings-dark .control-input .custom-select{background:#1a1d29;border-color:#374151;color:#f9fafb}.control-input .custom-input:hover:not(:disabled),.control-input .custom-select:hover:not(:disabled){border-color:#d1d5db}.admin-settings-dark .control-input .custom-input:hover:not(:disabled),.admin-settings-dark .control-input .custom-select:hover:not(:disabled){border-color:#4b5563}.control-input .custom-input:focus,.control-input .custom-select:focus{border-color:#8200bf;box-shadow:0 0 0 3px #8200bf1a;outline:none}.control-input .custom-input:disabled,.control-input .custom-select:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.admin-settings-dark .control-input .custom-input:disabled,.admin-settings-dark .control-input .custom-select:disabled{background:#ffffff0d}.control-input-small{width:8rem}.control-input-small .custom-input{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;padding:.625rem 1rem;transition:all .2s ease-in-out;width:100%}.admin-settings-dark .control-input-small .custom-input{background:#1a1d29;border-color:#374151;color:#f9fafb}.control-input-small .custom-input:focus{border-color:#8200bf;box-shadow:0 0 0 3px #8200bf1a;outline:none}.control-input-small .custom-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.admin-settings-dark .control-input-small .custom-input:disabled{background:#ffffff0d}.control-combo,.custom-switch-wrapper{align-items:center;display:flex;gap:.75rem}.custom-switch{cursor:pointer;display:inline-block;height:1.75rem;position:relative;width:3.5rem}.custom-switch input{height:0;opacity:0;width:0}.custom-switch input:checked+.custom-switch-slider{background:linear-gradient(135deg,#9d00e8,#8200bf)}.custom-switch input:checked+.custom-switch-slider:before{transform:translateX(1.75rem)}.custom-switch input:focus+.custom-switch-slider{box-shadow:0 0 0 3px #8200bf1a}.custom-switch .custom-switch-slider{background-color:#d1d5db;border-radius:1.75rem;bottom:0;left:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out}.admin-settings-dark .custom-switch .custom-switch-slider{background-color:#4b5563}.custom-switch .custom-switch-slider:before{background-color:#fff;border-radius:50%;bottom:.25rem;box-shadow:0 2px 4px #0003;content:"";height:1.25rem;left:.25rem;position:absolute;transition:transform .3s ease-in-out;width:1.25rem}.custom-switch .custom-switch-slider:hover{background-color:#9ca3af}.admin-settings-dark .custom-switch .custom-switch-slider:hover{background-color:#6b7280}.custom-switch-label{color:#111827;font-size:.875rem;font-weight:500;-webkit-user-select:none;user-select:none}.admin-settings-dark .custom-switch-label{color:#f9fafb}.settings-footer{background:#fff;border-radius:1rem;border-top:1px solid #e5e7eb;box-shadow:0 1px 2px 0 #0000000d;padding:1.5rem;transition:all .2s ease-in-out}.admin-settings-dark .settings-footer{background:#242938;border-radius:1rem;border-top-color:#374151;box-shadow:0 1px 3px 0 #0000004d}.settings-footer .save-button{background:linear-gradient(135deg,#9d00e8,#8200bf);border:none;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease-in-out}.settings-footer .save-button:hover:not(:disabled){background:linear-gradient(135deg,#6a009f,#7100a6);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px) scale(1.02)}.settings-footer .save-button:active:not(:disabled){transform:translateY(0) scale(.98)}.settings-footer .save-button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.admin-settings{padding:1rem}.settings-tabs .tabs-wrapper{flex-direction:column}.settings-tabs .tab-button{width:100%}.setting-row .setting-row-content{align-items:flex-start;flex-direction:column;gap:1rem}.setting-row .setting-row-control{justify-content:flex-start;width:100%}.control-input{width:100%}.control-combo{align-items:flex-start;flex-direction:column;width:100%}.control-combo .control-input-small{width:100%}.settings-header .settings-title{font-size:1.5rem}}@media(max-width:480px){.settings-tabs .tab-button{font-size:.875rem;padding:.625rem .75rem}.settings-tabs .tab-button .tab-icon{font-size:1rem}.settings-footer,.settings-form .settings-content{padding:1rem}.settings-footer .save-button{width:100%}}.styles_pageTitle__uiANr{color:#1e293b;font-weight:700;margin-bottom:1.5rem}.styles_filterRow__rh6xY{border-bottom:1px solid #e3e6ed}.styles_filterRowDark__7Jipd,.styles_filterRow__rh6xY{display:flex;gap:12px;justify-content:space-between;padding-bottom:1rem}.styles_filterRowDark__7Jipd{border-bottom:1px solid #334155}.styles_list__m3UIP{background:#f1f5f9;border:1px solid #e3e6ed;border-radius:6px;display:flex;justify-content:space-between;padding:4px;width:50%}.styles_list__m3UIP button{background:none;border:1px solid #0000;border-radius:6px;color:#64748b;font-size:14px;font-weight:500;line-height:24px;margin:0 2px;outline:none;padding:8px 16px;transition:all .2s ease}.styles_list__m3UIP button:hover{background:#e3e6ed4d;border-color:#e3e6ed}.styles_list__m3UIP .styles_active__wSFM-{box-shadow:0 1px 3px #8200bf4d;font-weight:600}.styles_list__m3UIP .styles_active__wSFM-,.styles_list__m3UIP .styles_active__wSFM-:hover{background:#8200bf;border-color:#8200bf;color:#fff}.styles_listDark__IYBUK{background:#1e293b;border:1px solid #334155;border-radius:6px;display:flex;justify-content:space-between;padding:4px;width:50%}.styles_listDark__IYBUK button{background:none;border:1px solid #0000;border-radius:6px;color:#94a3b8;font-size:14px;font-weight:500;line-height:24px;margin:0 2px;outline:none;padding:8px 16px;transition:all .2s ease}.styles_listDark__IYBUK button:hover{background:#3341554d;border-color:#334155}.styles_listDark__IYBUK .styles_active__wSFM-{box-shadow:0 1px 3px #8200bf4d;font-weight:600}.styles_listDark__IYBUK .styles_active__wSFM-,.styles_listDark__IYBUK .styles_active__wSFM-:hover{background:#8200bf;border-color:#8200bf;color:#fff}.styles_selectForm__l7hck{width:50%}.styles_filterControls__RMgWY{display:flex;gap:8px;width:100%}.styles_infoConteiner__9y95c{display:flex;gap:20px;justify-content:space-between;margin-top:24px}.styles_infoConteiner__9y95c .styles_box__-oQFo{align-items:center;background:#fff;border:1px solid #e3e6ed;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.styles_infoConteiner__9y95c .styles_box__-oQFo:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_infoConteiner__9y95c .styles_box__-oQFo:first-child{border-left:4px solid #22c55e}.styles_infoConteiner__9y95c .styles_box__-oQFo:last-child{border-left:4px solid #ef4444}.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_miniIcon__ld\+Qm{align-items:center;display:none;justify-content:center}.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB{display:flex;flex-direction:column}.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce{color:#64748b;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+{color:#4a0070;font-size:28px;font-weight:700;line-height:34px}.styles_infoConteinerDark__DtEdJ{display:flex;gap:20px;justify-content:space-between;margin-top:24px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo:first-child{border-left:4px solid #22c55e}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo:last-child{border-left:4px solid #ef4444}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_miniIcon__ld\+Qm{align-items:center;display:none;justify-content:center}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB{display:flex;flex-direction:column}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce{color:#94a3b8;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+{color:#c084fc;font-size:28px;font-weight:700;line-height:34px}.styles_graphContainer__b5HLb{background:#fff;border:1px solid #e3e6ed;border-left:4px solid #8200bf;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;margin-top:24px;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.styles_graphContainer__b5HLb:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+{border-right:1px solid #e3e6ed;display:flex;flex-direction:column;padding-right:24px;width:80%}.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_title__RSBLP{color:#64748b;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq{color:#4a0070;font-size:28px;font-weight:700;line-height:34px}.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs{height:300px;margin-top:24px;width:100%}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z-{display:flex;flex-direction:column;padding-left:24px;width:20%}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn{background:#f8fafc;border:1px solid #e3e6ed;border-radius:6px;display:flex;gap:8px;margin-bottom:12px;padding:8px 12px;transition:background .2s ease}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_elips__sC8dE{border-radius:100%;height:12px;margin:auto 0;width:12px}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs-{display:flex;flex-direction:column}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_branchTitle__x-1cR{color:#64748b;font-size:14px;font-weight:400;line-height:17px;margin-bottom:4px;padding:0}.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_count__NO8Zq{color:#4a0070;font-size:14px;font-weight:600;line-height:17px}.styles_graphContainerDark__z3r9u{background:#1e293b;border:1px solid #334155;border-left:4px solid #9b30d9;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;margin-top:24px;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.styles_graphContainerDark__z3r9u:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+{border-right:1px solid #334155;display:flex;flex-direction:column;padding-right:24px;width:80%}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_title__RSBLP{color:#94a3b8;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq{color:#c084fc;font-size:28px;font-weight:700;line-height:34px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs{height:300px;margin-top:24px;width:100%}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z-{display:flex;flex-direction:column;padding-left:24px;width:20%}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn{background:#233045;border:1px solid #334155;border-radius:6px;display:flex;gap:8px;margin-bottom:12px;padding:8px 12px;transition:background .2s ease}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_elips__sC8dE{border-radius:100%;height:12px;margin:auto 0;width:12px}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs-{display:flex;flex-direction:column}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_branchTitle__x-1cR{color:#94a3b8;font-size:14px;font-weight:400;line-height:17px;margin-bottom:4px;padding:0}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_count__NO8Zq{color:#c084fc;font-size:14px;font-weight:600;line-height:17px}.styles_PTInfo__qEh4R{display:flex;gap:20px;justify-content:space-between;margin-top:24px;width:100%}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0{background:#fff;border:1px solid #e3e6ed;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:50%}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0:first-child{border-left:4px solid #9b30d9}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0:last-child{border-left:4px solid #f59e0b}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l{align-items:center;border-bottom:1px solid #e3e6ed;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_miniIcon__ld\+Qm{align-items:center;display:none;justify-content:center}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x{color:#64748b;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma{color:#4a0070;font-size:28px;font-weight:700;line-height:34px}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ{display:flex;justify-content:space-between}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd{list-style:none;margin-bottom:0;padding-left:0}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li{color:#1e293b;font-size:15px;font-weight:400;line-height:24px;text-align:start}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s{list-style:none;margin-bottom:0;padding-left:0}.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li{color:#1e293b;font-size:15px;font-weight:600;line-height:24px;text-align:end}.styles_PTInfoDark__pGDi5{display:flex;gap:20px;justify-content:space-between;margin-top:24px;width:100%}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0{background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:50%}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0:first-child{border-left:4px solid #9b30d9}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0:last-child{border-left:4px solid #f59e0b}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_miniIcon__ld\+Qm{align-items:center;display:none;justify-content:center}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x{color:#94a3b8;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:20px;margin-bottom:4px;text-transform:uppercase}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma{color:#c084fc;font-size:28px;font-weight:700;line-height:34px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ{display:flex;justify-content:space-between}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd{list-style:none;margin-bottom:0;padding-left:0}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li{color:#e2e8f0;font-size:15px;font-weight:400;line-height:24px;text-align:start}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s{list-style:none;margin-bottom:0;padding-left:0}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li{color:#e2e8f0;font-size:15px;font-weight:600;line-height:24px;text-align:end}.styles_SGContainer__oO3MZ{display:flex;gap:20px;justify-content:space-between;margin-top:24px}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0{background:#fff;border:1px solid #e3e6ed;border-left:4px solid #8200bf;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:50%}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_title__RSBLP{color:#1e293b;font-size:17px;font-weight:700;letter-spacing:-.41px;line-height:22px;margin-bottom:12px}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGSelects__ZyFDL{border-bottom:1px solid #e3e6ed;display:flex;gap:20px;justify-content:space-between}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c{display:flex;justify-content:space-between;margin-top:12px}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd{list-style:none;margin-bottom:0;padding-left:0;width:65%}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li{color:#1e293b;cursor:pointer;font-size:15px;font-weight:400;line-height:24px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s{list-style:none;margin-bottom:0;padding-left:0;width:35%}.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li{color:#1e293b;font-size:15px;font-weight:600;line-height:24px;text-align:end}.styles_SGContainerDark__ZS-JY{display:flex;gap:20px;justify-content:space-between;margin-top:24px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0{background:#1e293b;border:1px solid #334155;border-left:4px solid #8200bf;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:50%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_title__RSBLP{color:#e2e8f0;font-size:17px;font-weight:700;letter-spacing:-.41px;line-height:22px;margin-bottom:12px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGSelects__ZyFDL{border-bottom:1px solid #334155;display:flex;gap:20px;justify-content:space-between}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c{display:flex;justify-content:space-between;margin-top:12px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd{list-style:none;margin-bottom:0;padding-left:0;width:65%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li{color:#e2e8f0;cursor:pointer;font-size:15px;font-weight:400;line-height:24px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s{list-style:none;margin-bottom:0;padding-left:0;width:35%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li{color:#e2e8f0;font-size:15px;font-weight:600;line-height:24px;text-align:end}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0{border-left-color:#9b30d9}.styles_totalInYearContainer__0IUwA{background:#fff;border:1px solid #e3e6ed;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;margin-top:24px;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.styles_totalInYearContainer__0IUwA:hover{box-shadow:0 4px 12px #0000001f;cursor:pointer;transform:translateY(-2px)}.styles_totalInYearContainer__0IUwA:hover .styles_content__YTEvG .styles_boxText__lzIrs .styles_arrowRightIcon__7NWLJ{transform:translateX(10px)}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG{display:flex;flex-direction:column}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxTitle__eLbce{color:#4a0070;font-size:24px;font-weight:700;line-height:29px;margin-bottom:4px;padding:0}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxTitle__eLbce .styles_arrowRightIcon__7NWLJ{display:inline-block;transition:transform .3s ease}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxText__lzIrs{color:#64748b;font-size:16px;font-weight:400;line-height:19px;margin:0;padding:0}@media(max-width:768px){.styles_pageTitle__uiANr{font-size:1.5rem;margin-bottom:1rem}.styles_filterControls__RMgWY,.styles_filterRowDark__7Jipd,.styles_filterRow__rh6xY{flex-direction:column;gap:12px}.styles_listDark__IYBUK,.styles_list__m3UIP{width:100%}.styles_listDark__IYBUK button,.styles_list__m3UIP button{font-size:12px;line-height:20px;margin:0;padding:4px 12px}.styles_listDark__IYBUK .styles_active__wSFM-,.styles_list__m3UIP .styles_active__wSFM-{font-size:12px;line-height:20px;padding:4px 12px}.styles_selectForm__l7hck{width:100%}.styles_infoConteinerDark__DtEdJ,.styles_infoConteiner__9y95c{flex-direction:column;gap:16px;margin-top:16px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo,.styles_infoConteiner__9y95c .styles_box__-oQFo{gap:12px;justify-content:flex-start;padding:12px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_miniIcon__ld\+Qm,.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_miniIcon__ld\+Qm{display:flex}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce,.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce{font-size:13px;line-height:24px;margin-bottom:0}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+,.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+{font-size:20px;line-height:28px}.styles_graphContainerDark__z3r9u,.styles_graphContainer__b5HLb{flex-direction:column;margin-top:16px;padding:12px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+{border-bottom:1px solid #e3e6ed;border-right:none;padding-bottom:12px;padding-right:0;width:100%}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_title__RSBLP,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_title__RSBLP{font-size:13px;margin-bottom:0}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq{font-size:20px;line-height:28px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs{height:250px;margin-top:16px}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z-,.styles_graphContainer__b5HLb .styles_fullGraph__wc4z-{margin-top:12px;padding-left:0;width:100%}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+{border-bottom-color:#334155}.styles_PTInfoDark__pGDi5,.styles_PTInfo__qEh4R{flex-direction:column;gap:16px;margin-top:16px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0{padding:12px;width:100%}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l{gap:12px;justify-content:flex-start}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_miniIcon__ld\+Qm,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_miniIcon__ld\+Qm{display:flex}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x{font-size:13px;margin-bottom:0}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma{font-size:20px;line-height:28px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li,.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li{font-size:14px}.styles_SGContainerDark__ZS-JY,.styles_SGContainer__oO3MZ{flex-direction:column;gap:16px;margin-top:16px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0{padding:12px;width:100%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li,.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li{font-size:14px}.styles_totalInYearContainer__0IUwA{margin-top:16px;padding:12px}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxTitle__eLbce{font-size:18px;line-height:24px}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxText__lzIrs{font-size:14px;line-height:18px}}@media(max-width:576px){.styles_pageTitle__uiANr{font-size:1.25rem;margin-bottom:.75rem}.styles_listDark__IYBUK,.styles_list__m3UIP{-webkit-overflow-scrolling:touch;overflow-x:auto}.styles_listDark__IYBUK button,.styles_list__m3UIP button{font-size:11px;padding:4px 8px;white-space:nowrap}.styles_listDark__IYBUK .styles_active__wSFM-,.styles_list__m3UIP .styles_active__wSFM-{font-size:11px;padding:4px 8px}.styles_infoConteinerDark__DtEdJ,.styles_infoConteiner__9y95c{gap:12px;margin-top:12px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo,.styles_infoConteiner__9y95c .styles_box__-oQFo{padding:10px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce,.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxTitle__eLbce{font-size:12px}.styles_infoConteinerDark__DtEdJ .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+,.styles_infoConteiner__9y95c .styles_box__-oQFo .styles_boxInfo__fShHB .styles_boxCount__cyFx\+{font-size:18px;line-height:24px}.styles_PTInfoDark__pGDi5,.styles_PTInfo__qEh4R{gap:12px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0{padding:10px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topTitle__qNj8x{font-size:12px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_topInfo__fzO6l .styles_paymenInfo__f-h-C .styles_topCount__L1Fma{font-size:18px}.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li,.styles_PTInfoDark__pGDi5 .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bCounts__ImQ9s li,.styles_PTInfo__qEh4R .styles_PTBox__wDUC0 .styles_bottomInfo__Q4pzQ .styles_bTitles__tr5gd li{font-size:13px;line-height:22px}.styles_SGContainerDark__ZS-JY,.styles_SGContainer__oO3MZ{gap:12px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0{padding:10px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_title__RSBLP,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_title__RSBLP{font-size:15px;margin-bottom:8px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c{margin-top:8px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd{width:60%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bTitles__tr5gd li{font-size:13px;line-height:22px}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s{width:40%}.styles_SGContainerDark__ZS-JY .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li,.styles_SGContainer__oO3MZ .styles_SGBox__sOnd0 .styles_SGBInfo__z2M7c .styles_bCounts__ImQ9s li{font-size:13px;line-height:22px}.styles_graphContainerDark__z3r9u,.styles_graphContainer__b5HLb{padding:10px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_title__RSBLP,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_title__RSBLP{font-size:12px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_count__NO8Zq{font-size:18px;line-height:24px}.styles_graphContainerDark__z3r9u .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs,.styles_graphContainer__b5HLb .styles_saleInfo__Nkxu\+ .styles_chartContainer__aujbs{height:200px}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn,.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn{padding:6px 10px}.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_branchTitle__x-1cR,.styles_graphContainerDark__z3r9u .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_count__NO8Zq,.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_branchTitle__x-1cR,.styles_graphContainer__b5HLb .styles_fullGraph__wc4z- .styles_switchToGraph__wnsFn .styles_branchContent__2lSs- .styles_count__NO8Zq{font-size:13px}.styles_totalInYearContainer__0IUwA{padding:10px}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxTitle__eLbce{font-size:16px;line-height:22px}.styles_totalInYearContainer__0IUwA .styles_content__YTEvG .styles_boxText__lzIrs{font-size:13px;line-height:16px}}.cash-filter-form{display:flex;gap:.5rem}@media(max-width:767.98px){.cash-filter-form{flex-direction:column}}.checks-filter-form{display:flex;gap:.5rem}@media(max-width:767.98px){.checks-filter-form{flex-direction:column}}.filter-clear-btn{cursor:pointer}.offcanvas-body-flush{padding:0}.loading-center{align-items:center;display:flex;font-family:Courier New,monospace;justify-content:center;min-height:100vh}.action-btn{height:48px;width:100%}.check-container{display:flex;gap:12px;margin:0 auto}@media(max-width:767.98px){.check-container{flex-direction:column;padding-bottom:env(safe-area-inset-bottom,16px)}.check-container .cash-info-check,.check-container .print-check{max-width:100%}.check-container .cash-info-check>.p-2,.check-container .print-check>.p-2{padding:12px!important}.check-container .section-header{padding:12px}.check-container .section-header .title{font-size:.85rem}.check-container .section-header .total{font-size:.9rem;max-width:45%;overflow:hidden;text-overflow:ellipsis}.check-container .section-header .icon-wrapper{padding:.35rem}.check-container .section-header .icon-wrapper svg{height:16px;width:16px}.check-container .section-body .item-row{padding:.5rem .75rem}.check-container .section-body .subitems .subitem{padding:.5rem 1rem}.check-container .print-check .summary-card{padding:.75rem}.check-container .print-check .summary-row{font-size:13px}.check-container .print-check .summary-row .label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-container .print-check .print-button{border-radius:16px;font-size:.95rem;height:42px}}.check-container .cash-info-check{background:#fff;flex:1 1;max-width:100%;min-width:0}@media(min-width:768px){.check-container .cash-info-check{max-width:70%}}.check-container .cash-info-check .section-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.check-container .cash-info-check .section-card:not(:last-child){margin-bottom:0}.check-container .cash-info-check .section-header{align-items:center;background-color:#f9fafb;display:flex;justify-content:space-between;padding:20px 16px 20px 12px}.check-container .cash-info-check .section-header .header-left{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.check-container .cash-info-check .section-header .icon-wrapper{align-items:center;border-radius:8px;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.check-container .cash-info-check .section-header .icon-wrapper svg{height:20px;transition:all .2s ease;width:20px}.check-container .cash-info-check .section-header .icon-wrapper.icon-sale{background:#ffedd5}.check-container .cash-info-check .section-header .icon-wrapper.icon-sale svg path{fill:#ea580c}.check-container .cash-info-check .section-header .icon-wrapper.icon-income{background:#ede9fe}.check-container .cash-info-check .section-header .icon-wrapper.icon-income svg path{fill:#9333ea}.check-container .cash-info-check .section-header .icon-wrapper.icon-installment{background:#dbeafe}.check-container .cash-info-check .section-header .icon-wrapper.icon-installment svg path{fill:#2563eb}.check-container .cash-info-check .section-header .icon-wrapper.icon-return{background:#fecaca}.check-container .cash-info-check .section-header .icon-wrapper.icon-return svg path{fill:#dc2626}.check-container .cash-info-check .section-header .icon-wrapper.icon-other{background:#d1fae5}.check-container .cash-info-check .section-header .icon-wrapper.icon-other svg path{fill:#16a34a}.check-container .cash-info-check .section-header .icon-wrapper.icon-currency{background:#ccfbf1}.check-container .cash-info-check .section-header .icon-wrapper.icon-currency svg path{fill:#0d9488}.check-container .cash-info-check .section-header .icon-wrapper.icon-transitional{background:#e0e7ff}.check-container .cash-info-check .section-header .icon-wrapper.icon-transitional svg path{fill:#4f46e5}.check-container .cash-info-check .section-header .title{color:#374151;font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-container .cash-info-check .section-header .total{color:#111827;flex-shrink:0;font-size:1rem;font-weight:700;margin-left:8px;white-space:nowrap}.check-container .cash-info-check .section-body .item-row{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .25s ease}.check-container .cash-info-check .section-body .item-row.clickable{cursor:pointer}@media(hover:hover){.check-container .cash-info-check .section-body .item-row.clickable:hover{background-color:#f3f4f6}}.check-container .cash-info-check .section-body .item-row .label-wrapper{align-items:center;color:#4b5563;display:flex;flex:1 1;font-size:.875rem;gap:.5rem;min-width:0}.check-container .cash-info-check .section-body .item-row .label-wrapper .chevron{transition:transform .25s ease}.check-container .cash-info-check .section-body .item-row .label-wrapper .chevron.rotated{transform:rotate(180deg)}.check-container .cash-info-check .section-body .item-row .amount{color:#111827;flex-shrink:0;font-size:.925rem;font-weight:600;margin-left:8px;white-space:nowrap}.check-container .cash-info-check .section-body .subitems{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:.5rem 0}.check-container .cash-info-check .section-body .subitems .subitem{align-items:center;display:flex;font-size:.825rem;justify-content:space-between;padding:.5rem 2rem}.check-container .cash-info-check .section-body .subitems .subitem .sub-label{color:#6b7280}.check-container .cash-info-check .section-body .subitems .subitem .sub-amount{color:#374151;font-weight:500}.check-container .print-check{background:#fff;flex:1 1;max-width:100%;min-width:0}@media(min-width:768px){.check-container .print-check{max-width:30%}}.check-container .print-check .summary-card{background:#fafafa;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:1rem;text-align:left}.check-container .print-check .summary-row{color:#374151;display:flex;font-size:14px;gap:8px;justify-content:space-between;line-height:24px;margin-bottom:4px}.check-container .print-check .summary-row .label{flex:1 1;font-weight:600;min-width:0}.check-container .print-check .summary-row .date-value,.check-container .print-check .summary-row .value{color:#111827;flex-shrink:0;font-size:14px;font-weight:700;line-height:24px;text-align:right;white-space:nowrap}.check-container .print-check .print-button-wrapper{margin-top:1rem}.check-container .print-check .print-button{align-items:center;background:linear-gradient(135deg,#a855f7,#8b5cf6);border:none;border-radius:16px;box-shadow:0 4px 12px #8b5cf64d;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:10px;height:48px;justify-content:center;transition:all .2s ease;width:100%}@media(hover:hover){.check-container .print-check .print-button:hover{box-shadow:0 8px 20px #8b5cf666;transform:translateY(-2px)}}.check-container .print-check .print-button:active{transform:translateY(0)}.check-container .print-check .print-button svg{height:20px;width:20px}html[data-bs-theme=dark] .check-container .cash-info-check,html[data-bs-theme=dark] .check-container .print-check{background:#1f2937;color:#d1d5db}html[data-bs-theme=dark] .check-container .cash-info-check .section-card,html[data-bs-theme=dark] .check-container .print-check .section-card{border:1px solid #374151;box-shadow:0 1px 3px #0000004d}html[data-bs-theme=dark] .check-container .cash-info-check .section-header,html[data-bs-theme=dark] .check-container .print-check .section-header{background-color:#374151}html[data-bs-theme=dark] .check-container .cash-info-check .section-header .title,html[data-bs-theme=dark] .check-container .print-check .section-header .title{color:#d1d5db}html[data-bs-theme=dark] .check-container .cash-info-check .section-header .total,html[data-bs-theme=dark] .check-container .print-check .section-header .total{color:#f9fafb}@media(hover:hover){html[data-bs-theme=dark] .check-container .cash-info-check .section-body .item-row.clickable:hover,html[data-bs-theme=dark] .check-container .print-check .section-body .item-row.clickable:hover{background-color:#4b5563}}html[data-bs-theme=dark] .check-container .cash-info-check .section-body .item-row .label-wrapper,html[data-bs-theme=dark] .check-container .print-check .section-body .item-row .label-wrapper{color:#9ca3af}html[data-bs-theme=dark] .check-container .cash-info-check .section-body .item-row .amount,html[data-bs-theme=dark] .check-container .print-check .section-body .item-row .amount{color:#f9fafb}html[data-bs-theme=dark] .check-container .cash-info-check .section-body .subitems,html[data-bs-theme=dark] .check-container .print-check .section-body .subitems{background-color:#374151;border-top:1px solid #4b5563}html[data-bs-theme=dark] .check-container .cash-info-check .section-body .subitems .subitem .sub-label,html[data-bs-theme=dark] .check-container .print-check .section-body .subitems .subitem .sub-label{color:#9ca3af}html[data-bs-theme=dark] .check-container .cash-info-check .section-body .subitems .subitem .sub-amount,html[data-bs-theme=dark] .check-container .print-check .section-body .subitems .subitem .sub-amount{color:#f9fafb}html[data-bs-theme=dark] .check-container .print-check .summary-card{background:#374151;box-shadow:0 1px 3px #0000004d}html[data-bs-theme=dark] .check-container .print-check .summary-row .label{color:#d1d5db}html[data-bs-theme=dark] .check-container .print-check .summary-row .date-value,html[data-bs-theme=dark] .check-container .print-check .summary-row .value{color:#f9fafb}html[data-bs-theme=dark] .currency-tabs{background-color:#374151}html[data-bs-theme=dark] .currency-tab{color:#9ca3af}html[data-bs-theme=dark] .currency-tab:hover{color:#d1d5db}html[data-bs-theme=dark] .currency-tab.active{background-color:#1f2937;color:#a78bfa}html[data-bs-theme=dark] .tab-indicator.active{background-color:#a78bfa}.currency-tabs-wrapper{margin-bottom:8px;max-width:250px;padding:8px;width:100%}.currency-tabs{background-color:#f3f4f6;border-radius:8px;display:flex;gap:4px;padding:4px}.currency-tab{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s ease}.currency-tab:hover{color:#374151}.currency-tab.active{background-color:#fff;box-shadow:0 1px 3px #0000001a;color:#7c3aed}.currency-flag{font-size:24px;line-height:1}.currency-code{font-size:14px}@media(max-width:767.98px){.currency-tabs-wrapper{max-width:100%}.currency-tab{font-size:13px;min-height:44px;padding:10px 16px}.currency-flag{font-size:20px;line-height:1}}.tab-indicator-wrapper{display:flex;gap:4px;margin-top:4px}.tab-indicator{background-color:#0000;border-radius:999px;flex:1 1;height:3px;transition:background-color .2s ease}.tab-indicator.active{background-color:#7c3aed}@media print{body{margin:0;padding:0}.cash-info-check{max-width:80mm;padding:0}.bottom-indicator{display:none}.section-card{box-shadow:none;break-inside:avoid;margin-bottom:8mm!important;page-break-inside:avoid}.item-row,.section-header,.subitem{font-size:10pt!important}}.space-y-2>*+*{margin-top:.75rem}.skeleton{background-color:#e2e8f0;border-radius:6px;overflow:hidden;position:relative}.skeleton:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-150%;position:absolute;top:0;transform:skewX(-20deg);width:50%}html[data-bs-theme=dark] .skeleton{background-color:#374151}@keyframes shimmer{0%{left:-150%}to{left:150%}}@media(prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.print-container{margin:0;padding:0 15px 0 0;width:80mm}.print-container p{color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700}.print-container .cash-check{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px;width:100%}.print-container .cash-check .check-list{display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0;padding:0;width:60%}.print-container .cash-check .check-list li{color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;margin:0}.print-container .cash-check .check-cost{display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0 4px 0 0;padding:0;text-align:end;width:40%}.print-container .cash-check .check-cost li{color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receipt-wrapper{align-items:center;display:flex;font-family:Courier New,monospace;justify-content:center}html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .receipt-header,html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .receipt-info{border-bottom:1px dashed #fff}html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .info-label,html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .info-value{color:#9fa6bc}html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .item,html[data-bs-theme=dark] .receipt-wrapper .receipt-container .receipt .receipt-totals{border-bottom:1px dashed #fff}.receipt-container{width:100%}.receipt .receipt-header{border-bottom:1px dashed #000;padding:4px 0;text-align:center}.receipt .receipt-header .company-location{font-size:.875rem;font-weight:600}.receipt .receipt-header .company-info{font-size:.875rem}.receipt .receipt-info{border-bottom:1px dashed #000;padding:4px 1rem}.receipt .receipt-info .info-row{display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.25rem}.receipt .receipt-info .info-row:last-child{margin-bottom:0}.receipt .receipt-info .info-row .info-label{color:#000;font-weight:600}.receipt .receipt-info .info-row .info-value{color:#000;font-weight:400;text-align:right}.receipt .receipt-items{padding:4px 1rem}.receipt .receipt-items .item{border-bottom:1px dashed #000;padding-bottom:4px}.receipt .receipt-items .item:last-of-type{border-bottom:none}.receipt .receipt-items .item .item-name{font-size:.875rem;font-weight:600;margin-bottom:.5rem}.receipt .receipt-items .item .item-details{font-size:.75rem}.receipt .receipt-items .item .item-details .detail-row{display:flex;justify-content:space-between;margin-bottom:.25rem}.receipt .receipt-items .item .item-details .detail-row .detail-value{text-align:right}.receipt .receipt-items .item .item-details .detail-row .detail-value.bold{font-weight:600}.receipt .receipt-items .item .item-details .detail-row .strikethrough{color:#000;text-decoration:line-through}.receipt .receipt-items .receipt-totals{border-bottom:1px dashed #000;margin-top:4px;padding-top:4px}.receipt .receipt-items .receipt-totals .total-row{display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.25rem}.receipt .receipt-items .receipt-totals .total-row.main-total{font-size:1rem;font-weight:700}.receipt .receipt-items .receipt-totals .total-row.paid{font-weight:600}.receipt .receipt-items .card-info{font-size:.75rem;margin-top:4px;padding-top:4px}.receipt .receipt-items .card-info .card-row{display:flex;justify-content:space-between;margin-bottom:.25rem}.receipt .receipt-items .qr-code{display:flex;justify-content:center;margin:1rem 0}.receipt .receipt-items .qr-code .qr-placeholder{align-items:center;background-color:#e5e7eb;color:#6b7280;display:flex;font-size:.75rem;height:8rem;justify-content:center;width:8rem}.receipt .receipt-items .barcode{display:flex;justify-content:center;margin-bottom:.75rem}.receipt .receipt-items .barcode .barcode-placeholder{align-items:center;background-color:#e5e7eb;color:#6b7280;display:flex;font-size:.75rem;height:4rem;justify-content:center;width:100%}.receipt .receipt-items .receipt-footer{font-size:.875rem;font-weight:600;margin-bottom:1rem;text-align:center}.action-buttons{display:flex;gap:.75rem;padding:10px}@media print{.receipt-wrapper{background-color:#fff;padding:0}.action-buttons{display:none}.receipt{box-shadow:none;max-width:80mm}}@media(max-width:640px){.receipt-wrapper{padding:.5rem}.receipt-container{max-width:100%}}.print-check-container{flex-direction:column;margin:0;padding:0 20px 0 0;width:80mm}.my-products__search-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}@media(max-width:768px){.my-products__search-bar{flex-direction:column}}.my-products__search-inputs{display:flex;flex:1 1;gap:.5rem}@media(max-width:768px){.my-products__search-inputs{flex-direction:column;width:100%}}.my-products__actions{display:flex;gap:.5rem;margin-left:auto}@media(max-width:768px){.my-products__actions{justify-content:space-between;margin-left:0;width:100%}}.photo-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.filter-actions{display:flex;gap:10px;margin-top:auto}.change-arrow{color:#8200bf}.price-list-controls{display:flex;justify-content:space-between;margin-top:.75rem}@media(max-width:768px){.price-list-controls{flex-direction:column;gap:.5rem}}.price-list-toggles{display:flex;flex-direction:column}@media(min-width:768px){.price-list-toggles{width:25%}}@media(max-width:768px){.price-list-toggles{width:100%}}.my-product-main-container{display:flex;flex-wrap:wrap;gap:20px;width:75%}.my-product-main-container .card-60-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.my-product-main-container .card-60-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-60-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-60-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-60-40 .card-body{display:flex;gap:2px;position:relative}.my-product-main-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.my-product-main-container .card-60-40 .card-body .logo img{height:60px;width:100%}.my-product-main-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.my-product-main-container .card-60-40 .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.my-product-main-container .card-60-40 .card-body .body-items .title{font-size:14px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:26px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.my-product-main-container .card-60-40 .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:35%;position:absolute}.my-product-main-container .card-60-40-no-logo{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:60mm}.my-product-main-container .card-60-40-no-logo:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-60-40-no-logo.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-60-40-no-logo .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative}.my-product-main-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-60-40-no-logo .card-body .body-items .filial{font-size:8px;font-weight:600;letter-spacing:.5px;margin:0}.my-product-main-container .card-60-40-no-logo .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-60-40-no-logo .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.my-product-main-container .card-60-40-no-logo .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:20%;position:absolute}.my-product-main-container .card-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.my-product-main-container .card-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-58-30 .card-body{position:relative;width:100%}.my-product-main-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-58-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.my-product-main-container .card-58-30 .card-body .body-items .title{font-size:12px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:10px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:13px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:13px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.my-product-main-container .card-58-30 .card-body .scale-code{bottom:3%;color:#000;font-size:11px;font-weight:700;left:25%;position:absolute}.my-product-main-container .card-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.my-product-main-container .card-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-40-30 .card-body{width:100%}.my-product-main-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-40-30 .card-body .body-items .filial{font-size:5px;font-weight:500;letter-spacing:.5px;margin:0}.my-product-main-container .card-40-30 .card-body .body-items .title{font-size:12px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:10px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{font-size:10px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:12px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-8px}.my-product-main-container .card-30-20{border:1px solid #ccc;height:20mm;padding:4px;position:relative;width:30mm}.my-product-main-container .card-30-20:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-30-20.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-30-20 .size-title{bottom:0;color:#8200bf;font-size:6px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-30-20 .card-body{width:100%}.my-product-main-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-30-20 .card-body .body-items .title{font-size:9px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:12px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:6px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{font-size:6px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:8px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:8px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-30-20 .card-body .body-items .time{font-size:4px;font-weight:700;margin-left:auto;margin-top:-12px}.my-product-main-container .card-line-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.my-product-main-container .card-line-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-line-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-line-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-line-58-30 .card-body{width:100%}.my-product-main-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-line-58-30 .card-body .body-items .title{font-size:12px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-main-container .card-line-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:2px}.my-product-main-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-line-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.my-product-main-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.my-product-main-container .card-line-58-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-12px}.my-product-main-container .card-line-40-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:40mm}.my-product-main-container .card-line-40-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-line-40-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-line-40-30 .size-title{bottom:0;color:#8200bf;font-size:8px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-line-40-30 .card-body{width:100%}.my-product-main-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-line-40-30 .card-body .body-items .title{font-size:11px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-main-container .card-line-40-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px;margin-top:12px}.my-product-main-container .card-line-40-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{font-size:20px;font-weight:700;letter-spacing:1px;margin-top:12px}.my-product-main-container .card-line-40-30 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto;margin-top:-5px}.my-product-main-container .card-line-def-58-30{border:1px solid #ccc;height:30mm;padding:4px;position:relative;width:58mm}.my-product-main-container .card-line-def-58-30:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-line-def-58-30.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-line-def-58-30 .card-body{width:100%}.my-product-main-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-line-def-58-30 .card-body .body-items .title{font-size:18px;font-weight:500;letter-spacing:1px;margin:8px 0 0}.my-product-main-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-main-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.my-product-main-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.my-product-main-container .card-70-40{border:1px solid #ccc;height:40mm;padding:8px;position:relative;width:70mm}.my-product-main-container .card-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-70-40 .size-title{bottom:0;color:#8200bf;font-size:11px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-70-40 .card-body{display:flex;gap:10px}.my-product-main-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.my-product-main-container .card-70-40 .card-body .logo img{height:75px;width:100%}.my-product-main-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:70%}.my-product-main-container .card-70-40 .card-body .body-items .filial{font-size:10px;font-weight:600;letter-spacing:.5px;margin:0}.my-product-main-container .card-70-40 .card-body .body-items .title{font-size:16px;font-weight:500;letter-spacing:1px;margin:0}.my-product-main-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;font-size:14px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{font-size:14px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;font-size:15px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{font-size:15px;font-weight:700;letter-spacing:1px}.my-product-main-container .card-70-40 .card-body .body-items .time{font-size:8px;font-weight:700;margin-left:auto}.my-product-main-container .card-70-40 .card-body .scale-code{bottom:8%;color:#000;font-size:11px;font-weight:700;left:40%;position:absolute}.my-product-main-container .card-line-def-70-40{border:1px solid #ccc;height:40mm;padding:4px;position:relative;width:70mm}.my-product-main-container .card-line-def-70-40:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.my-product-main-container .card-line-def-70-40.active{border:2px solid #8200bf;box-shadow:0 50px 100px -20px #32325d80,0 30px 60px -30px #00000080,inset 0 -2px 6px 0 #0a254080}.my-product-main-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-main-container .card-line-def-70-40 .card-body{width:100%}.my-product-main-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-main-container .card-line-def-70-40 .card-body .body-items .title{font-size:20px;font-weight:500;letter-spacing:1px;margin:22px 0 0}.my-product-main-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-main-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px}.my-product-main-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-main-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.my-product-main-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.my-product-print-container .card-60-40{height:40mm;padding:4px;width:60mm}.my-product-print-container .card-60-40 .card-body{display:flex;gap:2px;position:relative;width:100%}.my-product-print-container .card-60-40 .card-body .logo{margin:auto 0;width:30%}.my-product-print-container .card-60-40 .card-body .logo img{height:60px;width:100%}.my-product-print-container .card-60-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.my-product-print-container .card-60-40 .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.my-product-print-container .card-60-40 .card-body .body-items .title{color:#000;font-size:11px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-60-40 .card-body .body-items .changed-title{color:#000;font-size:13px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-60-40 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost{color:#000;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:4px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:11px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-60-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:11px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-60-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.my-product-print-container .card-60-40 .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.my-product-print-container .card-60-40-no-logo{height:40mm;padding:4px;width:60mm}.my-product-print-container .card-60-40-no-logo .card-body{display:flex;gap:2px;position:relative;width:100%}.my-product-print-container .card-60-40-no-logo .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.my-product-print-container .card-60-40-no-logo .card-body .body-items .filial{color:#000;font-size:8px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.my-product-print-container .card-60-40-no-logo .card-body .body-items .changed-title,.my-product-print-container .card-60-40-no-logo .card-body .body-items .title{color:#000;font-size:13px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost{color:#000;font-size:23px;font-weight:900;letter-spacing:1px;margin-top:4px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:12px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-60-40-no-logo .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.my-product-print-container .card-60-40-no-logo .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:20%;position:absolute}.my-product-print-container .card-58-30{height:30mm;padding:4px;width:58mm}.my-product-print-container .card-58-30 .card-body{position:relative;width:100%}.my-product-print-container .card-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-58-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:0}.my-product-print-container .card-58-30 .card-body .body-items .title{color:#000;font-size:10px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-58-30 .card-body .body-items .changed-title{color:#000;font-size:15px;font-weight:600;letter-spacing:1px;margin:6px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-58-30 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900;letter-spacing:1px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:900;letter-spacing:1px;margin-top:8px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:10px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-58-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-14px}.my-product-print-container .card-58-30 .card-body .scale-code{bottom:2%;color:#000;font-size:12px;font-weight:700;left:15%;position:absolute}.my-product-print-container .card-40-30{height:30mm;width:40mm}.my-product-print-container .card-40-30 .card-body{width:100%}.my-product-print-container .card-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-40-30 .card-body .body-items .filial{color:#000;font-size:6px;font-weight:600;letter-spacing:.5px;margin:2px 0 0}.my-product-print-container .card-40-30 .card-body .body-items .title{font-size:7px;padding:0 0 0 5px}.my-product-print-container .card-40-30 .card-body .body-items .changed-title,.my-product-print-container .card-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;letter-spacing:.7px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.my-product-print-container .card-40-30 .card-body .body-items .changed-title{font-size:11px;margin:5px 0 0}.my-product-print-container .card-40-30 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost{color:#000;font-size:17px;font-weight:900;letter-spacing:1px;margin-bottom:4px;margin-top:-14px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:1px;margin-top:10px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column;margin-bottom:4px;margin-top:-14px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:10px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:12px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-40-30 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:12px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-40-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-8px}.my-product-print-container .card-30-20{border:1px solid #fff;height:20mm;width:30mm}.my-product-print-container .card-30-20 .card-body{width:100%}.my-product-print-container .card-30-20 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-30-20 .card-body .body-items .title{color:#000;font-size:6px;font-weight:600;letter-spacing:.7px;margin:4px 0 0;overflow:hidden;padding:0 2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-30-20 .card-body .body-items .changed-title{color:#000;font-size:8px;font-weight:600;letter-spacing:.7px;margin:10px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-30-20 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost,.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:1px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-changed{margin-top:13px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:6px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-30-20 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:8px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-30-20 .card-body .body-items .time{color:#000;font-size:4px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-12px}.my-product-print-container .card-line-58-30{height:30mm;width:58mm}.my-product-print-container .card-line-58-30 .card-body{width:100%}.my-product-print-container .card-line-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-line-58-30 .card-body .body-items .title{color:#000;font-size:12px;font-weight:600;letter-spacing:1px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-line-58-30 .card-body .body-items .changed-title{color:#000;font-size:15px;font-weight:600;letter-spacing:1px;margin:10px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-line-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-print-container .card-line-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:1px;margin-top:2px}.my-product-print-container .card-line-58-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:900;letter-spacing:1px;margin-top:8px}.my-product-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:20px;font-weight:600;letter-spacing:1px;margin-top:2px}.my-product-print-container .card-line-58-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:22px;font-weight:700;letter-spacing:1px;margin-top:12px}.my-product-print-container .card-line-58-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:-8px}.my-product-print-container .card-line-40-30{height:30mm;padding:4px;width:40mm}.my-product-print-container .card-line-40-30 .card-body{width:100%}.my-product-print-container .card-line-40-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-line-40-30 .card-body .body-items .title{font-size:8px;letter-spacing:.3px;margin:0 0 0 5px}.my-product-print-container .card-line-40-30 .card-body .body-items .changed-title,.my-product-print-container .card-line-40-30 .card-body .body-items .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;width:100%;word-break:break-word}.my-product-print-container .card-line-40-30 .card-body .body-items .changed-title{font-size:11px;letter-spacing:.7px;margin:5px 0 0}.my-product-print-container .card-line-40-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-print-container .card-line-40-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;letter-spacing:0;margin-top:5px}.my-product-print-container .card-line-40-30 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:900;letter-spacing:1px;margin-top:16px}.my-product-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom{color:#000;font-size:14px;font-weight:600;letter-spacing:1px;margin-top:10px}.my-product-print-container .card-line-40-30 .card-body .body-items .cost-box .bottom-changed{color:#000;font-size:13px;font-weight:700;letter-spacing:1px;margin-top:16px}.my-product-print-container .card-line-40-30 .card-body .body-items .time{color:#000;font-size:8px;font-weight:600;margin-left:auto;margin-right:10px;margin-top:0}.my-product-print-container .card-line-def-58-30{height:30mm;padding:4px;position:relative;width:58mm}.my-product-print-container .card-line-def-58-30 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-print-container .card-line-def-58-30 .card-body{width:100%}.my-product-print-container .card-line-def-58-30 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-line-def-58-30 .card-body .body-items .title{color:#000;font-size:13px;font-weight:500;letter-spacing:1px;margin:6px 0 0;text-align:center;width:100%}.my-product-print-container .card-line-def-58-30 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:31px;font-weight:900;letter-spacing:1px;margin-top:3px}.my-product-print-container .card-line-def-58-30 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.my-product-print-container .card-line-def-58-30 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.my-product-print-container .card-70-40{height:40mm;padding:4px;width:70mm}.my-product-print-container .card-70-40 .card-body{display:flex;gap:2px;position:relative}.my-product-print-container .card-70-40 .card-body .logo{margin:auto 0;width:30%}.my-product-print-container .card-70-40 .card-body .logo img{height:70px;width:100%}.my-product-print-container .card-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70%}.my-product-print-container .card-70-40 .card-body .body-items .filial{color:#000;font-size:10px;font-weight:600;letter-spacing:.5px;margin:5px 0 0}.my-product-print-container .card-70-40 .card-body .body-items .title{color:#000;font-size:12px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-70-40 .card-body .body-items .changed-title{color:#000;font-size:15px;font-weight:600;margin:5px 0 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.my-product-print-container .card-70-40 .card-body .body-items .cost-box{align-items:center;display:flex}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost{color:#000;font-size:26px;font-weight:900;letter-spacing:1px;margin-top:4px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-changed{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:25px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider{align-items:center;display:flex;flex-direction:column}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .top{border-bottom:1px solid #000;color:#000;font-size:15px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider .bottom{color:#000;font-size:15px;font-weight:600;letter-spacing:1px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed{align-items:center;display:flex;flex-direction:column;margin-top:15px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .top{border-bottom:1px solid #000;color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-70-40 .card-body .body-items .cost-box .cost-divider-changed .bottom{color:#000;font-size:15px;font-weight:700;letter-spacing:1px}.my-product-print-container .card-70-40 .card-body .body-items .time{color:#000;font-size:8px;margin-left:auto;margin-right:10px}.my-product-print-container .card-70-40 .card-body .scale-code{bottom:3%;color:#000;font-size:12px;font-weight:700;left:35%;position:absolute}.my-product-print-container .card-line-def-70-40{height:40mm;padding:4px;position:relative;width:70mm}.my-product-print-container .card-line-def-70-40 .size-title{bottom:0;color:#8200bf;font-size:10px;font-weight:700;margin:0;position:absolute}.my-product-print-container .card-line-def-70-40 .card-body{width:100%}.my-product-print-container .card-line-def-70-40 .card-body .body-items{align-items:center;display:flex;flex-direction:column;width:100%}.my-product-print-container .card-line-def-70-40 .card-body .body-items .title{color:#000;font-size:18px;font-weight:500;letter-spacing:1px;margin:18px 0 0;text-align:center;width:100%}.my-product-print-container .card-line-def-70-40 .card-body .body-items .cost-box{align-items:center;display:flex;gap:5px}.my-product-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:3px}.my-product-print-container .card-line-def-70-40 .card-body .body-items .cost-box .cost-changed{font-family:Arial,Helvetica,sans-serif;font-size:32px;font-weight:900;letter-spacing:1px;margin-top:15px}.my-product-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:2px}.my-product-print-container .card-line-def-70-40 .card-body .body-items .cost-box .bottom-changed{font-size:22px;font-weight:700;letter-spacing:1px;margin-top:16px}.scales__toolbar{display:flex;justify-content:space-between}@media(max-width:768px){.scales__toolbar{flex-direction:column}}.scales__search-inputs{display:flex;gap:.5rem}@media(max-width:768px){.scales__search-inputs{flex-direction:column;width:100%}}.scales__actions{display:flex;gap:.5rem}@media(max-width:768px){.scales__actions{flex-wrap:wrap;margin-top:.75rem}}.scales__add-search{display:flex;gap:.5rem;margin-bottom:.75rem}@media(max-width:768px){.scales__add-search{flex-direction:column}}.form-flex-column{display:flex;flex-direction:column;height:100%}.scale-code-input{width:150px}.accordion-item-wrapper.with-children{background-color:#fff;border:1px solid #ccc;border-radius:5px;margin-bottom:10px}.accordion-item-wrapper.with-children:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;cursor:pointer}.simple-checkbox{background-color:#fff;border:1px solid #ccc;border-radius:5px;color:#000;font-weight:700;margin-bottom:10px;padding:12px .5rem}.simple-checkbox:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059}.accordion-item{border-bottom:none!important}.accordion-header{align-items:center;background-color:inherit;border:none;box-shadow:none;color:#6c63ff;display:flex;justify-content:space-between;outline:none;width:100%}.accordion-button:not(.collapsed){background-color:inherit;color:#000!important}.accordion-button .ms-auto{color:#6c63ff;font-size:1.5rem}.accordion-body{padding-left:20px}.accordion-body ul{margin:0;padding:0}.accordion-body ul li{color:#000;display:flex;font-weight:700;gap:10px;list-style-type:none;margin-left:20px}.loading-table{align-items:center;display:flex;justify-content:center;pointer-events:auto;text-align:center}.loading-table,.loading-table:before{height:100%;left:0;position:absolute;top:0;width:100%}.loading-table:before{background-color:#ccc;content:"";opacity:.3;pointer-events:none;z-index:1}.loading-table span{color:#000;pointer-events:none;z-index:2}.wo-filter-row{display:flex;gap:.75rem}.wo-btn-48{height:48px}.wo-select-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.wo-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.wo-filter-actions{display:flex;gap:10px;margin-top:auto}.wo-table-scroll{overflow-x:auto}.wo-footer{justify-content:flex-end}.wo-footer,.wo-footer .box{display:flex;gap:10px;padding:10px}.wo-footer .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;justify-content:space-between}.wo-footer-text{font-weight:800}.wo-offcanvas-title{font-size:24px;font-weight:600}.wo-spinner{color:#8200bf;height:3rem;width:3rem}.wo-add-all-btn{height:48px;margin-left:auto}html[data-bs-theme=dark] .wo-footer .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}@media(max-width:768px){.wo-filter-row{flex-direction:column;gap:.5rem}.wo-footer{flex-direction:column;gap:20px;padding:8px}.wo-footer .box{align-items:center;padding:8px;width:100%}.wo-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.marriage-goods__toolbar{display:flex;gap:.5rem;justify-content:space-between}@media(max-width:768px){.marriage-goods__toolbar{flex-direction:column}}.marriage-goods__add-search{display:flex;gap:.5rem;margin-bottom:1rem}@media(max-width:768px){.marriage-goods__add-search{flex-direction:column}}.marriage-goods__footer-label,.marriage-goods__footer-value{font-weight:800}.purchaser-page .purchaser-header{align-items:center;display:flex;justify-content:space-between}.purchaser-page .purchaser-btn-group{display:flex;gap:.5rem}.purchaser-btn-height{height:48px}.purchaser-offcanvas-title{font-size:24px;font-weight:600}.purchaser-form{display:flex;flex-direction:column;height:100%}.purchaser-error-text{color:red;font-size:12px;margin-top:2px}.purchaser-submit-btn{height:48px;margin-top:auto}.purchaser-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.purchaser-import-footer{border-top:1px solid #e3e6ed;border-top:1px solid var(--phoenix-border-color,#e3e6ed);display:flex;justify-content:flex-end;margin-top:.5rem}.purchaser-import-btn{height:48px;margin-top:20px}.purchaser-import-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}html[data-bs-theme=dark] .purchaser-form{color:var(--phoenix-body-color)}html[data-bs-theme=dark] .purchaser-table-scroll{background-color:var(--phoenix-body-bg)}@media(max-width:768px){.purchaser-page .purchaser-header{align-items:flex-start;flex-direction:column;gap:.75rem}.purchaser-page .purchaser-btn-group{flex-wrap:wrap;width:100%}.purchaser-page .purchaser-btn-group .purchaser-btn-height{flex:1 1}.purchaser-btn-text{display:none}.purchaser-import-table-scroll,.purchaser-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}.purchaser-container{display:flex;gap:10px;justify-content:flex-end;padding:8px}.purchaser-container .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:10px}.pwc-filter-row{margin-top:1rem}.pwc-filter-controls,.pwc-filter-row{display:flex;gap:.5rem}.pwc-export-btn{height:48px}.pwc-total-label{font-weight:800}.pwc-currency-select{min-width:140px}.pwc-currency-clear-btn{cursor:pointer;position:absolute;right:10%;top:15%}.pwc-offcanvas-title{font-size:24px;font-weight:600}.pwc-offcanvas-body-flush{padding:0}.pwc-form{display:flex;flex-direction:column;height:100%}.pwc-submit-btn{height:48px;margin-top:auto}.pwc-form-error{color:red;font-size:12px;margin-top:2px}.pwc-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}.pwc-return-amount{font-size:20px;font-weight:700;margin-bottom:0;margin-top:8px;padding:0}.pwc-return-message{font-size:13px;margin-bottom:20px;margin-top:5px;padding:0;text-align:center}.pwc-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}html[data-bs-theme=dark] .purchaser-container .box{background-color:#1e1e1e;background-color:var(--phoenix-body-bg,#1e1e1e);border-color:#2d2d2d;border-color:var(--phoenix-border-color,#2d2d2d)}@media(max-width:768px){.pwc-filter-row{flex-direction:column}.pwc-export-label{display:none}.pwc-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.pwc-currency-select{min-width:0;min-width:auto;width:100%}.pwc-filter-controls,.pwc-filter-controls .pwc-currency-group{flex-direction:column;width:100%}.pwc-export-btn{justify-content:center;width:100%}.purchaser-container{flex-direction:column}.purchaser-container .box{width:100%}}.hpc-filter-row{margin-top:.75rem}.hpc-date-controls,.hpc-filter-controls,.hpc-filter-row{display:flex;gap:.5rem}.hpc-status-select{min-width:180px}.hpc-status-clear-btn{cursor:pointer;position:absolute;right:10%;top:15%}.hpc-status-badge{border-radius:8px;display:inline-block;font-weight:600;padding:8px 10px;text-align:center;white-space:nowrap}.hpc-return-amount{font-size:20px;font-weight:700;margin-bottom:0;margin-top:8px;padding:0}.hpc-return-message{font-size:13px;margin-bottom:20px;margin-top:5px;padding:0;text-align:center}.hpc-table-scroll{overflow-x:auto}html[data-bs-theme=dark] .hpc-status-badge{opacity:.9}@media(max-width:768px){.hpc-date-controls,.hpc-filter-controls,.hpc-filter-row{flex-direction:column}.hpc-status-select{min-width:100%}.hpc-table-scroll{margin-left:-1rem;margin-right:-1rem}}.cash-txn-filters{display:flex;gap:.5rem}@media(max-width:767.98px){.cash-txn-filters{flex-direction:column}}.cash-txn-filter-group{display:flex;gap:.5rem}@media(max-width:767.98px){.cash-txn-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.cash-txn-status-badge{border-radius:8px;display:inline-block;font-weight:600;margin:0;padding:8px 10px;text-align:center}html[data-bs-theme=dark] .cash-txn-table-scroll .bg-white{background-color:#0000!important}.all-checks-filters{display:flex;gap:.5rem}@media(max-width:767.98px){.all-checks-filters{flex-wrap:wrap}.all-checks-filters .md-4{flex-basis:calc(50% - 0.25rem);flex-grow:1;flex-shrink:1;min-width:0}.all-checks-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.all-checks-offcanvas-title{font-size:24px;font-weight:600}.all-checks-offcanvas-body-flush{padding:0}.all-checks-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.all-checks-filter-actions{display:flex;gap:10px;margin-top:auto}.all-checks-filter-btn{height:48px;width:100%}.all-checks-btn-48{height:48px}.select-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.status-badge{border-radius:8px;margin:0;padding:8px;text-align:center}.status-badge--sold{background:#bbfbd0;color:#119c2b}.status-badge--partial{background:#fbf8e4;color:#f0cc03}.status-badge--returned{background:#fddfdd;color:#f2271c}html[data-bs-theme=dark] .all-checks-table-scroll .bg-white{background-color:#0000!important}html[data-bs-theme=dark] .status-badge--sold{background:#4ade8026;color:#4ade80}html[data-bs-theme=dark] .status-badge--partial{background:#facc1526;color:#facc15}html[data-bs-theme=dark] .status-badge--returned{background:#f8717126;color:#f87171}@media(max-width:767.98px){.offcanvas{width:100%!important}}.discount-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}.form-submit-btn{margin-top:auto}.discount-header{align-items:center;display:flex;justify-content:space-between}.discount-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.discount-search-row{align-items:flex-start;display:flex;gap:8px}@media(max-width:768px){.discount-header{align-items:stretch;flex-direction:column;gap:12px}.discount-header h2{font-size:20px}.btn-h48,.form-submit-btn{width:100%}.discount-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.discount-search-row{flex-direction:column;gap:8px}.discount-search-row .btn{width:100%}}@media(max-width:576px){.discount-header h2{font-size:18px}}.internet-store-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.internet-store-old-price{color:#f76659;font-size:14px;text-decoration:line-through}.internet-store-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center}.internet-store-menu-item{color:#000;font-family:Inter;font-size:14px;line-height:24px}.custom-dropdown{position:relative;width:100%}.custom-dropdown .dropdown-header{border:1px solid #cbd0dd;border-radius:6px;cursor:pointer;padding:10px;transition:border-color .3s ease}.custom-dropdown .dropdown-header.focused{border-color:#8200bf;border:1px solid #8200bf!important;box-shadow:inset 0 1px 2px #0000,0 0 0 .25rem #3874ff40;outline:0;transition:all .25s ease-in-out}.custom-dropdown .dropdown-content{background:#fff;border:1px solid #cbd0dd;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:50px;z-index:10}.custom-dropdown .dropdown-content .dropdown-search{border:none;border-bottom:1px solid #cbd0dd;box-sizing:border-box;outline:none;padding:8px;width:100%}.custom-dropdown .dropdown-content .dropdown-search:focus{border-bottom-color:#8200bf}.custom-dropdown .dropdown-content .dropdown-options{list-style:none;margin:0;max-height:150px;overflow-y:auto;padding:0}.custom-dropdown .dropdown-content .dropdown-options .option{cursor:pointer;padding:10px;transition:background-color .2s}.custom-dropdown .dropdown-content .dropdown-options .option:hover{background-color:#f1f1f1}.custom-dropdown .dropdown-content .no-options{color:#888;padding:10px;text-align:center}#root{color:#000}.main-container{display:flex;flex-direction:column}.main-container .fixed-input-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:6px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.main-container .fixed-input-container .search-input[type=text]{border:1px solid #8200bf;border-radius:4px}.main-container .fixed-input-container .search-input{outline:none;padding:5px;width:100%}.main-container .main-cat{background-color:#fff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:10px;list-style:none;margin-left:0;padding:12px 24px}.main-container .main-cat li{font-size:16px;font-weight:600;line-height:25px}.main-container .main-cat li .copy-icon{cursor:pointer;margin-left:10px;transition:transform .1s ease-in-out}.main-container .main-cat li .copy-icon:hover{opacity:.7}.main-container .main-cat li .copy-icon:active{transform:scale(.9)}.main-container-dark{display:flex;flex-direction:column}.main-container-dark .fixed-input-container{background-color:#141824;border:1px solid #373e53;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:6px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.main-container-dark .fixed-input-container .search-input[type=text]{border:1px solid #8200bf;border-radius:4px}.main-container-dark .fixed-input-container .search-input{outline:none;padding:5px;width:100%}.main-container-dark .main-cat{background-color:#141824;border:1px solid #373e53;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:10px;list-style:none;margin-left:0;padding:12px 24px}.main-container-dark .main-cat li{color:#9fa6bc;font-size:16px;font-weight:600;line-height:25px}.main-container-dark .main-cat li .copy-icon{cursor:pointer;margin-left:10px;transition:transform .1s ease-in-out}.main-container-dark .main-cat li .copy-icon:hover{opacity:.7}.main-container-dark .main-cat li .copy-icon:active{transform:scale(.9)}.submenu{display:none;list-style:none}.loading-spinner{align-items:center;display:flex;height:100px;justify-content:center}.spinner{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#8200bf;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reviews-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.reviews-divider{background-color:rgba(0,0,0,.102);height:1px;margin-bottom:1rem;width:100%}.reviews-offcanvas-title{font-size:24px;font-weight:600}.reviews-textarea{height:115px}.reviews-submit-btn{height:48px;margin-top:auto}.installment_container__GLNvv{display:flex;gap:20px;margin-bottom:20px}.installment_container__GLNvv .installment_box__eNeSv{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;padding:20px;text-align:center;width:100%}.installment_container__GLNvv .installment_box__eNeSv h3{font-size:13px;font-weight:500;margin-bottom:10px;text-transform:uppercase}.installment_container__GLNvv .installment_box__eNeSv p{font-size:28px;font-weight:600;margin-bottom:5px}.installment_container__GLNvv .installment_box__eNeSv:first-child p{color:#8b5cf6}.installment_container__GLNvv .installment_box__eNeSv:nth-child(2) p{color:#10b981}.installment_container__GLNvv .installment_box__eNeSv:nth-child(3) p{color:#f59e0b}.installment_container__GLNvv .installment_box__eNeSv:nth-child(4) p{color:#ef4444}.installment_container__GLNvv .installment_boxDark__jmhOf{background-color:#141824;border:1px solid #373e53;border-radius:8px;padding:20px;text-align:center;width:100%}.installment_container__GLNvv .installment_boxDark__jmhOf h3{color:#9fa6bc;font-size:13px;font-weight:500;margin-bottom:10px;text-transform:uppercase}.installment_container__GLNvv .installment_boxDark__jmhOf p{font-size:28px;font-weight:600;margin-bottom:5px}.installment_container__GLNvv .installment_boxDark__jmhOf:first-child p{color:#8b5cf6}.installment_container__GLNvv .installment_boxDark__jmhOf:nth-child(2) p{color:#10b981}.installment_container__GLNvv .installment_boxDark__jmhOf:nth-child(3) p{color:#f59e0b}.installment_container__GLNvv .installment_boxDark__jmhOf:nth-child(4) p{color:#ef4444}.table-container{background-color:#1e293b;border-bottom:1px solid #4b5563;border-top:1px solid #4b5563;margin:-16px -16px -24px -24px;padding:16px 16px 24px 24px;position:relative;top:4px}.table-container .phoenix-table{color:#fff;font-size:.75rem}.day-cell{background-color:#6b7280;border-radius:4px;color:#fff;font-weight:600;height:28px;justify-content:center;width:28px}.client-container,.day-cell{align-items:center;display:flex}.client-container{flex-direction:column;gap:8px}.client-button{border:none;border-radius:12px;color:#fff;cursor:default;font-weight:600;padding:4px 12px;position:relative;white-space:nowrap}.client-button.paid{background-color:#10b981}.client-button.waiting{background-color:#f59e0b}.client-button.expired{background-color:#ef4444}.client-button.partially_paid{background-color:#fed7aa}.client-button.default{background-color:#6b7280}.client-button[data-tooltip]:hover:after{content:none}.client-button .tooltip-content{background-color:#2d3748;border-radius:4px;bottom:100%;color:#fff;font-size:.75rem;left:50%;max-width:300px;padding:8px 12px;position:absolute;text-align:center;transform:translateX(-50%);white-space:nowrap;z-index:9999}.client-button .tooltip-content p{margin:2px 0}.summary-footer-cell{padding:8px;vertical-align:middle}.summary-footer-row{display:flex;flex-direction:column;justify-content:flex-start;padding:0 2px;white-space:nowrap}.summary-cell{display:flex;font-weight:600;justify-content:space-between;white-space:nowrap}.summary-cell.cycle1{color:#ef4444}.summary-cell.cycle2{color:#10b981}.summary-cell.cycle3{color:#f59e0b}.summary-cell.cycle4{color:#9a3412}.summary-cell.cycle5{color:#6b7280}.summary-cell .status-indicator{border-radius:50%;height:8px;margin-right:4px;width:8px}.summary-cell .status-indicator.cycle1{background-color:#ef4444}.summary-cell .status-indicator.cycle2{background-color:#10b981}.summary-cell .status-indicator.cycle3{background-color:#f59e0b}.summary-cell .status-indicator.cycle4{background-color:#fed7aa}.summary-cell .status-indicator.cycle5{background-color:#6b7280}.line{background-color:#e5e7eb;height:1px;margin:4px 0;padding:0 15px;width:100%}.total-summary{color:#22d3ee;display:flex;font-weight:700;justify-content:space-between;padding:0 2px;white-space:nowrap}.total-summary span:first-child{margin-left:5px}.empty-cell{color:#9ca3af}.tfoot{border-top:1px solid #e3e6ed}.monthly-table table th{text-align:center}.monthly-table table td,.monthly-table table th{border:1px solid #e3e6ed}.monthly-table table td:first-child,.monthly-table table th:first-child{border-left:none}.monthly-table table td:last-child,.monthly-table table th:last-child{border-right:none}.monthly-table table thead tr:first-child th{border-top:none}.monthly-table table tbody tr:last-child td{border-bottom:none}.return-footer{display:flex;gap:10px;justify-content:flex-end;padding:10px}.return-footer .box{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:10px}html[data-bs-theme=dark] .return-footer .box{background-color:#141824;border-color:#373e53;color:#9fa6bc}.return-footer-amount{font-weight:800}.return-filter-form{display:flex;flex-direction:column;gap:10px;height:100%}.return-filter-clear-btn{cursor:pointer;position:absolute;right:5%;top:15%}.return-filter-actions{display:flex;gap:10px;margin-top:auto}.return-filter-btn{height:48px;width:100%}.return-btn-48{height:48px}.return-offcanvas-title{font-size:24px;font-weight:600}.return-table-scroll{overflow-x:auto}html[data-bs-theme=dark] .return-table-scroll .bg-white{background-color:#0000!important}@media(max-width:768px){.return-footer{flex-direction:column;gap:20px;padding:8px}.return-footer .box{align-items:center;padding:8px;width:100%}.return-table-scroll{-webkit-overflow-scrolling:touch}.offcanvas{width:100%!important}}.order-plan-page .order-plan-header{align-items:center;display:flex;justify-content:space-between}.order-plan-page .order-plan-title-row{align-items:center;display:flex;gap:.5rem}.order-plan-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center;white-space:nowrap}.order-plan-comment-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-plan-form{display:flex;flex-direction:column;height:100%}.order-plan-submit-btn{height:48px;width:100%}@media(max-width:768px){.order-plan-page .order-plan-header{align-items:flex-start;flex-direction:column;gap:.75rem}.order-plan-comment-cell{max-width:120px}}@media(max-width:576px){.order-plan-comment-cell{font-size:.8rem;max-width:80px}}html[data-bs-theme=dark] .order-plan-status-badge{opacity:.9}.flatpickr-monthSelect-months{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 1px 3px}.flatpickr-monthSelect-month{-webkit-box-pack:center;-ms-flex-pack:center;background:none;border:1px solid #0000;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;font-weight:400;justify-content:center;-webkit-justify-content:center;margin:.5px;padding:10px;position:relative;text-align:center;width:33%}.flatpickr-monthSelect-month.flatpickr-disabled{color:#eee}.flatpickr-monthSelect-month.flatpickr-disabled:focus,.flatpickr-monthSelect-month.flatpickr-disabled:hover{background:none!important;cursor:not-allowed}.flatpickr-monthSelect-theme-dark{background:#3f4458}.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year{color:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month,.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month{fill:#fff;color:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{color:#fffffff2}.flatpickr-monthSelect-month.today{border-color:#959ea9}.flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-month.inRange.today,.flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-month:hover{background:#e6e6e6;border-color:#e6e6e6;cursor:pointer;outline:0}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover{background:#646c8c;border-color:#646c8c}.flatpickr-monthSelect-month.today:focus,.flatpickr-monthSelect-month.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-month.startRange{background-color:#569ff7;border-color:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff}.flatpickr-monthSelect-month.startRange{border-radius:50px 0 0 50px}.flatpickr-monthSelect-month.endRange{border-radius:0 50px 50px 0}.flatpickr-monthSelect-month.startRange.endRange{border-radius:50px}.flatpickr-monthSelect-month.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange{background:#80cbc4;border-color:#80cbc4;-webkit-box-shadow:none;box-shadow:none;color:#fff}.oven-modal .modal-dialog{max-width:540px;width:90%}.debit-status-badge{border-radius:8px;font-weight:600;margin:0;padding:8px 10px;text-align:center;white-space:nowrap}.offcanvas-title-lg{font-size:24px;font-weight:600}.offcanvas-form-flex{display:flex;flex-direction:column;height:100%}.form-submit-btn{height:48px;width:100%}.debit-header{align-items:center;display:flex;gap:8px;margin-bottom:20px}.debit-tab-bar{display:flex;justify-content:space-between;margin-top:20px}.debit-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.remainder-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.remainder-info .info-title{color:#000;font-size:16px;font-weight:600;line-height:28px}.remainder-cost-info{align-items:center;display:flex;justify-content:space-between}.remainder-cost-info:nth-child(3){border-bottom:1px solid #ebebeb;margin-bottom:12px;padding-bottom:12px}.remainder-cost-info .info-title{color:#84919a;font-size:14px;font-weight:400;line-height:28px}.remainder-cost-info .cost{color:#000;font-size:14px;font-weight:400;line-height:24px}.plan-payment-history{display:flex;flex-direction:column;gap:12px}.plan-payment-history .payment-section{background-color:#f4f4f4;border-radius:8px;padding:12px}.plan-payment-history .payment-section .info{align-items:center;display:flex;justify-content:space-between}.plan-payment-history .payment-section .info .info-title,.plan-payment-history .payment-section .info .info-value{color:#000;font-size:16px;font-weight:600;line-height:28px}.plan-payment-history .payment-section .cost-info{border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;padding:12px 0}.plan-payment-history .payment-section .cost-info:last-child{border-bottom:none;padding:12px 0 0}.plan-payment-history .payment-section .cost-info .cost{align-items:center;display:flex;justify-content:space-between}.plan-payment-history .payment-section .cost-info .cost .info-title{color:#84919a;font-size:14px;font-weight:400;line-height:24px}.plan-payment-history .payment-section .cost-info .cost .info-value{color:#000;font-size:14px;font-weight:400;line-height:24px}.plan-payment-history .payment-section .cost-info .date{align-items:center;display:flex;justify-content:space-between}.plan-payment-history .payment-section .cost-info .date .info-title{color:#84919a;font-size:14px;font-weight:400;line-height:24px}.plan-payment-history .payment-section .cost-info .date .info-value{color:#000;font-size:14px;font-weight:400;line-height:24px}.plan-payment-history .payment-section--collector .info .info-value{color:#22c348}.flatpickr-monthSelect-months{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important}.flatpickr-monthSelect-months .flatpickr-monthSelect-month{color:#000!important;flex:1 0 auto!important;width:auto!important}.flatpickr-monthSelect-months .flatpickr-monthSelect-month:hover{background:#8200bf!important;color:#fff!important}.flatpickr-monthSelect-months .flatpickr-monthSelect-month.selected{background:#4a90e2;border-radius:6px;color:#fff}[data-bs-theme=dark] .flatpickr-monthSelect-months .flatpickr-monthSelect-month{color:#fff!important}[data-bs-theme=dark] .remainder-cost-info .cost,[data-bs-theme=dark] .remainder-info .info-title{color:#e0e0e0}[data-bs-theme=dark] .remainder-cost-info:nth-child(3){border-bottom-color:#373e53}[data-bs-theme=dark] .plan-payment-history .payment-section{background-color:#1e2130}[data-bs-theme=dark] .plan-payment-history .payment-section .cost-info .cost .info-value,[data-bs-theme=dark] .plan-payment-history .payment-section .cost-info .date .info-value,[data-bs-theme=dark] .plan-payment-history .payment-section .info .info-title,[data-bs-theme=dark] .plan-payment-history .payment-section .info .info-value{color:#e0e0e0}[data-bs-theme=dark] .plan-payment-history .payment-section--collector .info .info-value{color:#22c348}[data-bs-theme=dark] .plan-payment-history .payment-section .cost-info{border-bottom-color:#373e53}@media(max-width:768px){.debit-header{align-items:stretch;flex-direction:column;gap:12px}.debit-header h2{font-size:20px}.debit-tab-bar{flex-direction:column;gap:12px}.btn-h48,.form-submit-btn{width:100%}.debit-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.oven-modal .modal-dialog{margin:8px;max-width:100%}.remainder-cost-info,.remainder-info{align-items:flex-start;flex-direction:column;gap:4px}}@media(max-width:576px){.debit-header h2{font-size:18px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.proposal-status-badge{border:none;white-space:nowrap}.proposal-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.proposal-confirm-all-bar{display:flex;justify-content:flex-end;margin-bottom:.5rem}@media(max-width:768px){.proposal-table-scroll{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.proposal-confirm-all-bar .btn{width:100%}}.tree-report{height:100vh;overflow:hidden;position:relative;width:100%}.tree-report__svg{cursor:grab;height:100%;width:100%}.tree-report__svg:active{cursor:grabbing}.tree-report__link{fill:none;stroke:#bbb;stroke-width:2px}.tree-report__node{cursor:pointer}.tree-report__node-rect{fill:url(#gradient);stroke:#fff;stroke-width:2px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.2));transition:opacity .3s}.tree-report__node-rect:hover{opacity:.8}.tree-report__node-text{fill:#fff;font-size:14px;font-weight:700;pointer-events:none;-webkit-user-select:none;user-select:none}.tree-report__offcanvas-title{font-size:24px;font-weight:600}html[data-bs-theme=dark] .tree-report{background-color:#1a1d21}html[data-bs-theme=dark] .tree-report__link{stroke:#555}@media(max-width:767.98px){.tree-report{height:calc(100vh - 60px)}.offcanvas-end{width:100%!important}}.modal-title-lg{font-size:24px;font-weight:600}.store-logo{border:1px solid #8200bf;border-radius:50%;cursor:pointer;height:35px;object-fit:cover;width:35px}.required-star{color:inherit}.required-star--invalid{color:red}.routes-plan-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.routes-plan-actions{display:flex;gap:.5rem}.app-container .app-wrapper{width:100%}.app-container .card{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;overflow:hidden}.app-container .card .save-section{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #0000000d;display:flex;flex-shrink:0;justify-content:flex-end;padding:1rem 2rem;position:-webkit-sticky;position:sticky;width:100%;z-index:10}.app-container .content{display:flex;gap:2rem;padding:2rem}.app-container .section-title{color:#1f2937;font-size:1.25rem;font-weight:600}.app-container .agents-section{display:flex;flex-direction:column;gap:1.5rem;max-height:90vh;min-width:0;overflow-y:auto;width:30%}.app-container .agents-section__header{align-items:center;display:flex;justify-content:space-between}@media(max-width:768px){.app-container .agents-section{width:100%}.app-container .agents-section__header{align-items:flex-start;flex-direction:column}}.app-container .agents-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem}.app-container .agents-list::-webkit-scrollbar{width:6px}.app-container .agents-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.app-container .agents-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.app-container .agents-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-container .agent-card{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;position:relative;transition:all .3s ease}.app-container .agent-card .delete-btn{background:#0000;border:none;color:#ef4444;cursor:pointer;position:absolute;right:0;top:.5rem;transition:color .2s ease}.app-container .agent-card .delete-btn:hover{color:#b91c1c}.app-container .agent-card:hover{box-shadow:0 4px 12px #00000014}.app-container .agent-card__header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.app-container .form-label{color:#4b5563;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.app-container .delete-routes{border-top:2px solid #e5e7eb;padding-top:1rem}.app-container .routes-section{display:flex;flex-direction:column;gap:1rem;max-height:90vh;min-width:0;overflow:auto;width:70%}.app-container .routes-panel{background:linear-gradient(135deg,#eef2ff,#dbeafe);border:2px solid #c7d2fe;border-radius:.75rem;max-height:90vh;overflow-y:auto;padding:1.5rem}.app-container .routes-panel__count{color:#4b5563;font-size:.875rem;margin:1rem 0}.app-container .count-badge{color:#4f46e5;font-weight:700}.app-container .routes-list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding-right:.5rem}.app-container .routes-list::-webkit-scrollbar{width:6px}.app-container .routes-list::-webkit-scrollbar-track{background:#e0e7ff;border-radius:10px}.app-container .routes-list::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:10px}.app-container .routes-list::-webkit-scrollbar-thumb:hover{background:#818cf8}.app-container .empty-state{color:#9ca3af;padding:3rem 1rem;text-align:center}.app-container .empty-state p{font-size:1rem}.app-container .empty-state__subtitle{font-size:.875rem;margin-top:.5rem}.app-container .routes-list__content{display:flex;gap:1rem}.app-container .agent-group{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;max-width:350px;min-width:350px;overflow:auto}.app-container .agent-group__header{background:#8200bf;padding:.75rem 1rem}.app-container .agent-group__title{color:#fff;font-size:1rem;font-weight:600;margin:0}.app-container .agent-group__routes{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.app-container .route-card{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s ease}.app-container .route-card:hover{border-color:#c7d2fe}.app-container .route-card__header{margin-bottom:.75rem}.app-container .route-card__client{color:#1f2937;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-container .route-card__footer{align-items:center;display:flex;gap:1rem;justify-content:space-between}.app-container .route-card__agent{color:#6b7280;font-size:.875rem}.routes-checkbox .form-check-input{height:16px;width:16px}.weekdays{display:flex;flex-wrap:wrap;gap:.5rem}.weekdays--small{gap:.25rem}.weekdays--invalid{border:1px solid #dc3545;border-radius:4px;padding:4px}.weekday-btn{background:#e5e7eb;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.weekday-btn:hover{background:#d1d5db}.weekday-btn--active{background:#10b981;box-shadow:0 2px 8px #10b9814d;color:#fff;transform:scale(1.05)}.weekday-btn--active:hover{background:#059669}.weekday-btn--small{font-size:.75rem;padding:.25rem .5rem}.weekday-btn--inactive{background:#e5e7eb;color:#d1d5db;cursor:default}.weekday-btn--inactive:hover{background:#e5e7eb}[data-bs-theme=dark] .app-container .card{background:#141824;box-shadow:0 10px 40px #0000004d}[data-bs-theme=dark] .app-container .card .save-section{background:#141824;border-top-color:#373e53;box-shadow:0 -2px 8px #0003}[data-bs-theme=dark] .app-container .section-title{color:#e0e0e0}[data-bs-theme=dark] .app-container .agents-list::-webkit-scrollbar-track{background:#1e2130}[data-bs-theme=dark] .app-container .agents-list::-webkit-scrollbar-thumb{background:#373e53}[data-bs-theme=dark] .app-container .agents-list::-webkit-scrollbar-thumb:hover{background:#4a5268}[data-bs-theme=dark] .app-container .agent-card{background:linear-gradient(135deg,#1e2130,#232637);border-color:#373e53}[data-bs-theme=dark] .app-container .agent-card:hover{box-shadow:0 4px 12px #0003}[data-bs-theme=dark] .app-container .form-label{color:#b0b8c4}[data-bs-theme=dark] .app-container .delete-routes{border-top-color:#373e53}[data-bs-theme=dark] .app-container .routes-panel{background:linear-gradient(135deg,#1e2130,#232637);border-color:#373e53}[data-bs-theme=dark] .app-container .routes-panel__count{color:#b0b8c4}[data-bs-theme=dark] .app-container .count-badge{color:#818cf8}[data-bs-theme=dark] .app-container .routes-list::-webkit-scrollbar-track{background:#1e2130}[data-bs-theme=dark] .app-container .routes-list::-webkit-scrollbar-thumb{background:#373e53}[data-bs-theme=dark] .app-container .routes-list::-webkit-scrollbar-thumb:hover{background:#4a5268}[data-bs-theme=dark] .app-container .empty-state{color:#6b7280}[data-bs-theme=dark] .app-container .agent-group,[data-bs-theme=dark] .app-container .route-card{background:#1e2130;border-color:#373e53}[data-bs-theme=dark] .app-container .route-card:hover{border-color:#4a5268}[data-bs-theme=dark] .app-container .route-card__client{color:#e0e0e0}[data-bs-theme=dark] .app-container .route-card__agent{color:#9ca3af}[data-bs-theme=dark] .weekday-btn{background:#373e53;color:#9ca3af}[data-bs-theme=dark] .weekday-btn:hover{background:#4a5268}[data-bs-theme=dark] .weekday-btn--inactive{background:#373e53;color:#4a5268}[data-bs-theme=dark] .weekday-btn--inactive:hover{background:#373e53}[data-bs-theme=dark] .store-logo{border-color:#a855f7}@media(max-width:768px){.routes-plan-header{align-items:flex-start;flex-direction:column}.routes-plan-actions{flex-direction:column;width:100%}.btn-h48{width:100%}.app-container .content{flex-direction:column;padding:1rem}.app-container .agents-section,.app-container .routes-section{max-height:none;width:100%}.app-container .agent-card{padding:1rem}.app-container .agent-group{max-width:100%;min-width:100%}.app-container .routes-list__content{flex-direction:column}.app-container .card .save-section{padding:1rem}.app-container .card .save-section .btn{width:100%}}@media(max-width:576px){.app-container .section-title{font-size:1rem}}@media(prefers-reduced-motion:reduce){.agent-card,.agent-card .delete-btn,.route-card,.weekday-btn{transition:none}.weekday-btn--active{transform:none}}.discount-store-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.discount-store-status{font-size:14px;font-weight:700;line-height:16px}.discount-store-offcanvas{width:500px}@media(max-width:768px){.discount-store-offcanvas{width:100%!important}}.discount-store-offcanvas-title{font-size:24px;font-weight:600}.discount-store-add-btn{min-height:48px}.discount-store-flatpickr{height:48px}.discount-store-submit-btn{height:48px;margin-top:auto}.discount-store-error{color:red;font-size:12px;margin-top:2px}html[data-bs-theme=dark] .discount-store-status{opacity:.9}.discount-product-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.discount-product-status{font-size:14px;font-weight:700;line-height:16px}.discount-product-offcanvas{width:500px}@media(max-width:768px){.discount-product-offcanvas{width:100%!important}}.discount-product-offcanvas-title{font-size:24px;font-weight:600}.discount-product-add-btn{min-height:44px}.discount-product-flatpickr{height:48px}.discount-product-submit-btn{height:48px;margin-top:auto}.discount-product-strikethrough{color:#f76659;margin-right:8px;text-decoration:line-through}.discount-product-percentage-badge{background-color:#fff0f0;border-radius:4px;color:#f76659;font-size:12px;font-weight:500;padding:2px 6px}.discount-product-error{color:red;font-size:12px;margin-top:2px}html[data-bs-theme=dark] .discount-product-status{opacity:.9}.questions-textarea{font-size:14px;padding:8px;width:100%}.questions-eye-icon{cursor:pointer;height:16px;width:16px}.promotion-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.promotion-badge{align-items:center;background:#f4e6fc;border-radius:8px;display:flex;gap:4px;padding:4px 8px}.promotion-badge-text{color:#9103e4;font-size:15px;font-weight:400;line-height:20px;margin:0}.promotion-status{font-size:14px;font-weight:700;line-height:16px}.promotion-add-btn{height:48px}.promotion-offcanvas{width:500px}@media(max-width:768px){.promotion-offcanvas{width:100%!important}}.promotion-offcanvas-title{font-size:24px;font-weight:600}.promotion-summary-box{font-size:15px;font-weight:400;line-height:20px}.free-products-container,.promotion-summary-box{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;padding:12px}.free-products-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:12px}.free-products-empty-subtitle{color:#84919a;font-size:13px;line-height:16px}.free-products-error{color:#dc3545;font-size:13px;line-height:16px;margin-bottom:8px}.promotion-submit-btn{bottom:0;height:48px;margin-top:auto;position:-webkit-sticky;position:sticky}.promotion-flatpickr{height:48px}.product-card-img{height:100%;object-fit:contain;width:100%}html[data-bs-theme=dark] .free-products-container,html[data-bs-theme=dark] .promotion-summary-box{border-color:#3d3d3d}.load-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.load-badge{align-items:center;background:#f4e6fc;border-radius:8px;display:flex;gap:4px;padding:4px 8px}.load-badge-text{color:#9103e4;font-size:15px;font-weight:400;line-height:20px;margin:0}.load-status{font-size:14px;font-weight:700;line-height:16px}.load-add-btn{height:48px}.load-offcanvas{width:500px}@media(max-width:768px){.load-offcanvas{width:100%!important}}.load-offcanvas-title{font-size:24px;font-weight:600}.load-summary-box{font-size:15px;font-weight:400;line-height:20px}.load-free-products-container,.load-summary-box{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;padding:12px}.load-free-products-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:12px}.load-free-products-empty-subtitle{color:#84919a;font-size:13px;line-height:16px}.load-free-products-error{color:#dc3545;font-size:13px;line-height:16px;margin-bottom:8px}.load-submit-btn{bottom:0;height:48px;margin-top:auto;position:-webkit-sticky;position:sticky}.load-flatpickr{height:48px}.load-product-card-img{height:100%;object-fit:contain;width:100%}.load-btn-close{font-size:12px}.free-products-list{display:flex;flex-direction:column;gap:12px;margin-top:12px;max-height:400px;overflow-y:auto}.free-products-list .product-list-card{border:1px solid #ebebeb;border-radius:.5rem;padding:12px;position:relative}.free-products-list .product-list-card .btn-close{box-shadow:none;margin:8px;padding:8px;position:absolute;right:0;top:0}.free-products-list .product-list-card .card-item{align-items:start;display:flex;gap:12px}.free-products-list .product-list-card .card-item .img-box{align-items:center;background-color:#f1f1f1;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:12px;width:48px}.free-products-list .product-list-card .card-item .card-item-info{display:flex;flex:1 1;flex-direction:column;min-width:0}.free-products-list .product-list-card .card-item .card-item-info .text-name{word-wrap:break-word;color:#000;font-size:15px;font-weight:500;line-height:20px;margin:0 0 4px}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity{display:flex;flex-direction:column;gap:4px}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .info-text{color:#6c757d;font-size:12px}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box{align-items:stretch;background-color:#f4f4f4;border-radius:.5rem;display:flex;height:40px;max-width:240px;overflow:hidden;width:100%}@media(max-width:768px){.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box{max-width:100%}}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box .form-control{background-color:#0000;border:0;border-radius:0;box-shadow:none;text-align:center}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box .form-control:hover{background-color:#e8e8e8}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box .form-control:focus{box-shadow:inset 0 0 0 1px #9103e4;outline:none}.free-products-list .product-list-card .card-item .card-item-info .item-info-quantity .input-box .input-last-text{align-items:center;background-color:#f4f4f4;border-left:1px solid #ebebeb;color:#000;display:flex;font-size:13px;line-height:18px;padding:0 12px;white-space:nowrap}.free-products-list .free-products-add-btn{background:#f4e6fc;bottom:0;color:#9103e4;margin-top:12px;padding-top:12px;position:-webkit-sticky;position:sticky}html[data-bs-theme=dark] .load-free-products-container,html[data-bs-theme=dark] .load-summary-box,html[data-bs-theme=dark] .product-list-card{border-color:#3d3d3d}html[data-bs-theme=dark] .text-name{color:#e0e0e0}html[data-bs-theme=dark] .input-last-text{background-color:#2a2a2a!important;border-color:#3d3d3d!important;color:#e0e0e0}html[data-bs-theme=dark] .img-box,html[data-bs-theme=dark] .input-box{background-color:#2a2a2a!important}html[data-bs-theme=dark] .input-box .form-control:hover{background-color:#3a3a3a!important}.client-search-photo{border:1px solid #8200bf;border-radius:100%;cursor:pointer;height:35px;width:35px}.client-search-approved-badge{background:#bbfbd0;border-radius:8px;color:#119c2b;font-weight:600;margin:0;padding:8px 10px;text-align:center}.min-quantity__toolbar{display:flex;gap:.5rem;justify-content:space-between}@media(max-width:768px){.min-quantity__toolbar{flex-direction:column}}.min-quantity__add-search{display:flex;gap:.5rem;margin-bottom:.75rem}@media(max-width:768px){.min-quantity__add-search{flex-direction:column;flex-wrap:wrap}}.min-quantity__cell-input{width:150px}.min-quantity__bulk-input{width:120px}.btn-h48{height:48px}@media(max-width:768px){.btn-add-text{display:none}}.filter-clear-btn{position:absolute;right:5%;top:15%;z-index:1}.error-text{color:red;font-size:12px;margin-top:2px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.Alerts{left:30px;position:fixed;top:30px;z-index:2000}.Alerts .alert{margin-bottom:15px}.Alerts .shake-animation{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}
/*# sourceMappingURL=main.34eac5af.css.map*/