:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;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;display:flex;min-width:320px;min-height:100vh}.pac-container{z-index:100000!important}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}}.navbar{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 3rem;background-color:#333;color:#fff;z-index:1000}.navbar-logo h1{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.navbar-links{display:flex;list-style:none;margin:6px 0;padding:0;gap:6px}.navbar-item{position:relative}.navbar-item a{font-size:14px}.navbar-link{color:#fff;text-decoration:none;padding:.5rem;border-radius:4px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:space-between;white-space:nowrap}.navbar-link:hover{background-color:#555;color:#fff}.navbar-link.active,.navbar-link.has-active-child{background-color:gray;color:#fff}.dropdown-icon{margin-left:.5rem;transition:transform .3s ease;font-size:.8rem}.navbar-item:hover .dropdown-icon{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:0;background-color:#444;min-width:180px;box-shadow:0 4px 6px #0000001a;border-radius:4px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;list-style:none;margin:0;padding:0}.navbar-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{list-style:none}.dropdown-link{color:#fff;text-decoration:none;padding:.75rem 1rem;display:block;transition:background-color .3s ease}.dropdown-link:hover{background-color:#555;color:#fff}.dropdown-link.active{background-color:gray;color:#fff}.dropdown-item:first-child .dropdown-link{border-radius:4px 4px 0 0}.dropdown-item:last-child .dropdown-link{border-radius:0 0 4px 4px}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.bar{width:25px;height:3px;background-color:#fff;transition:.3s}@media (max-width: 768px){.navbar-links{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#333;flex-direction:column;gap:0;transform:translate(-100%);transition:transform .3s ease;padding:6rem 0 1rem;box-shadow:2px 0 10px #0000004d;overflow-y:auto}.navbar-links.open{transform:translate(0)}.navbar-item{width:100%}.navbar-link{padding:1rem 2rem;border-radius:0}.hamburger{display:flex;z-index:1001}.navbar-links.open:before{content:"";position:fixed;top:0;right:0;width:calc(100vw - 280px);height:100vh;background-color:#00000080;z-index:-1}.dropdown{position:static;opacity:1;visibility:visible;transform:none;background-color:#222;box-shadow:none;border-radius:0;display:none}.navbar-item:hover .dropdown{display:block}.dropdown-link{padding:.75rem 3rem;background-color:#222}.dropdown-link:hover{background-color:#111}.dropdown-link.active{background-color:#007bff}}#root{margin:0 auto;text-align:center}.left-section{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;margin-left:auto;margin-right:auto;padding-top:16px}.right-section{margin:auto}.logo{font-size:2.4em;line-height:1.1;text-align:center}.custom-select{width:100%;padding:10px;font-size:16px;color:#333;border:1px solid #ccc;border-radius:4px;background-color:#f9f9f9;outline:none;background-image:url("data:image/svg+xml;base64,<svg fill='%23A9A9A9' height='10' viewBox='0 0 10 5' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 5 5-5H0z' /></svg>");background-repeat:no-repeat;background-position:right 10px center}.custom-select:hover{border-color:#888}.custom-select:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.dynamic-form{width:840px;padding:18px;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 4px 8px #0000001a}.dynamic-form>div{display:flex;justify-content:space-between}.dynamic-form>div>div{display:flex;flex-direction:column;width:400px}.dropdownHeader{text-align:start;font-size:14px;width:414px;font-weight:700;cursor:pointer;padding:10px;background-color:#f1f1f1;border-radius:4px}.additional-form-container textarea{width:400px;height:120px;padding:12px 16px;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px #0000001a;resize:vertical}.document-preview-container .document-preview{width:480px;height:500px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a}.main-content{padding-top:70px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:50px}@media screen and (max-width: 760px){.dynamic-form>div{flex-direction:column}}@media screen and (max-width: 665px){.dynamic-form{width:510px}}@media screen and (max-width: 565px){.dynamic-form{margin-left:12px;margin-right:12px}}@media screen and (max-width: 421px){.dynamic-form{margin-left:12px;margin-right:12px}}.services-page{width:100vw;margin:0;padding:0;box-sizing:border-box;display:flex}.sidebar-container{background-color:#006a4e;flex:2;padding:15px;position:fixed;height:90vh;width:300px}.service-list-container{overflow-y:scroll;flex:1 1 auto;min-height:0;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.service-list-container::-webkit-scrollbar{display:none}.service-list-item{display:flex;justify-content:space-between;align-items:center;margin-top:8px;border-radius:8px;color:#fff}.service-list-item:hover{background-color:#034735;cursor:pointer}.selected-service-item{background:#034735}.service-list-name{font-size:16px;font-weight:500;margin-left:10px}.service-list-actions{display:flex}.service-list-actions div{padding:5px 10px;margin:0 2px}.service-list-actions div:hover{cursor:pointer}.services-container{margin-top:20px}.service-button{background-color:#006a4e;color:#fff;border:none;border-radius:10px;padding:10px 20px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.service-button:hover{background-color:#057a5a}.service-button:focus{outline:none}.add-service-form{text-align:left;width:80%;margin:0 2rem;margin-left:350px}.form-class-container{display:flex;flex-direction:row;gap:15px}.form-class-container div{flex:1}.form-class{margin-bottom:15px;width:80%;border-radius:5px}.form-group{margin-bottom:15px;background-color:#e0dede;border-radius:5px;padding:10px}.form-group label{display:block;margin-bottom:5px;font-weight:700}.form-group input,.form-group textarea{padding:15px;font-size:14px;border:1px solid #ccc;border-radius:5px;width:93.5%;height:196px;margin:3px;resize:vertical;max-height:512px}.form-group input{height:max-content}.submit-button,.make-copy-button{background-color:#006a4e;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover,.make-copy-button:hover{background-color:#057a5a}.service-item{display:flex;align-items:center;justify-content:space-between}.delete-button{position:relative;right:10px;bottom:16px;background-color:gray;color:#fff;border:none;border-radius:50%;padding:6px;margin-bottom:2opx;height:24px;cursor:pointer;font-size:14px;display:flex;justify-content:center;align-items:center}.delete-button:hover{background-color:red}.dropdown-button{padding:5px 10px;background-color:#006a4e;color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:13px}.toggle-arrow-button{padding:5px 10px;background-color:transparent;color:#000;cursor:pointer;border-radius:4px;border:none;font-size:12px}.service-list-name{position:relative;display:inline-block;cursor:pointer}.tooltip{visibility:hidden;background-color:#fff;color:#006a4e;text-align:center;padding:5px;border-radius:5px;position:absolute;z-index:1;top:125%;left:80%;transform:translate(-50%);white-space:nowrap;opacity:0;transition:opacity .3s}.service-list-name:hover .tooltip{visibility:visible;opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:20px;border-radius:8px;max-width:300px;width:100%;text-align:center;box-shadow:0 4px 8px #0003}h3{margin-bottom:10px}p{margin-bottom:20px;color:#555}.password-input{width:96%;padding:10px;border:1px solid #ccc;border-radius:4px;margin-bottom:10px;font-size:16px}.show-password{display:flex;align-items:center;gap:5px;font-size:14px;margin-bottom:20px}.button-group{display:flex;gap:20px}.confirm-button,.cancel-button{border:none;border-radius:4px;font-size:14px;cursor:pointer}.confirm-button{background-color:#006a4e;color:#fff}.cancel-button{background-color:#ccc;color:#333}.confirm-button:hover{background-color:#05a177}.cancel-button:hover{background-color:#999}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 5px 15px #0000004d;text-align:center;width:70%}.close-btn{background-color:#000;color:#fff;border:none;cursor:pointer;border-radius:5px;font-size:14px}.not-editable-field,.required-field{position:relative}.required-field:after{content:"*";position:absolute;margin-left:3px;top:-3px;color:red;font-size:18px}.not-editable-field:after{content:"*";position:absolute;margin-left:5px;top:-3px;color:gray;font-size:18px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;width:80%;max-width:800px;position:relative}.close-button{position:absolute;top:10px;right:10px;border:none;background:transparent;font-size:20px;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fff;padding:20px;border-radius:10px;width:600px;position:relative}.status-timeline{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:40px;position:relative}.status-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.status-step:after{content:"";position:absolute;top:10px;left:50%;width:100%;height:2px;background:gray;background-image:linear-gradient(to right,gray 33%,#fff0 0%);background-size:8px 2px;z-index:-1}.status-step:last-child:after{display:none}.status-dot{width:20px;height:20px;border-radius:50%;background-color:gray;z-index:1;margin-bottom:8px}.status-label{font-size:12px;text-align:center;white-space:nowrap}.status-timeline .status-step:after{background-color:gray}.close-modal-btn{background-color:red;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;position:absolute;top:20px;right:20px}.status-dot.green{background-color:green}.contract-detail-container{margin:5px 0;overflow-y:auto;max-height:300px;height:300px}.contract-detail-fields-container{margin-bottom:5px;border-bottom:.6px solid rgb(185,185,185);font-size:12px;padding:0 20px;display:flex;justify-content:space-between}.contract-detail-fields-container div{display:flex;gap:8px;align-items:center}.not-available{color:red}.history-entries{max-height:160px;overflow-y:auto;padding:10px}.sms-reminder-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1200}.sms-reminder-modal{background:#fff;border-radius:10px;width:min(520px,92vw);max-height:90vh;overflow:auto;padding:24px;outline:none;box-shadow:0 8px 24px #0003}.sms-reminder-modal-title{margin:0 0 6px;font-size:20px;color:#006a4e}.sms-reminder-modal-subtitle{margin:0 0 18px;font-size:14px;color:#444}.sms-reminder-modal-form{display:flex;flex-direction:column;gap:14px}.sms-reminder-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#222}.sms-reminder-field input,.sms-reminder-field textarea{font-weight:400;font-size:14px;border:1px solid #ccc;border-radius:6px;padding:10px 12px;font-family:inherit}.sms-reminder-field small{font-weight:400;color:#666}.sms-reminder-field-error{color:#b00020!important}.sms-reminder-input-invalid{border-color:#b00020!important;outline-color:#b00020}.sms-reminder-from{font-size:13px;color:#333;background:#f5f8f7;border-radius:6px;padding:10px 12px}.sms-reminder-error{margin:0;color:#b00020;font-size:13px}.sms-reminder-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.sms-reminder-actions button{border:none;border-radius:6px;padding:10px 16px;font-size:14px;cursor:pointer}.sms-reminder-actions button[type=button]{background:#eee;color:#222}.sms-reminder-actions button[type=submit]{background:#006a4e;color:#fff}.sms-reminder-actions button:disabled{opacity:.6;cursor:not-allowed}.user-cards-container{display:flex;flex-direction:column;align-items:center;padding:20px}.user-card{width:1360px;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:20px 0;padding:20px;display:flex;justify-content:center;transition:background-color .3s ease}.signed,.signed_manually{background-color:#097969;color:#fff}.signature_saved{background-color:#d4edda}.viewed{background-color:#cff1ff}.not-signed{background-color:#e6fef1}.cancelled,.resent,.edited_resent,.expired,.void{background-color:#eaeaea}.user-card-info{display:flex;flex-grow:1;justify-content:space-around;align-items:center}.user-card h4{margin:0;text-align:start}.user-card p{margin:5px 0;color:#333;font-size:16px;width:180px}.user-card-actions{display:flex;justify-content:space-between;width:580px}@media (max-width: 600px){.user-card{flex-direction:column}.user-card-info{padding-left:0;flex-direction:column}.user-card h4,.user-card p,.user-card-actions{width:100%;text-align:center}}.user-card-dropdown{padding:10px;background-color:#f9f9f9;border-top:1px solid #ddd}.add-user{margin-bottom:20px}.add-user input{margin-right:10px;padding:5px}.error-message{color:red;margin-bottom:10px}.success-message{color:green;margin-bottom:10px}.add-user-container{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:20px;margin:20px 0 0}.add-user-input{width:280px;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;transition:border-color .3s ease}.add-user-input:focus{outline:none}.add-user-button{background-color:#006a4e;color:#fff;border:none;padding:10px 20px;width:100px;border-radius:5px;font-size:14px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.user-list-container{padding:20px;width:1200px}.user-list-container::-webkit-scrollbar{width:8px}.user-list-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.user-list-heading{font-size:18px;font-weight:700;color:#333;padding-left:4rem}.no-users-message{color:#777;text-align:center;font-size:16px}.user-list{list-style-type:none;padding:0;margin:0}.delete-user-button{background-color:transparent;cursor:pointer;align-items:center}.action-buttons{display:flex;gap:10px}.user-list-container{padding:10px 20px;overflow-x:auto}.user-table thead{position:sticky;top:-1px;background-color:#f4f4f4;z-index:2;box-shadow:0 2px 4px #0000001a}.user-table th{padding:10px 12px;text-align:center;border:1px solid #ddd}.user-table{border-collapse:collapse;width:100%}.user-table td{padding:6px 12px;text-align:center;border:1px solid #ddd}.user-table th{background-color:#f4f4f4;font-weight:700}.user-table td{vertical-align:middle}.role-checkbox-container{display:flex;gap:10px;justify-content:space-around}.role-checkbox-label{display:flex;align-items:center;gap:5px}.role-checkbox-input{margin:0}.role-radio-input{margin-right:5px}.access-checkbox{cursor:pointer}.delete-user-button{color:#fff;border:none;padding:8px 20px;border-radius:5px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.delete-user-button:disabled{background-color:gray;cursor:not-allowed}.tnc-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:100vh}.tnc-heading{font-size:2.2rem;margin-bottom:20px;color:#222;text-align:center;font-weight:700}.tnc-form{width:100%;max-width:800px;width:700px;display:flex;flex-direction:column;align-items:center}.tnc-textbox{width:100%;height:420px;padding:15px;border:1px solid #ddd;border-radius:8px;resize:none;font-size:1rem;line-height:1.5;background-color:#fff;color:#333;box-shadow:0 2px 5px #0000001a}.tnc-textbox:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px #007bff80}.tnc-submit-button{margin-top:20px;font-size:16px;color:#fff;background-color:#006a4e;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.invoice-cards-container{padding:20px}.invoice-card{border:1px solid #ddd;padding:20px;margin-bottom:20px;border-radius:8px;background-color:#097969;color:#fff;display:flex;width:1360px}.invoice-card>div{flex-direction:column;display:flex;justify-content:space-around}.invoice-card>div p{margin:0;color:#fff}.invoice-card div:first-child h3{margin:0}.invoice-detail-row{display:flex;justify-content:space-between;margin-bottom:10px}.invoice-rows-container{display:flex;flex-direction:column;justify-content:space-between;gap:5px}.invoice-row-container{display:flex;justify-content:space-between;align-items:center;margin-left:20px}.invoice-row-section{display:flex;align-items:center;justify-content:space-between;gap:20px}.invoice-row-section p{margin:0}.invoice-row-section p:first-child{width:25px}.invoice-row-section select{padding:4px 6px;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9;color:#333;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.invoice-row-actions{display:flex;gap:24px}.invoice-action-button{padding:5px 12px;border:none;border-radius:4px;cursor:pointer;font-size:13px;background-color:#fff;color:#000;width:100px}.invoice-pagination-controls{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.invoice-pagination-button{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;border-radius:4px;cursor:pointer}.invoice-pagination-button:disabled{background-color:#ccc;cursor:not-allowed}.invoice-page-info{font-weight:700}.mercury-invoices-container{padding:20px}.mercury-sync-bar{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:12px;padding:8px 12px;background-color:#f5f8ff;border-radius:6px;border:1px solid #e0e7ff;font-size:.9em;color:#555}.mercury-sync-left{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.mercury-filters{display:flex;gap:12px;align-items:flex-end;font-size:.85em;flex-wrap:wrap}.mercury-filter-group{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.mercury-filters label{display:flex;flex-direction:column;gap:2px}.mercury-filters label select,.mercury-filters label input[type=text]{padding:2px 4px;font-size:.85em}.mercury-filter-button{padding:4px 8px;border-radius:4px;border:1px solid #ccc;background-color:#fff;font-size:.8em;cursor:pointer}.mercury-filter-button.secondary{background-color:#f5f5f5}.mercury-sync-button{background-color:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85em;transition:background-color .2s ease}.mercury-sync-button:hover:not(:disabled){background-color:#0056b3}.mercury-sync-button:disabled{background-color:#ccc;cursor:not-allowed}.mercury-invoices-table{width:100%;border-collapse:collapse;margin-top:12px}.mercury-table-wrapper{width:100%;overflow-x:auto;border-radius:6px;border:1px solid #ddd;background:#fff}.mercury-table-wrapper .mercury-invoices-table{margin-top:0;border-collapse:separate;border-spacing:0}.mercury-invoices-table th,.mercury-invoices-table td{border:1px solid #ddd;padding:5px 6px;text-align:center;vertical-align:middle}.mercury-invoices-table th{background-color:#f5f5f5;font-weight:600;position:sticky;top:0;z-index:5}.mercury-project-col{min-width:280px}.mercury-project-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}.mercury-writeoffs-col{width:120px;min-width:120px}.mercury-status-col{width:1%;white-space:nowrap}.mercury-outreach-col{min-width:220px}.mercury-outreach-meta{display:flex;flex-wrap:wrap;gap:6px 10px;font-size:11px;color:#555;margin-bottom:2px}.mercury-outreach-meta-single{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10.5px;margin-bottom:2px}.mercury-row:hover{background-color:#fafbff}.mercury-cell-right{text-align:center}.mercury-client-cell{display:flex;flex-direction:column;align-items:center}.mercury-client-sub{font-size:10.5px;color:#666;line-height:1.15}.mercury-latest-outreach{font-size:10.5px;line-height:1.15}.mercury-card-toggle{display:inline-flex;align-items:center;gap:4px;font-size:12px}.mercury-resend-button{padding:3px 8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;font-size:11px}.mercury-partial-button{padding:3px 8px;border:1px solid #ccc;border-radius:4px;background-color:#f5f8ff;cursor:pointer;font-size:11px;margin-left:4px}.mercury-status-cell{display:flex;flex-direction:column;gap:4px;align-items:center}.mercury-partial-button-under-status{margin-left:0;align-self:center;white-space:nowrap}.mercury-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;justify-content:center}.mercury-partial-summary{font-size:11px;color:#444}.mercury-partial-summary-under-status{font-size:10.5px;line-height:1.15;white-space:nowrap}.mercury-copy-link-button{padding:3px 8px;border-radius:4px;border:1px solid #ccc;background-color:#fff;font-size:11px;cursor:pointer}.mercury-discount-input{width:80px}.mercury-writeoff-input{width:90px}.mercury-copy-link-button:hover{background-color:#f5f5f5}.mercury-pagination{margin-top:12px;display:flex;justify-content:center;align-items:center;gap:12px}.mercury-pagination-button{padding:6px 12px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.mercury-page-info{font-size:14px}.mercury-no-results{margin-top:16px;font-size:14px;color:#666}.mercury-message{margin-top:8px;font-size:14px}.mercury-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}.mercury-status-paid{background-color:#e6f7e6;color:#1b7f3b}.mercury-status-unpaid{background-color:#fff4e5;color:#ad5a00}.mercury-status-processing{background-color:#e6f3ff;color:#0050b3}.mercury-status-cancelled{background-color:#ffe6e6;color:#c53030}.mercury-status-partial{background-color:#fffbe6;color:#8a6d1a}.mercury-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;background-color:#f0f0f0;color:#444}.mercury-pill-deposit{background-color:#e6f7ff;color:#0050b3}.mercury-pill-full,.mercury-pill-full\ amt\.,.mercury-pill-full\ amt{background-color:#f0e6ff;color:#5f00b3}.mercury-pill-progress{background-color:#fff7e6;color:#ad5a00}.mercury-pill-balance{background-color:#e6fffb;color:#006d75}.mercury-pill-co1,.mercury-pill-co2,.mercury-pill-co3,.mercury-pill-co4,.mercury-pill-co5,.mercury-pill-co6,.mercury-pill-co7,.mercury-pill-co8,.mercury-pill-co9,.mercury-pill-co10{background-color:#f9e6ff;color:#9c27b0}.mercury-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.mercury-modal{background:#fff;border-radius:8px;padding:16px 20px;width:320px;max-width:90vw;box-shadow:0 4px 12px #00000026}.mercury-modal h3{margin-top:0;margin-bottom:12px;font-size:16px}.mercury-modal-field{margin-bottom:10px}.mercury-modal-field label{display:flex;flex-direction:column;font-size:13px;color:#333}.mercury-modal-field input,.mercury-modal-field textarea{margin-top:4px;padding:6px 8px;font-size:13px;border-radius:4px;border:1px solid #ccc}.mercury-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.mercury-modal-button{padding:6px 12px;border-radius:4px;border:1px solid transparent;font-size:13px;cursor:pointer}.mercury-modal-button.primary{background-color:#007bff;color:#fff}.mercury-modal-button.primary:disabled{background-color:#ccc;cursor:not-allowed}.mercury-modal-button.secondary{background-color:#f5f5f5;border-color:#ccc;color:#333}.mercury-modal-error{margin:4px 0 10px;color:#d9534f;font-size:12px}@media (max-width: 1024px){.mercury-sync-bar{flex-direction:column;align-items:flex-start;gap:8px}.mercury-sync-button{align-self:flex-start}}.sow-contract-form{width:840px;padding:18px;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 4px 8px #0000001a;margin-top:32px}.sow-contract-form>div{display:flex;justify-content:space-between}.sow-contract-form>div>div{display:flex;flex-direction:column;width:400px}@media screen and (max-width: 760px){.sow-contract-form>div{flex-direction:column}}@media screen and (max-width: 665px){.sow-contract-form{width:510px}}@media screen and (max-width: 565px){.sow-contract-form{margin-left:12px;margin-right:12px}}.template-edit-page{width:100vw;margin:0;padding:0;box-sizing:border-box;display:flex}.template-container{text-align:left;width:80%;margin:0 2rem;margin-left:350px}.sow-contract-cards-container{display:flex;flex-direction:column;align-items:center;padding:20px}.sow-contract-card{width:1360px;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:20px 0;padding:20px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.sow-contract-card-info{display:flex;flex-grow:1;justify-content:space-around;align-items:center}.sow-contract-card h4{margin:0;text-align:start}.sow-contract-card p{margin:5px 0;color:#333;font-size:16px;width:180px}.sow-contract-card-actions{display:flex;justify-content:space-between;width:580px}.view-doc-btn{display:flex;align-items:center;font-size:1rem;background-color:transparent;color:green;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.eye-icon{margin-top:2px;margin-right:8px}.send-reminder-btn{background-color:transparent;color:red;border:none}@media (max-width: 600px){.sow-contract-card{flex-direction:column}.sow-contract-card-info{padding-left:0;flex-direction:column}.sow-contract-card h4,.sow-contract-card p,.sow-contract-card-actions{width:100%;text-align:center}}.filters{gap:20px}.sow-contract-card-dropdown{padding:10px;background-color:#f9f9f9;border-top:1px solid #ddd}.reminder-btn-container{position:relative;display:inline-block;cursor:pointer}.reminder-btn-tooltip{visibility:hidden;background-color:#fff;color:#006a4e;text-align:center;padding:10px;border-radius:5px;box-shadow:0 4px 8px #0000001a;position:absolute;z-index:1;top:90%;left:50%;transform:translate(-50%);white-space:nowrap;opacity:0;transition:opacity .3s}.reminder-btn-container:hover .reminder-btn-tooltip{visibility:visible;opacity:1}.msa-services-page{width:100vw;margin:0;padding:0;box-sizing:border-box;display:flex}.msa-layout{width:100%;display:flex}.msa-sidebar{background-color:#006a4e;padding:15px;position:fixed;height:90vh;width:300px}.msa-sidebar-list{overflow-y:scroll;min-height:0;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.msa-sidebar-list::-webkit-scrollbar{display:none}.msa-list-item{display:flex;justify-content:space-between;align-items:center;margin-top:8px;border-radius:8px;color:#fff;padding:4px 8px}.msa-list-item:hover,.msa-list-item.selected{background-color:#034735;cursor:pointer}.msa-list-item-name{font-size:16px;font-weight:500;margin-left:4px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msa-list-item-actions{display:flex}.msa-list-item-actions button{border:0;background:transparent;cursor:pointer;color:#fff;padding:5px 8px}.msa-loading,.msa-empty-list{color:#fff}.msa-add-service-form{text-align:left;width:80%;margin:0 2rem;margin-left:350px;margin-top:20px}.msa-editor-top{display:flex;align-items:center;justify-content:space-between}.msa-form{width:100%}.msa-form-class-container{display:flex;flex-direction:row;gap:15px}.msa-form-class-container>div{flex:1}.msa-form-group{margin-bottom:0;background-color:#e0dede;border-radius:5px;padding:10px;box-sizing:border-box}.msa-form-group label{display:block;margin-bottom:5px;font-weight:700}.msa-input{width:100%;border-radius:5px;border:1px solid #ccc;font-size:13px;padding:6px 8px;box-sizing:border-box}.msa-section-content .msa-input{font-size:12px}.msa-form-group textarea.msa-input{resize:vertical}.msa-help{color:#666;display:block;margin-bottom:12px}.msa-amendment-heading-note{margin:8px 0 0;font-size:12px;line-height:1.45;color:#475569;font-weight:400}.msa-form-divider{height:1px;margin:18px 0;background:#cfcfcf}.msa-form-part{width:100%}.msa-form-part-title{margin:0 0 10px;font-size:16px;font-weight:600;color:#222}.msa-template-type{margin-bottom:14px}.msa-template-type-label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#222}.msa-template-type-options{display:flex;flex-wrap:wrap;gap:16px}.msa-template-type-locked{margin:8px 0 0;font-size:12px;color:#666}.msa-config-options{display:flex;flex-direction:column;gap:10px}.msa-config-errors{margin-top:12px}.msa-config-errors p{margin:0 0 6px;color:#c9302c;font-size:13px;font-weight:500}.msa-config-errors p:last-child{margin-bottom:0}.msa-sections-head{margin-top:0;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.msa-exhibit-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#222;cursor:pointer}.msa-sections-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.msa-section-group{background-color:#e0dede;border-radius:5px;padding:10px;box-sizing:border-box;text-align:left}.msa-section-group.is-expanded{min-height:270px}.msa-section-group.is-collapsed{min-height:0}.msa-section-group-head{display:flex;align-items:center;justify-content:space-between}.msa-section-label{display:flex;align-items:center;gap:6px;flex:1;min-width:0;font-weight:700;cursor:pointer}.msa-section-prefix{flex-shrink:0}.msa-section-title-display{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msa-section-title-input{flex:1;min-width:0;width:100%;padding:2px 6px;border:1px solid #bbb;border-radius:4px;background:#fff;font-size:inherit;font-weight:700;color:inherit;text-align:left}.msa-contract-editor .msa-section-group{width:100%}.msa-contract-editor .msa-section-title-input{min-width:180px}.msa-section-title-input:focus{outline:none;border-color:#006a4e}.msa-section-head-actions{display:flex;align-items:center;gap:8px}.msa-toggle-arrow-button{padding:5px 10px;background-color:transparent;color:#000;border:none;cursor:pointer;border-radius:4px;font-size:12px}.msa-lite-btn{background:#fff;color:#333;border:1px solid #ccc;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:12px}.msa-lite-btn.danger{color:#c9302c;border-color:#c9302c}.msa-section-content{margin-top:10px;text-align:left}.msa-section-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:8px}.msa-rich-editor{margin-top:8px;background:#fff;border:1px solid #ccc;border-radius:4px;text-align:start}.msa-editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 8px;border-bottom:1px solid #e5e5e5;background:#fafafa}.msa-editor-btn{min-width:30px;height:28px;padding:0 8px;border:1px solid transparent;border-radius:4px;background:transparent;color:#222;cursor:pointer;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.msa-editor-btn:hover{background:#ececec}.msa-editor-btn.active{background:#dfe8e3;border-color:#b9cfc4;color:#006a4e}.msa-editor-btn:disabled{opacity:.45;cursor:not-allowed}.msa-editor-divider{width:1px;height:20px;margin:0 4px;background:#ddd}.msa-editor-color-picker{position:relative;min-width:30px;height:28px;padding:0 8px;border:1px solid transparent;border-radius:4px;background:transparent;color:#222;cursor:pointer;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.msa-editor-color-picker:hover{background:#ececec}.msa-editor-color-picker input[type=color]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;padding:0}.msa-editor-underline{text-decoration:underline}.msa-editor-content .tiptap{min-height:120px;padding:10px 12px;color:#000;outline:none;font-size:13px;line-height:1.3;white-space:pre-wrap}.msa-editor-content .tiptap p,.msa-editor-content .tiptap ol,.msa-editor-content .tiptap ul,.msa-editor-content .tiptap li{color:#000}.msa-editor-content .tiptap p{margin:0}.msa-editor-content .tiptap ul,.msa-editor-content .tiptap ol{padding-left:1.2em;margin:.25em 0;white-space:normal}.msa-editor-content .tiptap ul{list-style-type:disc;list-style-position:outside}.msa-editor-content .tiptap ol{list-style-type:decimal;list-style-position:outside}.msa-editor-content .tiptap li{white-space:normal}.msa-editor-content .tiptap li p{margin:0}.msa-editor-content .tiptap a{color:#006a4e;text-decoration:underline}.msa-editor-content .tiptap mark{border-radius:2px;padding:0 1px}.msa-editor-content .tiptap p.is-editor-empty:first-child:before{color:#999;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.msa-actions{display:flex;gap:14px;margin-top:14px}.submit-button,.make-copy-button,.secondary-btn{background-color:#006a4e;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover,.make-copy-button:hover,.secondary-btn:hover{background-color:#057a5a}.submit-button:disabled,.make-copy-button:disabled{opacity:.7;cursor:not-allowed}.msa-preview{margin-top:20px}.msa-preview-frame{margin-top:10px;width:100%;min-height:520px;border:1px solid #ddd;border-radius:8px}@media (max-width: 1024px){.msa-sidebar{position:static;height:auto;width:100%}.msa-layout{flex-direction:column}.msa-add-service-form{margin-left:2rem;width:calc(100% - 4rem)}.msa-form-class-container{flex-direction:column}.msa-sections-list{grid-template-columns:1fr}}.msa-html-fill-filler{background:#fff;border-radius:12px;width:min(920px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;text-align:left}.msa-html-fill-filler--embedded{width:100%;max-width:none;max-height:none;height:auto;min-height:0;border-radius:2px;border:none;box-shadow:0 1px 4px #0000002e;background:#fff}.msa-html-fill-filler--embedded .msa-html-fill-filler__header{display:none}.msa-html-fill-filler--embedded .msa-html-fill-filler__stage{overflow:visible;max-height:none;background:#fff;padding:0}.msa-html-fill-filler--embedded .msa-fill-doc,.msa-html-fill-filler--embedded .msa-html-fill-filler__fallback,.msa-html-fill-filler--embedded .msa-html-fill-filler__loading,.msa-html-fill-filler--embedded .msa-html-fill-filler__load-error{width:100%;max-width:none;margin:0;box-shadow:none}.msa-html-fill-filler--embedded .msa-fill-doc{padding:28px 32px 40px}.msa-html-fill-filler--embedded .msa-fill-doc--gdoc{padding:0}.msa-html-fill-filler--embedded .msa-fill-doc__gdoc-body{padding:28px 32px 40px}.msa-html-fill-filler--embedded .msa-html-fill-filler__fallback{margin:0;border:none;border-bottom:1px solid #e5e7eb;border-radius:0}.msa-html-fill-filler--embedded .msa-html-fill-filler__signature-fallback{border-bottom:none;border-top:1px solid #e5e7eb}.msa-html-fill-filler__header{padding:16px 20px 8px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.msa-html-fill-filler__header h3{margin:0 0 4px;font-size:18px}.msa-html-fill-filler__hint{margin:0;font-size:13px;color:#6b7280}.msa-html-fill-filler__stage{flex:1;overflow:auto;background:#e8eaed;padding:16px}.msa-html-fill-filler__fallback{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin:0 auto 16px;width:min(100%,816px);box-sizing:border-box}.msa-html-fill-filler__fallback-title{font-size:14px;font-weight:600;margin-bottom:10px}.msa-html-fill-filler__fallback-field{display:block;margin-bottom:12px;font-size:14px}.msa-html-fill-filler__fallback-field span{display:block;margin-bottom:4px}.msa-html-fill-filler__fallback-field input{width:100%;padding:8px;border:1px solid rgba(202,138,4,.75);background:#fef08ab8;border-radius:4px;box-sizing:border-box;font-size:14px}.msa-html-fill-filler__field-error{display:block;color:#b91c1c;font-size:12px;margin-top:4px}.msa-fill-doc{margin:0 auto;width:min(100%,850px);background:#fff;box-shadow:0 2px 12px #0000002e;padding:28px 32px 40px;box-sizing:border-box;color:#111827;font-size:14px;line-height:1.55;overflow-x:auto}.msa-fill-doc--gdoc{padding:0;font-family:Arial,Helvetica,sans-serif}.msa-fill-doc__gdoc-body{padding:24px 28px 36px}.msa-fill-doc__gdoc-body table{max-width:100%}.msa-html-fill-filler__loading,.msa-html-fill-filler__load-error{margin:0 auto 12px;width:min(100%,850px);padding:14px 16px;border-radius:8px;box-sizing:border-box;font-size:14px}.msa-html-fill-filler__loading{background:#fff;color:#4b5563;text-align:center}.msa-html-fill-filler__load-error{background:#fff7ed;color:#9a3412;border:1px solid #fdba74}.msa-fill-doc__title{text-align:center;margin-bottom:20px}.msa-fill-doc__title-line{font-size:18px;font-weight:700;line-height:1.35}.msa-fill-doc__section{margin-bottom:18px}.msa-fill-doc__section-title{font-size:15px;font-weight:700;margin:0 0 8px}.msa-fill-doc__section-body p{margin:0 0 .75em}.msa-fill-doc__section-body ul,.msa-fill-doc__section-body ol{margin:0 0 .75em;padding-left:1.4em}.msa-fill-html-chunk{white-space:normal}.msa-fill-slot{display:inline}.msa-fill-inline{display:inline-block;vertical-align:baseline;max-width:100%;margin:0 2px}.msa-fill-inline input,.msa-fill-inline textarea,.msa-fill-inline .msa-fill-inline--address input,.msa-fill-inline--address input{display:inline-block;min-width:140px;max-width:100%;width:auto;border:1px solid rgba(202,138,4,.75);background:#fef08ab8;color:#111827;font-size:13px;font-family:Helvetica,Arial,sans-serif;padding:2px 6px;border-radius:2px;outline:none;box-sizing:border-box}.msa-fill-inline--signature input,.msa-fill-inline--signature-input,.msa-html-fill-filler__fallback-field .msa-fill-inline--signature-input{font-family:Segoe Script,Bradley Hand,Brush Script MT,Apple Chancery,cursive!important;font-size:18px!important;font-weight:500;letter-spacing:.02em;min-width:220px}.msa-fill-inline--date input[type=date]{min-width:160px;font-family:Helvetica,Arial,sans-serif;font-size:13px}.msa-fill-inline input::placeholder,.msa-fill-inline textarea::placeholder,.msa-fill-inline--address input::placeholder,.msa-html-fill-filler__fallback-field input::placeholder{color:#a8a29e;opacity:.55}.msa-fill-inline--address{display:inline-block;min-width:320px;max-width:100%}.msa-fill-inline--address input{width:100%;min-width:320px}.msa-fill-inline--wide{min-width:280px;max-width:100%}.msa-fill-inline--wide input{min-width:280px;width:100%}.msa-fill-inline--wide.msa-fill-inline--address,.msa-fill-inline--wide.msa-fill-inline--address input{min-width:360px}.msa-fill-inline--textarea textarea{min-width:220px;min-height:52px;resize:vertical}.msa-fill-inline input:focus,.msa-fill-inline textarea:focus,.msa-fill-inline--address input:focus{background:#fde047eb;border-color:#ca8a04;box-shadow:0 0 0 2px #eab30859}.msa-fill-inline.is-invalid input,.msa-fill-inline.is-invalid textarea,.msa-fill-inline--address.is-invalid input{border-color:#b91c1c;background:#fecacabf}.msa-fill-inline--checkbox{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;vertical-align:text-bottom;background:#fef08ab8;border:1px solid rgba(202,138,4,.75);border-radius:2px;margin:0 3px}.msa-fill-inline--checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:12px;height:12px;min-width:12px;margin:0;padding:0;cursor:pointer;background:transparent;border:1.5px solid #a16207;border-radius:1px;position:relative}.msa-fill-inline--checkbox input[type=checkbox]:checked{background:#ca8a04}.msa-fill-inline--checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:40%;width:35%;height:60%;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:translate(-50%,-50%) rotate(45deg)}.msa-fill-inline--checkbox.is-invalid{border-color:#b91c1c;background:#fecacabf}.msa-html-fill-filler__error{margin:0;padding:8px 20px;color:#b91c1c;font-size:13px;background:#fef2f2;border-top:1px solid #fecaca;flex-shrink:0}.msa-html-fill-filler__actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}@media (max-width: 640px){.msa-html-fill-filler{width:100%;max-width:100%;max-height:100dvh;border-radius:10px}.msa-html-fill-filler__header{padding:12px 14px 8px}.msa-html-fill-filler__header h3{font-size:16px}.msa-html-fill-filler__hint{font-size:12px}.msa-html-fill-filler__stage{padding:10px}.msa-fill-doc{padding:16px 14px 24px;font-size:13px}.msa-fill-doc__gdoc-body{padding:14px 12px 20px;overflow-x:auto}.msa-fill-inline input,.msa-fill-inline textarea,.msa-fill-inline--address input{font-size:16px;min-width:120px}.msa-fill-inline--address,.msa-fill-inline--address input,.msa-fill-inline--wide,.msa-fill-inline--wide input,.msa-fill-inline--wide.msa-fill-inline--address,.msa-fill-inline--wide.msa-fill-inline--address input{min-width:min(100%,220px);width:100%}.msa-html-fill-filler__actions{flex-wrap:wrap;justify-content:stretch;padding:10px 12px;gap:8px}.msa-html-fill-filler__actions>*{flex:1 1 calc(50% - 8px);min-width:120px}}.msa-fill-skeleton{width:100%;background:#fff;box-sizing:border-box}.msa-fill-skeleton__page{padding:28px 32px 40px;box-sizing:border-box}.msa-fill-skeleton__line{height:12px;border-radius:6px;background:linear-gradient(90deg,#eef2f6,#e2e8f0,#eef2f6);background-size:200% 100%;animation:msa-fill-skeleton-shimmer 1.2s ease-in-out infinite;margin-bottom:14px;width:100%}.msa-fill-skeleton__line--logo{width:120px;height:28px;margin-bottom:24px}.msa-fill-skeleton__line--title{width:70%;height:18px;margin:0 auto 28px}.msa-fill-skeleton__line--medium{width:75%}.msa-fill-skeleton__line--short{width:45%}.msa-fill-skeleton__block{height:72px;border-radius:8px;background:linear-gradient(90deg,#eef2f6,#e2e8f0,#eef2f6);background-size:200% 100%;animation:msa-fill-skeleton-shimmer 1.2s ease-in-out infinite;margin:20px 0}.msa-fill-skeleton__block--tall{height:160px}.msa-fill-skeleton__checks{display:flex;gap:16px;margin:16px 0 24px}.msa-fill-skeleton__checks span{width:18px;height:18px;border-radius:3px;background:linear-gradient(90deg,#eef2f6,#e2e8f0,#eef2f6);background-size:200% 100%;animation:msa-fill-skeleton-shimmer 1.2s ease-in-out infinite}.msa-html-fill-filler--embedded.msa-fill-skeleton,.msa-w9-pdf-filler--embedded .msa-fill-skeleton{min-height:480px;box-shadow:0 1px 4px #0000002e;border-radius:2px}@keyframes msa-fill-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.msa-w9-pdf-filler{background:#fff;border-radius:12px;width:min(920px,96vw);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;text-align:left}.msa-w9-pdf-filler--embedded{width:100%;max-width:none;max-height:none;height:auto;min-height:0;border-radius:2px;border:none;box-shadow:0 1px 4px #0000002e;background:#fff}.msa-w9-pdf-filler--embedded .msa-w9-pdf-filler__header{display:none}.msa-w9-pdf-filler--embedded .msa-w9-pdf-filler__stage{overflow:visible;max-height:none;background:#fff;padding:0}.msa-w9-pdf-filler--embedded .msa-w9-pdf-filler__page{width:100%;max-width:none;margin:0;box-shadow:none}.msa-w9-pdf-filler--embedded .msa-w9-pdf-filler__page+.msa-w9-pdf-filler__page{margin-top:0;border-top:1px solid #e5e7eb}.msa-w9-pdf-filler__header{padding:16px 20px 8px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.msa-w9-pdf-filler__header h3{margin:0 0 4px;font-size:18px}.msa-w9-pdf-filler__hint{margin:0;font-size:13px;color:#6b7280}.msa-w9-pdf-filler__stage{flex:1;overflow:auto;background:#e8eaed;padding:16px}.msa-w9-pdf-filler__page{position:relative;margin:0 auto 16px;width:min(100%,816px);box-shadow:0 2px 12px #0000002e;background:#fff}.msa-w9-pdf-filler__page:last-child{margin-bottom:0}.msa-w9-pdf-filler__page img{display:block;width:100%;height:auto}.msa-w9-pdf-filler__overlays{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.msa-w9-overlay{position:absolute;pointer-events:auto;box-sizing:border-box}.msa-w9-overlay input,.msa-w9-overlay textarea{width:100%;height:100%;box-sizing:border-box;border:1px solid rgba(202,138,4,.75);background:#fef08ab8;color:#111827;font-size:11px;font-family:Helvetica,Arial,sans-serif;padding:1px 4px;border-radius:2px;outline:none;resize:none}.msa-w9-overlay--signature input{font-family:Segoe Script,Bradley Hand,Brush Script MT,Apple Chancery,cursive;font-size:16px;font-weight:500;letter-spacing:.02em}.msa-w9-overlay--date input[type=date]{font-family:Helvetica,Arial,sans-serif;font-size:11px;padding:0 2px}.msa-w9-overlay--tin-group{display:flex;align-items:stretch;gap:0}.msa-w9-overlay--tin-group input{flex:1 1 0;min-width:0;width:auto;height:100%;box-sizing:border-box;margin:0;padding:0;text-align:center;font-size:12px;font-family:Courier New,Courier,monospace;font-variant-numeric:tabular-nums;letter-spacing:0;color:#111827;background:#fef08a9e;border:none;border-radius:0;outline:none;caret-color:#111827}.msa-w9-overlay--tin-group input::placeholder{color:#a8a29e;opacity:.55}.msa-w9-overlay--tin-group input:focus{background:#fde047eb;box-shadow:inset 0 0 0 1.5px #ca8a04;z-index:1}.msa-w9-overlay--tin-group.is-invalid input{background:#fecacabf}.msa-w9-overlay--tin-group.is-invalid input:focus{box-shadow:inset 0 0 0 1.5px #b91c1c}.msa-w9-overlay input::placeholder,.msa-w9-overlay textarea::placeholder{color:#a8a29e;opacity:.55}.msa-w9-overlay input:focus,.msa-w9-overlay textarea:focus{background:#fde047eb;border-color:#ca8a04;box-shadow:0 0 0 2px #eab30859}.msa-w9-overlay.is-invalid input,.msa-w9-overlay.is-invalid textarea{border-color:#b91c1c;background:#fecacabf}.msa-w9-overlay--checkbox{display:flex;align-items:center;justify-content:center;background:#fef08ab8;border:1px solid rgba(202,138,4,.75);border-radius:2px;box-sizing:border-box}.msa-w9-overlay--checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:70%;height:70%;min-width:10px;min-height:10px;margin:0;cursor:pointer;background:transparent;border:1.5px solid #a16207;border-radius:1px;box-sizing:border-box;position:relative}.msa-w9-overlay--checkbox input[type=checkbox]:checked{background:#ca8a04;border-color:#a16207}.msa-w9-overlay--checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:40%;width:35%;height:60%;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.msa-w9-overlay--checkbox.is-invalid{border-color:#b91c1c;background:#fecacabf}.msa-w9-pdf-filler__error{margin:0;padding:8px 20px;color:#b91c1c;font-size:13px;background:#fef2f2;border-top:1px solid #fecaca;flex-shrink:0}.msa-w9-pdf-filler__actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.msa-w9-pdf-filler__loading,.msa-w9-pdf-filler__load-error{padding:48px 24px;text-align:center;color:#4b5563;font-size:14px}@media (max-width: 640px){.msa-w9-pdf-filler{width:100%;max-width:100%;max-height:100dvh;border-radius:10px}.msa-w9-pdf-filler__header{padding:12px 14px 8px}.msa-w9-pdf-filler__header h3{font-size:16px}.msa-w9-pdf-filler__hint{font-size:12px}.msa-w9-pdf-filler__stage{padding:10px}.msa-w9-pdf-filler__page{width:100%}.msa-w9-overlay input,.msa-w9-overlay textarea{font-size:16px;padding:2px 3px}.msa-w9-overlay--tin-group input{font-size:16px;padding:0}.msa-w9-overlay--checkbox input[type=checkbox]{min-width:14px;min-height:14px}.msa-w9-pdf-filler__actions{flex-wrap:wrap;justify-content:stretch;padding:10px 12px;gap:8px}.msa-w9-pdf-filler__actions>*{flex:1 1 calc(50% - 8px);min-width:120px}.msa-w9-pdf-filler__error{padding:8px 12px}}.msa-signature-page{width:100%;max-width:100%;height:100vh;height:100dvh;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;background:#fff}.msa-signature-page__inner{text-align:center;width:100%;flex:1;min-height:0;display:flex;flex-direction:column;padding:0;box-sizing:border-box}.msa-signature-page__toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;border-bottom:1px solid #e5e7eb;background:#fff;box-sizing:border-box}.msa-signature-page__toolbar-title{margin:0;font-size:15px;font-weight:600;color:#111827;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.msa-signature-page__toolbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;max-width:min(560px,58%)}.msa-signature-page__toolbar-finish{display:flex;align-items:center;gap:12px;min-width:0}.msa-signature-page__toolbar-tc{margin:0;font-size:12px;line-height:1.35;color:#334155;text-align:right;max-width:320px}.msa-signature-page__tc-link{padding:0;border:none;background:none;color:#006a4e;text-decoration:underline;cursor:pointer;font:inherit}.msa-signature-page__save-btn{padding:8px 18px;background-color:#006a4e;color:#fff;border-radius:6px;cursor:pointer;letter-spacing:.3px;font-size:13px;font-weight:600;border:none;white-space:nowrap}.msa-signature-page__save-btn:disabled{opacity:.65;cursor:wait}.msa-signature-page__banner{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:10px 16px;background-color:#fff7ed;border-bottom:1px solid #fed7aa;width:100%;box-sizing:border-box}.msa-signature-page__banner p{margin:0;color:#9a3412;font-size:13px;line-height:1.4;max-width:920px}.msa-signature-page__doc-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:24px 16px 40px;box-sizing:border-box;width:100%;background:#e8eaed}.msa-signature-page__doc-stack{display:flex;flex-direction:column;gap:24px;width:min(850px,100%);max-width:850px;margin:0 auto;box-sizing:border-box}.msa-signature-page__doc-section{width:100%;box-sizing:border-box}.msa-signature-page__previews{display:flex;flex-direction:column;gap:24px;width:min(850px,100%);max-width:850px;margin:0 auto;box-sizing:border-box}.msa-signature-page__preview-panel{width:100%;display:flex;flex-direction:column;background:#fff;border-radius:2px;box-shadow:0 1px 4px #0000002e;overflow:hidden}.msa-signature-page__preview-panel h3{margin:0;padding:10px 14px;font-size:13px;text-align:left;border-bottom:1px solid #e5e7eb;background:#fafafa}.msa-signature-page__iframe,.msa-signature-page__iframe-placeholder{border:none;border-radius:0;width:100%;height:75vh;min-height:560px;background:#fff;display:block;box-sizing:border-box}.msa-signature-page__iframe-placeholder{display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#64748b;font-size:14px;padding:16px;text-align:center}@media (min-width: 901px){.msa-signature-page{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}}@media (max-width: 900px){.msa-signature-page__toolbar{padding:10px 12px;flex-wrap:wrap}.msa-signature-page__toolbar-title{font-size:14px}.msa-signature-page__toolbar-actions{max-width:100%;width:100%;justify-content:flex-end}.msa-signature-page__toolbar-finish{flex-wrap:wrap;justify-content:flex-end}.msa-signature-page__toolbar-tc{max-width:100%;text-align:left}.msa-signature-page__banner{padding:8px 12px}.msa-signature-page__banner p{font-size:12px}.msa-signature-page__doc-scroll{padding:16px 10px 32px}.msa-signature-page__doc-stack,.msa-signature-page__previews{width:100%;max-width:100%;gap:16px}.msa-signature-page__iframe,.msa-signature-page__iframe-placeholder{height:65vh;min-height:420px}}@media (max-width: 480px){.msa-signature-page__save-btn{width:auto}.msa-signature-page__iframe,.msa-signature-page__iframe-placeholder{height:60vh;min-height:360px}}
