@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{font-size:16px}body,button,form,input,textarea{border-radius:7px!important;font-family:DM Sans;font-size:1rem}#root{min-height:100vh}:root{--br:10px;--bc:#e2e9ed}.loading-screen{align-items:center;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center;width:100vw}h1{font-size:3rem;font-weight:500}.login{align-items:center;box-sizing:border-box;height:100vh;justify-content:center;padding-bottom:100px;width:100vw}.login,.login form{display:flex;flex-direction:column}.login form{gap:10px;width:400px}.login form input{box-sizing:border-box;width:100%}button,input,textarea{background:none;border:1px solid #e2e9ed;border-radius:10px;border-radius:var(--br);padding:10px 20px}button:hover{background:#e2e9ed;cursor:pointer}.topbar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff80;border-bottom:1px solid #e2e9ed;box-sizing:border-box;height:80px;position:fixed;width:100vw}.topbar,.topbar-inner{align-items:center;display:flex}.topbar-inner{justify-content:space-between;padding:10px 30px;width:100%}.content{display:flex;min-height:calc(100vh - 80px)}.navbar{border-right:1px solid #e2e9ed;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-size:.875rem;height:calc(100vh - 80px);margin-top:80px;padding-bottom:30px;padding-right:20px;padding-top:40px;position:fixed;width:270px}.testing{height:300vh;width:10px}.test,.testing{border:1px solid red}.navbar a{align-content:center;align-items:center;color:#000;display:flex;padding:10px 30px 10px 25px;text-decoration:none}.material-symbols-outlined.navbar-icon{color:#83adb2;font-size:1.2rem;font-variation-settings:"FILL" 0,"wght" 350,"GRAD" 0,"opsz" 24;margin-right:7px}.navbar .active .material-symbols-outlined.navbar-icon{color:#ffb400}.navbar a:hover{background:#fff9eb}.navbar .active{background:#fff9eb;position:relative}.navbar .active,.navbar .active:before{border-bottom-right-radius:5px;border-top-right-radius:5px}.navbar .active:before{background:#ffb400;content:"";height:100%;left:0;position:absolute;top:0;width:5px}nav{display:flex;flex-direction:column;gap:5px;height:100%;justify-content:space-between}.main{margin-left:270px;margin-top:80px;overflow:scroll;padding:30px;width:calc(100vw - 270px)}.main-inner{margin:0 auto;max-width:1300px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#white}.front-cards-wrapper{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:60px;width:100%}.front-card{aspect-ratio:2.5/1;background:#fff;border:1px solid red;border:1px solid var(--bc);border-radius:var(--br);color:#000;display:flex;flex-direction:column;font-size:1.5rem;justify-content:space-between;padding:20px;text-decoration:none;transition:scale .4s}.front-card .material-symbols-outlined.front-card-icon{color:#ffb400;font-size:40px;font-weight:250}.front-card:hover{scale:1.02;transition:scale .4s}.small-text{color:#9e9393;font-size:.875rem;margin-top:5px}.cardBottom{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.reports-page{width:100%}.reports-page.loading{align-items:center;display:flex;justify-content:center}.reports-title{font-size:28px;font-weight:600;margin-bottom:24px}.reports-year-section{margin-bottom:40px}.reports-year-heading{font-size:18px;font-weight:600;margin-bottom:12px}.reports-card{background:#fff;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden;width:100%}.reports-row{align-items:center;border-top:1px solid #f4f4f5;display:flex;justify-content:space-between;padding:16px 20px}.reports-row-first{border-top:none}.reports-row-left{display:flex;flex-direction:column;gap:4px}.reports-row-mainline{align-items:center;display:flex;gap:8px}.reports-quarter{font-size:16px;font-weight:500}.reports-badge{background-color:#16a34a;border-radius:4px;color:#fff;font-size:10px;font-weight:500;padding:2px 8px}.reports-date{color:#6b7280;font-size:12px}.reports-button{background:#f4f4f5;border:1px solid #e4e4e7;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 14px;transition:background .15s ease,border-color .15s ease}.reports-button:hover{background:#e4e4f0;border-color:#d4d4dd}.reports-row-right{display:flex;flex-direction:row}.reports-customer{font-size:12px}.settings-subtitle{color:#6b7280;margin-bottom:24px}.settings-grid{grid-gap:24px;display:grid;gap:24px}@media (min-width:900px){.settings-grid{grid-template-columns:1fr 1fr}}.settings-card{border:1px solid var(--bc);border-radius:var(--br);padding:20px 20px 22px}.settings-card h2{font-size:18px;margin-bottom:4px}.settings-card-desc{color:#6b7280;font-size:14px;margin-bottom:16px}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-field-row{display:flex;gap:12px}.settings-field{display:flex;flex:1 1;flex-direction:column;gap:4px}.settings-field label{color:#4b5563;font-size:13px}.settings-field input{border:1px solid #d1d5db;border-radius:var(--br);font-size:14px;outline:none;padding:8px 10px}.settings-field input:focus{border-color:#111827}.settings-field input:disabled{background:#f9fafb;color:#6b7280}.settings-error{background:#fee2e2;color:#b91c1c}.settings-error,.settings-success{border-radius:8px;font-size:13px;padding:6px 8px}.settings-success{background:#dcfce7;color:#166534}.settings-button{align-items:center;align-self:flex-start;background:#111827;border:1px solid #111827;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:8px;justify-content:center;margin-top:4px;padding:8px 18px;transition:background .15s ease,transform .05s ease}.settings-button:hover:not(:disabled){background:#000}.settings-button:disabled{cursor:default;opacity:.6}.settings-spinner{animation:settings-spin .7s linear infinite;border:2px solid #fff6;border-radius:999px;border-top-color:#fff;height:14px;width:14px}@keyframes settings-spin{to{transform:rotate(1turn)}}.settings-footer-info{color:#6b7280;font-size:13px;margin-top:24px}.clients-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.clients-new-form{align-items:center;display:flex;gap:8px}.clients-new-form input{border:1px solid #d0d4dd;border-radius:4px;font-size:14px;padding:6px 10px}.clients-new-form button{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 12px}.clients-new-form button:disabled{cursor:default;opacity:.6}.clients-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1.1fr 1.4fr;margin-top:10px}.clients-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow:hidden;width:100%}.clients-table thead{background:#f5f7fa;text-align:left}.clients-table td,.clients-table th{border-bottom:1px solid #eef0f4;font-size:14px;padding:10px 14px}.clients-table tbody tr:hover{background-color:#f9fafc}.clients-row.selected{background-color:#e0ecff}.clients-message{background:#fff8dc;border:1px solid #f2e5a2;border-radius:6px;color:#6a5200}.clients-error,.clients-message{font-size:14px;margin-top:10px;padding:10px 14px}.clients-error{background:#ffe6e6;border:1px solid #ffb3b3;border-radius:6px;color:#8b0000}.clients-error.small{font-size:12px;margin-top:4px}.clients-users h2{font-size:18px;margin-bottom:10px;margin-top:0}.users-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.users-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.users-table-wrapper{margin-top:8px}table{border-collapse:collapse}.users-table{overflow:hidden;width:100%}.users-table td,.users-table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:10px 12px;text-align:left}.users-table th{background:#fff9eb;color:#374151;font-weight:600;padding:15px 10px}.users-table thead tr{border-radius:10px!important;overflow:hidden}.users-table tbody tr:hover{background:#f9fafb}.users-name-cell{display:flex;flex-direction:column}.users-name-main{font-weight:500}.users-name-sub{color:#6b7280;font-size:12px}.users-role-pill{background:#f4f4f4;border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;padding:2px 8px}.users-role-superadmin{background:#eef2ff;color:#4338ca}.users-role-customer_admin{background:#ecfdf5;color:#047857}.users-role-customer_user{background:#eff6ff;color:#1d4ed8}.users-status-pill{border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;padding:2px 8px}.users-status-active{background:#ecfdf3;color:#15803d}.users-status-inactive{background:#fef2f2;color:#b91c1c}.users-actions-cell{text-align:right!important}.users-primary-button,.users-secondary-button{border:none;border-radius:999px;cursor:pointer;font-size:14px;padding:6px 14px}.users-edit-button{font-size:.8rem}.users-primary-button{background:#111827;color:#fff}.users-primary-button:hover{background:#020617}.users-secondary-button{background:#e5e7eb;color:#111827}.users-secondary-button:hover{background:#d1d5db}.users-error{background:#fef2f2;border-radius:8px;color:#b91c1c;font-size:14px;margin-bottom:12px;padding:8px 12px}.users-form-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0f172a0f;margin-top:20px;padding:16px 20px}.users-form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.users-form-header h2{font-size:18px;margin:0}.users-form-close{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:18px}.users-form{display:flex;flex-direction:column;gap:12px}.users-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.users-form-field{display:flex;flex-direction:column;gap:4px}.users-form-field label{color:#4b5563;font-size:13px}.users-form-field input,.users-form-field select{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:6px 8px}.users-form-field input:disabled{background:#f9fafb;color:#6b7280}.users-form-checkbox label{align-items:center;display:inline-flex;font-size:14px;gap:6px}.users-form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.user-modal-backdrop{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.user-modal{background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a40;max-width:500px;padding:24px 24px 20px;width:100%}.user-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.user-modal-header h2{font-size:20px;margin:0}.user-modal-close{background:#0000;border:none;cursor:pointer;font-size:22px}.user-form-row{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.user-form-row label{color:#4b5563;font-size:13px;font-weight:500}.user-form-row input,.user-form-row select{border:1px solid #e5e7eb;border-radius:10px;font-size:14px;padding:8px 10px}.user-form-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.user-form-cancel{background:#e5e7eb;padding:8px 16px}.user-form-cancel,.user-form-save{border:none;border-radius:999px;cursor:pointer}.user-form-save{background:#111827;color:#fff;padding:8px 18px}.help-tabs{display:flex;gap:12px;margin:20px 0 24px}.help-tabs button{background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;cursor:pointer;font-size:14px;padding:9px 18px;transition:all .15s ease}.help-tabs button.active{background:#111827;border-color:#111827;color:#fff}.help-tabs button:hover:not(.active){background:#e5e7eb}.help-content{animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-form{gap:16px;margin-top:12px;max-width:420px}.contact-form,.form-row{display:flex;flex-direction:column}.form-row{gap:4px}.form-row label{color:#4b5563;font-size:13px}.success-msg{background:#dcfce7;border-radius:var(--br);color:#166534;font-size:13px;padding:6px 10px}.glossary-search{margin-bottom:12px;margin-top:16px;max-width:420px}.glossary-search label{color:#4b5563;display:block;font-size:13px;margin-bottom:4px}.glossary-search input{border:1px solid #d1d5db;border-radius:var(--br);font-size:14px;padding:8px 10px;width:100%}.glossary-list{background:#fff;border:1px solid #e5e7eb;border-radius:var(--br);margin-top:18px}.glossary-item{grid-gap:16px;border-bottom:1px solid #f3f4f6;display:grid;gap:16px;grid-template-columns:minmax(160px,220px) 1fr;padding:14px 16px}.glossary-item:last-child{border-bottom:none}.glossary-term-col{display:flex;flex-direction:column;gap:2px}.glossary-term{font-size:15px;font-weight:600}.glossary-label{color:#4b5563;font-size:13px}.glossary-category{background:#f3f4ff;border-radius:3px;color:#4f46e5;font-size:11px;margin-top:5px;padding:2px 8px;width:-webkit-fit-content;width:fit-content}.glossary-desc-col p{color:#4b5563;font-size:14px;margin:0}.glossary-empty{color:#6b7280;font-size:14px;padding:14px 16px}@media (max-width:720px){.glossary-item{grid-template-columns:1fr}}.topbar-left{font-size:.95rem;font-weight:500;gap:20px}.topbar-left,.topbar-right{align-items:center;display:flex}.topbar-right{position:relative}.topbar-avatar{align-items:center;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans;font-size:.95rem;font-weight:500;height:48px;justify-content:center;letter-spacing:.08em;width:48px}.topbar-avatar,.topbar-avatar:hover{background:#15586b}.topbar-menu{background:#fff;border-radius:12px;box-shadow:0 16px 40px #0f172a2e;min-width:220px;padding:.75rem 0;position:absolute;right:0;top:calc(100% + .5rem);z-index:20}.topbar-menu-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 1rem .75rem}.topbar-menu-name{font-size:.95rem;font-weight:600}.topbar-menu-badge{background:#14532d;border-radius:999px;color:#fff;font-size:.7rem;letter-spacing:.08em;padding:.15rem .5rem;text-transform:uppercase}.topbar-menu-item{background:#0000;border:none;cursor:pointer;font-size:.9rem;padding:.6rem 1rem;text-align:left;width:100%}.topbar-menu-item:hover{background:#f3f4f6}.login-page{grid-gap:50px;box-sizing:border-box;display:grid;gap:50px;grid-template-columns:2.5fr 1fr;height:100vh;padding:30px 50px 30px 30px;position:relative;width:100vw}.login-page:after{background:url(/static/media/login-background.9030bd575f249106bfae.jpg);background-position:50%;background-size:cover;content:"";height:100%;left:0;opacity:.07;position:absolute;top:0;width:100%;z-index:-1}.login-page h1{font-size:60px;font-weight:400;line-height:70px;margin-bottom:20px}.login-page h1>span{line-height:125px}.b{border:1px solid blue}.login-left{background:url(/static/media/login-background.9030bd575f249106bfae.jpg);background-position:50%;background-size:cover;border-radius:10px;color:#fff;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;overflow:hidden;padding:50px}.logo-wrapper img{width:80px}.ref-link{align-items:flex-start;display:flex;justify-content:right}.ref-link a{color:#fff;text-decoration:none}.ref-link a:hover{text-decoration:underline}.left-content{align-items:flex-start;display:flex;flex-direction:column;grid-column-end:3;grid-column-start:1;justify-content:flex-end}.left-content a{border-bottom:1.5px solid #ffb400;color:#fff;padding-bottom:2px;text-decoration:none}.login-right{align-items:center;display:flex;padding-bottom:70px}.login-right-inner{width:100%}.login-title{font-size:40px;font-weight:500;margin-bottom:150px}.login-field{align-items:baseline;border-bottom:1px solid #000;display:flex;margin-bottom:30px;width:100%}.login-field .login-field-label-row{font-size:14px;font-weight:500;width:130px}.login-right input{border:0 solid red;border-radius:0;flex-grow:1;font-family:DM Sans}.login-right input:focus,.login-right input:focus-visible{outline:none}.login-forgot{border:0;font-family:DM Sans;font-size:11px;padding:0}.login-button{border:1px solid #000;border-radius:3px;color:#000;font-family:DM Sans;font-size:14px;font-weight:500;margin-top:20px;padding:7px 18px}@media (max-width:1600px){.login-page{gap:50px;grid-template-columns:1.5fr 1fr;padding:30px 50px 30px 30px}.login-left{padding:30px}.login-page h1{font-size:40px;line-height:45px}}@media (max-width:1200px){.login-page{grid-template-columns:1fr 1fr}}@media (max-width:1000px){.login-page{grid-template-columns:1fr}}
/*# sourceMappingURL=main.7271d1ca.css.map*/