:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 480px){.form-row{flex-direction:column;gap:12px}.form-box{width:100%;padding:20px}}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden;font-family:Segoe UI,sans-serif;background:#f9f9fb}.why{margin-bottom:2%;font-weight:600;margin-left:35%}.dashboard-wrapper{min-height:100vh;display:flex;flex-direction:column}.dashboard-content{padding:17px 22px;max-width:1440px;margin:0 auto;width:100%}.dashboard-heading{font-size:30px;font-weight:650;margin-top:8px}.dashboard-subheading{font-size:14px;color:#404652;margin-bottom:22px}.date-filters{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-end}.date-filters .filter-group{display:flex;flex-direction:column}.date-filters label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.date-filters input[type=date]{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#374151;background-color:#f9fafb;cursor:pointer;outline:none}.date-filters input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.date-filters .filter-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.date-filters .filter-button:hover{background-color:#2563eb}.dashboard-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px}.stat-card{background:#fff;padding:20px;border-radius:16px;color:#111827;position:relative;overflow:hidden;transition:transform .2s ease;border:2px solid #d1d5db}.stat-card:hover{transform:translateY(-4px)}.stat-card-inner{display:flex;flex-direction:column;gap:12px}.icon-bar{display:flex;justify-content:space-between;align-items:center}.icon-wrapper{background-color:transparent;border:2px solid #d1d5db;padding:10px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#000}.status-icons{display:flex;gap:6px;color:#000}.content .title{font-size:14px;color:#111827}.content .value{font-size:22px;font-weight:600;color:#111827}.change-bar{display:flex;justify-content:space-between;align-items:center}.change-info{display:flex;align-items:center;gap:4px;font-size:13px;color:#000}.change-info .green,.change-info .gray{color:#000}.dots{display:flex;gap:4px}.dot{width:5px;height:5px;background:#111827;border-radius:50%;opacity:.3}.dot.delay1{opacity:.6}.dot.delay2{opacity:1}.decor-circle{display:none}.stat-card.purple{border:4px solid #e879f9;box-shadow:0 0 12px 2px #e879f966}.stat-card.green{border:4px solid #34d399;box-shadow:0 0 12px 2px #34d39966}.stat-card.orange{border:4px solid #fbbf24;box-shadow:0 0 12px 2px #fbbf2466}.stat-card.blue{border:4px solid #60a5fa;box-shadow:0 0 12px 2px #60a5fa66}.stat-card.purple:hover{box-shadow:0 0 16px 4px #e879f980}.stat-card.green:hover{box-shadow:0 0 16px 4px #34d39980}.stat-card.orange:hover{box-shadow:0 0 16px 4px #fbbf2480}.stat-card.blue:hover{box-shadow:0 0 16px 4px #60a5fa80}.recent-invoices{background:#fff;padding:24px;border-radius:16px;border:2px solid #d1d5db;box-shadow:0 2px 12px #0000000d;margin-bottom:40px;overflow-x:auto;max-height:485px;overflow-y:auto}.recent-invoices h3{font-size:18px;font-weight:600;margin-bottom:6px}.recent-invoices .subtext{font-size:13px;color:#6b7280;margin-bottom:16px}.invoice-controls{display:flex;justify-content:flex-end;margin-bottom:9px}.filter-group{display:flex;gap:12px}.filter-button,.export-button{padding:6px 16px;font-size:13px;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:background .2s ease}.filter-button{background:#f1f5f9;color:#111827}.filter-button:hover{background:#e2e8f0}.export-button{background:#22c55e;color:#fff}.export-button:hover{background:#16a34a}.invoice-table{width:100%;border-collapse:collapse;margin-top:10px;min-width:800px}.invoice-table th{text-align:left;text-align:center;padding:12px 10px;color:#4b5563;font-size:14px;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db}.invoice-table td{padding:10px;font-size:14px;color:#374151;border-bottom:1px solid #f3f4f6}.empty-row td{text-align:center;padding:30px 0;color:#9ca3af}.download-icon{font-size:24px;opacity:.4}@media (max-width: 1024px){.dashboard-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-wrapper{width:100%}.topbar{background-color:#5e2ced;flex-direction:column;align-items:flex-start;gap:12px;padding:16px;margin-left:0;width:100%}.topbar-right{flex-wrap:wrap;flex-direction:column-reverse;margin-left:230px}.dashboard-content{padding:16px;width:100%}.dashboard-heading{font-size:20px}.dashboard-subheading{font-size:13px;font-weight:600}.dashboard-container{display:flex;flex-direction:column;gap:16px}.stat-card{width:100%;padding:16px}.content .value{font-size:20px}.icon-bar{flex-direction:row;justify-content:space-between}.recent-invoices{padding:16px;overflow-x:auto}.invoice-table{min-width:600px;width:100%}.date-filters{flex-direction:column;gap:1rem;align-items:stretch}.date-filters .filter-group,.date-filters input[type=date],.date-filters .filter-button{width:100%}.filter-group{flex-direction:column;gap:10px;width:100%}.filter-button,.export-button{width:100%;text-align:center}.profile{padding:6px 10px;font-size:13px}.ntn-box{font-size:12px;padding:4px 10px}.icon-wrapper{padding:8px}.stat-card-inner{gap:10px}.change-bar{flex-direction:column;align-items:flex-start;gap:4px}.status-icons{gap:4px}.dots{display:none}}@media (max-width: 570px){.subtitle,.profile span{display:none}.dashboard-heading{font-size:30px;margin-top:60px}.stat-card{padding:12px}.icon-wrapper{padding:6px}}.topbar{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 57px!important;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;position:sticky;margin-top:0%!important;z-index:1000;height:60px;box-sizing:border-box}.branding{display:flex;align-items:center;gap:20px}.fbr-logo{width:70px;height:50px;object-fit:contain;margin-left:10px}.topbar{background:linear-gradient(90deg,#47997a,#3a7ed3);padding:10px 40px!important;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;width:100%;position:sticky;top:0;z-index:1000;height:60px;box-sizing:border-box}.branding .subtitle{font-size:13px;opacity:.85;margin-left:20px}.topbar-right{display:flex;align-items:center;gap:20px}.profile{background:#ddd;padding:6px 14px;border-radius:11px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.main-wrapper,.invoice-page,.page-container{box-sizing:border-box;background:#f9f9fb;min-height:100vh}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invoice-container{background:#fff;padding:30px;border-radius:12px;width:98%;height:auto;margin:3% auto 0;box-shadow:0 0 10px #0000001a}.invoice-items input[type=text],.invoice-items input[type=number],.table-input{width:100%;min-width:80px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-yup{display:flex!important;flex-direction:column!important;flex:0 0 23%!important}.invoice-items table{width:100%;border-collapse:separate;border-spacing:12px 8px;margin-bottom:10px;table-layout:fixed}.invoice-items td input,.invoice-items td select{width:100%;min-width:80px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-container{background:#fff;padding:30px;border-radius:12px;height:auto;margin:47px auto 0;box-shadow:0 0 10px #0000001a}.invoice-title{font-size:24px;font-weight:700;margin-bottom:4px}.invoice-subtitle{color:#666;margin-bottom:20px}.form-section{margin-bottom:25px}.form-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.form-yup{display:flex!important;flex-direction:column!important;flex:0 0 23%!important;min-width:100px!important}.form-yup label{font-weight:500;margin-bottom:6px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.css-13cymwt-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-height:38px;outline:0!important;width:100%!important;position:relative;-webkit-transition:all .1s;transition:all .1s;background-color:#fff;border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-sizing:border-box}.form-yup input,.form-yup select{padding:8px;border:1px solid #ccc;border-radius:6px}.dual-columns{display:flex;gap:30px;margin-top:25px;flex-wrap:wrap}.dual-columns .column{flex:1;min-width:300px}.dual-columns .column label{display:block;margin-top:10px;margin-bottom:4px;font-weight:500}.dual-columns .column input,.dual-columns .column select{width:100%;padding:8px;border-radius:6px;border:1px solid #ccc}.invoice-items{margin-bottom:25px}.invoice-items table{width:100%;border-collapse:collapse;margin-bottom:10px}.invoice-items th,.invoice-items td{border:1px solid #eee;padding:10px;text-align:center}.invoice-items input,.invoice-items select{width:100%;padding:6px;border-radius:4px;border:1px solid #ccc}.add-item{background:#f1f8ff;color:#007bff;border:1px dashed #007bff;padding:8px 14px;border-radius:6px;cursor:pointer}.summary-section{display:flex;justify-content:space-between;gap:20px;margin-bottom:25px;flex-wrap:wrap}.tax-box,.compliance-box{flex:1;background:#fafafa;border:1px solid #ddd;border-radius:8px;padding:16px;min-width:280px}.compliance-box p{margin:6px 0;color:green}.notes-section{margin-bottom:25px}.notes-section textarea{width:100%;padding:10px;min-height:80px;border:1px solid #ccc;border-radius:6px}.form-buttons{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.save-draft,.preview-invoice,.generate-invoice{padding:10px 16px;border:none;border-radius:6px;cursor:pointer}.save-draft{background:#f5f5f5;color:#333}.preview-invoice{background:#ffb100;color:#fff}.generate-invoice{background:#007bff;color:#fff}.topbar{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 63px;color:#fff;width:100%!important;margin:0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0}.branding .title{font-weight:600;font-size:20px;margin-left:20px!important}.topbar-right{display:flex;align-items:center;gap:20px;margin-right:20px}.ntn-box{background-color:#16a34a;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:6px 14px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.avatar{font-size:18px}@media (max-width: 768px){.form-group{flex:1 1 100%}.dual-columns,.summary-section{flex-direction:column}}.customer-wrapper{width:73vw;max-width:none;margin:47px 25px;padding:20px 20px 100px;border-radius:10px;background:#fff;box-shadow:0 0 10px #0000001a;overflow:auto}.what{color:#218838}.filter-actions{display:flex;align-items:center;gap:10px}.filter-dropdown{padding:6px 10px;font-size:14px;border-radius:4px;border:1px solid #ccc}.customer-header{display:flex;justify-content:space-between;align-items:center}.customer-header h2{font-size:24px;margin:0}.customer-header p{margin:0;color:#666;flex:1;padding-left:20px}.add-btn{background-color:#0d6efd;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700}.stats-boxes{display:flex;gap:20px;margin:20px 0}.box{flex:1;border:1px solid #ddd;padding:15px;border-radius:8px;background:#f9f9f9;text-align:center}.box span{display:block;color:#666}.box strong{font-size:24px;color:#333}.search-box{margin:20px 0}.search-box input{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.customer-table{margin-top:20px}.customer-table h3{margin-bottom:10px}.customer-table table{width:100%;border-collapse:collapse}.customer-table th,.customer-table td{border:1px solid #eee;padding:12px;text-align:left;vertical-align:top}.registered{color:green;font-weight:700}.actions{font-size:18px}.profile-info{display:flex;flex-direction:column;line-height:1.1}.username{font-weight:500}.user-role{font-size:11px;opacity:.85}.customer-form{background:#fff;border:1px solid #ccc;border-radius:8px;padding:20px;margin:58px 42px;width:68vw;max-width:1000px;box-shadow:0 2px 8px #00000014}.customer-form h3{margin-bottom:15px}.form-row{display:flex;gap:20px;margin-bottom:15px;flex-wrap:wrap}.full-width{width:100%}textarea{resize:vertical;min-height:60px}.checkbox-row{margin-bottom:15px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.reset-btn,.create-btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.reset-btn{background-color:#f3f3f3}.create-btn{background-color:#007bff;color:#fff}.customer-form.expanded{height:auto;overflow:visible}.hello{height:56%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px}.topbar-customer{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 51px;margin-top:-80px;color:#fff;display:flex;margin-left:-29%;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;width:134%;position:sticky;z-index:1000;height:60px;box-sizing:border-box}.topbar-customer .branding .title{font-weight:600;font-size:20px}.topbar-customer .branding .subtitle{font-size:13px;opacity:.85}.topbar-customer .topbar-right{display:flex;align-items:center;gap:20px}.topbar-customer .ntn-box{background-color:#10b981;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-customer .profile{background:#0284c7;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-customer .avatar{font-size:18px}.customer-table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.approve-btn{padding:6px 12px;background-color:#2563eb;color:#fff;border:none;font-weight:500;border-radius:5px;cursor:pointer;transition:.2s ease}.approve-btn:hover{background-color:#218838}.customerrrrrnigga{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.item-wrapper{padding:36px;font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;align-items:center;min-height:100vh;box-sizing:border-box}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.item-header h2{font-size:20px;font-weight:600}.add-btn{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700}.search-row{display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.search-row input{padding:8px 12px;width:250px;border:1px solid #ccc;border-radius:6px}.item-card{background:#fff;padding:20px;width:100%;margin-top:1%;margin-right:auto;border-radius:12px;box-shadow:0 4px 12px #0000000f;border:1px solid #e5e7eb;min-height:300px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.item-table{width:100%;overflow-x:auto;margin-top:20px}.item-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000000d;min-width:800px}.item-table th,.item-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #f0f0f0}.item-table th{background-color:#f9fafb;font-weight:600;font-size:14px}.item-table td[colspan="10"]{text-align:center;padding:20px;color:#888;font-style:italic}.price{color:green;font-weight:700}.status.active{background-color:#3b82f6;color:#fff;padding:4px 10px;border-radius:20px;font-size:12px}.tag{padding:3px 10px;border-radius:20px;font-size:12px;font-weight:700;display:inline-block}.tag.st{background-color:#e0f2fe;color:#2563eb}.tag.fed{background-color:#fee2e2;color:#b91c1c}.branding .title{font-weight:600;font-size:20px}.branding .subtitle{font-size:13px;opacity:.85}.item-form{background:#fff;padding:24px;margin-top:3%;width:105%;max-width:1000px;margin-left:-3%;margin-right:auto;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000f}.item-form h3{font-size:18px;font-weight:600;margin-bottom:20px}.form-scroll{display:flex;flex-direction:column;gap:40px}.formmm-box{background:none;padding:0!important;width:100%!important;margin-left:0;border:none;box-shadow:none}.form-box h4{font-size:16px;font-weight:600;margin-bottom:16px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.form-grid{display:flex;flex-wrap:wrap;gap:12px}.form-grid label{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;font-size:14px;width:47%;margin-bottom:12px}.form-grid label.full-width{width:50%}.form-grid input[type=text],.form-grid input[type=number],.form-grid select,.form-grid textarea{margin-top:10px;padding:12px;font-size:14px;border:1px solid #ccc;border-radius:6px;width:100%;box-sizing:border-box}.form-grid label>input,.form-grid label>select,.form-grid label>textarea{margin-left:10px}.form-grid input[type=checkbox]{width:auto;margin-top:0;transform:scale(1.2);margin-right:8px;vertical-align:middle}.form-grid textarea{min-height:100px;resize:vertical}.topbar-item{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 53px!important;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;width:130%;position:sticky;margin-left:-27%;top:0;z-index:1000;margin-top:-9%;height:60px;box-sizing:border-box}.topbar-item .branding .title{font-weight:600;font-size:20px}.topbar-item .branding .subtitle{font-size:13px;opacity:.85}.topbar-item .topbar-right{display:flex;align-items:center;gap:20px}.topbar-item .ntn-box{background-color:#16a34a;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-item .profile{background:#6c2bd9;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-item .avatar{font-size:18px}.settings-wrapper{background-color:#fff;padding:22px;margin:30px;border-radius:12px;max-width:none;box-shadow:0 4px 20px #0000001a}.settings-wrapper h2{font-size:24px;margin-bottom:10px}.settings-wrapper p{color:#666;margin-bottom:20px;font-size:15px}.tabs{display:flex;gap:10px;margin-bottom:25px;flex-wrap:wrap}.tab-btn{padding:10px 18px;border:1px solid #ddd;border-radius:8px;background-color:#f7f7f7;cursor:pointer;font-size:14px;transition:all .2s}.tab-btn.active{background-color:#e6f0ff;border-color:#007bff;color:#007bff;font-weight:600}.profile-form h3{font-size:20px;margin-bottom:8px}.profile-form p{color:#666;font-size:14px;margin-bottom:20px}.form-row{display:flex;gap:20px;margin-bottom:18px;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column;min-width:250px}.form-group label{margin-bottom:6px;font-weight:500}.form-group input{padding:10px;border:1px solid #ccc;border-radius:8px;font-size:14px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px}.cancel-btn,.save-btn{padding:12px 20px;border-radius:8px;border:none;font-weight:500;cursor:pointer}.cancel-btn{background-color:#f3f3f3;color:#333}.save-btn{background-color:#007bff;color:#fff}.coming-soon{text-align:center;color:#777;padding:50px 0;font-style:italic}.security-panel{margin-top:25px}.security-panel h3{font-size:18px;margin-bottom:10px;font-weight:600}.security-tabs{display:flex;gap:10px;margin-bottom:20px}.security-tab{padding:6px 12px;background:#f0f0f0;border:none;border-radius:8px;font-size:13px;cursor:pointer;font-weight:500;color:#444}.security-tab.active{background:#e5efff;color:#007bff;font-weight:600;border:1px solid #007bff}.security-content{display:flex;gap:20px;flex-wrap:wrap}.security-status,.change-password{flex:1;min-width:300px;background:#fafafa;border:1px solid #ddd;border-radius:12px;padding:20px}.security-status h4,.change-password h4{margin-bottom:15px;font-size:16px;font-weight:600}.status-item{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.badge{background:#f3f3f3;padding:4px 10px;border-radius:20px;font-size:13px}.badge.active{background-color:#d1e7ff;color:#007bff;font-weight:600}.change-password .form-group{display:flex;flex-direction:column;margin-bottom:15px}.change-password label{margin-bottom:6px;font-weight:500;font-size:14px}.change-password input{padding:10px;border:1px solid #ccc;border-radius:8px;font-size:14px}.change-btn{background:#007bff;color:#fff;padding:10px 18px;border-radius:8px;font-weight:600;border:none;cursor:pointer}.topbar-setting{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 49px;color:#fff;display:flex;margin-left:-30%;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;width:154%;position:sticky;z-index:1000;height:60px;box-sizing:border-box}.topbar-setting .branding .title{font-weight:600;font-size:20px}.topbar-setting .branding .subtitle{font-size:13px;opacity:.85}.topbar-setting .topbar-right{display:flex;align-items:center;gap:20px}.topbar-setting .ntn-box{background-color:#10b981;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-setting .profile{background:#0284c7;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-setting .avatar{font-size:18px}.container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:16px!important}.form-box{width:568px!important;background-color:#fff!important;padding:24px!important;border-radius:8px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column}.form-header{text-align:center;margin-bottom:20px}.form-header h1{font-size:20px;font-weight:700;color:#1f2937;margin:0}.form-header p{font-size:14px;color:#6b7280;margin:4px 0}.secure-tag{display:inline-block;margin-top:8px;background-color:#dcfce7;color:#15803d;padding:4px 12px;font-size:12px;border-radius:9999px}.tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.tab{flex:1;padding:10px;font-size:14px;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s ease}.tab.active{border-bottom:2px solid #2563eb;color:#2563eb}.form-content{position:relative;overflow:hidden}.form.show{display:flex;flex-direction:column;gap:8px;animation:fadeIn .3s ease-in-out}.form.hide{display:none}.form.show.compact{gap:12px;padding-top:4px}.form.show.compact .btn{margin-top:4px}.form-row{display:flex;gap:16px;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-size:14px;margin-bottom:4px;color:#374151}.form-group input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;box-sizing:border-box}.btn{background-color:#2563eb;color:#fff;border:none;padding:10px;border-radius:6px;font-size:15px;cursor:pointer;transition:background-color .2s ease}.btn:hover{background-color:#1d4ed8}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.form-row{flex-direction:column;gap:12px}#root{width:100%}.form-box{width:100%!important;margin-right:0%!important;padding:20px}}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:36px}.stat-box .value{font-size:20px;font-weight:600;margin-left:6%}.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;color:#555}.toggle-password:hover{color:#111}@media (max-width: 768px){.container{padding:12px;flex-direction:column}.form-box{padding:20px;max-width:90%}.form-row{flex-direction:column;gap:12px}.form-header h1{font-size:20px}.form-header p{font-size:13px}}@media (max-width: 480px){.form-box{padding:16px;max-width:100%}.form-header h1{font-size:18px}.form-header p{font-size:12px}.btn{font-size:14px;padding:10px}.secure-tag{font-size:11px;padding:3px 8px}}.export-btn{padding:10px 16px;border:none;border-radius:8px;background-color:#28a745;color:#fff;font-size:14px;margin-left:74%!important;font-weight:500;cursor:pointer;white-space:nowrap}.company-page{font-family:Segoe UI,sans-serif;min-height:100vh;background-color:#f3f4f6}.topbar-company{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:11px 128px;color:#fff;margin-left:-31%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;margin-bottom:30px;width:142%;position:sticky;top:0;z-index:1087}.topbar-company .branding .title{font-weight:600;font-size:20px}.topbar-company .branding .subtitle{font-size:13px;opacity:.85;margin-top:2px}.topbar-company .topbar-right{display:flex;align-items:center;gap:20px}.topbar-company .ntn-box{background-color:#10b981;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500}.topbar-company .profile{background:#0284c7;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px}.topbar-company .avatar{font-size:18px}.add-btn-wrapper{text-align:right;margin:0 40px 20px auto}.add-company-btn{background-color:#5e2ced;color:#fff;padding:10px 20px;border:none;font-weight:700;border-radius:8px;cursor:pointer;margin-top:20px}.add-company-btn:hover{background-color:#421bbf}.company-table-wrapper{background-color:#fff;padding:20px;max-width:1000px;width:94%;margin:0 auto 40px;border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid #e5e7eb;overflow-x:auto}.edit-btn{padding:6px 12px;font-size:13px;background-color:#f59e0b;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.edit-btn:hover{background-color:#d97706}.company-table{width:100%;border-collapse:collapse}.company-table th,.company-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:13px;white-space:nowrap}.company-table th{background-color:#f3f4f6;font-weight:600;color:#374151}.company-table tr:hover{background-color:#f9fafb}.company-form{background-color:#fff;padding:30px;width:88%;margin:84px auto 34px 6%;max-width:1000px;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid #e5e7eb}.form-row{display:flex;justify-content:space-between;margin-bottom:20px;gap:20px;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column;min-width:220px}.form-group label{margin-bottom:6px;font-size:14px;font-weight:500}.form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.form-group input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.submit-wrapper{display:flex;justify-content:center;margin-top:30px}.save-btn{background-color:#7c3aed;color:#fff;padding:10px 40px;font-size:16px;border:none;border-radius:8px;cursor:pointer;font-weight:700;box-shadow:0 3px 6px #0000001a}.save-btn:hover{background-color:#5b21b6}.branding{display:flex;align-items:center;gap:12px}.fbr-logo{width:70px;height:50px;object-fit:contain}.branding-text{display:flex;flex-direction:column}.topbar-broker{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 51px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;width:100%;z-index:1000;height:60px;box-sizing:border-box}.topbar-broker .branding .title{font-weight:600;font-size:20px}.topbar-broker .branding .subtitle{font-size:13px;opacity:.85}.topbar-broker .topbar-right{display:flex;align-items:center;gap:20px}.topbar-broker .ntn-box{background-color:#10b981;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-broker.profile{background:#0284c7;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-broker .avatar{font-size:18px}.broker-profile-section{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer}.broker-dropdown-menu{display:none;position:absolute;top:120%;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 6px #00000026;z-index:1000}.broker-profile-section.active .broker-dropdown-menu{display:block}.broker-dropdown-menu a{display:block;padding:10px 15px;font-size:13px;color:#007bff;text-decoration:none}.broker-dropdown-menu a:hover{background:#d6f4ff}.broker-card{background:#fff;border:1px solid #ddd;margin-top:40px;padding:20px;border-radius:6px}.broker-card-header{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.broker-actions{display:flex;align-items:center;gap:10px}.broker-search-input{padding:6px 10px;border:1px solid #ccc;border-radius:4px}.broker-card-header button{background:#007bff;color:#fff;padding:7px 16px;border:none;border-radius:4px;cursor:pointer}.broker-table{width:100%;margin-top:15px;border-collapse:collapse}.broker-table th,.broker-table td{border:1px solid #ddd;padding:10px;font-size:14px;text-align:left}.broker-pagination{display:flex;justify-content:flex-end;gap:5px;margin-top:10px}.broker-pagination button{background:#007bff;color:#fff;padding:6px 10px;border:none;border-radius:3px;cursor:pointer}.broker-edit-icon{color:#007bff;cursor:pointer}.broker-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.broker-modal-content{background:#fff;padding:25px;border-radius:10px;width:400px}.broker-modal-content h2{margin-bottom:5px}.broker-modal-content p{font-size:12px;color:gray;margin-bottom:15px}.broker-modal-content input{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;margin-bottom:20px}.broker-modal-buttons{display:flex;justify-content:flex-end;gap:10px}.broker-modal-buttons button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.broker-cancel{background:#eee}.broker-save{background:#007bff;color:#fff}.broker-error{color:red;font-size:90%;margin-top:-10px;margin-bottom:10px}@media (min-width: 768px){.broker-card{margin-left:24px;margin-right:24px}.broker-card-header{flex-wrap:nowrap}.broker-table th,.broker-table td{font-size:15px}}@media (min-width: 1024px){.broker-card{margin-left:25px;margin-right:19px;margin-top:40px}.topbar-broker{padding:10px 80px}.broker-modal-content{width:500px}}@media (max-width: 767px){.broker-card-header{flex-direction:column;align-items:flex-start;gap:10px}.broker-table{display:block;width:100%;overflow-x:auto}.broker-table thead{display:none}.broker-table tr{display:block;margin-bottom:10px;border:1px solid #ddd;padding:10px}.broker-table td{display:flex;justify-content:space-between;padding:6px 10px;font-size:13px;border:none;border-bottom:1px solid #eee}.broker-table td:before{content:attr(data-label);font-weight:600;color:#333}.broker-pagination{justify-content:center;flex-wrap:wrap}}.invoice-summary-container{margin:20px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:84%;background-color:#fdfdfd;padding:10px}.topbar-brokersinvoice{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 90px!important;color:#fff;margin-left:-33%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;width:151%!important;position:sticky;margin-bottom:11%;top:0;z-index:1000;margin-top:-11%;height:60px;box-sizing:border-box}.topbar-brokersinvoice .branding .title{font-weight:600;font-size:20px}.topbar-brokersinvoice .branding .subtitle{font-size:13px;opacity:.85}.topbar-brokersinvoice .topbar-right{display:flex;align-items:center;gap:20px}.topbar-brokersinvoice .ntn-box{background-color:#16a34a;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-brokersinvoice .profile{background:#6c2bd9;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-brokersinvoice .avatar{font-size:18px}.summary-header{background:#2f4f6f;color:#fff;padding:16px 24px;font-weight:600;font-size:18px;border-radius:6px;margin-top:4%;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.broker-section{margin-bottom:30px;border:1px solid #ddd;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000000d;background-color:#fff}.broker-name{background-color:#e0f3cc;font-weight:600;padding:12px 20px;font-size:16px;border-bottom:1px solid #ccc}.invoice-table{width:100%;border-collapse:collapse;text-align:center;font-size:13px}.invoice-table th{background-color:#f0f0f0;color:#333;font-weight:600;padding:10px;border-bottom:1px solid #ccc}.invoice-table td{padding:8px;border-bottom:1px solid #e5e5e5}.invoice-table tr:nth-child(2n){background-color:#fafafa}.invoice-table tr:hover{background-color:#f1f7ff}.totals-row{font-weight:700;background-color:#eaeaea;color:#000}.fbr-invoice-page{padding:30px;font-family:Segoe UI,sans-serif;background:#f9f9fb}.fbr-approved-btn{background-color:#28a745;color:#fff;padding:8px 16px;font-weight:700;border:none;border-radius:5px;cursor:pointer;margin-left:59%;transition:background-color .3s ease}.fbr-approved-btn:hover{background-color:#218838}.fbr-invoice-card{background:#fff;margin-top:1%;border-radius:12px;width:101%;box-shadow:0 0 12px #00000014;padding:20px}.fbr-invoice-header{display:flex;justify-content:space-between;align-items:center}.fbr-invoice-header h2{font-size:24px;font-weight:600;margin:0}.fbr-invoice-header p{color:#777;margin:5px 0 0}.fbr-filters{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:25px}.fbr-filters input[type=text],.fbr-filters input[type=date],.fbr-filters select{flex:1 1 200px;min-width:180px;padding:10px 14px;border-radius:8px;border:1px solid #ccc;font-size:14px}.fbr-export-btn{padding:10px 16px;border:none;border-radius:8px;background-color:#28a745;color:#fff;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.fbr-invoice-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 10px #eee}.fbr-table-header{display:grid;grid-template-columns:repeat(8,2fr);background-color:#f4f6f8;padding:12px 15px;font-weight:600;font-size:14px;color:#555}.fbr-table-row{display:grid;grid-template-columns:repeat(7,2fr)!important;padding:12px 15px;border-top:1px solid #eee;font-size:14px;align-items:center}.fbr-table-row:hover{background-color:#f9f9f9}.fbr-table-header,.fbr-table-row{display:grid;grid-template-columns:repeat(7,2fr)!important}.fbr-no-invoices{text-align:center;padding:40px 20px;color:#999}.fbr-no-invoices .icon{font-size:32px;margin-bottom:10px}.fbr-success-msg{margin:15px;padding:12px;background-color:#e5ffe5;color:#157015;font-weight:700;border:1px solid #b2d8b2;border-radius:6px}.fbr-topbar{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 55px!important;color:#fff;margin-left:-39%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;width:155%!important;position:sticky;top:0;z-index:1000;margin-top:-11%;height:60px;box-sizing:border-box}.fbr-topbar .fbr-branding .title{font-weight:600;font-size:20px}.fbr-topbar .fbr-branding .subtitle{font-size:13px;opacity:.85}.fbr-topbar .fbr-topbar-right{display:flex;align-items:center;gap:20px}.fbr-topbar .fbr-ntn-box{background-color:#16a34a;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.fbr-topbar .fbr-profile{background:#6c2bd9;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.fbr-topbar .fbr-avatar{font-size:18px}.fbr-import-btn{background-color:#e0e0e0;padding:8px 12px;border-radius:5px;cursor:pointer;display:inline-block;font-weight:700}.fbr-import-btn input{display:none}.fbr-status-filter{padding:6px 10px;border-radius:5px;border:1px solid #ccc;background:#fff;margin-left:10px;font-size:14px}.fbr-actions{display:flex;gap:10px;align-items:center}.print-btn{background-color:#fff;border:none;padding:4px 8px;color:#fff;border-radius:4px;margin-left:6px;cursor:pointer}.print-btn:hover{background-color:#0056b3}.fbr-actions input[type=checkbox]{transform:scale(.9);cursor:pointer}.delete-btn{background:transparent;color:#dc3545;border:none;font-size:18px;cursor:pointer;padding:4px;transition:color .2s ease-in-out}.delete-btn:hover{color:#a71d2a}.export-btn{padding:10px 16px;border:none;border-radius:8px;background-color:#28a745;color:#fff;font-size:14px;font-weight:500;margin-left:11%;cursor:pointer;white-space:nowrap}.sidebar{background:linear-gradient(to bottom right,#0f172a,#1e293b);border-radius:1rem;padding:1.5rem;margin-top:3%;height:185vh;border:1px solid rgba(100,116,139,.5);box-shadow:0 20px 40px #00000040;transition:transform .3s ease;z-index:999}.sidebar-header{margin-bottom:2rem;text-align:center}.logo-container{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem}.logo-title{font-size:1.25rem;font-weight:700;color:#fff}.header-line{height:2px;background:linear-gradient(to right,#8b5cf6,#ec4899);border-radius:9999px}.nav-list{list-style:none;padding:0;margin-left:-8%}.nav-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.75rem;font-weight:500;color:#cbd5e1;transition:.3s;text-decoration:none;transform:scale(1);cursor:pointer}.nav-item:hover{background-color:#33415580;color:#fff;box-shadow:0 4px 12px #0000004d;transform:scale(1.05)}.icon-box{padding:.5rem;border-radius:.5rem;transition:.3s;display:flex;align-items:center;justify-content:center}.nav-item:hover .icon-box{background-color:#47556980}.active-icon{background-color:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.icon{width:20px;height:20px}.label{font-weight:600;margin-left:.75rem}.ping-dot{width:8px;height:8px;background:#fff;border-radius:9999px;margin-left:auto;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.nav-item.active.purple-pink{background:linear-gradient(to right,#8b5cf6,#ec4899);color:#fff}.nav-item.active.green{background-color:#10b981!important;color:#fff}.nav-item.active.blue-cyan{background:linear-gradient(to right,#60a5fa,#38bdf8);color:#fff}.nav-item.active.teal-blue{background:linear-gradient(90deg,#10b981,#3b82f6);color:#fff}.nav-item.active.orange-red{background:linear-gradient(to right,#f97316,#facc15);color:#fff}.nav-item.active.pink-red{background:linear-gradient(to right,#ec4899,#ef4444);color:#fff}.nav-item.active.indigo-purple{background:linear-gradient(to right,#6366f1,#a855f7);color:#fff}.nav-item.active.gray-slate{background:#64748b4d;color:#fff}.nav-item.active.amber-yellow{background:linear-gradient(to right,#f59e0b,#fcd34d);color:#fff}.nav-item.active.yellow-orange{background:linear-gradient(to right,#fbbf24,#f97316);color:#fff}.nav-item.active.violet-indigo{background:linear-gradient(to right,violet,indigo);color:#fff}.submenu{margin-left:2.5rem;padding-left:.5rem;border-left:2px solid #e0e0e0;margin-top:.5rem}.submenu-item{display:flex;align-items:center;gap:.5rem;padding:6px 0;font-size:.9rem;color:gray;text-decoration:none;transition:color .3s ease}.submenu-item:hover,.active-sub{color:#fff;font-weight:700}.submenu-icon .icon{width:16px;height:16px;stroke:currentColor}.sidebar-footer{margin-top:-5%;padding-top:1.5rem;border-top:1px solid rgba(100,116,139,.5);text-align:center}.footer-text{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.status-indicator{display:flex;justify-content:center;align-items:center;gap:.25rem}.status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:9999px;animation:pulse 1.5s infinite}.status-indicator span{font-size:.75rem;color:#4ade80;font-weight:500}.mobile-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1000;background:#0f172a;color:#fff;font-size:1.5rem;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;width:75vw;max-width:300px;transform:translate(-100%);border-radius:0;padding:1rem;margin-top:0;box-shadow:2px 0 20px #00000080}.sidebar.show{transform:translate(0)}.sidebar-header{margin-top:1rem}.nav-item{padding:.6rem .9rem}.label{font-size:1rem}.submenu{margin-left:1.2rem;padding-left:.4rem}.submenu-item{font-size:.85rem}.sidebar-footer{margin-top:1rem}.mobile-toggle{display:block}}.nav-item.active.lime-green{background:linear-gradient(to right,#84cc16,#22c55e);color:#fff}.invoice-card{background:#fff;margin-top:5%!important;border-radius:12px;width:101%!important;box-shadow:0 0 12px #00000014;padding:20px!important}.print-btn{color:#fff;padding:4px 8px;border:none;border-radius:6px;font-size:12px;cursor:pointer;transition:background .2s}.print-btn:hover{background-color:#1d4ed8}.invoice-page{padding:30px;font-family:Segoe UI,sans-serif;background:#f9f9fb}.mainchiz{width:105%}.invoice-card{background:#fff;margin-top:5%!important;border-radius:12px;width:105%;box-shadow:0 0 12px #00000014;padding:20px!important}.invoice-header{display:flex;justify-content:space-between;align-items:center}.invoice-header h2{font-size:24px;font-weight:600;margin:0}.invoice-header p{color:#777;margin:5px 0 0}.new-invoice-btn{background-color:#007bff;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer}.invoice-stats{display:flex;gap:20px;margin:25px 0}.stat-box{flex:1;background:#fff;padding:15px 20px;height:10vh;border-radius:8px;box-shadow:0 0 10px #eee}.stat-box .label{font-size:14px;color:#666}.stat-box .value{font-size:20px;font-weight:600}.stat-box .green{color:green}.stat-box .orange{color:orange}.filters{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:25px}.filters input[type=text],.filters input[type=date],.filters select{flex:1 1 200px;min-width:180px;padding:10px 14px;border-radius:8px;border:1px solid #ccc;font-size:14px}.export-btn{padding:10px 16px;border:none;border-radius:8px;background-color:#28a745;color:#fff;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.invoice-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 10px #eee}.table-header{display:grid;grid-template-columns:repeat(7,1fr);background-color:#f4f6f8;padding:12px 15px;font-weight:600;font-size:14px;color:#555}.table-row{display:grid;grid-template-columns:repeat(7,1fr);padding:12px 15px;border-top:1px solid #eee;font-size:14px;align-items:center}.table-row:hover{background-color:#f9f9f9}.no-invoices{text-align:center;padding:40px 20px;color:#999}.no-invoices .icon{font-size:32px;margin-bottom:10px}.create-btn-wrapper{margin-top:15px;display:flex;justify-content:center}.create-btn{background-color:#007bff;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.actions{display:flex;gap:6px;justify-content:center;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;font-size:18px;padding:4px;transition:transform .2s ease}.icon-btn:hover{transform:scale(1.2)}.icon-btn.view{color:#007bff}.icon-btn.edit{color:#ffc107}.icon-btn.delete{color:#dc3545}.icon-btn{background:none;border:none;font-size:16px;cursor:pointer;color:#444;margin:0 4px;transition:color .2s ease}.icon-btn:hover{color:#007bff}.topbar-FBR{background:linear-gradient(90deg,#5e2ced,#7c10f7);padding:10px 135px!important;color:#fff;margin-left:-37%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;border-radius:0;width:151%!important;position:sticky;top:0;z-index:1000;margin-top:-11%;height:60px;box-sizing:border-box}.topbar-FBR .branding .title{font-weight:600;font-size:20px}.topbar-FBR .branding .subtitle{font-size:13px;opacity:.85}.topbar-FBR .topbar-right{display:flex;align-items:center;gap:20px}.topbar-FBR .ntn-box{background-color:#16a34a;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:500;white-space:nowrap}.topbar-FBR .profile{background:#6c2bd9;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000014}.topbar-FBR .avatar{font-size:18px}
