.tab-container{--bg:var(--site-bg,#fafafa);--border-color:var(--global-border-color,#e4e8ec);width:100%}.tab-container nav{gap:var(--spacing-2);max-width:100%;display:flex;overflow:visible}.tab-container .tab-content{background-color:var(--bg);border-top:1px solid var(--border-color);border-radius:0 var(--global-border-radius)var(--global-border-radius)var(--global-border-radius);gap:var(--spacing-3);grid-template-columns:minmax(0,1fr);display:grid}
.tab{--bg:var(--site-bg,#fafafa);--bg-active:#fff;--border-color:var(--global-border-color,#e4e8ec);--border-color-active:var(--global-border-color,#e4e8ec);--font-color:var(--typography-title-color-normal,#221810);--font-color-active:var(--typography-title-color-normal,#221810);background-color:var(--bg);border:1px solid var(--border-color);border-radius:var(--global-border-radius)var(--global-border-radius)0 0;font-family:var(--typography-title-font,sans-serif);color:var(--font-color);cursor:pointer;padding:var(--spacing-2)var(--spacing-3);text-transform:capitalize;white-space:nowrap;border-bottom:none;font-weight:500;box-shadow:inset 0 -2px 5px rgba(0,0,0,.05)}.tab.active{background-color:var(--bg-active);border:1px solid var(--border-color-active);border-bottom-color:var(--bg-active);box-shadow:none;color:var(--font-color-active);z-index:1;position:relative}.tab.active:after{background:var(--bg-active);border-left:1px solid var(--border-color-active);border-right:1px solid var(--border-color-active);content:"";height:2px;display:block;position:absolute;bottom:-3px;left:-1px;right:-1px;translate:0 -50%}
@keyframes isNew{25%,75%{background:#fff}0%,50%,to{background:#c1c7d1}}.section-funder{border-bottom:1px solid var(--global-border-color,#666);color:var(--typography-title-color-normal,#221810);background:#f0f1f4;transition:all .3s;overflow:hidden}.section-funder.standalone{border-radius:var(--global-border-radius,0px)}.section-funder:not(.standalone):first-of-type{border-radius:var(--global-border-radius,0px)var(--global-border-radius,0px)0 0}.section-funder:not(.standalone):last-of-type{border-radius:0 0 var(--global-border-radius,0px)var(--global-border-radius,0px)}.section-funder.new{transition:all .3s;animation:.7s forwards isNew}.section-funder .buyer-header{font-weight:var(--typography-weight-semi-bold,500);padding:var(--spacing-2,.5rem)var(--spacing-3,1rem);background:#c1c7d1;grid-template-columns:1fr 30px 30px;align-items:center;display:grid}.section-funder .buyer-header.clickable{cursor:pointer}.section-funder .buyer-header .txt{align-items:center;gap:var(--spacing-2,.5rem);flex-wrap:wrap;display:flex}.section-funder .buyer-header .add-user-cta{margin-right:var(--spacing-2,.5rem)}.section-funder .buyer-header .settings-cta{margin-left:auto}.section-funder .buyer-header .toggle{pointer-events:none;margin-left:auto}.section-funder .buyer-header .icon-chevron-down{color:var(--color-brand-1,red);height:1.5rem}.section-funder .buyer-header .icon-chevron-down.closed{transition:all .3s;rotate:none}.section-funder .buyer-header .icon-chevron-down.open{transition:all .2s;rotate:180deg}.section-funder .table-buyer-products{margin:var(--spacing-3,1rem)}
@keyframes isNew{20%,40%,60%,80%{opacity:.5}0%,10%,30%,50%,70%,90%,to{opacity:1}}.table-buyer-products{overflow:auto}.table-buyer-products .filtering-container{font-size:var(--typography-sm,.875rem);align-items:center;gap:var(--spacing-3,1rem);flex-wrap:wrap;justify-content:end;width:100%;display:inline-flex;position:-webkit-sticky;position:sticky;left:0}.table-buyer-products .select-group select{padding:var(--spacing-1,.25rem)}.table-buyer-products .toggle-group{margin-right:var(--spacing-3,1rem)}.table-buyer-products .tabs-toggle{position:relative}.table-buyer-products table{border-collapse:collapse;width:100%}.table-buyer-products thead{border-right:1px solid var(--global-border-color,#666);border-left:1px solid var(--global-border-color,#666)}.table-buyer-products thead th{border-bottom:1px solid var(--global-border-color,#666);padding:var(--spacing-3,1rem);text-align:left;font-weight:var(--typography-weight-semi-bold,500);white-space:nowrap;text-overflow:ellipsis;background-color:#fff;max-width:200px;overflow:hidden}.table-buyer-products thead .th-view{width:50px}.table-buyer-products thead .th-loanType{width:90px}.table-buyer-products thead .th-amount{min-width:120px}.table-buyer-products thead .th-advance{min-width:120px}.table-buyer-products thead .th-apy{width:80px}.table-buyer-products thead .th-duration{width:100px}.table-buyer-products thead .icon-gear{cursor:pointer;opacity:.75}.table-buyer-products tbody{border:1px solid var(--global-border-color,#666)}.table-buyer-products tbody tr{border-bottom:1px solid var(--global-border-color,#666);background-color:#f6f7f8;transition:background .2s}.table-buyer-products tbody tr.new{animation:.9 forwards isNew}.table-buyer-products tbody tr:nth-child(2n){background-color:#f3f4f6}.table-buyer-products tbody tr:last-of-type{border-bottom:none}.table-buyer-products tbody tr:hover{background-color:color-mix(in srgb,var(--global-border-color),#000 5%)}.table-buyer-products td{font-size:var(--typography-sm,.875rem);padding:var(--spacing-3,1rem);vertical-align:middle}.table-buyer-products .view-loan-cta{align-items:center;gap:var(--spacing-2,.5rem);display:flex}.table-buyer-products .view-loan-cta:hover{transition:all .3s}.table-buyer-products .view-loan-cta:hover .icon{opacity:1}.table-buyer-products .view-loan-cta .icon{opacity:0;transition:all .2s;translate:0 -2px}.table-buyer-products .loan-type{text-transform:uppercase}.table-buyer-products .message-container{border-radius:0 var(--global-border-radius,0)var(--global-border-radius,0)var(--global-border-radius,0);border-top:none}.table-buyer-products .message-container .message-toast{max-width:100%}.table-buyer-products .edit-columns{gap:var(--spacing-5,3rem);grid-template-columns:repeat(4,1fr);display:grid}.table-buyer-products .edit-columns .txt{grid-column:1/-1}.table-buyer-products .edit-columns .checkbox-group{grid-column:unset}.table-buyer-products .edit-columns .cta-container{grid-column:1/-1;justify-content:end;align-items:center;display:flex}
