.project-tbl-heading{display:flex;justify-content:space-between;width:100%}.project-tbl-heading h2{margin:0 0 10px;font-size:20px;font-family:circular-pro;font-weight:700}.btn-group{display:flex;gap:10px}.project-table-wrapper{background:#fff;border-radius:0;overflow:hidden;font-size:14px}.project-table-header{background:#f36c2f;color:#fff;display:grid;grid-template-columns:140px 1fr 1fr 220px 80px;padding:12px 16px;font-family:circular-pro;font-weight:700;font-size:16px}.project-table-header div{cursor:pointer}.project-table-row{display:grid;grid-template-columns:140px 1fr 1fr 220px 80px;padding:10px 16px;align-items:center;border-bottom:1px solid #D2D2D2;background:#fff;font-size:16px}.project-table-row:nth-child(2n){background:#fafafa}.project-table-row.highlight,.project-table-row:hover,.project-table-row:focus{border-bottom:2px solid #F26833;padding:10px 16px 9px}.project-table-row:hover .project-customers,.project-table-row:hover .project-id,.project-table-row:hover .project-date,.project-table-row.highlight .project-customers,.project-table-row.highlight .project-id,.project-table-row.highlight .project-date{color:#f26833;font-weight:900}.project-id{font-weight:700}.pstatus.new{color:#000}.pstatus.progress{color:#0058cb}.pstatus.completed{color:#008a00}.project-tbl-heading .controls{display:flex;justify-content:flex-end;margin-bottom:10px;width:50%;margin-left:auto}.project-tbl-heading .controls .search-project-box{padding:10px 50px 10px 10px;border-radius:4px;width:60%;height:40px;background:#f5f5f5;position:relative}.project-tbl-heading .controls .search-project-box input{border:none;outline:none;font-size:16px;font-family:omnes,sans-serif;color:#000;width:100%;background:none}.project-tbl-heading .controls .search-project-box .proj-srch-btn{position:absolute;right:5px;top:5px}.project-tbl-heading .controls .search-project-box .proj-srch-btn .searchBtn{border:none;background:none}.project-tbl-heading .controls select{padding:5px 10px;border:1px solid #ccc;border-radius:4px;width:120px;height:40px;margin-left:10px;font-size:16px;font-family:omnes,sans-serif}.project-pagination{display:flex;justify-content:flex-end;gap:6px;padding:16px;overflow-x:auto;white-space:nowrap}.project-pagination button{border:1px solid #ccc;background:#fff;padding:6px 12px;cursor:pointer;border-radius:4px}.project-pagination button.active{background:#fcd2c2;color:#f26833;border-color:#f26833}.project-pagination button:disabled{opacity:.4;cursor:not-allowed}.dont-see{font-size:14px;color:#000}.dont-see .call-to-actn{font-size:14px;color:#0058cb}.project-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:none;align-items:center;justify-content:center;z-index:9999}.project-popup{position:relative;background:#f26833;width:90%;max-width:980px;padding:10px;border-radius:0;box-shadow:0 10px 25px #0003}.project-popup-close{position:absolute;top:-10px;right:-10px;border:none;font-size:24px;width:28px;cursor:pointer;height:28px;border-radius:100px;background:#fff}.project-popup h2{margin-top:0}.project-grp-heading{color:#fff;display:flex;font-weight:900;padding:10px 5px;width:100%;box-sizing:border-box}.project-grp-heading div{padding:5px}.project-grp-heading .pp-project-id{width:30%}.project-grp-heading .pp-project-date{width:15%}.project-grp-heading .pp-project-name{width:55%}.project-grp-grid{font-size:14px;background:#fff;color:#000;padding:5px 15px 10px;width:100%;box-sizing:border-box}.project-grp-grid .project-grp-grid-heading{font-weight:700;display:flex;padding:8px 0;border-bottom:solid 1px #D2D2D2}.project-grp-grid .project-grp-grid-row{display:flex;padding:4px 0;align-items:center}.project-grp-grid .pp-grid-orderid{width:20%}.project-grp-grid .pp-grid-poid{width:10%}.project-grp-grid .pp-grid-date{width:15%}.project-grp-grid .pp-grid-address{width:30%}.project-grp-grid .pp-grid-status{width:15%;text-align:left}.project-grp-grid .pp-grid-statusbx{width:10%;text-align:center}a.btn-orange-poppin{background-color:#f26833;color:#fff!important;font-size:13px;text-align:center;border-radius:5px;text-decoration:none;padding:6px 15px;display:inline-block;line-height:22px;font-family:circular-pro;font-weight:600}.project-grp-grid .pp-grid-statusbx a.btn-orange-poppin{padding:3px 15px}.pp-grid-label{display:none}a.order-summary-btn{background-color:#f26833;color:#fff!important;font-size:13px;text-align:center;border-radius:5px;text-decoration:none;padding:6px 15px;display:inline-block;line-height:22px;font-family:circular-pro;font-weight:600}a.order-summary-btn.gray{background-color:#6c757d;color:#fff!important}button.searchCloseBtn{width:14px;height:14px;background:none;border:none;padding:0;top:5px;position:relative;margin-right:5px}button.searchCloseBtn img{width:14px;height:14px}.grid-loader{width:60px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side,#f36c2f 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s infinite linear;margin:25px auto}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.pp-grid-add-cont{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:24ch}@media(max-width:991px){.project-table-row{font-size:14px;grid-template-columns:140px 1fr 1fr 160px 70px}.project-table-header{grid-template-columns:140px 1fr 1fr 160px 70px}}@media(max-width:799px){.project-table-header,.project-grp-grid .project-grp-grid-heading{display:none}.project-grp-grid .project-grp-grid-row{flex-wrap:wrap;border-bottom:solid 1px #D2D2D2}.project-grp-grid .project-grp-grid-row:last-child{border-bottom:none}.project-grp-grid .pp-grid-orderid,.project-grp-grid .pp-grid-date,.project-grp-grid .pp-grid-status{width:50%;padding:10px 0;text-align:left}.project-grp-grid .pp-grid-poid,.project-grp-grid .pp-grid-address,.project-grp-grid .pp-grid-statusbx{width:50%;text-align:right;padding:10px 0}.project-tbl-heading{display:block;width:100%}.project-tbl-heading h2{margin-bottom:30px}.project-tbl-heading .controls{width:100%;flex-direction:row}.project-tbl-heading .controls .search-project-box{width:60%}.project-tbl-heading .controls select{width:40%;margin-left:0}.project-table-row{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"date date" "project project" "po po" "status action";row-gap:6px;padding:10px 16px}.project-table-row>div:nth-child(1){grid-area:date;font-size:13px;color:#555}.project-table-row>div:nth-child(2){grid-area:project;font-size:15px;font-weight:700}.project-table-row>div:nth-child(3){grid-area:po;font-size:13px;color:#666}.project-table-row>div:nth-child(4){grid-area:status;font-size:13px;font-weight:600}.project-table-row>div:nth-child(5){grid-area:action;text-align:right}.project-table-row>div:nth-child(6){display:none}.controls{flex-direction:column;gap:8px}.controls input,.controls select{width:100%}.project-pagination{flex-wrap:wrap;gap:4px}.pp-grid-label{display:block;font-size:16px;margin-bottom:4px;font-weight:700;padding:0}.project-grp-heading{flex-wrap:wrap}.project-grp-heading .pp-project-id{width:50%}.project-grp-heading .pp-project-date{width:50%;text-align:right}.project-grp-heading .pp-project-name{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/account.css.map */
