body,html{height:100%;margin:0;overflow:auto;overflow-x:hidden}.table-wrapper{display:block;overflow:auto;max-height:500px;position:relative}table.no-border{width:100%;border-collapse:collapse;margin-bottom:20px;margin-left:1%;margin-top:2%}table.no-border td,table.no-border th{padding:12px;text-align:left;border-bottom:1px solid #ddd;background-color:#fff;white-space:nowrap}table.no-border th{background-color:#f8f8f8;position:-webkit-sticky;position:sticky;top:0;z-index:2}table.no-border td:first-child,table.no-border th:first-child{position:-webkit-sticky;position:sticky;left:0;background-color:#f8f8f8;z-index:1;width:310px;padding-right:0}table.no-border th:first-child{z-index:3}.save-next-button{display:block;margin-top:20px;padding:10px 20px;background-color:green;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-bottom:15px;margin-left:9px}.save-next-button:hover{background-color:#006400}.save-next-button:disabled{background-color:grey;color:#d3d3d3;cursor:not-allowed}.save-next-button:hover:disabled{background-color:grey}.empty-card{border:1px solid #d9d9d9;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);width:"980px";height:"90px";top:"520px";left:"399px";border-radius:4px;margin-top:2%;margin-right:5%;padding:10px;margin-left:1%}.fullscreen-table{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1000;overflow:auto;padding:20px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-top:"-3%"}.card-expanded{height:300px}.card-collapsed{height:100px}.toggle-icon{cursor:pointer;font-size:100px}.card-content{margin-top:3px}.cell-content{cursor:pointer}.line-input{border-bottom:2px solid #ffc72c;font-size:14px}.line-input:focus{border-bottom:2px solid green}.edit-container{position:fixed;top:50%;left:60%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;max-width:600px;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:1000;box-sizing:border-box;margin-top:"2%"}.edit-container h2{margin-top:0;font-size:24px;color:#333}.edit-container p{font-size:16px;color:#666}.edit-container button{padding:10px 20px;border:none;border-radius:4px;background-color:#dc3545;color:#fff;cursor:pointer;margin-top:10px}.edit-container button:hover{background-color:#c82333}.dropdown-container{margin:10px 0}.button-content{display:flex;align-items:flex-start;flex-shrink:1;overflow:hidden}.button-text{color:#000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:120px;font-size:14px}.button-content:hover .button-text{white-space:normal}.no-data-container{display:flex;justify-content:center;align-items:center;height:200px}.no-data-container span{font-size:14px;color:#333;margin-right:10%}.line-input{border:none;outline:none;padding:5px;width:100%;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.line-input:focus{border-bottom:1px solid #000}.add-empty-row-button{background-color:#00acea;border-color:#00acea}.add-empty-row-button,.total-image{display:flex;align-items:center;justify-content:center;-webkit-transform:translateY(19px);transform:translateY(19px);margin-left:1%;width:185px;height:40px;border-radius:5px;color:#fff;cursor:pointer}.total-image{background-color:#4770c1;border-color:#4770c1;margin-right:57px}.left-aligned-slider{justify-content:flex-start;display:flex!important}.custom-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px;font-family:"Arial",sans-serif}.custom-table thead{background-color:#f2f2f2;font-weight:700;text-align:left}.custom-table td,.custom-table th{padding:12px 15px}.custom-table tbody tr:nth-child(2n){background-color:#f9f9f9}.custom-table tbody tr:nth-child(odd){background-color:#fff}.custom-table tbody tr:hover{background-color:#f1f1f1}.custom-table th{border-bottom:2px solid #ddd}.custom-table td{border-bottom:1px solid #ddd;color:#333}.custom-table td,.custom-table th{text-align:left}.spinner{border:4px solid hsla(0,0%,100%,.3);border-top-color:#3498db;border-radius:50%;width:50px;height:50px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin-top:25%;margin-left:50%}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.request-list-container{display:flex;width:100%}.arrow-icon-left-request-list{margin-left:0}.arrow-icon-left-request-list,.arrow-icon-right-request-list{cursor:pointer;font-size:24px;color:#333;transition:color .3s;margin-top:1.5%}.arrow-icon-right-request-list{margin-right:1.5%}.arrow-icon-left-request-list:hover,.arrow-icon-right-request-list:hover{color:#00008b}.request-list{display:flex;grid-gap:16px;gap:16px;padding-bottom:.125%;margin-top:1%;scroll-behavior:smooth;overflow:hidden;white-space:nowrap}.request-box{border:1px solid #eee;border-radius:.25rem;display:flex;align-items:center;padding:1% 6px;height:2rem;width:9rem;font-weight:700;cursor:pointer}.request-box.active{border:1.5px solid #00008b}.status-circle{border:.4rem solid;border-radius:1rem;margin-left:1.3rem}.status-circle.pending{border-color:#f6be00}.status-circle.accepted{border-color:green}.status-circle.rejected{border-color:#ff2400}.type-header{display:flex;align-items:center}.type-header h3{padding-right:3rem}.status-box{color:#fff;font-weight:700;border-radius:3px;width:5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.status-box.pending{background:#f6be00}.status-box.accepted{background:green}.status-box.rejected{background:#ff2400}.date-image-type-box{display:flex}.date-box{margin-top:-3px;font-style:italic}.image-type{padding-left:50%;font-weight:700;margin-top:-3px}.content-container{display:flex;height:100%;grid-gap:4.75%;gap:4.75%}.retailer-edit-table-container{padding-right:.5%;width:50%}.table{border:1px solid grey;border-collapse:collapse;width:100%}.table-header{background:#eee;padding:8px;border:1px solid grey}.table-cell{border:1px solid grey;padding:.5rem;height:1.5rem}.table-cell,.table-header{width:10rem;min-width:10rem;max-width:11rem}.table-cell:hover{cursor:pointer}.partition-line{width:.094rem;background-color:grey}.image-view{display:grid;flex:1 0 auto;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-gap:0;gap:0;height:100%;overflow-y:auto;max-height:21.313rem;padding-left:6%;width:40%}.image-title{margin-left:64px;font-size:18px;font-weight:700}.image-item{width:250px;height:auto;cursor:pointer;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale(1);transform:scale(1)}.image-item img{height:auto;max-height:100%;object-fit:cover;display:block}.icon-container{padding-top:1rem;padding-bottom:2rem}.reason-container{display:flex;align-items:center;padding-top:3%}.reason-text{font-weight:700;padding-right:1%}.reason-input{border:1px solid #eee;border-radius:.25rem;padding:7.5px;width:13.25rem;font-size:11.75px;background-color:#eaeaea;cursor:not-allowed}.buttons-container{grid-gap:16px;gap:16px;padding-left:50%}.accept-button,.buttons-container,.reject-button{display:flex;align-items:center;justify-content:center;color:#fff}.accept-button,.reject-button{width:6rem;height:1.896rem;font-weight:700;cursor:pointer}.reject-button{background-color:#ff2400}.accept-button{background-color:green}.reject-button:hover{background-color:#ee4b2b}.accept-button:hover{background-color:#006400}.total-images-button:hover{background-color:#00c}.popup-container{display:flex;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.popup-content{background-color:#fff;padding:1%;border-radius:5px;width:28.125rem;height:13rem}.popup-header-container{display:flex;justify-content:space-between;align-items:center;padding-bottom:2%}.popup-header{margin:0}.close-button{color:#aaa;font-size:1.5rem;font-weight:700;cursor:pointer}.close-button:focus,.close-button:hover{color:#000}.popup-display-data{margin:8% 0}.popup-display-data span{font-weight:700}.confirm-button{width:6rem;height:1.896rem;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:green;margin:5% auto 0}.rejection-reason-dropdown{border:1px solid #eee;padding:8px;width:100%;cursor:pointer;font-size:.75rem;margin-top:5%}.rejection-reason-dropdown-option{background-color:#fff;color:grey}.no-requests-message{font-size:15px}.image-container{overflow:hidden;position:relative;cursor:all-scroll;width:100%;height:100%}.magnifier-img{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:100%;height:auto;display:block}.icon-container{display:flex;justify-content:center;padding:.5rem}.rejected-cross-circle,.success-tick-circle{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.pdf-background{background:#f0f0f0;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:60px 20px 140px;box-sizing:border-box}.pdf-document{background:#fff;width:800px;padding:40px;box-shadow:0 30px 60px rgba(0,0,0,.25);color:#000;line-height:1.5;font-family:"Times New Roman",serif;border-radius:2px;box-sizing:border-box}.pdf-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #000;padding-bottom:10px;margin-bottom:20px}.pdf-title{font-size:22px;font-weight:700;text-transform:uppercase;margin-bottom:8px}.pdf-details{font-size:13px;margin-bottom:3px}.pdf-header-logo img{max-height:45px;max-width:60px;max-width:100%;width:100%;height:auto;display:block;object-fit:contain}.pdf-table{width:100%;border:1px solid #000;border-collapse:collapse;margin:15px 0}.pdf-table td{border:1px solid #000;padding:10px 12px;vertical-align:top;width:50%}.section-label{font-weight:700;margin-bottom:10px;text-decoration:underline}.pdf-field{margin-bottom:8px;font-size:14px}.pdf-paragraph{font-size:14px;margin:15px 0;text-align:justify}.pdf-signature{margin-top:40px;font-size:14px;text-align:right}.sticky-footer{position:fixed;bottom:0;left:0;border-top:1px solid #ddd;padding:14px 24px;box-shadow:0 -2px 6px rgba(0,0,0,.08);z-index:9999}.footer-inner,.sticky-footer{width:100%;background:hsla(0,0%,100%,.98);display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;box-sizing:border-box}.footer-inner{pointer-events:auto;border-radius:10px;padding:10px 16px}.btn{padding:10px 20px;font-size:14px;border:none;cursor:pointer;min-width:110px;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.06);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.btn-accept{background:#2ecc71;color:#fff}.btn-reject{background:#ff6b6b;color:#fff}.btn:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.btn:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:900px){.pdf-background{padding:24px 0 100px;align-items:flex-start}.pdf-document{width:98vw;min-width:unset;max-width:98vw;padding:18px 6vw 24px;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.13)}.pdf-header{flex-direction:row;align-items:flex-start;padding-bottom:8px;margin-bottom:12px}.pdf-header-logo{margin-top:0;align-self:flex-start;margin-left:auto;max-width:60px}.pdf-title{font-size:18px;margin-bottom:6px}.pdf-details{font-size:12px}.pdf-table{font-size:13px;margin:10px 0}.pdf-table td{padding:7px 6px;font-size:13px;display:block;width:100%;box-sizing:border-box;border-bottom:1px solid #ccc}.pdf-table tr{display:block;margin-bottom:8px}.pdf-paragraph{font-size:13px;margin:10px 0}.pdf-signature{font-size:13px;margin-top:24px;text-align:right}.sticky-footer{align-items:stretch;padding:10px 6vw;width:100vw;left:0;box-shadow:0 -1px 8px rgba(0,0,0,.07)}.footer-inner,.sticky-footer{flex-direction:column;grid-gap:10px;gap:10px}.footer-inner{padding:0;width:100%}.btn{width:100%;min-width:unset;font-size:15px;padding:12px 0}}@media (max-width:480px){.pdf-document{padding:10px 2vw 16px;border-radius:4px;font-size:12px}.pdf-title{font-size:15px}.pdf-header-logo img{max-height:28px;max-width:60px;max-width:100%;width:100%;height:auto;display:block;object-fit:contain}.sticky-footer{padding:8px 2vw}}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.popup-content{background:#fff;padding:clamp(16px,4vw,32px);border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.25);width:90vw;max-width:400px;text-align:center;-webkit-animation:popup-fade .2s ease-out;animation:popup-fade .2s ease-out;height:auto}@-webkit-keyframes popup-fade{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popup-fade{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.popup-message{font-size:clamp(16px,2vw,20px);margin-bottom:clamp(12px,3vw,20px)}.popup-content input[type=text]{letter-spacing:6px;font-size:clamp(18px,4vw,24px);text-align:center;width:clamp(140px,40vw,200px);padding:10px;margin-bottom:16px;border:1px solid #ccc;border-radius:8px}.popup-error{color:red;margin-bottom:12px;font-size:clamp(13px,2vw,15px)}.popup-actions{display:flex;grid-gap:16px;gap:16px;justify-content:center;flex-wrap:wrap}.popup-actions button{padding:10px 20px;min-width:100px;font-size:clamp(14px,2vw,16px);border-radius:6px;cursor:pointer}
/*# sourceMappingURL=main.b20abd12.chunk.css.map */