@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Orbitron:wght@700;900&display=swap";:root{--p-blue:#0073c6;--s-blue:#0fa0b4;--bg-dark:#021639;--bg-navy:#042459;--bg-deep:#010f2b;--text-soft:#f1f5f9;--text-muted:#94a3b8;--primary-color:#0073c6;--primary-hover:#005a9c;--primary-soft:#e5f1fa;--accent-color:#2bb24c;--accent-soft:#eaf7ed;--surface:#fff;--surface-alt:#f4f7f8;--border-soft:#e2e8f0;--text-strong:#021639;--text-soft-main:#475569;--sidebar-bg:#fff;--sidebar-text:#475569;--sidebar-active:#f8fafc;--font-body:"Inter", sans-serif;--font-brand:"Orbitron", sans-serif;--radius-lg:20px;--radius-md:14px;--radius-sm:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--surface);color:var(--text-strong);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}.app-container{background:var(--surface);width:100%;min-width:0;height:100dvh;display:flex}.main-content{background:var(--surface);flex:1;min-width:0;min-height:100dvh;padding:0;position:relative;overflow:hidden auto}.content-area,.content-area>.fade-in,.content-area>*{min-width:0;max-width:100%}.content-area input,.content-area select,.content-area textarea,.content-area button{max-width:100%}.table-responsive{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}@media (width<=1024px){.app-container{flex-direction:column}.sidebar{transition:left .3s cubic-bezier(.4,0,.2,1);left:-260px;z-index:100!important;position:fixed!important}.sidebar.open{left:0}.main-content{width:100%;min-width:0}}@media (width<=640px){.glass-card{border-radius:var(--radius-sm);padding:1rem}.content-area{min-width:0;overflow-x:hidden}.content-area>*{min-width:0;max-width:100%}.content-area [style*=grid-template-columns],.content-area [style*=flex]{min-width:0}.content-area .table-responsive{max-width:100%;overflow-x:auto}}@media (width<=900px){.content-area [style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.content-area [style*="grid-template-columns: 2fr 1fr"],.content-area [style*="grid-template-columns: 1fr 2fr"],.content-area [style*="grid-template-columns: 1.2fr 1fr"]{grid-template-columns:1fr!important}}@media (width<=560px){.content-area [style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.content-area [style*="min-width: 300px"],.content-area [style*="min-width: 280px"],.content-area [style*="min-width: 250px"],.content-area [style*="min-width: 220px"],.content-area [style*="min-width: 200px"]{width:100%;min-width:0!important}.content-area h1{overflow-wrap:anywhere;font-size:clamp(1.35rem,7vw,1.8rem)!important}.content-area h2,.content-area h3{overflow-wrap:anywhere}}@media (width<=767px){.content-area [style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important;gap:1rem!important}.content-area [style*="display: flex"]{min-width:0}.content-area [style*="min-width: 300px"],.content-area [style*="min-width: 280px"],.content-area [style*="min-width: 250px"],.content-area [style*="min-width: 220px"],.content-area [style*="min-width: 200px"]{min-width:0!important}.content-area [style*="min-width: 130px"],.content-area [style*="min-width: 150px"],.content-area [style*="min-width: 160px"],.content-area [style*="min-width: 180px"]{width:100%;flex:100%!important}.content-area .glass-card{max-width:100%}.content-area .table-responsive,.content-area [style*="overflow-x: auto"]{scrollbar-width:thin;max-width:100%;overflow-x:auto}.content-area .table-responsive table,.content-area [style*="overflow-x: auto"]>table{min-width:640px}.content-area .table-responsive th:first-child,.content-area .table-responsive td:first-child,.content-area [style*="overflow-x: auto"]>table th:first-child,.content-area [style*="overflow-x: auto"]>table td:first-child{z-index:1;background:#fff;position:sticky;left:0;box-shadow:4px 0 8px #0f172a0f}.content-area .table-responsive thead th,.content-area [style*="overflow-x: auto"]>table thead th{white-space:nowrap}.content-area [style*="display: flex"][style*="justify-content: space-between"]{flex-wrap:wrap}.content-area>.fade-in>div:first-child{align-items:flex-start!important}.content-area>.fade-in>div:first-child>button,.content-area>.fade-in>div:first-child>a,.content-area>.fade-in>div:first-child>a>button{justify-content:center;width:100%}.content-area [style*="width: '250px'"],.content-area [style*="width: '280px'"],.content-area [style*="width: '300px'"],.content-area [style*="width: 250px"],.content-area [style*="width: 280px"],.content-area [style*="width: 300px"]{max-width:100%;width:100%!important}.content-area [style*="gap: '2rem'"]{gap:1rem!important}.content-area [style*="position: fixed"]>div{max-width:calc(100vw - 2rem)!important;max-height:calc(100dvh - 1.5rem)!important;overflow-y:auto!important}.content-area [style*="position: fixed"] button,.content-area [style*="position: fixed"] a{min-height:44px}}@media (width<=420px){.content-area{padding-left:.75rem!important;padding-right:.75rem!important}.content-area .glass-card{padding:1rem}.content-area table th,.content-area table td{padding-left:.75rem!important;padding-right:.75rem!important}.content-area h1{line-height:1.2;font-size:clamp(1.25rem,7vw,1.65rem)!important}}.glass-card{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:#fff;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #21353a0d}.glass-card:hover{border-color:var(--primary-soft);transform:translateY(-2px);box-shadow:0 16px 30px #21353a14}.btn-primary{background:linear-gradient(110deg, var(--primary-color) 25%, var(--accent-color) 60%, var(--primary-color) 100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;background-size:200%;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 12px 24px #6c8f8633}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #6c8f863d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes float-a{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.1)}}@keyframes float-b{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,30px)scale(.95)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.95)}50%{opacity:.4;transform:scale(1.05)}to{opacity:.8;transform:scale(.95)}}.animate-fade-up{animation:.7s cubic-bezier(.22,1,.36,1) forwards fade-up}.fade-in{animation:.5s cubic-bezier(.22,1,.36,1) forwards fade-up}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;margin-bottom:1rem;overflow-x:auto}.table-responsive table{min-width:700px}@media (width<=768px){.hide-mobile{display:none!important}}@supports (height:100dvh){@media (width<=1024px){.sidebar{height:100dvh!important}}}@media (width<=767px){.public-contact section{min-height:auto!important;padding:3.5rem 1rem!important}.public-contact section h1{letter-spacing:-1px!important;font-size:clamp(2rem,10vw,2.8rem)!important}.public-contact section>div{max-width:100%!important}.public-contact .contact-name-phone{grid-template-columns:1fr!important}.public-contact form,.public-contact form>div{min-width:0}.public-download{min-height:100dvh!important;padding:1.25rem 1rem!important}.public-download-header{gap:1rem;margin-bottom:2.5rem!important}.public-download-hero{flex:initial!important;grid-template-columns:minmax(0,1fr)!important;gap:2.5rem!important;margin-bottom:3rem!important}.public-download-hero h1{overflow-wrap:anywhere;font-size:clamp(2rem,9vw,2.6rem)!important}.public-download-hero>div:last-child{transform-origin:top;margin-bottom:-4rem;transform:scale(.82)}.public-download-features{margin-bottom:2rem!important}.public-download-features>div{grid-template-columns:minmax(0,1fr)!important}.auth-split-page{min-height:100dvh;height:auto!important;display:block!important}.auth-split-brand{display:none!important}.auth-split-form{min-height:100dvh;overflow-y:auto;align-items:flex-start!important;padding:2rem 1rem!important}.auth-split-form>div{margin:auto 0}.force-password-page{padding:1rem;align-items:flex-start!important;min-height:100dvh!important}.force-password-page>div{margin:auto 0;border-radius:18px!important;padding:1.5rem!important}}@media (width<=640px){.organization-settings{gap:1rem!important;margin-bottom:1.5rem!important}.organization-settings-card{padding:1rem!important}.organization-settings-bank-header,.organization-settings-otp-header{flex-direction:column;gap:.75rem;align-items:stretch!important}.organization-settings-bank-header button,.organization-settings-otp-header button{width:100%}.organization-settings-certificate{flex-wrap:wrap;align-items:flex-start!important;padding:1rem!important}.organization-settings-certificate>div:nth-child(2){flex:calc(100% - 56px);min-width:0}.organization-settings-certificate input[type=file]{width:100%;min-width:0}.organization-settings-otp{padding:1rem!important}.organization-settings-otp-controls{flex-direction:column}.organization-settings-otp-controls input,.organization-settings-otp-controls button{width:100%;min-height:44px}.organization-settings-otp-controls button{padding:.75rem 1rem!important}}@media (width<=767px){.my-wallet{gap:1rem!important}.my-wallet-alert-blocked,.my-wallet-alert-dispersion{align-items:flex-start!important;padding:1rem!important}.my-wallet-alert-blocked{gap:.75rem!important}.my-wallet-alert-dispersion{flex-direction:column}.my-wallet-alert-content{width:100%;align-items:flex-start!important;min-width:0!important}.my-wallet-alert-dispersion>button,.my-wallet-actions,.my-wallet-actions>button{width:100%}.my-wallet-actions{flex-direction:column}.my-wallet-actions>button{justify-content:center}.my-wallet-metrics{grid-template-columns:minmax(0,1fr)!important}.my-wallet-history-toolbar{align-items:stretch!important;padding:1rem!important}.my-wallet-tabs,.my-wallet-filters{width:100%}.my-wallet-tabs button,.my-wallet-filters input,.my-wallet-filters button{width:100%;min-height:42px}.my-wallet-filters{grid-template-columns:minmax(0,1fr);display:grid!important}.my-wallet-modal{border-radius:16px!important;width:calc(100% - 1.5rem)!important;max-width:none!important;padding:1.25rem!important}.my-wallet-modal form>div[style*="display: flex"][style*="justify-content: flex-end"]{flex-direction:column-reverse}.my-wallet-modal form>div[style*="display: flex"]>button{width:100%;min-height:44px}.my-wallet-deposit-modal{padding:1.25rem!important}.my-wallet,.my-wallet>*{width:100%;min-width:0;max-width:100%}.my-wallet{overflow-x:clip}.my-wallet h1,.my-wallet h2,.my-wallet h3,.my-wallet h4,.my-wallet p,.my-wallet span{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.my-wallet-alert-blocked,.my-wallet-alert-dispersion{box-sizing:border-box;width:100%;max-width:100%}.my-wallet-alert-blocked>div,.my-wallet-alert-content>div{min-width:0;max-width:100%}.my-wallet-header>div:first-child{width:100%;min-width:0}.my-wallet-metrics,.my-wallet-metrics>div,.my-wallet-metrics .glass-card{width:100%;min-width:0;max-width:100%}.my-wallet-metrics .glass-card{overflow:hidden}.my-wallet-metrics .glass-card h2,.my-wallet-metrics .glass-card h3{overflow-wrap:anywhere;font-size:clamp(1.35rem,8vw,1.8rem)!important}.my-wallet-metrics .glass-card>div:not([style*="position: absolute"]){min-width:0;max-width:100%}.my-wallet-metrics .glass-card div[style*="justify-content: space-between"]{flex-wrap:wrap;row-gap:.35rem}.my-wallet-history,.my-wallet-history-toolbar{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.my-wallet-tabs{grid-template-columns:minmax(0,1fr);display:grid!important}.my-wallet-tabs button{white-space:normal;width:100%;min-width:0}.my-wallet-filters input,.my-wallet-filters button{box-sizing:border-box}.my-wallet-modal{box-sizing:border-box;width:calc(100% - 1rem)!important;max-width:calc(100% - 1rem)!important;max-height:calc(100dvh - 1rem)!important;overflow-x:hidden!important}.my-wallet-modal input,.my-wallet-modal textarea,.my-wallet-modal select,.my-wallet-modal button{box-sizing:border-box;max-width:100%}.my-wallet-modal form>div[style*="display: flex"]{flex-wrap:wrap;min-width:0}.my-wallet-modal form>div[style*="display: flex"]>button{flex:100%}.merchant-shipments-page{gap:1rem!important}.merchant-shipments-stats{grid-template-columns:minmax(0,1fr)!important;gap:.75rem!important}.merchant-shipments-page .glass-card,.merchant-shipments-page input,.merchant-shipments-page select,.merchant-shipments-page button{box-sizing:border-box;max-width:100%}.merchant-shipments-table-wrap,.merchant-shipments-import-table-wrap{overflow:visible!important}.merchant-shipments-table-wrap table,.merchant-shipments-import-table-wrap table{display:block;width:100%!important;min-width:0!important}.merchant-shipments-table-wrap thead,.merchant-shipments-import-table-wrap thead{display:none}.merchant-shipments-table-wrap tbody,.merchant-shipments-table-wrap tr,.merchant-shipments-table-wrap td,.merchant-shipments-import-table-wrap tbody,.merchant-shipments-import-table-wrap tr,.merchant-shipments-import-table-wrap td{width:100%;display:block}:is(.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])),.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan]))){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}:is(.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td){text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;white-space:normal!important;padding:.65rem 0!important}:is(.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child){border-bottom:none;padding-bottom:0!important}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Seleccionar"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Tracking / fecha"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Destinatario"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Dirección"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Ubicación"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Recaudo COD"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Valor declarado"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(8):before{content:"Flete"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(9):before{content:"Estado"}.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(10):before{content:"Detalle"}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Cliente"}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Dirección"}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Ciudad"}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Recaudo"}.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Eliminar"}:is(.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child){box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.merchant-shipments-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.merchant-shipments-import-table-wrap tbody>tr:not(:has(td[colspan])) td>button){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}.merchant-shipments-page>.glass-card:nth-of-type(3)>div:last-child,.merchant-shipments-page>.glass-card:nth-of-type(3)>div:last-child>div{flex-wrap:wrap}.merchant-settlements-page{width:100%;min-width:0;max-width:100%;overflow-x:clip;gap:1rem!important}.merchant-settlements-page>*,.merchant-settlements-page .glass-card{box-sizing:border-box;min-width:0;max-width:100%}.merchant-settlements-table-wrap,.merchant-settlement-labels-wrap{overflow:visible!important}.merchant-settlements-table-wrap table,.merchant-settlement-labels-wrap table{display:block;width:100%!important;min-width:0!important}.merchant-settlements-table-wrap thead,.merchant-settlement-labels-wrap thead{display:none}.merchant-settlements-table-wrap tbody,.merchant-settlements-table-wrap tr,.merchant-settlements-table-wrap td,.merchant-settlement-labels-wrap tbody,.merchant-settlement-labels-wrap tr,.merchant-settlement-labels-wrap td{width:100%;display:block}.merchant-settlements-table-wrap tbody>tr,.merchant-settlement-labels-wrap tbody>tr{box-sizing:border-box;background:#fff;border-radius:14px;width:calc(100% - 1rem);margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.merchant-settlements-table-wrap tbody>tr td,.merchant-settlement-labels-wrap tbody>tr td{text-align:right;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;white-space:normal!important;padding:.65rem 0!important}.merchant-settlements-table-wrap tbody>tr td:last-child,.merchant-settlement-labels-wrap tbody>tr td:last-child{border-bottom:none;padding-bottom:0!important}.merchant-settlements-table-wrap tbody>tr td:before,.merchant-settlement-labels-wrap tbody>tr td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 36%;max-width:36%;font-size:.68rem;font-weight:800;line-height:1.35}.merchant-settlements-table-wrap tbody>tr td:first-child:before{content:"Comprobante"}.merchant-settlements-table-wrap tbody>tr td:nth-child(2):before{content:"Fecha"}.merchant-settlements-table-wrap tbody>tr td:nth-child(3):before{content:"Recaudo COD"}.merchant-settlements-table-wrap tbody>tr td:nth-child(4):before{content:"Descuento fletes"}.merchant-settlements-table-wrap tbody>tr td:nth-child(5):before{content:"Neto recibido"}.merchant-settlements-table-wrap tbody>tr td:nth-child(6):before{content:"Acciones"}.merchant-settlement-labels-wrap tbody>tr td:first-child:before{content:"Guía"}.merchant-settlement-labels-wrap tbody>tr td:nth-child(2):before{content:"Destinatario"}.merchant-settlement-labels-wrap tbody>tr td:nth-child(3):before{content:"Recaudo COD"}.merchant-settlement-labels-wrap tbody>tr td:nth-child(4):before{content:"Flete"}.merchant-settlements-table-wrap tbody>tr td>div,.merchant-settlements-table-wrap tbody>tr td>span,.merchant-settlement-labels-wrap tbody>tr td>div,.merchant-settlement-labels-wrap tbody>tr td>span{overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:62%}.merchant-settlement-modal{box-sizing:border-box;width:calc(100% - 2rem)!important;max-width:calc(100% - 2rem)!important;max-height:calc(100dvh - 1rem)!important;overflow-x:hidden!important}.merchant-settlement-modal>div,.merchant-settlement-modal p,.merchant-settlement-modal strong,.merchant-settlement-modal span{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.merchant-settlement-modal>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.merchant-settlement-modal>div:last-child{flex-wrap:wrap}.merchant-settlement-modal>div:last-child button{flex:100%}.merchant-settings-page{width:100%;min-width:0;overflow-x:clip;gap:1rem!important;max-width:100%!important;padding-bottom:1.5rem!important}.merchant-settings-page>*,.merchant-settings-page .glass-card{box-sizing:border-box;min-width:0;max-width:100%}.merchant-settings-page input,.merchant-settings-page select,.merchant-settings-page textarea,.merchant-settings-page button{box-sizing:border-box;max-width:100%}.merchant-settings-page .glass-card{padding:1rem!important}.merchant-settings-page form>div[style*=grid-template-columns],.merchant-settings-bank-grid,.merchant-settings-bank-summary{grid-template-columns:minmax(0,1fr)!important;gap:1rem!important}.merchant-settings-vault-header,.merchant-settings-otp-header{flex-direction:column;gap:.75rem;align-items:stretch!important}.merchant-settings-vault-header button,.merchant-settings-otp-header button{width:100%;min-height:44px}.merchant-settings-certificate{flex-wrap:wrap;align-items:flex-start!important;padding:1rem!important}.merchant-settings-certificate>div:nth-child(2){flex:calc(100% - 56px);min-width:0}.merchant-settings-certificate input[type=file]{width:100%;min-width:0}.merchant-settings-otp{padding:1rem!important}.merchant-settings-otp-controls{flex-direction:column}.merchant-settings-otp-controls input,.merchant-settings-otp-controls button{width:100%;min-height:44px}.merchant-settings-otp-controls button{padding:.75rem 1rem!important}.merchant-settings-bank-summary>div{min-width:0}.merchant-settings-bank-summary p{overflow-wrap:anywhere;word-break:break-word}.financial-audit{gap:1rem!important;padding-bottom:1.5rem!important}.financial-audit-header{align-items:flex-start!important}.financial-audit-header h1{line-height:1.3;align-items:flex-start!important;font-size:1.35rem!important}.financial-audit-header>button{justify-content:center;width:100%;min-height:44px}.financial-audit-tabs{grid-template-columns:minmax(0,1fr);gap:0!important;display:grid!important}.financial-audit-tabs>button{text-align:left;justify-content:flex-start;width:100%;min-height:46px;padding:.7rem .25rem!important}.financial-audit-label-search{flex-direction:column;padding:.85rem!important}.financial-audit-label-search button,.financial-audit-carrier-filters button{justify-content:center;width:100%;min-height:44px}.financial-audit-carrier-filters{align-items:stretch!important;padding:1rem!important}.financial-audit-carrier-filters>div{flex:100%!important}.financial-audit-metadata-grid,.financial-audit-settlement-grid{grid-template-columns:minmax(0,1fr)!important}.financial-audit-modal{border-radius:16px!important;width:calc(100% - 1.5rem)!important;max-width:none!important;max-height:calc(100dvh - 1.5rem)!important;padding:1.1rem!important}.financial-audit-modal h3{overflow-wrap:anywhere;font-size:1.05rem!important}.financial-audit-modal>div:last-child{justify-content:stretch!important}.financial-audit-modal>div:last-child button{width:100%;min-height:44px}.financial-audit-table{overflow:visible!important}.financial-audit-table table{display:block;width:100%!important;min-width:0!important}.financial-audit-table thead{display:none}.financial-audit-table tbody,.financial-audit-table tr,.financial-audit-table td{width:100%;display:block}.financial-audit-table tbody tr:not(:has(td[colspan])){background:#fff;border-radius:14px;margin-bottom:.85rem;padding:.85rem;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.financial-audit-table tbody tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;padding:.65rem 0!important}.financial-audit-table tbody tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}.financial-audit-table tbody tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.financial-audit-table tbody tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 42%;font-size:.7rem;font-weight:800;line-height:1.35}.financial-audit-table tbody tr:not(:has(td[colspan])) td:first-child:before{content:"Estado / ID"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Comercio / Titular"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Descripción / Monto"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Saldo / Comisión"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Monto Neto / Diferencia"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Estado / Acción"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Procesado por"}.financial-audit-table tbody tr:not(:has(td[colspan])) td:nth-child(8):before{content:"Fecha"}.financial-audit-table tbody tr:not(:has(td[colspan])) td>button{margin-left:auto}.financial-audit-transactions-table tbody tr:not(:has(td[colspan])) td:first-child:before{content:"Tipo"}.financial-audit-transactions-table tbody tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Descripción"}.financial-audit-transactions-table tbody tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Fecha"}.financial-audit-transactions-table tbody tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Monto"}.financial-audit-table tbody tr:not(:has(td[colspan])) td>span{max-width:58%}.organizations-table,.organizations-settlements-table{overflow:visible!important}.organizations-table table,.organizations-settlements-table table{display:block;width:100%!important;min-width:0!important}.organizations-table thead,.organizations-settlements-table thead{display:none}.organizations-table tbody,.organizations-table tr,.organizations-table td,.organizations-settlements-table tbody,.organizations-settlements-table tr,.organizations-settlements-table td{width:100%;display:block}:is(.organizations-table tbody>tr:not(:has(td[colspan])),.organizations-settlements-table tbody>tr:not(:has(td[colspan]))){background:#fff;border-radius:14px;margin-bottom:.85rem;padding:.9rem;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}:is(.organizations-table tbody>tr:not(:has(td[colspan])) td,.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td){text-align:right;overflow-wrap:anywhere;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;padding:.7rem 0!important}:is(.organizations-table tbody>tr:not(:has(td[colspan])) td:last-child,.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:last-child){border-bottom:none;padding-bottom:0!important}.organizations-table tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 38%;font-size:.7rem;font-weight:800;line-height:1.35}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 38%;font-size:.7rem;font-weight:800;line-height:1.35}.organizations-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Entidad legal"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"NIT / RUT"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Contacto"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Estado"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Deuda / ciclo"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Inicio ciclo"}.organizations-table tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Acciones"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"ID"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Monto"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Método"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Fecha"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Estado"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Notas"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Comprobantes"}.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:nth-child(8):before{content:"Acciones"}:is(.organizations-table tbody>tr:not(:has(td[colspan])) td:first-child,.organizations-settlements-table tbody>tr:not(:has(td[colspan])) td:first-child){box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}.organizations-table tbody>tr:not(:has(td[colspan])) td>div[style*="justify-content: flex-end"]{flex-wrap:wrap;justify-content:flex-end!important;gap:.4rem!important}.organizations-table tbody>tr:not(:has(td[colspan])) td>div[style*="justify-content: flex-end"] button{min-height:40px}.merchants-table-wrap{overflow:visible!important}.merchants-table-wrap table{display:block;width:100%!important;min-width:0!important}.merchants-table-wrap thead{display:none}.merchants-table-wrap tbody,.merchants-table-wrap tr,.merchants-table-wrap td{width:100%;display:block}.merchants-table-wrap tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;margin-bottom:.85rem;padding:.9rem;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;padding:.7rem 0!important}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 38%;font-size:.7rem;font-weight:800;line-height:1.35}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Comercio"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Transportadora"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Contacto"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Flete pactado"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Saldo billetera"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Esquema de pago"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Control acceso"}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td>span){flex:0 58%;min-width:0;max-width:58%}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child>div{flex-wrap:wrap;justify-content:flex-end!important;gap:.4rem!important}.merchants-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child button{min-height:40px}.my-wallet-data-table{overflow:visible!important}.my-wallet-data-table table{display:block;width:100%!important;min-width:0!important}.my-wallet-data-table thead{display:none}.my-wallet-data-table tbody,.my-wallet-data-table tr,.my-wallet-data-table td{width:100%;display:block}.my-wallet-data-table tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;margin:.75rem;padding:.85rem;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important;width:95%!important}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;padding:.65rem 0!important}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 38%;font-size:.7rem;font-weight:800;line-height:1.35}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Fecha / código"}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Descripción / cuenta"}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Estado"}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Observaciones"}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td>div,.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td>span){flex:0 58%;min-width:0;max-width:58%}.my-wallet-data-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Monto"}.my-wallet-withdrawals-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Código / fecha"}.my-wallet-withdrawals-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Cuenta destino"}.my-wallet-withdrawals-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Monto solicitado"}.my-wallet-withdrawals-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Estado"}.my-wallet-withdrawals-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Observaciones"}.transactions-table-wrap{overflow:visible!important}.transactions-table-wrap table{display:block;width:100%!important;min-width:0!important}.transactions-table-wrap thead{display:none}.transactions-table-wrap tbody,.transactions-table-wrap tr,.transactions-table-wrap td{width:100%;display:block}.transactions-table-wrap tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 32%;max-width:32%;font-size:.7rem;font-weight:800;line-height:1.35}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Fecha y hora"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Entidad / propietario"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Comercio"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Descripción"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Monto"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Referencia"}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td>span){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:68%}.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td>div{justify-content:flex-end}:is(.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child>div,.transactions-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(6)>span){white-space:normal}.withdrawals-table-wrap,.withdrawals-bulk-table-wrap{overflow:visible!important}.withdrawals-table-wrap table,.withdrawals-bulk-table-wrap table{display:block;width:100%!important;min-width:0!important}.withdrawals-table-wrap thead,.withdrawals-bulk-table-wrap thead{display:none}.withdrawals-table-wrap tbody,.withdrawals-table-wrap tr,.withdrawals-table-wrap td,.withdrawals-bulk-table-wrap tbody,.withdrawals-bulk-table-wrap tr,.withdrawals-bulk-table-wrap td{width:100%;display:block}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])),.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan]))){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td){text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child){border-bottom:none;padding-bottom:0!important}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Seleccionar"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Solicitante"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Tipo"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Monto"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Cuenta de abono"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Estado"}.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Auditar"}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Titular"}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Banco"}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Monto solicitado"}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Estado actual"}.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Comprobante"}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child){box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td>span){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}:is(.withdrawals-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child>button,.withdrawals-bulk-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child label){margin-left:auto}.liquidation-audit-table{overflow:visible!important}.liquidation-audit-table table{display:block;width:100%!important;min-width:0!important}.liquidation-audit-table thead{display:none}.liquidation-audit-table tbody,.liquidation-audit-table tr,.liquidation-audit-table td{width:100%;display:block}.liquidation-audit-table tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 35%;max-width:35%;font-size:.68rem;font-weight:800;line-height:1.35}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Guía"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Comercio"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Fecha entrega"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"COD pactado"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"COD cobrado"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Flete"}.liquidation-labels-table tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Neto comercio"}.liquidation-transactions-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"ID transacción"}.liquidation-transactions-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Comercio"}.liquidation-transactions-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Descripción / referencia"}.liquidation-transactions-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Fecha abono"}.liquidation-transactions-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Monto crédito"}.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td>div,.liquidation-audit-table tbody>tr:not(:has(td[colspan])) td>span){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:65%}.liquidation-audit-table tfoot{background:#f8fafc;border-top:2px solid #cbd5e1;border-radius:12px;margin:.75rem 0 0;padding:.85rem;display:block}.liquidation-audit-table tfoot tr,.liquidation-audit-table tfoot td{border:none;width:100%;display:block;text-align:left!important;padding:.35rem 0!important}.liquidation-audit-table tfoot td:not([colspan]){justify-content:space-between;gap:.75rem;display:flex;text-align:right!important}.liquidation-audit-table tfoot td:not([colspan]):before{color:#64748b;text-align:left;text-transform:uppercase;font-size:.68rem;font-weight:800}.liquidation-labels-table tfoot td:nth-child(4):before{content:"COD pactado"}.liquidation-labels-table tfoot td:nth-child(5):before{content:"COD cobrado"}.liquidation-labels-table tfoot td:nth-child(6):before{content:"Fletes"}.liquidation-labels-table tfoot td:nth-child(7):before{content:"Neto comercios"}.liquidation-transactions-table tfoot td:nth-child(5):before{content:"Total abonado"}.sync-log-table-wrap{overflow:visible!important}.sync-log-table-wrap table{display:block;width:100%!important;min-width:0!important}.sync-log-table-wrap thead{display:none}.sync-log-table-wrap tbody,.sync-log-table-wrap tr,.sync-log-table-wrap td{width:100%;display:block}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])){background:#0f172a;border-radius:12px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #02061740;border:1px solid #334155!important}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 32%;max-width:32%;font-size:.68rem;font-weight:800;line-height:1.35}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Timestamp"}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Canal / origen"}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Evento"}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Estado HTTP"}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Payload / acción"}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td>button){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}.sync-log-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child>button{margin-left:auto}.administrators-table-wrap{overflow:visible!important}.administrators-table-wrap table{display:block;width:100%!important;min-width:0!important}.administrators-table-wrap thead{display:none}.administrators-table-wrap tbody,.administrators-table-wrap tr,.administrators-table-wrap td{width:100%;display:block}.administrators-table-wrap tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Usuario"}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Rol"}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Organización"}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Gestión"}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td>button){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}.administrators-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child>div{justify-content:flex-end!important}.reports-table-wrap{overflow:visible!important}.reports-table-wrap table{display:block;width:100%!important;min-width:0!important}.reports-table-wrap thead{display:none}.reports-table-wrap tbody,.reports-table-wrap tr,.reports-table-wrap td{width:100%;display:block}.reports-table-wrap tbody>tr{background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.reports-table-wrap tbody>tr td{text-align:right;overflow-wrap:anywhere;word-break:break-word;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;white-space:normal!important;border-bottom:1px solid #f1f5f9!important;padding:.65rem 0!important}.reports-table-wrap tbody>tr td:last-child{border-bottom:none!important;padding-bottom:0!important}.reports-table-wrap tbody>tr td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.reports-table-wrap tbody>tr td:first-child:before{content:"Organización"}.reports-table-wrap tbody>tr td:nth-child(2):before{content:"Días ciclo"}.reports-table-wrap tbody>tr td:nth-child(3):before{content:"Monto"}.reports-table-wrap tbody>tr td:nth-child(4):before{content:"Transferido"}.reports-table-wrap tbody>tr td:nth-child(5):before{content:"Comisión"}.reports-table-wrap tbody>tr td:nth-child(6):before{content:"Ganancia"}.reports-table-wrap tbody>tr td:nth-child(7):before{content:"Método"}.reports-table-wrap tbody>tr td:nth-child(8):before{content:"Fecha"}.reports-table-wrap tbody>tr td>span{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:66%}.reports-table-wrap tfoot{display:none}.reports-table-wrap>div{flex-wrap:wrap;gap:.75rem;width:100%;padding:1rem!important}.reports-table-wrap>div>span{max-width:100%;line-height:1.4}.reports-table-wrap>div>div{margin-left:auto}.sla-analytics-page{gap:1rem!important}.sla-analytics-header{flex-direction:column;gap:.75rem;align-items:flex-start!important}.sla-analytics-header-actions{flex-direction:column;width:100%}.sla-analytics-header-actions>*{justify-content:center;width:100%}.sla-analytics-tabs,.sla-analytics-filters{width:100%}.sla-analytics-tabs button,.sla-analytics-filters>*,.sla-analytics-filters input,.sla-analytics-filters select{width:100%;min-height:42px}.sla-analytics-filters{flex-direction:column;align-items:stretch!important}.sla-analytics-table{overflow:visible!important}.sla-analytics-table table{display:block;width:100%!important;min-width:0!important}.sla-analytics-table thead{display:none}.sla-analytics-table tbody,.sla-analytics-table tr,.sla-analytics-table td{width:100%;display:block}.sla-analytics-table tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.sla-analytics-table tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.sla-analytics-table tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.sla-analytics-table tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 34%;max-width:34%;font-size:.68rem;font-weight:800;line-height:1.35}.sla-leaderboard-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Operador"}.sla-leaderboard-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Retiros procesados"}.sla-leaderboard-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Cumplimiento"}.sla-leaderboard-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Tiempo promedio"}.sla-leaderboard-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Calificación"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Detalle"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Solicitante / entidad"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Cuenta bancaria"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Monto neto"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(5):before{content:"Operador"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(6):before{content:"Tiempo total"}.sla-ledger-table tbody>tr:not(:has(td[colspan])) td:nth-child(7):before{content:"Cumplimiento"}.sla-analytics-table tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.sla-analytics-table tbody>tr:not(:has(td[colspan])) td>div,.sla-analytics-table tbody>tr:not(:has(td[colspan])) td>span){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}.sla-ledger-table tbody>tr:has(td[colspan]) td{text-align:center;display:block}.team-management-page{gap:1rem!important}.team-management-header{flex-direction:column;gap:.75rem;align-items:flex-start!important}.team-management-header-actions{flex-direction:column;width:100%}.team-management-header-actions>button{justify-content:center;width:100%;min-height:44px}.team-management-tabs{overflow-x:auto;gap:.5rem!important}.team-management-tabs>button{white-space:nowrap;flex:1 0 auto;min-height:44px}.team-members-table-wrap{overflow:visible!important}.team-members-table-wrap table{display:block;width:100%!important;min-width:0!important}.team-members-table-wrap thead{display:none}.team-members-table-wrap tbody,.team-members-table-wrap tr,.team-members-table-wrap td{width:100%;display:block}.team-members-table-wrap tbody>tr:not(:has(td[colspan])){background:#fff;border-radius:14px;width:100%;margin:.75rem 0;padding:.85rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;border:1px solid #e2e8f0!important}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td{text-align:right;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;padding:.65rem 0!important}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child{border-bottom:none;padding-bottom:0!important}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:before{color:#64748b;text-align:left;text-transform:uppercase;flex:0 0 32%;max-width:32%;font-size:.68rem;font-weight:800;line-height:1.35}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child:before{content:"Nombre"}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(2):before{content:"Correo"}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(3):before{content:"Rol"}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:nth-child(4):before{content:"Acciones"}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:first-child{box-shadow:none!important;background:0 0!important;position:static!important;left:auto!important}:is(.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td>div,.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td>span,.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td>button){overflow-wrap:anywhere;word-break:break-word;flex:auto;width:0;min-width:0;max-width:66%}.team-members-table-wrap tbody>tr:not(:has(td[colspan])) td:last-child>div{justify-content:flex-end!important}.team-management-roles-grid,.team-management-docs-grid,.team-management-permissions-grid{grid-template-columns:minmax(0,1fr)!important}}.tt-expand{position:relative}.tt-expand:before{content:"";z-index:1;pointer-events:none;width:100%;min-width:44px;height:100%;min-height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tt-wrap{position:relative}.tt-wrap:after{content:"";z-index:1;pointer-events:none;min-width:44px;min-height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tt-input{min-height:44px}
