@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1e1b4b;background:#f8f7ff;font-family:Inter,sans-serif;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#fdba74;border-radius:3px}.sidebar{background:var(--card,#fff);border-right:1px solid var(--border,#fff7ed);z-index:100;flex-direction:column;width:220px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{border-bottom:1px solid var(--border,#fff7ed);padding:20px 16px}.sidebar-logo h1{color:#f97316;font-size:18px;font-weight:700}.sidebar-logo span{color:#fb923c;font-size:11px}.sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto}.nav-item{cursor:pointer;color:#6b7280;border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:#f97316;background:#fff7ed}.nav-item.active{color:#f97316;background:#fff7ed;font-weight:600}.sidebar-footer{border-top:1px solid var(--border,#fff7ed);padding:12px 8px}.main{min-height:100vh;margin-left:220px;padding:24px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.page-title{color:#1e1b4b;font-size:22px;font-weight:700}.card{background:var(--card,#fff);border:1px solid var(--border,#fff7ed);border-radius:14px;overflow:hidden}.card-pad{padding:20px}.btn-primary{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary:hover{background:#ea6c0a}.btn-secondary{background:var(--card2,#f5f5f5);color:var(--text,#374151);border:1px solid var(--border,#e5e7eb);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-secondary:hover{background:#e5e7eb}.btn-success{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-success:hover{background:#047857}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-danger:hover{background:#dc2626}.btn-sm{border-radius:8px;padding:5px 10px;font-size:12px}.btn-icon{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:all .15s;display:inline-flex}.btn-icon:hover{color:#f97316;background:#fff7ed}.input{border:1.5px solid var(--border,#e5e7eb);background:var(--card,#fff);width:100%;color:var(--text,#333);border-radius:10px;padding:8px 12px;font-family:inherit;font-size:13px;transition:all .15s}.input:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #fff7ed}.label{color:#6b7280;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;color:#9ca3af;text-transform:uppercase;border-bottom:1px solid var(--border,#f3f4f6);padding:10px 16px;font-size:11px;font-weight:600}td{color:#374151;border-bottom:1px solid #f9fafb;padding:12px 16px;font-size:13px}tr:hover td{background:var(--card2,#fafafa)}tr.clickable{cursor:pointer}.badge{border-radius:99px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-gray{color:#6b7280;background:#f3f4f6}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-green{color:#065f46;background:#d1fae5}.badge-red{color:#991b1b;background:#fee2e2}.badge-yellow{color:#92400e;background:#fef3c7}.badge-purple{color:#c2410c;background:#fff7ed}.badge-orange{color:#9a3412;background:#ffedd5}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden}.modal-lg{max-width:720px}.modal-header{border-bottom:1px solid var(--border,#f3f4f6);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h2{color:#1e1b4b;font-size:16px;font-weight:700}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.space-y>*+*{margin-top:12px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.flex-1{flex:1}.text-sm{font-size:12px}.text-xs{font-size:11px}.text-muted{color:#9ca3af}.text-right{text-align:right}.text-green{color:#10b981}.text-red{color:#ef4444}.text-purple{color:#f97316}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-mono{font-family:monospace}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.p-3{padding:12px}.p-4{padding:16px}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.bg-gray{background:#f9fafb}.bg-purple-light{background:#fff7ed}.spinner{border:3px solid #fff7ed;border-top-color:#f97316;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:#9ca3af;padding:48px 20px}.empty-state svg{opacity:.3;margin:0 auto 12px}.stat-card{background:var(--card,#fff);border:1px solid var(--border,#fff7ed);border-radius:14px;padding:20px}.stat-card .stat-label{color:#9ca3af;margin-bottom:6px;font-size:12px;font-weight:500}.stat-card .stat-value{color:#1e1b4b;font-size:24px;font-weight:700}.stat-card .stat-sub{color:#9ca3af;margin-top:4px;font-size:12px}.mobile-header,.sidebar-overlay,.sidebar-close-btn{display:none}@media (width<=768px){.mobile-header{z-index:150;background:#0f172a;border-bottom:1px solid #fff7ed;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.sidebar{z-index:200;transition:transform .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar-close-btn{display:inline-flex}.sidebar-overlay{z-index:190;background:#0006;animation:.2s fadeIn;display:block;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main{margin-left:0;padding:72px 16px 16px}.grid-2,.grid-3{grid-template-columns:1fr}.col-2,.col-3{grid-column:span 1}.stats-grid{grid-template-columns:1fr 1fr}.modal{border-radius:12px!important;max-width:calc(100% - 16px)!important;max-height:90vh!important;margin:auto!important}.modal-overlay{justify-content:center!important;align-items:center!important;padding:8px!important}.modal-lg{max-width:100%}.page-header{flex-direction:column;align-items:flex-start}.page-title{font-size:18px}.btn-primary,.btn-secondary,.btn-success,.btn-danger{padding:8px 12px;font-size:12px}td,th{padding:10px;font-size:12px}}@media (width<=400px){.stats-grid{grid-template-columns:1fr}}.dash-stats-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px;display:grid}.dash-main-grid{grid-template-columns:2fr 1fr;gap:16px;margin-bottom:16px;display:grid}.dash-bottom-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=768px){.dash-stats-grid{grid-template-columns:1fr 1fr}.dash-main-grid,.dash-bottom-grid{grid-template-columns:1fr}.stat-card .stat-value{font-size:18px!important}.fin-table th:nth-child(2),.fin-table td:nth-child(2),.fin-table th:nth-child(3),.fin-table td:nth-child(3),.fin-table th:nth-child(4),.fin-table td:nth-child(4){display:none}.fin-table~* input[type=date],input[type=date].input{width:100%}.modal-lg .grid-2{grid-template-columns:1fr!important}.modal-lg .col-2,.modal-lg .col-3{grid-column:span 1!important}}.input{text-transform:uppercase}.input::placeholder{text-transform:none}.row-receita td{background:#f0fdf4!important}.row-despesa td{background:#fef2f2!important}.row-receita:hover td{background:#dcfce7!important}.row-despesa:hover td{background:#fee2e2!important}[data-theme=dark] body{color:#e2e8f0;background:#0f172a!important}[data-theme=dark] .sidebar{background:#1e293b;border-color:#334155}[data-theme=dark] .sidebar-logo,[data-theme=dark] .sidebar-footer{border-color:#334155}[data-theme=dark] .nav-item{color:#94a3b8}[data-theme=dark] .nav-item:hover{color:#f97316;background:#f973161a}[data-theme=dark] .nav-item.active{color:#f97316;background:#f9731626}[data-theme=dark] .main{background:#0f172a}[data-theme=dark] .mobile-header,[data-theme=dark] .card{background:#1e293b;border-color:#334155}[data-theme=dark] .card-pad{background:#1e293b}[data-theme=dark] .stat-card{background:#1e293b;border-color:#334155}[data-theme=dark] .page-title{color:#e2e8f0}[data-theme=dark] .input{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731633}[data-theme=dark] .label{color:#94a3b8}[data-theme=dark] select.input option{color:#e2e8f0;background:#1e293b}[data-theme=dark] .btn-secondary{color:#e2e8f0;background:#334155;border-color:#475569}[data-theme=dark] .btn-secondary:hover{background:#475569}[data-theme=dark] .btn-icon{color:#94a3b8}[data-theme=dark] .btn-icon:hover{color:#f97316;background:#f973161a}[data-theme=dark] table th{color:#64748b;border-color:#334155}[data-theme=dark] table td{color:#cbd5e1;border-color:#1e293b}[data-theme=dark] tr:hover td{background:#f973160d!important}[data-theme=dark] .row-receita td{background:#10b98114!important}[data-theme=dark] .row-despesa td{background:#ef444414!important}[data-theme=dark] .row-receita:hover td{background:#10b98126!important}[data-theme=dark] .row-despesa:hover td{background:#ef444426!important}[data-theme=dark] .modal-overlay{background:#0009}[data-theme=dark] .modal{background:#1e293b}[data-theme=dark] .modal-header{border-color:#334155}[data-theme=dark] .modal-header h2{color:#e2e8f0}[data-theme=dark] .modal-footer{border-color:#334155}[data-theme=dark] .badge-gray{color:#94a3b8;background:#334155}[data-theme=dark] .badge-blue{color:#60a5fa;background:#1d4ed833}[data-theme=dark] .badge-green{color:#4ade80;background:#065f4633}[data-theme=dark] .badge-red{color:#f87171;background:#991b1b33}[data-theme=dark] .badge-yellow{color:#fbbf24;background:#92400e33}[data-theme=dark] .badge-orange{color:#fb923c;background:#9a341233}[data-theme=dark] .badge-purple{color:#f97316;background:#f9731626}[data-theme=dark] .bg-gray{background:#0f172a!important}[data-theme=dark] .bg-purple-light{background:#f973161a!important}[data-theme=dark] .text-muted{color:#64748b}[data-theme=dark] .empty-state{color:#475569}[data-theme=dark] .spinner{border-color:#f97316 #334155 #334155}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .sidebar-overlay{background:#0009}[data-theme=dark] [style*="background:'#fff'"],[data-theme=dark] [style*="background: '#fff'"],[data-theme=dark] [style*="background:#fff"]{background:#1e293b!important}[data-theme=dark] [style*="borderBottom:'1px solid #f3f4f6'"]{border-color:#334155!important}[data-theme=dark] .font-semibold{color:#e2e8f0}[data-theme=dark] [style*="background: '#fafafa'"],[data-theme=dark] [style*="background:'#fafafa'"],[data-theme=dark] [style*="background:#fafafa"]{background:#0f172a!important}[data-theme=dark] [style*="background: #f9fafb"],[data-theme=dark] [style*="background:'#f9fafb'"],[data-theme=dark] [style*="background:#f9fafb"]{background:#0f172a!important}[data-theme=dark] [style*="borderTop: '1px solid #e5e7eb'"]{border-color:#334155!important}[data-theme=dark] .text-sm{color:#cbd5e1}[data-theme=dark] .text-xs{color:#94a3b8}[data-theme=dark] p{color:#cbd5e1}[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:#e2e8f0}[data-theme=dark] span,[data-theme=dark] div{color:inherit}[data-theme=dark] label{color:#94a3b8}[data-theme=dark] [style*="background: '#e5e7eb'"],[data-theme=dark] [style*="background:'#e5e7eb'"]{color:#e2e8f0!important;background:#334155!important}[data-theme=dark] [style*="background: waStatus"]{color:#e2e8f0}[data-theme=dark] [style*=\#d1fae5]{color:#4ade80!important;background:#10b98126!important}[data-theme=dark] [style*=\#fee2e2]{color:#f87171!important;background:#ef444426!important}[data-theme=dark] .p-3{color:#e2e8f0}[data-theme=dark] [class*=bg-gray]{background:#0f172a!important}[data-theme=dark] [style*="border: '1.5px solid #e5e7eb'"],[data-theme=dark] [style*="border:'1.5px solid #e5e7eb'"]{background:#0f172a!important;border-color:#334155!important}[data-theme=dark] ::placeholder{color:#475569!important}[data-theme=dark] [style*="color: '#1e1b4b'"],[data-theme=dark] [style*="color:'#1e1b4b'"]{color:#e2e8f0!important}[data-theme=dark] [style*="color: '#374151'"],[data-theme=dark] [style*="color:'#374151'"]{color:#cbd5e1!important}[data-theme=dark] [style*="color: '#6b7280'"],[data-theme=dark] [style*="color:'#6b7280'"]{color:#94a3b8!important}[data-theme=dark] [style*="color: '#333'"],[data-theme=dark] [style*="color:'#333'"]{color:#e2e8f0!important}[data-theme=dark] [style*="color: '#9ca3af'"],[data-theme=dark] [style*="color:'#9ca3af'"]{color:#64748b!important}:root{--card:#fff;--card2:#f9fafb;--border:#e5e7eb;--text3:#6b7280;--green-bg:#d1fae5;--red-bg:#fee2e2;--text:#1e1b4b}[data-theme=dark]{--card:#1e293b;--card2:#0f172a;--border:#334155;--text3:#64748b;--green-bg:#10b98126;--red-bg:#ef444426;--text:#e2e8f0}[data-theme=dark] input[type=number],[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=date],[data-theme=dark] input[type=time],[data-theme=dark] input[type=search],[data-theme=dark] input:not([type]),[data-theme=dark] textarea,[data-theme=dark] select{color:#e2e8f0!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:#f97316!important;box-shadow:0 0 0 3px #f9731633!important}[data-theme=dark] [style*="background: 'var(--card"]{background:#1e293b!important}[data-theme=dark] [style*=\#ede9fe]{color:#a78bfa!important;background:#7c3aed33!important}[data-theme=dark] tr [style*="color: '#9ca3af'"]{color:#64748b!important}[data-theme=dark] input[style*=transparent]{color:#e2e8f0!important}[data-theme=dark] [role=status]{color:#e2e8f0!important;background:#1e293b!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:#e2e8f0!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] input[readonly]{background:#1e293b!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#475569!important}[data-theme=dark] div[style]{--force-bg:inherit}[data-theme=dark] td,[data-theme=dark] th{border-bottom-color:#334155!important}[data-theme=dark] table tr{border-color:#334155!important}[data-theme=dark] table td{color:#e2e8f0!important}[data-theme=dark] table th{color:#94a3b8!important;background:#1a2740!important}[data-theme=dark] input[style*=transparent]{color:#e2e8f0!important;background:0 0!important}[data-theme=dark] table tr{background:var(--card)!important}[data-theme=dark] [data-sonner-toaster] [data-sonner-toast],[data-theme=dark] div[role=status][style*=background],[data-theme=dark] .go685806154{color:#e2e8f0!important;background:#334155!important;border-color:#475569!important}[data-theme=dark] [data-sonner-toast] [data-close-button]{color:#e2e8f0!important;background:#475569!important}.modal{flex-direction:column;display:flex;max-height:90vh!important}.modal form{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.modal-body{flex:1!important;min-height:0!important;overflow-y:auto!important}.modal-footer{flex-shrink:0!important}[data-theme=dark] .font-bold{color:#e2e8f0}@media (width<=768px){[data-theme=dark] .mobile-header{background:#0f172a;border-color:#1e293b}.page-header .flex{flex-wrap:wrap;gap:6px}.page-header .flex button{padding:5px 8px;font-size:11px}.table-wrap{border-radius:0;margin:0 -16px}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto;margin:0 -12px!important}.table-wrap table{min-width:580px}td,th{white-space:nowrap;padding:6px 8px!important;font-size:11px!important}td:first-child,th:first-child{word-break:break-word;max-width:140px;white-space:normal!important}.flex.gap-2{gap:4px!important}.btn-sm{padding:5px 8px!important;font-size:11px!important}.btn-icon{padding:4px!important}.stat-card{padding:10px!important}.stat-label{font-size:10px!important}.stat-value{font-size:16px!important}.saldos-grid{grid-template-columns:1fr 1fr!important}.card>div[style*="padding: 12px 16px"]{padding:8px 12px!important}.card>div[style*="padding: 12px 16px"] .flex{gap:4px!important}input[type=date].input{width:110px!important;padding:4px 6px!important;font-size:11px!important}input[placeholder*=Buscar]{width:150px!important;font-size:11px!important}.modal-body{padding:14px!important}.modal-header{padding:12px 14px!important}.modal-footer{padding:10px 14px!important}.modal-header h2{font-size:16px!important}div[style*="gridTemplateColumns: '2fr 1fr 1fr 1fr'"],div[style*="gridTemplateColumns: '1fr 1fr 1fr 1fr'"]{grid-template-columns:1fr 1fr!important}.modal .flex.items-center.justify-between{flex-wrap:nowrap}.encomenda-grade{grid-template-columns:repeat(2,1fr)!important}.agenda-grid{grid-template-columns:1fr!important}.modal table td,.modal table th{padding:6px 8px!important;font-size:11px!important}div[style*=width\:320px]{width:280px!important;right:-60px!important}.badge{padding:2px 6px!important;font-size:10px!important}.text-sm{font-size:12px!important}.text-xs{font-size:10px!important}.page-header .btn-primary{font-size:0;padding:8px!important}.page-header .btn-primary svg{font-size:initial;width:18px;height:18px}div[style*="flexWrap: 'wrap'"]{padding-bottom:4px;overflow-x:auto;flex-wrap:nowrap!important}}@media (width<=400px){.dash-stats-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.stat-card{padding:8px!important}.stat-value{font-size:14px!important}td,th{padding:6px;font-size:10px}.modal{border-radius:12px!important}div[style*=width\:320px],div[style*=width\:280px]{width:260px!important;right:-80px!important}}@media (width<=768px){.card>div:first-child input.input{width:100%!important;min-width:0!important}}.fab-mobile{display:none}@media (width<=768px){.fab-mobile{color:#fff;z-index:90;cursor:pointer;background:#f97316;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 16px #f9731666;display:flex!important}.fab-mobile:active{transform:scale(.95)}.page-header .btn-primary{display:none!important}.page-header+.card>div:first-child,.card>div[style*=flexWrap]{-webkit-overflow-scrolling:touch;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:8px!important}.card>div[style*=flexWrap] button{white-space:nowrap!important;flex-shrink:0!important}}.filtros-status{flex-wrap:wrap}@media (width<=768px){div.filtros-status{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex-wrap:nowrap!important;gap:4px!important;padding:8px 12px!important;display:flex!important;overflow-x:auto!important}div.filtros-status>button{white-space:nowrap!important;flex:none!important;width:auto!important;min-width:auto!important;padding:4px 10px!important;font-size:11px!important;display:inline-flex!important}}.mobile-only{display:none}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-card{background:var(--card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:12px;margin-bottom:10px;padding:12px}.mobile-card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.mobile-card-body{justify-content:space-between;align-items:flex-end;display:flex}.mobile-card-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.modal.modal-lg{max-width:calc(100% - 16px)!important;margin:8px auto!important}.modal .grid-2{grid-template-columns:1fr!important}.modal [style*=grid]{grid-template-columns:1fr 1fr!important}.modal [style*="maxWidth: 900"]{max-width:100%!important}.modal-body [style*="display: 'grid'"],.grid-3{grid-template-columns:1fr!important}.col-3{grid-column:span 1!important}div[style*="gridTemplateColumns: '2fr 1fr 1fr 1fr'"],div[style*="2fr 1fr 1fr 1fr"],div[style*="gridTemplateColumns: '1fr 1fr 1fr 1fr'"],div[style*="1fr 1fr 1fr 1fr"]{grid-template-columns:1fr 1fr!important}.modal table{min-width:500px;font-size:11px!important}.modal .table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.modal .flex.items-center.gap-2{flex-wrap:wrap!important;gap:4px!important}.modal .flex.items-center.gap-2 .btn-sm{padding:4px 8px!important;font-size:10px!important}div[style*="repeat(3,1fr)"]{grid-template-columns:1fr 1fr!important}.modal[style*="maxWidth: 900"]{max-width:calc(100% - 16px)!important}.modal th[style*="fontWeight: 600"]{padding:4px 6px!important;font-size:10px!important}div[style*="display: 'flex', gap: 8, flexWrap: 'wrap'"]{gap:4px!important}div[style*="minWidth: 72"]{min-width:60px!important}.modal td input[style*="border: 'none'"]{font-size:11px!important}.modal div[style*="overflow: 'hidden'"],.modal div[style*="overflow:'hidden'"]{-webkit-overflow-scrolling:touch;overflow-x:auto!important}.modal table{min-width:560px!important}.modal table td:first-child,.modal table th:first-child{white-space:normal!important;min-width:120px!important}.modal table td:first-child input{min-width:100px!important;font-size:12px!important}.modal table td:nth-child(2),.modal table td:nth-child(3){padding:4px!important;font-size:10px!important}.modal table input[type=number]{width:40px!important;padding:3px!important;font-size:12px!important}.modal [style*="background:'#dbeafe'"],.modal [style*="background:'#d1fae5'"],.modal [style*="background:'#fef3c7'"],.modal [style*="background:'#ede9fe'"]{padding:2px 6px!important;font-size:10px!important}.modal .col-3{grid-column:span 1!important}.modal textarea.input{font-size:12px!important}.modal [style*="background:'var(--card2"]{padding:10px!important}.modal table .btn-icon{padding:2px!important}.modal table svg{width:12px!important;height:12px!important}}
