*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3498db;--secondary-color: #2ecc71;--error-color: #ff0000;--background-color: #f5f5f5;--background-color-window: #c9c9c9;--box-shadow-large: 3px 3px 10px rgba(0, 0, 0, .75);--box-shadow-small: 1px 1px 3px rgba(0, 0, 0, .25);--text-color: #333333}[data-theme=dark]{--background-color: rgb(14, 53, 99);--background-color-icon: #1857a0;--background-color-window: #3b82f680;--background-color-window2: #1857a0;--border-icon: 2px outset var(--background-color-window);--border-inset: 2px inset var(--background-color-window);--border-outset: 2px outset var(--background-color-window);--border-solid: 2px solid var(--background-color-window);--border-solid2: 2px solid var(--background-color);--text-color-primary: #dde6ed;--text-color-secondary: #0ecfff}[data-theme=light]{--background-color: #ebebeb;--background-color-icon: #67a5eb;--background-color-window: #cccccc;--background-color-window2: #ffffff;--border-icon: 2px outset var(--background-color-window);--border-inset: 2px inset var(--background-color-window);--border-outset: 2px outset var(--background-color-window);--border-solid: 2px solid var(--background-color-window);--border-solid2: 2px solid var(--background-color);--text-color-primary: #333333;--text-color-secondary: #00598d}html,body{background-color:var(--background-color);color:var(--text-color-primary)}.appContainer{min-height:100vh}input::placeholder{opacity:.65}h1,h2,h3,h4{color:var(--text-color-primary)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4,nav{font-size:1rem}p{color:var(--text-color-primary);font-size:1rem}.modalSection{z-index:9999;background:#3a3a3adc;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;text-shadow:1px 1px 2px black}.modalSection h2{color:var(--text-color-secondary)}@media(max-width:768px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}h4,nav{font-size:.875rem}p{font-size:.875rem}}@media(max-width:480px){h1{font-size:1.25rem}h2{font-size:1rem}h3{font-size:.875rem}h4,p{font-size:.75rem}}@media(max-width:375px){h1{font-size:1rem}h2{font-size:.875rem}h3{font-size:.75rem}h4,p{font-size:.625rem}}._footer_cu0ml_5{height:60px;width:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:10px 0;border-top:2px solid var(--text-color-secondary);border-bottom:2px solid var(--text-color-secondary)}._footerTop_cu0ml_22,._footerBottom_cu0ml_23{color:var(--text-color-secondary);text-shadow:1px 1px 2px black}._footerTop_cu0ml_22{font-size:1rem}._footerBottom_cu0ml_23{font-size:.9rem}._footerLink_cu0ml_41{color:var(--text-color-secondary);text-decoration:none}._footerLink_cu0ml_41:hover{text-decoration:underline}._footerLink_cu0ml_41:visited{color:var(--text-color-secondary)}._header_1b8if_5{position:relative;display:flex;justify-content:space-between;height:100px;background-color:var(--background-color-window);box-shadow:var(--box-shadow-small)}._brandContainer_1b8if_14{display:flex;align-items:center;height:100px}._brand_1b8if_14{font-weight:700;padding-left:10px;text-shadow:2px 2px 2px rgba(0,0,0,.5)}._navigation_1b8if_31{height:100%;display:flex;align-items:flex-end;justify-content:space-between;padding:0 5px 0 0}._nav_1b8if_31{color:var(--text-color-primary);text-shadow:1px 1px 2px rgba(0,0,0,.5)}._link_1b8if_49{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;height:36px;text-decoration:none;color:var(--text-color-primary);font-size:20px}._link_1b8if_49:hover{color:var(--text-color-secondary)}._linkText_1b8if_65{position:relative}._linkText_1b8if_65:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--text-color-secondary);transition:width .25s ease}._active_1b8if_83{color:var(--text-color-secondary)}._active_1b8if_83 ._linkText_1b8if_65:after{width:100%}._toggle_1b8if_96{cursor:pointer;position:absolute;top:5px;right:5px;border:3px solid var(--background-color-icon);border-radius:50%;width:30px;height:30px}@media(max-width:768px){._header_1b8if_5{flex-direction:column;align-items:center}._brandContainer_1b8if_14{height:100%;align-items:flex-end}._link_1b8if_49{width:80px;height:32px;font-size:16px}}@media(max-width:480px){._brand_1b8if_14{font-size:1.5rem}._link_1b8if_49{width:75px;height:32px}}._loggedInAsContainer_jo9ga_5{position:absolute;top:-1rem;right:0;min-width:200px;height:20px;background-color:var(--background-color-window);display:flex;flex-direction:column;justify-content:center;color:var(--text-color-secondary);font-size:.8rem}._loggedInAsContainer_jo9ga_5 div{display:flex;flex-direction:row;justify-content:space-between;gap:.75rem;padding:.3rem .5rem}._loggedInAsContainer_jo9ga_5 div span:nth-child(2){text-transform:uppercase}._adminContainer_qiydh_5{position:relative;min-height:calc(100vh - 190px);margin-top:1rem;padding:1rem}._dynamicContentPanel_qiydh_12{position:relative;margin-top:1rem;display:flex;flex-direction:column;max-width:800px;max-height:600px;border:4px inset var(--background-color-window2);overflow-y:auto;overflow-x:auto}._dynamicContentPanel_qiydh_12>div{margin-top:3.5rem;padding:.5rem}._dynamicContentPanel_qiydh_12>div>h3{margin-bottom:.5rem}._toast_qiydh_38{position:fixed;top:50%;right:50%;transform:translate(50%,-50%);background-color:var(--background-color-icon);color:var(--text-color-secondary);padding:.75rem 1.25rem;border-radius:6px;box-shadow:var(--box-shadow-large);border:2px solid var(--text-color-secondary);z-index:999;font-size:1.5rem}._actionButtonsContainer_qiydh_58{display:flex;gap:.5rem;margin:1rem 0}._largeButton_qiydh_64,._reportLargeButton_qiydh_65,._largeButtonDbReset_qiydh_66{min-width:75px;max-width:200px;padding:.35rem .75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary)}._largeButton_qiydh_64,._reportLargeButton_qiydh_65{font-size:1rem;border:2px outset var(--background-color-window)}._largeButtonDbReset_qiydh_66{font-size:.75rem;border:2px outset var(--background-color-window)}._reportLargeButton_qiydh_65{position:absolute;top:10px;right:10px;max-width:150px;margin-bottom:1rem}._largeButton_qiydh_64._active_qiydh_94{border:2px solid var(--text-color-secondary)}._largeButton_qiydh_64:hover,._largeButton_qiydh_64:hover h4,._reportLargeButton_qiydh_65:hover{color:var(--text-color-secondary);cursor:pointer}._largeButtonDbReset_qiydh_66:hover{background-color:red;color:#fff;border:2px dotted black;cursor:pointer}._customerSearchControls_qiydh_117{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._customerSearchBar_qiydh_124{width:200px;max-width:100%;background-color:#fff;color:#000;padding:.15rem;font-size:.75rem;border-radius:6px}._customerSearchSelect_qiydh_134{background-color:#fff;font-size:.75rem;border-radius:6px}._customerSearchButton_qiydh_140,._refreshButton_qiydh_141{padding:.35rem .75rem;font-size:.75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._customerSearchButton_qiydh_140:hover,._refreshButton_qiydh_141:hover{color:var(--text-color-secondary);cursor:pointer}._customerEditButton_qiydh_161{width:100%;padding:.25rem .5rem;font-size:.75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._customerEditButton_qiydh_161:hover{color:var(--text-color-secondary);cursor:pointer}._customerEditSaveButton_qiydh_176,._customerEditCancelButton_qiydh_177{width:100%;padding:.1rem .15rem;font-size:.75rem;color:var(--text-color-primary)}._customerEditSaveButton_qiydh_176{background-color:green;border:3px outset rgb(25,206,25)}._customerEditCancelButton_qiydh_177{background-color:red;border:3px outset rgb(252,48,48)}._tableWrapper_qiydh_199{width:100%;min-width:700px;font-size:.9rem;max-height:600px}._resultsTable_qiydh_206{width:100%;border-collapse:separate;border-spacing:0}._resultsTable_qiydh_206 th,._resultsTable_qiydh_206 td{border:1px solid var(--text-color-primary);padding:.25rem;text-align:left}._resultsTable_qiydh_206 thead th{position:sticky;top:0;background-color:var(--background-color-window2);z-index:2;box-shadow:0 2px 0 var(--text-color-primary)}._smallButtonContainer_qiydh_232{display:flex;gap:.5rem}._smallButton_qiydh_232{padding:.25rem .5rem;font-size:.75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._smallButton_qiydh_232:hover{color:var(--text-color-secondary);cursor:pointer}._statusDanger_qiydh_256,._statusPending_qiydh_257,._statusSuccess_qiydh_258{background-color:#141414!important;font-weight:600;font-size:.8rem;letter-spacing:1px;text-align:center!important}._statusPending_qiydh_257{color:#fe0!important}._statusSuccess_qiydh_258{color:#0f2!important}._statusDanger_qiydh_256{color:red!important}._authPanelContainer_1pgg8_5{width:100%;max-width:350px;display:flex;justify-content:flex-end;align-items:flex-start}._card_1pgg8_18{width:80%;max-width:350px;padding:1rem;background:var(--background-color-window);border-radius:8px;box-shadow:var(--box-shadow-large)}._title_1pgg8_32{margin-bottom:1rem;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._error_1pgg8_38{color:var(--error-color);font-size:.8rem;text-align:center}._switchText_1pgg8_44{margin-top:1rem;text-align:center}._link_1pgg8_49{cursor:pointer;color:var(--text-color-secondary)}._link_1pgg8_49:hover{text-decoration:underline}._field_1pgg8_63 input{display:flex;width:100%;border:var(--border-inset);font-size:12px;padding:.2rem;margin-top:.35rem;margin-bottom:.5rem}._button_1pgg8_78{width:100%;padding:.4rem;margin-top:.5rem;border:var(--border-solid);font-size:12px;background-color:var(--background-color);color:var(--text-color-primary)}._button_1pgg8_78:hover{color:var(--text-color-secondary);cursor:pointer}@media(max-width:768px){._authPanelContainer_1pgg8_5{justify-content:center;width:100%;min-width:100%}._card_1pgg8_18{width:100%;max-width:350px}}._homepageContainer_1fh8c_5{position:relative;min-height:calc(100vh - 190px);display:flex;flex-direction:column;margin-top:1rem;gap:20px}._topSection_1fh8c_14{display:flex;flex-direction:row;justify-content:space-between;margin:0 .5rem 0 5%}._homepageImage_1fh8c_21{max-width:350px;height:auto;box-shadow:var(--box-shadow-large)}._heroSection_1fh8c_32{width:100%;text-align:center}._sessionBanner_1fh8c_42{position:fixed;top:150px;right:50%;transform:translate(50%);background:#5353534f;color:var(--text-color-primary);text-shadow:1px 1px 2px black;padding:12px 18px;border-radius:6px;box-shadow:0 1px 5px #000000bf;display:flex;align-items:center;gap:10px;z-index:1000}._closeButton_1fh8c_59{border:none;border-radius:5px;background-color:red;padding:1px 5px;color:var(--text-color-primary);text-shadow:1px 1px 2px black;cursor:pointer;font-size:16px;font-weight:bolder}@media(max-width:768px){._homepageContainer_1fh8c_5{min-height:100%;align-items:center}._topSection_1fh8c_14{flex-direction:column-reverse;align-items:center;gap:20px;padding:0;margin:0}._homepageImage_1fh8c_21{width:100%;max-width:350px}._heroSection_1fh8c_32{max-width:350px}}._myPortalContainer_fxmy1_5{position:relative;min-height:calc(100vh - 190px);margin-top:1rem;padding:1rem}._myPortalGreeting_fxmy1_12{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._myPortalGreeting_fxmy1_12 h2{color:var(--text-color-secondary)}._userInfoCard_fxmy1_29{background-color:var(--background-color-window);padding:1rem;border-radius:8px;box-shadow:var(--box-shadow-large);display:flex;flex-direction:column;gap:.5rem;width:fit-content;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._userInfoCard_fxmy1_29 h3{color:var(--text-color-secondary)}._actionButtonsContainer_fxmy1_50{display:flex;gap:.5rem;margin:1rem 0}._largeButton_fxmy1_56{max-width:200px;padding:.35rem .75rem;font-size:1rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._largeButton_fxmy1_56._active_fxmy1_66{border:2px solid var(--text-color-secondary)}._largeButton_fxmy1_56:hover,._largeButton_fxmy1_56:hover h4{color:var(--text-color-secondary);cursor:pointer}._largeButtonDelete_fxmy1_76:hover{background-color:red;color:#fff;border:2px dotted black;cursor:pointer}._dynamicContentPanel_fxmy1_88{position:relative;margin-top:1rem;display:flex;flex-direction:column;max-width:800px;max-height:600px;border:4px inset var(--background-color-window2);overflow-y:auto;overflow-x:auto}._dynamicContentPanel_fxmy1_88>div{padding:.5rem}._dynamicContentPanel_fxmy1_88>div>h3{margin-bottom:.5rem}._refreshButtonContainer_fxmy1_113{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._refreshButton_fxmy1_113{padding:.35rem .75rem;font-size:.75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._refreshButton_fxmy1_113:hover{color:var(--text-color-secondary);cursor:pointer}._addAddressContainer_fxmy1_139,._deleteAddressContainer_fxmy1_140,._requestServiceContainer_fxmy1_141{background-color:var(--background-color-window);padding:1rem;box-shadow:var(--box-shadow-large);display:flex;flex-direction:column;gap:.5rem}._addAddressContainer_fxmy1_139>div{width:800px;max-width:100%;display:flex;flex-direction:column}._addAddressContainer_fxmy1_139 input[type=text],._deleteAddressContainer_fxmy1_140>select,._requestServiceContainer_fxmy1_141>select{width:800px;max-width:100%;background-color:#fff;color:#000;padding:.15rem;font-size:1em;border-radius:6px;border:2px solid var(--background-color)}._checkboxContainer_fxmy1_175{display:flex}._checkboxLabel_fxmy1_179{display:flex;align-items:center;gap:.5rem}._sqftInputContainer_fxmy1_190{display:flex;flex-direction:row;gap:.5rem;margin-bottom:1rem}._sqftInputContainer_fxmy1_190 label{font-size:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.527)}._sqftInputContainer_fxmy1_190 input[type=number]{width:100px}._resultsTable_fxmy1_211{width:100%;border-collapse:separate;border-spacing:0}._resultsTable_fxmy1_211 th,._resultsTable_fxmy1_211 td{border:1px solid var(--text-color-primary);padding:.25rem;text-align:left}._resultsTable_fxmy1_211 thead th{position:sticky;top:0;background-color:var(--background-color-window2);z-index:2;box-shadow:0 2px 0 var(--text-color-primary)}._smallButtonContainer_fxmy1_237{display:flex;gap:.5rem}._smallButton_fxmy1_237{padding:.25rem .5rem;font-size:.75rem;border-radius:6px;background-color:var(--background-color-window);color:var(--text-color-primary);border:2px outset var(--background-color-window)}._smallButton_fxmy1_237:hover{color:var(--text-color-secondary);cursor:pointer}._statusDanger_fxmy1_261,._statusPending_fxmy1_262,._statusSuccess_fxmy1_263{background-color:#141414!important;font-weight:600;font-size:.8rem;letter-spacing:1px;text-align:center!important}._statusPending_fxmy1_262{color:#fe0!important}._statusSuccess_fxmy1_263{color:#0f2!important}._statusDanger_fxmy1_261{color:red!important}._toast_fxmy1_288{position:fixed;top:50%;right:50%;transform:translate(50%,-50%);background-color:var(--background-color-icon);color:var(--text-color-secondary);padding:.75rem 1.25rem;border-radius:6px;box-shadow:var(--box-shadow-large);border:2px solid var(--text-color-secondary);z-index:999;font-size:1.5rem}._container_a246c_5{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:calc(100vh - 190px);margin-top:1rem;background-color:var(--background-color)}._errorHeading_a246c_21,._errorMessage_a246c_22{color:var(--error-color);text-shadow:2px 2px 4px black}._errorHeading_a246c_21{font-weight:700}._rerouteButton_a246c_36{padding:10px 20px;font-size:1rem;color:var(--text-color-primary);background-color:var(--background-color-window2);border:none;border-radius:5px;cursor:pointer}._rerouteButton_a246c_36:hover{color:var(--text-color-secondary)}._container_1lua0_5{display:flex;flex-direction:column;justify-content:center;position:relative;min-height:calc(100vh - 175px);padding:1rem 1rem 0}._container_1lua0_5 h2,._container_1lua0_5 h3,._cardTitle_1lua0_16{color:var(--text-color-secondary);text-align:center}._description_1lua0_26{margin:1rem auto;max-width:800px;text-align:center}._cardGroup_1lua0_37{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}._card_1lua0_16{background-color:var(--background-color-window);padding:2rem;border-radius:12px;min-width:300px;width:340px;max-width:90%;height:350px;max-height:350px}._cardTitle_1lua0_16{margin:1rem 0}._card_1lua0_16 ul{list-style:circle;padding-left:1rem;font-size:1rem}._card_1lua0_16 li{margin-bottom:.5rem}._card_1lua0_16 li::marker{color:var(--text-color-secondary)}@media(max-width:768px){._card_1lua0_16 li{font-size:.9rem}}
