@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;min-height:100vh;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f2f5}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.ant-table-thead>tr>th{font-weight:600!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.5px}.app-layout{height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-header{flex-shrink:0;background:#001529!important;padding:0!important;height:auto!important;line-height:1!important;display:flex;flex-direction:column}.header-top{display:flex;align-items:center;justify-content:space-between;padding:0 14px;min-height:40px;gap:12px}.header-left{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-title{margin:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:.5px;line-height:1.2;white-space:nowrap}.version-badge{font-size:11px;line-height:1.2}.header-quick-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.nav-action{display:flex;align-items:center;gap:4px;padding:4px;color:#ffffffbf;font-size:12px;cursor:pointer;border-radius:4px;white-space:nowrap;transition:color .2s,background .2s}.nav-action:hover{color:#fff;background:#ffffff14}.nav-action-colored .icon-colored{font-size:13px}.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-icon{font-size:16px;cursor:pointer;transition:color .2s}.header-icon-btn{cursor:pointer}.header-icon-depots{color:#faad14!important}.header-icon-approbation{color:#52c41a!important}.header-icon-bell{color:#1890ff!important}.header-icon-user{color:#fff!important}.notification-badge .ant-badge-count{font-size:10px;min-width:16px;height:16px;line-height:16px;padding:0 4px}.user-trigger{display:flex;align-items:center;gap:6px;color:#fff;cursor:pointer;font-size:13px;padding:2px 8px;border-radius:4px;transition:background .2s}.user-trigger:hover{background:#ffffff1a}.nav-bar{position:relative;background:#002140;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:stretch}.main-nav-items{display:flex;align-items:stretch;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.main-nav-items::-webkit-scrollbar{display:none}.main-nav-item{display:flex;align-items:center;gap:5px;padding:0 10px;height:34px;font-size:12px;color:#ffffffbf;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s;border-bottom:2px solid transparent;-webkit-user-select:none;user-select:none}.main-nav-item:hover,.main-nav-item.main-nav-item-open{color:#fff;background:#ffffff12}.main-nav-item.main-nav-item-active{color:#fff;border-bottom-color:#1890ff;background:#1890ff26}.main-nav-icon{font-size:13px;display:flex;align-items:center}.main-nav-arrow{font-size:9px;opacity:.5;margin-left:1px}.mega-menu-panel{position:absolute;top:100%;left:0;right:0;z-index:1200;background:#fff;border-top:3px solid #1890ff;box-shadow:0 12px 32px #0000002e;animation:megaFadeIn .12s ease}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mega-menu-inner{display:flex;align-items:flex-start;gap:0;padding:20px 32px;max-width:1400px;margin:0 auto}.mega-menu-title-col{flex:0 0 160px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-right:24px;border-right:1px solid #f0f0f0;margin-right:28px}.mega-menu-module-icon{font-size:36px;line-height:1;opacity:.85}.mega-menu-module-name{font-size:14px;font-weight:700;color:#001529;line-height:1.3}.mega-menu-grid{flex:1;display:grid;gap:2px 16px;align-content:start}.mega-menu-grid-1{grid-template-columns:repeat(1,1fr)}.mega-menu-grid-2{grid-template-columns:repeat(2,1fr)}.mega-menu-grid-3{grid-template-columns:repeat(3,1fr)}.mega-menu-grid-4{grid-template-columns:repeat(4,1fr)}.mega-menu-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;cursor:pointer;transition:background .12s,color .12s}.mega-menu-item:hover{background:#e6f4ff}.mega-menu-item:hover .mega-menu-item-label{color:#1890ff}.mega-menu-item-icon{font-size:14px;flex-shrink:0;display:flex;align-items:center;opacity:.85}.mega-menu-item-label{font-size:12.5px;color:#262626;line-height:1.35;transition:color .12s}.menu-icon-colored{display:inline-flex;align-items:center}.menu-icon-colored .anticon{margin-inline-end:6px}.app-content .sidebar .sidebar-menu .ant-menu-item .anticon,.app-content .sidebar .sidebar-menu .menu-icon-colored .anticon{font-size:14px}.app-content .sidebar .sidebar-menu .ant-menu-item-selected .menu-icon-colored{opacity:1}.app-layout .content-main .anticon{vertical-align:middle}.app-content{display:flex;flex:1 1 0%;min-height:0;overflow:hidden;margin:2px;padding:2px 4px;background:#fff;border-radius:6px;gap:8px}.app-content .sidebar{width:200px;min-width:200px;flex-shrink:0;min-height:0;max-height:100%;padding:0;display:flex;flex-direction:column;background:#fafafa;border-right:1px solid #f0f0f0;border-radius:4px;overflow:hidden}.app-content .sidebar.sidebar-collapsed{width:48px;min-width:48px}.app-content .sidebar .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 6px;flex-shrink:0;border-bottom:1px solid #f0f0f0;min-height:36px}.app-content .sidebar .sidebar-title{font-size:12px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.app-content .sidebar .sidebar-toggle{flex-shrink:0;color:#595959;font-size:13px}.app-content .sidebar .sidebar-toggle:hover{color:#1890ff}.app-content .sidebar.sidebar-collapsed .sidebar-header{justify-content:center;padding:8px 4px}.app-content .sidebar .sidebar-menu{flex:1;overflow-y:auto;overflow-x:hidden;border-inline-end:none!important;background:transparent!important}.app-content .sidebar .sidebar-menu .ant-menu-item,.app-content .sidebar .sidebar-menu .ant-menu-submenu-title{font-size:12px!important;height:auto!important;min-height:32px!important;line-height:1.4!important;margin:1px 4px!important;border-radius:4px!important;padding-inline:10px!important;padding-top:5px!important;padding-bottom:5px!important;width:calc(100% - 8px)!important;white-space:normal!important}.app-content .sidebar .sidebar-menu .ant-menu-item .ant-menu-title-content,.app-content .sidebar .sidebar-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content{font-size:12px;white-space:normal;word-break:break-word;overflow:visible;line-height:1.4}.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-item,.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-submenu-title{padding-inline:0!important;justify-content:center;text-align:center}.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-item .ant-menu-title-content,.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content{display:none}.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-item .ant-menu-item-icon,.app-content .sidebar.sidebar-collapsed .sidebar-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-item-icon{margin-inline-end:0!important;font-size:16px}.app-content .sidebar.sidebar-collapsed .sidebar-menu.ant-menu-inline-collapsed{width:48px!important}.app-content .content-main{flex:1;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden}.app-footer,.ant-layout-footer.app-footer{flex-shrink:0;text-align:center;padding:6px 16px;font-size:12px;color:#8c8c8c;background:#f5f5f5;border-top:1px solid #f0f0f0;line-height:1.4}.lp-root{display:flex;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.lp-left{flex:0 0 46%;max-width:46%;background:#0b1e3d;display:flex;flex-direction:column;padding:48px 52px 0;position:relative;overflow:hidden}.lp-left:after{content:"";position:absolute;inset:-8%;background:url(/fondlogin.jpg) center center / cover no-repeat;animation:lp-kenburns 20s ease-in-out infinite alternate;z-index:0}@keyframes lp-kenburns{0%{transform:scale(1) translate(0)}25%{transform:scale(1.06) translate(-1.5%,1%)}50%{transform:scale(1.1) translate(1%,-1.5%)}75%{transform:scale(1.07) translate(-1%,1.5%)}to{transform:scale(1.04) translate(1.5%,-.5%)}}.lp-left:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#0b1e3dd6,#0f2a5acc 55%,#0d2248de),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,40px 40px,40px 40px;z-index:1;pointer-events:none}.lp-logo{margin-bottom:56px;position:relative;z-index:2}.lp-logo-img{max-height:100px;max-width:260px;object-fit:contain}.lp-logo-icon{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:700;letter-spacing:1.5px}.lp-logo-icon .anticon{font-size:32px;color:#3b82f6}.lp-headline{position:relative;z-index:2;margin-bottom:40px}.lp-headline h1{font-size:32px;font-weight:700;color:#fff;line-height:1.25;margin:0 0 16px;letter-spacing:-.5px}.lp-highlight{color:#3b82f6;font-style:italic}.lp-desc{font-size:14px;color:#fff9;line-height:1.7;max-width:360px;margin:0}.lp-features{display:flex;flex-direction:column;gap:20px;position:relative;z-index:2;margin-bottom:48px}.lp-feature-item{display:flex;align-items:flex-start;gap:16px}.lp-feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.lp-feature-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:3px}.lp-feature-desc{font-size:12.5px;color:#ffffff80;line-height:1.5}.lp-chart{display:flex;align-items:flex-end;gap:5px;height:90px;padding:0 4px;position:absolute;bottom:0;left:52px;right:52px;z-index:2}.lp-bar{flex:1;background:#3b82f640;border-radius:4px 4px 0 0;animation:lp-bar-grow .6s ease-out both;transform-origin:bottom}.lp-bar:nth-child(3n){background:#3b82f666}.lp-bar:nth-child(5n){background:#3b82f62e}@keyframes lp-bar-grow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.lp-right{flex:1;background:#f8f9fc;display:flex;align-items:center;justify-content:center;padding:48px 40px}.lp-form-wrapper{width:100%;max-width:420px;display:flex;flex-direction:column}.lp-welcome{margin-bottom:36px}.lp-welcome-title{font-size:32px;font-weight:700;color:#0b1e3d;margin:0 0 6px;letter-spacing:-.5px}.lp-welcome-sub{font-size:14px;color:#6b7280;margin:0}.lp-label{font-size:13.5px;font-weight:500;color:#374151}.lp-input{border-radius:10px!important;border-color:#e5e7eb!important;background:#fff!important;font-size:14px!important;height:48px!important;padding:0 14px!important;transition:border-color .2s,box-shadow .2s}.lp-input:focus,.lp-input:hover{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f!important}.ant-input-affix-wrapper.lp-input{padding:0 14px!important}.ant-input-affix-wrapper.lp-input input{height:auto!important;background:#fff!important}.lp-btn{height:50px!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;background:#3b82f6!important;border-color:#3b82f6!important;box-shadow:0 4px 14px #3b82f659!important;letter-spacing:.3px;transition:background .2s,box-shadow .2s,transform .1s}.lp-btn:hover{background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 6px 20px #3b82f673!important;transform:translateY(-1px)}.lp-btn:active{transform:translateY(0)}.lp-footer-note{margin-top:28px;text-align:center;font-size:12px;color:#9ca3af}.lp-page-footer{margin-top:16px;text-align:center;font-size:12px;color:#d1d5db}@media(max-width:900px){.lp-root{flex-direction:column}.lp-left{flex:none;max-width:100%;padding:36px 32px 90px}.lp-headline h1{font-size:26px}.lp-chart{left:32px;right:32px}.lp-right{padding:40px 24px}}@media(max-width:576px){.lp-left{padding:28px 20px 80px}.lp-logo{margin-bottom:32px}.lp-headline h1{font-size:22px}.lp-features{display:none}.lp-right{padding:32px 20px}.lp-form-wrapper{max-width:100%}}.dash{min-height:100%;display:flex;flex-direction:column;gap:8px;padding:8px 10px;background:#f0f2f5;overflow-y:auto;box-sizing:border-box}.dash-header{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;flex-shrink:0}.dash-title{font-size:15px;font-weight:700;color:#141414;margin-right:12px}.dash-date{font-size:12px;color:#8c8c8c;text-transform:capitalize}.dash-kpi-row{display:flex;gap:8px;flex-shrink:0}.dash-kpi-card{flex:1;background:#fff;border-radius:8px;padding:8px 10px;box-shadow:0 1px 3px #0000000f;display:flex;align-items:center;gap:8px;transition:transform .12s,box-shadow .12s}.dash-kpi-card:hover{transform:translateY(-2px);box-shadow:0 3px 10px #0000001a}.dash-kpi-icon{width:32px;height:32px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.dash-kpi-body{flex:1;min-width:0}.dash-kpi-value{font-size:18px;font-weight:700;color:#141414;line-height:1.2}.dash-kpi-title{font-size:11px;color:#8c8c8c;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-kpi-trend{font-size:11px;font-weight:500;line-height:1.2}.dash-kpi-sub{font-size:10px;color:#8c8c8c;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-gestion-row{display:flex;gap:8px;flex-shrink:0}.gestion-card{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;padding:10px 14px;border-left:3px solid #1890ff}.gestion-card:nth-child(2){border-left-color:#fa8c16}.gestion-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:8px}.gestion-label{font-size:13px;font-weight:700;color:#141414}.gestion-count{font-size:11px;color:#8c8c8c;white-space:nowrap}.gestion-metrics{display:flex;gap:20px;flex-wrap:wrap}.gestion-metric{display:flex;flex-direction:column;gap:1px}.gm-lbl{font-size:10px;color:#8c8c8c}.gm-val{font-size:14px;font-weight:600;color:#262626}.gm-total .gm-val{color:#52c41a}.dash-main{flex:1 0 auto;min-height:340px;display:flex;gap:8px}.dash-col{display:flex;flex-direction:column;gap:8px;min-height:0;min-width:0}.dash-panel{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.dash-card{display:flex;flex-direction:column;min-height:0}.card-head{padding:7px 12px;font-size:12px;font-weight:600;color:#262626;border-bottom:1px solid #f0f0f0;flex-shrink:0;display:flex;align-items:center;gap:6px;background:#fafafa}.card-body{flex:1;overflow-y:auto;min-height:0;padding:6px 10px;display:flex;flex-direction:column;gap:2px}.card-body::-webkit-scrollbar{width:6px}.card-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.card-body::-webkit-scrollbar-track{background:transparent}.valo-box{padding:8px 12px;color:#fff;display:flex;justify-content:space-between;align-items:center}.valo-box:first-child{border-radius:8px 8px 0 0}.valo-box:last-child{border-radius:0 0 8px 8px}.valo-val{font-size:14px;font-weight:700}.valo-lbl{font-size:11px;opacity:.9}.asset-table .ant-table-thead>tr>th{background:#1890ff!important;color:#fff!important;font-size:11px!important;padding:4px 8px!important;font-weight:600}.asset-table .ant-table-tbody>tr>td{padding:4px 8px!important;font-size:12px}.asset-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafafa}.asset-table .row-total>td{background:#f0f5ff!important;border-top:1.5px solid #91caff}.market-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid #f5f5f5}.market-row:last-child{border-bottom:none}.market-code{font-weight:600;font-size:12px;color:#262626;min-width:64px}.market-price{font-size:12px;color:#595959}.activity-row{display:flex;align-items:center;gap:8px;padding:4px 0;border-bottom:1px solid #f5f5f5}.activity-row:last-child{border-bottom:none}.act-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.act-body{flex:1;min-width:0;display:flex;flex-direction:column}.act-action{font-size:12px;font-weight:500;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.act-detail{font-size:11px;color:#8c8c8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.act-time{font-size:11px;color:#bfbfbf;flex-shrink:0;margin-left:8px}.nav-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px 10px;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;font-size:12px;font-weight:500;color:#262626;cursor:pointer;transition:background .12s,transform .1s;text-align:left}.nav-btn:hover{background:#e6f4ff;border-color:#91caff;transform:translate(2px)}.actions-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;flex:1}.action-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;transition:background .12s,transform .1s,box-shadow .12s}.action-tile:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #00000014;border-color:#d9d9d9}.action-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px}.action-label{font-size:10px;font-weight:500;color:#595959;text-align:center;line-height:1.3}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.prospect-form .ant-form-item{margin-bottom:12px}.prospect-form .ant-form-item-label>label{font-size:12.5px;font-weight:500;height:22px}.prospect-form .ant-select,.prospect-form .ant-picker,.prospect-form .ant-input-number,.prospect-form .ant-input-number-group-wrapper,.prospect-form .ant-input,.prospect-form .ant-input-affix-wrapper,.prospect-form .ant-input-password,.prospect-form .ant-radio-group,.prospect-form .ant-switch{width:100%}.prospect-form .ant-input,.prospect-form .ant-input-number-input{text-overflow:ellipsis}.prospect-form .ant-select-selection-item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prospect-form .ant-switch{width:auto!important;min-width:44px}.ticker-bar{background:#1a1a2e;color:#fff;padding:6px 0;font-size:12px;overflow:hidden;white-space:nowrap;margin-bottom:8px;border-radius:4px}.ticker-scroll{display:inline-flex;animation:ticker-move 40s linear infinite}.ticker-scroll:hover{animation-play-state:paused}@keyframes ticker-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:inline-flex;align-items:center;gap:6px;padding:0 18px;font-size:12px;white-space:nowrap}.session-bar{background:#f0f2f5;padding:5px 12px;font-size:12px;margin-bottom:8px;border:1px solid #d9d9d9;border-radius:4px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.marche-en-ligne .ant-table-row{cursor:pointer}.marche-en-ligne .ant-table-cell{font-size:11px!important}.ant-table-tbody>tr.row-status-BROUILLON>td{background-color:#fffbe6!important}.ant-table-tbody>tr.row-status-ENVOYE>td,.ant-table-tbody>tr.row-status-EN_COURS>td,.ant-table-tbody>tr.row-status-CONSULTATION>td,.ant-table-tbody>tr.row-status-APP>td{background-color:#e6f4ff!important}.ant-table-tbody>tr.row-status-VALIDE>td,.ant-table-tbody>tr.row-status-EXECUTE>td,.ant-table-tbody>tr.row-status-EXE>td,.ant-table-tbody>tr.row-status-CLOTURE>td{background-color:#f6ffed!important}.ant-table-tbody>tr.row-status-REJETE>td,.ant-table-tbody>tr.row-status-ANNULE>td,.ant-table-tbody>tr.row-status-ANN>td{background-color:#fff1f0!important}.ant-table-tbody>tr.ant-table-row-selected>td,.ant-table-tbody>tr.row-selected>td{background-color:#d9ecff!important}.ant-table-tbody>tr[class*=row-status-]:hover>td{filter:brightness(.97)}
