@charset "UTF-8";.app-header{height:56px;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:fixed;top:0;z-index:1000;box-shadow:0 2px 8px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header:before{content:"";position:absolute;inset:0;background:#ffffff0d;pointer-events:none}.header-left{display:flex;align-items:center;flex-shrink:0}.header-left .company-brand{display:flex;align-items:center;gap:12px}.header-left .company-brand .brand-logo{width:36px;height:36px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.header-left .company-brand .brand-logo img{width:28px;height:28px;object-fit:contain}.header-left .company-brand .brand-logo:hover{background:#ffffff40;transform:scale(1.05)}.header-left .company-brand .brand-info{display:flex;flex-direction:column;line-height:1.3}.header-left .company-brand .brand-info .brand-name{color:#fff;font-size:15px;font-weight:600;letter-spacing:.3px}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff1a;cursor:pointer;transition:all .2s ease;position:relative}.header-action .action-icon{font-size:18px;color:#fff}.header-action:hover{background:#fff3;transform:translateY(-1px)}.header-action:active{transform:translateY(0)}.header-branch-display{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#ffffff1a;border-radius:40px;border:1px solid rgba(255,255,255,.15);transition:all .2s ease;cursor:pointer;height:44px}.header-branch-display .branch-icon{font-size:14px;color:gold}.header-branch-display .branch-text{color:#fff;font-size:13px;font-weight:500;white-space:nowrap}.header-branch-display:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.header-branch-display:active{transform:translateY(0)}.header-user{display:flex;align-items:center;gap:10px;padding:4px 12px 4px 6px;background:#ffffff1a;border-radius:40px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.15);height:44px}.header-user .user-avatar{flex-shrink:0;border:2px solid rgba(255,255,255,.3)}.header-user .user-details{display:flex;flex-direction:column;line-height:1.3}.header-user .user-details .user-name{color:#fff;font-size:13px;font-weight:600;white-space:nowrap}.header-user .user-details .user-role{color:#ffffffb3;font-size:10px;font-weight:400}.header-user .user-arrow{font-size:10px;color:#ffffffb3;transition:transform .2s}.header-user:hover{background:#fff3;transform:translateY(-1px)}.header-user:hover .user-arrow{transform:rotate(180deg)}.header-user:active{transform:translateY(0)}@media(max-width:1024px){.app-header{padding:0 16px}.user-details{display:none!important}.header-user{padding:4px 8px!important;height:40px!important}.branch-text{font-size:11px!important}.header-branch-display{padding:4px 10px!important;height:40px!important}}@media(max-width:768px){.brand-info{display:none!important}.branch-text{display:none}.header-branch-display{padding:4px 8px!important;height:36px!important}.header-user{height:36px!important}.header-action{width:32px;height:32px}}.ant-dropdown-menu{border-radius:12px;padding:8px;box-shadow:0 6px 16px #0000001f}.ant-dropdown-menu .ant-dropdown-menu-item{border-radius:8px;padding:8px 12px;margin:2px 0;transition:all .2s}.ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#f0f2f5}.ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:14px}.ant-dropdown-menu .ant-dropdown-menu-item-danger{color:#ff4d4f}.ant-dropdown-menu .ant-dropdown-menu-item-danger:hover{background:#fff1f0}.ant-dropdown-menu .ant-dropdown-menu-divider{margin:4px 0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.header-action .ant-badge-count{animation:pulse 2s infinite}.header-action,.header-branch-display,.header-user{position:relative;overflow:hidden}.header-action:after,.header-branch-display:after,.header-user:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s,height .4s}.header-action:active:after,.header-branch-display:active:after,.header-user:active:after{width:100px;height:100px}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#nprogress .bar{background:red!important;height:3px!important;box-shadow:none!important}.vendors-page{padding:16px;background:#f8fafc;min-height:100vh}.vendors-page-header{background:linear-gradient(135deg,#1f3c88,#2b55c7);padding:10px 24px;margin:-16px -16px 24px;border-radius:0 0 12px 12px;box-shadow:0 4px 20px #1f3c8826}.vendors-page-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto}.vendors-title{color:#fff!important;margin:0 0 4px!important;font-weight:700;font-size:24px!important}.vendors-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:12px}.vendors-search,.vendors-actions{flex:0 0 auto}@media(max-width:768px){.vendors-toolbar{flex-direction:column;align-items:stretch}.vendors-toolbar .vendors-search{width:100%}.vendors-toolbar .vendors-search .ant-input-search{width:100%!important}.vendors-toolbar .vendors-actions{width:100%}.vendors-toolbar .vendors-actions .ant-space{width:100%;justify-content:flex-end}}@media(max-width:576px){.vendors-page-header{padding:8px 16px}.vendors-title{font-size:20px!important}.vendors-actions .ant-space{flex-wrap:wrap;justify-content:flex-start!important}.vendors-actions .ant-space .ant-btn{flex:1;min-width:auto}}.vm-modal .ant-modal-content{border-radius:10px;padding:0;overflow:hidden}.vm-modal .vm-header{font-size:18px;font-weight:600;padding:10px 20px;background:#f7f9fc;text-align:center;border-bottom:1px solid #e6e8ec}.vm-modal .ant-form-item{margin-bottom:10px!important}.vm-modal .vm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.vm-modal .vm-container{padding:20px 24px;overflow:hidden!important}.vm-modal .ant-modal-body,.vm-modal .ant-modal-content{overflow:hidden!important}.vm-modal .vm-tabs .ant-tabs-nav{margin-bottom:10px!important}.vm-modal .vm-tabs .ant-tabs-nav:before{border-bottom:none!important}.vm-modal .vm-tabs .ant-tabs-tab{background:#fff;border-radius:8px;padding:8px 16px!important;margin-right:12px!important;transition:all .25s ease-in-out;border:none!important}.vm-modal .vm-tabs .ant-tabs-tab:hover{background:#e2e8ff!important}.vm-modal .vm-tabs .ant-tabs-tab-active{background:#dbe4ff!important;box-shadow:0 2px 6px #00000014}.vm-modal .vm-tabs .ant-tabs-tab-disabled{opacity:.5;cursor:not-allowed!important;background:#f5f5f5!important}.vm-modal .vm-tabs .vm-tab-label{display:flex;align-items:center;gap:8px;font-weight:500;color:#1677ff;transition:.2s ease}.vm-modal .vm-tabs .vm-tab-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:600;color:#273469;border:2px solid #c8d4ff}.vm-modal .vm-tabs .vm-tab-number.completed{background-color:green;color:#fff;font-size:18px;border:none;transition:all .3s ease}.vm-modal .vm-footer-buttons{display:flex;justify-content:space-between;margin-top:2px}.vm-modal .vm-btn{padding:8px 18px;border-radius:6px;border:none;cursor:pointer;font-size:14px;transition:.25s ease}.vm-modal .vm-btn-primary{background:#1677ff;color:#fff}.vm-modal .vm-btn-primary:hover{background:#394ecc}.vm-modal .vm-btn-primary:disabled{opacity:.6;cursor:not-allowed}.vm-modal .vm-btn-secondary{background:#1677ff;color:#fff}.vm-modal .vm-btn-secondary:hover{background:#cfd5e6}.products-page{padding:16px;background:#f8fafc;min-height:100vh}.products-page-header{background:linear-gradient(135deg,#1f3c88,#2b55c7);padding:10px 24px;margin:-16px -16px 24px;border-radius:0 0 12px 12px;box-shadow:0 4px 20px #1f3c8826}.products-page-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto}.products-title{color:#fff!important;margin:0 0 4px!important;font-weight:700;font-size:24px!important}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:12px}.products-search,.products-actions{flex:0 0 auto}.action-btn{transition:all .2s ease;display:inline-flex;align-items:center}@media(max-width:768px){.products-toolbar{flex-direction:column;align-items:stretch}.products-toolbar .products-search{width:100%}.products-toolbar .products-search .ant-input-search{width:100%!important}.products-toolbar .products-actions{width:100%}.products-toolbar .products-actions .ant-space{width:100%;justify-content:flex-end}}@media(max-width:576px){.products-page-header{padding:8px 16px}.products-title{font-size:20px!important}.products-actions .ant-space{flex-wrap:wrap;justify-content:flex-start!important}.products-actions .ant-space .ant-btn{flex:1;min-width:auto}}.po-page{padding:16px}.po-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.kpi.total{background-color:#e6f0ff;border-left:4px solid #1677ff}.kpi.approved{background-color:#edf7ed;border-left:4px solid #52c41a}.kpi.draft{background-color:#fff7e6;border-left:4px solid #faad14}.kpi.closed{background-color:#e6f4ff;border-left:4px solid #1677ff}.kpi.total{background-color:#f0f5ff}.kpi.approved{background-color:#f6ffed}.kpi.draft{background-color:#fffbe6}.kpi.closed{background-color:#e6f4ff}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.step-wrapper{background:#fff;padding:8px 32px;border-radius:16px;margin-bottom:5px;border:1px solid #e8e8e8;box-shadow:0 4px 12px #0000000f;text-align:center;gap:8px}.step-wrapper .custom-steps{display:flex;justify-content:center}.step-wrapper .custom-steps .ant-steps-item-container{text-align:center}.step-wrapper .custom-steps .steps-header-container{display:flex;align-items:center;justify-content:center;position:relative}.step-wrapper .custom-steps .home-btn{margin-right:auto;color:#666!important;font-size:18px}.step-wrapper .custom-steps .home-btn:hover{color:#1677ff!important}.step-wrapper .custom-steps .custom-steps .ant-steps-item-container{text-align:center}.step-wrapper .custom-steps .custom-steps .ant-steps-item-title{text-align:center;font-weight:600}.custom-steps .ant-steps-item-title{font-size:14px;font-weight:600;color:#333}.custom-steps .ant-steps-item{padding-bottom:0}.custom-steps .ant-steps-item-icon{background:#f5f5f5!important;border-radius:50%!important;width:32px;height:32px}.custom-steps .ant-steps-item-icon .ant-steps-icon{font-size:10px!important;color:#333!important}.custom-steps .ant-steps-item-active .ant-steps-item-icon{background:#1677ff!important}.custom-steps .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon{color:#fff!important}.custom-steps .ant-steps-item-active .ant-steps-item-title{color:#1677ff!important}.document-checklist{flex-direction:column;gap:10px;padding:8px 4px}.document-checklist .ant-checkbox-wrapper{font-size:15px;font-weight:500;color:#333}.document-checklist .photo-count{display:flex;align-items:center;gap:12px;margin:6px 0}.document-checklist .photo-count span{font-size:15px;font-weight:500}.document-checklist .photo-count input{width:100px}.ant-checkbox+span{padding-inline-start:20px;padding-inline-end:20px}.vm-btn-primary{background-color:#1677ff;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .3s}.vm-btn-primary:hover{background-color:#2563eb}.custom-error-text{color:red;padding:4px 10px;border-radius:6px;font-weight:600}.tortoise-message{background-color:#f0fdf4;border:1px;border-radius:6px}.tortoise-text{color:#c60a0a;font-weight:500}.ant-layout-sider{position:fixed!important;top:0!important;height:100vh!important;overflow:visible!important;z-index:10000!important}.ant-layout-sider .ant-layout-sider-children{position:relative}.ant-layout-sider .btn-toggle{position:fixed;top:45px;z-index:9999;padding:0}.ant-layout{overflow:visible!important}.ant-layout-content{position:relative;z-index:1}.sider-menu{margin-top:10px}.sider-menu-item{position:relative;padding:15px;cursor:pointer}.sider-menu-item:hover{background:#0000000d}.menu-main{display:flex;align-items:center;gap:10px;color:#000;font-size:14px}.submenu-flyout{position:absolute;left:100%;top:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px #00000026;display:none;z-index:20000;padding:5px 0}.sider-menu-item:hover>.submenu-flyout{display:block}.flyout-item-wrapper{position:relative}.flyout-item{padding:8px 15px;display:flex;align-items:center;gap:10px;color:#000;text-decoration:none}.flyout-item:hover{background:#f0f0f0}.flyout-item-wrapper:hover>.submenu-flyout{display:block}.menu-title-with-arrow{display:flex;align-items:center;justify-content:space-between;width:100%}.menu-title-with-arrow .arrow-icon{margin-left:auto;font-size:14px;opacity:.6}.sider-menu-item:after{content:"";position:absolute;top:0;right:-12px;width:12px;height:100%}table th,table td,table .ant-table-tbody td.ant-table-cell,table .ant-table-thead th.ant-table-cell,.ant-table .ant-table-content table th,.ant-table .ant-table-content table td,.ant-table .ant-table-content table .ant-table-tbody td.ant-table-cell,.ant-table .ant-table-content table .ant-table-thead th.ant-table-cell{padding:6px}
