@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500&display=swap);:root{--primary-color:#2687a4;--light-gray:#b0b0b0;--bg-cream:#eee;--border-color:#6531f3;--danger-color:#cb3a31}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:5px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}*{box-sizing:border-box}html::-webkit-scrollbar{display:none}body{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;overflow-x:hidden}.body-page{display:flex;flex-direction:column;height:100vh;width:100vw}li{list-style:none}.bg-cream{background-color:#eee;background-color:var(--bg-cream)}.header-heavy{font-weight:900}.header-med{font-size:30px;font-weight:500;line-height:43.2px;margin-bottom:12px}input,select{font-size:17px;height:30px;margin:5px 10px 5px 0;width:150px}.flex-row-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:start}.approve-expence-btn{height:15px;width:15px}.approved{color:green}.denied{color:red}.reject-font{font-size:11px}.table-font{font-size:12px;grid-column:1}.table{display:flex;flex-direction:column;justify-content:start;margin:0 1rem}.tr{border-bottom:1px solid #000;cursor:pointer;display:grid;padding:5px 0;width:400px}.expense-table{height:calc(100vh - 300px);overflow-x:hidden;overflow-y:scroll}#search-sort-bar{margin-left:15px}.sort-select{font-size:12px;width:130px}.expense-row.th{margin-left:0;width:100%}.color1{background-color:red}.color2{background-color:#ff0}.expense-row{grid-template-columns:70px 3fr 60px 70px 2fr 2fr 1fr 50px 100px;width:100%}.reports-row{grid-template-columns:70px 3fr 60px 70px 2fr 2fr 1fr 50px}.expense-desc{min-width:220px}.prop-code-select{min-width:100px}@page{margin:2rem 0 2rem 0}@media print{.pagebreak{clear:both;page-break-after:always}}.expense-row-print{grid-template-columns:60px 220px 40px 60px 100px 100px 50px 20px;width:750px!important}.th{font-weight:900}.td{font-size:10px}.center{align-items:center;display:flex;justify-content:center}.td>input{width:90%}.content-table{margin-top:30px}.table-height{max-height:600px;overflow-x:hidden;overflow-y:scroll}.manage-card-holders-table>.tr{grid-template-columns:2fr 3fr 1.5fr .8fr .5fr .5fr;width:550px}.manage-card-holders-table>div>.tr{grid-template-columns:1.9fr 2.8fr 1.5fr .8fr .5fr .5fr;width:550px}.approvers-table{grid-template-columns:230px 150px;max-height:600px;max-width:400px;overflow-x:hidden;overflow-y:scroll}.approvers-table>.tr{grid-template-columns:230px 150px;width:400px}.approvers-table>.td,.approvers-table>.tr>.td{width:250px}.properties-table{grid-template-columns:230px 90px 30px;max-height:600px;max-width:400px;overflow-x:hidden;overflow-y:scroll}.properties-table>.tr{grid-template-columns:230px 90px 30px;width:400px}.code-table{grid-template-columns:130px 130px 150px;max-height:600px;max-width:400px;overflow-x:hidden;overflow-y:scroll}.code-table>.tr{grid-template-columns:270px 60px 30px;width:400px}.code-table>.td{width:150px}.color{background-color:red}.code-table>.tr>.td{width:150px}.allocation-table{grid-gap:5px;display:grid;grid-template-columns:1fr 2fr 2fr 2fr 2fr 20px;margin-left:0;margin-right:0;margin-top:1rem;position:relative;width:100%}.equal-allocation-spread{height:15px;width:43px}.equal-spread{margin:0 auto -10px}.allo-trash{margin-top:7px}.allocate-section{border-top:2px solid #000}.allocate-total{margin-left:15px;text-align:right;width:57px}.allocation-start{grid-column:4;padding-right:10px;text-align:end}.printing-allocation-start{grid-column:1;padding-right:10px;text-align:end}.allocation-approve-start{grid-column:4}.allocation-text{font-size:10px;min-height:20px}.top-allocation{border-top:1px double #000}.allocation-approve{background-color:red}.msg-lable{grid-column:1;grid-row:3;text-align:right}.hidden-lable{margin-right:15px;text-align:right}.new-user-row{border-bottom:2px solid #000;border-top:2px solid #000;display:flex;flex-direction:column;padding:1rem 0 0}.total-spand-row{border-bottom:1px double #000;margin-top:3px;padding-bottom:2rem;padding-top:2px}.total-cat-row,.total-spand-row{border-top:1px solid #000;margin-bottom:1rem}.total-cat-row{font-size:12px;font-weight:700;padding-left:1rem}.cat-summary-row{align-items:center;border-top:1px solid grey;display:flex;flex-direction:row;font-size:12px;font-weight:700;justify-content:center;padding:4px}.hidden-content{border:1px solid #000;grid-column:2/span 4;padding:5px}.approve-btn-box{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:-20px}.span-two{grid-column:1/span 2}#add-receipt-input{width:100%}.image-tags{display:flex;flex-direction:column;grid-row:span 4}.image-tag{color:#2687a4;color:var(--primary-color);display:block}.hidden-content-edit{border:1px solid #000;grid-column:2/span 6;padding:5px}.calendar-grid{grid-row:1/span 2}.btn{background-color:#eee;border:2px solid transparent;border-radius:6px;color:#000;cursor:pointer;margin-right:10px;padding:10px 30px}.buttons-row{display:flex;flex-direction:row;width:100%}.btn-primary{background-color:#2687a4;background-color:var(--primary-color);padding:10px}.print-btn{margin-top:5px;max-height:30px;padding:2px 10px!important;width:100px}.btn-approve{background-color:green;font-size:12px;line-height:20px;margin:0;padding:0}.mass-approve{height:25px;margin-top:8px;width:90px}.btn-danger{background-color:#cb3a31;background-color:var(--danger-color);color:#fff}.delete-expense-container{display:flex;justify-content:end;margin-top:2rem;width:100%}.delete-expense-container.trash-it{background-color:green}.btn-note{padding:8px 15px}.btn-icon{padding:0}.table-btn{height:30px;width:30px}.btn:hover{border:2px solid #6531f3;border:2px solid var(--border-color)}.btn-selected{background-color:#daffdc}.btn-mid-width{width:218px}.btn-quarter-width{width:25%}.btn-half-width{width:50%}.btn-3q-width{width:75%}.btn-full-width{width:100%}.btn-bottom{bottom:7%;position:absolute}.btn-icon-left{font-size:10.5px;margin-right:10px}.add-allo-btn:hover{color:#6531f3;color:var(--border-color)}.underline-input{background-color:transparent;border:none;border-bottom:2px solid #b0b0b0;border-bottom:2px solid var(--light-gray);font-size:18px;font-weight:400;line-height:22px;outline:none;padding:5px}.underline-input:focus{border-bottom:2px solid #6531f3;border-bottom:2px solid var(--border-color)}.input-box{background-color:#2687a4;background-color:var(--primary-color);width:500px}.width-full{width:100%}.text-dark{font-size:18px}.text-dark,.text-light{font-weight:400;line-height:25.2px;margin:0;text-align:center}.text-light{font-size:16px}.light-text,.text-light{color:#b0b0b0;color:var(--light-gray)}.font-bold{font-weight:700}.icon-padding-right{padding-right:10px}.circle-icon{background-color:#eee;border-radius:50%;padding:20px}.green{background-color:#2687a4;background-color:var(--primary-color)}.margin-top-small{margin-top:1rem}.margin-top-med{margin-top:2rem}.margin-top-large{margin-top:3rem}.margin-top-xl{margin-top:4rem}.margin-bottom-small{margin-bottom:1rem}.margin-bottom-med{margin-bottom:2rem}.margin-bottom-large{margin-bottom:3rem}.margin-bottom-xl{margin-bottom:4rem}.margin-left-small{margin-left:1rem}.margin-left-med{margin-left:2rem}.margin-left-large{margin-left:3rem}.margin-left-xl{margin-left:4rem}.margin-right-small{margin-right:1rem}.margin-right-med{margin-right:2rem}.margin-right-large{margin-right:3rem}.margin-right-xl{margin-right:4rem}.neg-left-margin-lg{margin-left:-22px}.card{background-color:#eee;background-color:var(--bg-cream);border:1px solid #000;border-radius:10px;padding:2rem}.login-card{align-items:center;max-width:400px;min-height:500px}.dashboard-page,.login-card{display:flex;flex-direction:column}.navbar{background-color:#0a0a0a;height:calc(100vh - 50px);padding:40px 20px;position:relative;width:250px;z-index:2}.nav-header{margin-bottom:2rem}.nav-logo{background-color:#2687a4;background-color:var(--primary-color);border-radius:5px;height:40px;width:40px}.navbar-link{align-items:center;color:#6e6e6e;cursor:pointer;display:flex;flex-direction:row;margin:28px 0;text-decoration:none}.navbar-link:hover{-webkit-text-decoration:underline #6531f3 2px;text-decoration:underline #6531f3 2px;-webkit-text-decoration:underline var(--border-color) 2px;text-decoration:underline var(--border-color) 2px}.nav-link-logo{margin-right:10px}.active-nav-link{color:#fff}.nav-body{display:flex;flex-direction:column;height:80vh;justify-content:space-between}.nav-user-profile{display:flex;flex-direction:row}.user-img-circle{border-radius:50%;height:50px;margin-right:15px;overflow:hidden;width:50px}.img-small{border:3px solid #fff;height:30px;width:30px}.user-img-circle img{max-height:100%;max-width:100%}.nav-user-profile-header{color:#fff;font-size:16px;font-weight:500;line-height:22.4px}.nav-user-info{display:flex;flex-direction:column;justify-content:start}.nav-user-job-title{text-align:start}.navbar>ul{background-color:#000;margin-top:0}.dashboard-header{align-items:center;background-color:#2687a4;background-color:var(--primary-color);display:flex;flex-direction:row;height:50px;justify-content:space-between;width:100%}.dashboard-header>h1{font-weight:500;margin:0;padding:0 2rem}.dashboard-header>ul{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:0}.dashboard-header>ul>li{border-bottom:2px solid transparent;padding:5px 10px}.nav-link{color:#000;font-weight:500;text-decoration:none}.active-header-link{border-bottom:2px solid #6531f3;border-bottom:2px solid var(--border-color)}.dashboard-body{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 50px);padding:0 0 0 1rem;width:100%}.row{align-items:flex-start;flex-direction:row;justify-content:start}.dashboard-body-navbar{padding:0}.body-content,.dashboard-body-content{display:flex;flex-direction:column;width:100%}.dashboard-body-content{align-items:center;height:100%}.search-sort{flex-direction:row}.profile-header{margin:3rem 0}.profile-body{display:flex;flex-direction:column}.data-point{display:flex;flex-direction:row;font-size:14px;margin:2px 0;width:100%}.data-column{flex-direction:column}.profile-label{display:inline-block;font-weight:700;margin-right:1rem;text-align:left;width:70px}.profile-label-width{width:140px}.card-num{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px;width:80px}.add-btn{font-size:20px;margin-left:1rem}.properties-add{padding-right:5px}.add-property{align-items:center;display:flex;flex-direction:row}.approvee-list,.property{display:flex;flex-direction:row;justify-content:space-between}.approvee-list{-webkit-margin-before:5px;margin-block-start:5px;width:180px}.trash-it{margin-left:1rem}.trash-it:hover{color:red;cursor:pointer}.approve-it:hover{color:#2687a4;color:var(--primary-color)}.drop-zone{align-items:center;border:4px dashed #b0b0b0;border:4px dashed var(--light-gray);border-radius:10px;cursor:pointer;display:flex;font-size:20px;font-weight:500;height:100px;justify-content:center;max-width:100%;padding:5px;text-align:center}.drop-zone--over{border:4px solid #2687a4;border:4px solid var(--primary-color)}.drop-zone__input{display:none}.drop-zone__prompt{color:#aaa}.drop-zone__thump{background-color:#ddd;background-size:cover;border-radius:10px;height:100%;overflow:hidden;position:relative;width:100%}.drop-zone__thump-title{background-color:rgba(0,0,0,.5);bottom:0;color:#fff;font-size:14px;left:0;position:absolute;text-align:center;width:100%}.reports-body{justify-content:space-between}.reports-header{max-width:97%;width:100%}.report-settings{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.reports-content{height:100%;margin-left:1rem;max-width:98%;overflow-x:hidden;overflow-y:scroll;width:100%}.dashboard-h1{text-align:center}.data-point-select{font-size:11px;height:20px;margin:0}.gl-code-row{border-bottom:1px solid #000;cursor:pointer;display:grid;grid-template-columns:281px 70px 30px;height:30px;padding:0 5px 0 0}.gl-code-row:hover{background-color:rgba(71,255,84,.4)}.gl-text{font-size:12px}.gl-edit{margin-top:-5px}.approve-expense-body{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.approve-row{grid-template-columns:.8fr 1.2fr 3fr 1.5fr 1.5fr .5fr .5fr 1fr;width:900px}.expensed-by{grid-column:2/span 1}.approve-message{grid-column:3/span 6}.import-box{border:2px dashed #b0b0b0;border:2px dashed var(--light-gray);border-radius:10px;height:100px;width:100%}.import-success{font-size:20px;font-weight:600;margin:1rem 0 3rem}.imports-row{display:grid;grid-template-columns:.7fr 3fr .8fr .7fr .8fr;margin:10px 0}.imports-row>.td{font-size:14px}.amount-number{padding-right:30px;text-align:right}.imports-row-header{width:96%}.imports-row-header>.td{font-weight:700}.spinner-box{height:100%}.flex-center,.spinner-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.overlay,.popup-box{align-items:center;display:flex;flex-direction:column;height:100vh;left:0;position:absolute;top:0;width:100vw}.overlay{background-color:rgba(0,0,0,.3)}.details-card{align-items:center;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;margin-top:2rem;padding:1rem;position:relative;width:300px}.add-card{justify-content:flex-end}.edit-details{border:none;border-bottom:2px solid #b0b0b0;border-bottom:2px solid var(--light-gray);font-size:13px;height:15px;margin:0;outline:none;width:calc(100% - 100px)}.edit-details-checkbox{background-color:red;width:20px}.edit-details:focus{border-bottom:2px solid #6531f3;border-bottom:2px solid var(--border-color)}.table-edit{font-size:12px;height:20px;margin-top:5px;width:100%}.close-btn{cursor:pointer;position:absolute;right:1rem;top:1rem}.details-card h3{text-align:center}.profile-card{display:flex;flex-direction:column}.profile-data{align-items:flex-start;display:flex}.hamberger-icon{cursor:pointer;left:1rem;position:fixed;top:6rem}.nav-close{color:#fff;cursor:pointer;display:none;font-size:20px;position:absolute;right:10px}.expense-popup{width:400px}.edit-textarea{height:150px;width:calc(100% - 100px)}.add-file{cursor:pointer;font-size:30px}.limit-row{display:grid;grid-template-columns:1.5fr .5fr .2fr}.expense-content{margin-right:52px}.spinner-styles{height:50px;width:50px}.error-text{color:red}.search-bar-container{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative}.search-icon{left:6px;position:absolute;top:16px}.search-container{display:flex;flex-direction:row;justify-content:space-between}.custom-print-btn{margin-left:32px;margin-top:8px}.search-input{border-radius:8px;height:40px;margin-right:0;padding-left:24px;width:400px}.search-table-container{background-color:blue;width:100%}.search-table-date{background-color:green;width:100px}.search-table{background-color:red;display:flex;flex-direction:column;margin-top:24px;width:100%}.description-styles{margin-bottom:4px}.file-box{height:250px}.file-box,.file-box-row{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.file-box-row{height:80px}.file-view-styles{max-height:100%;max-width:100%}@media(max-width:1000px){.dashboard-header{flex-direction:column;height:80px}.dashboard-header>h1{font-size:24px;padding:0}.tr{width:500px}.expense-table{height:calc(100vh - 380px)}.expense-row{grid-template-areas:"date description description approveddenied awaitings" "images property code limit awaitings" "images spender message amount awaitings" "images spender message ccnumber awaitings";grid-template-columns:1fr 2fr 2fr 1fr 1fr;width:100%}.reports-row{grid-template-areas:"date description description approveddenied" "images property code limit" "images spender message amount" "images spender message ccnumber";grid-template-columns:1fr 2fr 2.5fr .5fr;width:100%}.date{grid-area:date}.description{grid-area:description}.ccnumber{grid-area:ccnumber}.amount{grid-area:amount;text-align:left}.property{grid-area:property}.code{grid-area:code}.limit{grid-area:limit}.approveddenied{grid-area:approveddenied}.awaitings{grid-area:awaitings}.images{grid-area:images}.spender{grid-area:spender}.message{grid-area:message}.approve-row{width:600px}}@media(max-width:600px){.manage-card-holders-table{width:350px}.dashboard-body{padding:0 -1rem 0 0}.expense-table{height:calc(100vh - 400px)}.expense-row{grid-template-areas:"sdate sdescription sdescription" "samount sproperty slimit" "sccnumber scode scode" "simages smessage smessage" "simages sspender sawaitings" "simages sapproveddenied sapproveddenied"}.expense-row,.reports-row{grid-template-columns:1fr 2fr 1fr;width:100%}.reports-row{grid-template-areas:"sdate sdescription sdescription" "samount sproperty slimit" "sccnumber scode scode" "simages smessage smessage" "simages sspender sawaitings"}.date{grid-area:sdate}.description{grid-area:sdescription}.ccnumber{grid-area:sccnumber}.amount{grid-area:samount;text-align:left}.property{grid-area:sproperty}.code{grid-area:scode}.limit{grid-area:slimit}.approveddenied{grid-area:sapproveddenied}.awaitings{grid-area:sawaitings}.images{grid-area:simages}.spender{grid-area:sspender}.message{grid-area:smessage}.navbar{display:none;position:absolute}.nav-close{display:block}.dashboard-h1{font-size:23px}.approve-row{grid-template-columns:.7fr 1.5fr 1.5fr 1.5fr 1.5fr .5fr .5fr;width:350px}}
/*# sourceMappingURL=main.d638a8f2.css.map*/