@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";body{margin:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;margin:0}.mobile-menu-button{display:none;position:fixed;top:10px;left:12px;z-index:1001;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:6px;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.mobile-menu-button:hover{background:#f5f5f5}.mobile-menu-button:active{transform:scale(.95)}.mobile-menu-button svg{display:block;color:#333}@media(max-width:800px){.mobile-menu-button{display:flex;align-items:center;justify-content:center}}.mobile-overlay{display:none}@media(max-width:800px){.mobile-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInFromLeft{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.side-bar-main{width:100%;max-width:240px;height:100vh;background:linear-gradient(180deg,#fff,#f8fafb);box-shadow:2px 0 20px #4ca9ee14;overflow-y:auto;flex-shrink:0;position:sticky;top:0;border-right:1px solid rgba(76,169,238,.1);scrollbar-width:none;-ms-overflow-style:none}.side-bar-main::-webkit-scrollbar{display:none}@media(max-width:800px){.side-bar-main{position:fixed;top:0;left:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease;width:240px;min-width:240px;max-width:240px;height:100vh}.side-bar-main.mobile-open{transform:translate(0);animation:slideIn .3s ease}}@media(min-width:801px){.side-bar-main{display:block!important;visibility:visible!important;position:sticky;width:240px;min-width:240px}}.side-bar-main a{text-decoration:none;color:#5a6c7d}.side-bar-main .side-bar-content{display:flex;justify-content:space-between;flex-direction:column;width:100%;gap:30px;height:100%;min-height:100vh}.side-bar-main .side-bar-content .side-bar-top-section{display:flex;flex-direction:column;align-items:center;width:100%}.side-bar-main .side-bar-content .side-bar-top-section .ant-badge .ant-badge-count{transform:translate(100%,-50%)!important}.side-bar-main .side-bar-content .side-bar-top-section .logo{position:sticky;top:0;left:0;width:100%;text-align:center;background:linear-gradient(180deg,#fff,#f8fafb);box-shadow:2px 0 20px #4ca9ee14;height:70px;display:flex;align-items:center;justify-content:center;padding:20px 0;z-index:10;border-bottom:1px solid rgba(76,169,238,.1)}.side-bar-main .side-bar-content .side-bar-top-section .logo img{max-width:140px;max-height:140px;object-fit:contain;transition:transform .3s ease}.side-bar-main .side-bar-content .side-bar-top-section svg path{cursor:pointer;fill:#5a6c7d;transition:fill .3s ease}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items{display:flex;flex-direction:column;row-gap:8px;width:100%;padding:20px 16px;box-sizing:border-box}@media(max-width:800px){.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items{row-gap:12px;padding:20px}}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item{display:flex;align-items:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;padding:12px 16px;border-radius:12px;position:relative;overflow:hidden}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#234b9b;transform:scaleY(0);transition:transform .3s ease}@media(max-width:800px){.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item{gap:12px;padding:12px}}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item:hover{color:#234b9b;transform:translate(4px)}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item:hover:before{transform:scaleY(1)}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item:hover svg path{fill:#234b9b}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item:active{transform:translate(4px) scale(.98)}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item p{font-weight:500;font-size:15px;cursor:pointer;margin:0;white-space:nowrap;letter-spacing:.2px}@media(max-width:800px){.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .side-bar-top-section-single-item p{text-align:left;font-size:15px}}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:linear-gradient(135deg,#234b9b,#2c5fc5);box-shadow:0 4px 12px #4ca9ee40;position:relative;animation:slideInFromLeft .3s ease}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;border-radius:0 4px 4px 0}@media(max-width:800px){.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item{gap:12px;padding:12px}}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item p{color:#fff;font-weight:600;font-size:15px;cursor:pointer;margin:0;width:100%;letter-spacing:.3px}@media(max-width:800px){.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item p{text-align:left;font-size:15px}}.side-bar-main .side-bar-content .side-bar-top-section .side-bar-top-section-items .active-side-bar-top-section-single-item svg path{fill:#fff}.side-bar-main::-webkit-scrollbar{width:6px;transition:all .3s}.side-bar-main::-webkit-scrollbar-track{background:transparent;transition:all .3s}.side-bar-main::-webkit-scrollbar-thumb{background:#4ca9ee4d;border-radius:5px;transition:all .3s}.side-bar-main::-webkit-scrollbar-thumb:hover{background:#4ca9ee80}.side-bar-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:12px 16px;border-radius:12px;position:relative}.side-bar-dropdown .dropdown-header:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#234b9b;transform:scaleY(0);transition:transform .3s ease}@media(max-width:800px){.side-bar-dropdown .dropdown-header{padding:12px}}.side-bar-dropdown .dropdown-header:hover{background:#4ca9ee14;transform:translate(4px)}.side-bar-dropdown .dropdown-header:hover:before{transform:scaleY(1)}.side-bar-dropdown .dropdown-header:hover svg path{fill:#234b9b}.side-bar-dropdown .dropdown-header:active{transform:translate(4px) scale(.98)}.side-bar-dropdown .dropdown-header.active-side-bar-top-section-single-item{background:linear-gradient(135deg,#234b9b,#2c5fc5);box-shadow:0 4px 12px #4ca9ee40}.side-bar-dropdown .dropdown-header.active-side-bar-top-section-single-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:#ffffff80;border-radius:0 4px 4px 0;transform:scaleY(1)}.side-bar-dropdown .dropdown-header.active-side-bar-top-section-single-item p{color:#fff;font-weight:600}.side-bar-dropdown .dropdown-header.active-side-bar-top-section-single-item svg path{fill:#fff!important}.side-bar-dropdown .dropdown-header svg:last-child{margin-left:auto;transition:transform .3s ease}@media(max-width:800px){.side-bar-dropdown .dropdown-header svg:last-child{margin-right:0}}.side-bar-dropdown .dropdown-header p{font-weight:500;font-size:15px;letter-spacing:.2px}.side-bar-dropdown .dropdown-content{margin-left:28px;margin-top:8px;display:flex;flex-direction:column;gap:4px;padding-left:12px;border-left:2px solid rgba(76,169,238,.15)}@media(max-width:800px){.side-bar-dropdown .dropdown-content{margin-left:36px;gap:6px}}.side-bar-dropdown .side-bar-sub-item{display:flex;align-items:center;gap:8px;padding:10px 12px;color:#5a6c7d;font-size:14px;transition:all .3s ease;border-radius:8px;cursor:pointer;font-weight:500;position:relative}.side-bar-dropdown .side-bar-sub-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background:#234b9b;transition:width .3s ease}@media(max-width:800px){.side-bar-dropdown .side-bar-sub-item{font-size:14px;padding:10px}}.side-bar-dropdown .side-bar-sub-item:hover{color:#234b9b;background:#4ca9ee0f;transform:translate(6px)}.side-bar-dropdown .side-bar-sub-item:hover:before{width:16px;left:-18px}.side-bar-dropdown .side-bar-sub-item:active{transform:translate(6px) scale(.98)}.side-bar-dropdown .active-side-bar-sub-item{color:#234b9b;font-weight:600;background:#4ca9ee1f;position:relative}.side-bar-dropdown .active-side-bar-sub-item:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:13px;height:3px;background:#234b9b;border-radius:0 4px 4px 0}.layout-main{width:100%;height:100vh;overflow-y:auto}@media(min-width:2000px){.layout-main{display:flex;justify-content:center}}.layout-main .layout-container{display:flex;width:100%;background-color:#fafafa}@media(min-width:2000px){.layout-main .layout-container{width:1320px}}.layout-main .layout-container .consultationDetails{padding:0 40px 20px}@media screen and (max-width:800px){.layout-main .layout-container .consultationDetails{padding:0 20px 20px!important}}.layout-main .layout-container main{width:100%;flex-grow:1;box-sizing:border-box;height:100%}.layout-main .layout-container main button{border-radius:10px;padding:9px 15px}.layout-main .layout-container main .button-active{background-color:#333;color:#fff;border:1px solid #333333;font-weight:700}.layout-main .layout-container .layout-right-side{width:calc(100% - 250px)}@media(max-width:800px){.layout-main .layout-container .layout-right-side{width:100%}}.layout-main .layout-container .layout-right-side .layout-header{padding:20px;background-color:#fff;box-shadow:#2123261a 0 10px 10px -10px}.layout-main .layout-container .layout-right-side .layout-header h1{margin:0;text-transform:capitalize}.layout-main::-webkit-scrollbar{width:0px}.layout-main::-webkit-scrollbar-track{background:#f1f1f1}.layout-main::-webkit-scrollbar-thumb{background:#cacaca;border-radius:5px}.dashboard-page{padding:24px;background:#f5f7fa}.dashboard-page .financial-cards .financial-card{border-radius:16px;border:none;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;overflow:hidden;position:relative}.dashboard-page .financial-cards .financial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:height .3s ease}.dashboard-page .financial-cards .financial-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.dashboard-page .financial-cards .financial-card:hover:before{height:6px}.dashboard-page .financial-cards .financial-card .ant-card-body{padding:28px}.dashboard-page .financial-cards .financial-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard-page .financial-cards .financial-card .card-header h3{margin:0;font-size:18px;font-weight:600;color:#262626}.dashboard-page .financial-cards .financial-card .card-header .count-badge{background:#f0f0f0;color:#595959;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.dashboard-page .financial-cards .financial-card .main-amount{margin-bottom:24px}.dashboard-page .financial-cards .financial-card .main-amount .amount-label{font-size:13px;color:#8c8c8c;font-weight:500;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.dashboard-page .financial-cards .financial-card .main-amount .amount-value{font-size:32px;font-weight:700;color:#262626;line-height:1.2}.dashboard-page .financial-cards .financial-card .total-amount{font-size:13px;color:#8c8c8c;font-weight:500;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.dashboard-page .financial-cards .financial-card .progress-bar{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:20px}.dashboard-page .financial-cards .financial-card .progress-bar .progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.dashboard-page .financial-cards .financial-card .progress-bar .progress-fill.receivables-fill{background:linear-gradient(90deg,#52c41a,#389e0d)}.dashboard-page .financial-cards .financial-card .progress-bar .progress-fill.payables-fill{background:linear-gradient(90deg,#fa8c16,#d46b08)}.dashboard-page .financial-cards .financial-card .amounts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fafafa;border-radius:8px;transition:all .2s ease}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box:hover{background:#f0f0f0}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box .label{font-size:11px;color:#8c8c8c;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box .value{font-size:16px;font-weight:600;color:#262626}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box.current .value{color:#262626}.dashboard-page .financial-cards .financial-card .amounts-grid .amount-box.overdue .value{color:#fa8c16}.dashboard-page .financial-cards .financial-card .card-footer{padding-top:20px;border-top:1px solid #f0f0f0}.dashboard-page .financial-cards .financial-card .card-footer .footer-info{display:flex;align-items:center;gap:10px}.dashboard-page .financial-cards .financial-card .card-footer .footer-info .info-icon{font-size:20px}.dashboard-page .financial-cards .financial-card .card-footer .footer-info .info-text{font-size:13px;color:#8c8c8c;font-weight:500}.dashboard-page .financial-cards .financial-card.receivables-card:before{background:linear-gradient(90deg,#52c41a,#389e0d)}.dashboard-page .financial-cards .financial-card.receivables-card .main-amount .amount-value{color:#52c41a}.dashboard-page .financial-cards .financial-card.payables-card:before{background:linear-gradient(90deg,#fa8c16,#d46b08)}.dashboard-page .financial-cards .financial-card.payables-card .main-amount .amount-value{color:#fa8c16}.dashboard-page .cash-flow-section{border-radius:16px;box-shadow:0 2px 12px #0000000f}.dashboard-page .cash-flow-section .ant-card-body{padding:28px}.dashboard-page .cash-flow-section .card-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.dashboard-page .cash-flow-section .card-title-row h3{margin:0;font-size:20px;font-weight:600;color:#262626}.dashboard-page .cash-flow-section .card-title-row .custom-select-wrapper{flex-shrink:0;width:auto!important;min-width:180px}.dashboard-page .cash-flow-section .cash-flow-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 0;border-bottom:1px solid #f0f0f0;margin-bottom:24px}@media(max-width:992px){.dashboard-page .cash-flow-section .cash-flow-stats{grid-template-columns:repeat(2,1fr)}}.dashboard-page .cash-flow-section .cash-flow-stats .stat-item{display:flex;flex-direction:column;gap:8px}.dashboard-page .cash-flow-section .cash-flow-stats .stat-item .date-label,.dashboard-page .cash-flow-section .cash-flow-stats .stat-item .stat-label{font-size:12px;color:#8c8c8c;font-weight:500}.dashboard-page .cash-flow-section .cash-flow-stats .stat-item .amount{font-size:18px;font-weight:600;color:#262626}.dashboard-page .cash-flow-section .cash-flow-stats .stat-item .amount.positive{color:#59d161}.dashboard-page .cash-flow-section .cash-flow-stats .stat-item .amount.negative{color:#ff6b6b}.dashboard-page .income-expense-section,.dashboard-page .top-expenses-section{border-radius:16px;box-shadow:0 2px 12px #0000000f;height:100%}.dashboard-page .income-expense-section .ant-card-body,.dashboard-page .top-expenses-section .ant-card-body{padding:28px;height:100%;display:flex;flex-direction:column}.dashboard-page .income-expense-section .card-title-row,.dashboard-page .top-expenses-section .card-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.dashboard-page .income-expense-section .card-title-row h3,.dashboard-page .top-expenses-section .card-title-row h3{margin:0;font-size:20px;font-weight:600;color:#262626}.dashboard-page .income-expense-section .card-title-row .custom-select-wrapper,.dashboard-page .top-expenses-section .card-title-row .custom-select-wrapper{flex-shrink:0;width:auto!important;min-width:180px}.dashboard-page .income-expense-section .chart-summary,.dashboard-page .top-expenses-section .chart-summary{display:flex;justify-content:center;gap:48px;margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}@media(max-width:576px){.dashboard-page .income-expense-section .chart-summary,.dashboard-page .top-expenses-section .chart-summary{flex-direction:column;gap:16px}}.dashboard-page .income-expense-section .chart-summary .summary-item,.dashboard-page .top-expenses-section .chart-summary .summary-item{display:flex;align-items:center;gap:10px}.dashboard-page .income-expense-section .chart-summary .summary-item .dot,.dashboard-page .top-expenses-section .chart-summary .summary-item .dot{width:14px;height:14px;border-radius:50%}.dashboard-page .income-expense-section .chart-summary .summary-item.income .dot,.dashboard-page .top-expenses-section .chart-summary .summary-item.income .dot{background:#59d161}.dashboard-page .income-expense-section .chart-summary .summary-item.expense .dot,.dashboard-page .top-expenses-section .chart-summary .summary-item.expense .dot{background:#ff6b6b}.dashboard-page .income-expense-section .chart-summary .summary-item .label,.dashboard-page .top-expenses-section .chart-summary .summary-item .label{font-size:14px;color:#595959;font-weight:500}.dashboard-page .income-expense-section .chart-summary .summary-item .value,.dashboard-page .top-expenses-section .chart-summary .summary-item .value{font-size:16px;font-weight:600;color:#262626;margin-left:8px}.dashboard-page .top-expenses-section .expenses-content-wrapper{display:flex;flex-direction:column;flex:1}.dashboard-page .top-expenses-section .expenses-legend{margin-top:24px;display:flex;flex-direction:column;gap:12px}.dashboard-page .top-expenses-section .expenses-legend .legend-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fafafa;border-radius:8px;transition:all .2s ease}.dashboard-page .top-expenses-section .expenses-legend .legend-item:hover{background:#f0f0f0;transform:translate(4px)}.dashboard-page .top-expenses-section .expenses-legend .legend-item .dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dashboard-page .top-expenses-section .expenses-legend .legend-item .category{flex:1;font-size:14px;color:#595959;font-weight:500}.dashboard-page .top-expenses-section .expenses-legend .legend-item .amount{font-size:14px;font-weight:600;color:#262626}.dashboard-page .chart-card{background:#fff;border-radius:16px;overflow:hidden;border:none}.dashboard-page .custom-tooltip{background:#fff;padding:12px 16px;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px #0000001a}.dashboard-page .custom-tooltip .label{font-weight:600;color:#262626;margin-bottom:8px;font-size:13px}.dashboard-page .custom-tooltip p{margin:4px 0;font-size:13px;font-weight:500}.dashboard-page .recharts-cartesian-grid-horizontal line,.dashboard-page .recharts-cartesian-grid-vertical line{stroke:#f0f0f0}.dashboard-page .recharts-legend-wrapper{padding-top:16px!important}@media(max-width:768px){.dashboard-page{padding:16px}.dashboard-page .cash-flow-stats{grid-template-columns:1fr 1fr!important;gap:16px}.dashboard-page .card-title-row{flex-direction:column;align-items:flex-start!important;gap:12px}.dashboard-page .card-title-row .custom-select-wrapper{width:100%}.dashboard-page .financial-cards .financial-card .main-amount .amount-value{font-size:28px}}.dashboard-page .ant-spin-container{min-height:400px;display:flex;align-items:center;justify-content:center}.dashboard-page .ant-card{border:none}.dashboard-page .ant-card .ant-card-head{border-bottom:1px solid #f0f0f0}.dashboard-header-main{display:flex;justify-content:space-between;align-items:center;background-color:#fff;box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;padding:14px 20px;position:sticky;top:0;z-index:998;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:800px){.dashboard-header-main{padding:12px 16px 12px 60px;flex-wrap:nowrap}}@media(max-width:480px){.dashboard-header-main{padding:10px 12px 10px 50px}}.dashboard-header-main .main-top{flex:1;min-width:0;overflow:hidden}@media(max-width:800px){.dashboard-header-main .main-top{flex:0 1 auto;margin-bottom:0;margin-right:8px}}.dashboard-header-main .page-name-wrapper h1{font-weight:500;font-size:24px;line-height:1.2;text-transform:capitalize;color:#333!important;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:800px){.dashboard-header-main .page-name-wrapper h1{font-size:20px}}@media(max-width:480px){.dashboard-header-main .page-name-wrapper h1{font-size:18px}}.dashboard-header-main .page-name-wrapper p{font-weight:400;font-size:12px;line-height:1.5;margin:4px 0 0;color:#526187;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:800px){.dashboard-header-main .page-name-wrapper p{font-size:11px;margin-top:2px}}@media(max-width:480px){.dashboard-header-main .page-name-wrapper p{display:none}}.dashboard-header-main .actionArea{display:flex;align-items:center;flex-shrink:0;gap:12px}@media(max-width:800px){.dashboard-header-main .actionArea{gap:8px!important}}@media(max-width:480px){.dashboard-header-main .actionArea{gap:6px!important}}@media(max-width:800px){.dashboard-header-main .actionArea .search{display:none}}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper{background-color:#f5f5f5!important;border-radius:40px;min-height:44px;border:none;transition:all .3s ease}@media(max-width:800px){.dashboard-header-main .actionArea .search .ant-input-affix-wrapper{min-height:36px}}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper:focus-within{box-shadow:0 0 0 2px #52618733}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper .ant-input{background:transparent!important;font-size:14px}@media(max-width:800px){.dashboard-header-main .actionArea .search .ant-input-affix-wrapper .ant-input{font-size:13px}}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper .ant-input::placeholder{color:#999}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px}.dashboard-header-main .actionArea .search .ant-input-affix-wrapper .ant-input-prefix svg{color:#526187}.dashboard-header-main .actionArea .icon{background-color:#f5f5f5;height:39px;width:39px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s ease;flex-shrink:0}@media(max-width:800px){.dashboard-header-main .actionArea .icon{height:36px;width:36px}}@media(max-width:480px){.dashboard-header-main .actionArea .icon{height:32px;width:32px}}.dashboard-header-main .actionArea .icon:hover{background-color:#e8e8e8;transform:scale(1.05)}.dashboard-header-main .actionArea .icon:active{transform:scale(.95)}.dashboard-header-main .actionArea .icon svg{flex-shrink:0}.dashboard-header-main .actionArea .icon svg path{fill:#526187}@media(max-width:800px){.dashboard-header-main .actionArea .icon svg{width:20px;height:20px}}.dashboard-header-main .actionArea .notification-icon{position:relative}.dashboard-header-main .actionArea .notification-icon .ant-badge{display:flex;align-items:center;justify-content:center}.dashboard-header-main .actionArea .profileImage{height:44px;width:44px;flex-shrink:0;cursor:pointer;transition:all .2s ease}@media(max-width:800px){.dashboard-header-main .actionArea .profileImage{height:38px;width:38px}}@media(max-width:480px){.dashboard-header-main .actionArea .profileImage{height:34px;width:34px}}.dashboard-header-main .actionArea .profileImage:hover{transform:scale(1.05)}.dashboard-header-main .actionArea .profileImage:active{transform:scale(.95)}.dashboard-header-main .actionArea .profileImage img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #f5f5f5}.ant-dropdown .ant-dropdown-menu{min-width:180px;padding:8px;border-radius:8px;box-shadow:0 4px 12px #00000026}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:10px 12px;border-radius:6px;display:flex;align-items:center;gap:10px;transition:all .2s ease}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#f5f5f5}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{background-color:#fff1f0;color:#ff4d4f}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item svg{flex-shrink:0}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{margin:6px 0}.mobile-menu-drawer .ant-drawer-body{padding:16px}.mobile-menu-drawer .side-bar-top-section-items{display:flex;flex-direction:column;gap:16px}.mobile-menu-drawer .side-bar-top-section-items a{text-decoration:none}.mobile-menu-drawer .side-bar-top-section-items .side-bar-top-section-single-item,.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;transition:all .2s ease;cursor:pointer}.mobile-menu-drawer .side-bar-top-section-items .side-bar-top-section-single-item svg,.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item svg{flex-shrink:0}.mobile-menu-drawer .side-bar-top-section-items .side-bar-top-section-single-item p,.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item p{margin:0;font-size:15px;font-weight:500}.mobile-menu-drawer .side-bar-top-section-items .side-bar-top-section-single-item:hover,.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item:hover{background:#f5f5f5}.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item{background:#333;color:#fff}.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item p{color:#fff}.mobile-menu-drawer .side-bar-top-section-items .active-side-bar-top-section-single-item svg path{fill:#fff}.mobile-menu-drawer .side-bar-down-section{padding:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.ant-badge-count{background:#ff4d4f;font-size:11px;height:18px;min-width:18px;line-height:18px;padding:0 4px}@media(max-width:480px){.ant-badge-count{font-size:10px;height:16px;min-width:16px;line-height:16px}}.custom-select-wrapper{width:100%}.custom-select-wrapper .ant-select-single{height:45px!important}.custom-select-wrapper .ant-select{width:100%}.custom-select-wrapper .ant-select .ant-select-selector{border-radius:10px!important;border:2px solid #ededed!important;padding:8px 16px!important;background-color:#fff!important;box-shadow:none!important;font-size:14px!important;transition:all .2s ease!important}.custom-select-wrapper .ant-select .ant-select-selector .ant-select-selection-placeholder{color:#a3a3a3!important;font-size:14px!important;font-weight:600!important;line-height:16.59px!important}.custom-select-wrapper .ant-select:hover .ant-select-selector{border-color:#234b9b!important}.custom-select-wrapper .ant-select.ant-select-focused .ant-select-selector,.custom-select-wrapper .ant-select.ant-select-open .ant-select-selector{border-color:#234b9b!important;box-shadow:0 0 0 2px #234b9b33!important}.login-page{height:95vh;font-family:Poppins,sans-serif;background:url(/assets/Bg-Image-D5fo80G7.svg) no-repeat center center;background-size:cover;display:flex;justify-content:center;align-items:center;padding:20px}.login-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px}.logo-form-wrapper{flex-direction:column;align-items:center}.logo-form-wrapper .logo-container{justify-self:center;margin-top:-50px}.login-logo-img{width:150px;height:auto;display:block}.login-card-container{width:100%;padding:35px 40px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8}.login-card-container.ant-card{background:#fff!important;box-shadow:0 2px 12px #00000014!important;border:1px solid #e8e8e8!important}.login-card-container.ant-card .ant-card-body{padding:0}.login-form-container{width:100%}.login-form-container .ant-form-item{margin-bottom:20px}.login-form-container .ant-form-item-label{padding-bottom:6px}.login-form-container .ant-form-item-label>label{font-size:13px;font-weight:500;color:#333;height:auto}.login-submit-btn.ant-btn{height:44px;font-size:15px;font-weight:500;background-color:#234b9b;border-color:#234b9b;border-radius:6px;margin-top:8px}.login-submit-btn.ant-btn:hover:not(:disabled){background-color:#234b9b!important;border-color:#234b9b!important}.login-submit-btn.ant-btn:focus{background-color:#234b9b!important;border-color:#234b9b!important}.login-submit-btn.ant-btn:disabled{background-color:#9ca3af!important;border-color:#9ca3af!important}.login-footer-text{margin-top:25px;font-size:13px;color:#333;text-align:center}.login-link{color:#234b9b;text-decoration:none;font-weight:500}.login-link:hover{text-decoration:underline}.custom-input-wrapper{width:100%}.custom-input-wrapper .ant-input-group{min-height:45px}.custom-input-wrapper .ant-input-group .ant-input-group-addon{border-radius:15px 0 0 15px}.custom-input-wrapper .ant-input-group .ant-input{border-radius:0 15px 15px 0;height:45px}.custom-input-wrapper .custom-input{border-radius:10px;border:2px solid #ededed;padding:8px 16px;background-color:#fff;box-shadow:none;font-size:14px;min-height:45px;width:100%}.custom-input-wrapper .custom-input::placeholder{color:#a3a3a3;font-size:14px;font-weight:600;line-height:16.59px}.custom-input-wrapper .custom-input:focus{border-color:#234b9b;box-shadow:0 0 0 2px #1890ff33}.custom-input-wrapper .custom-input input::placeholder{color:#999;font-size:14px;font-weight:400;line-height:16.59px}.signup-page{height:95vh;font-family:Poppins,sans-serif;background:url(/assets/Bg-Image-D5fo80G7.svg) no-repeat center center;background-size:cover;display:flex;justify-content:center;align-items:center;padding:20px}.signup-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px}.signup-logo-wrapper{flex-direction:column;align-items:center}.signup-logo-wrapper .signup-logo-container{justify-self:center;margin-top:-50px}.signup-logo-img{width:150px;height:auto;display:block}.signup-logo-container{text-align:center}.signup-logo-img{width:150px;height:auto}.signup-card-container{width:100%;padding:35px 40px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;border:1px solid #e8e8e8}.signup-card-container.ant-card{background:#fff!important;box-shadow:0 2px 12px #00000014!important;border:1px solid #e8e8e8!important}.signup-card-container.ant-card .ant-card-body{padding:0}.signup-form-container{width:100%}.signup-form-container .ant-form-item{margin-bottom:20px}.signup-form-container .ant-form-item-label{padding-bottom:6px}.signup-form-container .ant-form-item-label>label{font-size:13px;font-weight:500;color:#333;height:auto}.signup-checkbox{font-size:12px;color:#333;font-family:Poppins;font-weight:500;line-height:21px;vertical-align:middle}.signup-checkbox .ant-checkbox{top:0}.signup-checkbox .ant-checkbox-inner{width:16px;height:16px;border-radius:4px;border:1px solid #d9d9d9;transition:all .3s ease}.signup-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#234b9b;border-color:#234b9b}.signup-checkbox .terms-link,.signup-checkbox .privacy-link{font-family:Poppins,sans-serif;color:#234b9b;cursor:pointer;text-decoration:underline}.signup-checkbox .terms-link:hover,.signup-checkbox .privacy-link:hover{opacity:.8}.signup-submit-btn.ant-btn{height:44px;font-size:15px;font-weight:500;background-color:#234b9b;border-color:#234b9b;margin-top:8px}.signup-submit-btn.ant-btn:hover:not(:disabled){background-color:#234b9b!important;border-color:#234b9b!important}.signup-submit-btn.ant-btn:focus{background-color:#234b9b!important;border-color:#234b9b!important}.signup-submit-btn.ant-btn:disabled{background-color:#9ca3af!important;border-color:#9ca3af!important}.signup-footer-text{margin-top:25px;font-size:13px;color:#333;text-align:center}.signup-link{color:#234b9b;text-decoration:none;font-weight:500}.signup-link:hover{text-decoration:underline}.items-page{padding:20px;background-color:#fefefe}.items-page .actionArea{padding:24px 0 19px}.items-page .filters-row{margin-bottom:35px}.items-page .filters-row .ant-row{align-items:stretch}.items-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.items-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.items-page .filters-row .filter-box .ant-input,.items-page .filters-row .filter-box .ant-select{width:100%}.items-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:left;gap:10px;margin-top:auto}.items-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.items-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.items-page .ant-card{border-radius:6px;overflow:hidden}.items-page .ant-card .ant-card-head{border-bottom:none}.items-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.items-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.items-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.items-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.items-page .status-tag.in-stock{background:#49905440;color:#499054}.items-page .status-tag.out-stock{background:#f0654826;color:#f06548}.items-page .status-tag.low-stock{background:#f7b84b33;color:#f7b84b}.items-page .actions{display:flex;gap:14px;align-items:center}.items-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.items-page .actions svg:hover{opacity:.8}.items-page .actions .view-icon{color:#1890ff}.items-page .actions .edit-icon{color:#52c41a}.items-page .actions .delete-icon{color:#ff4d4f}.primary-button-wrapper.centered{display:flex;width:100%;align-items:center;justify-content:center}.primary-button-wrapper .primary-button{padding:10px 20px;background-color:#234b9b;color:#fff;font-size:16px;font-weight:500;border-radius:9px;min-height:45px;text-transform:capitalize;cursor:pointer;border:1px solid transparent}.primary-button-wrapper .primary-button:hover{background-color:transparent;border:1px solid #234B9B;color:#234b9b;transition:all .2s}.primary-button-wrapper .primary-button[type=link]{padding:0!important;background-color:transparent;color:#234b9b;font-family:Rubik,sans-serif;font-size:14px;font-weight:600;width:fit-content!important;min-width:auto!important;border-radius:0;text-transform:capitalize;cursor:pointer;border:none;display:flex;align-items:center;gap:5px}.primary-button-wrapper .primary-button[type=link]:hover{color:#234b9b;background-color:transparent;transition:color .2s}.secondary-button{padding:10px 20px;background-color:#eee;color:#4b4b4b;font-family:Rubik,sans-serif;font-size:16px;font-weight:400;border-radius:9px;min-height:45px;cursor:pointer;text-transform:capitalize;border:1px solid #eeeeee;transition:color .2s}.secondary-button:hover{background-color:#dbdada;transition:color .2s}.secondary-button[type=link]{padding:0!important;background-color:transparent;color:#234b9b;font-family:Rubik,sans-serif;font-size:14px;font-weight:600;width:fit-content!important;min-width:auto!important;border-radius:0;text-transform:capitalize;cursor:pointer;border:none;display:flex;align-items:center;gap:5px}.secondary-button[type=link]:hover{color:#234b9b;background-color:transparent;transition:color .2s}.custom-modal .ant-modal-content{border-radius:16px;box-shadow:0 4px 12px #0000001a}.custom-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -24px;padding-left:16px}.custom-modal .ant-modal-title{font-size:18px;font-weight:600;color:#333}.custom-modal .ant-modal-body{font-size:16px;font-weight:400;color:#555;text-align:left;margin-bottom:20px}.custom-modal .ant-modal-footer{display:flex;justify-content:flex-end;gap:16px;padding:12px;border-top:none}.custom-cancel-btn{background-color:#f0f0f0;border:1px solid #d9d9d9;color:#333;border-radius:8px;padding:8px 16px;font-weight:500;transition:.3s ease}.custom-cancel-btn:hover{background-color:#e6e6e6;border-color:silver}.red-button{background-color:#ff4d4f;border:none;width:100px;border-radius:8px;padding:8px;font-weight:500;color:#fff;cursor:pointer;transition:.3s ease}.red-button:hover{background-color:#e03e3e}.custom-modal .ant-btn{font-weight:500;border-radius:8px;padding:8px 16px;width:auto}.custom-modal .ant-btn-primary{background-color:#ff4d4f;border-color:#ff4d4f;color:#fff}.custom-modal .ant-btn-primary:hover{background-color:#e03e3e;border-color:#e03e3e}.invoice-table-wrapper{width:100%;-webkit-overflow-scrolling:touch}@media(max-width:768px){.invoice-table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto}}.invoice-table{overflow:visible!important;min-width:100%}.invoice-table .ant-card{border-radius:6px;overflow:visible!important}.invoice-table .ant-card .ant-card-head{border-bottom:none}.invoice-table .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}@media(max-width:768px){.invoice-table .ant-card .ant-card-head .ant-card-head-title{font-size:18px}}.invoice-table .ant-table-wrapper{border-radius:6px;overflow:visible!important}.invoice-table .ant-table-wrapper .ant-table{border-collapse:collapse!important;table-layout:auto;width:100%}.invoice-table .ant-table-wrapper .ant-table-thead>tr>th{background:#818898!important;opacity:.7;font-weight:600;color:#fff!important;text-align:left;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;padding:12px 16px}@media(max-width:768px){.invoice-table .ant-table-wrapper .ant-table-thead>tr>th{padding:10px 12px;font-size:13px}}.invoice-table .ant-table-wrapper .ant-table-thead>tr>th:last-child{border-right:none}.invoice-table .ant-table-wrapper .ant-table-tbody>tr>td{border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;height:50px;padding:8px 16px;vertical-align:middle;word-break:break-all}@media(max-width:768px){.invoice-table .ant-table-wrapper .ant-table-tbody>tr>td{padding:8px 12px;font-size:13px;height:auto;min-height:45px}}.invoice-table .ant-table-wrapper .ant-table-tbody>tr>td:last-child{border-right:none}.invoice-table .ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none}.invoice-table .ant-table-wrapper .ant-table-container{overflow-x:visible;overflow-y:visible}@media(max-width:768px){.invoice-table .ant-table-wrapper .ant-table-container{overflow-x:auto}.invoice-table .ant-table-wrapper .ant-table-container::-webkit-scrollbar{height:8px}.invoice-table .ant-table-wrapper .ant-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.invoice-table .ant-table-wrapper .ant-table-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.invoice-table .ant-table-wrapper .ant-table-container::-webkit-scrollbar-thumb:hover{background:#555}}.invoice-table .ant-table-wrapper .ant-table-content{overflow-x:visible}@media(max-width:768px){.invoice-table .ant-table-wrapper .ant-table-content{overflow-x:auto}}.invoice-table .ant-table-wrapper .ant-table-thead>tr>th:before,.invoice-table .ant-table-wrapper .ant-table-tbody>tr>td:before{background-color:transparent!important}@media(max-width:768px){.invoice-table .ant-table-wrapper .ant-table-thead{position:sticky;top:0;z-index:2}}.invoice-table .ant-spin-nested-loading,.invoice-table .ant-spin-container{overflow:visible!important}.invoice-table .ant-empty{padding:40px 0}@media(max-width:768px){.invoice-table .ant-empty{padding:30px 0}}.invoice-table .custom-footer{padding-top:12px;font-size:16px;font-weight:500;color:#38385a;border-top:1px solid #f0f0f0}@media(max-width:768px){.invoice-table .custom-footer{font-size:14px;padding-top:10px}}.invoice-table .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px;white-space:nowrap}@media(max-width:768px){.invoice-table .status-tag{padding:6px 12px;font-size:9px;line-height:10px}}.invoice-table .status-tag.paid{background:#49905440;color:#499054}.invoice-table .status-tag.pending{background:#f0654840;color:#f06548}.invoice-table .status-tag.unpaid{background:#f7b84b40;color:#f7b84b}.invoice-table .status-tag.in-stock,.invoice-table .status-tag.approved,.invoice-table .status-tag.Successful{background:#49905440;color:#499054}.invoice-table .status-tag.out-stock,.invoice-table .status-tag.rejected,.invoice-table .status-tag.Failed{background:#ff4d4f40;color:#ff4d4f}.invoice-table .status-tag.low-stock,.invoice-table .status-tag.assigned,.invoice-table .status-tag.Pending{background:#f7b84b40;color:#f7b84b}.invoice-table .invoice-actions{display:flex;gap:16px;align-items:center;flex-wrap:nowrap}@media(max-width:768px){.invoice-table .invoice-actions{gap:12px}}.invoice-table .invoice-actions .action-btn{display:flex;flex-direction:column;align-items:center;font-size:14px;cursor:pointer;transition:all .2s ease;padding:4px;border-radius:4px;min-width:40px}@media(max-width:768px){.invoice-table .invoice-actions .action-btn{min-width:35px;padding:3px}}.invoice-table .invoice-actions .action-btn svg{font-size:18px}@media(max-width:768px){.invoice-table .invoice-actions .action-btn svg{font-size:16px}}.invoice-table .invoice-actions .action-btn:hover{opacity:.8;background:#0000000a}.invoice-table .invoice-actions .action-btn:active{transform:scale(.95)}.invoice-table .invoice-actions .action-btn.view,.invoice-table .invoice-actions .action-btn.view-icon{color:#1890ff}.invoice-table .invoice-actions .action-btn.pdf{color:#8c8c8c}.invoice-table .invoice-actions .action-btn.delete{color:#ff4d4f}.invoice-table .invoice-actions .action-btn .action-label{font-size:10px;font-weight:500;margin-top:2px;white-space:nowrap}@media(max-width:768px){.invoice-table .invoice-actions .action-btn .action-label{font-size:8px;margin-top:1px}}@media(max-width:768px){.invoice-table .ant-table-cell-fix-right{background:#fff;box-shadow:-2px 0 8px #0000000f}}.moduleBody .ant-card{overflow:visible!important}.moduleBody .ant-card .ant-card-body{overflow:visible!important;padding:24px}@media(max-width:768px){.moduleBody .ant-card .ant-card-body{padding:16px}}.customerWrapper .ant-card,.invoices-page .ant-card,.requests-page .ant-card,.payment-page .ant-card,.items-page .ant-card,.customerWrapper .ant-card .ant-card-body,.invoices-page .ant-card .ant-card-body,.requests-page .ant-card .ant-card-body,.payment-page .ant-card .ant-card-body,.items-page .ant-card .ant-card-body{overflow:visible!important}@media(max-width:768px){.invoice-table-wrapper:not(:empty):after{content:"← Scroll →";position:absolute;bottom:10px;right:50%;transform:translate(50%);background:#0009;color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;pointer-events:none;opacity:0;animation:fadeInOut 3s ease-in-out}}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.item-form-container{background:transparent;padding:25px}.item-form-container .item-form .top-section{background:#fff;border:1px solid #eee;border-radius:8px;padding:20px 25px;margin-bottom:20px}.item-form-container .item-form .top-section .ant-form-item{margin-bottom:0}.item-form-container .item-form .top-section label{font-weight:500;color:#444;font-size:13px;margin-bottom:6px}.item-form-container .item-form .tabs-container .ant-tabs-nav-list{display:inline-flex!important}.item-form-container .item-form .tabs-container .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.item-form-container .item-form .tabs-container .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.item-form-container .item-form .tabs-container .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.item-form-container .item-form .tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.item-form-container .item-form .tabs-container .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.item-form-container .item-form .tabs-container .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.item-form-container .item-form .tabs-container .ant-tabs-content-holder{background:#fff!important;border:1px solid #e6e6e6!important;border-top:none!important;padding:25px!important;color:#526187!important}.item-form-container .item-form .tabs-container .ant-tabs-ink-bar{display:none!important}.item-form-container .item-form .tabs-container .ant-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.item-form-container .item-form .tabs-container .ant-card-body{padding:0!important}.item-form-container .item-form .form-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 25px}@media(max-width:768px){.item-form-container .item-form .top-section,.item-form-container .item-form .tabs-container,.item-form-container .item-form .form-actions{padding:15px}}.create-vat-modal .ant-modal-content{border-radius:16px}.create-vat-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.create-vat-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.create-vat-modal .ant-modal-body{padding-top:20px}.create-vat-modal .ant-modal-body .ant-form-item{margin-bottom:12px}.create-vat-modal .ant-modal-body .ant-form-item .ant-form-item-label>label{font-weight:500;color:#526187}.create-vat-modal .ant-modal-body .ant-form-item .ant-input{border-radius:4px;padding:4px 8px}.create-vat-modal .ant-modal-body .ant-form-item .ant-input:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.create-vat-modal .ant-modal-footer{border-top:none}.create-vat-modal .ant-modal-footer .ant-btn{border-radius:4px;padding:4px 12px}.create-vat-modal .ant-modal-footer .ant-btn-default{color:#333;border-color:#d9d9d9}.create-vat-modal .ant-modal-footer .ant-btn-primary{background:#1890ff;border-color:#1890ff}.create-vat-modal .ant-modal-footer .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.unsaved-changes-modal .ant-modal-content{border-radius:8px;padding:24px}.unsaved-changes-modal .modal-content{text-align:center}.unsaved-changes-modal .modal-content .icon-container{margin-bottom:16px}.unsaved-changes-modal .modal-content .icon-container .warning-icon{font-size:48px;color:#faad14}.unsaved-changes-modal .modal-content .modal-title{font-size:18px;font-weight:600;color:#262626;margin-bottom:8px}.unsaved-changes-modal .modal-content .modal-message{font-size:14px;color:#595959;margin-bottom:24px}.unsaved-changes-modal .modal-content .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 25px}.unsaved-changes-modal .modal-content .modal-actions button{flex:1;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;outline:none}.unsaved-changes-modal .modal-content .modal-actions button.btn-stay{background-color:#1890ff;color:#fff}.unsaved-changes-modal .modal-content .modal-actions button.btn-stay:hover{background-color:#40a9ff}.unsaved-changes-modal .modal-content .modal-actions button.btn-leave{background-color:#f5f5f5;color:#595959;border:1px solid #d9d9d9}.unsaved-changes-modal .modal-content .modal-actions button.btn-leave:hover{background-color:#e6e6e6;border-color:#bfbfbf}.customerWrapper{padding:24px;max-width:100%;overflow-x:hidden;background-color:#fefefe}@media(max-width:768px){.customerWrapper{padding:16px}}@media(max-width:480px){.customerWrapper{padding:12px}}@media(max-width:768px){.customerWrapper .filter-card .ant-card-body{padding:16px}}@media(max-width:768px){.customerWrapper .filter-card .filter-buttons{width:100%}.customerWrapper .filter-card .filter-buttons button{flex:1}}.customerWrapper .actionArea{padding:24px 0 19px}@media(max-width:768px){.customerWrapper .actionArea{padding:16px 0;flex-direction:column;align-items:flex-start}}@media(max-width:480px){.customerWrapper .actionArea{padding:12px 0}.customerWrapper .actionArea .entries-selector{width:100%;justify-content:flex-start}.customerWrapper .actionArea button{width:100%}}.customerWrapper .customer-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap!important}@media(max-width:768px){.customerWrapper .customer-actions{gap:8px}}.customerWrapper .customer-actions .action-icon{cursor:pointer;transition:all .2s ease;padding:4px;border-radius:4px}.customerWrapper .customer-actions .action-icon:hover{opacity:.7;background:#0000000a}.customerWrapper .customer-actions .action-icon:active{transform:scale(.95)}.customerWrapper .customer-actions .action-icon.edit,.customerWrapper .customer-actions .action-icon.delete{width:18px;height:18px}@media(max-width:768px){.customerWrapper .customer-actions .action-icon.edit,.customerWrapper .customer-actions .action-icon.delete{width:16px;height:16px}}.customerWrapper .customer-actions .action-icon.view{font-size:18px;color:#1890ff}@media(max-width:768px){.customerWrapper .customer-actions .action-icon.view{font-size:16px}}@media(max-width:768px){.customerWrapper .customer-actions .ant-switch{min-width:36px}}.customerWrapper .ant-card{border-radius:6px;overflow:hidden}.customerWrapper .ant-card .ant-card-head{border-bottom:none}.customerWrapper .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.customerWrapper .status-tag{display:inline-block;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:700;text-transform:capitalize;line-height:1.2;white-space:nowrap}@media(max-width:768px){.customerWrapper .status-tag{padding:5px 10px;font-size:10px}}.customerWrapper .status-tag.in-stock{background:#49905440;color:#499054}.customerWrapper .status-tag.out-stock{background:#f0654826;color:#f06548}.customerWrapper .status-tag.low-stock{background:#f7b84b33;color:#f7b84b}@media(max-width:768px){.customerWrapper .ant-card .ant-card-body{padding:16px}}@media(max-width:480px){.customerWrapper .ant-card .ant-card-body{padding:12px}}.customerWrapper .ant-form-vertical .ant-form-item{margin-bottom:16px}@media(max-width:768px){.customerWrapper .ant-form-vertical .ant-form-item{margin-bottom:12px}}@media(max-width:768px){.customerWrapper .ant-form-vertical .ant-form-item-label>label{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-btn{padding:4px 12px;font-size:13px;height:auto}}@media(max-width:768px){.customerWrapper .ant-select .ant-select-selector{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-input{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-tooltip{font-size:12px}}.createCustomerWrapper{padding:24px}.customer-tabs-container .ant-tabs-nav-list{display:inline-flex!important}.customer-tabs-container .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.customer-tabs-container .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.customer-tabs-container .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.customer-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.customer-tabs-container .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.customer-tabs-container .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.customer-tabs-container .ant-tabs-content-holder{background:#fff!important;border:1px solid #e6e6e6!important;border-top:none!important;padding:25px!important;color:#526187!important}.customer-tabs-container .ant-tabs-ink-bar{display:none!important}.customer-tabs-container .ant-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.customer-tabs-container .ant-card-body{padding:0!important}.payment-terms-modal .terms-content{padding:16px 0}.payment-terms-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.payment-terms-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.payment-terms-modal .ant-modal-content{border-radius:10px}.payment-terms-modal .ant-table-wrapper{overflow-x:hidden}.payment-terms-modal .modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.payment-terms-modal .actions{display:flex;gap:12px}.payment-terms-modal .default-badge{background-color:#d9ead3;color:#389e0d;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.payment-terms-modal .error-text{color:#ff4d4f;font-size:12px;margin-top:4px}.invoices-page{padding:20px;background-color:#fefefe}.invoices-page .summary-cards{margin-bottom:20px}.invoices-page .summary-cards .stats-card{height:80px;border-radius:10px;display:flex;align-items:center;box-shadow:0 2px 8px #0000000d}.invoices-page .summary-cards .stats-card .stats-content{display:flex;align-items:center;gap:12px;width:100%}.invoices-page .summary-cards .stats-card .stats-content .icon-circle{width:40px;height:40px;border-radius:50%;background-color:#118bdd;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}.invoices-page .summary-cards .stats-card .stats-content .stats-text{display:flex;flex-direction:column;justify-content:center}.invoices-page .summary-cards .stats-card .stats-content .stats-text h3{margin:0;font-size:18px;font-weight:500;color:#1a1a1a;line-height:1.2}.invoices-page .summary-cards .stats-card .stats-content .stats-text p{margin:0;font-size:13px;color:#526187}.invoices-page .filter-section{margin:20px 0}.invoices-page .filter-section .filter-label{font-weight:600;font-size:14px;color:#333;margin-bottom:8px}.invoices-page .filter-section .filters-left,.invoices-page .filter-section .filters-right{display:flex;align-items:center}.invoices-page .filter-section .filters-left .ant-select-single{height:35px}.invoices-page .filter-section .filters-left .ant-select-selector{border-radius:4px;font-size:12px}.invoices-page .filter-section .filters-left .filter-controls{display:flex;align-items:center;gap:10px}.invoices-page .filter-section .filters-left .filter-controls .filter-btn{border-radius:4px;padding:2px 12px;font-size:12px;font-weight:400;height:35px;width:100px;border:1px solid #d9d9d9;background-color:#fff;color:#333;cursor:pointer;transition:all .2s ease}.invoices-page .filter-section .filters-left .filter-controls .filter-btn:hover:not(.active){background-color:#4ca9ee;color:#fff;border-color:#4ca9ee}.invoices-page .filter-section .filters-left .filter-controls .filter-btn.active{background-color:#0766c2;color:#fff!important;cursor:default}@media(max-width:768px){.invoices-page .filter-section .filter-buttons{width:100%}.invoices-page .filter-section .filter-buttons button{flex:1}}.invoices-page .filter-section .filters-right{justify-content:flex-end}.invoices-page .filter-section .filters-right .create-btn{border-radius:10px;height:45px;width:110px;padding:0 14px;font-weight:500}.invoices-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.invoices-page .status-tag.paid{background:#49905440;color:#499054}.invoices-page .status-tag.partial{background:#1677ff26;color:#1677ff}.invoices-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.invoices-page .status-tag.unpaid{background:#f0654826;color:#f06548}.invoices-page .ant-card{border-radius:6px;overflow:hidden}.invoices-page .ant-card .ant-card-head{border-bottom:none}.invoices-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.invoices-page .invoice-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.invoices-page .invoice-actions svg{font-size:18px;cursor:pointer;transition:color .2s ease}.invoices-page .invoice-actions svg:hover{opacity:.8}.invoices-page .invoice-actions .view-icon{color:#1890ff}.invoices-page .invoice-actions .pdf-action{display:flex;flex-direction:column;align-items:center;gap:2px}.invoices-page .invoice-actions .pdf-action .pdf-icon{color:#8c8c8c;font-size:18px}.invoices-page .invoice-actions .pdf-action .pdf-text{font-size:10px;color:#8c8c8c;font-weight:500}.invoices-page .invoice-actions .delete-icon{color:#ff4d4f}@media(max-width:1024px){.invoices-page .summary-cards .stats-card{width:calc(50% - 12px);height:auto;min-height:70px}.invoices-page .filter-section{flex-direction:column;align-items:flex-start;gap:12px}.invoices-page .filter-section .filters-left,.invoices-page .filter-section .filters-right{width:100%;justify-content:flex-start}}@media(max-width:768px){.invoices-page{padding:12px}.invoices-page .summary-cards{flex-direction:column}.invoices-page .summary-cards .stats-card{width:100%}.invoices-page .filter-section .filter-controls{flex-wrap:wrap;gap:8px}.invoices-page .filter-section .filter-controls .filter-btn{flex:1 1 48%;max-width:48%}.invoices-page .filter-section .filters-right .create-btn{width:100%}.invoices-page .ant-card .ant-card-head-title{font-size:18px}.invoices-page .invoice-actions{gap:12px}.invoices-page .invoice-actions .pdf-action .pdf-text{font-size:9px}}.invoice-form-page .add-new-option{color:#234b9b!important}.custom-datepicker-wrapper{width:100%}.custom-datepicker-wrapper .ant-picker{border-radius:10px;border:2px solid #ededed;padding:8px 16px;background-color:#fff;box-shadow:none;font-size:14px;min-height:45px;width:100%;transition:border-color .2s,box-shadow .2s}.custom-datepicker-wrapper .ant-picker::placeholder,.custom-datepicker-wrapper .ant-picker .ant-picker-input>input::placeholder{color:#a3a3a3;font-size:14px;font-weight:600;line-height:16.59px}.custom-datepicker-wrapper .ant-picker:focus,.custom-datepicker-wrapper .ant-picker.ant-picker-focused{border-color:#234b9b;box-shadow:0 0 0 2px #1890ff33}.custom-datepicker-wrapper .ant-picker.ant-picker-range{min-height:45px}.custom-datepicker-wrapper .ant-picker-input>input::placeholder{color:#999;font-size:14px;font-weight:400;line-height:16.59px}.create-item-modal .ant-modal-content{border-radius:8px}.create-item-modal .form-item-main{display:flex;align-items:center;gap:20px}.create-item-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.create-item-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.create-item-modal .customer-tabs-container .ant-tabs-nav-list{display:inline-flex!important}.create-item-modal .customer-tabs-container .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.create-item-modal .customer-tabs-container .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.create-item-modal .customer-tabs-container .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.create-item-modal .customer-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.create-item-modal .customer-tabs-container .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.create-item-modal .customer-tabs-container .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.create-item-modal .customer-tabs-container .ant-tabs-content-holder{background:#fff!important;border:1px solid #e6e6e6!important;border-top:none!important;padding:25px!important;color:#526187!important}.create-item-modal .customer-tabs-container .ant-tabs-ink-bar{display:none!important}.create-item-modal .customer-tabs-container .ant-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.create-item-modal .customer-tabs-container .ant-card-body{padding:0!important}.create-item-modal .ant-modal-footer{border-top:none}.create-item-modal .ant-modal-footer .ant-btn{border-radius:4px;padding:4px 12px}.create-item-modal .ant-modal-footer .ant-btn-default{color:#333;border-color:#d9d9d9}.create-item-modal .ant-modal-footer .ant-btn-primary{background:#1890ff;border-color:#1890ff}.create-item-modal .ant-modal-footer .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.create-salesperson-modal .ant-modal-content{border-radius:16px}.create-salesperson-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.create-salesperson-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.create-salesperson-modal .status-tag{display:inline-block;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:700;text-transform:capitalize;line-height:1.2;white-space:nowrap}@media(max-width:768px){.create-salesperson-modal .status-tag{padding:5px 10px;font-size:10px}}.create-salesperson-modal .status-tag.active{background:#49905440;color:#499054}.create-salesperson-modal .status-tag.Inactive{background:#f0654826;color:#f06548}.create-salesperson-modal .ant-modal-body{padding-top:20px}.create-salesperson-modal .ant-modal-body .ant-form-item{margin-bottom:12px}.create-salesperson-modal .ant-modal-body .ant-form-item .ant-form-item-label>label{font-weight:500;color:#526187}.create-salesperson-modal .ant-modal-footer{border-top:none}.create-salesperson-modal .ant-modal-footer .ant-btn{border-radius:4px;padding:4px 12px}.create-salesperson-modal .ant-modal-footer .ant-btn-default{color:#333;border-color:#d9d9d9}.create-salesperson-modal .ant-modal-footer .ant-btn-primary{background:#1890ff;border-color:#1890ff}.create-salesperson-modal .ant-modal-footer .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.debit-notes-page{padding:20px;background-color:#fefefe}.debit-notes-page .actionArea{padding:24px 0 19px}.debit-notes-page .filters-row{margin-bottom:35px}.debit-notes-page .filters-row .ant-row{align-items:stretch}.debit-notes-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.debit-notes-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.debit-notes-page .filters-row .filter-box .ant-input,.debit-notes-page .filters-row .filter-box .ant-select{width:100%}.debit-notes-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.debit-notes-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.debit-notes-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.debit-notes-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.debit-notes-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.debit-notes-page .ant-card{border-radius:6px;overflow:hidden}.debit-notes-page .ant-card .ant-card-head{border-bottom:none}.debit-notes-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.debit-notes-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.debit-notes-page .status-tag.refunded{background:#49905440;color:#499054}.debit-notes-page .status-tag.rejected{background:#f0654826;color:#f06548}.debit-notes-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.debit-notes-page .action-icon{cursor:pointer}.debit-notes-page .actions{display:flex;gap:14px;align-items:center}.debit-notes-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.debit-notes-page .actions svg:hover{opacity:.8}.debit-notes-page .actions .approve-btn,.debit-notes-page .actions .reject-btn,.debit-notes-page .actions .delete-btn{background:transparent;border:none;color:inherit}.debit-notes-page .actions .approve-btn{color:#389e0d}.debit-notes-page .actions .reject-btn{color:#cf1322}.debit-notes-page .actions .delete-btn{color:#ff4d4f}.invoice-number-modal .ant-modal-content{border-radius:8px}.invoice-number-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.invoice-number-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.invoice-number-modal .ant-modal-body{padding-top:10px}.invoice-number-modal .ant-modal-body p{color:#000;margin-bottom:16px}.invoice-number-modal .ant-modal-body .ant-radio-group .ant-radio-wrapper{margin-right:16px;color:#000}.invoice-number-modal .ant-modal-body .auto-generate-fields{display:flex;gap:20px;margin-top:16px}.invoice-number-modal .ant-modal-body .auto-generate-fields .ant-form-item{margin-bottom:12px}.invoice-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-form-item-label>label{font-weight:500;color:#526187}.invoice-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-input{border-radius:4px;padding:4px 8px}.invoice-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-input:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.invoice-number-modal .ant-modal-footer{border-top:none}.invoice-number-modal .ant-modal-footer .ant-btn{border-radius:4px;padding:4px 12px}.invoice-number-modal .ant-modal-footer .ant-btn-default{color:#333;border-color:#d9d9d9}.invoice-number-modal .ant-modal-footer .ant-btn-primary{background:#1890ff;border-color:#1890ff}.invoice-number-modal .ant-modal-footer .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.recurring-invoices-page{padding:20px;background-color:#fefefe}.recurring-invoices-page .summary-cards{margin-bottom:20px}.recurring-invoices-page .summary-cards .stats-card{height:80px;border-radius:10px;display:flex;align-items:center;box-shadow:0 2px 8px #0000000d}.recurring-invoices-page .summary-cards .stats-card .stats-content{display:flex;align-items:center;gap:12px;width:100%}.recurring-invoices-page .summary-cards .stats-card .stats-content .icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;flex-shrink:0}.recurring-invoices-page .summary-cards .stats-card .stats-content .stats-text{display:flex;flex-direction:column;justify-content:center}.recurring-invoices-page .summary-cards .stats-card .stats-content .stats-text p{margin:0;font-size:14px;font-weight:500;color:#333}.recurring-invoices-page .actionArea{margin:20px 0;align-items:center}.recurring-invoices-page .action-section{margin:20px 0}.recurring-invoices-page .ant-card{border-radius:6px;overflow:hidden}.recurring-invoices-page .ant-card .ant-card-head{border-bottom:none}.recurring-invoices-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.recurring-invoices-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.recurring-invoices-page .status-tag.active{background:#49905440;color:#499054}.recurring-invoices-page .status-tag.paused{background:#f7b84b33;color:#f7b84b}.recurring-invoices-page .status-tag.expired{background:#f0654826;color:#f06548}.recurring-invoices-page .invoice-actions{display:flex;gap:16px}.recurring-invoices-page .invoice-actions .action-icon{width:20px;height:20px;cursor:pointer;transition:opacity .2s ease}.recurring-invoices-page .invoice-actions .action-icon:hover{opacity:.7}@media(max-width:1024px){.recurring-invoices-page .summary-cards .stats-card{width:calc(50% - 12px);height:auto;min-height:70px}}@media(max-width:768px){.recurring-invoices-page{padding:12px}.recurring-invoices-page .summary-cards{flex-direction:column}.recurring-invoices-page .summary-cards .stats-card,.recurring-invoices-page .action-section button{width:100%}.recurring-invoices-page .ant-card .ant-card-head-title{font-size:18px}.recurring-invoices-page .invoice-actions{gap:12px}.recurring-invoices-page .invoice-actions .action-icon{width:18px;height:18px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.recurring-invoice-form-page{padding:24px}.recurring-invoice-form-page .items-section{margin-top:20px!important;border-radius:6px;overflow:hidden}.recurring-invoice-form-page .items-section .items-table{display:flex;flex-direction:column}.recurring-invoice-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.recurring-invoice-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.recurring-invoice-form-page .items-section .delete-btn{text-align:center;color:red;font-size:24px;cursor:pointer;font-weight:700}.recurring-invoice-form-page .items-section .delete-btn:hover{color:#8b0000}.recurring-invoice-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px;border-top:1px solid #eee}.recurring-invoice-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.recurring-invoice-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.recurring-invoice-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.recurring-invoice-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.recurring-invoice-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.recurring-invoice-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.recurring-invoice-form-page .bottom-section{margin-top:20px;justify-content:space-between}.recurring-invoice-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.recurring-invoice-form-page .bottom-section .ant-input{font-size:14px;border-radius:6px;height:44px;padding:6px 12px}.recurring-invoice-form-page .invoice-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}@media(max-width:768px){.recurring-invoice-form-page{padding:12px}.recurring-invoice-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.recurring-invoice-form-page .items-section .table-row.table-header{display:none}.recurring-invoice-form-page .items-section .table-row .col,.recurring-invoice-form-page .items-section .table-row .col .ant-input,.recurring-invoice-form-page .items-section .table-row .col .ant-select,.recurring-invoice-form-page .items-section .table-row .col .ant-input-number{width:100%}.recurring-invoice-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.recurring-invoice-form-page .items-section .items-actions .left-actions,.recurring-invoice-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.recurring-invoice-form-page .items-section .items-actions .ant-btn,.recurring-invoice-form-page .items-section .items-actions .btn-primary,.recurring-invoice-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.recurring-invoice-form-page .bottom-section .ant-col{margin-bottom:16px}}.add-new-option{color:#0766c2!important;font-weight:500}.add-new-option .anticon{margin-right:8px}.customerWrapper,.vendorWrapper{padding:24px;max-width:100%;overflow-x:hidden;background-color:#fefefe}@media(max-width:768px){.customerWrapper,.vendorWrapper{padding:16px}}@media(max-width:480px){.customerWrapper,.vendorWrapper{padding:12px}}.customerWrapper .filter-card,.vendorWrapper .filter-card{margin-bottom:20px}@media(max-width:768px){.customerWrapper .filter-card .ant-card-body,.vendorWrapper .filter-card .ant-card-body{padding:16px}}@media(max-width:768px){.customerWrapper .filter-card .filter-buttons,.vendorWrapper .filter-card .filter-buttons{width:100%}.customerWrapper .filter-card .filter-buttons button,.vendorWrapper .filter-card .filter-buttons button{flex:1}}.customerWrapper .actionArea,.vendorWrapper .actionArea{padding:24px 0 19px}@media(max-width:768px){.customerWrapper .actionArea,.vendorWrapper .actionArea{padding:16px 0;flex-direction:column;align-items:flex-start}}@media(max-width:480px){.customerWrapper .actionArea,.vendorWrapper .actionArea{padding:12px 0}.customerWrapper .actionArea .entries-selector,.vendorWrapper .actionArea .entries-selector{width:100%;justify-content:flex-start}.customerWrapper .actionArea button,.vendorWrapper .actionArea button{width:100%}}.customerWrapper .vendor-actions,.vendorWrapper .vendor-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){.customerWrapper .vendor-actions,.vendorWrapper .vendor-actions{gap:8px}}.customerWrapper .vendor-actions .action-icon,.vendorWrapper .vendor-actions .action-icon{cursor:pointer;transition:all .2s ease;padding:4px;border-radius:4px}.customerWrapper .vendor-actions .action-icon:hover,.vendorWrapper .vendor-actions .action-icon:hover{opacity:.7;background:#0000000a}.customerWrapper .vendor-actions .action-icon:active,.vendorWrapper .vendor-actions .action-icon:active{transform:scale(.95)}.customerWrapper .vendor-actions .action-icon.view,.vendorWrapper .vendor-actions .action-icon.view,.customerWrapper .vendor-actions .action-icon.delete,.vendorWrapper .vendor-actions .action-icon.delete{width:18px;height:18px}@media(max-width:768px){.customerWrapper .vendor-actions .action-icon.view,.vendorWrapper .vendor-actions .action-icon.view,.customerWrapper .vendor-actions .action-icon.delete,.vendorWrapper .vendor-actions .action-icon.delete{width:16px;height:16px}}.customerWrapper .vendor-actions .action-icon.edit,.vendorWrapper .vendor-actions .action-icon.edit{font-size:18px;color:#1890ff}@media(max-width:768px){.customerWrapper .vendor-actions .action-icon.edit,.vendorWrapper .vendor-actions .action-icon.edit{font-size:16px}}@media(max-width:768px){.customerWrapper .vendor-actions .ant-switch,.vendorWrapper .vendor-actions .ant-switch{min-width:36px}}.customerWrapper .status-tag,.vendorWrapper .status-tag{display:inline-block;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:700;text-transform:capitalize;line-height:1.2;white-space:nowrap}@media(max-width:768px){.customerWrapper .status-tag,.vendorWrapper .status-tag{padding:5px 10px;font-size:10px}}.customerWrapper .status-tag.in-stock,.vendorWrapper .status-tag.in-stock{background:#49905440;color:#499054}.customerWrapper .status-tag.out-stock,.vendorWrapper .status-tag.out-stock{background:#f0654826;color:#f06548}.customerWrapper .status-tag.low-stock,.vendorWrapper .status-tag.low-stock{background:#f7b84b33;color:#f7b84b}.customerWrapper .assign-icon,.vendorWrapper .assign-icon{display:flex;align-items:center;gap:20px}@media(max-width:768px){.customerWrapper .assign-icon,.vendorWrapper .assign-icon{gap:12px}}.customerWrapper .assign-icon .doc-icon,.vendorWrapper .assign-icon .doc-icon{width:18px;height:18px;cursor:pointer;transition:all .2s ease}@media(max-width:768px){.customerWrapper .assign-icon .doc-icon,.vendorWrapper .assign-icon .doc-icon{width:16px;height:16px}}.customerWrapper .assign-icon .doc-icon:hover,.vendorWrapper .assign-icon .doc-icon:hover{opacity:.7}.customerWrapper .assign-icon .doc-icon:active,.vendorWrapper .assign-icon .doc-icon:active{transform:scale(.95)}@media(max-width:768px){.customerWrapper .ant-card .ant-card-body,.vendorWrapper .ant-card .ant-card-body{padding:16px}}@media(max-width:480px){.customerWrapper .ant-card .ant-card-body,.vendorWrapper .ant-card .ant-card-body{padding:12px}}.customerWrapper .ant-form-vertical .ant-form-item,.vendorWrapper .ant-form-vertical .ant-form-item{margin-bottom:16px}@media(max-width:768px){.customerWrapper .ant-form-vertical .ant-form-item,.vendorWrapper .ant-form-vertical .ant-form-item{margin-bottom:12px}}@media(max-width:768px){.customerWrapper .ant-form-vertical .ant-form-item-label>label,.vendorWrapper .ant-form-vertical .ant-form-item-label>label{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-btn,.vendorWrapper .ant-btn{padding:4px 12px;font-size:13px;height:auto}}@media(max-width:768px){.customerWrapper .ant-select .ant-select-selector,.vendorWrapper .ant-select .ant-select-selector{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-input,.vendorWrapper .ant-input{font-size:13px}}@media(max-width:768px){.customerWrapper .ant-tooltip,.vendorWrapper .ant-tooltip{font-size:12px}}.moduleBody{overflow-x:hidden;max-width:100%}.moduleBody .ant-card,.moduleBody .ant-card .ant-card-body{overflow:visible!important}@media(max-width:768px){.ant-flex.actionArea{gap:12px!important}}@media(max-width:768px){.ant-spin-nested-loading .ant-spin-container{overflow:visible!important}}.createVendorWrapper{padding:24px}.vendor-tabs-container .ant-tabs-nav-list{display:inline-flex!important}.vendor-tabs-container .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.vendor-tabs-container .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.vendor-tabs-container .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.vendor-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.vendor-tabs-container .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.vendor-tabs-container .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.vendor-tabs-container .ant-tabs-content-holder{background:#fff!important;border:1px solid #e6e6e6!important;border-top:none!important;padding:25px!important;color:#526187!important}.vendor-tabs-container .ant-tabs-ink-bar{display:none!important}.vendor-tabs-container .ant-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.vendor-tabs-container .ant-card-body{padding:0!important}.vendor-credit-page{padding:20px;background-color:#fefefe}.vendor-credit-page .actionArea{padding:24px 0 19px}.vendor-credit-page .filters-row{margin-bottom:35px}.vendor-credit-page .filters-row .ant-row{align-items:stretch}.vendor-credit-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.vendor-credit-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.vendor-credit-page .filters-row .filter-box .ant-input,.vendor-credit-page .filters-row .filter-box .ant-select{width:100%}.vendor-credit-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.vendor-credit-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.vendor-credit-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.vendor-credit-page .ant-card{border-radius:6px;overflow:hidden}.vendor-credit-page .ant-card .ant-card-head{border-bottom:none}.vendor-credit-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.vendor-credit-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.vendor-credit-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.vendor-credit-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.vendor-credit-page .status-tag.refunded{background:#49905440;color:#499054}.vendor-credit-page .status-tag.rejected{background:#f0654826;color:#f06548}.vendor-credit-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.vendor-credit-page .action-icon{cursor:pointer}.vendor-credit-page .actions{display:flex;gap:14px;align-items:center}.vendor-credit-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.vendor-credit-page .actions svg:hover{opacity:.8}.vendor-credit-page .actions .approve-btn,.vendor-credit-page .actions .reject-btn,.vendor-credit-page .actions .delete-btn{background:transparent;border:none;color:inherit}.vendor-credit-page .actions .approve-btn{color:#389e0d}.vendor-credit-page .actions .reject-btn{color:#cf1322}.vendor-credit-page .actions .delete-btn{color:#ff4d4f}@media(max-width:768px){.items-page{padding:12px}.items-page .filter-card .filter-actions{justify-content:flex-start}.items-page .filter-card .filter-actions button{flex:1}.items-page .table-header{flex-direction:column;gap:12px}.items-page .table-header .create-btn{width:100%}}.invoice-form-page{padding:24px}.invoice-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.invoice-form-page .items-section .items-table{display:flex;flex-direction:column}.invoice-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.invoice-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.invoice-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.invoice-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.invoice-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.invoice-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.invoice-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.invoice-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.invoice-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.invoice-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.invoice-form-page .bottom-section{margin-top:20px;justify-content:space-between}.invoice-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.invoice-form-page .bottom-section .customer-note{font-size:14px;border-radius:6px;resize:none;width:345px;height:44px;padding-top:10px}.invoice-form-page .bottom-section .note-hint{font-size:10px;color:#000;line-height:125%;color:#3e3e3e}.invoice-form-page .bottom-section .total-input{font-size:14px;border-radius:6px;width:445px;height:44px;padding:6px 12px;text-align:left;font-weight:400;background-color:#fff;color:#000}@media(max-width:768px){.invoice-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.invoice-form-page .items-section .table-row.table-header{display:none}.invoice-form-page .items-section .table-row .col,.invoice-form-page .items-section .table-row .col .ant-input,.invoice-form-page .items-section .table-row .col .ant-select,.invoice-form-page .items-section .table-row .col .ant-input-number{width:100%}.invoice-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.invoice-form-page .items-section .items-actions .left-actions,.invoice-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.invoice-form-page .items-section .items-actions .ant-btn,.invoice-form-page .items-section .items-actions .btn-primary,.invoice-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.invoice-form-page .bottom-section .customer-note,.invoice-form-page .bottom-section .total-input{width:100%}}.bills-page{padding:20px;background-color:#fefefe}.bills-page .actionArea{padding:24px 0 19px}.bills-page .filters-row{margin-bottom:35px}.bills-page .filters-row .ant-row{align-items:stretch}.bills-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.bills-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.bills-page .filters-row .filter-box .ant-input,.bills-page .filters-row .filter-box .ant-select{width:100%}.bills-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.bills-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.bills-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.bills-page .ant-card{border-radius:6px;overflow:hidden}.bills-page .ant-card .ant-card-head{border-bottom:none}.bills-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.bills-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.bills-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.bills-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.bills-page .status-tag.paid{background:#49905440;color:#499054}.bills-page .status-tag.partially{background:#1677ff26;color:#1677ff}.bills-page .status-tag.cancelled{background:#f0654826;color:#f06548}.bills-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.bills-page .status-tag.unpaid{background:#ff4d4f26;color:#ff4d4f}.bills-page .action-icon{cursor:pointer;transition:all .2s}.bills-page .action-icon:hover{opacity:.7}.bills-page .actions{display:flex;gap:14px;align-items:center}.bills-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.bills-page .actions svg:hover{opacity:.8}.bills-page .actions .approve-btn,.bills-page .actions .reject-btn,.bills-page .actions .delete-btn{background:transparent;border:none;color:inherit}.bills-page .actions .approve-btn{color:#389e0d}.bills-page .actions .reject-btn{color:#cf1322}.bills-page .actions .delete-btn{color:#ff4d4f}@media(max-width:768px){.bills-page{padding:12px}.bills-page .filter-card .filter-actions{justify-content:flex-start}.bills-page .filter-card .filter-actions button{flex:1}.bills-page .table-header{flex-direction:column;gap:12px}.bills-page .table-header .create-btn{width:100%}}.bill-form-page{padding:24px}.bill-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.bill-form-page .items-section .items-table{display:flex;flex-direction:column}.bill-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;border-bottom:1px solid #eee}.bill-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.bill-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.bill-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.bill-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.bill-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.bill-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.bill-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.bill-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.bill-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.bill-form-page .bottom-section{margin-top:20px;justify-content:space-between}.bill-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.bill-form-page .bottom-section .customer-note{font-size:14px;border-radius:6px;resize:none;width:345px;height:44px;padding-top:10px}.bill-form-page .bottom-section .note-hint{font-size:10px;color:#000;line-height:125%;color:#3e3e3e}.bill-form-page .bottom-section .total-input{font-size:14px;border-radius:6px;width:445px;height:44px;padding:6px 12px;text-align:left;font-weight:400;background-color:#fff;color:#000}@media(max-width:768px){.bill-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.bill-form-page .items-section .table-row.table-header{display:none}.bill-form-page .items-section .table-row .col,.bill-form-page .items-section .table-row .col .ant-input,.bill-form-page .items-section .table-row .col .ant-select,.bill-form-page .items-section .table-row .col .ant-input-number{width:100%}.bill-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.bill-form-page .items-section .items-actions .left-actions,.bill-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.bill-form-page .items-section .items-actions .ant-btn,.bill-form-page .items-section .items-actions .btn-primary,.bill-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.bill-form-page .bottom-section .customer-note,.bill-form-page .bottom-section .total-input{width:100%}}.recurring-bills-page{padding:20px;background-color:#fefefe}.recurring-bills-page .actionArea{padding:24px 0 19px}.recurring-bills-page .filters-row{margin-bottom:35px}.recurring-bills-page .filters-row .ant-row{align-items:stretch}.recurring-bills-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.recurring-bills-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.recurring-bills-page .filters-row .filter-box .ant-input,.recurring-bills-page .filters-row .filter-box .ant-select{width:100%}.recurring-bills-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.recurring-bills-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.recurring-bills-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.recurring-bills-page .ant-card{border-radius:6px;overflow:hidden}.recurring-bills-page .ant-card .ant-card-head{border-bottom:none}.recurring-bills-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.recurring-bills-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.recurring-bills-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.recurring-bills-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.recurring-bills-page .status-tag.active{background:#49905440;color:#499054}.recurring-bills-page .status-tag.paused{background:#f7b84b33;color:#f7b84b}.recurring-bills-page .status-tag.stopped{background:#f0654826;color:#f06548}.recurring-bills-page .action-icon{cursor:pointer;transition:all .2s}.recurring-bills-page .action-icon:hover{opacity:.7}.recurring-bills-page .actions{display:flex;gap:14px;align-items:center}.recurring-bills-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.recurring-bills-page .actions svg:hover{opacity:.8}.recurring-bills-page .actions .approve-btn,.recurring-bills-page .actions .reject-btn,.recurring-bills-page .actions .delete-btn{background:transparent;border:none;color:inherit}.recurring-bills-page .actions .approve-btn{color:#389e0d}.recurring-bills-page .actions .reject-btn{color:#cf1322}.recurring-bills-page .actions .delete-btn{color:#ff4d4f}@media(max-width:768px){.recurring-bills-page{padding:12px}.recurring-bills-page .filter-card .filter-actions{justify-content:flex-start}.recurring-bills-page .filter-card .filter-actions button{flex:1}.recurring-bills-page .table-header{flex-direction:column;gap:12px}.recurring-bills-page .table-header .create-btn{width:100%}}.recurring-bill-form-page{padding:24px}.recurring-bill-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.recurring-bill-form-page .items-section .items-table{display:flex;flex-direction:column}.recurring-bill-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.recurring-bill-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.recurring-bill-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.recurring-bill-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.recurring-bill-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.recurring-bill-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.recurring-bill-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.recurring-bill-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.recurring-bill-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.recurring-bill-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.recurring-bill-form-page .bottom-section{margin-top:20px;justify-content:space-between}.recurring-bill-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.recurring-bill-form-page .bottom-section .customer-note{font-size:14px;border-radius:6px;resize:none;width:345px;height:44px;padding-top:10px}.recurring-bill-form-page .bottom-section .note-hint{font-size:10px;color:#000;line-height:125%;color:#3e3e3e}.recurring-bill-form-page .bottom-section .total-input{font-size:14px;border-radius:6px;width:445px;height:44px;padding:6px 12px;text-align:left;font-weight:400;background-color:#fff;color:#000}.recurring-bill-form-page .ant-checkbox-wrapper{font-size:14px;color:#526187}@media(max-width:768px){.recurring-bill-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.recurring-bill-form-page .items-section .table-row.table-header{display:none}.recurring-bill-form-page .items-section .table-row .col,.recurring-bill-form-page .items-section .table-row .col .ant-input,.recurring-bill-form-page .items-section .table-row .col .ant-select,.recurring-bill-form-page .items-section .table-row .col .ant-input-number{width:100%}.recurring-bill-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.recurring-bill-form-page .items-section .items-actions .left-actions,.recurring-bill-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.recurring-bill-form-page .items-section .items-actions .ant-btn,.recurring-bill-form-page .items-section .items-actions .btn-primary,.recurring-bill-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.recurring-bill-form-page .bottom-section .customer-note,.recurring-bill-form-page .bottom-section .total-input{width:100%}}.loader-container{display:flex;justify-content:center;align-items:center;min-height:400px}.sales-receipts-page{padding:20px;background-color:#fefefe}.sales-receipts-page .ant-card{border-radius:6px;overflow:hidden;margin-bottom:20px}.sales-receipts-page .ant-card .ant-card-head{border-bottom:none}.sales-receipts-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.sales-receipts-page .actionArea{margin:20px 0;align-items:center}.sales-receipts-page .status-tag{display:inline-block;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:700;text-transform:capitalize;line-height:1.2;white-space:nowrap}@media(max-width:768px){.sales-receipts-page .status-tag{padding:5px 10px;font-size:10px}}.sales-receipts-page .status-tag.paid{background:#49905440;color:#499054}.sales-receipts-page .status-tag.out-stock{background:#f0654826;color:#f06548}.sales-receipts-page .status-tag.low-stock{background:#f7b84b33;color:#f7b84b}.sales-receipts-page .invoice-actions{display:flex;gap:16px}.sales-receipts-page .invoice-actions svg{font-size:18px;cursor:pointer;transition:color .2s ease}.sales-receipts-page .invoice-actions svg:hover{opacity:.8}.sales-receipts-page .invoice-actions .action-icon:hover{opacity:.8}@media(max-width:768px){.sales-receipts-page{padding:12px}.sales-receipts-page .ant-card .ant-card-head-title{font-size:18px}.sales-receipts-page .actionArea{flex-direction:column;align-items:flex-start;gap:12px}.sales-receipts-page .actionArea>div{width:100%}}.receipt-number-modal .ant-modal-content{border-radius:8px}.receipt-number-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.receipt-number-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.receipt-number-modal .ant-modal-body{padding-top:10px}.receipt-number-modal .ant-modal-body p{color:#000;margin-bottom:16px}.receipt-number-modal .ant-modal-body .ant-radio-group .ant-radio-wrapper{margin-right:16px;color:#000}.receipt-number-modal .ant-modal-body .auto-generate-fields{display:flex;gap:20px;margin-top:16px}.receipt-number-modal .ant-modal-body .auto-generate-fields .ant-form-item{margin-bottom:12px}.receipt-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-form-item-label>label{font-weight:500;color:#526187}.receipt-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-input{border-radius:4px;padding:4px 8px}.receipt-number-modal .ant-modal-body .auto-generate-fields .ant-form-item .ant-input:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.receipt-number-modal .ant-modal-footer{border-top:none}.receipt-number-modal .ant-modal-footer .ant-btn{border-radius:4px;padding:4px 12px}.receipt-number-modal .ant-modal-footer .ant-btn-default{color:#333;border-color:#d9d9d9}.receipt-number-modal .ant-modal-footer .ant-btn-primary{background:#1890ff;border-color:#1890ff}.receipt-number-modal .ant-modal-footer .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.receipt-form-page{padding:24px}.receipt-form-page .add-new-option{color:#234b9b!important}.receipt-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.receipt-form-page .items-section .items-table{display:flex;flex-direction:column}.receipt-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.receipt-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.receipt-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.receipt-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.receipt-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.receipt-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.receipt-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.receipt-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.receipt-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.receipt-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.receipt-form-page .bottom-section{margin-top:20px;justify-content:space-between}.receipt-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.receipt-form-page .bottom-section .ant-form-item{margin-bottom:16px}.receipt-form-page .bottom-section .ant-input,.receipt-form-page .bottom-section .ant-input-number{border-radius:6px;height:44px}.receipt-form-page .bottom-section textarea.ant-input{height:auto;min-height:80px;padding-top:10px;resize:none}@media(max-width:768px){.receipt-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.receipt-form-page .items-section .table-row.table-header{display:none}.receipt-form-page .items-section .table-row .col,.receipt-form-page .items-section .table-row .col .ant-input,.receipt-form-page .items-section .table-row .col .ant-select,.receipt-form-page .items-section .table-row .col .ant-input-number{width:100%}.receipt-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.receipt-form-page .items-section .items-actions .left-actions,.receipt-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.receipt-form-page .items-section .items-actions .ant-btn,.receipt-form-page .items-section .items-actions .btn-primary,.receipt-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.receipt-form-page .bottom-section .ant-col{width:100%}}.expenses-page{padding:20px;background-color:#fefefe}.expenses-page .ant-card{border-radius:6px;overflow:hidden;margin-bottom:20px}.expenses-page .ant-card .ant-card-head{border-bottom:none}.expenses-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.expenses-page .actionArea{margin:20px 0;align-items:center}.expenses-page .invoice-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.expenses-page .invoice-actions svg{font-size:18px;cursor:pointer;transition:color .2s ease}.expenses-page .invoice-actions svg:hover{opacity:.8}.expenses-page .invoice-actions .action-icon:hover{opacity:.8}@media(max-width:768px){.expenses-page{padding:12px}.expenses-page .ant-card .ant-card-head-title{font-size:18px}.expenses-page .actionArea{flex-direction:column;align-items:flex-start;gap:12px}.expenses-page .actionArea>div{width:100%}}.expense-form-page{padding:24px}.expense-form-page .expense-tabs .ant-tabs-nav-list{display:inline-flex!important}.expense-form-page .expense-tabs .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.expense-form-page .expense-tabs .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.expense-form-page .expense-tabs .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.expense-form-page .expense-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.expense-form-page .expense-tabs .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.expense-form-page .expense-tabs .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.expense-form-page .expense-tabs .ant-tabs-content-holder{background:#fff!important;border:1px solid #e6e6e6!important;border-top:none!important;padding:25px!important;color:#526187!important}.expense-form-page .expense-tabs .ant-tabs-ink-bar{display:none!important}.expense-form-page .expense-tabs .ant-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.expense-form-page .expense-tabs .ant-card-body{padding:0!important}.expense-form-page .ant-form-item{margin-bottom:16px}.expense-form-page .ant-input,.expense-form-page .ant-input-number,.expense-form-page .ant-picker{border-radius:6px;height:44px}.expense-form-page textarea.ant-input{height:auto;min-height:80px;padding-top:10px;resize:none}.expense-form-page .ant-radio-group .ant-radio-wrapper{margin-right:16px}.expense-form-page .bulk-expenses-section .ant-table-wrapper{margin-bottom:16px}.expense-form-page .bulk-expenses-section .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.expense-form-page .bulk-expenses-section .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}@media(max-width:768px){.expense-form-page{padding:12px}.expense-form-page .expense-tabs .ant-tabs-nav{padding:0 8px}.expense-form-page .expense-tabs .ant-tabs-nav .ant-tabs-tab{padding:12px 16px;font-size:14px}.expense-form-page .expense-tabs .ant-tabs-content{padding:16px}.expense-form-page .ant-col{width:100%}}.payments-page{padding:20px;background-color:#fefefe}.payments-page .actionArea{padding:24px 0 19px}.payments-page .filters-row{margin-bottom:35px}.payments-page .filters-row .ant-row{align-items:stretch}.payments-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.payments-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.payments-page .filters-row .filter-box .ant-input,.payments-page .filters-row .filter-box .ant-select{width:100%}.payments-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.payments-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.payments-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.payments-page .ant-card{border-radius:6px;overflow:hidden}.payments-page .ant-card .ant-card-head{border-bottom:none}.payments-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.payments-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.payments-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.payments-page .ant-tag{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.payments-page .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.payments-page .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.payments-page .ant-table-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.payments-page .ant-table-body::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.payments-page{padding:12px}.payments-page .filter-card .filter-actions{justify-content:flex-start}.payments-page .filter-card .filter-actions button{flex:1}.payments-page .table-header{flex-direction:column;gap:12px}.payments-page .table-header .create-btn{width:100%}}.payments-made-page{padding:20px;background-color:#fefefe}.payments-made-page .actionArea{padding:24px 0 19px}.payments-made-page .filters-row{margin-bottom:35px}.payments-made-page .filters-row .ant-row{align-items:stretch}.payments-made-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.payments-made-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.payments-made-page .filters-row .filter-box .ant-input,.payments-made-page .filters-row .filter-box .ant-select{width:100%}.payments-made-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.payments-made-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.payments-made-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.payments-made-page .ant-card{border-radius:6px;overflow:hidden}.payments-made-page .ant-card .ant-card-head{border-bottom:none}.payments-made-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.payments-made-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.payments-made-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.payments-made-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.payments-made-page .status-tag.refunded{background:#49905440;color:#499054}.payments-made-page .status-tag.rejected{background:#f0654826;color:#f06548}.payments-made-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.payments-made-page .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.payments-made-page .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.payments-made-page .ant-table-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.payments-made-page .ant-table-body::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.payments-made-page{padding:12px}.payments-made-page .filter-card .filter-actions{justify-content:flex-start}.payments-made-page .filter-card .filter-actions button{flex:1}.payments-made-page .table-header{flex-direction:column;gap:12px}.payments-made-page .table-header .create-btn{width:100%}}.accounting-dashboard{padding:20px}.accounting-dashboard .stat-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;cursor:pointer}.accounting-dashboard .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.accounting-dashboard .stat-card .stat-card-content{display:flex;align-items:center;gap:20px;padding:10px 0}.accounting-dashboard .stat-card .stat-card-content .stat-icon{width:70px;height:70px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.accounting-dashboard .stat-card .stat-card-content .stat-details{flex:1}.accounting-dashboard .stat-card .stat-card-content .stat-details .stat-title{font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.accounting-dashboard .stat-card .stat-card-content .stat-details .stat-value{font-size:28px;font-weight:700;line-height:1}.accounting-dashboard .equation-card{border-radius:12px;box-shadow:0 2px 8px #0000000f}.accounting-dashboard .equation-card .equation-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:20px 0}.accounting-dashboard .equation-card .equation-wrapper .equation-box{padding:24px 32px;border-radius:12px;text-align:center;min-width:200px;box-shadow:0 2px 8px #00000014}.accounting-dashboard .equation-card .equation-wrapper .equation-box.assets{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff}.accounting-dashboard .equation-card .equation-wrapper .equation-box.liabilities{background:linear-gradient(135deg,#f5222d,#cf1322);color:#fff}.accounting-dashboard .equation-card .equation-wrapper .equation-box.equity{background:linear-gradient(135deg,#722ed1,#531dab);color:#fff}.accounting-dashboard .equation-card .equation-wrapper .equation-box .equation-label{font-size:14px;opacity:.9;margin-bottom:8px;font-weight:500}.accounting-dashboard .equation-card .equation-wrapper .equation-box .equation-value{font-size:24px;font-weight:700}.accounting-dashboard .equation-card .equation-wrapper .equation-operator{font-size:32px;font-weight:700;color:#333}.accounting-dashboard .equation-card .balance-status{text-align:center;margin-top:24px;padding-top:24px;border-top:2px dashed #e8e8e8}.accounting-dashboard .equation-card .balance-status span{display:inline-block;padding:10px 24px;border-radius:20px;font-size:15px;font-weight:600}.accounting-dashboard .equation-card .balance-status span.balanced{background:#52c41a1a;color:#52c41a}.accounting-dashboard .equation-card .balance-status span.unbalanced{background:#f5222d1a;color:#f5222d}.accounting-dashboard .quick-link-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;text-align:center;padding:20px 10px;transition:all .3s ease;cursor:pointer}.accounting-dashboard .quick-link-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.accounting-dashboard .quick-link-card h3{margin:16px 0 8px;font-size:18px;font-weight:600;color:#333}.accounting-dashboard .quick-link-card p{color:#666;margin-bottom:16px;font-size:14px}.accounting-dashboard .quick-link-card .link-count{display:inline-block;padding:6px 16px;background:#f0f0f0;border-radius:16px;font-size:13px;font-weight:600;color:#666}.accounting-dashboard .income-statement-card{border-radius:12px;box-shadow:0 2px 8px #0000000f}.accounting-dashboard .income-statement-card .income-box{padding:20px;border-radius:12px;background:#fafafa;text-align:center}.accounting-dashboard .income-statement-card .income-box.net-income{background:linear-gradient(135deg,#f0f2f5,#e6e9ed);border:2px solid #d9d9d9}.accounting-dashboard .income-statement-card .income-box .income-label{font-size:14px;color:#666;margin-bottom:12px;font-weight:500}.accounting-dashboard .income-statement-card .income-box .income-value{font-size:32px;font-weight:700}.accounting-dashboard .income-statement-card .income-box .income-value.positive{color:#52c41a}.accounting-dashboard .income-statement-card .income-box .income-value.negative{color:#f5222d}@media(max-width:768px){.accounting-dashboard{padding:12px}.accounting-dashboard .stat-card .stat-card-content .stat-icon{width:60px;height:60px}.accounting-dashboard .stat-card .stat-card-content .stat-details .stat-value{font-size:22px}.accounting-dashboard .equation-wrapper .equation-box{min-width:100%!important;margin-bottom:10px}.accounting-dashboard .equation-wrapper .equation-operator{display:none!important}.accounting-dashboard .income-box .income-value{font-size:24px!important}}@media(max-width:576px){.accounting-dashboard .stat-card-content{flex-direction:column;text-align:center}}.chart-of-accounts-page{padding:20px;background-color:#fefefe}.chart-of-accounts-page .actionArea{padding:24px 0 19px}.chart-of-accounts-page .category-tag{display:inline-block;padding:6px 14px;border-radius:6px;font-size:11px;font-weight:600;text-transform:capitalize}.chart-of-accounts-page .category-tag.blue{background:#2196f326;color:#2196f3}.chart-of-accounts-page .category-tag.red{background:#f4433626;color:#f44336}.chart-of-accounts-page .category-tag.purple{background:#9c27b026;color:#9c27b0}.chart-of-accounts-page .category-tag.green{background:#4caf5026;color:#4caf50}.chart-of-accounts-page .category-tag.orange{background:#ff980026;color:#ff9800}.chart-of-accounts-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.chart-of-accounts-page .status-tag.active{background:#49905440;color:#499054}.chart-of-accounts-page .status-tag.inactive{background:#f0654826;color:#f06548}.chart-of-accounts-page .ant-card{border-radius:6px;overflow:hidden}.chart-of-accounts-page .ant-card .ant-card-head{border-bottom:none}.chart-of-accounts-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.chart-of-accounts-page .action-icon{font-size:18px;cursor:pointer;transition:all .3s ease}.chart-of-accounts-page .action-icon.view{color:#2196f3}.chart-of-accounts-page .action-icon.view:hover{color:#1976d2;transform:scale(1.1)}.chart-of-accounts-page .action-icon.edit{color:#ff9800}.chart-of-accounts-page .action-icon.edit:hover{color:#f57c00;transform:scale(1.1)}.chart-of-accounts-page .action-icon.delete{color:#f44336}.chart-of-accounts-page .action-icon.delete:hover{color:#d32f2f;transform:scale(1.1)}.chart-of-accounts-page .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.chart-of-accounts-page .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chart-of-accounts-page .ant-table-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.chart-of-accounts-page .ant-table-body::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.chart-of-accounts-page{padding:12px}.chart-of-accounts-page .actionArea{flex-direction:column;gap:12px;align-items:flex-start}}.account-modal .ant-modal-content{border-radius:16px;box-shadow:0 4px 12px #0000001a}.account-modal .modal-title-bordered{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.account-modal .ant-modal-header{font-size:16px;font-weight:600;color:#000}.general-ledger-page{padding:20px;background-color:#fefefe}.general-ledger-page .ledger-tabs-container .ant-tabs-nav-list{display:inline-flex!important}.general-ledger-page .ledger-tabs-container .ant-tabs-tab{flex:none!important;padding:10px 22px!important;background:#fff!important;margin:0!important;border:none!important}.general-ledger-page .ledger-tabs-container .ant-tabs-nav{margin-bottom:0!important;border-bottom:1px solid #e6e6e6!important}.general-ledger-page .ledger-tabs-container .ant-tabs-tab.ant-tabs-tab-active{background:#234b9b!important;margin-bottom:-1px!important}.general-ledger-page .ledger-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important;font-weight:600!important}.general-ledger-page .ledger-tabs-container .ant-tabs-tab:not(:last-child){border-right:1px solid #e6e6e6!important;border-top:1px solid #e6e6e6!important;border-left:1px solid #e6e6e6!important}.general-ledger-page .ledger-tabs-container .ant-tabs-tab-btn{font-size:14px;font-weight:500;color:#526187!important}.general-ledger-page .ledger-tabs-container .ant-tabs-ink-bar{display:none!important}.general-ledger-page .ledger-tabs-container .ant-card{border-radius:6px;overflow:hidden}.general-ledger-page .ledger-tabs-container .ant-card .ant-card-head{border-bottom:none}.general-ledger-page .ledger-tabs-container .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.general-ledger-page .actionArea{padding:24px 0 19px}.general-ledger-page .action-icon{font-size:18px;cursor:pointer;transition:all .3s ease}.general-ledger-page .action-icon.view{color:#2196f3}.general-ledger-page .action-icon.view:hover{color:#1976d2;transform:scale(1.1)}.general-ledger-page .balanced-badge{display:inline-block;padding:8px 16px;border-radius:6px;background:#4caf5026;color:#4caf50;font-weight:700;font-size:14px}.general-ledger-page .unbalanced-badge{display:inline-block;padding:8px 16px;border-radius:6px;background:#f4433626;color:#f44336;font-weight:700;font-size:14px}.general-ledger-page .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.general-ledger-page .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.general-ledger-page .ant-table-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.general-ledger-page .ant-table-body::-webkit-scrollbar-thumb:hover{background:#555}.general-ledger-page .ant-table-summary tr{background:#f5f5f5;font-weight:700}.general-ledger-page .ant-table-summary tr td{padding:12px;border-top:2px solid #d9d9d9}@media(max-width:768px){.general-ledger-page{padding:12px}.general-ledger-page .actionArea{flex-direction:column;gap:12px;align-items:flex-start}.general-ledger-page .ant-tabs-tab{padding:10px 16px!important;font-size:13px!important}}.view-account-page{padding:24px}.view-account-page .account-summary-card{margin-bottom:20px;background:#f8f9fa;border:1px solid #e8e8e8;border-radius:6px}.view-account-page .account-summary-card .ant-card-body{padding:20px}.view-account-page .account-summary-card .balance-section{margin-bottom:16px}.view-account-page .account-summary-card .balance-section .balance-label{font-size:12px;color:#8c8c8c;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.view-account-page .account-summary-card .balance-section .balance-amount{font-size:24px;font-weight:600;color:#1890ff;line-height:1.2}.view-account-page .account-summary-card .description-section{font-size:11px;color:#595959;line-height:1.6}.view-account-page .account-summary-card .description-section .description-label{font-weight:600}.view-account-page .account-summary-card .description-section .description-text{font-style:italic}.view-account-page .ant-card{border-radius:6px;overflow:hidden}.view-account-page .ant-card .ant-card-head{border-bottom:none}.view-account-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.view-account-page .transactions-section{margin-bottom:20px}.view-account-page .transactions-section .transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.view-account-page .transactions-section .transactions-header .transactions-title{margin:0;font-size:16px;font-weight:600;color:#000}.view-account-page .transactions-section .transactions-header .view-mode-buttons{display:flex;gap:8px}.view-account-page .transactions-section .transactions-header .view-mode-buttons .view-mode-btn{padding:6px 16px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;color:#000;cursor:pointer;font-size:12px;font-weight:500;transition:all .3s ease}.view-account-page .transactions-section .transactions-header .view-mode-buttons .view-mode-btn:hover{border-color:#1890ff;color:#1890ff}.view-account-page .transactions-section .transactions-header .view-mode-buttons .view-mode-btn.active{background:#1890ff;color:#fff;border-color:#1890ff}.view-account-page .transactions-section .show-more-link{margin-top:12px;text-align:center}.view-account-page .transactions-section .show-more-link a{color:#1890ff;font-size:13px;text-decoration:none}.view-account-page .transactions-section .show-more-link a:hover{text-decoration:underline}.view-account-page .form-actions{margin-top:15px;display:flex;justify-content:flex-end}@media(max-width:768px){.view-account-page{padding:16px}.view-account-page .account-summary-card .balance-section .balance-amount{font-size:20px}.view-account-page .transactions-section .transactions-header{flex-direction:column;align-items:flex-start;gap:12px}.view-account-page .transactions-section .transactions-header .view-mode-buttons{width:100%}.view-account-page .transactions-section .transactions-header .view-mode-buttons .view-mode-btn{flex:1}}.reports-page{padding:20px;background-color:#fefefe}.reports-page .report-category{margin-bottom:40px}.reports-page .report-category .category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.reports-page .report-category .category-header .category-info{display:flex;align-items:center;gap:12px}.reports-page .report-category .category-header .category-info .category-icon{font-size:24px;display:flex;align-items:center}.reports-page .report-category .category-header .category-info .category-icon svg{fill:#234b9b!important;color:inherit!important}.reports-page .report-category .category-header .category-info .category-title{margin:0;font-size:24px;font-weight:500;color:#000}.reports-page .report-category .report-card{border-radius:8px;transition:all .3s ease;border:1px solid #e8e8e8;height:100%}.reports-page .report-category .report-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.reports-page .report-category .report-card .report-content .report-name{font-size:16px;font-weight:600;color:#234b9b;margin-bottom:8px;display:flex;align-items:center;gap:8px}.reports-page .report-category .report-card .report-content .report-description{font-size:13px;color:#666;margin-bottom:12px;min-height:38px}.reports-page .report-category .report-card .report-content .report-meta{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #f0f0f0}.reports-page .report-category .report-card .report-content .report-meta .created-by{font-size:11px;color:#999}.reports-page .report-category .report-card .report-content .report-meta .last-visited{font-size:11px;color:#666;font-style:italic}@media(max-width:768px){.reports-page{padding:12px}.reports-page .report-category{margin-bottom:24px}.reports-page .report-category .category-header .category-info .category-title{font-size:16px}}.profit-loss-report{padding:20px}.profit-loss-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.profit-loss-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.profit-loss-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.profit-loss-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.profit-loss-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.profit-loss-report .report-card .report-body .report-section{margin-bottom:24px}.profit-loss-report .report-card .report-body .report-section .section-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px;padding:8px 0;border-bottom:1px solid #e8e8e8}.profit-loss-report .report-card .report-body .report-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.profit-loss-report .report-card .report-body .report-row .account-name{color:#333}.profit-loss-report .report-card .report-body .report-row .account-name.indent-1{padding-left:24px}.profit-loss-report .report-card .report-body .report-row .account-name.indent-2{padding-left:48px}.profit-loss-report .report-card .report-body .report-row .amount{font-weight:500;color:#1a1a1a;min-width:120px;text-align:right}.profit-loss-report .report-card .report-body .report-row.total{font-weight:700;border-top:1px solid #e8e8e8;padding-top:12px;margin-top:8px}.profit-loss-report .report-card .report-body .report-row.gross-profit{font-weight:700;font-size:15px;background:#f5f5f5;padding:12px 16px;margin:16px -16px;border-top:2px solid #e8e8e8;border-bottom:2px solid #e8e8e8}.profit-loss-report .report-card .report-body .report-row.operating-profit{font-weight:700;font-size:15px;background:#f9f9f9;padding:12px 16px;margin:16px -16px;border-top:2px solid #e8e8e8;border-bottom:2px solid #e8e8e8}.profit-loss-report .report-card .report-body .report-row.net-profit{font-weight:700;font-size:16px;padding:16px;margin:24px -16px 0;border-top:3px solid #1a1a1a}.profit-loss-report .report-card .report-body .report-row.net-profit.profit{background:#4caf501a;color:#4caf50}.profit-loss-report .report-card .report-body .report-row.net-profit.profit .amount{color:#4caf50}.profit-loss-report .report-card .report-body .report-row.net-profit.loss{background:#f443361a;color:#f44336}.profit-loss-report .report-card .report-body .report-row.net-profit.loss .amount{color:#f44336}.profit-loss-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.profit-loss-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.profit-loss-report .actionArea,.profit-loss-report .ant-card:first-child{display:none}.profit-loss-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.profit-loss-report{padding:12px}.profit-loss-report .report-card .report-body .report-row{font-size:13px}.profit-loss-report .report-card .report-body .report-row .account-name.indent-1{padding-left:12px}.profit-loss-report .report-card .report-body .report-row .amount{min-width:100px}}.balance-sheet-report{padding:20px}.balance-sheet-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.balance-sheet-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.balance-sheet-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.balance-sheet-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.balance-sheet-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.balance-sheet-report .report-card .report-body .report-section{margin-bottom:32px}.balance-sheet-report .report-card .report-body .report-section .section-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:16px;padding:8px 0;border-bottom:2px solid #333;text-transform:uppercase;letter-spacing:.5px}.balance-sheet-report .report-card .report-body .report-section .subsection{margin-bottom:20px}.balance-sheet-report .report-card .report-body .report-section .subsection .subsection-title{font-size:14px;font-weight:600;color:#333;margin-bottom:8px;padding-left:12px}.balance-sheet-report .report-card .report-body .report-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.balance-sheet-report .report-card .report-body .report-row .account-name{color:#333}.balance-sheet-report .report-card .report-body .report-row .account-name.indent-1{padding-left:36px}.balance-sheet-report .report-card .report-body .report-row .account-name.indent-2{padding-left:60px}.balance-sheet-report .report-card .report-body .report-row .amount{font-weight:500;color:#1a1a1a;min-width:120px;text-align:right}.balance-sheet-report .report-card .report-body .report-row.subtotal{font-weight:600;border-top:1px solid #e8e8e8;padding-top:12px;margin-top:8px;padding-left:12px}.balance-sheet-report .report-card .report-body .report-row.subtotal .amount{font-weight:600}.balance-sheet-report .report-card .report-body .report-row.total{font-weight:700;font-size:15px;border-top:2px solid #333;border-bottom:1px solid #e8e8e8;margin-top:12px;background:#f9f9f9;padding:12px 16px;margin-left:-16px;margin-right:-16px}.balance-sheet-report .report-card .report-body .report-row.grand-total{font-weight:700;font-size:16px;padding:16px;margin:24px -16px 0;border-top:3px double #1a1a1a;border-bottom:3px double #1a1a1a;background:#f5f5f5}.balance-sheet-report .report-card .report-body .report-row.grand-total .amount{color:#2196f3;font-weight:700}.balance-sheet-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.balance-sheet-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.balance-sheet-report .actionArea,.balance-sheet-report .ant-card:first-child{display:none}.balance-sheet-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.balance-sheet-report{padding:12px}.balance-sheet-report .report-card .report-body .report-row{font-size:13px}.balance-sheet-report .report-card .report-body .report-row .account-name.indent-1{padding-left:20px}.balance-sheet-report .report-card .report-body .report-row .amount{min-width:100px}}.cash-flow-report{padding:20px}.cash-flow-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.cash-flow-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.cash-flow-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.cash-flow-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.cash-flow-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.cash-flow-report .report-card .report-body .report-section{margin-bottom:28px}.cash-flow-report .report-card .report-body .report-section .section-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:12px;padding:8px 0;border-bottom:1px solid #e8e8e8}.cash-flow-report .report-card .report-body .report-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.cash-flow-report .report-card .report-body .report-row .account-name{color:#333}.cash-flow-report .report-card .report-body .report-row .account-name.indent-1{padding-left:24px}.cash-flow-report .report-card .report-body .report-row .account-name.indent-2{padding-left:48px}.cash-flow-report .report-card .report-body .report-row .amount{font-weight:500;color:#1a1a1a;min-width:120px;text-align:right}.cash-flow-report .report-card .report-body .report-row.total{font-weight:700;border-top:1px solid #e8e8e8;padding-top:12px;margin-top:8px;background:#f9f9f9;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px}.cash-flow-report .report-card .report-body .net-change{font-weight:700;font-size:15px;background:#e3f2fd;padding:14px 16px;margin:24px -16px;border-top:2px solid #2196f3;border-bottom:2px solid #2196f3}.cash-flow-report .report-card .report-body .net-change .amount{color:#2196f3;font-weight:700}.cash-flow-report .report-card .report-body .cash-summary{margin-top:24px;padding-top:20px;border-top:2px solid #e8e8e8}.cash-flow-report .report-card .report-body .cash-summary .report-row{padding:10px 0}.cash-flow-report .report-card .report-body .cash-summary .ending-cash{font-weight:700;font-size:16px;padding:16px;margin:16px -16px 0;border-top:3px double #1a1a1a;background:#f5f5f5}.cash-flow-report .report-card .report-body .cash-summary .ending-cash .amount{color:#4caf50;font-weight:700}.cash-flow-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.cash-flow-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.cash-flow-report .actionArea,.cash-flow-report .ant-card:first-child{display:none}.cash-flow-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.cash-flow-report{padding:12px}.cash-flow-report .report-card .report-body .report-row{font-size:13px}.cash-flow-report .report-card .report-body .report-row .account-name.indent-1{padding-left:12px}.cash-flow-report .report-card .report-body .report-row .amount{min-width:100px}}.ar-aging-report{padding:20px}.ar-aging-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.ar-aging-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.ar-aging-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.ar-aging-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.ar-aging-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.ar-aging-report .report-card .report-body .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px;padding:12px 16px;color:#333}.ar-aging-report .report-card .report-body .ant-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:14px}.ar-aging-report .report-card .report-body .ant-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.ar-aging-report .report-card .report-body .ant-table .summary-row{background:#f0f0f0}.ar-aging-report .report-card .report-body .ant-table .summary-row .ant-table-cell{font-weight:700;font-size:14px;border-top:2px solid #333;padding:14px 16px}.ar-aging-report .report-card .report-body .ant-table .summary-row .grand-total{color:#2196f3;font-size:15px}.ar-aging-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.ar-aging-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.ar-aging-report .actionArea,.ar-aging-report .ant-card:first-child{display:none}.ar-aging-report .report-card{box-shadow:none;border:none}.ar-aging-report .ant-table{font-size:12px}.ar-aging-report .ant-table .ant-table-thead>tr>th,.ar-aging-report .ant-table .ant-table-tbody>tr>td{padding:8px}}@media(max-width:768px){.ar-aging-report{padding:12px}.ar-aging-report .report-card .ant-table .ant-table-thead>tr>th,.ar-aging-report .report-card .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:8px 12px}}.ap-aging-report{padding:20px}.ap-aging-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.ap-aging-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.ap-aging-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.ap-aging-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.ap-aging-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.ap-aging-report .report-card .report-body .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px;padding:12px 16px;color:#333}.ap-aging-report .report-card .report-body .ant-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:14px}.ap-aging-report .report-card .report-body .ant-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.ap-aging-report .report-card .report-body .ant-table .summary-row{background:#f0f0f0}.ap-aging-report .report-card .report-body .ant-table .summary-row .ant-table-cell{font-weight:700;font-size:14px;border-top:2px solid #333;padding:14px 16px}.ap-aging-report .report-card .report-body .ant-table .summary-row .grand-total{color:#f44336;font-size:15px}.ap-aging-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.ap-aging-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.ap-aging-report .actionArea,.ap-aging-report .ant-card:first-child{display:none}.ap-aging-report .report-card{box-shadow:none;border:none}.ap-aging-report .ant-table{font-size:12px}.ap-aging-report .ant-table .ant-table-thead>tr>th,.ap-aging-report .ant-table .ant-table-tbody>tr>td{padding:8px}}@media(max-width:768px){.ap-aging-report{padding:12px}.ap-aging-report .report-card .ant-table .ant-table-thead>tr>th,.ap-aging-report .report-card .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:8px 12px}}.payments-received-report{padding:20px}.payments-received-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.payments-received-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.payments-received-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.payments-received-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.payments-received-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.payments-received-report .report-card .report-body .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px;padding:12px 16px;color:#333}.payments-received-report .report-card .report-body .ant-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:14px}.payments-received-report .report-card .report-body .ant-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.payments-received-report .report-card .report-body .ant-table .summary-row{background:#e8f5e9}.payments-received-report .report-card .report-body .ant-table .summary-row .ant-table-cell{font-weight:700;font-size:14px;border-top:2px solid #4caf50;padding:14px 16px}.payments-received-report .report-card .report-body .ant-table .summary-row .grand-total{color:#2e7d32;font-size:15px}.payments-received-report .report-card .report-body .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.payments-received-report .report-card .report-body .status-tag.refunded{background:#49905440;color:#499054}.payments-received-report .report-card .report-body .status-tag.rejected{background:#f0654826;color:#f06548}.payments-received-report .report-card .report-body .status-tag.pending{background:#f7b84b33;color:#f7b84b}.payments-received-report .report-card .report-body .ant-pagination{margin-top:20px}.payments-received-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.payments-received-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.payments-received-report .actionArea,.payments-received-report .ant-card:first-child{display:none}.payments-received-report .report-card{box-shadow:none;border:none}.payments-received-report .ant-pagination{display:none}.payments-received-report .ant-table{font-size:12px}.payments-received-report .ant-table .ant-table-thead>tr>th,.payments-received-report .ant-table .ant-table-tbody>tr>td{padding:8px}}@media(max-width:768px){.payments-received-report{padding:12px}.payments-received-report .report-card .ant-table .ant-table-thead>tr>th,.payments-received-report .report-card .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:8px 12px}}.payments-made-report{padding:20px}.payments-made-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.payments-made-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.payments-made-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.payments-made-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.payments-made-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.payments-made-report .report-card .report-body .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px;padding:12px 16px;color:#333}.payments-made-report .report-card .report-body .ant-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:14px}.payments-made-report .report-card .report-body .ant-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.payments-made-report .report-card .report-body .ant-table .summary-row{background:#ffebee}.payments-made-report .report-card .report-body .ant-table .summary-row .ant-table-cell{font-weight:700;font-size:14px;border-top:2px solid #f44336;padding:14px 16px}.payments-made-report .report-card .report-body .ant-table .summary-row .grand-total{color:#c62828;font-size:15px}.payments-made-report .report-card .report-body .ant-pagination{margin-top:20px}.payments-made-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.payments-made-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}.payments-made-report .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.payments-made-report .status-tag.refunded{background:#49905440;color:#499054}.payments-made-report .status-tag.rejected{background:#f0654826;color:#f06548}.payments-made-report .status-tag.pending{background:#f7b84b33;color:#f7b84b}@media print{.payments-made-report .actionArea,.payments-made-report .ant-card:first-child{display:none}.payments-made-report .report-card{box-shadow:none;border:none}.payments-made-report .ant-pagination{display:none}.payments-made-report .ant-table{font-size:12px}.payments-made-report .ant-table .ant-table-thead>tr>th,.payments-made-report .ant-table .ant-table-tbody>tr>td{padding:8px}}@media(max-width:768px){.payments-made-report{padding:12px}.payments-made-report .report-card .ant-table .ant-table-thead>tr>th,.payments-made-report .report-card .ant-table .ant-table-tbody>tr>td{font-size:12px;padding:8px 12px}}.performance-ratios-report{padding:20px}.performance-ratios-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.performance-ratios-report .report-card .report-header{text-align:center;margin-bottom:24px;border-bottom:1px solid #e8e8e8;padding-bottom:16px}.performance-ratios-report .report-card .report-header .company-name{font-weight:700;font-size:20px}.performance-ratios-report .report-card .report-header .report-title{font-weight:600;color:#333;font-size:18px}.performance-ratios-report .report-card .report-header .report-period{color:#777;font-size:13px}.performance-ratios-report .report-card .report-body .report-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.performance-ratios-report .report-card .report-body .report-row .ratio-name{font-weight:500;color:#333}.performance-ratios-report .report-card .report-body .report-row .amount{font-weight:600}.cash-flow-forecast-report{padding:20px}.cash-flow-forecast-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.cash-flow-forecast-report .report-card .report-header{text-align:center;margin-bottom:24px;border-bottom:1px solid #e8e8e8;padding-bottom:16px}.cash-flow-forecast-report .report-card .report-header .company-name{font-weight:700;font-size:20px}.cash-flow-forecast-report .report-card .report-header .report-title{font-weight:600;color:#333;font-size:18px}.equity-movement-report{padding:20px}.equity-movement-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.equity-movement-report .report-card .report-header{text-align:center;margin-bottom:24px;border-bottom:1px solid #e8e8e8;padding-bottom:16px}.equity-movement-report .report-card .report-header .company-name{font-weight:700;font-size:20px}.equity-movement-report .report-card .report-header .report-title{font-weight:600;color:#333;font-size:18px}.equity-movement-report .report-card .report-header .report-period{color:#777;font-size:13px}.sales-by-item-report{padding:20px}.sales-by-item-report .report-card{background:#fff;border-radius:8px;min-height:200px}.sales-by-item-report .ant-card{margin-top:20px}@media print{.sales-by-item-report .ant-card:first-child{display:none}}.sales-summary-report{padding:20px}.sales-summary-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.sales-summary-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.sales-summary-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.sales-summary-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.sales-summary-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.sales-summary-report .report-card .report-body .summary-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.sales-summary-report .report-card .report-body .summary-section .summary-item{display:flex;flex-direction:column;padding:16px;background:#f9f9f9;border-radius:6px;border-left:3px solid #1890ff}.sales-summary-report .report-card .report-body .summary-section .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.sales-summary-report .report-card .report-body .summary-section .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.sales-summary-report .report-card .report-body .summary-section .summary-item .value.success{color:#499054}.sales-summary-report .report-card .report-body .summary-section .summary-item .value.warning{color:#f7b84b}.sales-summary-report .report-card .report-body .summary-section .summary-item .value.danger{color:#f06548}.sales-summary-report .report-card .report-body .status-breakdown h4{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.sales-summary-report .report-card .report-body .status-breakdown .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card{padding:20px;border-radius:8px;text-align:center}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card.paid{background:#49905440;border:1px solid rgb(73,144,84)}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card.pending{background:#4996f31a;border:1px solid rgb(73,150,243)}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card.partial{background:#f7b84b33;border:1px solid #f7b84b}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card.overdue{background:#f0654826;border:1px solid #f06548}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card .status-header{font-size:14px;font-weight:600;color:#666;margin-bottom:8px}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card .status-count{font-size:13px;color:#999;margin-bottom:8px}.sales-summary-report .report-card .report-body .status-breakdown .status-grid .status-card .status-amount{font-size:18px;font-weight:700;color:#1a1a1a}.sales-summary-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.sales-summary-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.sales-summary-report .actionArea,.sales-summary-report .ant-card:first-child{display:none}.sales-summary-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.sales-summary-report{padding:12px}.sales-summary-report .report-card .report-body .summary-section,.sales-summary-report .report-card .report-body .status-breakdown .status-grid{grid-template-columns:1fr}}.ar-aging-details-report{padding:20px}.ar-aging-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.ar-aging-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.ar-aging-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.ar-aging-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.ar-aging-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.ar-aging-details-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.ar-aging-details-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.ar-aging-details-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.ar-aging-details-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.ar-aging-details-report .report-card .report-body .aging-badge.current{background:#4caf501a;color:#4caf50}.ar-aging-details-report .report-card .report-body .aging-badge.days-1-30{background:#2196f31a;color:#2196f3}.ar-aging-details-report .report-card .report-body .aging-badge.days-31-60{background:#ff98001a;color:#ff9800}.ar-aging-details-report .report-card .report-body .aging-badge.days-61-90{background:#ff57221a;color:#ff5722}.ar-aging-details-report .report-card .report-body .aging-badge.days-90-plus{background:#f443361a;color:#f44336}@media print{.ar-aging-details-report .actionArea,.ar-aging-details-report .ant-card:first-child{display:none}.ar-aging-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.ar-aging-details-report{padding:12px}.ar-aging-details-report .report-card .report-summary{flex-direction:column;gap:12px}}.invoice-details-report{padding:20px}.invoice-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.invoice-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.invoice-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.invoice-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.invoice-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.invoice-details-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.invoice-details-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.invoice-details-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.invoice-details-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.invoice-details-report .report-card .report-summary .summary-item .value.success{color:#499054}.invoice-details-report .report-card .report-summary .summary-item .value.warning{color:#f7b84b}.invoice-details-report .report-card .report-body .status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.invoice-details-report .report-card .report-body .status-badge.paid{background:#49905440;color:#499054}.invoice-details-report .report-card .report-body .status-badge.pending{background:#f7b84b33;color:#f7b84b}.invoice-details-report .report-card .report-body .status-badge.partial{background:#ff98001a;color:#ff9800}.invoice-details-report .report-card .report-body .status-badge.overdue{background:#f0654826;color:#f06548}@media print{.invoice-details-report .actionArea,.invoice-details-report .ant-card:first-child{display:none}.invoice-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.invoice-details-report{padding:12px}.invoice-details-report .report-card .report-summary{flex-direction:column;gap:12px}}.customer-balance-report{padding:20px}.customer-balance-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.customer-balance-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.customer-balance-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.customer-balance-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.customer-balance-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.customer-balance-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.customer-balance-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.customer-balance-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.customer-balance-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.customer-balance-report .report-card .report-body .balance-amount{font-weight:600;color:#f7b84b}@media print{.customer-balance-report .actionArea,.customer-balance-report .ant-card:first-child{display:none}.customer-balance-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.customer-balance-report{padding:12px}.customer-balance-report .report-card .report-summary{flex-direction:column;gap:12px}}.time-to-get-paid-report{padding:20px}.time-to-get-paid-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.time-to-get-paid-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.time-to-get-paid-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.time-to-get-paid-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.time-to-get-paid-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.time-to-get-paid-report .report-card .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.time-to-get-paid-report .report-card .metrics-grid .metric-card{display:flex;gap:16px;padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #1890ff}.time-to-get-paid-report .report-card .metrics-grid .metric-card.average{border-left-color:#2196f3}.time-to-get-paid-report .report-card .metrics-grid .metric-card.fastest{border-left-color:#4caf50}.time-to-get-paid-report .report-card .metrics-grid .metric-card.slowest{border-left-color:#ff5722}.time-to-get-paid-report .report-card .metrics-grid .metric-card.total{border-left-color:#9c27b0}.time-to-get-paid-report .report-card .metrics-grid .metric-card .metric-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:24px;background:#2196f31a;flex-shrink:0}.time-to-get-paid-report .report-card .metrics-grid .metric-card .metric-content{flex:1}.time-to-get-paid-report .report-card .metrics-grid .metric-card .metric-content .metric-label{font-size:13px;color:#666;margin-bottom:8px}.time-to-get-paid-report .report-card .metrics-grid .metric-card .metric-content .metric-value{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.time-to-get-paid-report .report-card .metrics-grid .metric-card .metric-content .metric-count{font-size:12px;color:#999}.time-to-get-paid-report .report-card .report-body .days-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.time-to-get-paid-report .report-card .report-body .days-badge.fast{background:#49905440;color:#499054}.time-to-get-paid-report .report-card .report-body .days-badge.average{background:#f7b84b33;color:#f7b84b}.time-to-get-paid-report .report-card .report-body .days-badge.slow{background:#f0654826;color:#f06548}@media print{.time-to-get-paid-report .actionArea,.time-to-get-paid-report .ant-card:first-child{display:none}.time-to-get-paid-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.time-to-get-paid-report{padding:12px}.time-to-get-paid-report .report-card .metrics-grid{grid-template-columns:1fr}}.credit-note-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item.refunded{background:#49905440;border:2px solid rgb(73,144,84)}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item.rejected{background:#f0654826;border:2px solid #f06548}.credit-note-details-report .report-card .report-body .status-badge.pending{background:#f7b84b33;color:#f7b84b}.credit-note-details-report .report-card .report-body .status-badge.refunded{background:#49905440;color:#499054}.credit-note-details-report .report-card .report-body .status-badge.rejected{background:#f0654826;color:#f06548}.credit-note-details-report{padding:20px}.credit-note-details-report .report-card{background:#fff;border-radius:8px}.credit-note-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.credit-note-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.credit-note-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.credit-note-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.credit-note-details-report .report-card .summary-section{margin-bottom:32px}.credit-note-details-report .report-card .summary-section .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.credit-note-details-report .report-card .summary-section .summary-grid .summary-card{padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #1890ff;text-align:center}.credit-note-details-report .report-card .summary-section .summary-grid .summary-card .summary-label{font-size:13px;color:#666;margin-bottom:8px}.credit-note-details-report .report-card .summary-section .summary-grid .summary-card .summary-value{font-size:24px;font-weight:700;color:#1a1a1a}.credit-note-details-report .report-card .summary-section .status-breakdown h4{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item{padding:20px;border-radius:8px;text-align:center}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item.pending{background:#f7b84b33;border:2px solid #f7b84b}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item.refunded{background:#4caf501a;border:2px solid #4caf50}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item.rejected{background:#f443361a;border:2px solid #f44336}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item .status-count{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item .status-label{font-size:13px;color:#666;margin-bottom:8px;text-transform:uppercase;font-weight:600}.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid .status-item .status-amount{font-size:16px;font-weight:600;color:#1a1a1a}.credit-note-details-report .report-card .report-body .status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.credit-note-details-report .report-card .report-body .status-badge.pending{background:#2196f31a;color:#2196f3}.credit-note-details-report .report-card .report-body .status-badge.refunded{background:#4caf501a;color:#4caf50}.credit-note-details-report .report-card .report-body .status-badge.rejected{background:#f443361a;color:#f44336}@media print{.credit-note-details-report .actionArea,.credit-note-details-report .ant-card:first-child{display:none}.credit-note-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.credit-note-details-report{padding:12px}.credit-note-details-report .report-card .summary-section .summary-grid,.credit-note-details-report .report-card .summary-section .status-breakdown .status-grid{grid-template-columns:1fr}}.vendor-refund-history-report{padding:20px}.vendor-refund-history-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.vendor-refund-history-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.vendor-refund-history-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.vendor-refund-history-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.vendor-refund-history-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.vendor-refund-history-report .report-card .summary-section{margin-bottom:32px}.vendor-refund-history-report .report-card .summary-section .summary-grid{margin-bottom:24px}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card{display:flex;gap:20px;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;font-size:32px;font-weight:700;flex-shrink:0}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-content{flex:1}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-content .summary-label{font-size:14px;opacity:.9;margin-bottom:8px}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-content .summary-value{font-size:32px;font-weight:700;margin-bottom:4px}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-content .summary-count{font-size:13px;opacity:.8}.vendor-refund-history-report .report-card .summary-section .mode-breakdown h4{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid .mode-item{padding:16px;background:#f9f9f9;border-radius:8px;border-left:4px solid #1890ff;text-align:center}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid .mode-item .mode-name{font-size:14px;font-weight:600;color:#333;margin-bottom:8px;text-transform:capitalize}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid .mode-item .mode-count{font-size:12px;color:#666;margin-bottom:8px}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid .mode-item .mode-amount{font-size:18px;font-weight:700;color:#1a1a1a}.vendor-refund-history-report .report-card .report-body .refund-amount{font-weight:600;color:#9c27b0}@media print{.vendor-refund-history-report .actionArea,.vendor-refund-history-report .ant-card:first-child{display:none}.vendor-refund-history-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.vendor-refund-history-report{padding:12px}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card{flex-direction:column;text-align:center}.vendor-refund-history-report .report-card .summary-section .summary-grid .summary-card .summary-icon{margin:0 auto}.vendor-refund-history-report .report-card .summary-section .mode-breakdown .mode-grid{grid-template-columns:1fr}}.vendor-balance-report{padding:20px}.vendor-balance-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.vendor-balance-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.vendor-balance-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.vendor-balance-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.vendor-balance-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.vendor-balance-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.vendor-balance-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.vendor-balance-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.vendor-balance-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.vendor-balance-report .report-card .report-body .balance-amount{font-weight:600;color:#f7b84b}@media print{.vendor-balance-report .actionArea,.vendor-balance-report .ant-card:first-child{display:none}.vendor-balance-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.vendor-balance-report{padding:12px}.vendor-balance-report .report-card .report-summary{flex-direction:column;gap:12px}}.ap-aging-details-report{padding:20px}.ap-aging-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.ap-aging-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.ap-aging-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.ap-aging-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.ap-aging-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.ap-aging-details-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.ap-aging-details-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.ap-aging-details-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.ap-aging-details-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.ap-aging-details-report .report-card .report-summary .summary-item .value.success{color:#4caf50}.ap-aging-details-report .report-card .report-summary .summary-item .value.warning{color:#ff9800}.ap-aging-details-report .report-card .report-summary .summary-item .value.danger{color:#f44336}.ap-aging-details-report .report-card .report-body .status-badge,.ap-aging-details-report .report-card .report-body .aging-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.ap-aging-details-report .report-card .report-body .status-badge.paid,.ap-aging-details-report .report-card .report-body .status-badge.current,.ap-aging-details-report .report-card .report-body .aging-badge.paid,.ap-aging-details-report .report-card .report-body .aging-badge.current{background:#4caf501a;color:#4caf50}.ap-aging-details-report .report-card .report-body .status-badge.pending,.ap-aging-details-report .report-card .report-body .status-badge.days-1-30,.ap-aging-details-report .report-card .report-body .aging-badge.pending,.ap-aging-details-report .report-card .report-body .aging-badge.days-1-30{background:#2196f31a;color:#2196f3}.ap-aging-details-report .report-card .report-body .status-badge.partial,.ap-aging-details-report .report-card .report-body .status-badge.days-31-60,.ap-aging-details-report .report-card .report-body .aging-badge.partial,.ap-aging-details-report .report-card .report-body .aging-badge.days-31-60{background:#ff98001a;color:#ff9800}.ap-aging-details-report .report-card .report-body .status-badge.unpaid,.ap-aging-details-report .report-card .report-body .status-badge.days-61-90,.ap-aging-details-report .report-card .report-body .aging-badge.unpaid,.ap-aging-details-report .report-card .report-body .aging-badge.days-61-90{background:#ff57221a;color:#ff5722}.ap-aging-details-report .report-card .report-body .status-badge.overdue,.ap-aging-details-report .report-card .report-body .status-badge.days-90-plus,.ap-aging-details-report .report-card .report-body .aging-badge.overdue,.ap-aging-details-report .report-card .report-body .aging-badge.days-90-plus{background:#f443361a;color:#f44336}.ap-aging-details-report .report-card .report-body .overdue-amount{font-weight:700;color:#f44336}.ap-aging-details-report .report-card .report-body .balance-amount{font-weight:600;color:#ff5722}@media print{.ap-aging-details-report .actionArea,.ap-aging-details-report .ant-card:first-child{display:none}.ap-aging-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.ap-aging-details-report{padding:12px}.ap-aging-details-report .report-card .report-summary{flex-direction:column;gap:12px}}.bill-details-report{padding:20px}.bill-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.bill-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.bill-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.bill-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.bill-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.bill-details-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.bill-details-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.bill-details-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.bill-details-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.bill-details-report .report-card .report-summary .summary-item .value.success{color:#499054}.bill-details-report .report-card .report-summary .summary-item .value.warning{color:#f7b84b}.bill-details-report .report-card .report-summary .summary-item .value.danger{color:#f06548}.bill-details-report .report-card .report-body .status-badge,.bill-details-report .report-card .report-body .aging-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.bill-details-report .report-card .report-body .status-badge.paid,.bill-details-report .report-card .report-body .status-badge.current,.bill-details-report .report-card .report-body .aging-badge.paid,.bill-details-report .report-card .report-body .aging-badge.current{background:#49905440;color:#499054}.bill-details-report .report-card .report-body .status-badge.pending,.bill-details-report .report-card .report-body .status-badge.days-1-30,.bill-details-report .report-card .report-body .aging-badge.pending,.bill-details-report .report-card .report-body .aging-badge.days-1-30,.bill-details-report .report-card .report-body .status-badge.partial,.bill-details-report .report-card .report-body .status-badge.days-31-60,.bill-details-report .report-card .report-body .aging-badge.partial,.bill-details-report .report-card .report-body .aging-badge.days-31-60{background:#f7b84b33;color:#f7b84b}.bill-details-report .report-card .report-body .status-badge.unpaid,.bill-details-report .report-card .report-body .status-badge.days-61-90,.bill-details-report .report-card .report-body .aging-badge.unpaid,.bill-details-report .report-card .report-body .aging-badge.days-61-90,.bill-details-report .report-card .report-body .status-badge.overdue,.bill-details-report .report-card .report-body .status-badge.days-90-plus,.bill-details-report .report-card .report-body .aging-badge.overdue,.bill-details-report .report-card .report-body .aging-badge.days-90-plus{background:#f0654826;color:#f06548}.bill-details-report .report-card .report-body .overdue-amount{font-weight:700;color:#f44336}.bill-details-report .report-card .report-body .balance-amount{font-weight:600;color:#ff5722}@media print{.bill-details-report .actionArea,.bill-details-report .ant-card:first-child{display:none}.bill-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.bill-details-report{padding:12px}.bill-details-report .report-card .report-summary{flex-direction:column;gap:12px}}.payable-summary-report{padding:20px}.payable-summary-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.payable-summary-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.payable-summary-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.payable-summary-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.payable-summary-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.payable-summary-report .report-card .report-body .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.payable-summary-report .report-card .report-body .metrics-grid .metric-card{display:flex;gap:16px;padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #1890ff}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;font-weight:700;flex-shrink:0}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-icon.total{background:#2196f31a;color:#2196f3}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-icon.paid{background:#49905440;color:#499054}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-icon.outstanding{background:#f7b84b33;color:#f7b84b}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-icon.overdue{background:#f0654826;color:#f06548}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content{flex:1}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-label{font-size:13px;color:#666;margin-bottom:8px}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-value{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-value.success{color:#4caf50}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-value.warning{color:#ff9800}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-value.danger{color:#f44336}.payable-summary-report .report-card .report-body .metrics-grid .metric-card .metric-content .metric-count{font-size:12px;color:#999}.payable-summary-report .report-card .report-body .collection-efficiency{padding:20px;background:#f5f5f5;border-radius:8px}.payable-summary-report .report-card .report-body .collection-efficiency h4{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.payable-summary-report .report-card .report-body .collection-efficiency .efficiency-bar{width:100%;height:24px;background:#e0e0e0;border-radius:12px;overflow:hidden;margin-bottom:8px}.payable-summary-report .report-card .report-body .collection-efficiency .efficiency-bar .efficiency-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.payable-summary-report .report-card .report-body .collection-efficiency .efficiency-label{text-align:center;font-size:14px;font-weight:600;color:#4caf50}.payable-summary-report .report-card .report-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.payable-summary-report .report-card .report-footer p{font-size:11px;color:#999;margin:0}@media print{.payable-summary-report .actionArea,.payable-summary-report .ant-card:first-child{display:none}.payable-summary-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.payable-summary-report{padding:12px}.payable-summary-report .report-card .report-body .metrics-grid{grid-template-columns:1fr}}.payable-details-report{padding:20px}.payable-details-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.payable-details-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.payable-details-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.payable-details-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.payable-details-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.payable-details-report .report-card .report-summary{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.payable-details-report .report-card .report-summary .summary-item{flex:1;display:flex;flex-direction:column}.payable-details-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.payable-details-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.payable-details-report .report-card .report-summary .summary-item .value.danger{color:#f06548}.payable-details-report .report-card .report-body .outstanding-amount{font-weight:600;color:#f7b84b}.payable-details-report .report-card .report-body .overdue-amount{font-weight:700;color:#f06548}.payable-details-report .report-card .report-body .status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.payable-details-report .report-card .report-body .status-badge.paid{background:#49905440;color:#499054}.payable-details-report .report-card .report-body .status-badge.pending,.payable-details-report .report-card .report-body .status-badge.partial{background:#f7b84b33;color:#f7b84b}.payable-details-report .report-card .report-body .status-badge.overdue{background:#f0654826;color:#f06548}@media print{.payable-details-report .actionArea,.payable-details-report .ant-card:first-child{display:none}.payable-details-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.payable-details-report{padding:12px}.payable-details-report .report-card .report-summary{flex-direction:column;gap:12px}}.manual-journals-page{padding:20px;background-color:#fefefe}.manual-journals-page .filter-card{margin-bottom:20px;border-radius:6px}.manual-journals-page .filter-card .ant-form-item{margin-bottom:0}.manual-journals-page .filter-section{margin:20px 0}.manual-journals-page .filter-section .filters-right{display:flex;justify-content:flex-end}.manual-journals-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.manual-journals-page .status-tag.posted{background:#49905440;color:#499054}.manual-journals-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.manual-journals-page .ant-card{border-radius:6px;overflow:hidden}.manual-journals-page .ant-card .ant-card-head{border-bottom:none}.manual-journals-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.manual-journals-page .journal-actions{display:flex;align-items:center;gap:8px}.manual-journals-page .journal-actions .action-icon{cursor:pointer;transition:opacity .2s ease}.manual-journals-page .journal-actions .action-icon:hover{opacity:.8}@media(max-width:768px){.manual-journals-page{padding:12px}.manual-journals-page .filter-section .filters-right,.manual-journals-page .filter-section .filters-right button{width:100%}}.manual-journal-form-page{padding:24px;background-color:#fefefe}.manual-journal-form-page .journal-lines-section .journal-actions{display:flex;justify-content:space-between;padding:12px;background:#fafafa}.manual-journal-form-page .journal-lines-section .journal-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.manual-journal-form-page .journal-lines-section .journal-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.manual-journal-form-page .journal-lines-section .journal-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.manual-journal-form-page .journal-lines-section .journal-actions .left-actions{display:flex;gap:8px}.manual-journal-form-page .totals-section{margin-top:30px;padding-top:20px;border-top:2px solid #e8e8e8}.manual-journal-form-page .totals-section .ant-form-item{margin-bottom:16px}.manual-journal-form-page .totals-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.manual-journal-form-page .form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@media(max-width:768px){.manual-journal-form-page{padding:12px}.manual-journal-form-page .journal-lines-section .journal-actions{flex-direction:column;gap:12px}.manual-journal-form-page .journal-lines-section .journal-actions .left-actions{flex-direction:column;gap:10px;width:100%}.manual-journal-form-page .journal-lines-section .journal-actions .ant-btn,.manual-journal-form-page .journal-lines-section .journal-actions .btn-primary{width:100%;height:44px}.manual-journal-form-page .totals-section .ant-input{width:100%}.manual-journal-form-page .form-actions{flex-direction:column;gap:12px}.manual-journal-form-page .form-actions button{width:100%}}.journal-number-modal .ant-modal-body{padding:24px}.journal-number-modal .ant-modal-body p{margin-bottom:20px;color:#666;font-size:14px;line-height:1.6}.journal-number-modal .ant-modal-header{border-bottom:1px solid #DADADA!important;margin:0 -20px;padding-left:24px;padding-bottom:16px}.journal-number-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:600;color:#000}.journal-number-modal .ant-radio-group{width:100%;display:flex;flex-direction:column;gap:16px}.journal-number-modal .ant-radio-group .ant-radio-wrapper{font-size:14px;font-weight:500;color:#333}.journal-number-modal .ant-radio-group .ant-radio-wrapper:hover{color:var(--primary-color, #1890ff)}.journal-number-modal .auto-generate-fields{margin-top:16px;margin-left:24px;padding:16px;background-color:#f5f5f5;border-radius:8px;border-left:3px solid var(--primary-color, #1890ff)}.journal-number-modal .auto-generate-fields .ant-form-item{margin-bottom:12px}.journal-number-modal .auto-generate-fields .ant-form-item:last-child{margin-bottom:0}.journal-number-modal .auto-generate-fields .ant-form-item-label>label{font-size:13px;font-weight:500;color:#555}.journal-number-modal .auto-generate-fields input{font-size:14px}.journal-number-modal .auto-generate-fields input::placeholder{color:#bbb}.journal-number-modal .ant-modal-footer{border-top:1px solid #f0f0f0;padding:16px 24px}.delivery-challans-page{padding:20px;background-color:#fefefe}.delivery-challans-page .actionArea{padding:24px 0 19px}.delivery-challans-page .filters-row{margin-bottom:35px}.delivery-challans-page .filters-row .ant-row{align-items:stretch}.delivery-challans-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.delivery-challans-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.delivery-challans-page .filters-row .filter-box .ant-input,.delivery-challans-page .filters-row .filter-box .ant-select{width:100%}.delivery-challans-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.delivery-challans-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.delivery-challans-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.delivery-challans-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.delivery-challans-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.delivery-challans-page .ant-card{border-radius:6px;overflow:hidden}.delivery-challans-page .ant-card .ant-card-head{border-bottom:none}.delivery-challans-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.delivery-challans-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.delivery-challans-page .status-tag.delivered{background:#49905440;color:#499054}.delivery-challans-page .status-tag.cancelled{background:#f0654826;color:#f06548}.delivery-challans-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.delivery-challans-page .action-icon{cursor:pointer}.delivery-challans-page .actions{display:flex;gap:14px;align-items:center}.delivery-challans-page .actions svg{font-size:18px;cursor:pointer;transition:all .2s}.delivery-challans-page .actions svg:hover{opacity:.8}@media(max-width:768px){.delivery-challans-page{padding:12px}.delivery-challans-page .table-header{flex-direction:column;gap:12px}.delivery-challans-page .table-header .create-btn{width:100%}}.delivery-challan-form-page{padding:24px}.delivery-challan-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.delivery-challan-form-page .items-section .items-table{display:flex;flex-direction:column}.delivery-challan-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.delivery-challan-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.delivery-challan-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.delivery-challan-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.delivery-challan-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.delivery-challan-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.delivery-challan-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.delivery-challan-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.delivery-challan-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.delivery-challan-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.delivery-challan-form-page .bottom-section{margin-top:20px;justify-content:space-between}.delivery-challan-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.delivery-challan-form-page .bottom-section .customer-note{font-size:14px;border-radius:6px;resize:none;width:345px;height:44px;padding-top:10px}.delivery-challan-form-page .bottom-section .note-hint{font-size:10px;color:#000;line-height:125%;color:#3e3e3e}.delivery-challan-form-page .bottom-section .total-input{font-size:14px;border-radius:6px;width:445px;height:44px;padding:6px 12px;text-align:left;font-weight:400;background-color:#fff;color:#000}@media(max-width:768px){.delivery-challan-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.delivery-challan-form-page .items-section .table-row.table-header{display:none}.delivery-challan-form-page .items-section .table-row .col,.delivery-challan-form-page .items-section .table-row .col .ant-input,.delivery-challan-form-page .items-section .table-row .col .ant-select,.delivery-challan-form-page .items-section .table-row .col .ant-input-number{width:100%}.delivery-challan-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.delivery-challan-form-page .items-section .items-actions .left-actions,.delivery-challan-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.delivery-challan-form-page .items-section .items-actions .ant-btn,.delivery-challan-form-page .items-section .items-actions .btn-primary,.delivery-challan-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.delivery-challan-form-page .bottom-section .customer-note,.delivery-challan-form-page .bottom-section .total-input{width:100%}}.add-new-option{color:#234b9b!important;font-weight:500}.trial-balance-report{padding:20px}.trial-balance-report .trial-balance-table{width:100%;margin-top:20px}.trial-balance-report .trial-balance-table .table-header{display:flex;background-color:#f5f5f5;border-bottom:2px solid #d9d9d9;padding:12px 16px;font-weight:700;font-size:13px;text-transform:uppercase;color:#595959}.trial-balance-report .trial-balance-table .table-header .header-cell.account-col{flex:1;text-align:left}.trial-balance-report .trial-balance-table .table-header .header-cell.amount-col{width:180px;text-align:right}.trial-balance-report .trial-balance-table .category-section .category-header{background-color:#fafafa;padding:10px 16px;font-weight:700;font-size:14px;color:#262626;border-bottom:1px solid #e8e8e8;margin-top:8px}.trial-balance-report .trial-balance-table .category-section .account-row{display:flex;padding:10px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.trial-balance-report .trial-balance-table .category-section .account-row:hover{background-color:#fafafa}.trial-balance-report .trial-balance-table .category-section .account-row .account-cell{font-size:14px;color:#262626}.trial-balance-report .trial-balance-table .category-section .account-row .account-cell.account-col{flex:1;text-align:left}.trial-balance-report .trial-balance-table .category-section .account-row .account-cell.account-col .account-name{padding-left:24px}.trial-balance-report .trial-balance-table .category-section .account-row .account-cell.amount-col{width:180px;text-align:right}.trial-balance-report .trial-balance-table .table-footer{margin-top:16px;border-top:3px double #262626;padding-top:12px}.trial-balance-report .trial-balance-table .table-footer .footer-row{display:flex;padding:12px 16px;background-color:#f5f5f5}.trial-balance-report .trial-balance-table .table-footer .footer-row .footer-cell{font-size:15px;font-weight:700;color:#262626}.trial-balance-report .trial-balance-table .table-footer .footer-row .footer-cell.account-col{flex:1;text-align:left}.trial-balance-report .trial-balance-table .table-footer .footer-row .footer-cell.amount-col{width:180px;text-align:right;font-family:Roboto Mono,monospace}.trial-balance-report .trial-balance-table .balance-warning{margin-top:16px;padding:12px 16px;background-color:#fff7e6;border:1px solid #ffd666;border-radius:4px;color:#d46b08;font-weight:600;text-align:center}@media print{.trial-balance-report .actionArea,.trial-balance-report .ant-card:first-child{display:none}.trial-balance-report .trial-balance-table .account-row:hover{background-color:transparent}}@media(max-width:768px){.trial-balance-report{padding:12px}.trial-balance-report .trial-balance-table .table-header,.trial-balance-report .trial-balance-table .account-row,.trial-balance-report .trial-balance-table .footer-row{font-size:12px;padding:8px 12px}.trial-balance-report .trial-balance-table .header-cell.amount-col,.trial-balance-report .trial-balance-table .account-cell.amount-col,.trial-balance-report .trial-balance-table .footer-cell.amount-col{width:120px}.trial-balance-report .trial-balance-table .category-section .account-row .account-cell.account-col .account-name{padding-left:12px}}.purchase-orders-page{padding:20px;background-color:#fefefe}.purchase-orders-page .actionArea{padding:24px 0 19px}.purchase-orders-page .filters-row{margin-bottom:35px}.purchase-orders-page .filters-row .ant-row{align-items:stretch}.purchase-orders-page .filters-row .filter-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;height:100%}.purchase-orders-page .filters-row .filter-box label{font-size:13px;font-weight:500;color:#555}.purchase-orders-page .filters-row .filter-box .ant-input,.purchase-orders-page .filters-row .filter-box .ant-select{width:100%}.purchase-orders-page .filters-row .filter-box.actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.purchase-orders-page .filters-row .filter-box.actions button{flex:1}@media(max-width:768px){.purchase-orders-page .filters-row .filter-box.actions{flex-direction:column;margin-top:0}}.purchase-orders-page .ant-card{border-radius:6px;overflow:hidden}.purchase-orders-page .ant-card .ant-card-head{border-bottom:none}.purchase-orders-page .ant-card .ant-card-head .ant-card-head-title{font-size:24px;font-weight:500;color:#000}.purchase-orders-page .table-header{display:flex;justify-content:space-between;margin:20px 0}.purchase-orders-page .table-header .create-btn{border-radius:8px;height:40px;font-weight:500}.purchase-orders-page .status-tag{display:inline-block;padding:8px 17px;border-radius:6px;font-size:10px;font-weight:700;text-transform:capitalize;line-height:11.25px}.purchase-orders-page .status-tag.pending{background:#f7b84b33;color:#f7b84b}.purchase-orders-page .status-tag.issued{background:#1677ff26;color:#1677ff}.purchase-orders-page .status-tag.received{background:#49905440;color:#499054}.purchase-orders-page .status-tag.cancelled{background:#f0654826;color:#f06548}.purchase-orders-page .action-icon{cursor:pointer;transition:all .2s}.purchase-orders-page .action-icon:hover{opacity:.7}.purchase-orders-page .po-actions{display:flex;gap:14px;align-items:center}.purchase-orders-page .po-actions svg{font-size:18px;cursor:pointer;transition:all .2s}.purchase-orders-page .po-actions svg:hover{opacity:.8}@media(max-width:768px){.purchase-orders-page{padding:12px}.purchase-orders-page .filter-card .filter-actions{justify-content:flex-start}.purchase-orders-page .filter-card .filter-actions button{flex:1}.purchase-orders-page .table-header{flex-direction:column;gap:12px}.purchase-orders-page .table-header .create-btn{width:100%}}.po-form-page{padding:24px}.po-form-page .add-new-option{color:#234b9b!important}.po-form-page .items-section{margin-top:0!important;border-radius:6px;overflow:hidden}.po-form-page .items-section .items-table{display:flex;flex-direction:column}.po-form-page .items-section .table-row{display:grid;grid-template-columns:300px 100px 120px 150px 120px 1fr 50px;gap:8px;align-items:center;padding:8px 12px;border-bottom:1px solid #eee}.po-form-page .items-section .table-row.table-header{background:#979797;font-weight:600;color:#fff}.po-form-page .items-section .delete-btn{text-align:center;color:red;font-size:16px;cursor:pointer}.po-form-page .items-section .items-actions{display:flex;justify-content:space-between;padding:12px}.po-form-page .items-section .items-actions .ant-btn{font-weight:500;border-radius:6px;padding:0 16px;height:36px}.po-form-page .items-section .items-actions .btn-primary{background:#fff;border:1px solid #234B9B;color:#234b9b;height:44px}.po-form-page .items-section .items-actions .btn-primary:hover{background:#f0f7ff;border-color:#234b9b}.po-form-page .items-section .items-actions .btn-secondary{background:transparent!important;padding-top:12px;border:none!important;box-shadow:none!important;color:#234b9b!important}.po-form-page .items-section .items-actions .left-actions{display:flex;gap:8px}.po-form-page .items-section .items-actions .right-action{display:flex;justify-content:flex-end}.po-form-page .bottom-section{margin-top:20px;justify-content:space-between}.po-form-page .bottom-section .form-label{font-size:13px;font-weight:500;color:#526187;display:block;margin-bottom:6px}.po-form-page .bottom-section .customer-note{font-size:14px;border-radius:6px;resize:none;width:345px;height:44px;padding-top:10px}.po-form-page .bottom-section .note-hint{font-size:10px;color:#000;line-height:125%;color:#3e3e3e}.po-form-page .bottom-section .total-input{font-size:14px;border-radius:6px;width:445px;height:44px;padding:6px 12px;text-align:left;font-weight:400;background-color:#fff;color:#000}@media(max-width:768px){.po-form-page .items-section .table-row{grid-template-columns:1fr;gap:12px;padding:12px}.po-form-page .items-section .table-row.table-header{display:none}.po-form-page .items-section .table-row .col,.po-form-page .items-section .table-row .col .ant-input,.po-form-page .items-section .table-row .col .ant-select,.po-form-page .items-section .table-row .col .ant-input-number{width:100%}.po-form-page .items-section .items-actions{flex-direction:column;gap:12px;align-items:stretch}.po-form-page .items-section .items-actions .left-actions,.po-form-page .items-section .items-actions .right-action{flex-direction:column;gap:10px;width:100%}.po-form-page .items-section .items-actions .ant-btn,.po-form-page .items-section .items-actions .btn-primary,.po-form-page .items-section .items-actions .btn-secondary{width:100%;height:44px;justify-content:center;text-align:center}.po-form-page .bottom-section .customer-note,.po-form-page .bottom-section .total-input{width:100%}}.po-number-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.po-number-modal .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#000}.po-number-modal .ant-modal-body{padding:24px}.po-number-modal .ant-modal-body p{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}.po-number-modal .ant-modal-body .ant-form-item{margin-bottom:16px}.po-number-modal .ant-modal-body .ant-radio-group{display:flex;flex-direction:column;gap:16px;width:100%}.po-number-modal .ant-modal-body .ant-radio-group .ant-radio-wrapper{font-size:14px;color:#333;margin:0;display:flex;align-items:flex-start}.po-number-modal .ant-modal-body .ant-radio-group .ant-radio-wrapper span{line-height:1.6}.po-number-modal .ant-modal-body .auto-generate-fields{margin-left:24px;margin-top:12px;padding-left:12px;border-left:2px solid #f0f0f0}.po-number-modal .ant-modal-body .auto-generate-fields .ant-form-item{margin-bottom:12px}.po-number-modal .ant-modal-body .auto-generate-fields .ant-form-item:last-child{margin-bottom:0}.po-number-modal .ant-modal-body .auto-generate-fields .ant-form-item-label>label{font-size:13px;font-weight:500;color:#666}.po-number-modal .ant-modal-body .auto-generate-fields .ant-input{height:40px;border-radius:6px;font-size:14px}.po-number-modal .ant-modal-body .auto-generate-fields .ant-input:focus{border-color:#234b9b;box-shadow:0 0 0 2px #234b9b1a}.po-number-modal .ant-modal-footer{border-top:1px solid #f0f0f0;padding:16px 24px}.payment-form-page{padding:24px;background-color:#fefefe}.payment-form-page .form-row{margin-bottom:16px}.payment-form-page .bottom-section{margin-top:30px;padding-top:20px;border-top:1px solid #f0f0f0}.payment-form-page .items-section{margin-top:30px;margin-bottom:30px}.payment-form-page .items-section .items-actions{display:flex;justify-content:space-between;margin-top:16px;flex-wrap:wrap;gap:10px}.payment-form-page .items-section .items-actions .left-actions{display:flex;gap:10px;flex-wrap:wrap}.payment-form-page .items-section .items-actions .right-action{display:flex;gap:10px}.payment-form-page .items-section .items-actions .btn-primary{background-color:#234b9b;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;height:auto}.payment-form-page .items-section .items-actions .btn-primary:hover{background-color:#1a3a7a}.payment-form-page .items-section .items-actions .btn-secondary{background-color:transparent;color:#234b9b;border:1px solid #234b9b;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;height:auto}.payment-form-page .items-section .items-actions .btn-secondary:hover{background-color:#f0f5ff}.payment-form-page .add-new-option{color:#234b9b;font-weight:500}.payment-form-page .note-hint{color:#888;font-size:12px;margin-top:-10px}.payment-form-page .status-tag{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.payment-form-page .status-tag.paid{background:#d4edda;color:#155724}.payment-form-page .status-tag.pending{background:#fff3cd;color:#856404}.payment-form-page .status-tag.unpaid{background:#f8d7da;color:#721c24}.payment-form-page .status-tag.rejected{background:#f5c6cb;color:#721c24}@media(max-width:768px){.payment-form-page{padding:16px}.payment-form-page .items-actions .left-actions,.payment-form-page .items-actions .right-action{width:100%;justify-content:center}.payment-form-page .items-actions .left-actions button,.payment-form-page .items-actions .right-action button{flex:1}}.payment-made-form-page{padding:24px;background:#fff}.payment-made-form-page .form-row{margin-bottom:16px}.payment-made-form-page .bottom-section{margin-top:30px;padding-top:20px;border-top:1px solid #f0f0f0}.payment-made-form-page .add-new-option{color:#234b9b;font-weight:500}.payment-made-form-page .note-hint{color:#888;font-size:12px;margin-top:-10px}.payment-made-form-page .status-tag{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.payment-made-form-page .status-tag.paid{background:#d4edda;color:#155724}.payment-made-form-page .status-tag.pending{background:#fff3cd;color:#856404}.payment-made-form-page .status-tag.unpaid{background:#f8d7da;color:#721c24}.payment-made-form-page .status-tag.rejected{background:#f5c6cb;color:#721c24}@media(max-width:768px){.payment-made-form-page{padding:16px}}.purchase-order-details-report{padding:20px}.purchase-order-details-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:20px 0}.purchase-order-details-report .summary-cards .summary-card{background:#f5f5f5;padding:16px;border-radius:8px}.purchase-order-details-report .summary-cards .summary-card .summary-label{font-size:13px;color:#666;margin-bottom:8px}.purchase-order-details-report .summary-cards .summary-card .summary-value{font-size:24px;font-weight:700;color:#262626}.purchase-order-details-report .status-breakdown{margin:24px 0;padding:16px;background:#fafafa;border-radius:8px}.purchase-order-details-report .status-breakdown h3{margin-bottom:16px;font-size:16px;font-weight:600}.purchase-order-details-report .status-breakdown .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.purchase-order-details-report .status-breakdown .status-grid .status-item{display:flex;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:4px}.purchase-order-details-report .status-breakdown .status-grid .status-item .status-label{font-weight:500}.purchase-order-details-report .status-breakdown .status-grid .status-item .status-count{color:#1890ff;font-weight:600}.purchase-order-details-report .po-details-table{width:100%;margin-top:24px}.purchase-order-details-report .po-details-table .table-header{display:flex;background-color:#f5f5f5;border-bottom:2px solid #d9d9d9;padding:12px 16px;font-weight:700;font-size:13px;text-transform:uppercase;color:#595959}.purchase-order-details-report .po-details-table .table-header .header-cell.po-col{width:120px}.purchase-order-details-report .po-details-table .table-header .header-cell.vendor-col{flex:1;min-width:150px}.purchase-order-details-report .po-details-table .table-header .header-cell.date-col{width:130px}.purchase-order-details-report .po-details-table .table-header .header-cell.amount-col{width:110px;text-align:right}.purchase-order-details-report .po-details-table .table-header .header-cell.status-col{width:100px;text-align:center}.purchase-order-details-report .po-details-table .data-row{display:flex;padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.purchase-order-details-report .po-details-table .data-row:hover{background-color:#fafafa}.purchase-order-details-report .po-details-table .data-row .data-cell{font-size:14px;color:#262626}.purchase-order-details-report .po-details-table .data-row .data-cell.po-col{width:120px;font-weight:500}.purchase-order-details-report .po-details-table .data-row .data-cell.vendor-col{flex:1;min-width:150px}.purchase-order-details-report .po-details-table .data-row .data-cell.date-col{width:130px;color:#666}.purchase-order-details-report .po-details-table .data-row .data-cell.amount-col{width:110px;text-align:right;font-family:Roboto Mono,monospace}.purchase-order-details-report .po-details-table .data-row .data-cell.status-col{width:100px;text-align:center}.purchase-order-details-report .po-details-table .table-footer{margin-top:16px;border-top:3px double #262626;padding-top:12px}.purchase-order-details-report .po-details-table .table-footer .footer-row{display:flex;padding:12px 16px;background-color:#f5f5f5}.purchase-order-details-report .po-details-table .table-footer .footer-row .footer-cell{font-size:15px;font-weight:700;color:#262626}.purchase-order-details-report .po-details-table .table-footer .footer-row .footer-cell.amount-col{width:110px;text-align:right;font-family:Roboto Mono,monospace}.purchase-order-details-report .po-details-table .table-footer .footer-row .footer-cell.status-col{width:100px}@media(max-width:768px){.purchase-order-details-report{padding:12px}.purchase-order-details-report .summary-cards{grid-template-columns:1fr}.purchase-order-details-report .po-details-table{overflow-x:auto}.purchase-order-details-report .po-details-table .table-header,.purchase-order-details-report .po-details-table .data-row,.purchase-order-details-report .po-details-table .footer-row{min-width:900px}}.delivery-challan-details-report{padding:20px}.delivery-challan-details-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:20px 0}.delivery-challan-details-report .summary-cards .summary-card{background:#f5f5f5;padding:16px;border-radius:8px}.delivery-challan-details-report .summary-cards .summary-card .summary-label{font-size:13px;color:#666;margin-bottom:8px}.delivery-challan-details-report .summary-cards .summary-card .summary-value{font-size:24px;font-weight:700;color:#262626}.delivery-challan-details-report .status-breakdown{margin:24px 0;padding:16px;background:#fafafa;border-radius:8px}.delivery-challan-details-report .status-breakdown h3{margin-bottom:16px;font-size:16px;font-weight:600}.delivery-challan-details-report .status-breakdown .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.delivery-challan-details-report .status-breakdown .status-grid .status-item{display:flex;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:4px}.delivery-challan-details-report .status-breakdown .status-grid .status-item .status-label{font-weight:500}.delivery-challan-details-report .status-breakdown .status-grid .status-item .status-count{color:#52c41a;font-weight:600}.delivery-challan-details-report .dc-details-table{width:100%;margin-top:24px}.delivery-challan-details-report .dc-details-table .table-header{display:flex;background-color:#f5f5f5;border-bottom:2px solid #d9d9d9;padding:12px 16px;font-weight:700;font-size:13px;text-transform:uppercase;color:#595959}.delivery-challan-details-report .dc-details-table .table-header .header-cell.challan-col{width:120px}.delivery-challan-details-report .dc-details-table .table-header .header-cell.customer-col{flex:1;min-width:150px}.delivery-challan-details-report .dc-details-table .table-header .header-cell.date-col{width:110px}.delivery-challan-details-report .dc-details-table .table-header .header-cell.type-col{width:140px}.delivery-challan-details-report .dc-details-table .table-header .header-cell.place-col{width:130px}.delivery-challan-details-report .dc-details-table .table-header .header-cell.amount-col{width:100px;text-align:right}.delivery-challan-details-report .dc-details-table .table-header .header-cell.status-col{width:100px;text-align:center}.delivery-challan-details-report .dc-details-table .data-row{display:flex;padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.delivery-challan-details-report .dc-details-table .data-row:hover{background-color:#fafafa}.delivery-challan-details-report .dc-details-table .data-row .data-cell{font-size:14px;color:#262626}.delivery-challan-details-report .dc-details-table .data-row .data-cell.challan-col{width:120px;font-weight:500}.delivery-challan-details-report .dc-details-table .data-row .data-cell.customer-col{flex:1;min-width:150px}.delivery-challan-details-report .dc-details-table .data-row .data-cell.date-col{width:110px;color:#666}.delivery-challan-details-report .dc-details-table .data-row .data-cell.type-col{width:140px;font-size:12px}.delivery-challan-details-report .dc-details-table .data-row .data-cell.place-col{width:130px}.delivery-challan-details-report .dc-details-table .data-row .data-cell.amount-col{width:100px;text-align:right;font-family:Roboto Mono,monospace}.delivery-challan-details-report .dc-details-table .data-row .data-cell.status-col{width:100px;text-align:center}.delivery-challan-details-report .dc-details-table .table-footer{margin-top:16px;border-top:3px double #262626;padding-top:12px}.delivery-challan-details-report .dc-details-table .table-footer .footer-row{display:flex;padding:12px 16px;background-color:#f5f5f5}.delivery-challan-details-report .dc-details-table .table-footer .footer-row .footer-cell{font-size:15px;font-weight:700;color:#262626}.delivery-challan-details-report .dc-details-table .table-footer .footer-row .footer-cell.amount-col{width:100px;text-align:right;font-family:Roboto Mono,monospace}.delivery-challan-details-report .dc-details-table .table-footer .footer-row .footer-cell.status-col{width:100px}@media(max-width:768px){.delivery-challan-details-report{padding:12px}.delivery-challan-details-report .summary-cards{grid-template-columns:1fr}.delivery-challan-details-report .dc-details-table{overflow-x:auto}.delivery-challan-details-report .dc-details-table .table-header,.delivery-challan-details-report .dc-details-table .data-row,.delivery-challan-details-report .dc-details-table .footer-row{min-width:1000px}}.sales-by-salesperson-report{padding:20px}.sales-by-salesperson-report .report-card{background:#fff;border-radius:8px;margin-top:20px}.sales-by-salesperson-report .report-card .report-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e8e8e8;margin-bottom:24px}.sales-by-salesperson-report .report-card .report-header .company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.sales-by-salesperson-report .report-card .report-header .report-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.sales-by-salesperson-report .report-card .report-header .report-period{font-size:13px;color:#666;margin:0}.sales-by-salesperson-report .report-card .report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;padding:16px;background:#f9f9f9;border-radius:6px}.sales-by-salesperson-report .report-card .report-summary .summary-item{display:flex;flex-direction:column;padding:12px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a}.sales-by-salesperson-report .report-card .report-summary .summary-item .label{font-size:13px;color:#666;margin-bottom:8px}.sales-by-salesperson-report .report-card .report-summary .summary-item .value{font-size:20px;font-weight:700;color:#1a1a1a}.sales-by-salesperson-report .report-card .report-summary .summary-item .value.success{color:#4caf50}.sales-by-salesperson-report .report-card .report-summary .summary-item .value.warning{color:#ff9800}.sales-by-salesperson-report .report-card .report-summary .summary-item .value.danger{color:#f44336}.sales-by-salesperson-report .report-card .report-body .ant-table{font-size:13px}.sales-by-salesperson-report .report-card .report-body .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:12px;text-transform:uppercase}.sales-by-salesperson-report .report-card .report-body strong{font-weight:600}@media print{.sales-by-salesperson-report .actionArea,.sales-by-salesperson-report .ant-card:first-child{display:none}.sales-by-salesperson-report .report-card{box-shadow:none;border:none}}@media(max-width:768px){.sales-by-salesperson-report{padding:12px}.sales-by-salesperson-report .report-card .report-summary{grid-template-columns:1fr;gap:12px}}.ant-form-item-label{font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;vertical-align:middle}.ant-form-item-label>label{color:#526187!important}.moduleBody{height:80vh;overflow-y:scroll}.ant-form-item-required:before{display:none!important}.ant-form-item-required:after{content:" *"!important;color:red!important;visibility:visible!important}.ant-table-footer{background-color:transparent!important;padding:0 16px!important}.custom-footer{padding-top:8px!important;font-size:16px!important;font-weight:600!important;color:#38385a!important;border-top:none!important}.ant-table-tbody>tr:nth-child(odd)>td{background-color:#fff!important}.ant-table-tbody>tr:nth-child(2n)>td{background-color:#f6f6f6!important}.anticon{color:#8c8c8c!important}.Toastify__toast--success{background:#234b9b!important;color:#fff!important}.Toastify__toast--error{background:#e53935!important;color:#fff!important}
