html,body,#root{height:100%;margin:0;padding:0}.login-container{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/assets/racatom-C04B7UkA.webp);background-size:cover;background-position:center;position:relative;padding:24px}.login-container:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#ff6f00b3,#199d62b3,#1334bbb3,#2f339bb3);background-size:400% 400%;animation:gradientAnimation 15s ease infinite;z-index:1}.login-main-wrapper{position:relative;z-index:2;width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:16px;animation:fadeInUp .6s ease-out}.login-post-auth-overlay{position:fixed;inset:0;background:#fff9;display:flex;align-items:center;justify-content:center;z-index:9999}.login-post-auth-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.login-card{width:100%;flex-shrink:0;padding:32px 28px 24px;border-radius:16px;box-sizing:border-box;box-shadow:0 12px 40px #0000001f,0 2px 6px #0000000a;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);position:relative;z-index:2}.login-card .ant-card-body{padding:0}.login-logo-wrapper{text-align:center;margin-bottom:16px}.login-logo{height:72px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.08))}.login-heading{text-align:center;margin:0 0 4px!important;font-weight:700!important;color:#1a1a2e!important;font-size:1.35rem!important;letter-spacing:-.3px}.login-subheading{display:block;text-align:center;margin-bottom:24px;font-size:13px;color:#8c8c8c}.login-form .ant-form-item-label>label{font-weight:500;font-size:13px}.login-card .ant-input,.login-card .ant-input-affix-wrapper{border-radius:8px!important;height:38px!important;padding:6px 12px!important;border:1px solid #e0e0e0;transition:border-color .2s ease,box-shadow .2s ease}.login-card .ant-input-affix-wrapper:focus,.login-card .ant-input-affix-wrapper-focused{box-shadow:0 0 0 2px #1677ff1f!important}.login-card .ant-input-affix-wrapper>input.ant-input{height:100%!important}.login-forgot-row{text-align:right;margin-bottom:16px}.login-forgot-row a{font-size:13px}.login-submit-btn{border-radius:10px!important;height:42px!important;font-weight:600!important;font-size:15px!important;letter-spacing:.2px;transition:all .25s ease}.login-submit-btn:hover{box-shadow:0 4px 14px #1677ff59;transform:translateY(-1px)}.login-create-account{text-align:center;margin-top:8px;font-size:13px}.login-copyright{display:block;text-align:center;margin-top:16px;font-size:11px;color:#bfbfbf}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.login-bulletin{width:100%;border-radius:14px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #00000014,0 1px 3px #0000000a;border:1px solid rgba(255,255,255,.5);overflow:hidden;animation:fadeInUp .6s ease-out .15s both;display:flex;flex-direction:column}.login-bulletin-collapse .ant-collapse-item{border:none!important}.login-bulletin-collapse .ant-collapse-header{padding:14px 18px!important;align-items:center!important;background:linear-gradient(135deg,#1677ff0f,#1677ff05);border-bottom:1px solid rgba(22,119,255,.08);transition:background .2s ease}.login-bulletin-collapse .ant-collapse-header:hover{background:linear-gradient(135deg,#1677ff1a,#1677ff0a)}.login-bulletin-collapse .ant-collapse-content-box{padding:0!important}.login-bulletin-trigger{display:flex;align-items:center;gap:10px}.login-bulletin-icon{font-size:15px;color:#1677ff}.login-bulletin-label{font-weight:700;font-size:13px;color:#1a1a2e;letter-spacing:.2px;text-transform:uppercase}.login-bulletin-list{flex:1;max-height:260px;overflow-y:auto}.login-bulletin-list::-webkit-scrollbar{width:4px}.login-bulletin-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.login-bulletin-item{padding:14px 18px;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s ease}.login-bulletin-item:last-child{border-bottom:none}.login-bulletin-item:hover{background:#1677ff05}.login-bulletin-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.login-bulletin-item-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.login-bulletin-item-dot{font-size:14px;flex-shrink:0}.login-bulletin-item-title{font-weight:600;font-size:13px;color:#1a1a2e;line-height:1.4}.login-bulletin-priority-tag{font-size:10px!important;line-height:16px!important;padding:0 6px!important;border-radius:4px;flex-shrink:0}.login-bulletin-item-body{padding-left:22px;margin-bottom:8px}.login-bulletin-paragraph{margin:0 0 4px;font-size:12.5px;color:#555;line-height:1.6}.login-bulletin-bullet{display:flex;align-items:flex-start;gap:6px;padding:2px 0;font-size:12.5px;color:#555}.login-bulletin-bullet-icon{color:#1677ff;font-weight:700;font-size:15px;line-height:1.3;flex-shrink:0}.login-bulletin-item-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#999;padding-left:22px;padding-top:6px;border-top:1px solid rgba(0,0,0,.04)}.login-bulletin-author{color:#777;font-weight:500}@media(max-width:480px){.login-container{padding:16px}.login-main-wrapper{max-width:100%;gap:12px}.login-card{width:100%;min-width:0;padding:24px 18px 20px;border-radius:12px}.login-logo{height:56px}.login-heading{font-size:1.15rem!important}.login-submit-btn{height:40px!important;font-size:14px!important}.login-bulletin{border-radius:10px}.login-bulletin-collapse .ant-collapse-header{padding:12px 14px!important}.login-bulletin-item{padding:12px 14px}.login-bulletin-label{font-size:12px}}@media(min-width:481px)and (max-width:1080px){.login-container{padding:24px}.login-container:before{opacity:.85}.login-main-wrapper{max-width:460px}.login-card{width:100%;min-width:0;padding:28px 22px 20px}.login-card .ant-input,.login-card .ant-input-affix-wrapper{height:34px!important;padding:4px 10px!important}.login-heading{font-size:1.15rem!important}.login-submit-btn{height:38px!important;font-size:14px!important}}@media(min-width:768px)and (max-width:834px){.login-container{padding:20px}.login-main-wrapper{max-width:430px}.login-card{width:100%;min-width:0;padding:24px 20px 18px;border-radius:12px}.login-heading{font-size:1.1rem!important}.login-container:before{opacity:.8}}@media(min-width:1441px){.login-main-wrapper{max-width:560px}.login-card{width:460px;min-width:460px;padding:36px 32px 28px}.login-bulletin{width:460px}.login-heading{font-size:1.5rem!important}}.root,:root{--sider-trigger-h: 48px;--footer-h: 36px}.home-layout{min-height:100vh;height:100vh;overflow:hidden}.home-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:flex-end;height:56px;padding-left:var(--home-header-padding-left);transition:padding-left .2s}.home-layout.collapsed .home-header{padding-left:var(--home-header-padding-left-collapsed)}.home-header .ant-btn:not(.ant-btn-primary):not(.ant-btn-link){color:inherit;border-color:#fff3}.ant-layout-sider .ant-menu{background:inherit!important}.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{color:inherit}.ant-layout-sider .ant-menu-submenu .ant-menu{background:var(--sider-sub-bg, rgba(0, 0, 0, .06))!important}.ant-layout-sider .ant-menu-item-selected,.ant-layout-sider .ant-menu-submenu-selected>.ant-menu-submenu-title{background-color:var( --sider-selected-bg, rgba(255, 255, 255, .12) )!important}.ant-layout-sider-trigger{background:var(--sider-toggle-bg, rgba(255, 255, 255, .08))!important;color:var(--sider-text, #fff)!important;height:var(--sider-trigger-h, 48px)!important;line-height:var(--sider-trigger-h, 48px)!important}.home-footer{position:fixed;bottom:0;left:var(--sider-width, 200px);right:0;height:var(--footer-h, 36px);padding:0 16px;background:transparent;border-top:none;margin-top:0;color:#000000a6;font-size:12px;z-index:102;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:left .2s ease,width .2s ease}.home-layout.collapsed .home-footer{left:var(--sider-collapsed-width, 80px)}.home-content-wrapper{position:absolute;inset:56px 0 0;display:flex;overflow:hidden;margin-left:var(--sider-width);transition:margin-left .2s ease}.home-sider-spacer{width:var(--sider-width);flex-shrink:0;transition:width .2s}.home-layout.collapsed .home-sider-spacer{width:var(--sider-collapsed-width)}.home-layout.collapsed .home-content-wrapper{margin-left:var(--sider-collapsed-width)}.home-scroll-area{flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:16px 16px calc(16px + var(--footer-h, 36px))}.home-scroll-inner{display:flex;flex-direction:column;min-height:100%}.home-content{flex:1;display:flex;flex-direction:column;min-height:0}.home-card{flex:1;width:100%;max-width:none;display:flex;flex-direction:column}.home-footer-left,.home-footer-center,.home-footer-right{display:flex;align-items:center;gap:8px}.home-footer-center{flex:1;justify-content:center}.home-footer-left{flex:0 0 auto}.home-footer-right{flex:0 0 auto;font-variant-numeric:tabular-nums}@media(max-width:480px){.home-footer{position:fixed;left:0;right:0;bottom:0;height:32px;padding:0 12px}.home-scroll-area{padding:8px 6px calc(8px + var(--footer-h, 36px))}.home-footer-center{order:2}.home-footer-left{order:1}.home-footer-right{order:3}.home-header{padding-left:calc(var(--sider-collapsed-width, 80px) + 4px)!important;height:44px;gap:6px}.home-layout.collapsed .home-header{padding-left:calc(var(--sider-collapsed-width, 80px) + 4px)!important}.home-content-wrapper{margin-left:var(--sider-collapsed-width, 80px)!important;top:44px}.home-layout.collapsed .home-content-wrapper{margin-left:var(--sider-collapsed-width, 80px)!important}}.ant-menu-sub .ant-menu-item{font-size:12px;color:#ffffffbf;padding-left:36px!important}.ant-menu-sub .ant-menu-item:hover,.ant-menu-sub .ant-menu-item-selected{color:#fff!important;background-color:#1677ff!important}.notif-popover{width:360px}.notif-popover .ant-popover-inner{padding:0;border-radius:12px;box-shadow:0 6px 24px #0000001f;overflow:hidden}.notif-panel{display:flex;flex-direction:column}.notif-panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 12px;border-bottom:1px solid #f0f0f0;background:#fafbfc}.notif-panel-header-left{display:flex;align-items:center;gap:8px}.notif-panel-title{font-weight:700;font-size:15px;color:#1a1a2e;letter-spacing:-.2px}.notif-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#1890ff;color:#fff;font-size:11px;font-weight:600;line-height:1}.notif-mark-all-btn{padding:0!important;font-size:12px!important;color:#1890ff!important}.notif-list{max-height:380px;overflow-y:auto}.notif-list .ant-list-item{padding:0!important;border:none!important}.notif-item{cursor:pointer;border-bottom:1px solid #f5f5f5!important;transition:background .15s ease}.notif-item:last-child{border-bottom:none!important}.notif-item:hover{background:#f0f5ff!important}.notif-item-inner{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;width:100%;position:relative}.notif-item-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#f0f5ff;display:flex;align-items:center;justify-content:center;margin-top:2px}.notif-unread .notif-item-icon{background:#e6f4ff}.notif-item-content{flex:1;min-width:0}.notif-item-title{font-size:13px;color:#595959;line-height:1.4;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-item-title-bold{font-weight:600;color:#1a1a2e}.notif-item-desc{font-size:12px;color:#595959;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-item-desc-read{color:#8c8c8c}.notif-item-time{font-size:11px;color:#bfbfbf;font-weight:500}.notif-unread-dot{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#1890ff;flex-shrink:0}.notif-unread{background:#fafbff}.notif-read{background:#fff}.notif-empty{padding:32px 16px;text-align:center;color:#bfbfbf;font-size:13px}@media(max-width:768px){.home-header{flex-direction:row;align-items:center;padding-left:calc(var(--sider-collapsed-width, 80px) + 8px)!important;height:48px;gap:8px}.home-layout.collapsed .home-header{padding-left:calc(var(--sider-collapsed-width, 80px) + 8px)!important}.home-content-wrapper{margin-left:var(--sider-collapsed-width, 80px)!important;top:48px}.home-layout.collapsed .home-content-wrapper{margin-left:var(--sider-collapsed-width, 80px)!important}.home-scroll-area{padding:8px 8px calc(8px + var(--footer-h, 36px))}.home-menu{width:100%;display:flex;justify-content:space-between}.home-card{margin-top:12px}.notif-popover{width:300px}.notif-list{max-height:320px}.notif-item-inner{padding:10px 12px;gap:8px}.notif-item-icon{width:28px;height:28px}.notif-panel-header{padding:10px 12px}.notif-list .ant-list-item{padding:6px 8px}.home-footer,.home-layout.collapsed .home-footer{left:var(--sider-collapsed-width, 80px)}.msg-popover{max-width:280px}}@media(min-width:769px)and (max-width:1080px){.home-layout{height:auto;min-height:100vh;overflow:auto}.home-header{padding-left:var(--home-header-padding-left)}.home-layout.collapsed .home-header{padding-left:var(--home-header-padding-left-collapsed)}.home-scroll-area{padding:10px 14px calc(10px + var(--footer-h, 36px))}.home-header{gap:12px}.home-header .ant-btn:not(.ant-btn-primary):not(.ant-btn-link){font-size:12px}.notif-popover{width:320px}.notif-list{max-height:350px}.notif-list .ant-list-item{padding:8px 10px}.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{font-size:12px!important;padding-top:8px!important;padding-bottom:8px!important}.ant-layout-sider .ant-menu-sub .ant-menu-item{font-size:10px!important;padding-top:2px!important;padding-bottom:2px!important;height:28px!important;line-height:28px!important;border-radius:4px!important}}@media(min-width:1441px){.home-scroll-area{padding:24px 32px calc(24px + var(--footer-h, 36px))}.home-header{height:64px}.home-content-wrapper{top:64px}}.create-card{width:100%;max-width:var(--card-max-width, 450px);padding:var(--card-padding, 0px 15px);border-radius:var(--card-border-radius, 12px);box-sizing:border-box;margin:0 12px;box-shadow:0 10px 25px #00000026;background:#ffffffe6;animation:fadeInUp .6s ease-out;z-index:2;position:relative;--field-height: 36px;--field-font-size: 14px}.create-card .ant-input,.create-card .ant-input-affix-wrapper,.create-card .ant-select-selector,.create-card .ant-picker{height:var(--field-height)!important;font-size:var(--field-font-size)!important}.create-card .ant-input,.create-card .ant-input-affix-wrapper,.create-card .ant-picker{padding:0 8px!important}.create-card .ant-input-affix-wrapper{display:inline-flex!important;align-items:center!important}.create-card .ant-input-affix-wrapper .ant-input{height:calc(var(--field-height) - 2px)!important;line-height:calc(var(--field-height) - 2px)!important;padding:0!important}.create-card .ant-input-affix-wrapper .ant-input-prefix,.create-card .ant-input-affix-wrapper .ant-input-suffix,.create-card .ant-select-selector,.create-card .ant-picker{display:flex!important;align-items:center!important}.create-card .ant-select-selection-item,.create-card .ant-select-selection-placeholder{line-height:var(--field-height)!important}.create-card .ant-picker-input>input{height:calc(var(--field-height) - 2px)!important}@media(min-width:481px)and (max-width:1080px){.login-container{padding:24px;background-position:center center;background-size:cover}.create-card{width:100%;max-width:var(--card-max-width, 450px);padding:var(--card-padding, 0px 15px);border-radius:var(--card-border-radius, 12px);box-sizing:border-box;margin:0 12px;box-shadow:0 10px 25px #00000026;background:#ffffffe6;animation:fadeInUp .6s ease-out;z-index:2;position:relative}.create-title{font-size:18px!important;margin-bottom:5px!important}.create-card{--field-height: 34px;--field-font-size: 13px}.ant-btn-primary{font-size:14px!important;padding:0 12px!important}.login-container:before{opacity:.8}}@media(max-width:480px){.create-card{--field-height: 32px;--field-font-size: 13px}}.loanrateconfig-container{padding:5px}.loanrateconfig-add-btn{margin-bottom:16px}.loanrateconfig-table{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000d}.loanrateconfig-table .ant-table-thead>tr>th{background:#f5f5f5;font-weight:700;text-align:center}.loanrateconfig-table .ant-table-tbody>tr>td{text-align:center;vertical-align:middle}.loanrateconfig-table .ant-btn-link{padding:0 4px}.loanrateconfig-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.loanrateconfig-form-grid .ant-form-item{margin-bottom:16px}.loanrateconfig-delete-btn hover{color:#fff!important}.loanrateconfig-filterbar{margin-bottom:12px}.loanrateconfig-add-btn{float:right}.loan-rate-config-modal .ant-table-thead>tr>th,.loan-rate-config-modal .ant-table-tbody>tr>td{padding:8px;font-size:12px}.loan-rate-config-modal .ant-btn{font-size:12px;padding:0 8px}.loan-rate-config-modal .ant-pagination-item,.loan-rate-config-modal .ant-pagination-prev .ant-pagination-item-link,.loan-rate-config-modal .ant-pagination-next .ant-pagination-item-link{min-width:24px;height:24px;line-height:22px}@media(max-width:1080px){.loanrateconfig-container{padding:4px}.loanrateconfig-table .ant-table-thead>tr>th{font-size:12px;padding:6px 8px}.loanrateconfig-table .ant-table-tbody>tr>td{font-size:11px;padding:6px 8px}.loanrateconfig-form-grid{gap:10px 16px}}@media(max-width:480px){.loanrateconfig-container{padding:2px}.loanrateconfig-add-btn{float:none;width:100%;margin-bottom:12px}.loanrateconfig-form-grid{grid-template-columns:1fr;gap:8px}.loanrateconfig-table{overflow-x:auto}.loanrateconfig-table .ant-table{min-width:500px}.loanrateconfig-table .ant-table-thead>tr>th{font-size:11px;padding:4px 6px;white-space:nowrap}.loanrateconfig-table .ant-table-tbody>tr>td{font-size:11px;padding:4px 6px}.loanrateconfig-filterbar{flex-direction:column}.loanrateconfig-filterbar .ant-select,.loanrateconfig-filterbar .ant-input-search{width:100%!important}}.collections-summary .summary-row{display:flex;align-items:center;gap:6px;margin-top:0}.collections-summary .summary-row+.summary-row{margin-top:2px}.collections-summary .summary-label{min-width:150px;font-weight:600;color:var(--loan-label-color, #555)}.collections-summary .summary-value{color:var(--loan-text-color, #222)}.collections-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;align-items:center}@media(max-width:768px){.collections-filters .ant-input-search,.collections-filters .ant-select,.collections-filters .ant-picker-range{width:100%!important}}@media(max-width:1080px){.collections-filters .ant-btn{padding:0 8px;height:26px;font-size:12px}.collections-filters .ant-btn .anticon{font-size:12px}}.disbursement-row{background-color:var(--table-row-selected-bg, #e6f7ff);font-weight:700}.late-payment-row{background-color:var(--table-inactive-bg, #fff1f0)}.advanced-payment-row{background-color:var(--table-row-hover-bg, #f6ffed)}.initial-loan-row{background-color:#fffbe6}@media(max-width:1080px){.compact-modal .ant-modal-content{padding:12px 12px 8px}.compact-modal .ant-modal-header{padding:10px 12px}.compact-modal .ant-modal-title{font-size:14px}.compact-modal .ant-form-item-label>label{font-size:12px}.compact-modal .ant-input,.compact-modal .ant-input-number-input,.compact-modal .ant-select-selector,.compact-modal .ant-picker-input>input,.compact-modal .ant-radio-wrapper{font-size:12px}.compact-modal .ant-card-head-title{font-size:13px}.compact-modal .ant-card-body{padding:10px}.compact-modal .ant-modal-footer{padding:8px 12px}.collections-summary .summary-value,.collections-summary .summary-label{font-size:12px}}@media(max-width:480px){.collections-filters{flex-direction:column;gap:6px}.collections-filters .ant-input-search,.collections-filters .ant-select,.collections-filters .ant-picker-range,.collections-filters .ant-btn{width:100%!important}.collections-summary .summary-label{min-width:100px;font-size:11px}.collections-summary .summary-value{font-size:11px}.compact-modal .ant-modal-content{padding:8px 8px 6px}.compact-modal .ant-form-item-label>label{font-size:11px}.compact-modal .ant-input,.compact-modal .ant-input-number-input,.compact-modal .ant-select-selector{font-size:11px}}.dashboard-title-container{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.dashboard-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.dashboard-container{display:flex;flex-direction:column;min-height:100%}.dashboard-title{margin:0;line-height:1.2;font-weight:700;font-size:1.5rem;color:#1a1a2e;letter-spacing:-.3px}.pending-applications-btn{background-color:#faad14!important;border-color:#faad14!important;color:#fff!important;font-weight:500;border-radius:6px}.pending-applications-btn:hover,.pending-applications-btn:focus{background-color:#d48806!important;border-color:#d48806!important;color:#fff!important}.loan-applications-btn{border-radius:6px;font-weight:500}.step-content{min-height:260px}.chart-card{border-radius:10px;border:none;box-shadow:0 2px 8px #0000000f;height:100%}.chart-card .ant-card-head{border-bottom:1px solid #f0f0f0;font-weight:600;color:#1a1a2e}@media(max-width:768px){.dashboard-container{padding:5px}.dashboard-title-container{flex-direction:column;align-items:flex-start}.dashboard-title{font-size:1.1rem}.chart-card,.recent-applications-card{height:auto}}@media(max-width:576px){.dashboard-card{margin-bottom:12px}.dashboard-actions{flex-wrap:wrap;width:100%}}@media(min-width:481px)and (max-width:1080px){.dashboard-container{padding:12px 14px}.dashboard-title{font-size:1.1rem}.dashboard-actions{gap:8px}.chart-card{min-height:260px}.chart-card .ant-card-body{min-height:220px}.pending-applications-btn,.loan-applications-btn{padding:0 8px;height:26px;font-size:11px}}.chart-card.compact .ant-card-body{padding:8px 10px!important}.chart-card.compact .ant-card-head{padding:8px 10px!important;font-size:13px!important}@media(min-width:481px)and (max-width:1080px){.chart-card .ant-card-body{padding:8px 10px!important}.chart-card .ant-card-head{padding:8px 10px!important;font-size:13px!important}}@media(min-width:768px)and (max-width:834px){.dashboard-container{padding:10px 12px}.dashboard-title{font-size:1.05rem}.dashboard-actions{gap:8px}.chart-card,.recent-applications-card{margin-bottom:10px}}@media(min-width:1441px){.dashboard-title{font-size:1.6rem}}.dashboard-card{font-family:inherit;color:inherit;border-radius:10px;border:none;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.dashboard-card .ant-card-body{transition:padding .15s ease,font-size .15s ease}.stat-gradient{color:#fff!important}.stat-gradient .ant-statistic-title{color:#ffffffd9!important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.stat-gradient .ant-statistic-content-prefix,.stat-gradient .ant-statistic-content-suffix{color:#ffffffe6!important}.stat-gradient-blue{background:linear-gradient(135deg,#1890ff,#096dd9)}.stat-gradient-red{background:linear-gradient(135deg,#f5222d,#cf1322)}.stat-gradient-orange{background:linear-gradient(135deg,#faad14,#d48806)}.stat-gradient-cyan{background:linear-gradient(135deg,#13c2c2,#006d75)}.stat-card-secondary{background:#fff;border-left:4px solid #1890ff}.stat-card-secondary .ant-statistic-title{font-weight:600;text-transform:uppercase;letter-spacing:.4px;font-size:12px;color:#0000008c}@media(min-width:481px)and (max-width:1080px){.dashboard-card .ant-card-body{padding:13px!important}.dashboard-card .ant-statistic .ant-statistic-title,.dashboard-card .ant-statistic-title{font-size:11px!important}.dashboard-card .ant-statistic .ant-statistic-content-value,.dashboard-card .ant-statistic-content-value{font-size:16px!important;line-height:1!important}.dashboard-card .ant-statistic-content-prefix,.dashboard-card .ant-statistic-content-suffix{font-size:12px!important}.dashboard-card .anticon{font-size:16px!important}.dashboard-card .ant-btn{padding:2px 6px!important;font-size:12px!important;height:28px!important;line-height:24px!important}.dashboard-card .ant-card-head{padding:8px 12px!important;font-size:13px!important}}@media(min-width:768px)and (max-width:834px){.dashboard-card .ant-card-body{padding:8px!important}.dashboard-card .ant-statistic-title{font-size:12px!important}.dashboard-card .ant-statistic-content-value{font-size:15px!important}.dashboard-card .ant-statistic-content-prefix,.dashboard-card .ant-statistic-content-suffix{font-size:11px!important}.dashboard-card .anticon{font-size:15px!important}.dashboard-card .ant-card-head{font-size:12px!important}}@media(max-width:480px){.dashboard-card .ant-card-body{padding:12px!important}.stat-card-secondary{border-left-width:3px}}.dashboard-card.compact{font-size:12px}.chart-card.chart-status{box-sizing:border-box}.chart-card.chart-status .ant-card-body{display:flex;flex-direction:column}@media(min-width:1081px){.chart-card.chart-status{min-height:360px}.chart-card.chart-status .ant-card-body{min-height:320px}}@media(max-width:1080px){.chart-card.chart-status .ant-card-body{min-height:220px}}@media(max-width:1080px)and (min-width:835px){.chart-card.chart-status{min-height:260px}.chart-card.chart-status .ant-card-body{min-height:220px}}@media(max-width:834px)and (min-width:769px){.chart-card.chart-status{min-height:220px}.chart-card.chart-status .ant-card-body{min-height:190px}}@media(max-width:768px){.chart-card.chart-status{min-height:200px}.chart-card.chart-status .ant-card-body{min-height:160px}}@media(max-width:1080px){.chart-card.chart-status .ant-card-body{padding:8px 10px!important;height:295px!important}.chart-card.chart-status .ant-card-head{padding:6px 10px!important;font-size:13px!important}.chart-card.chart-status svg text{font-size:11px!important}.chart-card.chart-status .recharts-legend-item text,.chart-card.chart-status .recharts-tooltip-wrapper{font-size:12px!important}.chart-status-legend .legend-tag{padding:2px 6px;font-size:10px;line-height:1.1}.chart-status-legend .legend-value{font-size:10px;font-weight:600}.chart-status-legend .legend-more-tag{padding:2px 6px!important;font-size:10px!important;line-height:1.1}}.chart-status-legend{padding:4px 8px 8px}.chart-status-legend .legend-items{display:flex;gap:6px;align-items:center}.chart-status-legend .legend-item{display:flex;gap:6px;align-items:center;font-size:10px}.chart-status-legend .legend-color{width:10px;height:10px;border-radius:2px;display:inline-block}.chart-status-legend .legend-value{color:inherit;margin-left:6px;font-size:10px}.chart-status-legend .legend-more{font-size:9px}.chart-status-legend .legend-single-row{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px}.chart-status-legend .legend-tag{margin:2px 4px 2px 0;padding:2px 6px;border-radius:6px;line-height:1.15}.chart-status-legend .legend-more-tag{margin:4px 0;padding:4px 8px;background:transparent;color:#1677ff;cursor:pointer;border:1px dashed rgba(22,119,255,.15)}@media(min-width:1081px){.chart-status-legend .legend-value{font-size:14px!important;font-weight:600;color:#333}.chart-status-legend .legend-tag{padding:2px 6px;font-size:12px;line-height:1.1}}@media(min-width:1081px){.chart-status-legend .legend-label{font-size:14px!important;color:#222}.chart-card.chart-status svg text{font-size:13px!important}.chart-card.chart-status .recharts-legend-item text{font-size:13px!important}}.chart-card.chart-type{box-sizing:border-box}.chart-card.chart-type .ant-card-body{display:flex;flex-direction:column}@media(min-width:1081px){.chart-card.chart-type{min-height:360px}.chart-card.chart-type .ant-card-body{min-height:320px}}@media(max-width:1080px)and (min-width:835px){.chart-card.chart-type{min-height:260px}.chart-card.chart-type .ant-card-body{min-height:220px}}@media(max-width:1080px){.chart-card.chart-type .ant-card-body{min-height:220px}}@media(max-width:834px)and (min-width:769px){.chart-card.chart-type{min-height:220px}.chart-card.chart-type .ant-card-body{min-height:190px}}@media(max-width:768px){.chart-card.chart-type{min-height:200px}.chart-card.chart-type .ant-card-body{min-height:160px}}@media(max-width:1080px){.chart-card.chart-type .ant-card-body{padding:8px 10px!important;height:295px!important}.chart-card.chart-type .ant-card-head{padding:6px 10px!important;font-size:13px!important}.chart-card.chart-type svg text{font-size:11px!important}.chart-card.chart-type .recharts-legend-item text{font-size:9px!important}.chart-type-legend .legend-tag{font-size:9px;padding:2px 6px;line-height:1.1}.chart-type-legend .legend-value{font-size:9px;font-weight:400}.chart-type-legend .legend-more-tag{margin:4px 0;padding:4px 8px;background:transparent;color:#1677ff;cursor:pointer;border:1px dashed rgba(22,119,255,.15)}}.chart-type-legend{padding:4px 8px 8px}.chart-type-legend .legend-items{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.chart-type-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:12px}.chart-type-legend .legend-color{width:10px;height:10px;border-radius:2px;display:inline-block}.chart-type-legend .legend-value{color:inherit;margin-left:6px;font-size:12px}.chart-type-legend .legend-more{font-size:9px}.chart-type-legend .legend-single-row{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px}@media(min-width:1081px){.chart-type-legend .legend-value{font-size:14px!important;font-weight:600;color:#333}}.chart-type-legend .legend-tag{margin:2px 4px 2px 0;padding:2px 6px;border-radius:6px;line-height:1}.chart-type-legend .legend-more-tag{margin:4px 0;padding:4px 8px;background:transparent;color:#1677ff;cursor:pointer;border:1px dashed rgba(22,119,255,.15)}@media(min-width:1081px){.legend-popover-item{font-size:13px!important}.legend-popover-item .legend-value{font-size:13px!important;font-weight:500}}@media(min-width:1081px){.chart-type-legend .legend-label{font-size:14px!important;color:#222}.chart-card.chart-type svg text{font-size:13px!important}.chart-card.chart-type .recharts-legend-item text{font-size:13px!important}}.chart-card.chart-collector{box-sizing:border-box}.chart-card.chart-collector .ant-card-body{display:flex;flex-direction:column;padding:10px!important}@media(min-width:1081px){.chart-card.chart-collector{min-height:360px}.chart-card.chart-collector .ant-card-body{min-height:320px}}@media(max-width:1080px)and (min-width:835px){.chart-card.chart-collector{min-height:260px}.chart-card.chart-collector .ant-card-body{min-height:220px}}@media(max-width:1080px){.chart-card.chart-collector .ant-card-body{min-height:220px}}@media(max-width:834px)and (min-width:769px){.chart-card.chart-collector{min-height:220px}.chart-card.chart-collector .ant-card-body{min-height:190px}}@media(max-width:768px){.chart-card.chart-collector{min-height:200px}.chart-card.chart-collector .ant-card-body{min-height:160px}}@media(max-width:1080px){.chart-card.chart-collector .ant-card-body{padding:8px 10px!important;height:295px!important}.chart-card.chart-collector .ant-card-head{padding:6px 10px!important;font-size:13px!important}.chart-card.chart-collector .recharts-legend-item text{font-size:10px!important}.chart-card.chart-collector svg text{font-size:10px!important}.chart-card.chart-collector .recharts-legend-wrapper{margin-top:8px!important}.chart-card.chart-collector .recharts-legend-item{margin-right:6px!important;margin-bottom:4px!important}.chart-collector-legend .legend-tag{padding:2px 6px;font-size:10px;line-height:1.1}.chart-collector-legend .legend-value{font-size:9px;line-height:1.1;font-weight:500}.legend-popover-item .legend-value{font-size:9px;font-weight:500}.chart-collector-legend .legend-more-tag{padding:2px 6px!important;font-size:10px!important;line-height:1}}.chart-collector-legend{padding:4px 8px 8px}.chart-collector-legend .legend-items{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.chart-collector-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:10px}.chart-collector-legend .legend-color{width:10px;height:10px;border-radius:1px;display:inline-block}.chart-collector-legend .legend-label{color:#333}.chart-collector-legend .legend-value{color:inherit;margin-left:6px;font-size:10px}.chart-collector-legend .legend-more{padding:0;font-size:9px}.legend-popover-list{display:flex;flex-direction:column;gap:4px}.legend-popover-item{display:flex;align-items:center;gap:6px;font-size:10px}.legend-popover-item .legend-color{width:10px;height:10px;border-radius:2px;display:inline-block}.chart-collector-legend .legend-single-row{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px}.chart-collector-legend .legend-tag{margin:2px 4px 2px 0;padding:2px 6px;border-radius:6px;line-height:1.15}.chart-collector-legend .legend-more-tag{margin:4px 0;padding:4px 8px;background:transparent;color:#1677ff;cursor:pointer;border:1px dashed rgba(22,119,255,.15)}@media(min-width:1081px){.chart-collector-legend .legend-value{font-size:11px!important;font-weight:600;color:#333}.chart-collector-legend .legend-label{font-size:12px!important}.chart-collector-legend .legend-tag{padding:2px 6px;font-size:11px;line-height:1.1}}@media(min-width:1081px){.legend-popover-item{font-size:10px!important}.legend-popover-item .legend-value{font-size:10px!important;font-weight:500}}@media(min-width:1081px){.chart-collector-legend .legend-label{font-size:14px!important;color:#222}.chart-card.chart-collector svg text{font-size:13px!important}.chart-card.chart-collector .recharts-legend-item text{font-size:13px!important}}@media(min-width:1081px){.chart-card.chart-collector .recharts-wrapper,.chart-card.chart-collector .recharts-surface,.chart-card.chart-collector svg{flex:1 1 auto}.chart-collector-legend{padding-bottom:4px}}.recent-loans-wrapper .ant-table-container{padding-bottom:20px;flex:1 1 auto}.recent-loans-footer{margin-top:12px;margin-left:0}.recent-applications-card .ant-card-body{display:flex;flex-direction:column}.recent-applications-card{margin-bottom:36px}.recent-loans-wrapper{display:flex;flex-direction:column;min-height:300px}.recent-loans-footer{margin-top:auto;padding-top:8px}.recent-loans-footer{font-size:13px}.recent-loans-footer strong{font-weight:600}@media(min-width:481px){.recent-loans-wrapper .ant-table-container,.recent-applications-card .ant-card-body{padding-bottom:16px}}@media(max-width:480px){.recent-loans-wrapper .ant-table-container,.recent-applications-card .ant-card-body{padding-bottom:20px}}@media(max-width:1080px){.recent-loans-table .ant-table-thead th,.recent-loans-table .ant-table-tbody td{font-size:11px!important;padding:6px 8px!important}.recent-loans-footer .ant-pagination,.recent-loans-footer .ant-pagination-item,.recent-loans-footer .ant-pagination-item a,.recent-loans-footer .ant-pagination-item-ellipsis,.recent-loans-footer .ant-pagination-prev .ant-pagination-item-link,.recent-loans-footer .ant-pagination-next .ant-pagination-item-link,.recent-loans-footer .ant-pagination-options,.recent-loans-footer .ant-select-selector,.recent-loans-table .ant-table-footer,.recent-loans-footer{font-size:11px!important}.recent-loans-table .ant-btn{height:24px!important;padding:0 8px!important;font-size:11px!important;line-height:22px!important}.total-accounts,.total-value{font-size:11px}}@media(max-width:1080px){.recent-applications-card{margin-bottom:10px}}@media(min-width:768px)and (max-width:834px){.recent-applications-card{margin-bottom:8px}}@media(min-width:1081px){.recent-loans-table .ant-table-thead th,.recent-loans-table .ant-table-tbody td{font-size:13px!important;padding:10px 12px!important}.recent-loans-table .ant-pagination-item,.recent-loans-table .ant-select-selector,.recent-loans-table .ant-pagination,.recent-loans-table .ant-table-footer{font-size:13px!important}}.recent-applications-card .ant-input{max-width:100%}.recent-loans-extra{display:flex;align-items:center;gap:8px}.recent-loans-search{width:280px}@media(max-width:1080px){.recent-loans-search{width:220px;font-size:11px;height:28px;padding:2px 8px!important}}@media(max-width:600px){.recent-loans-search{width:100%}}.reject-btn{background-color:#fa1414!important;border-color:#fa1414!important;color:#fff!important}.reject-btn:hover,.reject-btn:focus{background-color:#d40606!important;border-color:#d40606!important;color:#fff!important}@media(max-width:1080px){.status-item{font-size:10px}}@media(max-width:480px){.status-item{font-size:9px}}.loan-card{border-radius:12px;color:var(--loan-text-color, #1f1f1f)}.loan-header-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:4px}.loan-view-toggle{flex-shrink:0}.loan-card-grid{margin-top:8px}.loan-card-item{border-radius:10px;transition:box-shadow .2s,transform .15s;border:1px solid #f0f0f0}.loan-card-item:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.loan-card-item .ant-card-body{padding:16px!important}.loan-card-item .ant-card-actions{border-top:1px solid #f5f5f5}.loan-card-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.loan-card-status-tag{font-size:11px;font-weight:600;text-transform:uppercase}.loan-card-acct{font-size:12px;font-variant-numeric:tabular-nums}.loan-card-item-name{display:flex;align-items:center;font-size:14px;margin-bottom:4px}.loan-card-item-location{display:flex;align-items:center;margin-bottom:12px}.loan-card-item-financials{display:flex;justify-content:space-between;gap:12px;padding:10px 0 0;border-top:1px solid #f5f5f5}.loan-card-amount,.loan-card-balance{font-weight:700;font-size:15px;font-variant-numeric:tabular-nums;margin-top:2px}.loan-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px 0 24px}@media(max-width:480px){.loan-header-row{flex-direction:column;align-items:stretch}.loan-card-item-financials{flex-direction:column;gap:6px}.loan-card-footer{flex-direction:column;align-items:center}.loan-card .ant-card-body{padding:8px!important}.loan-table{overflow-x:auto}.loan-table .ant-table{min-width:700px}.loan-view-toggle{align-self:flex-end}.loan-card-item .ant-card-body{padding:12px!important}.loan-card-item-name,.loan-card-amount,.loan-card-balance{font-size:13px}}.loan-filters{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.loan-search{width:100%;max-width:320px!important;height:32px!important}.loan-select{width:100%;max-width:180px!important}.loan-table .ant-table{border-radius:8px}.loan-col-main{font-weight:600}.loan-col-sub{font-size:12px}.loan-location-cell{white-space:normal!important;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.loan-location-cell .ant-typography{font-size:12px;line-height:1.2}.loan-modal .ant-modal-body{padding:20px}.loan-modal-content{display:flex;flex-direction:column;gap:6px}.corporate-table{border-radius:12px;box-shadow:0 4px 10px #0000000d;overflow:hidden}.corporate-table .ant-table-thead>tr>th{font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:center;background:var(--table-header-bg, #fafafa)!important;color:var(--table-header-color, var(--loan-th-color, #434343))!important}.loan-status-card.compact{background:transparent;border:none;padding:0}.loan-status-card .status-row{display:flex;align-items:center;justify-content:flex-start;gap:6px;margin-bottom:4px}.loan-status-card .status-row.with-action{justify-content:space-between}.loan-status-card .status-item{display:flex;align-items:center;gap:6px}.loan-status-card .status-label{width:110px;font-size:11px;color:var(--loan-label-color, inherit)}.loan-status-card .status-tag{line-height:18px;height:20px;font-size:11px;padding:0 6px}.loan-status-card .status-closed{margin-top:6px;text-align:center}@media(max-width:768px){.loan-filters{flex-direction:column;gap:8px}.loan-search,.loan-select{width:100%!important}}@media(min-width:768px)and (max-width:834px){.loan-search{max-width:280px!important}.loan-select{max-width:160px!important}}@media(max-width:1080px){.loan-card .ant-card-body{padding:12px!important}.loan-filters{gap:8px;font-size:10px}.loan-search{max-width:200px!important;font-size:11px}.loan-select{max-width:120px!important;font-size:11px}.loan-select .ant-select-selection-item,.loan-select .ant-select-selection-placeholder{font-size:11px}.loan-table .ant-table-thead>tr>th{padding:6px!important;font-size:12px}.loan-table .ant-table-tbody>tr>td{padding:6px!important;font-size:10px}.loan-location-cell .ant-typography{font-size:11px;line-height:1.2}.loan-status-card .status-label{width:96px;font-size:10px}.loan-status-card .status-label strong{font-size:10px!important;line-height:1.1}.loan-status-card .status-tag{height:16px;line-height:14px;font-size:9px;padding:0 4px}.loan-table .ant-btn{height:24px;padding:0 8px;font-size:12px}.loan-card .ant-typography{font-size:16px}.loan-status-card .status-label.ant-typography{font-size:10px!important}.loan-loanno-cell .ant-typography,.loan-clientname-cell .ant-typography,.loan-loandetails-cell .loan-amount-text{font-size:12px}.loan-loandetails-cell .loan-balance-text{font-size:11px!important}.loan-location-cell .ant-typography{font-size:11px}.loan-loandetails-cell .ant-tag{height:18px;line-height:16px;font-size:10px;padding:0 6px}.loan-actions-cell{display:flex;justify-content:center}.loan-actions-cell .ant-space{gap:6px!important}.loan-table .loan-actions-col{width:110px;min-width:110px}.loan-table .ant-table-footer .ant-typography{font-size:11px!important}.loan-table .ant-table-footer .ant-pagination,.loan-table .ant-table-footer .ant-pagination .ant-pagination-item,.loan-table .ant-table-footer .ant-pagination .ant-pagination-item a,.loan-table .ant-table-footer .ant-pagination .ant-pagination-item-link,.loan-table .ant-table-footer .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.loan-table .ant-table-footer .ant-pagination .ant-pagination-next .ant-pagination-item-link,.loan-table .ant-table-footer .ant-select,.loan-table .ant-table-footer .ant-select .ant-select-selector,.loan-table .ant-table-footer .ant-select .ant-select-selection-item,.loan-table .ant-table-footer .ant-select .ant-select-selection-placeholder,.loan-table .ant-table-footer .ant-select .ant-select-arrow{font-size:11px}.loan-table .ant-table colgroup col:nth-child(1){width:150px!important;min-width:150px!important}.loan-table .ant-table colgroup col:nth-child(2){width:200px!important;min-width:200px!important}.loan-table .ant-table colgroup col:nth-child(3){width:120px!important;min-width:120px!important}.loan-table .ant-table colgroup col:nth-child(4){width:180px!important;min-width:180px!important}.loan-table .ant-table colgroup col:nth-child(5){width:230px!important;min-width:230px!important}.loan-table .ant-table colgroup col:nth-child(6){width:110px!important;min-width:110px!important}.loan-table .ant-table-thead>tr>th:nth-child(1),.loan-table .ant-table-tbody>tr>td:nth-child(1){width:150px!important;max-width:150px}.loan-table .ant-table-thead>tr>th:nth-child(2),.loan-table .ant-table-tbody>tr>td:nth-child(2){width:200px!important;max-width:200px}.loan-table .ant-table-thead>tr>th:nth-child(3),.loan-table .ant-table-tbody>tr>td:nth-child(3){width:120px!important;max-width:120px}.loan-table .ant-table-thead>tr>th:nth-child(4),.loan-table .ant-table-tbody>tr>td:nth-child(4){width:180px!important;max-width:180px}.loan-table .ant-table-thead>tr>th:nth-child(5),.loan-table .ant-table-tbody>tr>td:nth-child(5){width:230px!important;max-width:230px}.loan-table .ant-table-thead>tr>th:nth-child(6),.loan-table .ant-table-tbody>tr>td:nth-child(6){width:110px!important;max-width:110px}}@media(max-width:1280px){.loan-status-card .status-label{font-size:10px!important}}.loan-card .ant-btn-primary:not(.ant-btn-circle):not(.ant-btn-round){border-radius:4px!important}.loan-info-table .ant-tag{display:inline-flex;align-items:center;justify-content:flex-start;font-size:11px;height:20px;line-height:18px;padding:0 6px}.loan-info-table .ant-table-cell{vertical-align:middle;text-align:left}.loan-info-table .col-remarks,.loan-info-table .col-action,.loan-info-table .col-remarks .ant-table-cell,.loan-info-table .col-action .ant-table-cell{text-align:inherit}.info-row{display:flex;align-items:center;gap:4px;margin-top:0}.info-row+.info-row{margin-top:2px}.info-label{min-width:92px;font-weight:600;font-size:12px}.info-value{font-size:12px}.info-tag{font-size:11px!important;height:20px;line-height:18px;padding:0 6px}.loan-table .ant-table-thead>tr>th{padding:6px 8px!important;line-height:18px;background:var(--table-header-bg, #fafafa)!important;color:var(--table-header-color, #262626)!important}.loan-table .ant-table-thead>tr{height:32px}.loan-card .ant-card-body{padding:16px!important}.loan-table .ant-table-tbody>tr>td{background:var(--table-bg, #ffffff)!important;color:var(--table-text-color, #1f1f1f)!important}.loan-table .ant-table-tbody>tr:hover>td{background:var(--table-row-hover-bg, #f5f5f5)!important}.loan-table .ant-table-tbody>tr:active>td,.loan-table .ant-table-tbody>tr:focus>td{background:var(--table-row-selected-bg, #e6f7ff)!important}.loan-table .ant-table-tbody>tr.ant-table-row-selected>td,.loan-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:var(--table-row-selected-bg, #e6f7ff)!important}.loans-with-bottom-gap{padding-bottom:24px}@media(min-width:768px){.loans-with-bottom-gap{padding-bottom:36px}}.soa-card .ant-card-body{padding:16px}.soa-extra{display:inline-flex;align-items:center;gap:12px}.soa-table .ant-table-thead>tr>th{padding:8px!important;font-size:13px}.soa-table .ant-table-tbody>tr>td{padding:8px!important;font-size:12px}.soa-table .ant-tag{font-size:12px;height:22px;line-height:20px;padding:0 8px}.soa-card .ant-modal .ant-modal-body{padding:16px}@media(max-width:1080px){.soa-card .ant-card-body{padding:12px!important}.soa-extra{gap:8px}.soa-extra span{font-size:11px!important}.soa-table .ant-table-thead>tr>th{padding:6px!important;font-size:12px}.soa-table .ant-table-tbody>tr>td{padding:6px!important;font-size:10px}.soa-table .ant-table-tbody>tr>td *{font-size:10px!important}.soa-table .ant-tag{font-size:10px;height:18px;line-height:16px;padding:0 6px}.ant-descriptions.soa-descriptions .ant-descriptions-item-label,.ant-descriptions.soa-descriptions .ant-descriptions-item-content{font-size:12px;padding:6px 8px}.soa-table table colgroup col:nth-child(2){width:30%!important}.soa-table .ant-table-thead>tr>th:nth-child(2),.soa-table .ant-table-tbody>tr>td:nth-child(2){width:30%!important;max-width:30%!important;word-break:break-word}.soa-table table colgroup col:nth-child(3){width:20%!important}.soa-table .ant-table-thead>tr>th:nth-child(3),.soa-table .ant-table-tbody>tr>td:nth-child(3){width:20%!important;max-width:20%!important;word-break:break-word}.soa-table .ant-table-tbody>tr>td:nth-child(6) .ant-btn{height:24px!important;line-height:22px!important;padding:0 8px!important;font-size:10px!important}.soa-table .ant-table-tbody>tr>td:nth-child(6) .ant-btn>span{line-height:22px!important}}@media(max-width:480px){.soa-card .ant-card-body{padding:8px!important}.soa-extra{gap:6px;flex-wrap:wrap}.soa-extra span{font-size:10px!important}.soa-table{overflow-x:auto}.soa-table .ant-table{min-width:600px}.soa-table .ant-table-thead>tr>th{font-size:11px;padding:4px!important;white-space:nowrap}.soa-table .ant-table-tbody>tr>td{font-size:10px;padding:4px!important}.soa-table .ant-tag{font-size:9px;height:16px;line-height:14px;padding:0 4px}}.danger-zone .delete-button{border-color:red;color:red;background-color:#fff}.danger-zone .delete-button:hover{background-color:#f5222d;color:#fff}.collection-action-btn.ant-btn{border-radius:4px!important;display:inline-flex;align-items:center;justify-content:center;padding:4px;width:24px;height:24px;line-height:1}.collection-action-btn.ant-btn .ant-btn-icon{margin-inline-end:0;display:flex;align-items:center;justify-content:center;font-size:14px}.collection-action-btn.ant-btn>span:not(.ant-btn-icon){display:none}@media(max-width:480px){.collection-action-btn.ant-btn{width:22px;height:22px}.collection-action-btn.ant-btn .ant-btn-icon{font-size:12px}}.accounts-container{padding:5px}.accounts-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.accounts-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--grid-gutter)}.accounts-row:has(.account-col:last-child:nth-child(4n+1)),.accounts-row:has(.account-col:last-child:nth-child(4n+2)),.accounts-row:has(.account-col:last-child:nth-child(4n+3)){justify-content:center}.account-col{display:flex;flex:1 1 calc(25% - var(--grid-gutter));max-width:calc(25% - var(--grid-gutter));box-sizing:border-box}@media(max-width:992px){.account-col{flex:1 1 calc(33.333% - var(--grid-gutter));max-width:calc(33.333% - var(--grid-gutter))}}@media(max-width:768px){.account-col{flex:1 1 calc(50% - var(--grid-gutter));max-width:calc(50% - var(--grid-gutter))}}@media(max-width:576px){.account-col{flex:1 1 100%;max-width:100%}}.account-card{flex:1;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;min-height:250px}.account-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000026}.account-card .ant-card-body{display:flex;flex-direction:column;flex:1;padding:16px;box-sizing:border-box}.account-card .ant-card-actions{margin-top:auto;display:flex;justify-content:flex-end;gap:8px;border-top:none}.account-card-details{font-size:12px;color:#555;margin-top:8px;flex:1;display:flex;flex-direction:column;gap:4px}.account-card .ant-card-meta-title{font-size:16px;font-weight:600;margin-bottom:4px}.status-online{color:#52c41a;font-weight:500}.status-offline{color:#f5222d;font-weight:500}.photo-upload-wrapper{display:flex;align-items:center;gap:12px}.photo-avatar{border:2px solid #ddd;border-radius:50%}.photo-upload-btn{border-radius:8px;font-size:13px}.ant-collapse-header{font-weight:600;color:#444!important;font-size:14px}.ant-table{border-radius:10px;overflow:hidden}.ant-segmented{background:#e6f0ff;padding:4px 6px;border-radius:10px;box-shadow:inset 0 1px 3px #0000001a}.ant-segmented-item-selected{background:#1890ff!important;color:#fff!important;font-weight:600;box-shadow:0 2px 6px #00000026}.accounts-title{margin-bottom:16px;font-weight:700;color:#222}.accounts-toggle{margin-bottom:20px;display:flex;justify-content:flex-end}.position-restriction-msg{font-size:12px;color:#f5222d;margin-top:4px}.db-settings{padding:8px}.db-settings .ant-card{width:100%}.db-settings .danger-zone .ant-card-head-title{color:#c0392b}@media(max-width:1080px){.db-settings{padding:6px}.db-settings .ant-card-body{padding:12px!important}.db-settings .ant-btn{font-size:12px}}@media(max-width:480px){.db-settings{padding:4px}.db-settings .ant-card-body{padding:10px!important}.db-settings .ant-card-head-title{font-size:14px}.db-settings .ant-btn{font-size:12px;width:100%}.db-settings .ant-space{flex-direction:column;width:100%}.db-settings .ant-space-item{width:100%}}.announcement-manager{max-width:1200px;margin:0 auto}.announcement-manager .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.announcement-manager .page-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a2e}.announcement-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px}.announcement-stats .stat-card{border-radius:8px;text-align:center}.announcement-stats .stat-card .ant-statistic-title{font-size:12px;color:#666;margin-bottom:2px}.announcement-stats .stat-card .ant-statistic-content{font-size:22px;font-weight:700}.announcement-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.announcement-toolbar .ant-input-search{max-width:280px}.announcement-manager .ant-table-wrapper{border-radius:8px;overflow:hidden}.announcement-manager .announcement-title-cell{font-weight:600;font-size:14px;margin-bottom:2px;color:#1a1a2e}.announcement-manager .announcement-content-cell{font-size:13px;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.announcement-manager .announcement-meta-cell{font-size:11px;color:#999;margin-top:4px}.announcement-manager .row-inactive{opacity:.55}.announcement-manager .row-expired td{background:#fff2f0!important}.announcement-form .ant-form-item{margin-bottom:16px}.announcement-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.priority-urgent{font-weight:700}@media(max-width:768px){.announcement-stats{grid-template-columns:repeat(3,1fr)}.announcement-toolbar{flex-direction:column;align-items:stretch}.announcement-toolbar .ant-input-search{max-width:100%}.announcement-form .form-row{grid-template-columns:1fr}}@media(max-width:480px){.announcement-stats{grid-template-columns:repeat(2,1fr)}.announcement-manager .ant-table-wrapper{overflow-x:auto}.announcement-manager .ant-table{min-width:500px}.announcement-manager .ant-table-thead>tr>th{font-size:11px;padding:4px 6px;white-space:nowrap}.announcement-manager .ant-table-tbody>tr>td{font-size:11px;padding:4px 6px}.announcement-manager .page-header h2{font-size:16px}}.collector-container{padding:5px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto}.ant-table{border-radius:10px;overflow:hidden;width:100%!important;table-layout:fixed}.ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px}.ant-table-tbody>tr>td{font-size:13px}@media(min-width:1081px){.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.collector-info{display:flex;flex-direction:column;gap:4px;min-width:0}.collector-routes{display:flex;flex-wrap:wrap;gap:4px;max-width:100%}@media(max-width:1080px){.collector-container{padding:8px;overflow-x:visible}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{font-size:12px;padding:8px 10px}.collector-name{font-size:16px}.area-route-tag{font-size:11px;padding:0 6px;line-height:18px}.collector-actions{gap:8px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}.ant-table{table-layout:fixed;width:100%!important}}.collector-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:12px}.collector-info{display:flex;flex-direction:column;gap:4px}.collector-name{font-size:20px;font-weight:600}.collector-routes{display:flex;flex-wrap:wrap;gap:4px}.collector-id{color:#888;font-size:12px}.area-route-tag{margin:0 4px 4px 0;display:inline-block;font-size:10px;padding:0 6px;line-height:18px}.ant-modal{border-radius:12px}.ant-modal-header{border-bottom:1px solid #f0f0f0}.ant-modal-title{font-weight:600}.ant-modal-footer{border-top:1px solid #f0f0f0}.ant-form-item-label>label{font-weight:500}.ant-btn-primary{background-color:#1890ff;border-color:#1890ff}.ant-btn-primary:hover{background-color:#40a9ff;border-color:#40a9ff}.ant-btn-link{padding:0}.collector-input .ant-input,.collector-input .ant-select-selector,.collector-input .ant-picker{border-radius:6px!important;height:40px!important;padding-top:8px!important;padding-bottom:8px!important;box-sizing:border-box}.collector-input .ant-select-selection-overflow{min-height:40px!important}.collector-input .ant-picker-input>input{height:24px}.collector-input .ant-select-selector{padding:6px 10px!important}.collector-input .ant-select-selection-overflow{padding:4px 6px!important}.collector-input .ant-select-selection-overflow-item{margin:4px 6px!important;padding:2px 8px!important;line-height:20px!important}.collector-input .ant-select-single .ant-select-selector{display:flex;align-items:center}.collector-input .ant-picker .ant-picker-suffix{margin-top:0!important}@media(max-width:480px){.collector-container{padding:4px;overflow-x:auto}.collector-actions{flex-direction:column;align-items:stretch;gap:8px}.collector-actions .ant-input-search{width:100%!important}.collector-name{font-size:14px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{font-size:11px;padding:6px}.area-route-tag{font-size:9px;padding:0 4px;line-height:16px}.collector-info{gap:2px}}.accounting-center-container{display:flex;flex-direction:column;padding:16px;background-color:#f5f6fa;border-radius:10px}.accounting-center-container .ant-typography h2{font-weight:700;color:#1a1a2e;letter-spacing:-.3px}.stat-card{border-radius:10px;border:none;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.stat-card .ant-card-body{padding:20px}.stat-card .ant-statistic-title{font-weight:600;text-transform:uppercase;letter-spacing:.4px;font-size:12px;color:#00000080}.stat-card .ant-statistic-content{font-variant-numeric:tabular-nums;font-size:22px;font-weight:600}.stat-card .ant-statistic-content-prefix{font-size:18px;margin-right:4px}.accounting-center-container .ant-table{border-radius:10px;overflow:hidden}.accounting-center-container .ant-table-thead>tr>th{background:#fafafa!important;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.3px;color:#0000008c}.accounting-center-container .ant-table-tbody>tr>td:nth-child(7){text-align:right;font-variant-numeric:tabular-nums;font-weight:500}.accounting-center-container .ant-card{border-radius:10px;border:none;box-shadow:0 2px 8px #0000000f}.accounting-center-container .ant-card .ant-card-head{border-bottom:1px solid #f0f0f0;font-weight:600;color:#1a1a2e}.accounting-center-container .ant-card+.ant-card{margin-top:12px}.accounting-center-container .ant-tabs-tab{font-size:15px;font-weight:500}.full-page-spin{display:flex;justify-content:center;align-items:center;height:60vh;width:100%}@media(max-width:480px){.accounting-center-container{padding:8px}.stat-card .ant-card-body{padding:12px}.stat-card .ant-statistic-content{font-size:18px}.stat-card .ant-statistic-content-prefix{font-size:14px}.accounting-center-container .ant-tabs-tab{font-size:13px}.accounting-center-container .ant-table-wrapper{overflow-x:auto}.accounting-center-container .ant-table{min-width:500px}.accounting-center-container .ant-table-thead>tr>th{font-size:10px;padding:4px 6px;white-space:nowrap}.accounting-center-container .ant-table-tbody>tr>td{font-size:10px;padding:4px 6px}}@media(min-width:481px)and (max-width:1080px){.accounting-center-container{padding:12px}.stat-card .ant-card-body{padding:14px}.stat-card .ant-statistic-title{font-size:11px}.stat-card .ant-statistic-content{font-size:18px}.stat-card .ant-statistic-content-prefix{font-size:15px}}@media(min-width:1441px){.accounting-center-container{padding:24px}.stat-card .ant-statistic-content{font-size:26px}}.dev-settings .ant-collapse-item>.ant-collapse-header{background:var(--card-header-bg, transparent)!important;border-bottom:1px solid var(--card-header-border, transparent)!important}.dev-settings .ant-collapse-item>.ant-collapse-header .ant-collapse-header-text,.dev-settings .ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon{color:var(--card-header-color, inherit)!important}.dev-settings .ant-table{background:var(--table-bg, inherit)!important;color:var(--table-text-color, inherit)!important}.dev-settings .ant-table-thead>tr>th{background:var(--table-header-bg, inherit)!important;color:var(--table-header-color, inherit)!important}.dev-settings .ant-table-tbody>tr>td{background:var(--table-bg, inherit)!important;color:var(--table-text-color, inherit)!important}.dev-settings .ant-table-tbody>tr:hover>td{background:var(--table-row-hover-bg, inherit)!important}@media(max-width:1080px){.dev-settings .ant-collapse-item>.ant-collapse-header{padding:10px 12px!important;font-size:13px}.dev-settings .ant-table-thead>tr>th{font-size:12px;padding:6px 8px}.dev-settings .ant-table-tbody>tr>td{font-size:11px;padding:6px 8px}.dev-settings .ant-form-item-label>label{font-size:12px}}@media(max-width:480px){.dev-settings .ant-collapse-item>.ant-collapse-header{padding:8px 10px!important;font-size:12px}.dev-settings .ant-table{overflow-x:auto}.dev-settings .ant-table table{min-width:400px}.dev-settings .ant-table-thead>tr>th{font-size:11px;padding:4px 6px;white-space:nowrap}.dev-settings .ant-table-tbody>tr>td{font-size:11px;padding:4px 6px}.dev-settings .ant-switch{min-width:36px}}.resigned-container{padding:24px;max-width:1200px;margin:0 auto}.resigned-title{margin-bottom:20px}.resigned-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.resigned-empty{text-align:center;padding:40px;color:#999;font-size:16px}@media(max-width:1080px){.resigned-container{padding:12px}.resigned-container .ant-table-thead>tr>th{font-size:12px;padding:6px 8px}.resigned-container .ant-table-tbody>tr>td{font-size:11px;padding:6px 8px}}@media(max-width:480px){.resigned-container{padding:6px}.resigned-title{font-size:16px!important;margin-bottom:12px}.resigned-empty{padding:20px;font-size:14px}.resigned-container .ant-table{overflow-x:auto}.resigned-container .ant-table table{min-width:500px}.resigned-container .ant-table-thead>tr>th{font-size:11px;padding:4px 6px;white-space:nowrap}.resigned-container .ant-table-tbody>tr>td{font-size:11px;padding:4px 6px}}.messaging-layout{display:flex;height:calc(100vh - 120px);background:#fff;border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.messaging-sidebar{width:220px;min-width:220px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;background:#fafafa}.messaging-sidebar-menu{flex:1;padding:8px 0}.messaging-sidebar .ant-menu{background:transparent;border-right:none}.messaging-sidebar .ant-menu-item{margin:2px 8px;border-radius:6px}.messaging-compose-btn{margin:12px}.messaging-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.messaging-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;gap:8px;flex-wrap:wrap}.messaging-list{flex:1;overflow-y:auto}.messaging-list .ant-list-item{padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f5f5f5}.messaging-list .ant-list-item:hover{background:#f0f7ff}.messaging-list .ant-list-item.unread{background:#f6ffed;font-weight:600}.messaging-list .ant-list-item.unread:hover{background:#e8f5e0}.message-item-subject{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.message-item-body-preview{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.message-item-date{font-size:12px;color:#999;white-space:nowrap}.message-item-routing-badge{margin-left:6px}.message-detail{flex:1;display:flex;flex-direction:column;overflow:hidden}.message-detail-header{padding:16px 20px;border-bottom:1px solid #f0f0f0}.message-detail-body{flex:1;overflow-y:auto;padding:20px}.message-detail-body p{white-space:pre-wrap;word-break:break-word}.message-detail-attachments{padding:12px 20px;border-top:1px solid #f0f0f0;background:#fafafa}.message-detail-actions{padding:12px 20px;border-top:1px solid #f0f0f0;display:flex;gap:8px}.compose-recipients-select{width:100%}.messaging-settings-card{max-width:600px;margin:0 auto}.messaging-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#bbb;gap:12px}.messaging-empty .anticon{font-size:48px}.deleted-countdown{font-size:11px;color:#ff4d4f}@media(max-width:768px){.messaging-layout{flex-direction:column;height:auto;min-height:calc(100vh - 120px)}.messaging-sidebar{width:100%;min-width:100%;border-right:none;border-bottom:1px solid #f0f0f0}.messaging-sidebar-menu{max-height:140px;overflow-y:auto}.message-item-subject,.message-item-body-preview{max-width:200px}.messaging-toolbar{padding:6px 10px;gap:6px}.message-detail-header{padding:12px 14px}.message-detail-body{padding:14px}.message-detail-actions{padding:10px 14px;flex-wrap:wrap}}@media(max-width:480px){.messaging-layout{border-radius:4px}.messaging-compose-btn{margin:8px}.messaging-list .ant-list-item{padding:8px 10px}.message-item-subject{font-size:13px;max-width:180px}.message-item-body-preview{font-size:11px;max-width:180px}.message-detail-header{padding:10px 12px}.message-detail-body{padding:10px 12px;font-size:13px}}@media(min-width:481px)and (max-width:1080px){.messaging-sidebar{width:180px;min-width:180px}.message-item-subject,.message-item-body-preview{max-width:280px}.messaging-list .ant-list-item{padding:10px 12px}}
