*{-webkit-tap-highlight-color:transparent}body{height:100vh;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0!important;padding:0!important}.error-boundary{display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:100vh;overflow-y:auto;box-sizing:border-box;background-color:#f2f2f2;color:#333;font-family:Arial,sans-serif;text-align:center;padding:20px;max-width:1200px;margin:0 auto}.error-boundary__title{margin-bottom:1rem;color:#d32f2f}.error-boundary__info{font-size:.9rem;color:#666;max-width:600px;margin:1rem 0}.error-boundary__iframe-container{width:100%;max-width:600px;height:200px;margin:1rem 0;overflow:hidden;position:relative;contain:content}.error-boundary__iframe{border:none;width:100%;height:300px;position:absolute;top:-100px;left:0}.error-boundary__section{width:100%;margin:20px 0;border:1px solid #ddd;padding:15px;border-radius:4px}.error-boundary__details,.error-boundary__stack,.error-boundary__component-stack,.error-boundary__console,.error-boundary__system{background:#f5f5f5;padding:10px;border-radius:4px;font-family:monospace;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto;text-align:left}.error-boundary__console{background:#000;color:#fff}@media screen and (max-width: 610px){.error-boundary__iframe-container,.error-boundary__instructions{display:none}}@media screen and (max-width: 480px){padding: 1rem;.error-boundary__title{font-size:1.5rem}.error-boundary__info{font-size:.8rem;padding:0 1rem}.error-boundary__section{padding:10px;margin:10px 0}}.page-loader-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ffffffb3;z-index:99999}.page-loader{width:150px;height:150px;border-radius:50%;border:3px solid transparent;border-top-color:#e30613;animation:spin 2s linear infinite;animation-delay:var(--loader-delay, 0s);position:relative}.page-loader:before{content:"";position:absolute;inset:5px;border-radius:50%;border:3px solid transparent;border-top-color:#6c757d;animation:spin 3s linear infinite;animation-delay:var(--loader-delay-before, 0s)}.page-loader:after{content:"";position:absolute;inset:15px;border-radius:50%;border:3px solid transparent;border-top-color:#c80016;animation:spin 1.5s linear infinite;animation-delay:var(--loader-delay-after, 0s)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-layout{width:100%;height:100vh;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(235,19,43,.8) rgba(235,19,43,.1)}.main-layout::-webkit-scrollbar{border-radius:10px;width:8px}.main-layout::-webkit-scrollbar-track{background:#eb132b1a;border-radius:10px}.main-layout::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#eb132b80,#ff000080);border-radius:10px;transition:background .3s ease}.main-layout::-webkit-scrollbar-thumb:hover{border-radius:10px;background:linear-gradient(180deg,#eb132bb3,#ff0000b3)}.navbar{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background-color:#eb132b;height:45px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:2000;flex-direction:column}.navbar .icon-logo-wrapper{animation:jellyRender 1s ease-out forwards}.navbar .icon-logo{transition:transform .3s ease}@keyframes jellyRender{0%{transform:translateY(-20px) scale(1)}35%{transform:translateY(0) scale(.9)}60%{transform:translateY(2px) scale(1.05)}to{transform:translateY(0) scale(1)}}.navbar .logo-link:hover .icon-logo,.navbar .logo-link:focus .icon-logo{transform:scale(1.1)}@keyframes jelly{0%{transform:scale(1.1)}18%{transform:scale(1.12,.88)}36%{transform:scale(.92,1.08)}54%{transform:scale(1.05,.95)}72%{transform:scale(1.1)}to{transform:scale(1)}}.navbar .jelly-animation{animation:jelly 1.1s ease-in-out forwards}.navbar .navbar-content-container{display:flex;justify-content:space-between;align-items:center;padding:0;width:100%;box-sizing:border-box}@media (max-width: 1000px){.navbar .navbar-content-container{max-width:100%}}@media (min-width: 1000px){.navbar .navbar-content-container{padding:0 16px;max-width:1000px}}@media (min-width: 1200px){.navbar .navbar-content-container{max-width:1000px}}@media (min-width: 1450px){.navbar .navbar-content-container{max-width:1200px}}@media (min-width: 1600px){.navbar .navbar-content-container{max-width:1400px}}@media (min-width: 1800px){.navbar .navbar-content-container{max-width:1500px}}.navbar__icon{width:36px;height:36px}.navbar__right{display:flex;align-items:center;flex-direction:row;gap:.5rem}.navbar__button{background:none;cursor:pointer;font-size:1.25rem;max-width:30px;max-height:30px;width:30px;height:30px;min-width:30px;min-height:30px;padding:.5rem;transition:background-color .3s ease,transform .3s ease,color .3s ease;border-radius:50%;color:#fff;border:2px solid white;box-sizing:border-box}.navbar__button:hover{background-color:#f0f0f0;color:#eb132b}.navbar__button:active{transform:scale(.95)}.navbar__button--add{display:flex;font-weight:700;max-width:30px;max-height:30px;width:30px;height:30px;min-width:30px;min-height:30px;align-items:center;justify-content:center;text-decoration:none;padding:0}.navbar__button .navbar-plus{font-family:"Proxy 1",Ice Cream Sandwich;font-weight:800;width:100%;height:100%;font-size:22px;max-width:30px;max-height:30px;min-width:30px;min-height:30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar__button--burger{font-family:"Proxy 1",Ice Cream Sandwich;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;width:30px;height:30px;gap:2px;padding:.45rem}.navbar__button--burger .burger-line{font-family:"Proxy 1",Ice Cream Sandwich;width:100%;height:2px;background-color:#fff;transition:background-color .3s ease,transform .3s ease,color .3s ease}.navbar__button--burger:hover .burger-line{font-family:"Proxy 1",Ice Cream Sandwich;background-color:#eb132b}.navbar .line-loader{position:absolute;bottom:0;left:0;right:0}ul,ol{list-style-type:none}.display-none{display:none!important}.visibility-hidden{visibility:hidden!important}.cursor-pointer{cursor:pointer!important}.c-white{color:#fff!important}.bg-white{background-color:#fff!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-10px{margin-right:10px!important}.mr-16px{margin-right:16px!important}.mb-8px{margin-bottom:8px!important}.mb-20px{margin-bottom:20px!important}.mt-20px{margin-top:20px!important}.p-0{padding:0!important}.pl-8px{padding-left:8px!important}.pr-8px{padding-right:8px!important}.pb-16px{padding-bottom:16px!important}.pt-16px{padding-top:16px!important}.w-35px{width:35px!important}.w-40px{width:40px!important}.w-80px{width:80px!important}.w-100{width:100%!important}.max-w-300px{max-width:300px!important}.fw-500{font-weight:500!important}.shadow{box-shadow:0 4px 8px #00000126!important}.hover-shadow{transition:box-shadow .3s ease!important}.hover-shadow:hover{box-shadow:0 4px 8px #00000138!important}.active-shadow{transition:box-shadow .3s ease!important}.active-shadow:active{box-shadow:0 4px 8px #0000011a!important}.focus-shadow{transition:box-shadow .3s ease!important}.focus-shadow:focus{box-shadow:0 4px 8px #000001cc!important}.light-btn{box-sizing:border-box!important;background:#fff!important;color:#eb132b!important;border:2px solid #EB132B!important;padding-top:8px!important;padding-bottom:8px!important;transition:color .3s ease,background-color .3s ease,border .3s ease}.light-btn:hover{border:2px solid #EB132B!important;background:#eb132b!important;color:#fff!important}.ta-start{text-align:start!important}.line-loader{width:100%;position:relative;overflow:hidden;background-color:#eb132b}.line-loader__bar{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#eb132b,#fff,#eb132b);animation:gradientSlide 2s ease-in-out infinite alternate}@keyframes gradientSlide{0%{transform:translate(-50%)}to{transform:translate(50%)}}.content-layout-container{display:flex;justify-content:center;align-items:center;background-color:inherit;box-sizing:border-box;margin-top:45px}.content-layout{width:100%;margin:0;padding:0;min-height:calc(100vh - 45px)}@media (max-width: 1000px){.content-layout{max-width:100%}}@media (min-width: 1000px){.content-layout{max-width:1000px}}@media (min-width: 1200px){.content-layout{max-width:1000px}}@media (min-width: 1450px){.content-layout{max-width:1200px}}@media (min-width: 1600px){.content-layout{max-width:1400px}}@media (min-width: 1800px){.content-layout{max-width:1500px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:9999;overflow:hidden;cursor:pointer}.popup-container{position:absolute;top:30px;right:30px;width:260px;height:calc(100% - 60px);background-color:#fff;border-radius:20px;box-shadow:-2px 0 8px #0003;transform:translate(100%);transition:box-shadow .3s ease}.popup-container.slide-in{animation:slideInRight .3s forwards ease-in-out}.popup-container.slide-out{animation:slideOutRight .3s forwards ease-in-out}.popup-container:hover{box-shadow:-2px 0 12px #0000004d}@media (max-width: 768px){.popup-container{height:100%;top:0;right:0;width:70%;max-width:260px;border-radius:0}}.popup-header{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;padding:16px;box-sizing:border-box;color:#fff;font-size:22px;font-weight:500;height:45px;background:#eb132b;border-radius:20px 20px 0 0}@media (max-width: 768px){.popup-header{border-radius:0}}.popup-close-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;transition:transform .2s ease}.popup-close-btn:hover{transform:translateY(-50%) scale(1.1)}.popup-content{position:relative;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:16px}.actions-header{font-size:18px;margin-bottom:0}.actions-container{display:flex;gap:8px;width:100%;flex-direction:column;align-items:center}.sync-container{width:100%;display:flex;flex-direction:column}.sync-container-pending{font-size:14px;text-align:center;font-weight:600;color:#6b7280}.prefetch-active-text{margin-top:10px;font-size:18px;text-align:center;font-weight:600;color:#eb132b}.logout-btn{position:absolute;bottom:100px;left:16px;right:16px;padding:6px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;background-color:#1f1f1f;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:20px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.logout-btn:hover,.logout-btn:focus{background-color:#101010;outline:none}.logout-btn:active{transform:scale(.98)}.logout-btn-icon{display:flex;align-items:center;justify-content:center;margin-right:-28px}.me-info{display:flex;flex-direction:column;align-items:center;gap:24px}.me-info .me-info-content{display:flex;gap:8px;flex-direction:column;width:100%;align-items:start;padding-bottom:2px;border-bottom:2px solid #afafaf}.me-info .me-info-content .me-info-content-logo{width:100%;text-align:center}.me-info .me-info-content .me-info-content-value{width:100%;text-align:center;font-weight:500}.login-time{position:absolute;bottom:80px;left:16px;right:16px;color:#6b7280;font-size:14px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.ui-button{background-color:#eb132b;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s;width:100%}.ui-button:hover:not(:disabled){background-color:#d10f24}.ui-button:disabled{background-color:#ccc;cursor:not-allowed}.login-layout{width:100%;height:100vh;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(235,19,43,.8) rgba(235,19,43,.1)}.login-layout::-webkit-scrollbar{border-radius:10px;width:8px}.login-layout::-webkit-scrollbar-track{background:#eb132b1a;border-radius:10px}.login-layout::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#eb132b80,#ff000080);border-radius:10px;transition:background .3s ease}.login-layout::-webkit-scrollbar-thumb:hover{border-radius:10px;background:linear-gradient(180deg,#eb132bb3,#ff0000b3)}.logo-header{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background-color:#eb132b;height:45px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:2000}.logo-header .logo-header-content-container{display:flex;justify-content:center;align-items:center;padding:0;width:100%;box-sizing:border-box}@media (max-width: 1000px){.logo-header .logo-header-content-container{max-width:100%}}@media (min-width: 1000px){.logo-header .logo-header-content-container{padding:0 16px;max-width:1000px}}@media (min-width: 1200px){.logo-header .logo-header-content-container{max-width:1000px}}@media (min-width: 1450px){.logo-header .logo-header-content-container{max-width:1200px}}@media (min-width: 1600px){.logo-header .logo-header-content-container{max-width:1400px}}@media (min-width: 1800px){.logo-header .logo-header-content-container{max-width:1500px}}.login-page-container{display:flex;justify-content:center;align-items:center;height:calc(92vh - 45px)}.login-container{display:flex;flex-direction:column;align-items:center;gap:28px;padding:16px;border:1px solid #eee;border-radius:16px;min-height:fit-content;box-shadow:0 4px 8px #00000026;transition:box-shadow .3s ease;box-sizing:border-box}.input-section-container{width:100%}.input-section-container .auth-error-message{color:#eb132b;text-align:center;font-weight:600;font-size:16px;min-height:18px;line-height:18px}.input-section-container .input-section{width:100%}.input-section-container .input-section .field-error-message{color:#eb132b;font-size:12px;margin-top:-2px;margin-bottom:6px;min-height:16px;line-height:16px}.input-section-container .input-section input{width:100%;padding:8px 12px;font-size:16px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;outline:none;transition:border-color .2s,box-shadow .2s}.input-section-container .input-section input:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.input-section-container .input-section .number-input-text{margin:0 0 6px;font-weight:500}.input-section-container .input-section.password-section .password-input-wrapper{position:relative}.input-section-container .input-section.password-section .password-input-wrapper input{width:100%;padding-right:60px}.input-section-container .input-section.password-section .password-input-wrapper .toggle-password-btn{position:absolute;right:0;top:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-50%);font-size:16px;background:none;border:none;cursor:pointer;color:#333;outline:none}.page-content-container{margin-top:24px;margin-bottom:40px;padding:0 16px;width:100%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.breadcrumb-container{display:flex;flex-direction:row;background-color:#e9ecef;border-radius:.25rem;flex-wrap:wrap;padding:16px;margin-bottom:24px;font-weight:500;gap:6px;color:#000}@media (max-width: 1000px){.breadcrumb-container{justify-content:center!important}}.breadcrumb-container ol{padding:0!important;margin:0!important;list-style:none;display:flex;align-items:center}.breadcrumb-container ol li{display:flex;align-items:center}.breadcrumb-container ol li:not(:last-child):after{content:"/";margin:0 8px;color:#757575}.breadcrumb-ref{text-decoration:none;color:#eb132b;font-weight:inherit;transition:color .3s ease,font-weight .1s ease}.breadcrumb-ref:hover{text-decoration:none;color:#d10f24;font-weight:600}.cards-wrapper{display:flex;flex-direction:column;gap:12px}.navigation-card-link{text-decoration:none;color:inherit}.navigation-card{border:1px solid #e0e0e0;border-radius:8px;padding:16px;display:flex;align-items:center}.navigation-card.highlighted{background-color:#f9b0b080;border:2px dotted #EB132B}.navigation-card__icon-placeholder{width:60px;height:40px;margin-right:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.navigation-card__card-title{font-size:1rem;font-weight:500}.red-top-modal .overlay{cursor:pointer;position:fixed;inset:0;background-color:#fff0;color:#000;display:flex;align-items:center;justify-content:center;z-index:12000;animation:fadeInOverlay .3s linear forwards}.red-top-modal .overlay.closing{animation:fadeOutOverlay .3s linear forwards}.red-top-modal .overlay-default-cursor{cursor:default!important}.red-top-modal .modal{cursor:default;background:#fff;border-radius:8px;width:fit-content;max-width:90%;max-height:90%;box-shadow:0 8px 10px #0000004a;position:relative;overflow:auto;transition:box-shadow .3s linear;opacity:0;animation:slideDown .3s linear forwards}.red-top-modal .modal.closing{animation:slideUp .3s linear forwards}.red-top-modal .modal:hover{box-shadow:0 2px 10px #0003}.red-top-modal .modal-red-header{display:flex;justify-content:center;align-items:center;position:relative;height:40px;width:100%;padding:5px 0;background-color:#ec221f}.red-top-modal .modal-children-content{padding:20px}.red-top-modal .close-button-red{position:absolute;top:10px;right:10px;color:#fff;background-color:inherit;border-radius:100%;font-size:24px;cursor:pointer;place-content:center;transition:background-color .3s linear;border:none;outline:none;height:30px;width:30px}.red-top-modal .close-button-red:hover{background-color:#f3514f}.red-top-modal .modal-title{color:#fff;font-weight:500;font-size:23px}@keyframes fadeInOverlay{0%{background-color:#fff0}to{background-color:#fffc}}@keyframes fadeOutOverlay{0%{background-color:#fffc}to{background-color:#fff0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.error-container{position:absolute;top:50%;left:50%;width:calc(100% - 32px);transform:translate(-50%,-50%);background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;box-sizing:border-box;padding:16px;max-width:400px;text-align:center;opacity:0;animation:fadeIn .5s ease-out forwards}.error-container h2{margin-top:0}.error-container p{margin-bottom:5px}.error-link{color:#721c24;display:flex;align-items:center;gap:8px;justify-content:center;font-weight:500;text-decoration:none;cursor:pointer;margin-top:10px;font-size:18px;transition:color .3s ease}.error-link:hover{color:#c4303e}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-55%)}to{opacity:1;transform:translate(-50%,-50%)}}.scanner-video-container{position:fixed;top:0;left:0;width:100 * 1dvw;width:calc(var(--1dvw, 1vw) * 100);height:100 * 1dvh;height:calc(var(--1dvh, 1vh) * 100);background:#000;overflow:hidden;-webkit-tap-highlight-color:transparent}@media (min-width: 1025px){.scanner-video-container{border-radius:26px;width:calc(100dvw - 80px);width:calc(var(--1dvw, 1vw) * 100 - 80px);max-width:600px;aspect-ratio:2 / 3;height:calc(100dvh - 45px - 10%);height:calc((var(--1dvh, 1vh) * 100 - 45px) - 10%);max-height:900px;top:50%;left:50%;transform:translate(-50%,-50%)}}.scanner-video-container .scanner-video{width:100%;height:100%;object-fit:contain;background-color:#000c}.scanner-video-container .overlay{position:absolute;transition:all .3s ease}.scanner-video-container.barcode .top,.scanner-video-container.digits .top,.scanner-video-container.qr .top{top:0;left:0;width:100%;height:var(--overlay-top, 0);background:linear-gradient(to top,#00000080,#000000b3);z-index:2}.scanner-video-container.barcode .bottom,.scanner-video-container.digits .bottom,.scanner-video-container.qr .bottom{bottom:0;left:0;width:100%;background:linear-gradient(to bottom,#00000080,#000);z-index:2}.scanner-video-container.barcode .left,.scanner-video-container.digits .left,.scanner-video-container.qr .left{left:0;background-color:#00000080;z-index:2}.scanner-video-container.barcode .right,.scanner-video-container.digits .right,.scanner-video-container.qr .right{right:0;background-color:#00000080;z-index:2}.scanner-video-container.barcode .border,.scanner-video-container.digits .border,.scanner-video-container.qr .border{margin:-4px;border:5px solid #333;border-radius:14px;pointer-events:none;z-index:3}.scanner-video-container.barcode .border .scan-line,.scanner-video-container.digits .border .scan-line,.scanner-video-container.qr .border .scan-line{box-sizing:border-box;position:absolute;height:2px;background-color:#eb132b;opacity:.5;animation:scan-line 3s infinite linear}.device-label{position:fixed;bottom:6px;left:4px;font-size:10px;color:#fff;z-index:9999;opacity:1;pointer-events:none}@keyframes scan-line{0%{top:0}50%{top:calc(100% - 2px)}to{top:0}}.focus-indicator{position:absolute;width:40px;height:40px;border:2px solid white;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%) scale(1);animation:focus-animation .5s ease-out forwards;z-index:10}.video-element{width:100%;height:100%;background-color:#000c}@keyframes focus-animation{0%{opacity:1;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 480px){.focus-indicator{width:60px;height:60px;border-width:2px}}.scanner-mode-buttons{position:absolute;bottom:168px;right:0;width:100%;gap:18px;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:10}.scanner-mode-buttons button{width:52px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;cursor:pointer;color:#fff;padding:4px;border:none;font-size:16px;border-radius:4px;transition:background .3s,color .3s,box-shadow .3s;box-shadow:0 2px 4px #0000004d}.scanner-mode-buttons button:hover{color:#eb132b;box-shadow:0 2px 4px #0009}.scanner-mode-buttons button:focus{color:#eb132b;box-shadow:0 0 6px #0006}.scanner-mode-buttons button.active{background:#fff;color:#eb132b;box-shadow:0 0 2px #fffc}.scanner-mode-buttons.landscape{inset:50% 90px auto auto!important;width:fit-content!important;height:100%!important;flex-direction:column!important;transform:translateY(-50%)}.scanner-action{position:absolute;bottom:90px;left:50%;transform:translate(-50%);z-index:10}.scanner-action .scan-button{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:5px solid #fff;background:none;font-size:16px;outline:none;color:#fff;transition:color .3s ease,box-shadow .3s ease}.scanner-action .scan-button:hover,.scanner-action .scan-button:focus{box-shadow:0 0 16px #fff9}.scanner-action .scan-button:disabled{color:#eb132b}.scanner-action.landscape{display:flex;flex-direction:column;align-items:center;justify-content:center;inset:50% 10px auto auto!important;width:fit-content!important;height:100%!important;transform:translateY(-50%)}.scanner-update-disabled{position:absolute;bottom:116px;right:0;width:100%;font-weight:500;background:#000000b3;color:#eb132b;text-align:center;font-size:16px;border-radius:4px;z-index:10}.scanner-update-disabled.landscape{bottom:auto;top:50%;right:90px;transform:translateY(-50%);width:fit-content}.success-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:9999;pointer-events:auto}.success-modal .modal-content{background:#fff;width:300px;padding:16px;border-radius:8px;box-shadow:0 2px 6px #00000026;text-align:center;box-sizing:border-box}.success-modal .modal-content .modal-header{font-size:18px;font-weight:600;margin-bottom:12px}.success-modal .modal-content .modal-body{box-sizing:border-box;margin-bottom:16px}.success-modal .modal-content .modal-body .input-container{position:relative;display:flex;align-items:center}.success-modal .modal-content .modal-body .input-container .code-input{width:100%;padding:8px;font-size:16px;font-weight:600;text-align:center;border-radius:4px;box-sizing:border-box;border:1px solid #ccc;outline:none;transition:border-color .2s,box-shadow .2s}.success-modal .modal-content .modal-body .input-container .code-input:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.success-modal .modal-content .modal-body .input-container .edit-icon{position:absolute;right:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.success-modal .modal-content .modal-body .input-container .edit-icon svg{width:18px;height:18px}.success-modal .modal-content .modal-footer .confirm-button{background-color:#e30613;color:#fff;font-size:16px;padding:10px 16px;border:none;border-radius:4px;cursor:pointer;width:100%;margin-bottom:8px}.success-modal .modal-content .modal-footer .scan-again{margin-top:12px;font-size:14px;color:#666;text-decoration:underline;cursor:pointer}.modal-popup{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:9999;pointer-events:auto}.modal-content{background:#fff;width:300px;padding:16px;border-radius:8px;box-shadow:0 2px 6px #00000026;text-align:center;box-sizing:border-box}.scanner-error-message{position:absolute;width:90%;text-align:center;z-index:1000;color:red;top:55%;left:50%;transform:translate(-50%)}.scanner-error-message.mobile.portrait{top:calc(45px + 30%);left:50%;transform:translate(-50%)}.scanner-error-message.mobile:not(.portrait){bottom:32px;left:50%;transform:translate(-50%);top:auto}.scanner-error-message .error-text{font-size:16px;font-weight:700;margin-bottom:0}.scanner-error-message .suggestion{margin:0;font-size:14px}.video-container-wrapper{position:fixed;top:0;left:0;width:100 * 1dvw;width:calc(var(--1dvw, 1vw) * 100);height:100 * 1dvh;height:calc(var(--1dvh, 1vh) * 100);background:#000;overflow:hidden}@media (min-width: 1025px){.video-container-wrapper{border-radius:26px;width:calc(100vw - 80px);max-width:600px;aspect-ratio:2 / 3;border:6px solid #000;height:calc(100vh - 45px - 10%);max-height:900px;top:50%;left:50%;transform:translate(-50%,-50%);transition:box-shadow .3s ease;box-shadow:0 6px 10px #0000004d}}.video-container-wrapper:hover,.video-container-wrapper:focus{box-shadow:0 10px 15px #0000004d}.video-container-wrapper:active{box-shadow:0 10px 20px #0006}.hidden-canvas{display:none;position:fixed;top:0;left:0;width:100 * 1dvw;width:calc(var(--1dvw, 1vw) * 100);height:100 * 1dvh;height:calc(var(--1dvh, 1vh) * 100);background:#000;overflow:hidden}@media (min-width: 1025px){.hidden-canvas{border-radius:26px;width:calc(100vw - 80px);max-width:600px;aspect-ratio:2 / 3;border:6px solid #000;height:calc(100vh - 45px - 10%);max-height:900px;top:50%;left:50%;transform:translate(-50%,-50%);transition:box-shadow .3s ease;box-shadow:0 8px 10px #0009}}.scanner-header-container{position:absolute;top:9%;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;z-index:10}.scanner-header-photo-camera{display:flex;align-items:center;background:none;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.scanner-header-photo-camera:hover{opacity:.8}.scanner-header-photo-camera span{margin-left:8px}.scanner-header-photo-camera svg{transition:transform .3s ease}.scanner-header-photo-camera:hover svg,.scanner-header-photo-camera:focus svg,.scanner-header-photo-camera:active svg{transform:translate(-4px)}.scanner-header-photo-back{display:flex;align-items:center;background:none;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.scanner-header-photo-back:hover{opacity:.8}.scanner-header-photo-back span{margin-left:8px}.scanner-header-photo-back svg{transition:transform .3s ease}.scanner-header-photo-back:hover svg,.scanner-header-photo-back:focus svg,.scanner-header-photo-back:active svg{transform:translate(4px)}.scanner-header-info{padding:6px 12px;border-radius:4px;background-color:#333c;color:#fff;font-size:18px;letter-spacing:2px;max-width:200px;font-weight:600}.photo-mode-buttons{position:absolute;bottom:168px;right:0;width:100%;gap:18px;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:10}.photo-mode-buttons button{width:52px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;cursor:pointer;color:#fff;padding:4px;border:none;font-size:16px;border-radius:4px;transition:background .3s,color .3s,box-shadow .3s;box-shadow:0 2px 4px #0000004d}.photo-mode-buttons button:hover{color:#eb132b;box-shadow:0 2px 4px #0009}.photo-mode-buttons button:focus{color:#eb132b;box-shadow:0 0 6px #0006}.photo-mode-buttons button.active{background:#fff;color:#eb132b;box-shadow:0 0 2px #fffc}.photo-mode-buttons.landscape{inset:50% 90px auto auto!important;width:fit-content!important;height:100%!important;flex-direction:column!important;transform:translateY(-50%)}.finish-action{position:absolute;bottom:90px;left:80%;transform:translate(-50%);z-index:10;width:100px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center}.finish-action .finish-button{cursor:pointer;transition:all .3s ease}.finish-action .finish-button:hover,.finish-action .finish-button:focus{box-shadow:0 0 16px #fff9}.finish-action.landscape{display:flex;flex-direction:column;align-items:center;justify-content:center;inset:30% 10px auto auto!important;width:fit-content!important;height:fit-content!important;transform:translateY(-50%)}.photo-action{position:absolute;bottom:90px;left:50%;transform:translate(-50%);z-index:10}.photo-action .photo-button{width:70px;height:70px;border-radius:50%;border:5px solid #fff;background:none;font-size:16px;outline:none;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.photo-action .photo-button:hover,.photo-action .photo-button:focus{box-shadow:0 0 16px #fff9}.photo-action .photo-button:disabled{color:#eb132b}.photo-action.landscape{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;inset:50% 10px auto auto!important;width:fit-content!important;height:fit-content!important;transform:translateY(-50%)}.limit-message{color:#eb132b;position:absolute;bottom:218px;left:50%;display:flex;flex-direction:row;align-items:center;transform:translate(-50%);font-size:14px;font-weight:600;padding:4px 8px;border-radius:4px;text-align:center}.photo-button-preview{position:absolute;bottom:90px;left:20%;transform:translate(-50%);z-index:10;height:70px;max-width:100px;box-sizing:border-box;border:solid 4px #fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;cursor:pointer;justify-content:center;transition:box-shadow .3s}.photo-button-preview:hover,.photo-button-preview:focus{box-shadow:0 0 16px #fff9}.photo-button-preview img{border-radius:5px;width:100%;height:100%;object-fit:cover}.photo-button-preview.landscape{height:50px;inset:70% 10px auto auto!important;width:fit-content!important;flex-direction:column!important;transform:translateY(-50%)}.error-message{color:#eb132b;position:absolute;text-align:center;top:16%;width:100%;left:50%;transform:translate(-50%);font-size:18px;font-weight:600;z-index:10}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0}}.photo-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:9999;pointer-events:auto}.photo-modal .modal-content{background:#fff;width:300px;padding:16px;border-radius:8px;box-shadow:0 2px 6px #00000026;text-align:center;box-sizing:border-box}.photo-modal .modal-content .modal-header{font-size:18px;font-weight:600;margin-bottom:12px}.photo-modal .modal-content .modal-body{margin-bottom:16px}.photo-modal .modal-content .modal-body .photo-preview{width:100%;border-radius:4px;object-fit:cover}.photo-modal .modal-content .modal-footer Button{margin-bottom:8px}.photo-modal .modal-content .modal-footer .retake-photo{font-size:14px;color:#666;text-decoration:underline;cursor:pointer;margin-bottom:8px}.photo-modal .modal-content .modal-footer .status-message{font-size:12px;text-align:center;margin-top:-6px}.photo-modal .modal-content .modal-footer .status-message.error{color:#d32f2f}.photo-preview-wrapper{position:relative;display:inline-block}.photo-preview-wrapper .photo-preview{width:100%;border-radius:4px;object-fit:cover}.photo-preview-wrapper .rotate-btn{position:absolute;bottom:12px;right:8px;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#fff3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease-in-out,fill .3s ease-in-out,background-color .3s ease-in-out}.photo-preview-wrapper .rotate-btn svg{fill:#fff}.photo-preview-wrapper .rotate-btn:hover{box-shadow:0 0 8px 2px #f009}.document-photo-header-container{position:absolute;top:9%;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;z-index:10}.document-photo-back-button{display:flex;align-items:center;background:none;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.document-photo-back-button:hover{opacity:.8}.document-photo-back-button span{margin-left:8px}.document-photo-back-button svg{transition:transform .3s ease}.document-photo-back-button:hover svg,.document-photo-back-button:focus svg,.document-photo-back-button:active svg{transform:translate(-4px)}.document-photo-message{max-width:50%;text-align:center;font-size:14px;color:#eb132b;margin:0 10px}.document-photo-header-info{padding:6px 12px;border-radius:4px;background-color:#333c;color:#fff;font-size:14px;font-weight:600}.document-photo-header-info.hidden{opacity:0}.document-photo-header-info.limit-reached{background-color:#eb132b}.preview-document-photo{display:flex;flex-direction:column;height:100%;background:#000;padding:0}.preview-document-photo .photo-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:45px 16px 16px}.preview-document-photo .main-photo-carousel{position:relative;overflow:hidden}.preview-document-photo .main-photo-container{display:flex;transition:transform .3s ease}.preview-document-photo .main-photo-slide{flex:0 0 100%;display:flex;justify-content:center;align-items:center}.preview-document-photo .main-photo{max-width:100%;max-height:50vh;border-radius:8px;object-fit:contain;object-position:center;display:block}.preview-document-photo .photo-label{padding:6px 12px;border-radius:4px;background-color:#333c;color:#fff;font-size:14px;font-weight:600;position:absolute;top:8px;right:8px}.preview-document-photo .delete-button{position:absolute;bottom:10px;width:50px;height:50px;min-height:50px;min-width:50px;max-width:50px;max-height:50px;border-radius:50%;right:8px;padding:12px;background:#000c;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:2;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #0000004d}.preview-document-photo .delete-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #00000080}.preview-document-photo .delete-button:active{transform:scale(.95);box-shadow:0 2px 4px #0003}.preview-document-photo .no-photo-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center;margin-top:-20%}.preview-document-photo .no-photo-content p{margin:.5rem 0;font-size:1.1rem}.preview-document-photo .no-photo-content .back-button{margin-top:16px;max-width:160px}.preview-document-photo .thumbnail-container{box-sizing:border-box;padding:16px;background:#000;margin-bottom:90px}.preview-document-photo .thumbnail-container .thumbnail-carousel{display:flex;overflow-x:auto;white-space:nowrap;align-items:center;gap:6px;user-select:none;border-radius:4px;-ms-overflow-style:none;scrollbar-width:none;width:100%}.preview-document-photo .thumbnail-container .thumbnail-carousel::-webkit-scrollbar{display:none}.preview-document-photo .thumbnail-container .thumbnail-carousel .thumbnail{cursor:pointer;border-radius:8px;border:3px solid transparent;transition:border-color .2s ease}.preview-document-photo .thumbnail-container .thumbnail-carousel .thumbnail:hover{border-color:#aaa}.preview-document-photo .thumbnail-container .thumbnail-carousel .thumbnail.active{border-color:#eb132b}.preview-document-photo .thumbnail-container .thumbnail-carousel .thumbnail img{display:block;height:60px;width:auto;border-radius:5px}.preview-document-photo .thumbnail-container .thumbnail-carousel .round-handle{width:6px;height:60px;background-color:#ccc;border-radius:50px;cursor:grab;flex-shrink:0;transition:background .3s ease}.preview-document-photo .thumbnail-container .thumbnail-carousel .round-handle:hover{background-color:#bbb}.preview-document-photo .thumbnail-container .thumbnail-carousel .round-handle:active{cursor:grabbing;background-color:#eb132b}.preview-document-photo .thumbnail-container .custom-scrollbar{position:relative;height:6px;background:#0000001a;border-radius:5px;cursor:pointer;display:flex;align-items:center;margin-top:6px}.preview-document-photo .thumbnail-container .scroll-handle{position:absolute;height:100%;background:#ffffff80;border-radius:5px;cursor:grab;transition:background .3s ease}.preview-document-photo .thumbnail-container .scroll-handle:hover{background:#bbb}.preview-document-photo .thumbnail-container .scroll-handle:active{cursor:grabbing;background:#eb132b}.no-photo-content{color:#fff;font-weight:600;font-size:22px}.delete-photo-modal .modal-header{font-size:18px;font-weight:600;margin-bottom:12px}.delete-photo-modal .modal-body p{margin-bottom:12px;font-size:16px;color:#333}.delete-photo-modal .modal-body .photo-preview{width:100%;border-radius:4px;object-fit:cover}.delete-photo-modal .modal-footer{display:flex;justify-content:space-around;gap:16px;margin-top:10px}.delete-photo-modal .modal-footer Button{flex:1}.delete-photo-modal .modal-footer .cancel-btn{background-color:#1f1f1f;transition:background-color .3s ease}.delete-photo-modal .modal-footer .cancel-btn:hover,.delete-photo-modal .modal-footer .cancel-btn:focus{background-color:#2a2a2a}.preview-document-photo-header-container{position:absolute;top:9%;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;z-index:10}.preview-document-photo-back-button{display:flex;align-items:center;background:none;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.preview-document-photo-back-button:hover{opacity:.8}.preview-document-photo-back-button svg{transition:transform .3s ease}.preview-document-photo-back-button:hover svg,.preview-document-photo-back-button:focus svg,.preview-document-photo-back-button:active svg{transform:translate(-4px)}.preview-document-photo-label{padding:6px 12px;border-radius:4px;background-color:#333c;color:#fff;font-size:14px;font-weight:600}.scan-history{width:100%}.scan-history .error{color:red;font-weight:700}.generic-list-container{width:100%}.generic-list-container .error{color:red;font-weight:700}.controls{display:flex;align-items:center;width:100%;max-width:100%;gap:26px;height:fit-content;margin-bottom:16px;overflow:hidden;box-sizing:border-box;border-radius:12px;padding:16px 24px;background-color:#f6f6f6;border:#D2D2D2 1px solid}@media (min-width: 780px){.controls{justify-content:space-between}}@media (max-width: 780px){.controls{gap:0}}@media (max-width: 850px){.controls{padding:12px 20px}}@media (max-width: 780px){.controls{padding:10px}}.controls .control-group{position:relative;display:flex;align-items:center;flex-shrink:0;box-sizing:border-box;max-width:calc(100% - 60px);width:60px;transition:width .5s ease-in-out,opacity .5s ease-in-out,max-width .5s ease-in-out}.controls .control-group .icon-container{display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 14px 0 0;padding:0;box-sizing:border-box;max-width:36px;max-height:36px;width:36px;height:36px}.controls .control-group .icon-container .search-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#eb132b;transition:color .3s ease}.controls .control-group .icon-container .search-icon:hover{color:#d10f24}.controls .control-group .sort-arrow{flex-direction:row;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;display:flex}.controls .control-group .arrow{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:color .3s;margin-right:-14px}.controls .control-group .arrow.active{color:#eb132b}.controls .control-group .arrow.inactive{color:gray}.controls .control-group .sort-arrow:hover .arrow.active{color:#d10f24}.controls .control-group .sort-arrow:hover .arrow.inactive{color:#000}.controls .control-group .expanding-panel{overflow:hidden;white-space:nowrap;transition:width .5s ease-in-out,opacity .5s ease-in-out,max-width .5s ease-in-out;display:flex;align-items:center;gap:8px}.controls .control-group:not(.expanding-panel.active){width:fit-content;max-width:calc(100% - 60px)}.controls .search-group .expanding-panel{width:min(1000px,100%);opacity:1}.expanding-panel select,.expanding-panel input{padding:6px 8px;box-sizing:border-box;font-size:14px;height:33px;border:1px solid #ccc;border-radius:4px;min-width:90px;transition:border-color .3s}@media (min-width: 440px){.expanding-panel input{min-width:100px}}@media (min-width: 470px){.expanding-panel input{min-width:130px}}@media (min-width: 540px){.expanding-panel input{min-width:200px}}@media (min-width: 645px){.expanding-panel input{min-width:300px}}@media (min-width: 690px){.expanding-panel input{min-width:350px}}@media (min-width: 740px){.expanding-panel input{min-width:400px}}@media (min-width: 780px){.expanding-panel input{min-width:280px}}@media (min-width: 800px){.expanding-panel input{min-width:300px}}@media (min-width: 840px){.expanding-panel input{min-width:360px}}.expanding-panel select:focus,.expanding-panel input:focus{border-color:#eb132b;outline:none}.custom-select-small-search{min-width:100px;width:100%;position:relative}@media (min-width: 330px){.custom-select-small-search{min-width:100px}}@media (min-width: 470px){.custom-select-small-search{min-width:140px}}@media (min-width: 510px){.custom-select-small-search{min-width:180px}}@media (min-width: 550px){.custom-select-small-search{min-width:220px}}@media (min-width: 610px){.custom-select-small-search{min-width:280px}}@media (min-width: 690px){.custom-select-small-search{min-width:360px}}.custom-select-small-search:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-search .custom-select-header{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 8px;font-size:14px;display:flex;align-items:center;white-space:nowrap;width:100%;overflow:hidden;box-sizing:border-box;text-overflow:ellipsis;justify-content:space-between;cursor:pointer;transition:border-color .3s,background-color .3s}.custom-select-small-search .custom-select-header:hover{border-color:#eb132b}.custom-select-small-search .custom-select-header:hover:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-search .custom-select-icon{display:flex;align-items:center;margin-left:4px}.custom-select-small-search .custom-select-dropdown{position:absolute;z-index:1000;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-top:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;max-height:200px}.custom-select-small-search .custom-select-dropdown:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-search .custom-select-option{padding:6px 8px;font-size:14px;cursor:pointer;transition:background-color .3s}.custom-select-small-search .custom-select-option:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-search .custom-select-option:hover{background-color:#f1f1f1}.custom-select-small{min-width:fit-content;position:relative}.custom-select-small:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}@media (min-width: 800px){.custom-select-small{min-width:100px}}@media (min-width: 900px){.custom-select-small{min-width:140px}}@media (min-width: 1000px){.custom-select-small{min-width:160px}}@media (min-width: 1200px){.custom-select-small{min-width:200px}}.custom-select-small .custom-select-header{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 8px;font-size:14px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;box-sizing:border-box;text-overflow:ellipsis;justify-content:space-between;cursor:pointer;transition:border-color .3s,background-color .3s}@media (max-width: 430px){.custom-select-small .custom-select-header{max-width:120px}}@media (max-width: 380px){.custom-select-small .custom-select-header{max-width:100px}}@media (max-width: 360px){.custom-select-small .custom-select-header{max-width:80px}}@media (max-width: 340px){.custom-select-small .custom-select-header{max-width:60px}}@media (max-width: 320px){.custom-select-small .custom-select-header{max-width:40px}}@media (max-width: 300px){.custom-select-small .custom-select-header{max-width:20px}}.custom-select-small .custom-select-header:hover{border-color:#eb132b}.custom-select-small .custom-select-header:hover:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small .custom-select-icon{display:flex;align-items:center;margin-left:4px}.custom-select-small .custom-select-dropdown{position:absolute;z-index:1000;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-top:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;max-height:200px}.custom-select-small .custom-select-dropdown:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small .custom-select-option{padding:6px 8px;font-size:14px;cursor:pointer;transition:background-color .3s}.custom-select-small .custom-select-option:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small .custom-select-option:hover{background-color:#f1f1f1}.custom-select-small-sort{min-width:fit-content;position:relative}.custom-select-small-sort:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}@media (min-width: 800px){.custom-select-small-sort{min-width:100px}}@media (min-width: 900px){.custom-select-small-sort{min-width:140px}}@media (min-width: 1000px){.custom-select-small-sort{min-width:160px}}@media (min-width: 1200px){.custom-select-small-sort{min-width:200px}}.custom-select-small-sort .custom-select-header{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 8px;font-size:14px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;box-sizing:border-box;text-overflow:ellipsis;justify-content:space-between;cursor:pointer;transition:border-color .3s,background-color .3s}@media (max-width: 430px){.custom-select-small-sort .custom-select-header{max-width:200px}}@media (max-width: 380px){.custom-select-small-sort .custom-select-header{max-width:160px}}@media (max-width: 360px){.custom-select-small-sort .custom-select-header{max-width:120px}}@media (max-width: 340px){.custom-select-small-sort .custom-select-header{max-width:90px}}@media (max-width: 320px){.custom-select-small-sort .custom-select-header{max-width:70px}}@media (max-width: 300px){.custom-select-small-sort .custom-select-header{max-width:50px}}.custom-select-small-sort .custom-select-header:hover{border-color:#eb132b}.custom-select-small-sort .custom-select-header:hover:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-sort .custom-select-icon{display:flex;align-items:center;margin-left:4px}.custom-select-small-sort .custom-select-dropdown{position:absolute;z-index:1000;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-top:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;max-height:200px}.custom-select-small-sort .custom-select-dropdown:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-sort .custom-select-option{padding:6px 8px;font-size:14px;cursor:pointer;transition:background-color .3s}.custom-select-small-sort .custom-select-option:focus{border-color:#eb132b;box-shadow:0 0 5px #eb132b99}.custom-select-small-sort .custom-select-option:hover{background-color:#f1f1f1}@media (max-width: 780px){.control-group .icon-container{margin:0;padding:0;box-sizing:border-box;max-width:36px;max-height:36px;width:36px;height:36px;font-weight:600;font-size:24px}.control-group .sort-arrow{font-size:18px}.control-group .search-group .expanding-panel{width:100%!important;max-width:100%!important;opacity:1!important}}.custom-select-container{position:relative;overflow:visible}.custom-select-dropdown{position:absolute;z-index:9999;top:100%;left:0;right:0;margin-top:4px;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;max-height:200px}.custom-select-option{padding:6px 8px;font-size:14px;cursor:pointer;transition:background-color .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-option:hover{background-color:#f1f1f1}.custom-select-header{display:flex;align-items:center;justify-content:space-between;padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.custom-select-header span:first-child{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-select-icon{flex-shrink:0}.generic-list-items{display:flex;flex-direction:column;gap:10px}.container-loader-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.container-loader{display:flex;align-items:flex-end;justify-content:space-between;width:100%;max-width:200px;height:50px}.container-loader-bar{flex:1;margin:0 5px;height:100%;background-color:#e30613;animation:moveRight var(--loader-animation-duration, 1.5s) infinite;opacity:.5}.container-loader-bar:nth-child(1){animation-delay:0s;background-color:#e30613}.container-loader-bar:nth-child(2){animation-delay:.2s;background-color:#6c757d}.container-loader-bar:nth-child(3){animation-delay:.4s;background-color:#c80016}.container-loader-bar:nth-child(4){animation-delay:.6s;background-color:#6c757d}.container-loader-bar:nth-child(5){animation-delay:.8s;background-color:#e30613}@keyframes moveRight{0%{transform:translate(0);opacity:.5}50%{transform:translate(var(--loader-move-length, 30%));opacity:1}to{transform:translate(0);opacity:.5}}.delivery-history-element{background-color:#fff;border:1px solid #f2f2f2;border-radius:12px;padding:16px;transition:box-shadow .3s}.delivery-history-element__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.delivery-history-element__header .delivery-history-element__note{font-size:16px;font-weight:600;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.delivery-history-element__header .delivery-history-element__date{font-size:16px;color:#999}.delivery-history-element__info{font-size:16px;color:#555;display:flex;flex-direction:column;gap:4px}.delivery-history-element__info__status{font-weight:600}.delivery-history-element__status-label{color:#000}.delivery-history-element:hover{box-shadow:0 0 10px #0000001a}.list-element{background-color:#fff;border:1px solid #f2f2f2;border-radius:12px;padding:16px;transition:box-shadow .3s}.list-element:hover{box-shadow:0 0 10px #0000001a}.list-element__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.list-element__title{font-weight:600;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.list-element__date{font-size:14px;color:#999}.delivery-item{margin-bottom:80px}.delivery-item .delivery-main-info-section{box-sizing:border-box;display:flex;flex-direction:row-reverse;justify-content:space-between;gap:20px}.delivery-item .delivery-main-info-section .entity-info-header{width:100%}.delivery-item .delivery-main-info-section .scan-section{box-sizing:border-box;background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column}.delivery-item .delivery-main-info-section .scan-section .delivery-block-header{text-align:center;margin-top:0}.delivery-item .delivery-main-info-section .scan-section .photo-grid{margin-top:0;gap:0}.delivery-item .delivery-main-info-section .scan-section .photo-grid .photo-card-wrapper{max-width:400px;width:100%}.delivery-item .delivery-main-info-section .scan-section .photo-grid .photo-card-wrapper .photo-card{min-width:200px;min-height:200px;border:2px solid #EB132B;transition:border .3s ease}.delivery-item .delivery-main-info-section .scan-section .photo-grid .photo-card-wrapper .no-img{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#eb132b;text-align:center}.delivery-item .delivery-main-info-section .scan-section .photo-grid .photo-card-wrapper .photo-card:hover{border:2px solid #D10F24}@media (max-width: 700px){.delivery-item .delivery-main-info-section{flex-direction:column}.delivery-item .delivery-main-info-section .scan-section{box-shadow:unset!important}}.delivery-item .title,.delivery-item .upload-date,.delivery-item .status,.delivery-item .map-link,.delivery-item .photo-count,.delivery-item .date-info{font-size:16px;font-weight:400;color:#6c757d}.delivery-item .title .delivery-value,.delivery-item .upload-date .delivery-value,.delivery-item .status .delivery-value,.delivery-item .map-link .delivery-value,.delivery-item .photo-count .delivery-value,.delivery-item .date-info .delivery-value{font-weight:600;color:#000}.delivery-item .map-link a{color:#eb132b;text-decoration:none;transition:color .3s ease}.delivery-item .map-link a:hover{color:#d10f24;text-decoration:none}.delivery-item .map-link a:hover{text-decoration:underline}.delivery-item .delivery-block-header{font-size:18px;font-weight:500;color:#333;text-align:center;margin-top:12px}.delivery-item .delivery-details-evidence-list{display:flex;flex-direction:column;gap:8px}.delivery-item .delivery-add-photo-container{display:flex;flex-direction:column;align-items:center;width:100%;font-size:14px;text-align:center;margin-top:16px}.delivery-item .delivery-add-photo-container-text{max-width:300px}.delivery-item .photo-grid{display:grid;width:100%;gap:16px;margin-top:16px;grid-template-columns:1fr;justify-items:center}.delivery-item .photo-grid .photo-card-wrapper{max-width:400px;width:100%}.delivery-item .photo-card-wrapper{position:relative}.delivery-item .photo-card-wrapper:hover .set-main-button{opacity:1;transform:scale(1.1)}.delivery-item .set-main-button.always-visible{opacity:1!important;transform:scale(1)!important}.delivery-item .set-main-button{position:absolute;top:5px;right:5px;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000004d;font-size:16px;opacity:0;transform:scale(1);transition:all .3s ease}.delivery-item .set-main-button.main{color:#eb132b;transition:all .3s ease}.delivery-item .set-main-button.main:hover{color:#d10f24}.delivery-item .set-main-button.non-main{transition:all .3s ease;color:gray}.delivery-item .set-main-button.non-main:hover{color:#d10f24}.delivery-item .set-main-button:active{transform:scale(.95)}.delivery-item .button-container{position:sticky;bottom:calc(5px + env(safe-area-inset-bottom));padding:16px;background:#fff;border-radius:24px;max-width:300px;margin:16px auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transition:box-shadow .2s ease;z-index:1000}@supports not (bottom: calc(5px + env(safe-area-inset-bottom))){.delivery-item .button-container{bottom:45px}}.photo-review{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.photo-review .photo-review-modal{background:#fff;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column}.photo-review .map-link a{color:#eb132b;text-decoration:none;transition:color .3s ease}.photo-review .map-link a:hover{color:#d10f24;text-decoration:none}.photo-review .photo-review-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f5f5f5;border-bottom:1px solid #ddd}.photo-review .photo-review-header .photo-review-close{background:transparent;border:none;font-size:24px;cursor:pointer;line-height:1;color:#999}.photo-review .photo-review-header .photo-review-close:hover{color:#333}.photo-review .photo-review-body{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:16px}.photo-review .photo-review-body .photo-review-image-wrapper{text-align:center;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}.photo-review .photo-review-body .photo-review-image-wrapper img{border-radius:10px;max-width:100%;height:auto;display:block;margin:0 auto}.photo-review .photo-review-body .photo-review-image-wrapper .photo-review-placeholder{width:100%;height:200px;background-color:#eee;display:flex;align-items:center;justify-content:center;color:#666}.photo-review .photo-review-body .photo-info{margin:0;font-size:14px;font-weight:600;color:#000;text-decoration:none}.photo-review .photo-review-footer{padding:0;display:flex;justify-content:flex-end;flex-direction:column}.link-button{margin-top:8px;font-size:14px;color:#666;text-decoration:underline;cursor:pointer}.photo-card{background:#fff;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;text-align:center;overflow:hidden;transition:background-color .3s ease}.photo-card img{object-fit:contain;width:100%;height:auto;display:block}.photo-card.highlighted{border:2px solid #EB132B}.photo-card.highlighted:hover{border:2px solid #D10F24}.photo-card .photo-date{font-size:12px;font-weight:600;margin:8px 0;color:#000}.photo-card .photo-plus-btn{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:44px;font-weight:900;font-family:"Proxy 1",Ice Cream Sandwich}.photo-card .photo-download-btn{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.photo-card-action{display:flex;align-items:center;justify-content:center;font-size:44px;color:#686868;border:2px solid #e8e8e8;cursor:pointer;background-color:#fbfbfb;transition:background .3s ease,box-shadow .3s ease,border .3s ease}.photo-card-action:hover{background:#fff;color:#eb132b;border:2px solid #EB132B}.round-loader-container{position:relative;width:64px;height:64px}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}.dot{position:absolute;top:50%;left:50%;width:18px;height:17px;border-radius:50%;will-change:transform}.dot-1{background-color:#332c2d;animation:orbit1 2s linear infinite}@keyframes orbit1{0%{transform:translate(-50%,-50%) rotate(0) translate(18px)}to{transform:translate(-50%,-50%) rotate(360deg) translate(18px)}}.dot-2{background-color:#eb132b;animation:orbit2 2s linear infinite}@keyframes orbit2{0%{transform:translate(-50%,-50%) rotate(240deg) translate(18px)}to{transform:translate(-50%,-50%) rotate(600deg) translate(18px)}}.dot-3{background-color:#6c757d;animation:orbit3 2s linear infinite}@keyframes orbit3{0%{transform:translate(-50%,-50%) rotate(120deg) translate(18px)}to{transform:translate(-50%,-50%) rotate(480deg) translate(18px)}}.entity-info-header{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px}.evidence-list-element{background-color:#fff;border:1px solid #f2f2f2;border-radius:12px;padding:16px;transition:box-shadow .3s}.evidence-list-element__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.evidence-list-element__header .evidence-list-element__note{font-size:16px;font-weight:600;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.evidence-list-element__header .evidence-list-element__date{font-size:16px;color:#999}.evidence-list-element__info{font-size:16px;color:#555;display:flex;flex-direction:column;gap:4px}.evidence-list-element__info__status{font-weight:600}.evidence-list-element__status-label{color:#000}.evidence-list-element:hover{box-shadow:0 0 10px #0000001a}.evidence-list{width:100%}.evidence-list .error{color:red;font-weight:700}.entity-info-header{color:#000;box-sizing:border-box}.entity-info-header .title,.entity-info-header .upload-date,.entity-info-header .status,.entity-info-header .map-link,.entity-info-header .photo-count,.entity-info-header .date-info{font-size:16px;font-weight:400;color:#6c757d}.entity-info-header .title .evidence-value,.entity-info-header .upload-date .evidence-value,.entity-info-header .status .evidence-value,.entity-info-header .map-link .evidence-value,.entity-info-header .photo-count .evidence-value,.entity-info-header .date-info .evidence-value{font-weight:600;color:#000}.entity-info-header .title{display:flex;flex-direction:row;justify-content:start;align-items:baseline;gap:6px}.entity-info-header .title .link-button{text-decoration:none!important}.entity-info-header .title .evidence-value{font-size:16px;color:#eb132b;transition:color .3s ease}.entity-info-header .title .evidence-value:hover{color:#d10f24}.evidence-description{width:100%;margin:24px 0;background:#fff;box-sizing:border-box;max-width:800px}.evidence-description textarea{width:100%;min-height:100px;box-sizing:border-box;padding:8px;font-size:16px;border:1px solid #ced4da;border-radius:4px;resize:none;overflow:hidden;transition:border-color .3s}.evidence-description textarea:focus{outline:none;border-color:#eb132b}.evidence-item{padding-bottom:80px}.evidence-item .photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;margin-top:16px}.evidence-item .button-container{position:sticky;bottom:calc(5px + env(safe-area-inset-bottom));padding:16px;background:#fff;border-radius:24px;max-width:300px;margin:16px auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transition:box-shadow .2s ease;z-index:1000}@supports not (bottom: calc(5px + env(safe-area-inset-bottom))){.evidence-item .button-container{bottom:45px}}.evidence-item .elevated{box-shadow:0 4px 8px #00000126!important}.evidence-item .confirm-button{max-width:250px}.evidence-item .confirm-button-info{text-align:center;color:#eb132b}.warning-container{margin-top:20px;border:2px solid #e74c3c;border-radius:8px;padding:10px 20px;background-color:#f5a7a733;box-shadow:0 1px 10px #f4a9afcc}.warning-header{margin:0 0 10px;color:#eb132b}.warning-content{font-weight:500;color:#b51312}
