@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:8px;height:8px;display:block}::-webkit-scrollbar-track{background:#fff;display:block}::-webkit-scrollbar-thumb{background:#ddd;border-radius:5px}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}.app{min-height:100vh;width:100%;background-color:#fbfbfb}#overlays .modal-overlay{position:fixed;inset:0;background-color:#0000;z-index:1000;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-in-out}#overlays .modal-overlay.active{background-color:#000000b3}#overlays .modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);background-color:#fff;z-index:1000;width:auto;height:auto;min-width:200px;max-width:90vw;max-height:90vh;border-radius:20px;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}#overlays .modal.active{transform:translate(-50%,-50%) scale(1);opacity:1}.navbar{background-color:#fff;height:70px;width:100%;position:fixed;top:0;box-shadow:#0000000a 0 3px 5px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:500}.navbar .logo-name{font-family:Inter;font-style:normal;font-weight:700;font-size:22px;line-height:27px;text-transform:capitalize;color:#333;padding-left:20px}.navbar.no-shadow{box-shadow:none}.navbar .logo{height:50px;width:160px}.navbar .logo img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer}.navbar .profile-view{height:50px;width:50px;background-color:linen;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:400;color:#3a9391;cursor:pointer}.navbar .user-logout{position:absolute;bottom:-110px;right:55px;height:130px;width:300px;background-color:#fff;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border-radius:10px 0 10px 10px;padding:10px 15px;display:flex;flex-direction:column;border:1px solid #e0e0e0}.navbar .user-logout .user-logout-header{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding-bottom:8px;font-weight:500}.navbar .user-logout .user-logout-body{color:#333;border-bottom:1px solid #e0e0e0;padding:10px 0;font-size:15px}.navbar .user-logout .user-logout-footer{flex:1;display:flex;justify-content:flex-end;-moz-column-gap:10px;column-gap:10px;align-items:end}.navbar .user-logout .user-logout-footer button{width:100%;outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;font-weight:700;line-height:17px;font-size:14px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:70%;border-radius:8px;width:80px;font-weight:500;font-size:12px}.navbar .user-logout .user-logout-footer button:active{transform:scale(.99)}.navbar .user-logout .user-logout-footer button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.navbar .user-logout .user-logout-footer .cancel-btn{background-color:#fff;border:1px solid #e0e0e0}.navbar .user-logout .user-logout-footer .cancel-btn:hover{background-color:#eee}.navbar .user-logout .user-logout-footer .logout-btn{background-color:#ff3b30;color:#fff}.navbar .user-logout .user-logout-footer .logout-btn:hover{background-color:#d62118}.user-signin{width:100%;min-height:75vh;display:flex;justify-content:center;align-items:center}.user-signin .signin-box{width:410px;height:420px;padding:35px 60px;border-radius:20px;background-color:#fff;row-gap:20px;display:flex;flex-direction:column;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border:1px solid rgba(51,102,204,.2509803922)}.user-signin .signin-box h1{font-size:24px;font-weight:700;line-height:29px;text-align:center;color:#000}.user-signin .signin-box h3{font-weight:400;font-size:18px;line-height:22px;text-align:center;color:#000;opacity:.5}.user-signin .signin-box .signin-input{display:flex;flex-direction:column;row-gap:8px;margin:10px 0 30px;width:100%}.user-signin .signin-box .signin-input input{border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:border-color .2s;background-color:#fff;box-sizing:border-box;height:45px;width:100%;font-size:14px;padding:10px 3rem 10px 10px}.user-signin .signin-box .signin-input input:hover{border-color:#3366cc40}.user-signin .signin-box .signin-input input:focus{border:1px solid #3366cc}.user-signin .signin-box .signin-input input::-moz-placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.user-signin .signin-box .signin-input input::placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.user-signin .signin-box .signin-input input:disabled{background-color:#fff;border-color:#eee;cursor:not-allowed}.user-signin .signin-box .signin-input input:disabled::-moz-placeholder{color:#ccc;opacity:.8;font-weight:200}.user-signin .signin-box .signin-input input:disabled::placeholder{color:#ccc;opacity:.8;font-weight:200}.user-signin .signin-box .signin-input input::-moz-placeholder{font-size:14px}.user-signin .signin-box .signin-input input::placeholder{font-size:14px}.user-signin .signin-box .signin-input label{font-size:14px;color:#1d1b19}.user-signin .signin-box .signin-input .password-input{position:relative}.user-signin .signin-box .signin-input .password-input .eye-icon{position:absolute;right:1rem;padding-top:8px;top:50%;transform:translateY(-50%);font-size:1.2rem;cursor:pointer;opacity:1;transition:opacity .2s}.user-signin .signin-box .user-signin-btn{padding:16px 0;margin-top:15px;background-color:#3366cc0f;color:#36c;width:100%;outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;border-radius:8px;font-weight:700;line-height:17px;font-size:14px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid rgba(51,102,204,.2509803922)}.user-signin .signin-box .user-signin-btn:hover{background-color:#99aed930}.user-signin .signin-box .user-signin-btn:active{transform:scale(.99)}.user-signin .signin-box .user-signin-btn:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.user-signin .signin-box .user-signin-btn .loading-state{width:16px;height:16px;border:3px solid #3366cc;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.main-content-dashboard{height:90vh;padding:20px 15px;margin-top:10px;width:100%}.main-content-dashboard .main-content-box{display:flex;justify-content:center;flex-direction:column;background-color:#fff;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border-radius:20px;padding:25px 20px;height:100%;width:95%}.main-content-dashboard .main-content-box .main-content-header{display:flex;justify-content:flex-end;-moz-column-gap:20px;column-gap:20px;margin-top:10px}.main-content-dashboard .main-content-box .main-content-header .add-user-btn{width:100%;outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;font-weight:700;line-height:17px;font-size:14px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:180px;height:40px;border-radius:8px;background-color:#3366cc0f;color:#36c;border:1px solid rgba(51,102,204,.2509803922)}.main-content-dashboard .main-content-box .main-content-header .add-user-btn:active{transform:scale(.99)}.main-content-dashboard .main-content-box .main-content-header .add-user-btn:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.main-content-dashboard .main-content-box .main-content-header .add-user-btn:hover{background-color:#99aed930}.main-content-dashboard .main-content-box .main-content-header input{border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:border-color .2s;background-color:#fff;box-sizing:border-box;width:350px;padding:10px;font-size:12px}.main-content-dashboard .main-content-box .main-content-header input:hover{border-color:#3366cc40}.main-content-dashboard .main-content-box .main-content-header input:focus{border:1px solid #3366cc}.main-content-dashboard .main-content-box .main-content-header input::-moz-placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.main-content-dashboard .main-content-box .main-content-header input::placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.main-content-dashboard .main-content-box .main-content-header input:disabled{background-color:#fff;border-color:#eee;cursor:not-allowed}.main-content-dashboard .main-content-box .main-content-header input:disabled::-moz-placeholder{color:#ccc;opacity:.8;font-weight:200}.main-content-dashboard .main-content-box .main-content-header input:disabled::placeholder{color:#ccc;opacity:.8;font-weight:200}.main-content-dashboard .main-content-box .main-content-header input::-moz-placeholder{font-size:12px}.main-content-dashboard .main-content-box .main-content-header input::placeholder{font-size:12px}.main-content-dashboard .main-content-box .main-content-table{margin-top:30px;height:inherit;display:flex;justify-content:center}.main-content-dashboard .main-content-box .main-content-table table{height:90%;width:100%;border-spacing:0;border-collapse:separate;background-color:#fff;border-radius:10px;overflow:hidden;border:1px solid #eee}.main-content-dashboard .main-content-box .main-content-table table thead,.main-content-dashboard .main-content-box .main-content-table table tbody tr{display:table;width:100%;table-layout:fixed}.main-content-dashboard .main-content-box .main-content-table table tbody{color:#1a202c;opacity:.8;display:block;height:inherit;overflow:scroll}.main-content-dashboard .main-content-box .main-content-table table tbody .loading-state,.main-content-dashboard .main-content-box .main-content-table table tbody .empty-state{text-align:center;padding:20px;font-size:18px}.main-content-dashboard .main-content-box .main-content-table table thead tr{background-color:#36c;opacity:.9;color:#fff;text-align:left;border-radius:10px}.main-content-dashboard .main-content-box .main-content-table table thead tr th{font-weight:400}.main-content-dashboard .main-content-box .main-content-table table th,.main-content-dashboard .main-content-box .main-content-table table td{padding:16px;font-size:16px}.main-content-dashboard .main-content-box .main-content-table table th:nth-child(1),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(1){width:6%;padding-left:20px}.main-content-dashboard .main-content-box .main-content-table table th:nth-child(2),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(2){width:18%}.main-content-dashboard .main-content-box .main-content-table table th:nth-child(3),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(3),.main-content-dashboard .main-content-box .main-content-table table th:nth-child(4),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(4),.main-content-dashboard .main-content-box .main-content-table table th:nth-child(5),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(5){width:14%}.main-content-dashboard .main-content-box .main-content-table table th:nth-child(6),.main-content-dashboard .main-content-box .main-content-table table td:nth-child(6){width:13%;text-align:right}.main-content-dashboard .main-content-box .main-content-table table tbody tr td{border-bottom:1px solid #e0e0e0}.main-content-dashboard .main-content-box .main-content-table table tbody tr:last-child td{border-bottom:none}.main-content-dashboard .main-content-box .main-content-table table .verification-btn{width:100%;outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;font-weight:700;line-height:17px;font-size:14px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:10px;border-radius:8px;background-color:#3366cc0f;color:#36c;border:1px solid rgba(51,102,204,.2509803922);width:180px}.main-content-dashboard .main-content-box .main-content-table table .verification-btn:active{transform:scale(.99)}.main-content-dashboard .main-content-box .main-content-table table .verification-btn:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.main-content-dashboard .main-content-box .main-content-table table .verification-btn:hover{background-color:#99aed930}.main-content-dashboard .main-content-box .main-content-table table .extract-btn{width:100%;outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;font-weight:700;line-height:17px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:8px 12px;width:150px;border-radius:8px;background-color:#eff6ff;color:#1d4ed8;border:1px solid #a7c0ff;font-size:14px;white-space:nowrap}.main-content-dashboard .main-content-box .main-content-table table .extract-btn:active{transform:scale(.99)}.main-content-dashboard .main-content-box .main-content-table table .extract-btn:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.main-content-dashboard .main-content-box .main-content-table table .extract-btn:hover{background-color:#3366cc0f;color:#36c;border-color:#3366cc40}.main-content-dashboard .main-content-box .main-content-table table .file-name-cell{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content-dashboard .main-content-box .main-content-table table .status-pill{display:flex;justify-content:flex-start;align-items:center;font-size:15px;font-weight:500;color:#374151;padding-left:20px}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-null{color:#4b5563}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-pending{color:#ea580c}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-in-progress{color:#1d4ed8}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-completed{color:#16a34a}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-failed{color:#dc2626}.main-content-dashboard .main-content-box .main-content-table table .status-pill.is-na{color:#6b7280}.add-borrower-modal-content{height:-moz-fit-content;height:fit-content;width:458px;padding:25px;background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a}.add-borrower-modal-content form{height:100%;width:100%;display:flex;flex-direction:column;row-gap:12px}.add-borrower-modal-content form .text-input{display:flex;flex-direction:column;row-gap:8px}.add-borrower-modal-content form .text-input label{font-size:14px;font-weight:500;color:#1d1b19;line-height:17px}.add-borrower-modal-content form .text-input input,.add-borrower-modal-content form .text-input select{border:1px solid #e5e7eb;outline:none;transition:border-color .2s;box-sizing:border-box;padding:6px 12px;height:40px;font-size:14px;border:1px solid #b3b3b3;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.add-borrower-modal-content form .text-input input:hover,.add-borrower-modal-content form .text-input select:hover{border-color:#3366cc40}.add-borrower-modal-content form .text-input input:focus,.add-borrower-modal-content form .text-input select:focus{border:1px solid #3366cc}.add-borrower-modal-content form .text-input input::-moz-placeholder,.add-borrower-modal-content form .text-input select::-moz-placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.add-borrower-modal-content form .text-input input::placeholder,.add-borrower-modal-content form .text-input select::placeholder{color:#bbb;font-family:inter;font-weight:200;font-size:16px}.add-borrower-modal-content form .text-input input:disabled,.add-borrower-modal-content form .text-input select:disabled{background-color:#fff;border-color:#eee;cursor:not-allowed}.add-borrower-modal-content form .text-input input:disabled::-moz-placeholder,.add-borrower-modal-content form .text-input select:disabled::-moz-placeholder{color:#ccc;opacity:.8;font-weight:200}.add-borrower-modal-content form .text-input input:disabled::placeholder,.add-borrower-modal-content form .text-input select:disabled::placeholder{color:#ccc;opacity:.8;font-weight:200}.add-borrower-modal-content form .text-input input:focus,.add-borrower-modal-content form .text-input select:focus{border-color:#36c;outline:none;box-shadow:0 0 0 2px #36c3}.add-borrower-modal-content form .text-input input.error,.add-borrower-modal-content form .text-input select.error{border-color:#e53e3e}.add-borrower-modal-content form .text-input input.error:focus,.add-borrower-modal-content form .text-input select.error:focus{box-shadow:0 0 0 2px #e53e3e33}.add-borrower-modal-content form .text-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M10.3%203.3L6%207.6%201.7%203.3c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l5%205c.2.2.4.3.7.3s.5-.1.7-.3l5-5c.4-.4.4-1%200-1.4s-1-.4-1.4%200z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1rem center;background-repeat:no-repeat;background-size:.65rem;padding-right:2.5rem}.add-borrower-modal-content form .text-input select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.add-borrower-modal-content form .text-input .error-message{color:#e53e3e;font-size:12px;margin-top:-4px}.add-borrower-modal-content form .checklist-section{display:flex;flex-direction:column;row-gap:10px}.add-borrower-modal-content form .checklist-section h3{font-size:14px;font-weight:500;color:#1d1b19;margin:0;line-height:17px}.add-borrower-modal-content form .checklist-section .checklist{max-height:120px;overflow-y:auto;border:1px solid #b3b3b3;border-radius:4px;padding:10px}.add-borrower-modal-content form .checklist-section .checklist::-webkit-scrollbar{width:6px}.add-borrower-modal-content form .checklist-section .checklist::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.add-borrower-modal-content form .checklist-section .checklist::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.add-borrower-modal-content form .checklist-section .checklist::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.add-borrower-modal-content form .checklist-section .checklist .checklist-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#1d1b19;padding:4px 0}.add-borrower-modal-content form .checklist-section .checklist .checklist-item input[type=checkbox]{width:14px;height:14px;accent-color:#3366cc;cursor:pointer}.add-borrower-modal-content form .checklist-section .checklist .checklist-item span{flex:1;line-height:16px}.add-borrower-modal-content form .buttons{width:100%;display:flex;flex-direction:column;row-gap:12px;margin-top:5px}.add-borrower-modal-content form .buttons button{outline:none;border:none;cursor:pointer;text-align:center;letter-spacing:1px;font-weight:700;line-height:17px;font-size:14px;opacity:.9;transition:background-color .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:38px;font-size:13px;border-radius:8px;transition:background-color .2s ease,opacity .2s ease;position:relative}.add-borrower-modal-content form .buttons button:active{transform:scale(.99)}.add-borrower-modal-content form .buttons button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.add-borrower-modal-content form .buttons button:disabled{cursor:not-allowed;opacity:.7}.add-borrower-modal-content form .buttons button.loading{position:relative}.add-borrower-modal-content form .buttons button.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-top:-8px;margin-left:-8px;border-radius:50%;border:2px solid transparent;border-top-color:currentColor;animation:spin .8s linear infinite}.add-borrower-modal-content form .buttons button:first-child{background-color:#3366cc0f;color:#36c;border:1px solid rgba(51,102,204,.2509803922)}.add-borrower-modal-content form .buttons button:first-child:hover:not(:disabled){background-color:#99aed930}.add-borrower-modal-content form .buttons button:last-child{background-color:#fff;border:1px solid #b3b3b3;color:#1d1b19;opacity:.8}.add-borrower-modal-content form .buttons button:last-child:hover:not(:disabled){background-color:#e5e5e5}.upload-page{max-width:900px;margin:0 auto;padding:24px 16px}.upload-rectangle{background:#fff;border:2px dashed rgba(51,102,204,.2509803922);border-radius:12px;padding:32px;display:flex;align-items:center;justify-content:center;min-height:160px;cursor:pointer;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.upload-rectangle.is-disabled{cursor:not-allowed;opacity:.7}.upload-rectangle.is-drag-active{background:#3366cc0f;border-color:#2563eb}.upload-rectangle .rectangle-content{text-align:center}.upload-rectangle .rectangle-content .title{font-size:20px;font-weight:600;color:#1d1b19}.upload-rectangle .rectangle-content .subtitle{margin-top:6px;font-size:14px;color:#4b5563}.upload-rectangle .rectangle-content .spinner{margin:16px auto 0;width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.queue-status{margin-top:16px;background:#f8f8f8;border:1px solid #f0f0f1;border-radius:10px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.queue-status .left{display:flex;align-items:center;gap:10px}.queue-status .left .label{color:#374151;font-size:14px}.queue-status .left .success-pill{background:#f0fdf4;color:#16a34a;border:1px solid rgba(22,163,74,.25);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.queue-status .right{display:flex;align-items:center;gap:8px}.queue-status .right button{border:1px solid #f0f0f1;padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.queue-status .right button.primary{background:#2563eb;border-color:#2563eb;color:#fff}.queue-status .right button.secondary{background:#fff;color:#1f2937}.queue-status .right button:disabled{cursor:not-allowed;opacity:.6}.file-list{margin-top:12px;list-style:none;padding:0}.file-list .file-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #f0f0f1;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d}.file-list .file-row+.file-row{margin-top:8px}.file-list .file-row .file-name{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d1b19}.file-list .file-row .status{font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px}.file-list .file-row .status.is-success{background:#f0fdf4;color:#16a34a;border:1px solid rgba(22,163,74,.25)}.file-list .file-row .status.is-error{background:#fef2f2;color:#dc2626;border:1px solid rgba(220,38,38,.25)}.file-list .file-row .status.is-in-progress{background:#eff6ff;color:#1d4ed8;border:1px solid rgba(37,99,235,.25)}.file-list .file-row .status.is-pending,.file-list .file-row .status.is-waiting{background:#f3f4f6;color:#374151;border:1px solid rgba(156,163,175,.25)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zip-file-details-container{height:90vh;padding:20px 15px;margin-top:10px;width:100%;background-color:#f8fafc}.zip-file-details-container .zip-file-details-header{background-color:#fff;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.zip-file-details-container .zip-file-details-header h1{margin:0;font-size:24px;font-weight:600;color:#1d1b19}.zip-file-details-container .zip-file-details-header .meta{display:flex;align-items:center;gap:16px;font-size:14px}.zip-file-details-container .zip-file-details-header .meta .label{color:#4b5563;font-weight:500}.zip-file-details-container .zip-file-details-header .meta .value{font-weight:600;color:#1f2937;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background-color:#f3f4f6;padding:6px 10px;border-radius:6px;border:1px solid #e5e7eb}.zip-file-details-container .zip-file-details-header .meta .count{color:#374151;font-weight:600;background-color:#f3f4f6;padding:6px 12px;border-radius:16px;border:1px solid #e5e7eb}@media (max-width: 768px){.zip-file-details-container .zip-file-details-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.zip-file-details-container .zip-file-details-header h1{font-size:22px}.zip-file-details-container .zip-file-details-header .meta{flex-wrap:wrap;gap:12px;font-size:14px}}.zip-file-details-container .zip-file-details-content{margin-top:18px;height:calc(100% - 88px);background-color:#fff;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border-radius:16px;padding:20px;display:flex;flex-direction:column}.zip-file-details-container .zip-file-details-content .state{text-align:center;padding:24px 16px;font-size:16px;font-weight:500}.zip-file-details-container .zip-file-details-content .state.loading{color:#222}.zip-file-details-container .zip-file-details-content .state.error{color:#dc2626}.zip-file-details-container .zip-file-details-content .state.empty{color:#4b5563}.zip-file-details-container .zip-file-details-content .cards-grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:20px;overflow:auto;padding-right:6px}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card:hover{box-shadow:0 4px 12px -2px #0000001a}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-header{padding:18px 20px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-header .doc-name{font-size:16px;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-state-box{padding:16px 20px;background-color:#fff;display:flex;flex-direction:column;gap:12px;border-bottom:1px dashed #e5e7eb}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-state-box .state-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-state-box .state-row .state-label{font-size:13px;color:#4b5563;font-weight:500}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body .field{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(226,232,240,.5)}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body .field:last-child{border-bottom:none}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body .field .field-label{font-size:13px;color:#4b5563;font-weight:500}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body .field .field-value{font-size:14px;color:#1f2937;font-weight:500}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body .field .field-value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background-color:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:12px}@media (max-width: 480px){.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-header,.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-state-box,.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .doc-card-body{padding-left:16px;padding-right:16px}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .field{flex-direction:column;align-items:flex-start;gap:6px}.zip-file-details-container .zip-file-details-content .cards-grid .doc-card .field .field-value{align-self:flex-end}}@media (max-width: 420px){.zip-file-details-container .zip-file-details-content .cards-grid{grid-template-columns:1fr;gap:16px}}.zip-file-details-container .status-pill{display:flex;justify-content:flex-start;align-items:center;font-size:14px;font-weight:500;color:#374151;padding-left:20px}.zip-file-details-container .status-pill.is-null{color:#4b5563}.zip-file-details-container .status-pill.is-pending{color:#ea580c}.zip-file-details-container .status-pill.is-in-progress{color:#1d4ed8}.zip-file-details-container .status-pill.is-completed{color:#16a34a}.zip-file-details-container .status-pill.is-failed{color:#dc2626}.zip-file-details-container .status-pill.is-na{color:#6b7280}@media (max-width: 768px){.zip-file-details-container{padding:16px}.zip-file-details-container .zip-file-details-content{margin-top:20px;padding:24px 20px}}
