@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap);.overlay[data-v-6a54ce18]{position:fixed;height:100vh;width:100vw;background-color:rgba(0,0,0,.5);z-index:1000;top:0;left:0}.modal[data-v-6a54ce18]{position:fixed;height:100vh;width:280px;background-color:#fff;top:0;left:0;padding:2rem 1.5rem;display:flex;flex-direction:column;box-shadow:2px 0 10px rgba(0,0,0,.1)}.modal .modal_logo[data-v-6a54ce18]{display:flex;width:140px;height:36px;margin-bottom:2rem;justify-content:center;align-items:center}.modal .modal_logo .modal_logo_inner[data-v-6a54ce18]{width:100%;display:flex;height:auto}.modal .modal_logo .modal_logo_inner img[data-v-6a54ce18]{width:100%;height:auto}.modal .side_menu_links[data-v-6a54ce18]{flex:1;display:flex;flex-direction:column;gap:8px;margin-bottom:2rem}.modal .side_menu_links .router-link-active[data-v-6a54ce18]{background-color:#41368e;border-radius:8px}.modal .side_menu_links .router-link-active svg[data-v-6a54ce18]{fill:#fff}.modal .side_menu_links .router-link-active svg path[data-v-6a54ce18]{fill:#fff;stroke:#fff}.modal .side_menu_links .router-link-active p[data-v-6a54ce18]{color:#fff}.modal .side_menu_links a[data-v-6a54ce18]{display:flex;align-items:center;text-decoration:none;padding:12px 16px;border-radius:8px;gap:12px;transition:all .2s ease}.modal .side_menu_links a[data-v-6a54ce18]:hover{background-color:#41368e;transform:translateX(2px)}.modal .side_menu_links a:hover svg[data-v-6a54ce18]{fill:#fff}.modal .side_menu_links a:hover svg path[data-v-6a54ce18]{fill:#fff;stroke:#fff}.modal .side_menu_links a:hover p[data-v-6a54ce18]{color:#fff}.modal .side_menu_links a p[data-v-6a54ce18]{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#5e626a;margin:0}.modal .side_menu_links a svg[data-v-6a54ce18]{width:24px;height:24px;fill:#5e626a;transition:all .2s ease}.modal .logout_container[data-v-6a54ce18]{display:flex;cursor:pointer;align-items:center;text-decoration:none;padding:12px 16px;border-radius:8px;gap:12px;transition:all .2s ease}.modal .logout_container[data-v-6a54ce18]:hover{background-color:rgba(85,75,149,.1);transform:translateX(2px)}.modal .logout_container:hover svg[data-v-6a54ce18]{fill:#554b95}.modal .logout_container:hover p[data-v-6a54ce18]{color:#554b95}.modal .logout_container p[data-v-6a54ce18]{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#5e626a;margin:0}.modal .logout_container svg[data-v-6a54ce18]{width:24px;height:24px;fill:#5e626a;transition:all .2s ease}.nav[data-v-416c8de7]{padding:.625rem .5rem;background-color:#f7f7f7;display:flex;justify-content:flex-start;align-items:center;width:100%;height:55px;top:0;position:fixed}.nav .hamburger[data-v-416c8de7]{display:flex;flex-direction:column;gap:.1875rem}.nav .hamburger div[data-v-416c8de7]{background-color:#2b2b2b;height:.1125rem;width:1.125em}.button{flex:1;gap:10px}.button,.button button{display:flex;justify-content:center;align-items:center}.button button{width:100%;height:50px;border-radius:5px;cursor:pointer;border:none;background:#554b95;color:#fff}.button button:disabled{cursor:no-drop;background:rgba(85,75,149,.518)}.input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:.3125rem;border:.0625rem solid #c4c1c1;height:3.125em}.input svg{cursor:pointer;margin-right:.75rem}.input input{width:100%;flex:1;height:auto;display:flex;border:none;border-radius:.3125rem;padding:.875rem 1rem;color:#000;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.input input:focus{outline:none}.input textarea{width:100%;resize:none;height:111.18px;flex:1;height:auto;display:flex;border:none;border-radius:.3125rem;padding:.875rem 1rem;color:#000;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.input textarea:focus{outline:none}.input select{width:100%;flex:1;height:auto;display:flex;border:none;border-radius:.3125rem;padding:.875rem 1rem;color:#000;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.input select:focus{outline:none}body *{box-sizing:border-box}@media only screen and (max-width:920px){.app_nav{display:flex;margin-bottom:80px}}.app_nav .nav{display:none}@media only screen and (max-width:920px){.app_nav .nav{display:flex}}.app_nav .nav .menu{position:absolute;transform:translateX(-100%);transition:.1s ease-in-out}.app_nav .nav .open{transform:translateX(0)}@font-face{font-family:Moderat;src:url(/fonts/Moderat-Black.11356392.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Moderat;src:url(/fonts/Moderat-Light.e5e208c5.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Moderat;src:url(/fonts/Moderat-Regular.6b123348.ttf) format("truetype");font-weight:400;font-style:normal}.app{margin:0 auto;width:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Moderat,Inter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{padding:0;margin:0;box-sizing:border-box}.login[data-v-fc7682b0]{display:flex;flex-direction:column;width:100%;height:100vh}.login .login_body[data-v-fc7682b0]{display:flex;flex-direction:column;margin:auto;width:23.375em;align-items:center}.login .login_body .signup_body_text_logo[data-v-fc7682b0]{display:flex;width:10.3125em;height:3.6875em;margin-bottom:4.5625rem;justify-content:center;align-items:center}.login .login_body .signup_body_text_logo .signup_body_text_logo_inner[data-v-fc7682b0]{width:100%;display:flex;height:auto}.login .login_body .signup_body_text_logo .signup_body_text_logo_inner img[data-v-fc7682b0]{width:100%;height:auto}.login .login_body .signup_body_form_container_inputs[data-v-fc7682b0]{margin-bottom:1rem;width:100%;display:flex;flex-direction:column}.login .login_body .signup_body_form_container_inputs form[data-v-fc7682b0]{display:flex;width:100%;flex-direction:column;gap:1.25rem}.login .login_body .signup_body_form_container_inputs form .loading-circle[data-v-fc7682b0]{width:30px;height:30px;border-radius:50%;border:2px solid #fff;position:relative;animation:rotate-fc7682b0 1s linear infinite}.login .login_body .signup_body_form_container_inputs form .loading-circle[data-v-fc7682b0]:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background-color:#fff;transform:translate(-50%,-50%);animation:bounce-fc7682b0 .6s linear infinite}@keyframes rotate-fc7682b0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce-fc7682b0{0%,to{transform:scale(1)}50%{transform:scale(0)}}.login .login_body .signup_body_form_container_inputs form .signup_body_form_container_inputs_container[data-v-fc7682b0]{display:flex;gap:1.5rem}.login .login_body h3[data-v-fc7682b0]{color:#000;font-family:Moderat;font-size:2rem;font-style:normal;font-weight:500;line-height:normal;text-align:center;margin-bottom:2.625rem}.login .login_body a[data-v-fc7682b0]{text-decoration:none;text-align:center;color:#5f5f5f;margin-bottom:.3125rem}.login .login_body a span[data-v-fc7682b0]{color:#554b95}.login-v2[data-v-22a58842]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#262154,#1a1a3a 50%,#262154);padding:2rem 1rem;position:relative}.login-v2[data-v-22a58842]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(85,75,149,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(85,75,149,.05) 0,transparent 50%);pointer-events:none}.login-v2 .login-v2_container[data-v-22a58842]{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 8px 32px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.login-v2 .login-v2_container .login-v2_logo[data-v-22a58842]{display:flex;justify-content:center;margin-bottom:2.5rem}.login-v2 .login-v2_container .login-v2_logo .login-v2_logo_inner[data-v-22a58842]{width:120px;height:auto}.login-v2 .login-v2_container .login-v2_logo .login-v2_logo_inner img[data-v-22a58842]{width:100%;height:auto}.login-v2 .login-v2_container .login-v2_header[data-v-22a58842]{text-align:center;margin-bottom:2.5rem}.login-v2 .login-v2_container .login-v2_header h1[data-v-22a58842]{color:#000;font-family:Moderat;font-size:1.75rem;font-weight:500;line-height:1.2;margin:0 0 .5rem 0}.login-v2 .login-v2_container .login-v2_header p[data-v-22a58842]{color:#606060;font-family:Inter;font-size:.95rem;font-weight:400;line-height:1.4;margin:0}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group[data-v-22a58842]{margin-bottom:1.5rem}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_label[data-v-22a58842]{display:block;color:#000;font-family:Inter;font-size:.875rem;font-weight:500;margin-bottom:.5rem;line-height:1.2}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper[data-v-22a58842]{position:relative;display:flex;align-items:center}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_input[data-v-22a58842]{width:100%;height:48px;padding:0 1rem;border:1.5px solid #c4c1c1;border-radius:8px;background:#fff;color:#000;font-family:Inter;font-size:.875rem;font-weight:400;line-height:1.4;transition:all .2s ease}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_input[data-v-22a58842]:focus{outline:none;border-color:#554b95;box-shadow:0 0 0 3px rgba(85,75,149,.1)}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_input[data-v-22a58842]::-moz-placeholder{color:#9ca3af}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_input[data-v-22a58842]::placeholder{color:#9ca3af}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_password-toggle[data-v-22a58842]{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_password-toggle[data-v-22a58842]:hover{background-color:rgba(0,0,0,.05)}.login-v2 .login-v2_container .login-v2_form .login-v2_input-group .login-v2_input-wrapper .login-v2_password-toggle[data-v-22a58842]:focus{outline:none;background-color:rgba(0,0,0,.1)}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group[data-v-22a58842]{margin-top:2rem}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button[data-v-22a58842]{width:100%;height:48px;background:#554b95;color:#fff;border:none;border-radius:8px;font-family:Inter;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button[data-v-22a58842]:hover:not(:disabled){background:#463d7a;transform:translateY(-1px)}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button[data-v-22a58842]:active:not(:disabled){transform:translateY(0)}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button[data-v-22a58842]:disabled{background:rgba(85,75,149,.6);cursor:not-allowed;transform:none}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button .login-v2_loading[data-v-22a58842]{display:flex;align-items:center;gap:.5rem}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button .login-v2_loading .login-v2_loading-spinner[data-v-22a58842]{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin-22a58842 1s linear infinite}.login-v2 .login-v2_container .login-v2_form .login-v2_button-group .login-v2_button .login-v2_loading span[data-v-22a58842]{font-size:.95rem;font-weight:500}@keyframes spin-22a58842{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:480px){.login-v2[data-v-22a58842]{padding:1rem}.login-v2 .login-v2_container[data-v-22a58842]{padding:2rem 1.5rem;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.15),0 2px 6px rgba(0,0,0,.1)}.login-v2 .login-v2_container .login-v2_logo[data-v-22a58842]{margin-bottom:2rem}.login-v2 .login-v2_container .login-v2_logo .login-v2_logo_inner[data-v-22a58842]{width:100px}.login-v2 .login-v2_container .login-v2_header[data-v-22a58842]{margin-bottom:2rem}.login-v2 .login-v2_container .login-v2_header h1[data-v-22a58842]{font-size:1.5rem}.login-v2 .login-v2_container .login-v2_header p[data-v-22a58842]{font-size:.9rem}}.side-menu-v2[data-v-ebffc53a]{display:flex;width:300px;padding:32px 20px;height:100vh;overflow:hidden;flex-direction:column;align-items:flex-start;gap:2px;border-radius:12px;background:#fff}@media(max-width:1024px){.side-menu-v2[data-v-ebffc53a]{position:fixed;left:-100%;top:0;width:280px;background:#fff;z-index:1000;transition:left .3s ease;box-shadow:2px 0 10px rgba(0,0,0,.1)}.side-menu-v2.open[data-v-ebffc53a]{left:0}}.side-menu-v2 .logo[data-v-ebffc53a]{padding:0 12px;width:145px;height:40px;margin-bottom:45px}@media(max-width:1200px){.side-menu-v2 .logo[data-v-ebffc53a]{width:120px;height:32px;margin-bottom:32px}}@media(max-width:1024px){.side-menu-v2 .logo[data-v-ebffc53a]{width:140px;height:36px;margin-bottom:24px;padding:0 8px}}.side-menu-v2 .logo img[data-v-ebffc53a]{height:32px;width:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:1200px){.side-menu-v2 .logo img[data-v-ebffc53a]{height:28px}}@media(max-width:1024px){.side-menu-v2 .logo img[data-v-ebffc53a]{height:32px}}.side-menu-v2 .menu-links[data-v-ebffc53a]{flex:1;display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:1024px){.side-menu-v2 .menu-links[data-v-ebffc53a]{gap:4px}}.side-menu-v2 .menu-links[data-v-ebffc53a]::-webkit-scrollbar-track{background:transparent}.side-menu-v2 .menu-links[data-v-ebffc53a]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}.side-menu-v2 .menu-links .menu-item[data-v-ebffc53a]{display:flex;height:52px;padding:10px 12px;align-items:center;text-decoration:none;gap:12px;border-radius:8px;width:100%;color:#5e626a;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .2s ease}@media(max-width:1200px){.side-menu-v2 .menu-links .menu-item[data-v-ebffc53a]{height:48px;padding:8px 10px;font-size:14px;gap:10px}}@media(max-width:1024px){.side-menu-v2 .menu-links .menu-item[data-v-ebffc53a]{height:44px;padding:10px 12px;font-size:15px;margin-bottom:2px;gap:12px}}.side-menu-v2 .menu-links .menu-item svg[data-v-ebffc53a]{width:24px;height:24px;display:flex;flex-shrink:0;color:#5e626a;transition:all .2s ease}@media(max-width:1200px){.side-menu-v2 .menu-links .menu-item svg[data-v-ebffc53a]{width:20px;height:20px}}@media(max-width:1024px){.side-menu-v2 .menu-links .menu-item svg[data-v-ebffc53a]{width:22px;height:22px}}.side-menu-v2 .menu-links .menu-item span[data-v-ebffc53a]{font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease}@media(max-width:1200px){.side-menu-v2 .menu-links .menu-item span[data-v-ebffc53a]{font-size:13px}}@media(max-width:1024px){.side-menu-v2 .menu-links .menu-item span[data-v-ebffc53a]{font-size:14px}}.side-menu-v2 .menu-links .menu-item[data-v-ebffc53a]:hover{border-radius:8px;cursor:pointer;background:#41368e;color:#fff;transform:translateX(2px)}.side-menu-v2 .menu-links .menu-item:hover svg[data-v-ebffc53a]{color:#fff;fill:#fff}.side-menu-v2 .menu-links .menu-item:hover svg path[data-v-ebffc53a]{fill:#fff;stroke:#fff}.side-menu-v2 .menu-links .menu-item:hover span[data-v-ebffc53a]{color:#fff}.side-menu-v2 .menu-links .menu-item.active[data-v-ebffc53a]{border-radius:8px;background:#41368e;color:#fff;box-shadow:0 2px 8px rgba(65,54,142,.3)}.side-menu-v2 .menu-links .menu-item.active svg[data-v-ebffc53a]{color:#fff;fill:#fff}.side-menu-v2 .menu-links .menu-item.active svg path[data-v-ebffc53a]{fill:#fff;stroke:#fff}.side-menu-v2 .menu-links .menu-item.active span[data-v-ebffc53a]{color:#fff}.side-menu-v2 .menu-links .menu-item[data-v-ebffc53a]:active{transform:translateX(1px)}.side-menu-v2 .logout-button[data-v-ebffc53a]{display:flex;align-items:center;gap:12px;padding:12px;border:none;background:none;width:100%;color:#5e626a;cursor:pointer;border-radius:8px;margin-top:auto;transition:all .2s ease}@media(max-width:1200px){.side-menu-v2 .logout-button[data-v-ebffc53a]{padding:10px;gap:8px}}@media(max-width:1024px){.side-menu-v2 .logout-button[data-v-ebffc53a]{padding:12px;margin-top:16px}}.side-menu-v2 .logout-button svg[data-v-ebffc53a]{width:24px;height:24px;color:#5e626a;transition:color .2s ease}@media(max-width:1200px){.side-menu-v2 .logout-button svg[data-v-ebffc53a]{width:20px;height:20px}}@media(max-width:1024px){.side-menu-v2 .logout-button svg[data-v-ebffc53a]{width:22px;height:22px}}.side-menu-v2 .logout-button span[data-v-ebffc53a]{font-size:16px;font-weight:500;transition:color .2s ease}@media(max-width:1200px){.side-menu-v2 .logout-button span[data-v-ebffc53a]{font-size:14px}}@media(max-width:1024px){.side-menu-v2 .logout-button span[data-v-ebffc53a]{font-size:15px}}.side-menu-v2 .logout-button[data-v-ebffc53a]:hover{background:rgba(85,75,149,.1);color:#554b95;transform:translateX(2px)}.side-menu-v2 .logout-button:hover span[data-v-ebffc53a],.side-menu-v2 .logout-button:hover svg[data-v-ebffc53a]{color:#554b95}@media(max-width:1024px){.side-menu-v2[data-v-ebffc53a]{transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.side-menu-v2.open[data-v-ebffc53a]{transform:translateX(0)}}.shipments[data-v-4fba8d7d]{display:flex;height:100vh;overflow-y:auto}@media only screen and (max-width:920px){.shipments .shipments_side_menu[data-v-4fba8d7d]{display:none}}.shipments_table[data-v-0b0e203c]{gap:24px;background:#f3f1f1;width:100%;max-width:100%;height:100vh;padding:24px;box-sizing:border-box;overflow:hidden}.loading-state[data-v-0b0e203c]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-0b0e203c]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-0b0e203c 1s linear infinite}.loading-state p[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}.shipments_table_header[data-v-0b0e203c]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.shipments_table_header .shipments_table_header_left h1[data-v-0b0e203c]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.shipments_filter_wrapper[data-v-0b0e203c]{display:flex;gap:16px;margin-bottom:24px;align-items:center;justify-content:space-between}.shipments_filter_wrapper .shipments_input[data-v-0b0e203c]{display:flex;align-items:center;flex:1;max-width:400px}.shipments_filter_wrapper .shipments_input .input_field[data-v-0b0e203c]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.shipments_filter_wrapper .shipments_input .input_field[data-v-0b0e203c]:focus{outline:none;border-color:#41368e}.shipments_filter_wrapper .shipments_input .input_field[data-v-0b0e203c]::-moz-placeholder{color:#939393}.shipments_filter_wrapper .shipments_input .input_field[data-v-0b0e203c]::placeholder{color:#939393}.shipments_filter_wrapper .shipments_input .search-btn[data-v-0b0e203c]{height:40px;border:thin solid #41368e;margin-left:8px;padding:8px 16px;border-radius:4px;border:none;background-color:#41368e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px}.shipments_filter_wrapper .shipments_input .clear-btn[data-v-0b0e203c]{height:40px;border:thin solid #fff;margin-left:8px;padding:8px 16px;border-radius:4px;border:none;background-color:#fff;color:#41368e;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px}.shipments_filter_wrapper .shipments_select[data-v-0b0e203c]{min-width:200px}.shipments_filter_wrapper .shipments_select .input_field[data-v-0b0e203c]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.shipments_filter_wrapper .shipments_select .input_field[data-v-0b0e203c]:focus{outline:none;border-color:#41368e}.shipments_table_body[data-v-0b0e203c]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.shipments_table_body .shipments_table_body_inner[data-v-0b0e203c]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.shipments_table_body .shipments_table_body_inner[data-v-0b0e203c]{width:100%}}.shipments_table_body .shipments_table_body_inner .shipments_table_body_inner_content[data-v-0b0e203c]{display:flex;flex-direction:column;align-items:center;gap:35px}.shipments_table_body .shipments_table_body_inner .shipments_table_body_inner_content .shipments_table_body_inner_content_inner[data-v-0b0e203c]{display:flex;flex-direction:column;align-items:center;gap:12px}.shipments_table_body .shipments_table_body_inner .shipments_table_body_inner_content .shipments_table_body_inner_content_inner h1[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.shipments_table_body .shipments_table_body_inner .shipments_table_body_inner_content .shipments_table_body_inner_content_inner p[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.shipments_table_filled[data-v-0b0e203c]{width:100%;display:flex;gap:20px;border-radius:8px;background:#f3f1f1}.shipments_table_filled .shipments_table_filled_body[data-v-0b0e203c]{position:relative;flex:1;width:100%;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.shipments_table_filled .shipments_table_filled_body[data-v-0b0e203c]::-webkit-scrollbar{width:6px}.shipments_table_filled .shipments_table_filled_body[data-v-0b0e203c]::-webkit-scrollbar-track{background:transparent}.shipments_table_filled .shipments_table_filled_body[data-v-0b0e203c]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.shipments_table_filled .shipments_table_filled_body[data-v-0b0e203c]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner[data-v-0b0e203c]{width:100%;display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;border:.5px solid #bbbabd;background:#fff;cursor:pointer;transition:all .3s ease}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner[data-v-0b0e203c]:hover{box-shadow:0 4px 12px rgba(65,54,142,.1);border-color:#41368e}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header[data-v-0b0e203c]{display:flex;width:100%;justify-content:space-between}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_left[data-v-0b0e203c]{display:flex;flex-direction:column;gap:4px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_left p[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_left .shipment-id[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px;width:-moz-fit-content;width:fit-content}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right[data-v-0b0e203c]{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-weight[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:12px;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-logged[data-v-0b0e203c]{background:#e3f2fd;color:#1976d2}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-pending[data-v-0b0e203c]{background:#fff3e0;color:#f57c00}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-received[data-v-0b0e203c]{background:#e8f5e8;color:#388e3c}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-shipped[data-v-0b0e203c]{background:#e1f5fe;color:#0288d1}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-awaiting[data-v-0b0e203c]{background:#f3e5f5;color:#7b1fa2}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-delivered[data-v-0b0e203c]{background:#e8f5e8;color:#2e7d32}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right .shipment-status.status-default[data-v-0b0e203c]{background:#f5f5f5;color:#757575}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body[data-v-0b0e203c]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:.5px solid #bbbabd;border-radius:8px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner[data-v-0b0e203c]{display:flex;align-items:center;gap:16px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .tracking-info[data-v-0b0e203c]{display:flex;flex-direction:column;gap:2px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .tracking-info .tracking-number[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .tracking-info .tracking-label[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .date-info[data-v-0b0e203c]{display:flex;flex-direction:column;gap:2px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .date-info .shipment-date[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;margin:0}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left .shipments_table_filled_body_inner_body_left_inner .date-info .date-label[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_right .shipment-details-grid[data-v-0b0e203c]{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_right .shipment-details-grid .detail-item[data-v-0b0e203c]{display:flex;flex-direction:column;gap:4px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_right .shipment-details-grid .detail-item .detail-label[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.shipments_table_filled .shipments_table_filled_body .shipments_table_filled_body_inner .shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_right .shipment-details-grid .detail-item .detail-value[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:13px;color:#2b2b2b}@media(max-width:768px){.shipments_table_filled_body_inner_header[data-v-0b0e203c]{flex-direction:column;gap:12px;align-items:flex-start}.shipments_table_filled_body_inner_header .shipments_table_filled_body_inner_header_right[data-v-0b0e203c]{align-items:flex-start}.shipments_table_filled_body_inner_body[data-v-0b0e203c]{flex-direction:column;gap:16px}.shipments_table_filled_body_inner_body .shipments_table_filled_body_inner_body_left_inner[data-v-0b0e203c]{flex-direction:column;align-items:flex-start;gap:12px}.shipments_table_filled_body_inner_body .shipment-details-grid[data-v-0b0e203c]{grid-template-columns:1fr;gap:12px}.shipments_filter_wrapper[data-v-0b0e203c]{flex-direction:column;gap:12px}.shipments_filter_wrapper .shipments_input[data-v-0b0e203c]{max-width:100%}.shipments_filter_wrapper .shipments_select[data-v-0b0e203c]{min-width:100%}}.consignment-btn[data-v-0b0e203c]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}.consignment-btn[data-v-0b0e203c]:hover{background:#352a6b}.consignment-btn svg[data-v-0b0e203c]{width:20px;height:20px}.checkbox-container[data-v-0b0e203c]{display:flex;align-items:center;margin-right:12px}.shipment-checkbox[data-v-0b0e203c]{display:none}.checkbox-label[data-v-0b0e203c]{position:relative;width:20px;height:20px;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s ease}.checkbox-label[data-v-0b0e203c]:hover{border-color:#41368e}.checkbox-label[data-v-0b0e203c]:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.shipment-checkbox:checked+.checkbox-label[data-v-0b0e203c]{background:#41368e;border-color:#41368e}.shipment-checkbox:checked+.checkbox-label[data-v-0b0e203c]:after{opacity:1}.shipment-info[data-v-0b0e203c]{display:flex;flex-direction:column;gap:4px}.modal-overlay[data-v-0b0e203c]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.consignment-modal[data-v-0b0e203c]{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.2)}.modal-header[data-v-0b0e203c]{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.modal-header h2[data-v-0b0e203c]{font-family:Inter;font-weight:700;font-size:24px;color:#2b2b2b;margin:0}.modal-header .close-btn[data-v-0b0e203c]{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease}.modal-header .close-btn[data-v-0b0e203c]:hover{background:#f5f5f5}.modal-header .close-btn svg[data-v-0b0e203c]{width:24px;height:24px;color:#5e626a}.modal-content[data-v-0b0e203c]{flex:1;padding:24px;overflow-y:auto}.selected-items-header[data-v-0b0e203c]{margin-bottom:20px}.selected-items-header h3[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.selected-items-list[data-v-0b0e203c]{display:flex;flex-direction:column;gap:16px}.selected-item[data-v-0b0e203c]{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background:#fafafa}.selected-item .item-header[data-v-0b0e203c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.selected-item .item-header h4[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.selected-item .item-header .item-id[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px}.selected-item .item-details[data-v-0b0e203c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.selected-item .item-details .detail-row[data-v-0b0e203c]{display:flex;justify-content:space-between;align-items:center}.selected-item .item-details .detail-row .detail-label[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a}.selected-item .item-details .detail-row .detail-value[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b}.selected-item .item-details .detail-row .detail-value.status[data-v-0b0e203c]{padding:2px 8px;border-radius:12px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.selected-item .item-details .detail-row .detail-value.status.status-logged[data-v-0b0e203c]{background:#e3f2fd;color:#1976d2}.selected-item .item-details .detail-row .detail-value.status.status-pending[data-v-0b0e203c]{background:#fff3e0;color:#f57c00}.selected-item .item-details .detail-row .detail-value.status.status-received[data-v-0b0e203c]{background:#e8f5e8;color:#388e3c}.selected-item .item-details .detail-row .detail-value.status.status-shipped[data-v-0b0e203c]{background:#e1f5fe;color:#0288d1}.selected-item .item-details .detail-row .detail-value.status.status-awaiting[data-v-0b0e203c]{background:#f3e5f5;color:#7b1fa2}.selected-item .item-details .detail-row .detail-value.status.status-delivered[data-v-0b0e203c]{background:#e8f5e8;color:#2e7d32}.selected-item .item-details .detail-row .detail-value.status.status-default[data-v-0b0e203c]{background:#f5f5f5;color:#757575}.modal-footer[data-v-0b0e203c]{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e0e0e0}.modal-footer .cancel-btn[data-v-0b0e203c]{padding:12px 24px;background:#f5f5f5;color:#5e626a;border:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s ease}.modal-footer .cancel-btn[data-v-0b0e203c]:hover{background:#e0e0e0}.modal-footer .submit-btn[data-v-0b0e203c]{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}.modal-footer .submit-btn[data-v-0b0e203c]:hover{background:#352a6b}.modal-footer .submit-btn svg[data-v-0b0e203c]{width:20px;height:20px}@media(max-width:768px){.shipments_table_filled_body_inner_header_left[data-v-0b0e203c]{flex-direction:column;gap:12px;align-items:flex-start}.shipments_table_filled_body_inner_header_left .checkbox-container[data-v-0b0e203c]{margin-right:0;margin-bottom:8px}.consignment-modal[data-v-0b0e203c]{width:95%;max-height:90vh}.modal-header[data-v-0b0e203c]{padding:16px}.modal-header h2[data-v-0b0e203c]{font-size:20px}.modal-content[data-v-0b0e203c]{padding:16px}.selected-item .item-details[data-v-0b0e203c]{grid-template-columns:1fr;gap:6px}.modal-footer[data-v-0b0e203c]{flex-direction:column;padding:16px}.modal-footer .cancel-btn[data-v-0b0e203c],.modal-footer .submit-btn[data-v-0b0e203c]{width:100%;justify-content:center}}.consignment-form[data-v-0b0e203c]{margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}.consignment-form h3[data-v-0b0e203c]{font-family:Inter;font-weight:600;font-size:18px;color:#1a1a1a;margin-bottom:16px}.form-grid[data-v-0b0e203c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.form-group[data-v-0b0e203c]{display:flex;flex-direction:column;gap:6px}.form-group label[data-v-0b0e203c]{font-family:Inter;font-weight:500;font-size:14px;color:#4a4a4a}.form-input[data-v-0b0e203c]{padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-family:Inter;font-size:14px;color:#1a1a1a;background:#fff;transition:all .2s ease}.form-input[data-v-0b0e203c]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input[data-v-0b0e203c]::-moz-placeholder{color:#9ca3af}.form-input[data-v-0b0e203c]::placeholder{color:#9ca3af}select.form-input[data-v-0b0e203c]{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date].form-input[data-v-0b0e203c]{cursor:pointer}input[type=number].form-input[data-v-0b0e203c]::-webkit-inner-spin-button,input[type=number].form-input[data-v-0b0e203c]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.pagination-wrapper[data-v-0b0e203c]{display:flex;flex-direction:column;gap:16px;margin-top:8px;z-index:100;box-sizing:border-box}.pagination-info[data-v-0b0e203c]{display:flex;justify-content:center;align-items:center}.pagination-info span[data-v-0b0e203c]{font-family:Inter;font-weight:400;font-size:14px;color:#5e626a}.pagination-controls[data-v-0b0e203c]{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination-btn[data-v-0b0e203c]{display:flex;align-items:center;gap:6px;padding:10px;background:#fff;color:#41368e;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.pagination-btn[data-v-0b0e203c]:hover:not(.disabled){background:#f5f5f5;border-color:#41368e}.pagination-btn.disabled[data-v-0b0e203c]{opacity:.5;cursor:not-allowed;background:#fafafa}.pagination-btn svg[data-v-0b0e203c]{width:16px;height:16px}.pagination-numbers[data-v-0b0e203c]{display:flex;gap:4px;align-items:center}.pagination-number[data-v-0b0e203c]{min-width:35px;height:35px;padding:6px 10px;background:#fff;color:#5e626a;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-number[data-v-0b0e203c]:hover{background:#f5f5f5;border-color:#41368e;color:#41368e}.pagination-number.active[data-v-0b0e203c]{background:#41368e;color:#fff;border-color:#41368e;font-weight:600}@media(max-width:768px){.shipments_table_filled[data-v-0b0e203c]{padding-bottom:140px}.pagination-wrapper[data-v-0b0e203c]{padding:16px}.pagination-info span[data-v-0b0e203c]{font-size:12px}.pagination-controls[data-v-0b0e203c]{gap:4px}.pagination-btn[data-v-0b0e203c]{padding:8px 12px;font-size:12px}.pagination-btn svg[data-v-0b0e203c]{width:14px;height:14px}.pagination-number[data-v-0b0e203c]{min-width:36px;height:36px;padding:6px 10px;font-size:12px}}.status-badge[data-v-0b0e203c]{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.spinner[data-v-0b0e203c]{display:inline-block;width:18px;height:18px;border:2px solid #fff;border-top:2px solid #41368e;border-radius:50%;animation:spin-0b0e203c 1s linear infinite;vertical-align:middle}@keyframes spin-0b0e203c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.responsive-table-wrapper[data-v-0b0e203c]{width:100%;overflow-x:auto;background:#fff;box-shadow:0 2px 8px rgba(41,34,85,.05)}.shipments-table[data-v-0b0e203c]{width:100%;border-collapse:collapse;min-width:900px;background-color:#fff;font-size:.95rem}.shipments-table td[data-v-0b0e203c],.shipments-table th[data-v-0b0e203c]{padding:16px 12px;text-align:left;white-space:nowrap}.shipments-table thead[data-v-0b0e203c]{background-color:#faf7ff;border-bottom:1px solid #e3def7}.shipments-table th[data-v-0b0e203c]{font-weight:700;color:#41368e;font-size:.98rem}.shipments-table tbody tr[data-v-0b0e203c]{transition:background .18s;cursor:pointer}.shipments-table tbody tr[data-v-0b0e203c]:hover{background-color:#faf7ff}.shipment-info-cell[data-v-0b0e203c]{display:flex;flex-direction:column;gap:3px}.shipment-name[data-v-0b0e203c]{font-weight:600;color:#221d47}.shipment-id[data-v-0b0e203c]{font-size:.79rem;color:#a6a1c5}.tracking-number[data-v-0b0e203c]{color:#2b2250;font-family:monospace;letter-spacing:.02em}.status-badge[data-v-0b0e203c]{display:inline-block;font-size:.87em;font-weight:600;padding:3px 11px;border-radius:17px;min-width:75px;text-align:center;text-transform:capitalize}@media(max-width:900px){.shipments-table td[data-v-0b0e203c],.shipments-table th[data-v-0b0e203c]{padding:8px 8px;font-size:.93rem}.responsive-table-wrapper[data-v-0b0e203c]{border-radius:0;box-shadow:none}}@media(max-width:600px){.responsive-table-wrapper[data-v-0b0e203c]{padding:0;margin:0 -10px}.shipments-table[data-v-0b0e203c]{min-width:550px;font-size:.88rem}.shipment-info-cell[data-v-0b0e203c]{gap:2px}}@media(max-width:500px){.shipments-table td[data-v-0b0e203c]:nth-child(4),.shipments-table td[data-v-0b0e203c]:nth-child(5),.shipments-table td[data-v-0b0e203c]:nth-child(6),.shipments-table th[data-v-0b0e203c]:nth-child(4),.shipments-table th[data-v-0b0e203c]:nth-child(5),.shipments-table th[data-v-0b0e203c]:nth-child(6){display:none}}.select-all-checkbox[data-v-0b0e203c]{transform:scale(1.25);cursor:pointer;accent-color:#41368e}.row-checkbox[data-v-0b0e203c]{transform:scale(1.15);accent-color:#41368e;margin-right:.5rem;cursor:pointer;vertical-align:middle}.shipment-detail-v2[data-v-005ff548]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f3f1f1;padding:24px;box-sizing:border-box;overflow-y:auto;max-height:100vh}.loading-state[data-v-005ff548]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-005ff548]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-005ff548 1s linear infinite}.loading-state p[data-v-005ff548]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-005ff548{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shipment-detail-container[data-v-005ff548]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.shipment-detail-header[data-v-005ff548]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.shipment-detail-header .header-left h1[data-v-005ff548]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.shipment-detail-header .header-left .organization-info .organization-name[data-v-005ff548]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.shipment-detail-header .header-left .organization-info .shipment-subtitle[data-v-005ff548]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.shipment-detail-header .header-right[data-v-005ff548]{display:flex;flex-direction:column;gap:10px}.shipment-detail-header .header-right .status-badge[data-v-005ff548]{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.shipment-detail-header .header-right .back-btn[data-v-005ff548]{display:inline-flex;align-items:center;padding:8px 18px;border:none;background:#f5f6fa;color:#41368e;border-radius:100px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;box-shadow:0 1px 3px rgba(65,54,142,.04)}.shipment-detail-header .header-right .back-btn svg[data-v-005ff548]{margin-right:6px;vertical-align:middle;display:inline-block}.shipment-detail-header .header-right .back-btn span[data-v-005ff548]{vertical-align:middle;display:inline-block}.shipment-detail-header .header-right .back-btn[data-v-005ff548]:focus,.shipment-detail-header .header-right .back-btn[data-v-005ff548]:hover{background:#ecebfb}.shipment-detail-content[data-v-005ff548]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-005ff548]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-005ff548]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-card h3[data-v-005ff548]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:20px 0 12px 0}.info-grid[data-v-005ff548]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-005ff548]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-005ff548]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-005ff548]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.price-input-section[data-v-005ff548],.weight-input-section[data-v-005ff548]{display:flex;flex-direction:column;gap:12px}.price-input[data-v-005ff548],.weight-input[data-v-005ff548]{display:flex;gap:12px;align-items:center}.price-input .input_field[data-v-005ff548],.weight-input .input_field[data-v-005ff548]{flex:1;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.price-input .input_field[data-v-005ff548]:focus,.weight-input .input_field[data-v-005ff548]:focus{outline:none;border-color:#41368e}.price-input .input_field[data-v-005ff548]::-moz-placeholder,.weight-input .input_field[data-v-005ff548]::-moz-placeholder{color:#939393}.price-input .input_field[data-v-005ff548]::placeholder,.weight-input .input_field[data-v-005ff548]::placeholder{color:#939393}.price-input .add-price-btn[data-v-005ff548],.price-input .add-weight-btn[data-v-005ff548],.weight-input .add-price-btn[data-v-005ff548],.weight-input .add-weight-btn[data-v-005ff548]{height:48px;padding:0 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s ease}.price-input .add-price-btn[data-v-005ff548]:hover,.price-input .add-weight-btn[data-v-005ff548]:hover,.weight-input .add-price-btn[data-v-005ff548]:hover,.weight-input .add-weight-btn[data-v-005ff548]:hover{background:#352a6b}.price-tags[data-v-005ff548],.weight-tags[data-v-005ff548]{display:flex;flex-wrap:wrap;gap:8px}.price-tag[data-v-005ff548],.weight-tag[data-v-005ff548]{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border-radius:20px;font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;cursor:pointer;transition:background-color .2s ease}.price-tag[data-v-005ff548]:hover,.weight-tag[data-v-005ff548]:hover{background:#e0e0e0}.price-tag .remove-tag[data-v-005ff548],.weight-tag .remove-tag[data-v-005ff548]{font-size:16px;color:#939393;cursor:pointer}.price-tag .remove-tag[data-v-005ff548]:hover,.weight-tag .remove-tag[data-v-005ff548]:hover{color:#e74c3c}.status-select .input_field[data-v-005ff548]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.status-select .input_field[data-v-005ff548]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 3px rgba(65,54,142,.1);transform:translateY(-1px)}.status-select .input_field[data-v-005ff548]:hover{border-color:silver;box-shadow:0 2px 6px rgba(0,0,0,.08)}.status-select .input_field[data-v-005ff548]::-moz-placeholder{color:#939393;font-style:italic}.status-select .input_field[data-v-005ff548]::placeholder{color:#939393;font-style:italic}.update-section .input_field[data-v-005ff548]{width:100%;height:52px;padding:14px 18px;border:2px solid #e8e9ea;border-radius:12px;font-family:Inter;font-size:15px;font-weight:500;color:#2b2b2b;background:linear-gradient(135deg,#fff,#fafbfc);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.06);position:relative}.update-section .input_field[data-v-005ff548]::-moz-placeholder{color:#9ca3af;font-style:italic;font-weight:400;-moz-transition:all .3s ease;transition:all .3s ease}.update-section .input_field[data-v-005ff548]::placeholder{color:#9ca3af;font-style:italic;font-weight:400;transition:all .3s ease}.update-section .input_field[data-v-005ff548]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 4px rgba(65,54,142,.12),0 6px 16px rgba(65,54,142,.15);transform:translateY(-3px);background:#fff}.update-section .input_field[data-v-005ff548]:focus::-moz-placeholder{color:silver;transform:translateY(-2px)}.update-section .input_field[data-v-005ff548]:focus::placeholder{color:silver;transform:translateY(-2px)}.update-section .input_field[data-v-005ff548]:active{transform:translateY(-1px)}.update-section select.input_field[data-v-005ff548]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2341368e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:18px;padding-right:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.update-section input[type=number].input_field[data-v-005ff548]::-webkit-inner-spin-button,.update-section input[type=number].input_field[data-v-005ff548]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.update-section input[type=number].input_field[type=number][data-v-005ff548]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.file-upload-area[data-v-005ff548]{display:flex;flex-direction:column;gap:16px}.upload-button .upload-label[data-v-005ff548]{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;cursor:pointer;transition:all .2s ease}.upload-button .upload-label[data-v-005ff548]:hover{background:#f0f0f0;border-color:#41368e;color:#41368e}.upload-button .upload-label svg[data-v-005ff548]{width:24px;height:24px}.image-preview-grid[data-v-005ff548]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.image-preview[data-v-005ff548]{position:relative;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.image-preview img[data-v-005ff548]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block}.existing-images-grid[data-v-005ff548]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.existing-image-wrapper[data-v-005ff548]{display:contents}.existing-image[data-v-005ff548]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.action-buttons[data-v-005ff548]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-005ff548]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-005ff548]:hover{background:#352a6b}.submit-btn svg[data-v-005ff548]{width:20px;height:20px}@media(max-width:768px){.shipment-detail-v2[data-v-005ff548]{padding:16px}.shipment-detail-header[data-v-005ff548]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-005ff548]{grid-template-columns:1fr;gap:16px}.price-input[data-v-005ff548],.weight-input[data-v-005ff548]{flex-direction:column;align-items:stretch}.price-input .add-price-btn[data-v-005ff548],.price-input .add-weight-btn[data-v-005ff548],.weight-input .add-price-btn[data-v-005ff548],.weight-input .add-weight-btn[data-v-005ff548]{width:100%}.existing-images-grid[data-v-005ff548],.image-preview-grid[data-v-005ff548]{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.action-buttons[data-v-005ff548]{justify-content:center}.submit-btn[data-v-005ff548]{width:100%;justify-content:center}}.supplier-payments[data-v-68596e16]{display:flex;height:100vh;overflow:hidden}@media only screen and (max-width:920px){.supplier-payments .supplier-payments_side_menu[data-v-68596e16]{display:none}}.supplier-payments_table[data-v-b9a561a4]{display:flex;flex-direction:column;gap:24px;background:#f3f1f1;width:100%;max-width:100%;height:100vh;padding:24px;box-sizing:border-box}.loading-state[data-v-b9a561a4]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-b9a561a4]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-b9a561a4 1s linear infinite}.loading-state p[data-v-b9a561a4]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-b9a561a4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.supplier-payments_table_header[data-v-b9a561a4]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.supplier-payments_table_header .supplier-payments_table_header_left h1[data-v-b9a561a4]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.supplier-payments_filter_wrapper[data-v-b9a561a4]{display:flex;gap:16px;margin-bottom:24px;align-items:center}.supplier-payments_filter_wrapper .supplier-payments_input[data-v-b9a561a4]{flex:1;max-width:400px}.supplier-payments_filter_wrapper .supplier-payments_input .input_field[data-v-b9a561a4]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.supplier-payments_filter_wrapper .supplier-payments_input .input_field[data-v-b9a561a4]:focus{outline:none;border-color:#41368e}.supplier-payments_filter_wrapper .supplier-payments_input .input_field[data-v-b9a561a4]::-moz-placeholder{color:#939393}.supplier-payments_filter_wrapper .supplier-payments_input .input_field[data-v-b9a561a4]::placeholder{color:#939393}.supplier-payments_filter_wrapper .supplier-payments_select[data-v-b9a561a4]{min-width:200px}.supplier-payments_filter_wrapper .supplier-payments_select .input_field[data-v-b9a561a4]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.supplier-payments_filter_wrapper .supplier-payments_select .input_field[data-v-b9a561a4]:focus{outline:none;border-color:#41368e}.supplier-payments_table_body[data-v-b9a561a4]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.supplier-payments_table_body .supplier-payments_table_body_inner[data-v-b9a561a4]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.supplier-payments_table_body .supplier-payments_table_body_inner[data-v-b9a561a4]{width:100%}}.supplier-payments_table_body .supplier-payments_table_body_inner .supplier-payments_table_body_inner_content[data-v-b9a561a4]{display:flex;flex-direction:column;align-items:center;gap:35px}.supplier-payments_table_body .supplier-payments_table_body_inner .supplier-payments_table_body_inner_content .supplier-payments_table_body_inner_content_inner[data-v-b9a561a4]{display:flex;flex-direction:column;align-items:center;gap:12px}.supplier-payments_table_body .supplier-payments_table_body_inner .supplier-payments_table_body_inner_content .supplier-payments_table_body_inner_content_inner h1[data-v-b9a561a4]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.supplier-payments_table_body .supplier-payments_table_body_inner .supplier-payments_table_body_inner_content .supplier-payments_table_body_inner_content_inner p[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.supplier-payments_table_filled[data-v-b9a561a4]{width:100%;max-width:100%;display:flex;gap:20px;border-radius:8px;background:#f3f1f1}.supplier-payments_table_filled .supplier-payments_table_filled_body[data-v-b9a561a4]{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.supplier-payments_table_filled .supplier-payments_table_filled_body[data-v-b9a561a4]::-webkit-scrollbar{width:6px}.supplier-payments_table_filled .supplier-payments_table_filled_body[data-v-b9a561a4]::-webkit-scrollbar-track{background:transparent}.supplier-payments_table_filled .supplier-payments_table_filled_body[data-v-b9a561a4]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.supplier-payments_table_filled .supplier-payments_table_filled_body[data-v-b9a561a4]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner[data-v-b9a561a4]{width:100%;display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;border:.5px solid #bbbabd;background:#fff;cursor:pointer;transition:all .3s ease}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner[data-v-b9a561a4]:hover{box-shadow:0 4px 12px rgba(65,54,142,.1);border-color:#41368e}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header[data-v-b9a561a4]{display:flex;width:100%;justify-content:space-between}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_left[data-v-b9a561a4]{display:flex;flex-direction:column;gap:4px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_left p[data-v-b9a561a4]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_left .payment-id[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px;width:-moz-fit-content;width:fit-content}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right[data-v-b9a561a4]{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-amount[data-v-b9a561a4]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status[data-v-b9a561a4]{font-family:Inter;font-weight:500;font-size:12px;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-pending[data-v-b9a561a4]{background:#fff3e0;color:#f57c00}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-paid[data-v-b9a561a4]{background:#e8f5e8;color:#2e7d32}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-processing[data-v-b9a561a4]{background:#e1f5fe;color:#0288d1}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-logged[data-v-b9a561a4]{background:#e3f2fd;color:#1976d2}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-cancelled[data-v-b9a561a4]{background:#ffebee;color:#d32f2f}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right .payment-status.status-default[data-v-b9a561a4]{background:#f5f5f5;color:#757575}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body[data-v-b9a561a4]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:.5px solid #bbbabd;border-radius:8px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner[data-v-b9a561a4]{display:flex;align-items:center;gap:16px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .payment-info[data-v-b9a561a4]{display:flex;flex-direction:column;gap:2px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .payment-info .payment-company[data-v-b9a561a4]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .payment-info .payment-label[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .date-info[data-v-b9a561a4]{display:flex;flex-direction:column;gap:2px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .date-info .payment-date[data-v-b9a561a4]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;margin:0}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left .supplier-payments_table_filled_body_inner_body_left_inner .date-info .date-label[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_right .payment-details-grid[data-v-b9a561a4]{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_right .payment-details-grid .detail-item[data-v-b9a561a4]{display:flex;flex-direction:column;gap:4px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_right .payment-details-grid .detail-item .detail-label[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.supplier-payments_table_filled .supplier-payments_table_filled_body .supplier-payments_table_filled_body_inner .supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_right .payment-details-grid .detail-item .detail-value[data-v-b9a561a4]{font-family:Inter;font-weight:500;font-size:13px;color:#2b2b2b}.payment-info[data-v-b9a561a4]{display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.supplier-payments_table_filled_body_inner_header[data-v-b9a561a4]{flex-direction:column;gap:12px;align-items:flex-start}.supplier-payments_table_filled_body_inner_header .supplier-payments_table_filled_body_inner_header_right[data-v-b9a561a4]{align-items:flex-start}.supplier-payments_table_filled_body_inner_body[data-v-b9a561a4]{flex-direction:column;gap:16px}.supplier-payments_table_filled_body_inner_body .supplier-payments_table_filled_body_inner_body_left_inner[data-v-b9a561a4]{flex-direction:column;align-items:flex-start;gap:12px}.supplier-payments_table_filled_body_inner_body .payment-details-grid[data-v-b9a561a4]{grid-template-columns:1fr;gap:12px}.supplier-payments_filter_wrapper[data-v-b9a561a4]{flex-direction:column;gap:12px}.supplier-payments_filter_wrapper .supplier-payments_input[data-v-b9a561a4]{max-width:100%}.supplier-payments_filter_wrapper .supplier-payments_select[data-v-b9a561a4]{min-width:100%}}.pagination-wrapper[data-v-b9a561a4]{position:fixed;bottom:0;left:24px;right:24px;display:flex;flex-direction:column;gap:16px;padding:20px 0;z-index:100;box-sizing:border-box}.pagination-info[data-v-b9a561a4]{display:flex;justify-content:center;align-items:center}.pagination-info span[data-v-b9a561a4]{font-family:Inter;font-weight:400;font-size:14px;color:#5e626a}.pagination-controls[data-v-b9a561a4]{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination-btn[data-v-b9a561a4]{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;color:#41368e;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.pagination-btn[data-v-b9a561a4]:hover:not(.disabled){background:#f5f5f5;border-color:#41368e}.pagination-btn.disabled[data-v-b9a561a4]{opacity:.5;cursor:not-allowed;background:#fafafa}.pagination-btn svg[data-v-b9a561a4]{width:16px;height:16px}.pagination-numbers[data-v-b9a561a4]{display:flex;gap:4px;align-items:center}.pagination-number[data-v-b9a561a4]{min-width:40px;height:40px;padding:8px 12px;background:#fff;color:#5e626a;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-number[data-v-b9a561a4]:hover{background:#f5f5f5;border-color:#41368e;color:#41368e}.pagination-number.active[data-v-b9a561a4]{background:#41368e;color:#fff;border-color:#41368e;font-weight:600}@media(max-width:768px){.supplier-payments_table_filled[data-v-b9a561a4]{padding-bottom:140px}.pagination-wrapper[data-v-b9a561a4]{padding:16px 0}.pagination-info span[data-v-b9a561a4]{font-size:12px}.pagination-controls[data-v-b9a561a4]{gap:4px}.pagination-btn[data-v-b9a561a4]{padding:8px 12px;font-size:12px}.pagination-btn svg[data-v-b9a561a4]{width:14px;height:14px}.pagination-number[data-v-b9a561a4]{min-width:36px;height:36px;padding:6px 10px;font-size:12px}}.supplier-payment-detail-v2[data-v-4eb142da]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#fff;padding:24px;box-sizing:border-box;overflow-y:auto;max-height:100vh}.loading-state[data-v-4eb142da]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-4eb142da]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-4eb142da 1s linear infinite}.loading-state p[data-v-4eb142da]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-4eb142da{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.supplier-payment-detail-container[data-v-4eb142da]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.supplier-payment-detail-header[data-v-4eb142da]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.supplier-payment-detail-header .header-left h1[data-v-4eb142da]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.supplier-payment-detail-header .header-left .payment-info .payment-company[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.supplier-payment-detail-header .header-left .payment-info .payment-subtitle[data-v-4eb142da]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.supplier-payment-detail-header .header-right .status-badge[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:14px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.supplier-payment-detail-header .header-right .status-badge.status-pending[data-v-4eb142da]{background:#fff3e0;color:#f57c00}.supplier-payment-detail-header .header-right .status-badge.status-paid[data-v-4eb142da]{background:#e8f5e8;color:#2e7d32}.supplier-payment-detail-header .header-right .status-badge.status-processing[data-v-4eb142da]{background:#e1f5fe;color:#0288d1}.supplier-payment-detail-header .header-right .status-badge.status-logged[data-v-4eb142da]{background:#e3f2fd;color:#1976d2}.supplier-payment-detail-header .header-right .status-badge.status-cancelled[data-v-4eb142da]{background:#ffebee;color:#d32f2f}.supplier-payment-detail-header .header-right .status-badge.status-default[data-v-4eb142da]{background:#f5f5f5;color:#757575}.supplier-payment-detail-content[data-v-4eb142da]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-4eb142da]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.update-section[data-v-4eb142da]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.update-section h2[data-v-4eb142da]{color:#1e293b;border-bottom:2px solid #3b82f6;padding-bottom:12px;margin-bottom:24px}.info-grid[data-v-4eb142da]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-grid .full-width[data-v-4eb142da]{grid-column:1/-1}.info-item[data-v-4eb142da]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-4eb142da]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-4eb142da]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.info-item .external-link[data-v-4eb142da]{color:#41368e;text-decoration:none;word-break:break-all}.info-item .external-link[data-v-4eb142da]:hover{text-decoration:underline}.update-form[data-v-4eb142da]{display:flex;flex-direction:column;gap:20px}.form-row[data-v-4eb142da]{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.form-row[data-v-4eb142da]{grid-template-columns:1fr;gap:16px}}.form-group[data-v-4eb142da]{display:flex;flex-direction:column;gap:8px}.form-group.full-width[data-v-4eb142da]{grid-column:1/-1}.form-label[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:14px;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.form-input[data-v-4eb142da]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-family:Inter;font-size:14px;color:#1f2937;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.form-input[data-v-4eb142da]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 3px rgba(65,54,142,.1);transform:translateY(-1px)}.form-input[data-v-4eb142da]:hover{border-color:silver;box-shadow:0 2px 6px rgba(0,0,0,.08)}.form-input[data-v-4eb142da]::-moz-placeholder{color:#9ca3af;font-style:italic}.form-input[data-v-4eb142da]::placeholder{color:#9ca3af;font-style:italic}.form-input.textarea[data-v-4eb142da]{min-height:80px;resize:vertical;line-height:1.5}.file-display[data-v-4eb142da]{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:16px}.file-display .file-info[data-v-4eb142da]{display:flex;align-items:center;gap:12px}.file-display .file-info .file-icon[data-v-4eb142da]{color:#41368e;flex-shrink:0}.file-display .file-info .file-details .file-name[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:14px;color:#2b2b2b;margin:0 0 4px 0}.file-display .file-info .file-details .file-type[data-v-4eb142da]{font-family:Inter;font-weight:400;font-size:12px;color:#6c757d;margin:0}.file-display .file-actions[data-v-4eb142da]{display:flex;gap:8px}.file-display .file-actions .download-btn[data-v-4eb142da],.file-display .file-actions .view-btn[data-v-4eb142da]{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#495057;font-family:Inter;font-weight:500;font-size:12px;cursor:pointer;transition:all .2s ease}.file-display .file-actions .download-btn[data-v-4eb142da]:hover,.file-display .file-actions .view-btn[data-v-4eb142da]:hover{background:#f8f9fa;border-color:#41368e;color:#41368e}.file-display .file-actions .download-btn svg[data-v-4eb142da],.file-display .file-actions .view-btn svg[data-v-4eb142da]{width:16px;height:16px}.receipt-upload[data-v-4eb142da]{margin-top:16px}.receipt-upload .upload-area[data-v-4eb142da]{border:2px dashed #dee2e6;border-radius:8px;padding:32px;text-align:center;background:#f8f9fa;transition:all .3s ease;cursor:pointer}.receipt-upload .upload-area.drag-over[data-v-4eb142da],.receipt-upload .upload-area[data-v-4eb142da]:hover{border-color:#41368e;background:#f0f0ff}.receipt-upload .upload-area .upload-content .upload-icon[data-v-4eb142da]{color:#6c757d;margin-bottom:16px}.receipt-upload .upload-area .upload-content h3[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0 0 8px 0}.receipt-upload .upload-area .upload-content p[data-v-4eb142da]{font-family:Inter;font-weight:400;font-size:14px;color:#6c757d;margin:0 0 4px 0}.receipt-upload .upload-area .upload-content .file-types[data-v-4eb142da]{font-size:12px;color:#adb5bd;margin-bottom:16px}.receipt-upload .upload-area .upload-content .browse-btn[data-v-4eb142da]{padding:10px 20px;background:#41368e;color:#fff;border:none;border-radius:6px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s ease}.receipt-upload .upload-area .upload-content .browse-btn[data-v-4eb142da]:hover{background:#352a6b}.receipt-upload .selected-file[data-v-4eb142da]{margin-top:16px;padding:16px;background:#e8f5e8;border:1px solid #c3e6c3;border-radius:8px}.receipt-upload .selected-file .file-preview[data-v-4eb142da]{display:flex;align-items:center;gap:12px}.receipt-upload .selected-file .file-preview .file-icon[data-v-4eb142da]{color:#28a745;flex-shrink:0}.receipt-upload .selected-file .file-preview .file-info[data-v-4eb142da]{flex:1}.receipt-upload .selected-file .file-preview .file-info .file-name[data-v-4eb142da]{font-family:Inter;font-weight:600;font-size:14px;color:#155724;margin:0 0 4px 0}.receipt-upload .selected-file .file-preview .file-info .file-size[data-v-4eb142da]{font-family:Inter;font-weight:400;font-size:12px;color:#6c757d;margin:0}.receipt-upload .selected-file .file-preview .remove-btn[data-v-4eb142da]{padding:6px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.receipt-upload .selected-file .file-preview .remove-btn[data-v-4eb142da]:hover{background:#c82333}.receipt-upload .selected-file .file-preview .remove-btn svg[data-v-4eb142da]{width:16px;height:16px}.action-buttons[data-v-4eb142da]{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.submit-btn[data-v-4eb142da],.upload-btn[data-v-4eb142da]{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.submit-btn[data-v-4eb142da]:disabled,.upload-btn[data-v-4eb142da]:disabled{opacity:.6;cursor:not-allowed}.submit-btn svg[data-v-4eb142da],.upload-btn svg[data-v-4eb142da]{width:20px;height:20px}.submit-btn[data-v-4eb142da]{background:#41368e;color:#fff}.submit-btn[data-v-4eb142da]:hover:not(:disabled){background:#352a6b}.upload-btn[data-v-4eb142da]{background:#28a745;color:#fff}.upload-btn[data-v-4eb142da]:hover:not(:disabled){background:#218838}.loading-spinner-small[data-v-4eb142da]{width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin-4eb142da 1s linear infinite}@media(max-width:768px){.supplier-payment-detail-header[data-v-4eb142da]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-4eb142da]{grid-template-columns:1fr;gap:16px}.action-buttons[data-v-4eb142da]{justify-content:center}}.procurement[data-v-1a40ca5b]{display:flex;height:100vh;overflow:scroll}@media only screen and (max-width:920px){.procurement[data-v-1a40ca5b]{height:auto}.procurement .procurement_side_menu[data-v-1a40ca5b]{display:none}}.overlay[data-v-24944460]{height:100vh;width:100vw;display:flex}.overlay .loader[data-v-24944460]{display:flex;margin:auto;border:4px solid rgba(85,75,149,.518);border-top:4px solid #554b95;border-radius:50%;width:50px;height:50px;animation:spin-24944460 2s linear infinite}@keyframes spin-24944460{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.body[data-v-62cec988],.procure[data-v-62cec988]{display:flex;flex-direction:column;width:100%}.procure[data-v-62cec988]{gap:24px;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procure[data-v-62cec988]{padding:0 .5em}}.procure .procure_inner[data-v-62cec988]{display:flex;flex-direction:column;height:auto;flex-shrink:0;border-radius:1.875rem;gap:2.8125rem;justify-content:center;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:1280px){.procure .procure_inner[data-v-62cec988]{max-width:770px}}@media only screen and (max-width:920px){.procure .procure_inner[data-v-62cec988]{overflow:visible}}.procure .procure_inner div[data-v-62cec988]{display:flex;align-items:center;justify-content:center;flex-direction:column;width:351px;gap:52px}.procure .procure_inner div .btn_wrapper[data-v-62cec988]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper[data-v-62cec988]{width:100%}}.procure .procure_inner div .btn_wrapper .button a[data-v-62cec988]{text-decoration:none}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a[data-v-62cec988]{display:flex;margin-top:12px;width:100%;justify-content:center}}.procure .procure_inner div .btn_wrapper .button a button[data-v-62cec988]{width:10.875em}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a button[data-v-62cec988]{justify-content:center;width:50%}}.procurement_wrapper[data-v-62cec988]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procurement_wrapper[data-v-62cec988]{padding:0 .5em}}.procurement_wrapper .procurement_inner[data-v-62cec988]{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner[data-v-62cec988]{width:100%;flex:none;flex-direction:column}}.procurement_wrapper .procurement_inner .procurement_filter_wrapper[data-v-62cec988]{display:flex;gap:1.8125rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select[data-v-62cec988]{border-radius:10px;width:166px;height:50px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select select[data-v-62cec988]{border-radius:10px;background-color:#fefefe;width:100%;flex:1;height:auto;display:flex;border:none;padding:.875rem 1rem;color:#000;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select select[data-v-62cec988]:focus{outline:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input[data-v-62cec988]{width:351px;border-radius:10px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input input[data-v-62cec988]{border-radius:10px}.procurement_wrapper .procurement_inner .btn_wrapper[data-v-62cec988]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper[data-v-62cec988]{width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-62cec988]{text-decoration:none}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-62cec988]{margin-top:12px;width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-62cec988]{width:10.875em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-62cec988]{width:100%}}.procurement_wrapper .procurement_table[data-v-62cec988]{margin-top:23px;display:flex;flex-direction:column;height:auto;border-radius:30px;border:1px solid #dedce9;background:#fafafa}.procurement_wrapper .procurement_table .procurement_table_header[data-v-62cec988]{display:inline-flex;flex:1;display:flex;height:76px;justify-content:space-between;align-items:flex-start;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header[data-v-62cec988]{width:125%}}.procurement_wrapper .procurement_table .procurement_table_header p[data-v-62cec988]{padding:32px 23px;display:flex;flex:1;color:#767676;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header p[data-v-62cec988]{padding:1.375rem 1.125rem}}.procurement_wrapper .procurement_table .procurement_content_wrapper[data-v-62cec988]{height:auto}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content[data-v-62cec988]{display:flex;flex-direction:column}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a[data-v-62cec988]{text-decoration:none}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner[data-v-62cec988]{flex:1;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner[data-v-62cec988]{width:125%}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper[data-v-62cec988]{padding:32px 23px;display:flex;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper[data-v-62cec988]{padding:22px 18px}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper p[data-v-62cec988]{color:#363539;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper_color[data-v-62cec988]{padding:32px 23px;display:flex;flex:1}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper_color p[data-v-62cec988]{height:31px;width:93px;align-items:center;border-radius:100px;color:#363539;padding:6px 13px;background:#badae6}.procure[data-v-c4b9e9fa]{width:100%;padding:2.75rem 5.125rem}@media only screen and (max-width:920px){.procure[data-v-c4b9e9fa]{padding:0 .5em}}.procure .procure_inner[data-v-c4b9e9fa]{display:flex;padding:.875rem 5.125rem;flex:1;flex-direction:column;height:auto;flex-shrink:0;border-radius:1.875rem;gap:2.8125rem;border:1px solid #dedce9;background:#fafafa}@media only screen and (max-width:1280px){.procure .procure_inner[data-v-c4b9e9fa]{max-width:770px}}@media only screen and (max-width:920px){.procure .procure_inner[data-v-c4b9e9fa]{overflow:visible;gap:1.5625rem;padding:0 .5em}}.procure .procure_inner h1[data-v-c4b9e9fa]{margin-top:2.5rem;color:#000;font-family:Moderat;font-size:1.625rem;font-style:normal;font-weight:500;line-height:normal}.procure .procure_inner .item_details[data-v-c4b9e9fa]{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1.5625rem;width:100%}.procure .procure_inner .item_details .shipments_select[data-v-c4b9e9fa]{display:flex;flex-direction:column;gap:10px;border-radius:.625rem;width:100%}.procure .procure_inner .item_details .shipments_select select[data-v-c4b9e9fa]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.procure .procure_inner .item_details .shipments_select select[data-v-c4b9e9fa]:focus{outline:none}@media only screen and (max-width:920px){.procure .procure_inner .item_details[data-v-c4b9e9fa]{width:100%}}.procure .procure_inner .item_details div[data-v-c4b9e9fa]{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.procure .procure_inner .item_details div p[data-v-c4b9e9fa]:first-child{color:#626262;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:920px){.procure .procure_inner .item_details div p[data-v-c4b9e9fa]:first-child{font-size:.9375rem}}.procure .procure_inner .item_details div p[data-v-c4b9e9fa]:nth-child(2){flex:1;max-width:50%;display:flex;align-items:flex-start;justify-content:flex-start;color:#1d1d1f;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procure .procure_inner .item_details div p[data-v-c4b9e9fa]:nth-child(2){font-size:.75rem}}.procure .procure_inner .item_details div a[data-v-c4b9e9fa]{flex:1;max-width:50%;display:flex;align-items:flex-start;justify-content:flex-start;color:#2d5795;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:920px){.procure .procure_inner .item_details div a[data-v-c4b9e9fa]{font-size:.75rem}}.procure .procure_inner .item_details .input[data-v-c4b9e9fa]{display:flex;flex-direction:column;gap:10px;border-radius:.625rem;width:100%}.procure .procure_inner .item_details .input input[data-v-c4b9e9fa]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem}.procure .procure_inner .procure_item_image[data-v-c4b9e9fa]{width:293px;height:186px;display:flex;flex-shrink:0}@media only screen and (max-width:920px){.procure .procure_inner .procure_item_image[data-v-c4b9e9fa]{width:100%}}.procure .procure_inner .procure_item_image .procure_item_image_inner[data-v-c4b9e9fa]{display:flex;width:100%;height:auto}.procure .procure_inner .procure_item_image .procure_item_image_inner img[data-v-c4b9e9fa]{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.procure[data-v-1a758ed2]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procure[data-v-1a758ed2]{padding:0 .5em}}.procure .procure_inner[data-v-1a758ed2]{display:flex;flex:1;flex-direction:column;height:auto;flex-shrink:0;padding:1.5625rem 0;border-radius:1.875rem;gap:2.8125rem;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:920px){.procure .procure_inner[data-v-1a758ed2]{overflow:visible}}.procure .procure_inner h1[data-v-1a758ed2]{margin-top:2.1875rem;color:#000;font-family:Nohemi;font-size:2rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procure .procure_inner h1[data-v-1a758ed2]{font-size:1.5625rem;margin-top:.3125rem}}.procure .procure_inner .procure_form[data-v-1a758ed2]{display:flex;flex-direction:column;gap:2.8125rem;width:29.1875em}.procure .procure_inner .procure_form .loading-circle[data-v-1a758ed2]{width:30px;height:30px;border-radius:50%;border:2px solid #fff;position:relative;animation:rotate-1a758ed2 1s linear infinite}.procure .procure_inner .procure_form .loading-circle[data-v-1a758ed2]:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background-color:#fff;transform:translate(-50%,-50%);animation:bounce-1a758ed2 .6s linear infinite}@keyframes rotate-1a758ed2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce-1a758ed2{0%,to{transform:scale(1)}50%{transform:scale(0)}}@media only screen and (max-width:920px){.procure .procure_inner .procure_form[data-v-1a758ed2]{width:100%;padding:0 .5rem}}.procure .procure_inner .procure_form .shipments_image[data-v-1a758ed2]{border-radius:.625rem;width:100%;height:9.1875em;gap:.625rem;display:flex;flex-direction:column}.procure .procure_inner .procure_form .shipments_image .input_image[data-v-1a758ed2]{width:100%;height:9.1875em;flex-shrink:0;border-radius:.3125rem;border:.0625rem solid #c4c1c1;display:flex;flex-direction:column;align-items:center;position:relative;justify-content:center}.procure .procure_inner .procure_form .shipments_image .input_image img[data-v-1a758ed2]{width:100%;height:100px;-o-object-fit:contain;object-fit:contain}.procure .procure_inner .procure_form .shipments_image .input_image div[data-v-1a758ed2]{width:100%;height:auto;position:relative;align-items:center;display:flex;justify-content:center}.procure .procure_inner .procure_form .shipments_image .input_image div label[data-v-1a758ed2]{cursor:pointer;z-index:100}@media only screen and (max-width:920px){.procure .procure_inner .procure_form .shipments_image .input_image[data-v-1a758ed2]{width:100%}}.procure .procure_inner .procure_form .shipments_image label[data-v-1a758ed2]{color:#606060;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.procure .procure_inner .procure_form .shipments_select[data-v-1a758ed2]{border-radius:.625rem;width:100%;height:3.125em;gap:.625rem;display:flex;flex-direction:column}.procure .procure_inner .procure_form .shipments_select select[data-v-1a758ed2]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.procure .procure_inner .procure_form .shipments_select select[data-v-1a758ed2]:focus{outline:none}.procure .procure_inner .procure_form .shipments_select label[data-v-1a758ed2]{color:#606060;font-family:Plus Jakarta Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.consignments[data-v-0a323c73]{display:flex;height:100vh;overflow-y:auto}@media only screen and (max-width:920px){.consignments .consignments_side_menu[data-v-0a323c73]{display:none}}.consignments_table[data-v-2e4e928e]{display:flex;flex-direction:column;gap:24px;background:#f3f1f1;width:100%;max-width:100%;min-height:100vh;padding:24px;box-sizing:border-box}.loading-state[data-v-2e4e928e]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-2e4e928e]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-2e4e928e 1s linear infinite}.loading-state p[data-v-2e4e928e]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-2e4e928e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.consignments_table_header[data-v-2e4e928e]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.consignments_table_header .consignments_table_header_left h1[data-v-2e4e928e]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.consignments_filter_wrapper[data-v-2e4e928e]{display:flex;gap:16px;margin-bottom:24px;align-items:center}.consignments_filter_wrapper .consignments_input[data-v-2e4e928e]{flex:1;max-width:400px}.consignments_filter_wrapper .consignments_input .input_field[data-v-2e4e928e]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.consignments_filter_wrapper .consignments_input .input_field[data-v-2e4e928e]:focus{outline:none;border-color:#41368e}.consignments_filter_wrapper .consignments_input .input_field[data-v-2e4e928e]::-moz-placeholder{color:#939393}.consignments_filter_wrapper .consignments_input .input_field[data-v-2e4e928e]::placeholder{color:#939393}.consignments_filter_wrapper .consignments_select[data-v-2e4e928e]{min-width:200px}.consignments_filter_wrapper .consignments_select .input_field[data-v-2e4e928e]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.consignments_filter_wrapper .consignments_select .input_field[data-v-2e4e928e]:focus{outline:none;border-color:#41368e}.consignments_table_body[data-v-2e4e928e]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.consignments_table_body .consignments_table_body_inner[data-v-2e4e928e]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.consignments_table_body .consignments_table_body_inner[data-v-2e4e928e]{width:100%}}.consignments_table_body .consignments_table_body_inner .consignments_table_body_inner_content[data-v-2e4e928e]{display:flex;flex-direction:column;align-items:center;gap:35px}.consignments_table_body .consignments_table_body_inner .consignments_table_body_inner_content .consignments_table_body_inner_content_inner[data-v-2e4e928e]{display:flex;flex-direction:column;align-items:center;gap:12px}.consignments_table_body .consignments_table_body_inner .consignments_table_body_inner_content .consignments_table_body_inner_content_inner h1[data-v-2e4e928e]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.consignments_table_body .consignments_table_body_inner .consignments_table_body_inner_content .consignments_table_body_inner_content_inner p[data-v-2e4e928e]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.consignments_table_filled[data-v-2e4e928e]{width:100%;max-width:100%;display:flex;gap:20px;border-radius:8px;background:#f3f1f1}@media(max-width:768px){.consignments_table_filled_body_inner_header[data-v-2e4e928e]{flex-direction:column;gap:12px;align-items:flex-start}.consignments_table_filled_body_inner_header .consignments_table_filled_body_inner_header_right[data-v-2e4e928e]{align-items:flex-start}.consignments_table_filled_body_inner_body[data-v-2e4e928e]{flex-direction:column;gap:16px}.consignments_table_filled_body_inner_body .consignments_table_filled_body_inner_body_left_inner[data-v-2e4e928e]{flex-direction:column;align-items:flex-start;gap:12px}.consignments_table_filled_body_inner_body .consignment-details-grid[data-v-2e4e928e]{grid-template-columns:1fr;gap:12px}.consignments_filter_wrapper[data-v-2e4e928e]{flex-direction:column;gap:12px}.consignments_filter_wrapper .consignments_input[data-v-2e4e928e]{max-width:100%}.consignments_filter_wrapper .consignments_select[data-v-2e4e928e]{min-width:100%}}.status-badge[data-v-2e4e928e]{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.consignments-card-list[data-v-2e4e928e]{display:flex;flex-wrap:wrap;gap:24px;max-height:calc(100vh - 200px);justify-content:flex-start;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.consignments-card-list[data-v-2e4e928e]::-webkit-scrollbar{width:6px}.consignments-card-list[data-v-2e4e928e]::-webkit-scrollbar-track{background:transparent}.consignments-card-list[data-v-2e4e928e]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.consignments-card-list[data-v-2e4e928e]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.consignment-card[data-v-2e4e928e]{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(52,52,52,.04),0 .5px 2px rgba(65,54,142,.04);border:1px solid #ece7fe;width:100%;max-width:500px;transition:box-shadow .15s;cursor:pointer;display:flex;flex-direction:column;outline:none}.consignment-card[data-v-2e4e928e]:focus,.consignment-card[data-v-2e4e928e]:hover{box-shadow:0 2px 12px rgba(65,54,142,.1),0 4px 18px rgba(52,52,52,.03);border-color:#41368e}.consignment-card-header[data-v-2e4e928e]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:18px 24px;border-bottom:thin solid rgba(66,54,142,.22);gap:8px}.consignment-card-title[data-v-2e4e928e]{display:flex;flex-direction:column;gap:3px}@media screen and (max-width:600px){.consignment-card-title[data-v-2e4e928e]{margin-bottom:10px}}.main-title[data-v-2e4e928e]{font-weight:600;font-size:1.1rem;color:#41368e;font-family:Inter}.mini-id[data-v-2e4e928e]{color:#b7b8be;font-size:.78rem;font-weight:500;margin-top:2px;letter-spacing:.01em;font-family:Inter}.consignment-card-meta[data-v-2e4e928e]{display:flex;align-items:flex-end;gap:10px}.consignment-weight[data-v-2e4e928e]{font-weight:600;font-size:1rem;color:#6f767e}.status-pill[data-v-2e4e928e]{display:inline-block;padding:2.5px 13px;border-radius:999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.consignment-card-body[data-v-2e4e928e]{display:flex;flex-direction:column;padding:10px 24px 20px 24px}.card-section[data-v-2e4e928e]{display:flex;flex-wrap:wrap;gap:16px 32px;margin-top:10px;align-items:center;justify-content:flex-start}.card-section-border[data-v-2e4e928e]{border-bottom:1px solid #f6f6fc;padding-bottom:10px;margin-bottom:13px}.card-detail[data-v-2e4e928e]{width:45%;display:flex;flex-direction:column;gap:1px}.card-detail-label[data-v-2e4e928e]{color:#939393;font-size:13px;font-family:Inter;font-weight:500}.card-detail-value[data-v-2e4e928e]{color:#2b2b2b;font-size:15px;font-weight:600}.tracking-number-value[data-v-2e4e928e]{color:#41368e;font-weight:700;letter-spacing:.015em;word-break:break-all}.info-table[data-v-2e4e928e]{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:16px 32px;width:100%}.info-row[data-v-2e4e928e]{display:flex;flex-direction:column;width:45%}.info-label[data-v-2e4e928e]{font-size:13px;color:#939393;font-weight:500;font-family:Inter}.info-value[data-v-2e4e928e]{font-size:15px;color:#2b2b2b;font-family:Inter;font-weight:600}.consignment-detail-v2[data-v-6c46dbfb]{display:flex;flex-direction:column;width:100%;height:100vh;overflow-y:auto;background:#f3f1f1;padding:24px;box-sizing:border-box}.loading-state[data-v-6c46dbfb]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-6c46dbfb]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-6c46dbfb 1s linear infinite}.loading-state p[data-v-6c46dbfb]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-6c46dbfb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.consignment-detail-container[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.consignment-detail-header[data-v-6c46dbfb]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.consignment-detail-header .header-left h1[data-v-6c46dbfb]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.consignment-detail-header .header-left .consignment-subtitle[data-v-6c46dbfb]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.consignment-detail-header .header-right[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:10px}.consignment-detail-header .header-right .status-badge[data-v-6c46dbfb]{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.consignment-detail-header .header-right .back-btn[data-v-6c46dbfb]{display:inline-flex;align-items:center;padding:8px 18px;border:none;background:#f5f6fa;color:#41368e;border-radius:100px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;box-shadow:0 1px 3px rgba(65,54,142,.04)}.consignment-detail-header .header-right .back-btn svg[data-v-6c46dbfb]{margin-right:6px;vertical-align:middle;display:inline-block}.consignment-detail-header .header-right .back-btn span[data-v-6c46dbfb]{vertical-align:middle;display:inline-block}.consignment-detail-header .header-right .back-btn[data-v-6c46dbfb]:focus,.consignment-detail-header .header-right .back-btn[data-v-6c46dbfb]:hover{background:#ecebfb}.consignment-detail-content[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-6c46dbfb]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-6c46dbfb]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-card h3[data-v-6c46dbfb]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:20px 0 12px 0}.info-grid[data-v-6c46dbfb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-6c46dbfb]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-6c46dbfb]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.info-item .info-value .shipments-list[data-v-6c46dbfb]{list-style:decimal inside}.info-item .info-value .shipments-list .shipment-item[data-v-6c46dbfb]{font-size:15px;color:#494949;line-height:1.5}.info-item .input_field[data-v-6c46dbfb]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease;box-sizing:border-box}.info-item .input_field[data-v-6c46dbfb]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 3px rgba(65,54,142,.1)}.info-item .input_field[data-v-6c46dbfb]::-moz-placeholder{color:#939393}.info-item .input_field[data-v-6c46dbfb]::placeholder{color:#939393}.info-item .input_field[data-v-6c46dbfb]:hover{border-color:silver}.info-item select.input_field[data-v-6c46dbfb]{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.info-item input[type=date].input_field[data-v-6c46dbfb]{cursor:pointer}.info-item input[type=date].input_field[data-v-6c46dbfb]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.info-item input[type=date].input_field[data-v-6c46dbfb]::-webkit-calendar-picker-indicator:hover{opacity:1}.info-item input[type=number].input_field[data-v-6c46dbfb]::-webkit-inner-spin-button,.info-item input[type=number].input_field[data-v-6c46dbfb]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.info-item input[type=number].input_field[type=number][data-v-6c46dbfb]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.info-item textarea.input_field[data-v-6c46dbfb]{min-height:80px;resize:vertical;font-family:inherit;line-height:1.5;padding:12px 16px}.price-input-section[data-v-6c46dbfb],.weight-input-section[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:12px}.price-input[data-v-6c46dbfb],.weight-input[data-v-6c46dbfb]{display:flex;gap:12px;align-items:center}.price-input .input_field[data-v-6c46dbfb],.weight-input .input_field[data-v-6c46dbfb]{flex:1;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.price-input .input_field[data-v-6c46dbfb]:focus,.weight-input .input_field[data-v-6c46dbfb]:focus{outline:none;border-color:#41368e}.price-input .input_field[data-v-6c46dbfb]::-moz-placeholder,.weight-input .input_field[data-v-6c46dbfb]::-moz-placeholder{color:#939393}.price-input .input_field[data-v-6c46dbfb]::placeholder,.weight-input .input_field[data-v-6c46dbfb]::placeholder{color:#939393}.price-input .add-price-btn[data-v-6c46dbfb],.price-input .add-weight-btn[data-v-6c46dbfb],.weight-input .add-price-btn[data-v-6c46dbfb],.weight-input .add-weight-btn[data-v-6c46dbfb]{height:48px;padding:0 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s ease}.price-input .add-price-btn[data-v-6c46dbfb]:hover,.price-input .add-weight-btn[data-v-6c46dbfb]:hover,.weight-input .add-price-btn[data-v-6c46dbfb]:hover,.weight-input .add-weight-btn[data-v-6c46dbfb]:hover{background:#352a6b}.price-tags[data-v-6c46dbfb],.weight-tags[data-v-6c46dbfb]{display:flex;flex-wrap:wrap;gap:8px}.price-tag[data-v-6c46dbfb],.weight-tag[data-v-6c46dbfb]{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border-radius:20px;font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;cursor:pointer;transition:background-color .2s ease}.price-tag[data-v-6c46dbfb]:hover,.weight-tag[data-v-6c46dbfb]:hover{background:#e0e0e0}.price-tag .remove-tag[data-v-6c46dbfb],.weight-tag .remove-tag[data-v-6c46dbfb]{font-size:16px;color:#939393;cursor:pointer}.price-tag .remove-tag[data-v-6c46dbfb]:hover,.weight-tag .remove-tag[data-v-6c46dbfb]:hover{color:#e74c3c}.status-select .input_field[data-v-6c46dbfb]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.status-select .input_field[data-v-6c46dbfb]:focus{outline:none;border-color:#41368e}.file-upload-area[data-v-6c46dbfb]{display:flex;flex-direction:column;gap:16px}.upload-button .upload-label[data-v-6c46dbfb]{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;cursor:pointer;transition:all .2s ease}.upload-button .upload-label[data-v-6c46dbfb]:hover{background:#f0f0f0;border-color:#41368e;color:#41368e}.upload-button .upload-label svg[data-v-6c46dbfb]{width:24px;height:24px}.image-preview-grid[data-v-6c46dbfb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.image-preview[data-v-6c46dbfb]{position:relative;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.image-preview img[data-v-6c46dbfb]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block}.existing-images-grid[data-v-6c46dbfb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.existing-image-wrapper[data-v-6c46dbfb]{display:contents}.existing-image[data-v-6c46dbfb]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.action-buttons[data-v-6c46dbfb]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-6c46dbfb]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-6c46dbfb]:hover{background:#352a6b}.submit-btn svg[data-v-6c46dbfb]{width:20px;height:20px}@media(max-width:768px){.consignment-detail-v2[data-v-6c46dbfb]{padding:16px}.consignment-detail-header[data-v-6c46dbfb]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-6c46dbfb]{grid-template-columns:1fr;gap:16px}.price-input[data-v-6c46dbfb],.weight-input[data-v-6c46dbfb]{flex-direction:column;align-items:stretch}.price-input .add-price-btn[data-v-6c46dbfb],.price-input .add-weight-btn[data-v-6c46dbfb],.weight-input .add-price-btn[data-v-6c46dbfb],.weight-input .add-weight-btn[data-v-6c46dbfb]{width:100%}.existing-images-grid[data-v-6c46dbfb],.image-preview-grid[data-v-6c46dbfb]{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.action-buttons[data-v-6c46dbfb]{justify-content:center}.submit-btn[data-v-6c46dbfb]{width:100%;justify-content:center}}.warehouses[data-v-7f4759b9]{display:flex;height:100vh;overflow:auto}@media only screen and (max-width:920px){.warehouses .warehouses_side_menu[data-v-7f4759b9]{display:none}}.warehouses_table[data-v-054cd538]{display:flex;flex-direction:column;gap:24px;background:#f3f1f1;width:100%;max-width:100%;min-height:100vh;padding:24px;box-sizing:border-box}.loading-state[data-v-054cd538]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-054cd538]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-054cd538 1s linear infinite}.loading-state p[data-v-054cd538]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-054cd538{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.warehouses_table_header[data-v-054cd538]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.warehouses_table_header .warehouses_table_header_left h1[data-v-054cd538]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.warehouses_table_header .warehouses_table_header_right .new-warehouse-btn[data-v-054cd538]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.warehouses_table_header .warehouses_table_header_right .new-warehouse-btn[data-v-054cd538]:hover{background:#352a6b}.warehouses_table_header .warehouses_table_header_right .new-warehouse-btn svg[data-v-054cd538]{width:20px;height:20px}.warehouses_filter_wrapper[data-v-054cd538]{display:flex;gap:16px;margin-bottom:24px;align-items:center}.warehouses_filter_wrapper .warehouses_input[data-v-054cd538]{flex:1;max-width:400px}.warehouses_filter_wrapper .warehouses_input .input_field[data-v-054cd538]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.warehouses_filter_wrapper .warehouses_input .input_field[data-v-054cd538]:focus{outline:none;border-color:#41368e}.warehouses_filter_wrapper .warehouses_input .input_field[data-v-054cd538]::-moz-placeholder{color:#939393}.warehouses_filter_wrapper .warehouses_input .input_field[data-v-054cd538]::placeholder{color:#939393}.warehouses_filter_wrapper .warehouses_select[data-v-054cd538]{min-width:200px}.warehouses_filter_wrapper .warehouses_select .input_field[data-v-054cd538]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.warehouses_filter_wrapper .warehouses_select .input_field[data-v-054cd538]:focus{outline:none;border-color:#41368e}.warehouses_table_body[data-v-054cd538]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.warehouses_table_body .warehouses_table_body_inner[data-v-054cd538]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.warehouses_table_body .warehouses_table_body_inner[data-v-054cd538]{width:100%}}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content[data-v-054cd538]{display:flex;flex-direction:column;align-items:center;gap:35px}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .warehouses_table_body_inner_content_inner[data-v-054cd538]{display:flex;flex-direction:column;align-items:center;gap:12px}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .warehouses_table_body_inner_content_inner h1[data-v-054cd538]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .warehouses_table_body_inner_content_inner p[data-v-054cd538]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .create-warehouse-btn[data-v-054cd538]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .create-warehouse-btn[data-v-054cd538]:hover{background:#352a6b}.warehouses_table_body .warehouses_table_body_inner .warehouses_table_body_inner_content .create-warehouse-btn svg[data-v-054cd538]{width:20px;height:20px}.warehouses_table_filled[data-v-054cd538]{width:100%;max-width:100%;display:flex;gap:20px;border-radius:8px;background:#f3f1f1}.warehouses_table_filled .warehouses_table_filled_body[data-v-054cd538]{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.warehouses_table_filled .warehouses_table_filled_body[data-v-054cd538]::-webkit-scrollbar{width:6px}.warehouses_table_filled .warehouses_table_filled_body[data-v-054cd538]::-webkit-scrollbar-track{background:transparent}.warehouses_table_filled .warehouses_table_filled_body[data-v-054cd538]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.warehouses_table_filled .warehouses_table_filled_body[data-v-054cd538]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner[data-v-054cd538]{width:100%;display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;border:.5px solid #bbbabd;background:#fff;cursor:pointer;transition:all .3s ease}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner[data-v-054cd538]:hover{box-shadow:0 4px 12px rgba(65,54,142,.1);border-color:#41368e}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header[data-v-054cd538]{display:flex;width:100%;justify-content:space-between}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_left[data-v-054cd538]{display:flex;flex-direction:column;gap:4px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_left p[data-v-054cd538]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_left .warehouse-id[data-v-054cd538]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px;width:-moz-fit-content;width:fit-content}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right[data-v-054cd538]{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-country[data-v-054cd538]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-status[data-v-054cd538]{font-family:Inter;font-weight:500;font-size:12px;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-status.status-active[data-v-054cd538]{background:#e8f5e8;color:#2e7d32}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-status.status-inactive[data-v-054cd538]{background:#ffebee;color:#c62828}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-status.status-maintenance[data-v-054cd538]{background:#fff3e0;color:#f57c00}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right .warehouse-status.status-full[data-v-054cd538]{background:#e3f2fd;color:#1976d2}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body[data-v-054cd538]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:.5px solid #bbbabd;border-radius:8px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner[data-v-054cd538]{display:flex;align-items:center;gap:16px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .location-info[data-v-054cd538]{display:flex;flex-direction:column;gap:2px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .location-info .location-text[data-v-054cd538]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .location-info .location-label[data-v-054cd538]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .contact-info[data-v-054cd538]{display:flex;flex-direction:column;gap:2px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .contact-info .contact-number[data-v-054cd538]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;margin:0}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left .warehouses_table_filled_body_inner_body_left_inner .contact-info .contact-label[data-v-054cd538]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_right .warehouse-details-grid[data-v-054cd538]{width:100%}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_right .warehouse-details-grid .detail-item[data-v-054cd538]{display:flex;flex-direction:column;gap:4px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_right .warehouse-details-grid .detail-item .detail-label[data-v-054cd538]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.warehouses_table_filled .warehouses_table_filled_body .warehouses_table_filled_body_inner .warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_right .warehouse-details-grid .detail-item .detail-value[data-v-054cd538]{font-family:Inter;font-weight:500;font-size:13px;color:#2b2b2b}@media(max-width:768px){.warehouses_table_filled_body_inner_header[data-v-054cd538]{flex-direction:column;gap:12px;align-items:flex-start}.warehouses_table_filled_body_inner_header .warehouses_table_filled_body_inner_header_right[data-v-054cd538]{align-items:flex-start}.warehouses_table_filled_body_inner_body[data-v-054cd538]{flex-direction:column;gap:16px}.warehouses_table_filled_body_inner_body .warehouses_table_filled_body_inner_body_left_inner[data-v-054cd538]{flex-direction:column;align-items:flex-start;gap:12px}.warehouses_table_filled_body_inner_body .warehouse-details-grid[data-v-054cd538]{grid-template-columns:1fr;gap:12px}.warehouses_filter_wrapper[data-v-054cd538]{flex-direction:column;gap:12px}.warehouses_filter_wrapper .warehouses_input[data-v-054cd538]{max-width:100%}.warehouses_filter_wrapper .warehouses_select[data-v-054cd538]{min-width:100%}}.warehouses-card-list[data-v-054cd538]{display:flex;flex-wrap:wrap;width:100%;gap:24px;max-height:calc(100vh - 200px);justify-content:flex-start;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.warehouses-card-list[data-v-054cd538]::-webkit-scrollbar{width:6px}.warehouses-card-list[data-v-054cd538]::-webkit-scrollbar-track{background:transparent}.warehouses-card-list[data-v-054cd538]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.warehouses-card-list[data-v-054cd538]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.warehouse-card[data-v-054cd538]{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(52,52,52,.04),0 .5px 2px rgba(65,54,142,.04);border:1px solid #ece7fe;width:100%;max-width:500px;transition:box-shadow .15s;cursor:pointer;display:flex;flex-direction:column;outline:none}.warehouse-card[data-v-054cd538]:focus,.warehouse-card[data-v-054cd538]:hover{box-shadow:0 2px 12px rgba(65,54,142,.1),0 4px 18px rgba(52,52,52,.03);border-color:#41368e}.warehouse-card-header[data-v-054cd538]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:18px 24px;border-bottom:thin solid rgba(66,54,142,.22);gap:8px}.warehouse-card-title[data-v-054cd538]{display:flex;flex-direction:column;gap:3px;max-width:50%}@media screen and (max-width:600px){.warehouse-card-title[data-v-054cd538]{margin-bottom:10px}}.main-title[data-v-054cd538]{font-weight:600;font-size:1.1rem;color:#41368e;font-family:Inter}.mini-id[data-v-054cd538]{color:#b7b8be;font-size:.78rem;font-weight:500;margin-top:2px;letter-spacing:.01em;font-family:Inter}.warehouse-card-meta[data-v-054cd538]{display:flex;align-items:center;justify-content:flex-end;gap:10px}.warehouse-card-meta .warehouse-country[data-v-054cd538],.warehouse-card-meta .warehouse-status[data-v-054cd538]{width:-moz-fit-content;width:fit-content}.warehouse-weight[data-v-054cd538]{font-weight:600;font-size:1rem;color:#6f767e}.status-pill[data-v-054cd538]{display:inline-block;padding:2.5px 13px;border-radius:999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.warehouse-card-body[data-v-054cd538]{display:flex;flex-direction:column;padding:10px 24px 20px 24px}.card-section[data-v-054cd538]{display:flex;flex-wrap:wrap;gap:16px 32px;margin-top:10px;align-items:center;justify-content:flex-start}.card-section-border[data-v-054cd538]{padding-bottom:10px;margin-bottom:13px}.card-detail[data-v-054cd538]{width:45%;display:flex;flex-direction:column;gap:1px}.card-detail-label[data-v-054cd538]{color:#939393;font-size:13px;font-family:Inter;font-weight:500}.card-detail-value[data-v-054cd538]{color:#2b2b2b;font-size:15px;font-weight:600}.warehouse-detail-v2[data-v-60bbca0a]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f3f1f1;padding:24px;box-sizing:border-box}.loading-state[data-v-60bbca0a]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-60bbca0a]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-60bbca0a 1s linear infinite}.loading-state p[data-v-60bbca0a]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-60bbca0a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.warehouse-detail-container[data-v-60bbca0a]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.warehouse-detail-header[data-v-60bbca0a]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.warehouse-detail-header .header-left h1[data-v-60bbca0a]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.warehouse-detail-header .header-left .warehouse-info .warehouse-name[data-v-60bbca0a]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.warehouse-detail-header .header-left .warehouse-info .warehouse-subtitle[data-v-60bbca0a]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.warehouse-detail-header .header-right .status-badge[data-v-60bbca0a]{font-family:Inter;font-weight:600;font-size:14px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content}.warehouse-detail-header .header-right .status-badge.status-active[data-v-60bbca0a]{background:#e8f5e8;color:#2e7d32}.warehouse-detail-header .header-right .status-badge.status-inactive[data-v-60bbca0a]{background:#ffebee;color:#c62828}.warehouse-detail-header .header-right .status-badge.status-maintenance[data-v-60bbca0a]{background:#fff3e0;color:#f57c00}.warehouse-detail-header .header-right .status-badge.status-full[data-v-60bbca0a]{background:#e3f2fd;color:#1976d2}.warehouse-detail-header .header-right .back-btn[data-v-60bbca0a]{margin-top:10px;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s ease}.warehouse-detail-header .header-right .back-btn[data-v-60bbca0a]:hover{background:#e0e0e0;border-color:silver}.warehouse-detail-header .header-right .back-btn svg[data-v-60bbca0a]{width:20px;height:20px}.warehouse-detail-content[data-v-60bbca0a]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-60bbca0a]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-60bbca0a]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-grid[data-v-60bbca0a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-60bbca0a]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-60bbca0a]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-60bbca0a]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.address-input .input_field[data-v-60bbca0a],.contact-input .input_field[data-v-60bbca0a],.status-select .input_field[data-v-60bbca0a]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.address-input .input_field[data-v-60bbca0a]:focus,.contact-input .input_field[data-v-60bbca0a]:focus,.status-select .input_field[data-v-60bbca0a]:focus{outline:none;border-color:#41368e}.address-input .input_field[data-v-60bbca0a]::-moz-placeholder,.contact-input .input_field[data-v-60bbca0a]::-moz-placeholder,.status-select .input_field[data-v-60bbca0a]::-moz-placeholder{color:#939393}.address-input .input_field[data-v-60bbca0a]::placeholder,.contact-input .input_field[data-v-60bbca0a]::placeholder,.status-select .input_field[data-v-60bbca0a]::placeholder{color:#939393}.action-buttons[data-v-60bbca0a]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-60bbca0a]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-60bbca0a]:hover{background:#352a6b}.submit-btn svg[data-v-60bbca0a]{width:20px;height:20px}@media(max-width:768px){.warehouse-detail-v2[data-v-60bbca0a]{padding:16px}.warehouse-detail-header[data-v-60bbca0a]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-60bbca0a]{grid-template-columns:1fr;gap:16px}.action-buttons[data-v-60bbca0a]{justify-content:center}.submit-btn[data-v-60bbca0a]{width:100%;justify-content:center}}.new-warehouse[data-v-b5b63c16]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f3f1f1;padding:24px;box-sizing:border-box}.loading-state[data-v-b5b63c16]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-b5b63c16]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-b5b63c16 1s linear infinite}.loading-state p[data-v-b5b63c16]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-b5b63c16{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.new-warehouse-container[data-v-b5b63c16]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.new-warehouse-header[data-v-b5b63c16]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.new-warehouse-header .header-left h1[data-v-b5b63c16]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.new-warehouse-header .header-left p[data-v-b5b63c16]{font-family:Inter;font-weight:400;font-size:16px;color:#5e626a;margin:0}.new-warehouse-header .header-right .back-btn[data-v-b5b63c16]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s ease}.new-warehouse-header .header-right .back-btn[data-v-b5b63c16]:hover{background:#e0e0e0;border-color:silver}.new-warehouse-header .header-right .back-btn svg[data-v-b5b63c16]{width:20px;height:20px}.new-warehouse-content[data-v-b5b63c16],.warehouse-form[data-v-b5b63c16]{display:flex;flex-direction:column;gap:24px}.form-card[data-v-b5b63c16]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.form-card h2[data-v-b5b63c16]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.form-grid[data-v-b5b63c16]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.form-group[data-v-b5b63c16]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-b5b63c16]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b}.form-group .input_field[data-v-b5b63c16]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.form-group .input_field[data-v-b5b63c16]:focus{outline:none;border-color:#41368e}.form-group .input_field[data-v-b5b63c16]::-moz-placeholder{color:#939393}.form-group .input_field[data-v-b5b63c16]::placeholder{color:#939393}.form-group .input_field[data-v-b5b63c16]:disabled{background:#f5f5f5;cursor:not-allowed}.form-group select.input_field[data-v-b5b63c16]{cursor:pointer}.form-actions[data-v-b5b63c16]{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:1px solid #e0e0e0}.cancel-btn[data-v-b5b63c16]{display:flex;align-items:center;justify-content:center;padding:16px 32px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;text-decoration:none;cursor:pointer;transition:all .2s ease}.cancel-btn[data-v-b5b63c16]:hover{background:#e0e0e0;border-color:silver}.submit-btn[data-v-b5b63c16]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-b5b63c16]:hover:not(:disabled){background:#352a6b}.submit-btn[data-v-b5b63c16]:disabled{background:silver;cursor:not-allowed}.submit-btn svg[data-v-b5b63c16]{width:20px;height:20px}@media(max-width:768px){.new-warehouse[data-v-b5b63c16]{padding:16px}.new-warehouse-header[data-v-b5b63c16]{flex-direction:column;gap:16px;align-items:flex-start}.form-grid[data-v-b5b63c16]{grid-template-columns:1fr;gap:16px}.form-actions[data-v-b5b63c16]{flex-direction:column;gap:12px}.cancel-btn[data-v-b5b63c16],.submit-btn[data-v-b5b63c16]{width:100%;justify-content:center}}.exchange-rates-v2[data-v-48097bac]{display:flex;height:100vh;overflow:scroll}@media only screen and (max-width:920px){.exchange-rates-v2 .exchange-rates-v2_side_menu[data-v-48097bac]{display:none}}.rates-links .rates-link[data-v-48097bac]{color:#41368e;text-decoration:none;font-weight:500;font-size:1rem;border-bottom:2px solid transparent;padding-bottom:2px;transition:color .2s,border-bottom .2s}.rates-links .rates-link[data-v-48097bac]:hover{color:#332b70}.rates-links .active-rate-link[data-v-48097bac]{color:#41368e;border-bottom:2px solid #41368e;font-weight:700}.exchange_rates_table_v2[data-v-56ae14e2]{display:flex;flex-direction:column;gap:24px;background:#fff;width:100%;max-width:100%;min-height:100vh;padding:24px;box-sizing:border-box}.loading-state[data-v-56ae14e2]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-56ae14e2]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-56ae14e2 1s linear infinite}.loading-state p[data-v-56ae14e2]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-56ae14e2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exchange_rates_table_header[data-v-56ae14e2]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.exchange_rates_table_header .exchange_rates_table_header_left h1[data-v-56ae14e2]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn[data-v-56ae14e2]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn[data-v-56ae14e2]:hover{background:#352a6b}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn svg[data-v-56ae14e2]{width:20px;height:20px}.exchange_rates_filter_wrapper[data-v-56ae14e2]{display:flex;gap:16px;margin-bottom:24px;align-items:center}.exchange_rates_filter_wrapper .exchange_rates_input[data-v-56ae14e2]{flex:1;max-width:400px}.exchange_rates_filter_wrapper .exchange_rates_input .input_field[data-v-56ae14e2]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.exchange_rates_filter_wrapper .exchange_rates_input .input_field[data-v-56ae14e2]:focus{outline:none;border-color:#41368e}.exchange_rates_filter_wrapper .exchange_rates_input .input_field[data-v-56ae14e2]::-moz-placeholder{color:#939393}.exchange_rates_filter_wrapper .exchange_rates_input .input_field[data-v-56ae14e2]::placeholder{color:#939393}.exchange_rates_filter_wrapper .exchange_rates_select[data-v-56ae14e2]{min-width:200px}.exchange_rates_filter_wrapper .exchange_rates_select .input_field[data-v-56ae14e2]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.exchange_rates_filter_wrapper .exchange_rates_select .input_field[data-v-56ae14e2]:focus{outline:none;border-color:#41368e}.exchange_rates_table_body[data-v-56ae14e2]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.exchange_rates_table_body .exchange_rates_table_body_inner[data-v-56ae14e2]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.exchange_rates_table_body .exchange_rates_table_body_inner[data-v-56ae14e2]{width:100%}}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content[data-v-56ae14e2]{display:flex;flex-direction:column;align-items:center;gap:35px}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .exchange_rates_table_body_inner_content_inner[data-v-56ae14e2]{display:flex;flex-direction:column;align-items:center;gap:12px}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .exchange_rates_table_body_inner_content_inner h1[data-v-56ae14e2]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .exchange_rates_table_body_inner_content_inner p[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .create-exchange-rate-btn[data-v-56ae14e2]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .create-exchange-rate-btn[data-v-56ae14e2]:hover{background:#352a6b}.exchange_rates_table_body .exchange_rates_table_body_inner .exchange_rates_table_body_inner_content .create-exchange-rate-btn svg[data-v-56ae14e2]{width:20px;height:20px}.exchange_rates_table_filled[data-v-56ae14e2]{width:100%;max-width:100%;display:flex;gap:20px;border-radius:8px;background:#fff}.exchange_rates_table_filled .exchange_rates_table_filled_body[data-v-56ae14e2]{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.exchange_rates_table_filled .exchange_rates_table_filled_body[data-v-56ae14e2]::-webkit-scrollbar{width:6px}.exchange_rates_table_filled .exchange_rates_table_filled_body[data-v-56ae14e2]::-webkit-scrollbar-track{background:transparent}.exchange_rates_table_filled .exchange_rates_table_filled_body[data-v-56ae14e2]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.exchange_rates_table_filled .exchange_rates_table_filled_body[data-v-56ae14e2]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner[data-v-56ae14e2]{width:100%;display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;border:.5px solid #bbbabd;background:#fff;cursor:pointer;transition:all .3s ease}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner[data-v-56ae14e2]:hover{box-shadow:0 4px 12px rgba(65,54,142,.1);border-color:#41368e}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header[data-v-56ae14e2]{display:flex;width:100%;justify-content:space-between}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_left[data-v-56ae14e2]{display:flex;flex-direction:column;gap:4px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_left p[data-v-56ae14e2]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_left .currency-abbr[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px;width:-moz-fit-content;width:fit-content}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_right[data-v-56ae14e2]{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_right .exchange-rate-amount[data-v-56ae14e2]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_right .base-currency[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;background:#e8f5e8;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body[data-v-56ae14e2]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:.5px solid #bbbabd;border-radius:8px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner[data-v-56ae14e2]{display:flex;align-items:center;gap:16px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .currency-info[data-v-56ae14e2]{display:flex;flex-direction:column;gap:2px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .currency-info .currency-name[data-v-56ae14e2]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .currency-info .currency-label[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .abbreviation-info[data-v-56ae14e2]{display:flex;flex-direction:column;gap:2px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .abbreviation-info .abbreviation-text[data-v-56ae14e2]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;margin:0}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left .exchange_rates_table_filled_body_inner_body_left_inner .abbreviation-info .abbreviation-label[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_right .rate-details-grid[data-v-56ae14e2]{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_right .rate-details-grid .detail-item[data-v-56ae14e2]{display:flex;flex-direction:column;gap:4px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_right .rate-details-grid .detail-item .detail-label[data-v-56ae14e2]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_right .rate-details-grid .detail-item .detail-value[data-v-56ae14e2]{font-family:Inter;font-weight:500;font-size:13px;color:#2b2b2b}.exchange_rates_table_filled .exchange_rates_table_filled_body .exchange_rates_table_filled_body_inner .exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_right .rate-details-grid .detail-item .detail-value.status-active[data-v-56ae14e2]{color:#2e7d32;font-weight:600}@media(max-width:768px){.exchange_rates_table_filled_body_inner_header[data-v-56ae14e2]{flex-direction:column;gap:12px;align-items:flex-start}.exchange_rates_table_filled_body_inner_header .exchange_rates_table_filled_body_inner_header_right[data-v-56ae14e2]{align-items:flex-start}.exchange_rates_table_filled_body_inner_body[data-v-56ae14e2]{flex-direction:column;gap:16px}.exchange_rates_table_filled_body_inner_body .exchange_rates_table_filled_body_inner_body_left_inner[data-v-56ae14e2]{flex-direction:column;align-items:flex-start;gap:12px}.exchange_rates_table_filled_body_inner_body .rate-details-grid[data-v-56ae14e2]{grid-template-columns:1fr;gap:12px}.exchange_rates_filter_wrapper[data-v-56ae14e2]{flex-direction:column;gap:12px}.exchange_rates_filter_wrapper .exchange_rates_input[data-v-56ae14e2]{max-width:100%}.exchange_rates_filter_wrapper .exchange_rates_select[data-v-56ae14e2]{min-width:100%}}.exchange-rate-detail-v2[data-v-2434b2b4]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#fff;padding:24px;box-sizing:border-box}.loading-state[data-v-2434b2b4]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-2434b2b4]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-2434b2b4 1s linear infinite}.loading-state p[data-v-2434b2b4]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-2434b2b4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exchange-rate-detail-container[data-v-2434b2b4]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.exchange-rate-detail-header[data-v-2434b2b4]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.exchange-rate-detail-header .header-left h1[data-v-2434b2b4]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.exchange-rate-detail-header .header-left .exchange-rate-info .exchange-rate-name[data-v-2434b2b4]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.exchange-rate-detail-header .header-left .exchange-rate-info .exchange-rate-subtitle[data-v-2434b2b4]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.exchange-rate-detail-header .header-right .status-badge[data-v-2434b2b4]{font-family:Inter;font-weight:600;font-size:14px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.exchange-rate-detail-header .header-right .status-badge.status-active[data-v-2434b2b4]{background:#e8f5e8;color:#2e7d32}.exchange-rate-detail-content[data-v-2434b2b4]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-2434b2b4]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-2434b2b4]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-grid[data-v-2434b2b4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-2434b2b4]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-2434b2b4]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-2434b2b4]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.info-item .info-value.status-active[data-v-2434b2b4]{color:#2e7d32;font-weight:600}.abbreviation-input .input_field[data-v-2434b2b4],.amount-input .input_field[data-v-2434b2b4],.currency-input .input_field[data-v-2434b2b4]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.abbreviation-input .input_field[data-v-2434b2b4]:focus,.amount-input .input_field[data-v-2434b2b4]:focus,.currency-input .input_field[data-v-2434b2b4]:focus{outline:none;border-color:#41368e}.abbreviation-input .input_field[data-v-2434b2b4]::-moz-placeholder,.amount-input .input_field[data-v-2434b2b4]::-moz-placeholder,.currency-input .input_field[data-v-2434b2b4]::-moz-placeholder{color:#939393}.abbreviation-input .input_field[data-v-2434b2b4]::placeholder,.amount-input .input_field[data-v-2434b2b4]::placeholder,.currency-input .input_field[data-v-2434b2b4]::placeholder{color:#939393}.action-buttons[data-v-2434b2b4]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-2434b2b4]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-2434b2b4]:hover{background:#352a6b}.submit-btn svg[data-v-2434b2b4]{width:20px;height:20px}@media(max-width:768px){.exchange-rate-detail-v2[data-v-2434b2b4]{padding:16px}.exchange-rate-detail-header[data-v-2434b2b4]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-2434b2b4]{grid-template-columns:1fr;gap:16px}.action-buttons[data-v-2434b2b4]{justify-content:center}.submit-btn[data-v-2434b2b4]{width:100%;justify-content:center}}.new-exchange-rate-v2[data-v-11507dc5]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#fff;padding:24px;box-sizing:border-box}.loading-state[data-v-11507dc5]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-11507dc5]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-11507dc5 1s linear infinite}.loading-state p[data-v-11507dc5]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-11507dc5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.new-exchange-rate-container[data-v-11507dc5]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.new-exchange-rate-header[data-v-11507dc5]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.new-exchange-rate-header .header-left h1[data-v-11507dc5]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.new-exchange-rate-header .header-left p[data-v-11507dc5]{font-family:Inter;font-weight:400;font-size:16px;color:#5e626a;margin:0}.new-exchange-rate-header .header-right .back-btn[data-v-11507dc5]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s ease}.new-exchange-rate-header .header-right .back-btn[data-v-11507dc5]:hover{background:#e0e0e0;border-color:silver}.new-exchange-rate-header .header-right .back-btn svg[data-v-11507dc5]{width:20px;height:20px}.exchange-rate-form[data-v-11507dc5],.new-exchange-rate-content[data-v-11507dc5]{display:flex;flex-direction:column;gap:24px}.form-card[data-v-11507dc5]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.form-card h2[data-v-11507dc5]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.form-card.preview-card[data-v-11507dc5]{background:#f8f9fa;border-color:#e9ecef}.form-card.preview-card h2[data-v-11507dc5]{color:#41368e}.form-grid[data-v-11507dc5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.form-group[data-v-11507dc5]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-11507dc5]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b}.form-group .input_field[data-v-11507dc5]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.form-group .input_field[data-v-11507dc5]:focus{outline:none;border-color:#41368e}.form-group .input_field[data-v-11507dc5]::-moz-placeholder{color:#939393}.form-group .input_field[data-v-11507dc5]::placeholder{color:#939393}.form-group .input_field[data-v-11507dc5]:disabled{background:#f5f5f5;cursor:not-allowed}.form-group .form-help[data-v-11507dc5]{font-family:Inter;font-weight:400;font-size:12px;color:#5e626a;margin-top:4px}.preview-content[data-v-11507dc5]{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.preview-content .preview-item[data-v-11507dc5]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.preview-content .preview-item[data-v-11507dc5]:last-child{border-bottom:none}.preview-content .preview-item .preview-label[data-v-11507dc5]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a}.preview-content .preview-item .preview-value[data-v-11507dc5]{font-family:Inter;font-weight:600;font-size:14px;color:#2b2b2b}.form-actions[data-v-11507dc5]{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:1px solid #e0e0e0}.cancel-btn[data-v-11507dc5]{display:flex;align-items:center;justify-content:center;padding:16px 32px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;text-decoration:none;cursor:pointer;transition:all .2s ease}.cancel-btn[data-v-11507dc5]:hover{background:#e0e0e0;border-color:silver}.submit-btn[data-v-11507dc5]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-11507dc5]:hover:not(:disabled){background:#352a6b}.submit-btn[data-v-11507dc5]:disabled{background:silver;cursor:not-allowed}.submit-btn svg[data-v-11507dc5]{width:20px;height:20px}@media(max-width:768px){.new-exchange-rate-v2[data-v-11507dc5]{padding:16px}.new-exchange-rate-header[data-v-11507dc5]{flex-direction:column;gap:16px;align-items:flex-start}.form-grid[data-v-11507dc5]{grid-template-columns:1fr;gap:16px}.form-actions[data-v-11507dc5]{flex-direction:column;gap:12px}.cancel-btn[data-v-11507dc5],.submit-btn[data-v-11507dc5]{width:100%;justify-content:center}}.profile-v2-layout[data-v-40a337fd]{display:flex;min-height:100vh;background:#f8f9fa}.main-content[data-v-40a337fd]{flex:1;width:calc(100% - 280px);min-height:100vh;background:#fff}@media(max-width:768px){.main-content[data-v-40a337fd]{width:100%}}.profile-v2[data-v-10694e9e]{padding:24px;background-color:#f8fafc;min-height:100vh}.profile-v2 .loading-state[data-v-10694e9e]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:16px}.profile-v2 .loading-state .loading-spinner[data-v-10694e9e]{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #41368e;border-radius:50%;animation:spin-10694e9e 1s linear infinite}.profile-v2 .loading-state p[data-v-10694e9e]{color:#64748b;font-size:16px}.profile-v2 .profile-container[data-v-10694e9e]{max-width:1200px;margin:0 auto}.profile-v2 .profile-header[data-v-10694e9e]{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.profile-v2 .profile-header .profile-header-left .profile-info .profile-name[data-v-10694e9e]{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px 0}.profile-v2 .profile-header .profile-header-left .profile-info .profile-subtitle[data-v-10694e9e]{font-size:16px;color:#64748b;margin:0}.profile-v2 .profile-header .profile-header-right .profile-status[data-v-10694e9e]{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase}.profile-v2 .profile-header .profile-header-right .profile-status.status-active[data-v-10694e9e]{background-color:#dcfce7;color:#166534}.profile-v2 .profile-header .profile-header-right .profile-status.status-inactive[data-v-10694e9e]{background-color:#fef2f2;color:#dc2626}.profile-v2 .profile-details-grid[data-v-10694e9e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.profile-v2 .detail-card[data-v-10694e9e]{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.profile-v2 .detail-card .detail-card-header[data-v-10694e9e]{background:#f8fafc;padding:16px 20px;border-bottom:1px solid #e2e8f0}.profile-v2 .detail-card .detail-card-header h3[data-v-10694e9e]{margin:0;font-size:18px;font-weight:600;color:#1e293b}.profile-v2 .detail-card .detail-card-body[data-v-10694e9e]{padding:20px}.profile-v2 .detail-card .detail-row[data-v-10694e9e]{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.profile-v2 .detail-card .detail-row[data-v-10694e9e]:last-child{border-bottom:none}.profile-v2 .detail-card .detail-row .detail-label[data-v-10694e9e]{font-size:14px;font-weight:500;color:#64748b;min-width:120px}.profile-v2 .detail-card .detail-row .detail-value[data-v-10694e9e]{font-size:14px;color:#1e293b;text-align:right;word-break:break-all}.profile-v2 .detail-card .detail-row .detail-value.user-id[data-v-10694e9e]{font-family:Courier New,monospace;font-size:12px;color:#64748b}.profile-v2 .role-badge[data-v-10694e9e]{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.profile-v2 .role-badge.role-super-admin[data-v-10694e9e]{background-color:#fef3c7;color:#92400e}.profile-v2 .role-badge.role-admin[data-v-10694e9e]{background-color:#dbeafe;color:#1e40af}.profile-v2 .role-badge.role-viewer[data-v-10694e9e]{background-color:#e0e7ff;color:#3730a3}.profile-v2 .role-badge.role-default[data-v-10694e9e]{background-color:#f1f5f9;color:#64748b}.profile-v2 .status-badge[data-v-10694e9e]{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.profile-v2 .status-badge.status-active[data-v-10694e9e]{background-color:#dcfce7;color:#166534}.profile-v2 .status-badge.status-inactive[data-v-10694e9e]{background-color:#fef2f2;color:#dc2626}.profile-v2 .error-state[data-v-10694e9e]{display:flex;align-items:center;justify-content:center;height:400px}.profile-v2 .error-state .error-content[data-v-10694e9e]{text-align:center;max-width:400px}.profile-v2 .error-state .error-content h2[data-v-10694e9e]{font-size:24px;font-weight:600;color:#1e293b;margin:16px 0 8px 0}.profile-v2 .error-state .error-content p[data-v-10694e9e]{color:#64748b;font-size:16px;margin:0}@keyframes spin-10694e9e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.profile-v2[data-v-10694e9e]{padding:16px}.profile-v2 .profile-header[data-v-10694e9e]{flex-direction:column;gap:16px;text-align:center}.profile-v2 .profile-header .profile-header-left .profile-info .profile-name[data-v-10694e9e]{font-size:24px}.profile-v2 .profile-details-grid[data-v-10694e9e]{grid-template-columns:1fr}}.procurements-v2-layout[data-v-ade823ba]{display:flex;height:100vh;overflow:hidden;background:#f8f9fa}.main-content[data-v-ade823ba]{flex:1;width:calc(100% - 280px);min-height:100vh;background:#fff}@media(max-width:768px){.main-content[data-v-ade823ba]{width:100%}}.procurements_table[data-v-63be4378]{display:flex;flex-direction:column;gap:24px;background:#f3f1f1;width:100%;height:100vh;padding:24px;box-sizing:border-box}.loading-state[data-v-63be4378]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-63be4378]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-63be4378 1s linear infinite}.loading-state p[data-v-63be4378]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-63be4378{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.procurements_table_header[data-v-63be4378]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.procurements_table_header .procurements_table_header_left h1[data-v-63be4378]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.procurements_table_header .procurements_table_header_right .new-procurement-btn[data-v-63be4378]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;text-decoration:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;transition:background-color .2s ease}.procurements_table_header .procurements_table_header_right .new-procurement-btn[data-v-63be4378]:hover{background:#352a6b}.procurements_table_header .procurements_table_header_right .new-procurement-btn svg[data-v-63be4378]{width:20px;height:20px}.procurements_filter_wrapper[data-v-63be4378]{display:flex;gap:16px;margin-bottom:24px;align-items:center}.procurements_filter_wrapper .procurements_input[data-v-63be4378]{flex:1;max-width:400px}.procurements_filter_wrapper .procurements_input .input_field[data-v-63be4378]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.procurements_filter_wrapper .procurements_input .input_field[data-v-63be4378]:focus{outline:none;border-color:#41368e}.procurements_filter_wrapper .procurements_input .input_field[data-v-63be4378]::-moz-placeholder{color:#939393}.procurements_filter_wrapper .procurements_input .input_field[data-v-63be4378]::placeholder{color:#939393}.procurements_filter_wrapper .procurements_select[data-v-63be4378]{min-width:200px}.procurements_filter_wrapper .procurements_select .input_field[data-v-63be4378]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.procurements_filter_wrapper .procurements_select .input_field[data-v-63be4378]:focus{outline:none;border-color:#41368e}.procurements_table_body[data-v-63be4378]{display:flex;flex-direction:column;width:100%;height:60vh;align-items:center;justify-content:center}.procurements_table_body .procurements_table_body_inner[data-v-63be4378]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.procurements_table_body .procurements_table_body_inner[data-v-63be4378]{width:100%}}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content[data-v-63be4378]{display:flex;flex-direction:column;align-items:center;gap:35px}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .procurements_table_body_inner_content_inner[data-v-63be4378]{display:flex;flex-direction:column;align-items:center;gap:12px}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .procurements_table_body_inner_content_inner h1[data-v-63be4378]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .procurements_table_body_inner_content_inner p[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .new-procurement-btn[data-v-63be4378]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;text-decoration:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;transition:background-color .2s ease}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .new-procurement-btn[data-v-63be4378]:hover{background:#352a6b}.procurements_table_body .procurements_table_body_inner .procurements_table_body_inner_content .new-procurement-btn svg[data-v-63be4378]{width:20px;height:20px}.procurements_table_filled[data-v-63be4378]{width:100%;max-width:100%;display:flex;gap:20px;border-radius:8px;background:#f3f1f1;padding-bottom:120px}.procurements_table_filled .procurements_table_filled_body[data-v-63be4378]{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.procurements_table_filled .procurements_table_filled_body[data-v-63be4378]::-webkit-scrollbar{width:6px}.procurements_table_filled .procurements_table_filled_body[data-v-63be4378]::-webkit-scrollbar-track{background:transparent}.procurements_table_filled .procurements_table_filled_body[data-v-63be4378]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.procurements_table_filled .procurements_table_filled_body[data-v-63be4378]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner[data-v-63be4378]{width:100%;display:flex;flex-direction:column;gap:24px;border-radius:8px;padding:16px;border:.5px solid #bbbabd;background:#fff;cursor:pointer;transition:all .3s ease}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner[data-v-63be4378]:hover{box-shadow:0 4px 12px rgba(65,54,142,.1);border-color:#41368e}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header[data-v-63be4378]{display:flex;width:100%;justify-content:space-between}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_left[data-v-63be4378]{display:flex;flex-direction:column;gap:4px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_left .procurement-info p[data-v-63be4378]{font-family:Inter;font-weight:600;font-size:18px;color:#2b2b2b;margin:0}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_left .procurement-info .procurement-id[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:12px;color:#939393;background:#f5f5f5;padding:2px 8px;border-radius:4px;width:-moz-fit-content;width:fit-content}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right[data-v-63be4378]{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-amount[data-v-63be4378]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status[data-v-63be4378]{font-family:Inter;font-weight:500;font-size:12px;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-pending[data-v-63be4378]{background:#fff3e0;color:#f57c00}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-approved[data-v-63be4378]{background:#e8f5e8;color:#2e7d32}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-rejected[data-v-63be4378]{background:#ffebee;color:#c62828}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-in-progress[data-v-63be4378]{background:#e3f2fd;color:#1976d2}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-completed[data-v-63be4378]{background:#e8f5e8;color:#2e7d32}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-cancelled[data-v-63be4378],.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right .procurement-status.status-default[data-v-63be4378]{background:#f5f5f5;color:#757575}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body[data-v-63be4378]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:.5px solid #bbbabd;border-radius:8px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner[data-v-63be4378]{display:flex;align-items:center;gap:16px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .quantity-info[data-v-63be4378]{display:flex;flex-direction:column;gap:2px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .quantity-info .quantity-number[data-v-63be4378]{font-family:Inter;font-weight:600;font-size:16px;color:#2b2b2b;margin:0}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .quantity-info .quantity-label[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .date-info[data-v-63be4378]{display:flex;flex-direction:column;gap:2px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .date-info .procurement-date[data-v-63be4378]{font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;margin:0}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left .procurements_table_filled_body_inner_body_left_inner .date-info .date-label[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_right .procurement-details-grid[data-v-63be4378]{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_right .procurement-details-grid .detail-item[data-v-63be4378]{display:flex;flex-direction:column;gap:4px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_right .procurement-details-grid .detail-item .detail-label[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:11px;color:#939393;text-transform:uppercase;letter-spacing:.5px}.procurements_table_filled .procurements_table_filled_body .procurements_table_filled_body_inner .procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_right .procurement-details-grid .detail-item .detail-value[data-v-63be4378]{font-family:Inter;font-weight:500;font-size:13px;color:#2b2b2b}@media(max-width:768px){.procurements_table_filled_body_inner_header[data-v-63be4378]{flex-direction:column;gap:12px;align-items:flex-start}.procurements_table_filled_body_inner_header .procurements_table_filled_body_inner_header_right[data-v-63be4378]{align-items:flex-start}.procurements_table_filled_body_inner_body[data-v-63be4378]{flex-direction:column;gap:16px}.procurements_table_filled_body_inner_body .procurements_table_filled_body_inner_body_left_inner[data-v-63be4378]{flex-direction:column;align-items:flex-start;gap:12px}.procurements_table_filled_body_inner_body .procurement-details-grid[data-v-63be4378]{grid-template-columns:1fr;gap:12px}.procurements_filter_wrapper[data-v-63be4378]{flex-direction:column;gap:12px}.procurements_filter_wrapper .procurements_input[data-v-63be4378]{max-width:100%}.procurements_filter_wrapper .procurements_select[data-v-63be4378]{min-width:100%}}.pagination-wrapper[data-v-63be4378]{position:fixed;bottom:0;left:24px;right:24px;display:flex;flex-direction:column;gap:16px;padding:20px 0;z-index:100;box-sizing:border-box}.pagination-info[data-v-63be4378]{display:flex;justify-content:center;align-items:center}.pagination-info span[data-v-63be4378]{font-family:Inter;font-weight:400;font-size:14px;color:#5e626a}.pagination-controls[data-v-63be4378]{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination-btn[data-v-63be4378]{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;color:#41368e;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.pagination-btn[data-v-63be4378]:hover:not(.disabled){background:#f5f5f5;border-color:#41368e}.pagination-btn.disabled[data-v-63be4378]{opacity:.5;cursor:not-allowed;background:#fafafa}.pagination-btn svg[data-v-63be4378]{width:16px;height:16px}.pagination-numbers[data-v-63be4378]{display:flex;gap:4px;align-items:center}.pagination-number[data-v-63be4378]{min-width:40px;height:40px;padding:8px 12px;background:#fff;color:#5e626a;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-number[data-v-63be4378]:hover{background:#f5f5f5;border-color:#41368e;color:#41368e}.pagination-number.active[data-v-63be4378]{background:#41368e;color:#fff;border-color:#41368e;font-weight:600}@media(max-width:768px){.procurements_table_filled[data-v-63be4378]{padding-bottom:140px}.pagination-wrapper[data-v-63be4378]{padding:16px 0}.pagination-info span[data-v-63be4378]{font-size:12px}.pagination-controls[data-v-63be4378]{gap:4px}.pagination-btn[data-v-63be4378]{padding:8px 12px;font-size:12px}.pagination-btn svg[data-v-63be4378]{width:14px;height:14px}.pagination-number[data-v-63be4378]{min-width:36px;height:36px;padding:6px 10px;font-size:12px}}.procurement-detail-v2[data-v-77eaf0da]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f3f1f1;padding:24px;box-sizing:border-box;overflow-y:auto;max-height:100vh}.loading-state[data-v-77eaf0da]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-77eaf0da]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-77eaf0da 1s linear infinite}.loading-state p[data-v-77eaf0da]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-77eaf0da{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.procurement-detail-container[data-v-77eaf0da]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.procurement-detail-header[data-v-77eaf0da]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.procurement-detail-header .header-left h1[data-v-77eaf0da]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.procurement-detail-header .header-left .procurement-subtitle[data-v-77eaf0da]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.procurement-detail-header .header-right .status-badge[data-v-77eaf0da]{font-family:Inter;font-weight:600;font-size:14px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.procurement-detail-header .header-right .status-badge.status-pending[data-v-77eaf0da]{background:#fff3e0;color:#f57c00}.procurement-detail-header .header-right .status-badge.status-approved[data-v-77eaf0da]{background:#e8f5e8;color:#2e7d32}.procurement-detail-header .header-right .status-badge.status-rejected[data-v-77eaf0da]{background:#ffebee;color:#c62828}.procurement-detail-header .header-right .status-badge.status-in-progress[data-v-77eaf0da]{background:#e3f2fd;color:#1976d2}.procurement-detail-header .header-right .status-badge.status-completed[data-v-77eaf0da]{background:#e8f5e8;color:#2e7d32}.procurement-detail-header .header-right .status-badge.status-cancelled[data-v-77eaf0da],.procurement-detail-header .header-right .status-badge.status-default[data-v-77eaf0da]{background:#f5f5f5;color:#757575}.procurement-detail-content[data-v-77eaf0da]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-77eaf0da]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-77eaf0da]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-grid[data-v-77eaf0da]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-grid .full-width[data-v-77eaf0da]{grid-column:1/-1}.info-item[data-v-77eaf0da]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-77eaf0da]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-77eaf0da]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.info-item .external-link[data-v-77eaf0da]{color:#41368e;text-decoration:none;word-break:break-all}.info-item .external-link[data-v-77eaf0da]:hover{text-decoration:underline}.update-section[data-v-77eaf0da]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.update-section h2[data-v-77eaf0da]{color:#1e293b;border-bottom:2px solid #3b82f6;padding-bottom:12px}.update-form[data-v-77eaf0da]{display:flex;flex-direction:column;gap:20px}.form-row[data-v-77eaf0da]{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.form-row[data-v-77eaf0da]{grid-template-columns:1fr;gap:16px}}.form-group[data-v-77eaf0da]{display:flex;flex-direction:column;gap:8px}.form-group.full-width[data-v-77eaf0da]{grid-column:1/-1}.form-label[data-v-77eaf0da]{font-family:Inter;font-weight:600;font-size:14px;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.form-input[data-v-77eaf0da]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-family:Inter;font-size:14px;color:#1f2937;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.form-input[data-v-77eaf0da]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 3px rgba(65,54,142,.1);transform:translateY(-1px)}.form-input[data-v-77eaf0da]:hover{border-color:silver;box-shadow:0 2px 6px rgba(0,0,0,.08)}.form-input[data-v-77eaf0da]::-moz-placeholder{color:#9ca3af;font-style:italic}.form-input[data-v-77eaf0da]::placeholder{color:#9ca3af;font-style:italic}.form-input.textarea[data-v-77eaf0da]{min-height:80px;resize:vertical;line-height:1.5}.update-section[data-v-77eaf0da]{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e8e9ea;box-shadow:0 4px 12px rgba(0,0,0,.08)}.update-section h2[data-v-77eaf0da]{background:linear-gradient(135deg,#41368e,#5a4a9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:22px;margin-bottom:24px;padding-bottom:16px;border-bottom:3px solid #41368e}.form-row[data-v-77eaf0da]{display:flex;gap:20px;margin-bottom:20px}.form-row .form-group[data-v-77eaf0da]{flex:1;display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;transition:all .3s ease}.form-row .form-group[data-v-77eaf0da]:hover{border-color:#41368e;box-shadow:0 2px 8px rgba(65,54,142,.1);transform:translateY(-2px)}.form-row .form-group .form-label[data-v-77eaf0da]{font-family:Inter;font-weight:600;font-size:13px;color:#41368e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}select.form-input[data-v-77eaf0da]{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date].form-input[data-v-77eaf0da]{cursor:pointer}input[type=date].form-input[data-v-77eaf0da]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}input[type=date].form-input[data-v-77eaf0da]::-webkit-calendar-picker-indicator:hover{opacity:1}input[type=number].form-input[data-v-77eaf0da]::-webkit-inner-spin-button,input[type=number].form-input[data-v-77eaf0da]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number].form-input[type=number][data-v-77eaf0da]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=url].form-input[data-v-77eaf0da]:valid{border-color:#10b981}input[type=url].form-input[data-v-77eaf0da]:invalid:not(:-moz-placeholder-shown){border-color:#ef4444}input[type=url].form-input[data-v-77eaf0da]:invalid:not(:placeholder-shown){border-color:#ef4444}.image-container[data-v-77eaf0da]{display:flex;justify-content:center;align-items:center;margin-top:16px}.image-container .product-image[data-v-77eaf0da]{max-width:100%;max-height:400px;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.action-buttons[data-v-77eaf0da]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-77eaf0da]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-77eaf0da]:hover{background:#352a6b}.submit-btn svg[data-v-77eaf0da]{width:20px;height:20px}@media(max-width:768px){.procurement-detail-v2[data-v-77eaf0da]{padding:16px}.procurement-detail-header[data-v-77eaf0da]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-77eaf0da]{grid-template-columns:1fr;gap:16px}.action-buttons[data-v-77eaf0da]{justify-content:center}.submit-btn[data-v-77eaf0da]{width:100%;justify-content:center}}.exchange_rates_table_header[data-v-4066fbb4]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.exchange_rates_table_header .exchange_rates_table_header_left h1[data-v-4066fbb4]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn[data-v-4066fbb4]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn[data-v-4066fbb4]:hover{background:#352a6b}.exchange_rates_table_header .exchange_rates_table_header_right .new-exchange-rate-btn svg[data-v-4066fbb4]{width:20px;height:20px}.loading-state[data-v-4066fbb4]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-4066fbb4]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-4066fbb4 1s linear infinite}.loading-state p[data-v-4066fbb4]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-4066fbb4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.body[data-v-4066fbb4]{display:flex;flex-direction:column;width:100%}.procurement_wrapper[data-v-4066fbb4]{width:100%;padding:2.75rem 1.5em}@media only screen and (max-width:920px){.procurement_wrapper[data-v-4066fbb4]{padding:0 .5em}}.procurement_wrapper .procurement_inner[data-v-4066fbb4]{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner[data-v-4066fbb4]{width:100%;flex:none;flex-direction:column}}.procurement_wrapper .procurement_inner .procurement_filter_wrapper[data-v-4066fbb4]{display:flex;gap:1.8125rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select[data-v-4066fbb4]{border-radius:10px;width:166px;height:50px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select select[data-v-4066fbb4]{border-radius:10px;background-color:#fefefe;width:100%;flex:1;height:auto;display:flex;border:none;padding:.875rem 1rem;color:#000;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select select[data-v-4066fbb4]:focus{outline:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input[data-v-4066fbb4]{width:351px;border-radius:10px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input input[data-v-4066fbb4]{border-radius:10px}.procurement_wrapper .procurement_inner .btn_wrapper[data-v-4066fbb4]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper[data-v-4066fbb4]{width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-4066fbb4]{text-decoration:none}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-4066fbb4]{margin-top:12px;width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-4066fbb4]{width:10.875em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-4066fbb4]{width:100%}}.procurement_wrapper .procurement_table[data-v-4066fbb4]{margin-top:23px;display:flex;flex-direction:column;height:auto;border-radius:30px;border:1px solid #dedce9;background:#fafafa}.procurement_wrapper .procurement_table .procurement_table_header[data-v-4066fbb4]{display:inline-flex;flex:1;display:flex;height:76px;justify-content:space-between;align-items:flex-start;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header[data-v-4066fbb4]{width:125%}}.procurement_wrapper .procurement_table .procurement_table_header p[data-v-4066fbb4]{padding:32px 23px;display:flex;flex:1;color:#767676;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header p[data-v-4066fbb4]{padding:1.375rem 1.125rem}}.procurement_wrapper .procurement_table .procurement_content_wrapper[data-v-4066fbb4]{height:auto}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content[data-v-4066fbb4]{display:flex;flex-direction:column}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a[data-v-4066fbb4]{text-decoration:none}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner[data-v-4066fbb4]{flex:1;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner[data-v-4066fbb4]{width:125%}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper[data-v-4066fbb4]{padding:32px 23px;display:flex;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper[data-v-4066fbb4]{padding:22px 18px}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper p[data-v-4066fbb4]{color:#363539;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper_color[data-v-4066fbb4]{padding:32px 23px;display:flex;flex:1}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content a .procurement_content_inner .procurement_content_inner_wrapper_color p[data-v-4066fbb4]{height:31px;width:93px;align-items:center;border-radius:100px;color:#363539;padding:6px 13px;background:#badae6}.procure[data-v-24b04943]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procure[data-v-24b04943]{padding:0 .5em}}.procure .procure_inner[data-v-24b04943]{display:flex;flex:1;flex-direction:column;height:auto;flex-shrink:0;padding:1.5625rem 0;border-radius:1.875rem;gap:1.8125rem;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:920px){.procure .procure_inner[data-v-24b04943]{overflow:visible}}.procure .procure_inner h1[data-v-24b04943]{margin-top:1.1875rem;color:#000;font-family:Nohemi;font-size:2rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procure .procure_inner h1[data-v-24b04943]{font-size:1.5625rem;margin-top:.3125rem}}.procure .procure_inner .procure_form[data-v-24b04943]{display:flex;flex-direction:column;gap:2.8125rem;width:29.1875em}.procure .procure_inner .procure_form .loading-circle[data-v-24b04943]{width:30px;height:30px;border-radius:50%;border:2px solid #fff;position:relative;animation:rotate-24b04943 1s linear infinite}.procure .procure_inner .procure_form .loading-circle[data-v-24b04943]:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background-color:#fff;transform:translate(-50%,-50%);animation:bounce-24b04943 .6s linear infinite}@keyframes rotate-24b04943{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce-24b04943{0%,to{transform:scale(1)}50%{transform:scale(0)}}@media only screen and (max-width:920px){.procure .procure_inner .procure_form[data-v-24b04943]{width:100%;padding:0 .5rem}}.procure .procure_inner .procure_form .shipments_image[data-v-24b04943]{border-radius:.625rem;width:100%;height:9.1875em;gap:.625rem;display:flex;flex-direction:column}.procure .procure_inner .procure_form .shipments_image .input_image[data-v-24b04943]{width:100%;height:9.1875em;flex-shrink:0;border-radius:.3125rem;border:.0625rem solid #c4c1c1;display:flex;flex-direction:column;align-items:center;position:relative;justify-content:center}.procure .procure_inner .procure_form .shipments_image .input_image img[data-v-24b04943]{width:100%;height:100px;-o-object-fit:contain;object-fit:contain}.procure .procure_inner .procure_form .shipments_image .input_image div[data-v-24b04943]{width:100%;height:auto;position:relative;align-items:center;display:flex;justify-content:center}.procure .procure_inner .procure_form .shipments_image .input_image div label[data-v-24b04943]{cursor:pointer;z-index:100}@media only screen and (max-width:920px){.procure .procure_inner .procure_form .shipments_image .input_image[data-v-24b04943]{width:100%}}.procure .procure_inner .procure_form .shipments_image label[data-v-24b04943]{color:#606060;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.procure .procure_inner .procure_form .shipments_select[data-v-24b04943]{border-radius:.625rem;width:100%;height:3.125em;gap:.625rem;display:flex;flex-direction:column}.procure .procure_inner .procure_form .shipments_select select[data-v-24b04943]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.procure .procure_inner .procure_form .shipments_select select[data-v-24b04943]:focus{outline:none}.procure .procure_inner .procure_form .shipments_select label[data-v-24b04943]{color:#606060;font-family:Plus Jakarta Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.exchange-rate-detail-v2[data-v-e1fdddee]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#fff;padding:24px;box-sizing:border-box}.loading-state[data-v-e1fdddee]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-e1fdddee]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-e1fdddee 1s linear infinite}.loading-state p[data-v-e1fdddee]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-e1fdddee{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exchange-rate-detail-container[data-v-e1fdddee]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.exchange-rate-detail-header[data-v-e1fdddee]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.exchange-rate-detail-header .header-left h1[data-v-e1fdddee]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.exchange-rate-detail-header .header-left .exchange-rate-info .exchange-rate-name[data-v-e1fdddee]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.exchange-rate-detail-header .header-left .exchange-rate-info .exchange-rate-subtitle[data-v-e1fdddee]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}.exchange-rate-detail-header .header-right[data-v-e1fdddee]{display:flex;flex-direction:column;align-items:end;gap:10px;flex-direction:column-reverse}.exchange-rate-detail-header .header-right .status-badge[data-v-e1fdddee]{font-family:Inter;font-weight:600;font-size:14px;padding:8px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content}.exchange-rate-detail-header .header-right .status-badge.status-active[data-v-e1fdddee]{background:#e8f5e8;color:#2e7d32}.exchange-rate-detail-header .header-right .back-btn[data-v-e1fdddee]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f5;color:#2b2b2b;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s ease}.exchange-rate-detail-header .header-right .back-btn[data-v-e1fdddee]:hover{background:#e0e0e0;border-color:silver}.exchange-rate-detail-header .header-right .back-btn svg[data-v-e1fdddee]{width:20px;height:20px}.exchange-rate-detail-content[data-v-e1fdddee]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-e1fdddee]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card h2[data-v-e1fdddee]{font-family:Inter;font-weight:600;font-size:20px;color:#2b2b2b;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}.info-grid[data-v-e1fdddee]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-e1fdddee]{display:flex;flex-direction:column;gap:8px}.info-item .info-label[data-v-e1fdddee]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value[data-v-e1fdddee]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}.info-item .info-value.status-active[data-v-e1fdddee]{color:#2e7d32;font-weight:600}.abbreviation-input .input_field[data-v-e1fdddee],.amount-input .input_field[data-v-e1fdddee],.currency-input .input_field[data-v-e1fdddee]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.abbreviation-input .input_field[data-v-e1fdddee]:focus,.amount-input .input_field[data-v-e1fdddee]:focus,.currency-input .input_field[data-v-e1fdddee]:focus{outline:none;border-color:#41368e}.abbreviation-input .input_field[data-v-e1fdddee]::-moz-placeholder,.amount-input .input_field[data-v-e1fdddee]::-moz-placeholder,.currency-input .input_field[data-v-e1fdddee]::-moz-placeholder{color:#939393}.abbreviation-input .input_field[data-v-e1fdddee]::placeholder,.amount-input .input_field[data-v-e1fdddee]::placeholder,.currency-input .input_field[data-v-e1fdddee]::placeholder{color:#939393}.action-buttons[data-v-e1fdddee]{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e0e0e0}.submit-btn[data-v-e1fdddee]{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.submit-btn[data-v-e1fdddee]:hover{background:#352a6b}.submit-btn svg[data-v-e1fdddee]{width:20px;height:20px}@media(max-width:768px){.exchange-rate-detail-v2[data-v-e1fdddee]{padding:16px}.exchange-rate-detail-header[data-v-e1fdddee]{flex-direction:column;gap:16px;align-items:flex-start}.info-grid[data-v-e1fdddee]{grid-template-columns:1fr;gap:16px}.action-buttons[data-v-e1fdddee]{justify-content:center}.submit-btn[data-v-e1fdddee]{width:100%;justify-content:center}}.item_details[data-v-e1fdddee]{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1.5625rem;width:100%}.item_details .shipments_select[data-v-e1fdddee]{display:flex;flex-direction:column;gap:10px;border-radius:.625rem;width:100%}.item_details .shipments_select select[data-v-e1fdddee]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none}.item_details .shipments_select select[data-v-e1fdddee]:focus{outline:none}@media only screen and (max-width:920px){.item_details[data-v-e1fdddee]{width:100%}}.item_details div[data-v-e1fdddee]{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.item_details div p[data-v-e1fdddee]:first-child{color:#626262;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:920px){.item_details div p[data-v-e1fdddee]:first-child{font-size:.9375rem}}.item_details div p[data-v-e1fdddee]:nth-child(2){flex:1;max-width:50%;display:flex;align-items:flex-start;justify-content:flex-start;color:#1d1d1f;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.item_details div p[data-v-e1fdddee]:nth-child(2){font-size:.75rem}}.item_details div a[data-v-e1fdddee]{flex:1;max-width:50%;display:flex;align-items:flex-start;justify-content:flex-start;color:#2d5795;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:920px){.item_details div a[data-v-e1fdddee]{font-size:.75rem}}.item_details .input[data-v-e1fdddee]{display:flex;flex-direction:column;gap:10px;border-radius:.625rem;width:100%}.item_details .input input[data-v-e1fdddee]{border-radius:10px;background-color:#fefefe;width:100%;height:auto;display:flex;flex:1;color:#363539;border:none;border:1px solid #dedce9;padding:.875rem 1rem}.book-shipment-container[data-v-3eec97c7]{display:flex;flex-direction:column;gap:24px;background:#f3f1f1;width:100%;max-width:100%;height:100vh;overflow:hidden;padding:24px;box-sizing:border-box}.loading-state[data-v-3eec97c7]{display:flex;align-items:center;justify-content:center;gap:8px}.loading-state .loading-spinner[data-v-3eec97c7]{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #41368e;border-radius:50%;animation:spin-3eec97c7 1s linear infinite}.loading-state p[data-v-3eec97c7]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}.book-shipment_header[data-v-3eec97c7]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.book-shipment_header .book-shipment_header_left h1[data-v-3eec97c7]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.main-title[data-v-3eec97c7]{font-size:2rem;font-weight:700;color:#171923;margin-bottom:.15rem;line-height:1.15}@media(min-width:640px){.main-title[data-v-3eec97c7]{font-size:2.5rem}}.subtitle[data-v-3eec97c7]{font-size:1rem;color:#838ba7;margin-top:0;margin-bottom:0}@media(min-width:640px){.subtitle[data-v-3eec97c7]{font-size:1.07rem}}.form-section[data-v-3eec97c7]{display:flex;flex-direction:column;height:calc(100vh - 100px);overflow:auto;gap:1.7rem;scrollbar-width:thin;scrollbar-color:rgba(65,54,142,.3) transparent}.form-section[data-v-3eec97c7]::-webkit-scrollbar{width:6px}.form-section[data-v-3eec97c7]::-webkit-scrollbar-track{background:transparent}.form-section[data-v-3eec97c7]::-webkit-scrollbar-thumb{background:rgba(65,54,142,.3);border-radius:3px}.form-section[data-v-3eec97c7]::-webkit-scrollbar-thumb:hover{background:rgba(65,54,142,.5)}.custom-card[data-v-3eec97c7]{background:#fff;border-radius:10px;box-shadow:0 2px 10px 0 rgba(2,8,20,.03),0 0 1px rgba(60,72,88,.06);border:1px solid #e2e8f0}.custom-card .custom-card-header[data-v-3eec97c7]{padding:1.2rem 1.2rem .2rem 1.2rem}.custom-card .custom-card-title[data-v-3eec97c7]{font-size:1.03rem;font-weight:600;display:flex;align-items:center;gap:.6rem}.custom-card .custom-card-title .icon[data-v-3eec97c7]{width:19px;height:19px;margin-right:.3em}.custom-card .custom-card-content[data-v-3eec97c7]{padding:1.2rem;padding-top:.7rem}.relative[data-v-3eec97c7]{position:relative}.custom-label[data-v-3eec97c7]{display:block;font-weight:500;margin-bottom:.3em;color:#374151;font-size:.98rem}.custom-search-input[data-v-3eec97c7]{display:flex;gap:20px}.custom-search-input button[data-v-3eec97c7]{background:#41368e;color:#f3f1f1;border-radius:5px;cursor:pointer}.custom-search-input .spinner[data-v-3eec97c7]{display:inline-block;width:18px;height:18px;border:2px solid #e5e7eb;border-top:2px solid #41368e;border-radius:50%;animation:spin-3eec97c7 1s linear infinite;margin-right:.5em;vertical-align:middle}@keyframes spin-3eec97c7{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-input[data-v-3eec97c7],select.custom-input[data-v-3eec97c7],textarea.custom-input[data-v-3eec97c7]{width:100%;font-size:1rem;padding:.58em .95em;border:1px solid #cbd5e1;border-radius:7px;background:#f8fafc;transition:border .2s;outline:none;resize:none}.custom-input[data-v-3eec97c7]:focus,select.custom-input[data-v-3eec97c7]:focus,textarea.custom-input[data-v-3eec97c7]:focus{border-color:#41368e;background:#fff}.mt-2[data-v-3eec97c7]{margin-top:.5rem}.form-grid[data-v-3eec97c7]{display:grid;grid-template-columns:1fr;gap:1.1rem 1rem}@media(min-width:640px){.form-grid[data-v-3eec97c7]{grid-template-columns:1fr 1fr}}.form-grid .col-span-2[data-v-3eec97c7]{grid-column:1/-1}.form-grid .form-control[data-v-3eec97c7]{display:flex;flex-direction:column}.dropdown-list[data-v-3eec97c7]{position:absolute;z-index:10;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:7px;margin-top:.25rem;box-shadow:0 8px 32px -6px rgba(187,194,209,.333);max-height:14rem;overflow-y:auto}.dropdown-list .dropdown-item[data-v-3eec97c7]{padding:.82rem 1rem .65rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6}.dropdown-list .dropdown-item[data-v-3eec97c7]:hover{background:#f1f5f9}.dropdown-list .dropdown-item .user-name[data-v-3eec97c7]{font-weight:500;font-size:1.05rem}.dropdown-list .dropdown-item .user-meta[data-v-3eec97c7]{font-size:.91rem;color:#858ba7;margin-top:.12em}.dropdown-list .dropdown-empty[data-v-3eec97c7]{padding:.8rem 1rem;color:#b1b2c2;font-size:1rem}.dropdown-list .dropdown-item[data-v-3eec97c7]:last-child{border-bottom:none}.selected-user[data-v-3eec97c7]{margin-top:1.2em;padding:1em 1em .8em 1em;background:#f7f8fc;border-radius:7px}.selected-user .selected-title[data-v-3eec97c7]{font-weight:500;color:#41368e;font-size:1rem}.selected-user .selected-name[data-v-3eec97c7]{font-weight:700;color:#171923;font-size:1.1rem;margin-top:.25em}.selected-user .selected-meta[data-v-3eec97c7]{color:#858ba7;font-size:.96rem;margin-top:.11em}.submit-row[data-v-3eec97c7]{display:flex;margin-bottom:20px;gap:.9rem;justify-content:flex-end;margin-top:.35em}.submit-row .btn[data-v-3eec97c7]{height:50px;min-width:150px;justify-content:center;border-radius:7px;padding:.5em 1em;border:none;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center}.submit-row .btn.primary[data-v-3eec97c7]{background:#41368e;color:#fff;font-weight:600}.submit-row .btn.primary[data-v-3eec97c7]:hover{background:#483a94}.submit-row .btn.primary .icon[data-v-3eec97c7]{stroke:#fff}.submit-row .btn.outline[data-v-3eec97c7]{background:none;border:1px solid #483a94;color:#483a94}.submit-row .btn.outline[data-v-3eec97c7]:hover{background:#ede8fb;color:#3c2560}.submit-row .btn .icon[data-v-3eec97c7]{width:21px;height:21px}.submit-row .btn .mr-2[data-v-3eec97c7]{margin-right:.5rem}@media(max-width:520px){.book-shipment[data-v-3eec97c7]{padding:.9rem .3rem 2rem .3rem}.book-shipment .main-title[data-v-3eec97c7]{font-size:1.55rem!important}.book-shipment .custom-card-content[data-v-3eec97c7],.book-shipment .custom-card-header[data-v-3eec97c7]{padding-left:.45rem!important;padding-right:.45rem!important}.submit-row .btn[data-v-3eec97c7]{font-size:.98rem;padding:.6em 1.1em}}.receiver-info-box[data-v-3eec97c7]{background:#f5f5fa;border:1px solid #eee;border-radius:6px;padding:12px 16px;margin-bottom:8px;font-size:15px}.receiver-clear-btn[data-v-3eec97c7]{display:inline-block;margin-top:8px;color:#41368e;text-decoration:underline;cursor:pointer;font-size:14px}.courier-dropdown-wrapper[data-v-3eec97c7]{position:relative;width:100%;max-width:100%}.courier-dropdown-input[data-v-3eec97c7]{width:100%;padding:10px 12px;border-radius:6px;border:1px solid #e2e4e9;font-size:15px;font-family:inherit;box-sizing:border-box;background:#fff;transition:border-color .2s}.courier-dropdown-input[data-v-3eec97c7]:focus{border-color:#554b95;outline:none}.courier-dropdown-list[data-v-3eec97c7]{position:absolute;left:0;right:0;z-index:10;background:#fff;border:1px solid #e2e4e9;box-shadow:0 6px 24px 0 rgba(0,0,0,.06);border-radius:0 0 6px 6px;max-height:220px;overflow-y:auto;margin-top:2px}.courier-dropdown-option[data-v-3eec97c7]{padding:10px 14px;cursor:pointer;font-size:15px;transition:background .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courier-dropdown-option[data-v-3eec97c7]:hover{background:#f2f3f8}.courier-dropdown-empty[data-v-3eec97c7]{padding:10px 14px;color:#868c98;text-align:center;font-size:14px}@media(max-width:600px){.courier-dropdown-list[data-v-3eec97c7]{max-height:160px}.courier-dropdown-input[data-v-3eec97c7]{font-size:14px;padding:8px 9px}}.body[data-v-57716340]{display:flex;flex-direction:row;width:100%}@media only screen and (max-width:920px){.body[data-v-57716340]{flex-direction:column}}.procure[data-v-57716340]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procure[data-v-57716340]{padding:0 .5em}}.procure .procure_inner[data-v-57716340]{display:flex;flex:1;flex-direction:column;height:53.3125em;flex-shrink:0;border-radius:1.875rem;gap:2.8125rem;justify-content:center;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:1280px){.procure .procure_inner[data-v-57716340]{max-width:770px}}@media only screen and (max-width:920px){.procure .procure_inner[data-v-57716340]{overflow:visible}}.procure .procure_inner div[data-v-57716340]{display:flex;align-items:center;justify-content:center;flex-direction:column;width:351px;gap:52px}.procure .procure_inner div .btn_wrapper[data-v-57716340]{display:flex;padding:23px,248px,23px,243px}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper[data-v-57716340]{width:100%}}.procure .procure_inner div .btn_wrapper .button[data-v-57716340]{position:relative;display:inline-block}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button[data-v-57716340]{width:100%}}.procure .procure_inner div .btn_wrapper .button a[data-v-57716340]{text-decoration:none;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a[data-v-57716340]{width:100%}}.procure .procure_inner div .btn_wrapper .button a button[data-v-57716340]{max-width:21.9375em;padding:.5em 1em;white-space:nowrap;text-align:center}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a button[data-v-57716340]{width:100%}}.procurement_wrapper[data-v-57716340]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procurement_wrapper[data-v-57716340]{padding:0 .5em}}.procurement_wrapper .procurement_inner[data-v-57716340]{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner[data-v-57716340]{width:100%;flex:none;flex-direction:column}}.procurement_wrapper .procurement_inner .procurement_filter_wrapper[data-v-57716340]{display:flex;gap:1.8125rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select[data-v-57716340]{border-radius:10px;width:166px;height:50px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper[data-v-57716340]{padding:5px 0;width:100%;height:3.125em;display:flex;border-radius:.625rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-57716340]{border-radius:.375rem;width:100%;height:auto;background-color:#fefefe;color:#363539;border:none;border:1px solid transparent;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-57716340]:focus{outline:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input[data-v-57716340]{width:351px;border-radius:10px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input input[data-v-57716340]{border-radius:10px}.procurement_wrapper .procurement_inner .btn_wrapper[data-v-57716340]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button[data-v-57716340],.procurement_wrapper .procurement_inner .btn_wrapper[data-v-57716340]{width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-57716340]{text-decoration:none}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-57716340]{margin-top:12px;width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-57716340]{width:10.875em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-57716340]{width:100%}}.procurement_wrapper .procurement_table[data-v-57716340]{margin-top:23px;display:flex;flex-direction:column;flex:1;height:803px;flex-shrink:0;border-radius:30px;border:1px solid #dedce9;background:#fafafa;overflow-x:scroll}.procurement_wrapper .procurement_table .procurement_table_header[data-v-57716340]{display:inline-flex;flex:1;display:flex;height:76px;justify-content:space-between;align-items:flex-start;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header[data-v-57716340]{width:125%}}.procurement_wrapper .procurement_table .procurement_table_header p[data-v-57716340]{padding:32px 23px;display:flex;flex:1;color:#767676;font-size:15px;font-family:Inter;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header p[data-v-57716340]{padding:1.375rem 1.125rem}}.procurement_wrapper .procurement_table .procurement_content_wrapper[data-v-57716340]{height:45.4375em}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content[data-v-57716340]{display:flex;flex-direction:column;text-decoration:none}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-57716340]{flex:1;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-57716340]{width:125%}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-57716340]{padding:32px 23px;display:flex;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-57716340]{padding:22px 18px}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper p[data-v-57716340]{color:#363539;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .shipped[data-v-57716340]{background:#badae6}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .logged[data-v-57716340]{background:#dedce9}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .delivered[data-v-57716340]{background:#fed4c7}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) p[data-v-57716340]{height:31px;align-self:center;display:flex;justify-content:center;align-items:center;border-radius:6.25rem;padding:.375rem .8125rem;font-size:.9375rem;font-weight:600;background:#badae6}.admin-header-container[data-v-57716340]{width:100%;background:#fafafa;padding:2rem 2.5rem 1rem 2.5rem;border-bottom:1px solid #dedce9;display:flex;align-items:center}.admin-header-content[data-v-57716340]{width:100%;display:flex;justify-content:space-between;align-items:center}.admin-title[data-v-57716340]{font-size:2rem;font-family:inherit;font-weight:500;color:#22223b;margin:0}.admin-header-actions[data-v-57716340]{display:flex;align-items:center;gap:1.25rem}.admin-search-bar[data-v-57716340]{position:relative;display:flex;align-items:center}.admin-search-input[data-v-57716340]{padding:.5rem 2.25rem .5rem .75rem;border:1px solid #dedce9;border-radius:5px;outline:none;font-size:1rem;background:#fff;width:210px;transition:border .2s}.admin-search-input[data-v-57716340]:focus{border:1.5px solid #3e414c;background:#fafbfc}.admin-search-icon[data-v-57716340]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none}.add-admin-link[data-v-57716340]{text-decoration:none}.add-admin-btn[data-v-57716340]{background:#3e414c;color:#fff;border:none;border-radius:4px;padding:.65rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-left:.5rem}.add-admin-btn[data-v-57716340]:hover{background:#22223b}@media(max-width:700px){.admin-header-container[data-v-57716340]{padding:1rem}.admin-title[data-v-57716340]{font-size:1.25rem}.admin-header-actions[data-v-57716340]{flex-direction:column;align-items:stretch;gap:.75rem}.add-admin-btn[data-v-57716340]{padding:.5rem 1rem;font-size:.9rem;margin-left:0}.admin-search-input[data-v-57716340]{width:120px;font-size:.9rem}}.admin-badge[data-v-711985bc]{background:#f3b304;color:#fff;font-size:.75em;border-radius:.5em;margin-left:.5em;padding:.1em .6em;font-weight:600}.admin-type[data-v-711985bc]{padding:.35em .95em;border-radius:1em;font-size:.95em}.type-super[data-v-711985bc]{background:#badae6;color:#252525}.type-regular[data-v-711985bc]{background:#dedce9;color:#252525}.body[data-v-711985bc]{display:flex;flex-direction:row;width:100%}@media only screen and (max-width:920px){.body[data-v-711985bc]{flex-direction:column}}.procurement_wrapper[data-v-711985bc]{width:100%;padding:2.75rem 5.125em;background:#f3f1f1}@media only screen and (max-width:920px){.procurement_wrapper[data-v-711985bc]{padding:0 .5em}}.procurement_wrapper .procurement_inner[data-v-711985bc]{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner[data-v-711985bc]{width:100%;flex:none;flex-direction:column}}.procurement_wrapper .procurement_inner .procurement_filter_wrapper[data-v-711985bc]{display:flex;gap:1.8125rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select[data-v-711985bc]{border-radius:10px;width:166px;height:50px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper[data-v-711985bc]{padding:5px 0;width:100%;height:3.125em;display:flex;border-radius:.625rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-711985bc]{border-radius:.375rem;width:100%;height:auto;background-color:#fefefe;color:#363539;border:none;border:1px solid transparent;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-711985bc]:focus{outline:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input[data-v-711985bc]{width:351px;border-radius:10px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input input[data-v-711985bc]{border-radius:10px}.procurement_wrapper .procurement_inner .btn_wrapper[data-v-711985bc]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button[data-v-711985bc],.procurement_wrapper .procurement_inner .btn_wrapper[data-v-711985bc]{width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-711985bc]{text-decoration:none}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-711985bc]{margin-top:12px;width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-711985bc]{width:10em;background:#41368e}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-711985bc]{width:100%}}.procurement_wrapper .procurement_table[data-v-711985bc]{margin-top:23px;display:flex;flex-direction:column;flex:1;min-height:500px;flex-shrink:0;border-radius:10px;border:1px solid #dedce9;background:#fafafa;overflow-y:auto}.procurement_wrapper .procurement_table .procurement_table_header[data-v-711985bc]{display:inline-flex;flex:1;height:50px;justify-content:space-between;align-items:flex-start;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header[data-v-711985bc]{width:145%}}.procurement_wrapper .procurement_table .procurement_table_header p[data-v-711985bc]{padding:23px;display:flex;flex:1;color:#767676;font-size:15px;font-family:Inter;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header p[data-v-711985bc]{padding:1.375rem 1.125rem}}.procurement_wrapper .procurement_table .procurement_content_wrapper[data-v-711985bc]{min-height:500px}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content[data-v-711985bc]{display:flex;flex-direction:column;text-decoration:none}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-711985bc]{flex:1;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-711985bc]{width:145%}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-711985bc]{padding:32px 23px;display:flex;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-711985bc]{padding:22px 18px}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper p[data-v-711985bc]{color:#363539;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper p .admin-badge[data-v-711985bc]{margin-left:.5em}.responsive-admin-table-wrapper[data-v-711985bc]{width:100%;overflow-x:auto;background:#fafafa;border-radius:10px;border:1px solid #dedce9;margin-top:23px}.responsive-admin-table[data-v-711985bc]{width:100%;border-collapse:collapse;min-width:700px;background:#fafafa;font-family:Inter,sans-serif}.responsive-admin-table thead[data-v-711985bc]{background:#f3f1f1}.responsive-admin-table td[data-v-711985bc],.responsive-admin-table th[data-v-711985bc]{padding:1.2em 1em;text-align:left;font-size:1rem;border-bottom:1px solid #dedce9}.responsive-admin-table th[data-v-711985bc]{color:#767676;font-weight:600;font-size:1rem}.responsive-admin-table td[data-v-711985bc]{color:#363539;font-weight:500;font-size:1rem}.responsive-admin-table .admin-badge[data-v-711985bc]{display:inline-block;margin-left:.5em;background:#ffe5d2;color:#bb4700;font-size:.85em;font-weight:600;padding:.2em .6em;border-radius:10px}.admin-type[data-v-711985bc]{display:inline-block;padding:.15em .9em;font-size:.94em;border-radius:10px;font-weight:600}.admin-type.type-super[data-v-711985bc]{background:#f2e4ff;color:#8536c3}.admin-type.type-regular[data-v-711985bc]{background:#e4ecff;color:#41368e}.admin-table-empty-state[data-v-711985bc]{text-align:center;color:#767676;padding:2em 1em;font-style:italic;font-size:1.1em}@media(max-width:920px){.responsive-admin-table-wrapper[data-v-711985bc]{border-radius:10px}.responsive-admin-table td[data-v-711985bc],.responsive-admin-table th[data-v-711985bc]{font-size:.95rem;padding:1em .75em}.responsive-admin-table[data-v-711985bc]{min-width:540px}}@media(max-width:700px){.responsive-admin-table[data-v-711985bc]{font-size:.93rem;min-width:400px}.responsive-admin-table td[data-v-711985bc],.responsive-admin-table th[data-v-711985bc]{padding:.8em .5em}}@media(max-width:500px){.responsive-admin-table[data-v-711985bc]{min-width:300px}.responsive-admin-table td[data-v-711985bc],.responsive-admin-table th[data-v-711985bc]{font-size:.87rem;padding:.6em .4em}}.add_admin[data-v-a280e6ce]{display:flex;flex-direction:column;height:100vh;overflow:auto;background:#f3f1f1;width:100%}@media only screen and (max-width:920px){.add_admin .add_admin_side_menu[data-v-a280e6ce]{display:none}}.add_admin .procure[data-v-a280e6ce]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.add_admin .procure[data-v-a280e6ce]{padding:0 .5em}}.add_admin .procure .procure_inner[data-v-a280e6ce]{display:flex;flex:1;flex-direction:column;height:-moz-fit-content;height:fit-content;flex-shrink:0;padding:1.5625rem 0;border-radius:10px;gap:2.8125rem;font-family:Nohemi;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:920px){.add_admin .procure .procure_inner[data-v-a280e6ce]{overflow:visible}}.add_admin .procure .procure_inner h1[data-v-a280e6ce]{margin-top:2.1875rem;color:#000;font-family:Nohemi;font-size:2rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.add_admin .procure .procure_inner h1[data-v-a280e6ce]{font-size:1.5625rem;margin-top:.3125rem}}.add_admin .procure .procure_inner .procure_form[data-v-a280e6ce]{display:flex;flex-direction:column;gap:1.5rem;padding:0 2.5em;width:100%}.add_admin .procure .procure_inner .procure_form .loading-circle[data-v-a280e6ce]{width:30px;height:30px;border-radius:50%;border:2px solid #fff;position:relative;animation:rotate-a280e6ce 1s linear infinite}.add_admin .procure .procure_inner .procure_form .loading-circle[data-v-a280e6ce]:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background-color:#fff;transform:translate(-50%,-50%);animation:bounce-a280e6ce .6s linear infinite}@keyframes rotate-a280e6ce{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce-a280e6ce{0%,to{transform:scale(1)}50%{transform:scale(0)}}@media only screen and (max-width:920px){.add_admin .procure .procure_inner .procure_form[data-v-a280e6ce]{width:100%;padding:0 .5rem}}.add_admin .procure .procure_inner .procure_form .shipments_image[data-v-a280e6ce]{border-radius:.625rem;width:100%;height:9.1875em;gap:.625rem;display:flex;flex-direction:column}.add_admin .procure .procure_inner .procure_form .shipments_image .input_image[data-v-a280e6ce]{width:100%;height:9.1875em;flex-shrink:0;border-radius:.3125rem;border:.0625rem solid #c4c1c1;display:flex;flex-direction:column;align-items:center;position:relative;justify-content:center}.add_admin .procure .procure_inner .procure_form .shipments_image .input_image img[data-v-a280e6ce]{width:100%;height:100px;-o-object-fit:contain;object-fit:contain}.add_admin .procure .procure_inner .procure_form .shipments_image .input_image div[data-v-a280e6ce]{width:100%;height:auto;position:relative;align-items:center;display:flex;justify-content:center}.add_admin .procure .procure_inner .procure_form .shipments_image .input_image div label[data-v-a280e6ce]{cursor:pointer;z-index:100}@media only screen and (max-width:920px){.add_admin .procure .procure_inner .procure_form .shipments_image .input_image[data-v-a280e6ce]{width:100%}}.add_admin .procure .procure_inner .procure_form .shipments_image label[data-v-a280e6ce]{color:#606060;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.add_admin .procure .procure_inner .procure_form .shipments_select[data-v-a280e6ce]:nth-child(4){height:6.9375em}.add_admin .procure .procure_inner .procure_form .shipments_select:nth-child(4) .input_textarea[data-v-a280e6ce]{height:6.9375em;border-radius:.3125rem;border:.0625rem solid #c4c1c1}.add_admin .procure .procure_inner .procure_form .shipments_select:nth-child(4) .input_textarea textarea[data-v-a280e6ce]{width:100%;resize:none;flex:1;height:6.75em;display:flex;border:none;border-radius:.3125rem;padding:.875rem 1rem;color:#000;font-family:Plus Jakarta Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.add_admin .procure .procure_inner .procure_form .shipments_select:nth-child(4) .input_textarea textarea[data-v-a280e6ce]:focus{outline:none}.add_admin .procure .procure_inner .procure_form .shipments_select[data-v-a280e6ce]{border-radius:.625rem;width:100%;height:3.125em;gap:.625rem;display:flex;flex-direction:column}.add_admin .procure .procure_inner .procure_form .shipments_select label[data-v-a280e6ce]{color:#606060;font-family:Plus Jakarta Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.password_error[data-v-a280e6ce]{font-size:12px;color:red}.add-admin-back-btn-container[data-v-a280e6ce]{margin-top:2.5rem;margin-bottom:1rem;padding-left:.5rem;width:100%;padding:0 5.125em}@media only screen and (max-width:920px){.add-admin-back-btn-container[data-v-a280e6ce]{padding:0 .5em}}.add-admin-back-btn[data-v-a280e6ce]{display:inline-flex;align-items:center;background:#41368e;color:#f1f1f1;border:1px solid #dedce9;border-radius:8px;padding:.6em 1.4em;font-size:1.05rem;font-weight:520;cursor:pointer;transition:background .18s,color .18s,border .18s;box-shadow:0 1px 4px rgba(65,54,142,.06)}.add-admin-back-btn[data-v-a280e6ce]:focus,.add-admin-back-btn[data-v-a280e6ce]:hover{background:#41368e;color:#fff;border-color:#41368e}@media(max-width:920px){.add-admin-back-btn-container[data-v-a280e6ce]{margin-top:1.1rem;padding-left:0}.add-admin-back-btn[data-v-a280e6ce]{font-size:.96rem;padding:.5em 1em}}@media(max-width:480px){.add-admin-back-btn[data-v-a280e6ce]{width:100%;justify-content:center}}.improved-procure[data-v-a280e6ce]{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding-top:32px;padding-bottom:32px}.improved-procure-inner[data-v-a280e6ce]{width:100%;border-radius:10px;box-shadow:0 4px 32px rgba(70,90,115,.14);padding:32px 24px 24px 24px}.responsive-title[data-v-a280e6ce]{font-size:2rem;font-weight:700;text-align:center;letter-spacing:-.5px}.improved-form[data-v-a280e6ce]{width:100%}.responsive-grid[data-v-a280e6ce]{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}@media(max-width:700px){.improved-procure-inner[data-v-a280e6ce]{padding:22px 6vw 18px 6vw}.responsive-grid[data-v-a280e6ce]{grid-template-columns:1fr}.responsive-title[data-v-a280e6ce]{font-size:1.4rem}}.input-group[data-v-a280e6ce]{display:flex;flex-direction:column;margin-bottom:12px;min-width:0}.input-label[data-v-a280e6ce]{margin-bottom:5px;font-size:1rem;color:#374151;font-weight:500;letter-spacing:.03em}.input_field[data-v-a280e6ce]{padding:.7em .9em;border:1px solid #e7e9f0;border-radius:8px;outline:none;font-size:1rem;background:#f6f8fa;transition:border .2s;margin:0}.input_field[data-v-a280e6ce]:focus{border:1.5px solid #41368e;background:#fff}.password-group[data-v-a280e6ce]{position:relative}.password-field-wrapper[data-v-a280e6ce]{display:flex;align-items:center;position:relative}.password-field-wrapper input[data-v-a280e6ce]{width:100%}.toggle-password-btn[data-v-a280e6ce]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:2px;cursor:pointer;z-index:2;color:#757780}.toggle-password-btn svg[data-v-a280e6ce]{vertical-align:middle}.improved-password-error[data-v-a280e6ce]{margin-top:6px;color:#f33;font-size:.97em;font-weight:500;letter-spacing:.01em;line-height:1.1}.button-responsive[data-v-a280e6ce]{margin-top:24px}.button_btn[data-v-a280e6ce]{width:100%;padding:.8em 0;background:#41368e;border:none;color:#fff;font-weight:500;font-size:1.08rem;border-radius:8px;box-shadow:0 2px 7px rgba(219,230,255,.329);cursor:pointer;transition:background .2s;outline:none}.button_btn[data-v-a280e6ce]:disabled{background:#bbc8dd;color:#e5e7f2;cursor:not-allowed}.loading-circle[data-v-a280e6ce]{display:inline-block;width:22px;height:22px;border:2px solid #fff;border-top:2px solid #85a7f6;border-radius:50%;animation:spin-a280e6ce .8s linear infinite;margin:auto auto}@keyframes spin-a280e6ce{to{transform:rotate(1turn)}}.body[data-v-4457b766]{display:flex;flex-direction:row;width:100%}@media only screen and (max-width:920px){.body[data-v-4457b766]{flex-direction:column}}.procure[data-v-4457b766]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procure[data-v-4457b766]{padding:0 .5em}}.procure .procure_inner[data-v-4457b766]{display:flex;flex:1;flex-direction:column;height:53.3125em;flex-shrink:0;border-radius:1.875rem;gap:2.8125rem;justify-content:center;border:1px solid #dedce9;background:#fafafa;align-items:center}@media only screen and (max-width:1280px){.procure .procure_inner[data-v-4457b766]{max-width:770px}}@media only screen and (max-width:920px){.procure .procure_inner[data-v-4457b766]{overflow:visible}}.procure .procure_inner div[data-v-4457b766]{display:flex;align-items:center;justify-content:center;flex-direction:column;width:351px;gap:52px}.procure .procure_inner div .btn_wrapper[data-v-4457b766]{display:flex;padding:23px,248px,23px,243px}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper[data-v-4457b766]{width:100%}}.procure .procure_inner div .btn_wrapper .button[data-v-4457b766]{position:relative;display:inline-block}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button[data-v-4457b766]{width:100%}}.procure .procure_inner div .btn_wrapper .button a[data-v-4457b766]{text-decoration:none;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a[data-v-4457b766]{width:100%}}.procure .procure_inner div .btn_wrapper .button a button[data-v-4457b766]{max-width:21.9375em;padding:.5em 1em;white-space:nowrap;text-align:center}@media only screen and (max-width:920px){.procure .procure_inner div .btn_wrapper .button a button[data-v-4457b766]{width:100%}}.procurement_wrapper[data-v-4457b766]{width:100%;padding:2.75rem 5.125em}@media only screen and (max-width:920px){.procurement_wrapper[data-v-4457b766]{padding:0 .5em}}.procurement_wrapper .procurement_inner[data-v-4457b766]{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner[data-v-4457b766]{width:100%;flex:none;flex-direction:column}}.procurement_wrapper .procurement_inner .procurement_filter_wrapper[data-v-4457b766]{display:flex;gap:1.8125rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select[data-v-4457b766]{border-radius:10px;width:166px;height:50px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper[data-v-4457b766]{padding:5px 0;width:100%;height:3.125em;display:flex;border-radius:.625rem}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-4457b766]{border-radius:.375rem;width:100%;height:auto;background-color:#fefefe;color:#363539;border:none;border:1px solid transparent;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_select .procurement_select_wrapper select[data-v-4457b766]:focus{outline:none}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input[data-v-4457b766]{width:351px;border-radius:10px;border:1px solid #dedce9;background:#fefefe}.procurement_wrapper .procurement_inner .procurement_filter_wrapper .procurement_input input[data-v-4457b766]{border-radius:10px}.procurement_wrapper .procurement_inner .btn_wrapper[data-v-4457b766]{display:flex;height:3.125em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button[data-v-4457b766],.procurement_wrapper .procurement_inner .btn_wrapper[data-v-4457b766]{width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-4457b766]{text-decoration:none}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a[data-v-4457b766]{margin-top:12px;width:100%}}.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-4457b766]{width:10.875em}@media only screen and (max-width:920px){.procurement_wrapper .procurement_inner .btn_wrapper .button a button[data-v-4457b766]{width:100%}}.procurement_wrapper .procurement_table[data-v-4457b766]{margin-top:23px;display:flex;flex-direction:column;flex:1;height:803px;flex-shrink:0;border-radius:30px;border:1px solid #dedce9;background:#fafafa;overflow-x:scroll}.procurement_wrapper .procurement_table .procurement_table_header[data-v-4457b766]{display:inline-flex;flex:1;display:flex;height:76px;justify-content:space-between;align-items:flex-start;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header[data-v-4457b766]{width:125%}}.procurement_wrapper .procurement_table .procurement_table_header p[data-v-4457b766]{padding:32px 23px;display:flex;flex:1;color:#767676;font-size:15px;font-family:Inter;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_table_header p[data-v-4457b766]{padding:1.375rem 1.125rem}}.procurement_wrapper .procurement_table .procurement_content_wrapper[data-v-4457b766]{height:45.4375em}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content[data-v-4457b766]{display:flex;flex-direction:column;text-decoration:none}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-4457b766]{flex:1;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #dedce9}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner[data-v-4457b766]{width:125%}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-4457b766]{padding:32px 23px;display:flex;flex:1}@media only screen and (max-width:920px){.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper[data-v-4457b766]{padding:22px 18px}}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper p[data-v-4457b766]{color:#363539;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .shipped[data-v-4457b766]{background:#badae6}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .logged[data-v-4457b766]{background:#dedce9}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) .delivered[data-v-4457b766]{background:#fed4c7}.procurement_wrapper .procurement_table .procurement_content_wrapper .procurement_content .procurement_content_inner .procurement_content_inner_wrapper:nth-child(3) p[data-v-4457b766]{height:31px;align-self:center;display:flex;justify-content:center;align-items:center;border-radius:6.25rem;padding:.375rem .8125rem;font-size:.9375rem;font-weight:600;background:#badae6}.admin-header-container[data-v-4457b766]{width:100%;background:#fafafa;padding:2rem 2.5rem 1rem 2.5rem;border-bottom:1px solid #dedce9;display:flex;align-items:center}.admin-header-content[data-v-4457b766]{width:100%;display:flex;justify-content:space-between;align-items:center}.admin-title[data-v-4457b766]{font-size:2rem;font-family:inherit;font-weight:500;color:#22223b;margin:0}.admin-header-actions[data-v-4457b766]{display:flex;align-items:center;gap:1.25rem}.admin-search-bar[data-v-4457b766]{position:relative;display:flex;align-items:center}.admin-search-input[data-v-4457b766]{padding:.5rem 2.25rem .5rem .75rem;border:1px solid #dedce9;border-radius:5px;outline:none;font-size:1rem;background:#fff;width:210px;transition:border .2s}.admin-search-input[data-v-4457b766]:focus{border:1.5px solid #3e414c;background:#fafbfc}.admin-search-icon[data-v-4457b766]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none}.add-admin-link[data-v-4457b766]{text-decoration:none}.add-admin-btn[data-v-4457b766]{background:#3e414c;color:#fff;border:none;border-radius:4px;padding:.65rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-left:.5rem}.add-admin-btn[data-v-4457b766]:hover{background:#22223b}@media(max-width:700px){.admin-header-container[data-v-4457b766]{padding:1rem}.admin-title[data-v-4457b766]{font-size:1.25rem}.admin-header-actions[data-v-4457b766]{flex-direction:column;align-items:stretch;gap:.75rem}.add-admin-btn[data-v-4457b766]{padding:.5rem 1rem;font-size:.9rem;margin-left:0}.admin-search-input[data-v-4457b766]{width:120px;font-size:.9rem}}.users_table[data-v-4e0b3d17]{gap:24px;background:#f3f1f1;width:100%;max-width:100%;height:100vh;padding:24px;box-sizing:border-box;overflow:hidden}.consignment-btn[data-v-4e0b3d17]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}.consignment-btn[data-v-4e0b3d17]:hover{background:#352a6b}.consignment-btn svg[data-v-4e0b3d17]{width:20px;height:20px}.loading-state[data-v-4e0b3d17]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px}.loading-state .loading-spinner[data-v-4e0b3d17]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-4e0b3d17 1s linear infinite}.loading-state p[data-v-4e0b3d17]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}@keyframes spin-4e0b3d17{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.users_table_header[data-v-4e0b3d17]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:24px}.users_table_header .users_table_header_left h1[data-v-4e0b3d17]{color:#41368e;font-family:Inter;font-weight:700;font-size:24px}.users_filter_wrapper[data-v-4e0b3d17]{display:flex;gap:16px;margin-bottom:24px;align-items:center;justify-content:space-between}.users_filter_wrapper .users_input[data-v-4e0b3d17]{display:flex;align-items:center;flex:1;max-width:400px}.users_filter_wrapper .users_input .input_field[data-v-4e0b3d17]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease}.users_filter_wrapper .users_input .input_field[data-v-4e0b3d17]:focus{outline:none;border-color:#41368e}.users_filter_wrapper .users_input .input_field[data-v-4e0b3d17]::-moz-placeholder{color:#939393}.users_filter_wrapper .users_input .input_field[data-v-4e0b3d17]::placeholder{color:#939393}.users_filter_wrapper .users_input .search-btn[data-v-4e0b3d17]{height:40px;border:thin solid #41368e;margin-left:8px;padding:8px 16px;border-radius:4px;border:none;background-color:#41368e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px}.users_filter_wrapper .users_input .clear-btn[data-v-4e0b3d17]{height:40px;border:thin solid #fff;margin-left:8px;padding:8px 16px;border-radius:4px;border:none;background-color:#fff;color:#41368e;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px}.users_filter_wrapper .users_select[data-v-4e0b3d17]{min-width:200px}.users_filter_wrapper .users_select .input_field[data-v-4e0b3d17]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease}.users_filter_wrapper .users_select .input_field[data-v-4e0b3d17]:focus{outline:none;border-color:#41368e}.users_table_body[data-v-4e0b3d17]{display:flex;flex-direction:column;width:100%;min-height:60vh;align-items:center;justify-content:center}.users_table_body .users_table_body_inner[data-v-4e0b3d17]{width:391px;border-radius:8px;padding:24px;gap:24px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center}@media(max-width:540px){.users_table_body .users_table_body_inner[data-v-4e0b3d17]{width:100%}}.users_table_body .users_table_body_inner .users_table_body_inner_content[data-v-4e0b3d17]{display:flex;flex-direction:column;align-items:center;gap:35px}.users_table_body .users_table_body_inner .users_table_body_inner_content .users_table_body_inner_content_inner[data-v-4e0b3d17]{display:flex;flex-direction:column;align-items:center;gap:12px}.users_table_body .users_table_body_inner .users_table_body_inner_content .users_table_body_inner_content_inner h1[data-v-4e0b3d17]{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2b2b2b}.users_table_body .users_table_body_inner .users_table_body_inner_content .users_table_body_inner_content_inner p[data-v-4e0b3d17]{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#565656}.users-table-container[data-v-4e0b3d17]{width:100%;overflow-x:auto;background:#fff;border-radius:10px;box-shadow:0 2px 16px 0 rgba(44,62,80,.04);padding:0}.users-table[data-v-4e0b3d17]{width:100%;border-collapse:separate;border-spacing:0;min-width:600px}.users-table thead[data-v-4e0b3d17]{background:#f5f6fa}.users-table thead tr th[data-v-4e0b3d17]{text-align:left;font-size:.9375rem;font-weight:600;color:#5b5c6e;padding:1rem;border-bottom:1px solid #ececf2}.users-table tbody tr[data-v-4e0b3d17]{cursor:pointer;background:#fff;transition:background .2s}.users-table tbody tr[data-v-4e0b3d17]:hover{background:#fafbfc}.users-table tbody tr td[data-v-4e0b3d17]{padding:1rem;font-size:.95rem;border-bottom:1px solid #f2f2fa;vertical-align:middle}.users-table tbody tr:last-child td[data-v-4e0b3d17]{border-bottom:none}.users-table .empty-text[data-v-4e0b3d17]{text-align:center;color:#b0b0be;font-size:1rem;padding:2rem 0}.user-info-cell[data-v-4e0b3d17]{display:flex;align-items:center;gap:.75em}.user-info-cell .user-avatar[data-v-4e0b3d17]{width:32px;height:32px;display:inline-block;border-radius:50%;border:thin solid red;overflow:hidden}.user-info-cell .user-avatar img[data-v-4e0b3d17]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.status-chip[data-v-4e0b3d17]{display:inline-block;padding:.25em 1em;font-size:.93em;border-radius:10px;font-weight:600;text-transform:capitalize}.status-chip.active[data-v-4e0b3d17]{color:#2ecc71;background:#eafaf1}.status-chip.inactive[data-v-4e0b3d17]{color:#e67e22;background:#fef6ea}.status-chip.pending[data-v-4e0b3d17]{color:#f39c12;background:#fcf3e6}.status-chip.banned[data-v-4e0b3d17],.status-chip.disabled[data-v-4e0b3d17]{color:#e74c3c;background:#faeaea}@media(max-width:768px){.users-table-container[data-v-4e0b3d17]{border-radius:0;box-shadow:none;padding:0}.users-table[data-v-4e0b3d17]{min-width:480px}.users-table tbody tr td[data-v-4e0b3d17],.users-table thead tr th[data-v-4e0b3d17]{padding:.65em;font-size:.93em}}@media(max-width:600px){.users-table[data-v-4e0b3d17]{min-width:350px}.users-table thead[data-v-4e0b3d17]{display:none}.users-table tbody tr[data-v-4e0b3d17]{display:block;margin-bottom:1.2em;border-radius:10px;background:#fff;box-shadow:0 1px 6px 0 hsla(0,0%,44%,.06)}.users-table tbody td[data-v-4e0b3d17]{display:flex;align-items:center;width:100%;justify-content:space-between;border:none;padding:.75em 1em;position:relative;font-size:.98em}.users-table tbody td[data-v-4e0b3d17]:before{content:attr(data-label);font-weight:700;flex-shrink:0;color:#888;margin-right:1em;width:45%}.users-table tbody tr td[data-v-4e0b3d17]:first-child:before{content:"User ID"}.users-table tbody tr td[data-v-4e0b3d17]:nth-child(2):before{content:"Name"}.users-table tbody tr td[data-v-4e0b3d17]:nth-child(3):before{content:"Email"}.users-table tbody tr td[data-v-4e0b3d17]:nth-child(4):before{content:"Status"}.users-table tbody tr td[data-v-4e0b3d17]:nth-child(5):before{content:"Role"}.users-table tbody tr td[data-v-4e0b3d17]{display:block;width:100%}}.pagination-wrapper[data-v-4e0b3d17]{display:flex;flex-direction:column;gap:16px;margin-top:20px;z-index:100;box-sizing:border-box}.pagination-info[data-v-4e0b3d17]{display:flex;justify-content:center;align-items:center}.pagination-info span[data-v-4e0b3d17]{font-family:Inter;font-weight:400;font-size:14px;color:#5e626a}.pagination-controls[data-v-4e0b3d17]{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination-btn[data-v-4e0b3d17]{display:flex;align-items:center;gap:6px;padding:10px;background:#fff;color:#41368e;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.pagination-btn[data-v-4e0b3d17]:hover:not(.disabled){background:#f5f5f5;border-color:#41368e}.pagination-btn.disabled[data-v-4e0b3d17]{opacity:.5;cursor:not-allowed;background:#fafafa}.pagination-btn svg[data-v-4e0b3d17]{width:16px;height:16px}.pagination-numbers[data-v-4e0b3d17]{display:flex;gap:4px;align-items:center}.pagination-number[data-v-4e0b3d17]{min-width:35px;height:35px;padding:6px 10px;background:#fff;color:#5e626a;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-number[data-v-4e0b3d17]:hover{background:#f5f5f5;border-color:#41368e;color:#41368e}.pagination-number.active[data-v-4e0b3d17]{background:#41368e;color:#fff;border-color:#41368e;font-weight:600}@media(max-width:768px){.users_table_filled[data-v-4e0b3d17]{padding-bottom:140px}.pagination-wrapper[data-v-4e0b3d17]{padding:16px}.pagination-info span[data-v-4e0b3d17]{font-size:12px}.pagination-controls[data-v-4e0b3d17]{gap:4px}.pagination-btn[data-v-4e0b3d17]{padding:8px 12px;font-size:12px}.pagination-btn svg[data-v-4e0b3d17]{width:14px;height:14px}.pagination-number[data-v-4e0b3d17]{min-width:36px;height:36px;padding:6px 10px;font-size:12px}}.shipment-detail-v2[data-v-0446b933]{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f3f1f1;padding:24px;box-sizing:border-box;overflow-y:auto;max-height:100vh}.loading-state[data-v-0446b933]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:16px;.loading-spinner[data-v-0446b933]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #41368e;border-radius:50%;animation:spin-0446b933 1s linear infinite}p[data-v-0446b933]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a}}@keyframes spin-0446b933{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shipment-detail-container[data-v-0446b933]{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%}.shipment-detail-header[data-v-0446b933]{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.04);.header-left[data-v-0446b933]{h1[data-v-0446b933]{font-family:Inter;font-weight:700;font-size:28px;color:#2b2b2b;margin:0 0 8px 0}.organization-info[data-v-0446b933]{.organization-name[data-v-0446b933]{font-family:Inter;font-weight:600;font-size:20px;color:#41368e;margin:0 0 4px 0}.shipment-subtitle[data-v-0446b933]{font-family:Inter;font-weight:500;font-size:16px;color:#5e626a;margin:0}}}.header-right[data-v-0446b933]{display:flex;flex-direction:column;gap:10px;.status-badge[data-v-0446b933]{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.back-btn[data-v-0446b933]{display:inline-flex;align-items:center;padding:8px 18px;border:none;background:#f5f6fa;color:#41368e;border-radius:100px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;box-shadow:0 1px 3px rgba(65,54,142,.04);svg[data-v-0446b933]{margin-right:6px}span[data-v-0446b933],svg[data-v-0446b933]{vertical-align:middle;display:inline-block}&[data-v-0446b933]:focus,&[data-v-0446b933]:hover{background:#ecebfb}}}}.shipment-detail-content[data-v-0446b933]{display:flex;flex-direction:column;gap:24px}.info-card[data-v-0446b933]{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04);h2[data-v-0446b933]{font-size:20px;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #f5f5f5}h2[data-v-0446b933],h3[data-v-0446b933]{font-family:Inter;font-weight:600;color:#2b2b2b}h3[data-v-0446b933]{font-size:16px;margin:20px 0 12px 0}}.info-grid[data-v-0446b933]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item[data-v-0446b933]{display:flex;flex-direction:column;gap:8px;.info-label[data-v-0446b933]{font-family:Inter;font-weight:500;font-size:14px;color:#5e626a;text-transform:uppercase;letter-spacing:.5px}.info-value[data-v-0446b933]{font-family:Inter;font-weight:500;font-size:16px;color:#2b2b2b;line-height:1.4}}.price-input-section[data-v-0446b933],.weight-input-section[data-v-0446b933]{display:flex;flex-direction:column;gap:12px}.price-input[data-v-0446b933],.weight-input[data-v-0446b933]{display:flex;gap:12px;align-items:center;.input_field[data-v-0446b933]{flex:1;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;transition:border-color .2s ease;&[data-v-0446b933]:focus{outline:none;border-color:#41368e}&[data-v-0446b933]::-moz-placeholder{color:#939393}&[data-v-0446b933]::placeholder{color:#939393}}.add-price-btn[data-v-0446b933],.add-weight-btn[data-v-0446b933]{height:48px;padding:0 20px;background:#41368e;color:#fff;border:none;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s ease;&[data-v-0446b933]:hover{background:#352a6b}}}.price-tags[data-v-0446b933],.weight-tags[data-v-0446b933]{display:flex;flex-wrap:wrap;gap:8px}.price-tag[data-v-0446b933],.weight-tag[data-v-0446b933]{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border-radius:20px;font-family:Inter;font-weight:500;font-size:14px;color:#2b2b2b;cursor:pointer;transition:background-color .2s ease;&[data-v-0446b933]:hover{background:#e0e0e0}.remove-tag[data-v-0446b933]{font-size:16px;color:#939393;cursor:pointer;&[data-v-0446b933]:hover{color:#e74c3c}}}.status-select[data-v-0446b933]{.input_field[data-v-0446b933]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter;font-size:14px;color:#2b2b2b;background:#fff;cursor:pointer;transition:border-color .2s ease;&[data-v-0446b933]:focus{outline:none;border-color:#41368e;box-shadow:0 0 0 3px rgba(65,54,142,.1);transform:translateY(-1px)}&[data-v-0446b933]:hover{border-color:silver;box-shadow:0 2px 6px rgba(0,0,0,.08)}&[data-v-0446b933]::-moz-placeholder{color:#939393;font-style:italic}&[data-v-0446b933]::placeholder{color:#939393;font-style:italic}}}.status-badge[data-v-0446b933]{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;padding:4px 12px;border-radius:12px}.verified[data-v-0446b933]{background:#eafbe8;color:#21a453}.not-verified[data-v-0446b933]{background:#fff6e8;color:#f39927}.status-icon[data-v-0446b933]{width:16px;height:16px;vertical-align:middle}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--bottom,.v-toast__item.v-toast__item--top{align-self:center}.v-toast__item.v-toast__item--bottom-right,.v-toast__item.v-toast__item--top-right{align-self:flex-end}.v-toast__item.v-toast__item--bottom-left,.v-toast__item.v-toast__item--top-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3E%3Cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 1 1-6 0V21a3 3 0 1 1 6 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3E%3C/svg%3E") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329-16 18a1.997 1.997 0 0 1-2.745.233l-10-8a2 2 0 0 1 2.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 0 1 2.99 2.659z'/%3E%3C/svg%3E") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3E%3Cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 0 1-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 1 1-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 1 1 2.828-2.828l7.425 7.425 7.071-7.071a2 2 0 1 1 2.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 0 1 0 2.828z'/%3E%3C/svg%3E") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.466 41.26 29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 0 1-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 0 1-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 0 1 1.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3E%3C/svg%3E") no-repeat}.vs__dropdown-toggle{height:50px;border-radius:5px;border:1px solid #c4c1c1}