@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.error-dialog-backdrop{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:9999}.error-dialog-backdrop.error-dialog--show{opacity:1;visibility:visible}.error-dialog-backdrop.error-dialog--hide{opacity:0;visibility:hidden}.error-dialog{background:#fff!important;border:2px solid #d1d5db!important;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:80vh;max-width:500px;overflow:hidden;transform:scale(.8) translateY(20px);transition:all .3s ease;width:90%}.error-dialog.error-dialog--show{transform:scale(1) translateY(0)}.error-dialog.error-dialog--hide{transform:scale(.8) translateY(20px)}.error-dialog__header{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;border-bottom:1px solid #e5e7eb;display:flex;padding:20px 24px 16px}.error-dialog__title{color:#1f2937;flex:1 1;font-size:20px;font-weight:600;margin:0}.error-dialog__close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;padding:4px;transition:all .2s ease}.error-dialog__close:hover{background-color:#f3f4f6;color:#374151}.error-dialog__content{max-height:60vh;overflow-y:auto;padding:20px 24px}.error-dialog__message{color:#374151;font-size:16px;line-height:1.6;margin-bottom:16px;white-space:pre-wrap}.error-dialog__actions{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px 20px}.error-dialog__button{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:80px;padding:8px 16px;transition:all .2s ease}.error-dialog__button--retry{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.error-dialog__button--retry:hover{background-color:#2563eb;border-color:#2563eb}.error-dialog__button--close{background-color:#6b7280;border-color:#6b7280;color:#fff}.error-dialog__button--close:hover{background-color:#4b5563;border-color:#4b5563}@media (max-width:640px){.error-dialog{margin:20px;width:95%}.error-dialog__header{padding:16px 20px 12px}.error-dialog__title{font-size:18px}.error-dialog__content{padding:16px 20px}.error-dialog__actions{flex-direction:column;padding:12px 20px 16px}.error-dialog__button{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.error-dialog,.error-dialog-backdrop,.error-dialog__button,.error-dialog__close{transition:none}}@media (prefers-color-scheme:dark){.error-dialog{background:#1f2937!important;border-color:#374151!important;color:#f9fafb}.error-dialog__header{background:#1f2937cc;border-bottom-color:#374151}.error-dialog__title{color:#f9fafb}.error-dialog__close{color:#9ca3af}.error-dialog__close:hover{background-color:#374151;color:#d1d5db}.error-dialog__message{color:#d1d5db}.error-dialog__actions{background:#1f2937cc;border-top-color:#374151}}.icon-container{height:40px;width:40px}input[type=password],input[type=text]{border:none;border-bottom:1px solid #ddd;padding:10px 10px 10px 40px}input[type=password]:focus,input[type=text]:focus{border-bottom-color:#0073bc}.login-button{margin-top:20px}.error-message{color:#ff4d4d}.success-message{padding-bottom:40px}.password-reset-container{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.password-reset-card{background-color:#fff;padding:40px;position:relative;width:550px;z-index:1}.logo-header{margin-bottom:30px}.main-logo{max-width:350px}.reset-title{color:#333;font-size:2.4rem;font-weight:400;margin-bottom:20px;text-align:center}.instruction-text{color:#555;margin-bottom:30px;text-align:center}.reset-form{display:flex;flex-direction:column}.input-group{margin-bottom:10px}input[type=email]{border:none;border-bottom:1px solid #ddd;font-size:1.6rem;outline:none;padding:10px 20px 10px 40px;transition:border-color .3s;width:100%}input[type=email]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder{color:#999}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border-bottom-color:#0073bc}.confirmation-text{color:#666;font-size:1.4rem;margin-bottom:10px}.corner-logo{bottom:20px}.icon{height:20px;width:20px}@media (max-width:600px){.password-reset-card{padding:30px 20px;width:90%}.main-logo{max-width:280px}.small-logo{width:80px}.button-container{flex-direction:column;gap:10px}.back-button,.submit-button{width:100%}}.button,.pop-btn{border-radius:4px;cursor:pointer;font-size:1.6rem;text-align:center;transition:all .3s}.button{padding:14px 20px}.pop-btn{padding:10px 20px;width:100%}.button-medium{min-width:230px}.button-small{min-width:180px}.button-x-mini{max-width:150px}.button-mini{min-width:150px}.button-large{width:48%}.button-full{width:100%}.button-middle{max-width:210px}.button-primary{background-color:#0073bc;border:none;color:#fff;font-weight:700;transition:all .3s}.button-primary:hover{background-color:#005a94}.button-primary:disabled{background-color:#ccc;cursor:not-allowed}.button-secondary{background-color:#fff;border:1px solid #0073bc;color:#0073bc;font-weight:700}.search-button-login{background-color:#0073bc;border:1px solid #fff;color:#fff;font-weight:700}.search-button-login:hover{background-color:#005092}.button-secondary:hover{background-color:#ebf1fd}.search-button,.search-button-filter{-webkit-text-stroke:.5px #fff;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.6rem;max-width:210px;padding:13px 20px;transition:all .3s;width:100%}.search-button-filter{font-size:1.3rem;max-width:120px;padding:5px 8px}.search-button-solicitor,.search-button-solicitor-mini{align-items:center;background-color:#fff;border:none;border-radius:0 3px 3px 0;cursor:pointer;display:flex;justify-content:center;max-width:40px;padding:0 3px 0 2px;transition:all .3s;width:100%}.search-button-solicitor-mini{max-width:30px}.search-button-solicitor-mini:hover{cursor:default}.search-button:hover{background-color:#005294}.button-group{display:flex;gap:40px;justify-content:space-between;margin-top:40px}.button-group.button-group--mt-l,.button-group.button-group--mt-xl{margin-top:100px}.search-buttons{display:flex;gap:40px;justify-content:center}.action-buttons,.pop-buttons{display:flex;justify-content:center;width:100%}.action-buttons{gap:40px;margin-top:40px}.pop-buttons{gap:30px}.btn{border-radius:4px;cursor:pointer;font-size:1.5rem;padding:13px 30px;transition:background-color .3s}.btn-primary{background-color:#0073bc;border:none;color:#fff;font-weight:700;transition:all .3s;width:100%}.btn-primary:hover{background:#005a94}.btn-primary:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.btn-secondary{background-color:#fff;border:1px solid #0073bc;color:#0073bc;width:100%}.btn:hover{opacity:.9}.btn:disabled{cursor:not-allowed;opacity:.5}.register-button{-webkit-text-stroke:.3px #fff;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.4rem;font-size:1.6rem;padding:8px 16px;padding:15px;transition:background-color .3s;width:100%}.register-button:hover{background-color:#005092}.register-button:disabled{background-color:#ccc;cursor:not-allowed}.search-panel{border-radius:0;padding-bottom:20px}.search-fields{display:flex;flex-direction:column;margin-bottom:40px}.field-row{align-items:center;background:#fff;display:flex;padding:20px}.field-row,.search-fields>.field-row:first-child{border:1px solid #b6c7e7}.search-fields>.field-row:not(:first-child){border-top:none}.field-label{-webkit-text-stroke:.3px #fff;color:#fff;font-size:1.4rem;position:relative;width:150px;z-index:0}.field-label:before{background:#0073bc;content:"";display:block;height:81px;left:-20px;position:absolute;top:-29px;width:150px;z-index:-1}.field-input{flex:1 1}.field-input input{border:1px solid #0073bc;border-radius:0;font-size:1.4rem;padding:10px;width:100%}.clear-button{background-color:#fff;border:1px solid #0073bc;border-radius:4px;color:#0073bc;cursor:pointer;font-size:1.6rem;max-width:210px;padding:12px 20px;width:100%}.status-filters{align-items:center;display:flex;gap:15px;margin-bottom:20px}.status-label{font-size:1.6rem;font-weight:700}.status-buttons{display:flex}.status-button{background-color:inherit;border:none;cursor:pointer;font-size:1.4rem;padding:8px 20px}.status-button.active{background-color:#0073bc;border-color:#0073bc;border-radius:30px;color:#fff;font-weight:700}.pagination{align-items:center;margin-left:auto}.pagination-ellipsis,.pagination-next,.pagination-page,.pagination-prev,.pagination-separator{color:#666;cursor:pointer;font-size:1.4rem}.pagination-page.active{color:#0073bc;font-weight:700}.search-filters{margin-bottom:40px}.agency-filter{align-items:center;display:flex;gap:15px;margin-bottom:20px}.status-tag{border-radius:20px;color:#fff;display:inline-block;font-size:1.4rem;font-weight:700;max-width:100px;padding:6px 12px;text-align:center;width:100%}.status-未処理{background-color:#ff4f4f}.status-却下{background-color:#00bc67}.status-承認{background-color:#3ca5e8}.file-link{text-decoration:underline}.file-link:hover{opacity:.8}.file-icon{height:12px;margin-left:5px;width:12px}.accordion-btn{background-color:inherit;font-size:1.4rem;position:relative}.agency-group-name{color:#0073bc}.group-header,.group-item{background-color:#fafcfe}.view-files-btn{background-color:#0073bc;border:1px solid #0073bc;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1.3rem;padding:5px 12px;transition:all .2s ease-in}.view-files-btn:hover{background-color:#ebf1fd;color:#0073bc}.agency-box,.pager-box,.select-box,.solicitor-dropdown{position:relative;width:100%}.agency-box:before,.pager-box:before,.select-box:before,.solicitor-dropdown:before{border-left:2px solid #0073bc;border-top:2px solid #0073bc;content:"";pointer-events:none;position:absolute;right:13px;transform:rotate(-135deg)}.select-box:before{height:6px;top:11px;width:6px}.agency-box:before{height:8px;top:15px;width:8px}.select-box.ver02:before{top:5px}.select-box.ver03:before{right:9px;top:6px;transform:rotate(135deg)}.select-box.ver04:before{top:14px}.select-box.ver05:before{top:9px}.pager-box:before{border-left:2px solid #fff;border-top:2px solid #fff;height:6px;right:10px;top:13px;width:6px}.solicitor-dropdown:before{border-left:2px solid #0073bc;border-top:2px solid #0073bc;height:8px;right:15px;top:15px;width:8px}.solicitor-dropdown-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #b6c7e7;border-radius:4px;cursor:pointer;font-size:1.4rem;min-width:300px;padding:12px 15px;text-align:left;width:100%}.solicitor-dropdown-select:focus{border-color:#0073bc;outline:none}.agency-select,.order-select,.solicitor-select,.status-select{-webkit-appearance:none;appearance:none;border:1px solid #b6c7e7;border-radius:3px;cursor:pointer;max-width:100px;width:100%}.status-select{background-color:#f2f8ff;padding:8px 10px}.agency-select{background-color:#fff;padding:13px 10px}.solicitor-select{font-size:1.3rem;max-width:300px;padding:10px}.order-select,.solicitor-select{background-color:#f2f8ff;border:2px solid #0073bc;border-radius:5px;color:#0073bc;font-weight:700}.order-select{font-size:1.2rem;margin-left:auto;max-width:110px;padding:6px 8px}.status-select:focus{outline:none}.status-select option{padding:8px}.solicitor-dropdown-btn{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;display:flex;font-size:1.4rem;justify-content:space-between;min-width:300px;padding:12px 15px;text-align:left}.pager-selector{-webkit-text-stroke:.3px #fff;-webkit-appearance:none;appearance:none;background-color:#0073bc;border:none;border-radius:3px;color:#fff;font-size:1.4rem;padding:10px 25px 10px 10px}.insurance-checkbox-item{align-items:flex-start;display:flex}.checkbox-native-box,.checkbox-native-box--small{align-items:flex-start;cursor:pointer;display:flex;font-size:1.4rem;gap:18px 12px;line-height:1.4;position:relative}.checkbox-native-box--small{font-size:1.3rem;gap:12px 8px}.checkbox-native,.checkbox-native--small{align-items:center;-webkit-appearance:none;appearance:none;border:none;display:flex;height:20px;justify-content:center;outline:none;position:relative;width:20px}.checkbox-native--small{height:16px;margin-top:2px!important;width:16px}.checkbox-native--small-text{display:inline-block;font-size:1.4rem;line-height:1.5;width:calc(100% - 21px)}.checkbox-native--small:after,.checkbox-native--small:before,.checkbox-native:after,.checkbox-native:before{content:"";cursor:pointer;position:absolute}.checkbox-native--small:before,.checkbox-native:before{background:#0073bc;-webkit-clip-path:polygon(14% 41%,0 55%,35% 90%,100% 30%,85% 14%,36% 64%);clip-path:polygon(14% 41%,0 55%,35% 90%,100% 30%,85% 14%,36% 64%);height:17px;transform:scale(0);transition:all .4s cubic-bezier(.45,1.8,.5,.75);width:17px;z-index:1}.checkbox-native--small:before{height:13px;width:13px}.checkbox-native--small:after,.checkbox-native:after{background:#fff;border:2px solid #b6c7e7;border-radius:2px;height:17px;width:17px}.checkbox-native--small:after{height:13px;width:13px}.checkbox-native--small:checked:before,.checkbox-native:checked:before{transform:scale(1)}.results-actions{display:flex;justify-content:center;margin-top:20px;padding:10px 0}.solicitor-add-button-box{display:flex;gap:15px;width:380px}.solicitor-add-button{-webkit-text-stroke:.3px #fff;align-items:center;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;justify-content:space-between;padding:13px 5%;position:relative;transition:background-color .3s}.solicitor-add-button.solicitor-add-button--pale-blue{background-color:#3ca5e8}.solicitor-add-button.solicitor-add-button--side-m{padding:13px 10%}.solicitor-add-button.solicitor-add-button--img-none:after,.solicitor-add-button.solicitor-add-button--img-none:before{display:none}.solicitor-add-button:after{border:2px solid;border-radius:50%;color:#fff;content:"";height:23px;left:0;line-height:1;margin-left:5px;position:absolute;position:relative;top:0;width:28px}.solicitor-add-button>span{display:flex;justify-content:space-between;position:relative;width:100%}.solicitor-add-button.solicitor-add-button--img-none>span:after,.solicitor-add-button.solicitor-add-button--img-none>span:before{display:none}.solicitor-add-button>span:after,.solicitor-add-button>span:before{background:#fff;content:"";height:14px;position:absolute;right:-20px;top:50%;width:2px}.solicitor-add-button>span:before{transform:translate(-50%,-50%) rotate(90deg)}.solicitor-add-button>span:after{transform:translate(-50%,-50%)}.solicitor-icon-img{display:block;height:auto;max-width:17px;width:100%}.solicitor-add-button:hover{background-color:#1b6cb5}.plus-icon{font-size:18px;font-weight:700;margin-left:8px}.c-plus-btn{position:relative;right:12px;transition:transform .3s ease}.c-plus-btn:after,.c-plus-btn:before{background-color:#0073bc;content:"";display:inline-block;position:absolute;transform:translate(-50%,-50%)}.c-plus-btn:before{height:20px;width:3px}.c-plus-btn:after{height:3px;width:20px}.c-plus-btn.rotated{transform:rotate(90deg)}.c-plus-btn.rotated:after{display:none}.c-radio-btn,.c-radio-btn__inner{align-items:center;cursor:pointer;display:flex;position:relative}.c-radio-btn__inner{-webkit-appearance:none;appearance:none;border:none;height:22px;justify-content:center;outline:none;width:30px}.c-radio-btn__inner:after,.c-radio-btn__inner:before{border-radius:50%;content:"";position:absolute}.c-radio-btn__inner:before{background:#fff;border:1px solid #0073bc;height:20px;width:20px}.c-radio-btn__inner:after{background:#0073bc;display:block;height:16px;transform:scale(0);transition:transform .4s cubic-bezier(.45,1.8,.5,.75);width:16px}.c-radio-btn .c-radio-btn__inner:checked:after{transform:scale(1)}.add-file-button{-webkit-text-stroke:.3px #fff;align-items:center;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;justify-content:space-between;margin-left:auto;max-width:75px;padding:5px 10px;position:relative;transition:background-color .3s;width:100%}.add-file-button:hover{background:#005a94;transition:all .3s}.add-file-button:after{border:1.5px solid;border-radius:50%;color:#fff;content:"";height:14px;left:0;line-height:1;margin-left:6px;position:absolute;position:relative;top:0;width:24px}.add-file-button>span{display:flex;justify-content:space-between;position:relative;width:100%}.add-file-button>span:after,.add-file-button>span:before{background:#fff;content:"";height:10px;position:absolute;right:-16px;top:50%;width:1.5px}.add-file-button>span:before{transform:translate(-50%,-50%) rotate(90deg)}.add-file-button>span:after{transform:translate(-50%,-50%)}.remove-file-button{background:none;border:none;display:block;height:18px;position:relative;width:18px}.remove-file-button:after,.remove-file-button:before{background:#2d7ac0;content:"";height:18px;left:50%;position:absolute;top:50%;width:3px}.remove-file-button:before{transform:translate(-50%,-50%) rotate(45deg)}.remove-file-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.search-btn{background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:10px;padding:10px;text-align:center;transition:all .3s;width:100%}.search-btn:hover{background-color:#2c5a95}.search-btn:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.search-btn.loading{background-color:#ccc;color:#666}.dislike-button,.like-button{background-color:inherit;border:none;cursor:pointer;transition:all .3s}.dislike-button:hover,.like-button:hover{opacity:.6}.btn-confirm,.btn-confirm-mini{-webkit-text-stroke:.3px #fff;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.4rem;padding:8px 20px;transition:all .3s;width:100%}.btn-confirm-mini{font-size:1.2rem;padding:8px 10px}.btn-confirm-mini.white{-webkit-text-stroke:.3px #0073bc;background:#fff;border:1px solid #0073bc;color:#0073bc}.btn-confirm-mini:hover,.btn-confirm:hover{opacity:.9}@media (max-width:768px){.button-group,.search-buttons{gap:20px}.button-large{width:100%}.status-filters{align-items:flex-start;flex-direction:column}.pagination{margin-left:0;margin-top:10px}.agency-filter{align-items:flex-start;flex-direction:column}.solicitor-add-button{align-self:flex-end}.solicitor-select{font-size:1.4rem;max-width:100%}}@media (max-width:500px){.form-group{flex-wrap:wrap}.button-group.button-group--mt-l{margin-top:60px}.pop-buttons{gap:15px}}.account-form .form-group.form-grid{grid-gap:0 20px!important;align-items:start!important;display:grid!important;gap:0 20px!important;grid-template-columns:200px 1fr!important;margin-bottom:20px!important}.account-form .form-group.form-grid .form-label{align-self:center!important;font-weight:400!important;grid-column:1!important;margin:0!important;padding:0!important;text-align:left!important;width:200px!important}.account-form .form-group.form-grid .form-input-container{display:flex!important;flex-direction:column!important;grid-column:2!important;width:100%!important}.form-input-container .password-validation-errors,.form-input-container .validation-error{margin-bottom:0;margin-top:4px}@media (max-width:768px){.form-grid{gap:8px 0;grid-template-columns:1fr}.form-label{align-self:start;margin-bottom:4px}.form-input-container,.form-label{grid-column:1}}.password-clear-btn{background:none;border:none;border-radius:2px;color:#999;cursor:pointer;font-size:12px;margin-left:8px;padding:2px 4px;transition:color .2s ease}.password-clear-btn:hover{background-color:#e74c3c1a;color:#e74c3c}.password-clear-btn:focus{color:#e74c3c;outline:none}.validation-success{align-items:center;color:#27ae60;display:flex;font-size:12px;margin-top:4px}.validation-success:before{content:"✓";font-weight:700;margin-right:4px}.p-account-box.error{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.p-account-box.success{border-color:#27ae60;box-shadow:0 0 0 2px #27ae6033}.validation-error{color:#e74c3c;display:block;font-size:12px;line-height:1.4;margin-bottom:0;margin-top:4px;width:100%}.validation-error:before{content:"⚠️";font-size:10px;margin-right:4px}.password-validation-errors{margin-bottom:0;margin-top:4px;width:100%}.password-validation-errors .validation-error{margin-bottom:2px}.password-validation-errors .validation-error:last-child{margin-bottom:0}.form-group{position:relative}.p-account-box{margin-bottom:0;width:100%}.input-wrapper{position:relative;width:100%}.password-requirements{margin-top:5px}.password-requirements small{color:#666;font-size:11px;line-height:1.4}.password-strength{margin-top:8px}.strength-bar{background-color:#e0e0e0;border-radius:2px;height:4px;margin-bottom:4px;overflow:hidden;width:100%}.strength-fill{border-radius:2px;height:100%;transition:width .3s ease,background-color .3s ease}.strength-text{font-size:12px;font-weight:500}.password-strength.very-weak .strength-fill{background-color:#e74c3c}.password-strength.very-weak .strength-text{color:#e74c3c}.password-strength.weak .strength-fill{background-color:#f39c12}.password-strength.weak .strength-text{color:#f39c12}.password-strength.fair .strength-fill{background-color:#f1c40f}.password-strength.fair .strength-text{color:#f1c40f}.password-strength.good .strength-fill{background-color:#27ae60}.password-strength.good .strength-text{color:#27ae60}.password-strength.strong .strength-fill{background-color:#2ecc71}.password-strength.strong .strength-text{color:#2ecc71}.password-requirements-check{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-top:8px;padding:8px}.password-requirements-list{list-style:none;margin:0;padding:0}.password-requirements-list li{align-items:center;display:flex;font-size:12px;margin-bottom:2px}.password-requirements-list li.met{color:#27ae60}.password-requirements-list li.met:before{content:"✓";font-weight:700;margin-right:6px}.password-requirements-list li.unmet{color:#95a5a6}.password-requirements-list li.unmet:before{content:"○";margin-right:6px}.password-hints{background-color:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;margin-top:8px;padding:8px}.hints-title{color:#856404;font-size:12px;font-weight:700;margin-bottom:4px}.hint-item{color:#856404;font-size:11px;margin-bottom:2px}@media (max-width:768px){.validation-error{font-size:11px}.password-requirements small{font-size:10px}.strength-text{font-size:11px}.password-clear-btn{font-size:10px;padding:1px 3px}}@media (prefers-color-scheme:dark){.validation-error{color:#ff6b6b}.validation-success{color:#51cf66}.password-requirements small{color:#aaa}.strength-bar{background-color:#444}.password-requirements-list li.unmet{color:#666}.password-requirements-check{background-color:#2d3748;border-color:#4a5568}.password-hints{background-color:#2d3748;border-left-color:#d69e2e}.hint-item,.hints-title{color:#d69e2e}}.password-validation-errors,.validation-success{animation:slideIn .3s ease}.agency-search-page{flex-direction:column;height:100%;overflow-x:hidden}.agency-search-page,.page-container{display:flex;min-height:100vh;position:relative}.page-container{background:#f7faff}.content-wrapper{flex:1 1;margin-inline:auto;max-width:1280px;overflow:auto;padding:80px 60px 30px;transition:margin-left .3s ease;width:100%}.results-section{margin-top:30px}.results-header{align-items:center;border-bottom:2px solid #0073bc;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:10px}.results-header h2{color:#333;font-size:2rem;font-weight:400;margin:0}.pagination-controls{align-items:center;display:flex;gap:15px}.pagination-buttons{align-items:center;display:flex;gap:5px}.pagination-button{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:3px 6px}.page-indicator{font-size:1.4rem}.dropdown-arrow{pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.results-table-container{overflow-x:auto}.results-table{border-collapse:collapse;width:100%}.results-table th{background-color:#0073bc;border:1px solid #0073bc;color:#fff;font-weight:400}.results-table td,.results-table th{font-size:1.4rem;padding:10px;text-align:center}.results-table td{border:1px solid #b6c7e7}.results-table tbody tr:hover{background-color:#b6c7e7;cursor:pointer}.results-table tbody tr:nth-child(odd){background-color:#f8f9fc}.results-table tbody tr:nth-child(2n){background-color:#fff}@media (max-width:1000px){.results-table{min-width:1000px;overflow-x:scroll;width:100%}}@media (max-width:768px){.content-wrapper{padding:80px 20px 30px}}.header-container{left:0;position:fixed;right:0;top:0;z-index:1000}.app-header{background-color:#0073bc;box-shadow:0 3px 6px #0003;height:60px;justify-content:space-between;padding-right:0;position:relative;z-index:1001}.app-header,.header-left{align-items:center;display:flex}.header-left{gap:20px}.header-logo-box{align-items:center;display:flex;gap:10px}.header-logo-box-text{-webkit-text-stroke:.4px #fff;color:#fff;display:block;font-size:1.4rem;padding-top:5px}.header-logo img{height:24px}.header-right{flex-wrap:nowrap;gap:8px;height:60px;justify-content:flex-end;max-width:100%;overflow:hidden;padding-right:calc(12px + env(safe-area-inset-right))}.header-right,.header-right button{align-items:center;box-sizing:border-box;display:flex}.header-right button{border-radius:4px;cursor:pointer;flex:1 1 auto;font-size:clamp(1rem,3vw,1.2rem);font-weight:700;height:34px;justify-content:center;line-height:1;min-width:0;padding:0 8px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.download-button,.logout-button{background:#0073bc;border:2px solid #fff;color:#fff}@media screen and (max-width:400px){.header-right{gap:6px;padding-right:calc(8px + env(safe-area-inset-right))}.header-right button{font-size:clamp(.9rem,3vw,1.1rem);height:32px;padding:0 6px}}.user-icon-login{background:#fff;border-radius:50%;height:30px;padding:3px;width:30px}.user-icon-login img{border-radius:50%}.user-icon img,.user-icon-login img{display:block;height:auto;max-width:32px;width:100%}.menu-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:60px;justify-content:center;padding:0;width:60px}.menu-button:before{background:#fff;content:"";display:block;height:60px;left:0;max-width:60px;position:absolute;top:0;width:100%;z-index:-1}.menu-button span{display:block;height:2px;max-width:24px;transition:all .2s ease;width:100%}.menu-button span:first-child,.menu-button span:nth-child(3){background:#0073bc}.menu-button span:nth-child(2){background:#3da5e8}.menu-button.open span:first-child{transform:translateY(8px) rotate(45deg)}.menu-button.open span:nth-child(2){transform:rotate(-45deg)}.menu-button.open span:nth-child(3){opacity:0}.sidebar-menu{background-color:#005c97;color:#fff;height:calc(100vh - 60px);left:-250px;position:fixed;top:60px;transition:all .3s;width:250px;z-index:1000}.sidebar-menu.open{left:0}.sidebar-menu ul{list-style:none;margin:0;padding:0}.sidebar-menu li{-webkit-text-stroke:.4px #fff;border-bottom:1px solid #eee;cursor:pointer;padding:15px 20px;transition:background-color .3s}.sidebar-menu li:hover{background-color:#005092}.header-container.menu-open+.page-container{margin-left:250px;transition:all .3s;width:calc(100% - 250px)}.page-container{margin-left:0;transition:all .3s;width:100%}@media screen and (max-width:768px){.user-icon-login{display:none}}.download-dialog-overlay{align-items:center;animation:fadeIn .2s ease-in;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.download-dialog{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:480px;min-width:320px;padding:40px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.download-dialog-content{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.download-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-dialog h3{color:#333;font-size:24px;font-weight:600;margin:0}.download-dialog p{color:#666;font-size:14px;margin:0}.download-message{color:#999;font-size:13px;font-style:italic}@media (max-width:768px){.download-dialog{margin:0 20px;min-width:280px;padding:30px 20px}.download-dialog h3{font-size:20px}.download-spinner{height:50px;width:50px}}.download-error-message{background-color:#ffecec;border:1px solid #ffbaba;border-radius:6px;color:#a80000;font-size:14px;font-weight:700;margin-top:15px;padding:10px 15px;text-align:center}.close-error-button{background-color:#d8000c;border:none;border-radius:6px;box-shadow:0 2px 6px #d8000c33;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 25px;transition:background-color .25s ease}.account-create-page{background-color:#f2f8ff;min-height:100vh}.page-container{padding-top:60px}.form-group{display:flex;gap:5px;margin-bottom:25px}.form-group.items-center{align-items:center}.form-group>.flex-left-half{width:300px}.form-group.flex-column{flex-direction:column}.form-group label{color:#333;display:block;font-size:1.4rem}.form-group input{border:1px solid #0073bc;border-radius:4px;font-size:1.4rem;padding:10px;width:100%}.form-group .p-account-box{height:45px}.form-group input:focus{border-color:#0073bc;box-shadow:0 0 0 2px #0066cc1a;outline:none}.account-form{margin:0 auto}@media (max-width:1000px){.form-group>.flex-left-half{width:180px}}.account-list-container{margin-top:20px;padding:0}.page-header,.search-container{margin-bottom:20px}.search-container{display:flex}.search-input{border:1px solid #ddd;border-radius:4px;padding:8px 12px;width:300px}.table-scroll-container{border:1px solid #ddd;margin-bottom:20px;max-height:400px;overflow-y:auto}.account-table{border:none;border-collapse:collapse;width:100%}.account-table th{background-color:#0073bc;border:1px solid #0073bc;color:#fff;font-weight:400;padding:12px 15px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.account-table td{border-bottom:1px solid #b6c7e7;border-right:1px solid #b6c7e7;padding:12px 15px}.account-table tr:nth-child(odd){background:#fff}.account-table tr:nth-child(2n){background:#f8f9fc}.button-container{justify-content:center}.edit-button,.view-button{border:none;border-radius:4px;cursor:pointer;font-size:1.4rem;font-weight:700;max-width:120px;padding:10px 15px;width:100%}.view-button{background-color:#fff;border:1px solid #0073bc;color:#0073bc}.edit-button{background-color:#0073bc;color:#fff}.pagination{display:flex;gap:5px;justify-content:center;margin-top:20px}.pagination a{border:1px solid #ddd;color:#0073bc;padding:5px 10px;text-decoration:none}.pagination a.active{background-color:#0073bc;border:1px solid #0073bc;color:#fff}.pagination a:hover:not(.active){background-color:#ebf1fd}.table-scroll-container::-webkit-scrollbar{width:8px}.table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1}.table-scroll-container::-webkit-scrollbar-thumb{background:#b8c4e0;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#0073bc}.view-button.disabled,.view-button:disabled{opacity:.6}.view-button.disabled,.view-button.disabled:hover,.view-button:disabled,.view-button:disabled:hover{background-color:#e0e0e0!important;border-color:#d0d0d0!important;color:#a0a0a0!important;cursor:not-allowed!important}.header-container-admin{display:block;position:-webkit-sticky;position:sticky;top:0;z-index:1000}body,html{height:auto;overflow-y:auto}.page-container{overflow:visible}#root .account-list-container .table-scroll-container,.account-list-container .table-scroll-container{max-height:none;overflow-x:auto;overflow-y:visible}.page-container{background-color:#f2f8ff;flex:1 1;overflow-x:hidden}.content-wrapper{margin:0 auto;max-width:1200px;padding:60px 3%}.tab-container{margin-top:20px;width:100%}.tab-menu{border-bottom:1px solid #b6c7e7;display:flex;margin-bottom:0}.tab-button{background-color:#0073bc;border:1px solid #b6c7e7;border-bottom:none;color:#fff;cursor:pointer;font-size:1.6rem;padding:18px 10px;transition:all .3s;width:33.33333%}.tab-button.passive{opacity:.5;pointer-events:none}.tab-button.active{background-color:#fff;border-bottom:1px solid #fff;color:#0073bc;font-weight:700;margin-bottom:-1px}.tab-button:hover:not(.active){background-color:#005092;color:#fff}.tab-button.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.tab-button.disabled:hover{background-color:inherit}.tab-content{background-color:#fff;border:1px solid #b6c7e7;border-top:none;padding:60px 30px}.tab-panel{display:none;margin-inline:auto;width:100%}.tab-panel.active{display:block}.info-table{border:1px solid #b6c7e7;border-collapse:collapse;width:100%}.info-table tr{border-bottom:1px solid #b6c7e7}.info-table tr:last-child{border-bottom:none}.info-table td,.info-table th{padding:10px 15px;text-align:left}.info-table.c-table-view td,.info-table.c-table-view th{padding:18px 15px}.info-table th{-webkit-text-stroke:.3px #fff;background-color:#0073bc;border:1px solid #0073bc;border-bottom-color:#b6c7e7;color:#fff;font-weight:400;width:160px}.insurance-list-title{font-size:1.8rem;font-weight:400;margin-bottom:20px}.insurance-list ul{list-style-type:disc;margin:0;padding-left:20px}.insurance-list li:not(:first-child){padding-top:10px}.action-buttons-container{display:flex;justify-content:center;margin-top:40px}.solicitor-container{width:100%}.c-flex-wrapper,.solicitor-header{display:flex;width:100%}.solicitor-header{align-items:center;gap:50px;justify-content:space-between;margin-bottom:40px}.c-flex-wrapper--gap-3{gap:3%}.c-flex-wrapper--center{align-items:center}.c-flex-wrapper--between{justify-content:space-between}.c-flex-wrapper--search-result{align-items:self-end;gap:30px;justify-content:space-between}.c-flex-wrapper--search-left,.c-flex-wrapper--search-right{display:block;font-weight:400}.c-flex-wrapper--search-right{font-size:1.6rem;width:-webkit-fit-content;width:fit-content}.c-flex-wrapper--search-right .item-left{font-size:3rem}.c-flex-wrapper--search-right .item-right{font-size:2.5rem}.dropdown-arrow{font-size:.8rem}.pagination span{align-items:center;cursor:pointer;display:inline-flex;font-size:1.4rem;justify-content:center}.pagination-first,.pagination-last,.pagination-next,.pagination-prev{color:#0073bc}.solicitor-table-container{overflow-x:auto}.solicitor-table{border-collapse:collapse;width:100%}.solicitor-table th{background-color:#0073bc;border:1px solid #0073bc;color:#fff;padding:10px;text-align:center}.solicitor-table th.c-checkbox-wrapper{margin:0 auto;padding:10px 2px;width:70px}.solicitor-table td.c-btn-wrapper{padding:10px;width:180px}.c-checkbox-inner{display:flex;gap:10px;justify-content:center;width:100%}.solicitor-table td{border:1px solid #b6c7e7;padding:10px 15px;text-align:center}.solicitor-table tr:nth-child(2n){background-color:#f9f9f9}.c-info-icon__box{position:relative;width:-webkit-fit-content;width:fit-content}.c-info-icon{align-items:center;background:#ff4f4f;border-radius:50%;color:#fff;content:"";display:flex;font-size:1.2rem;font-weight:700;height:20px;justify-content:center;line-height:1;position:absolute;right:-22px;top:-10px;width:20px}@media (max-width:768px){.info-table,.info-table tbody,.info-table td,.info-table th,.info-table tr{box-sizing:border-box;display:block;width:100%}.info-table tr{border:none}.info-table th{padding:13px 10px 8px;text-align:left}.info-table td{padding:20px 10px}}input[type=date].form-input,input[type=email].form-input,input[type=password].form-input,input[type=tel].form-input,input[type=text].form-input,textarea.form-textarea{border:1px solid #b6c7e7;box-sizing:border-box;font-size:1.4rem;padding:8px;width:100%}textarea.form-textarea{border-radius:4px;min-height:60px;resize:vertical}.insurance-checkbox-container{margin:0 auto;max-width:1000px;padding:20px}.insurance-checkbox-container--height{height:450px;overflow-y:scroll}.insurance-checkbox-container-wrapper{background:#fff;border:1px solid #b6c7e7;margin-left:auto;margin-right:auto;padding:60px 5%;width:100%}.insurance-checkbox-container-wrapper.insurance-checkbox-container-wrapper--ple-space{padding:60px 3%}.insurance-checkbox-container-wrapper>.insurance-checkbox-container{max-width:1280px;padding:0}.insurance-category{margin-bottom:30px}.category-title{font-size:1.8rem;padding-bottom:15px}.insurance-checkbox-grid,.insurance-checkbox-grid-2,.insurance-checkbox-grid-3{gap:15px 3%}.insurance-checkbox-grid{display:grid;grid-template-columns:repeat(4,1fr)}.insurance-checkbox-grid-3{display:grid;grid-template-columns:repeat(3,1fr)}.insurance-checkbox-grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.status-display{align-items:center;display:flex;justify-content:space-between;margin-left:auto;max-width:360px;padding-bottom:20px;width:100%}@media (max-width:1200px){.insurance-checkbox-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.insurance-checkbox-grid,.insurance-checkbox-grid-3{grid-template-columns:repeat(2,1fr)}}.insurance-company-upload-section{background-color:#fff;border-radius:5px;width:100%}.insurance-company-upload-section:not(:last-child){margin-bottom:45px}.insurance-company-header{align-items:center;cursor:pointer;display:flex;gap:8px;padding:8px 0}.insurance-company-header .insurance-company-name{font-size:1.8rem;font-weight:700;margin-bottom:0}.insurance-company-name{font-size:1.8rem;font-weight:700;margin-bottom:10px}.company-expand-button{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:50%;color:#666;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .3s ease;width:28px}.company-expand-button:hover{background:#e9ecef;border-color:#adb5bd}.company-expand-button.expanded{background:#2c7ac0;border-color:#2c7ac0;color:#fff;transform:rotate(180deg)}.company-expand-button:disabled{cursor:not-allowed;opacity:.5}.insurance-upload-area{animation:slideDown .2s ease-out;background-color:#f6f7f9;border-radius:4px;display:flex;gap:5px;padding:30px 2%;width:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.upload-section{align-items:flex-start;background:#fff;border-radius:5px;box-shadow:0 1px 3px #0000000d;display:flex;flex-wrap:wrap;padding:20px;width:100%}.upload-section:last-child{margin-bottom:0}.upload-label{-webkit-text-stroke:.4px #090e26;color:#333;font-size:1.6rem;font-weight:500;padding-bottom:10px;width:100%}.upload-control{width:100%}.upload-input-group{display:flex}input[type=text].upload-input{background-color:#fff;border:1px solid #b6c7e7;border-radius:5px 0 0 5px;color:#b6c7e7;cursor:pointer;flex:1 1;font-size:1.6rem;padding:15px}.file-select-button{background-color:#2c7ac0;border:none;border-radius:0 5px 5px 0;color:#fff;cursor:pointer;font-size:1.4rem;font-weight:700;padding:8px 15px;transition:all .3s}.file-select-button:hover{background-color:#1c5a90}.upload-category{width:50%}.upload-category-header{display:flex;margin-top:15px;max-width:100%;width:100%}.selected-files{width:100%}.selected-file-item{align-items:center;background-color:#f0f7ff;border:1px solid #d0e0f7;border-radius:4px;display:flex;font-size:1.4rem;justify-content:space-between;padding:10px 15px;transition:all .2s}.selected-file-item:first-child{margin-top:10px}.selected-file-item:not(:last-child){margin-bottom:8px}.selected-file-item:hover{background-color:#e6f2ff}.file-name{flex:1 1;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading-overlay{align-items:center;background-color:#ffffffe6;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.loading-content{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.loading-spinner{gap:8px}.loading-spinner div{animation:bounce-dots 1.4s ease-in-out infinite both;background-color:#007bff;border-radius:50%;height:12px;width:12px}.loading-spinner div:first-child{animation-delay:-.32s}.loading-spinner div:nth-child(2){animation-delay:-.16s}.loading-spinner div:nth-child(3){animation-delay:0s}@keyframes bounce-dots{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.loading-message{color:#333;font-size:16px;font-weight:500;margin:0}.confirmation-popup-container{position:relative}.file-select-button:disabled,.remove-file-button:disabled,button:disabled,input:disabled{cursor:not-allowed!important;opacity:.6;pointer-events:none}.upload-input:disabled{background-color:#f5f5f5;cursor:not-allowed!important}.confirm-dialog-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.confirm-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:500px;padding:24px;width:90%}.confirm-dialog-header h3{font-size:18px;font-weight:600;margin:0 0 16px}.confirm-dialog-body p{color:#333;line-height:1.5;margin:0 0 24px}.confirm-dialog-actions{display:flex;gap:12px;justify-content:flex-end}.company-info{align-items:center;display:flex;gap:12px}.insurance-company-name{color:#333;font-size:16px;font-weight:600;margin:0}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;line-height:1;padding:4px 8px;text-align:center;white-space:nowrap}.status-badge.linked{background-color:#28a745;color:#fff}.status-badge.new{background-color:#ff6b35;color:#fff}@media (max-width:768px){.company-info{gap:8px}.insurance-company-name{font-size:14px}.status-badge{font-size:10px;padding:3px 6px}}@media screen and (max-width:1100px){.insurance-upload-area{flex-wrap:wrap;gap:30px 10px}.upload-category{width:calc(50% - 5px)}}@media screen and (max-width:767px){.insurance-upload-area{gap:30px 0}.upload-category{width:100%}.selected-file-item{padding:8px 10px}.file-name{font-size:1.3rem}.company-expand-button{height:24px;width:24px}}@media (prefers-reduced-motion:reduce){.company-expand-button,.insurance-upload-area{animation:none;transition:none}}.pdf-popup-overlay{background-color:#000000b3;height:100%;width:100%}.pdf-popup-container{height:80%;overflow:hidden}.pdf-popup-header{background-color:#0073bc;color:#fff;padding:15px 20px}.pdf-popup-header h3{font-size:1.6rem;font-weight:400}.close-popup-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:2.2rem;line-height:1}.pdf-popup-content{flex:1 1;overflow:hidden}.pdf-preview{flex:1 1;overflow:auto;padding:20px}.pdf-placeholder{background-color:#f5f5f5;border:1px dashed #ccc;border-radius:4px;height:100%;width:100%}.pdf-name{color:#0073bc}.pdf-slider-controls{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:15px 20px}.pdf-nav-btn{background-color:#0073bc;border:none;color:#fff;padding:8px 15px}.pdf-nav-btn:disabled{background-color:#f5f5f5;border:1px solid #ccc;color:#ccc;cursor:not-allowed}.pdf-pagination{gap:10px}.pdf-page-dot{background-color:#ccc}.file-link{font-size:1.3rem}.file-link svg{margin-left:5px}@media (max-width:768px){.pdf-popup-container{height:90%;width:95%}.pdf-slider-controls{flex-direction:column;gap:15px}.pdf-pagination{order:-1}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{display:none;height:0;left:0;position:absolute;top:0;width:0}.application-list-container{margin-top:50px;margin-inline:auto;max-width:1200px;width:100%}.agency-label{font-size:1.6rem;font-weight:700}.applications-table{background:#fff;border-collapse:collapse;width:100%}.applications-table th{background-color:#0073bc;border:1px solid #0073bc;color:#fff;font-weight:400;padding:12px;text-align:center}.applications-table td{border:1px solid #b6c7e7;padding:15px 12px;text-align:left;vertical-align:middle}.applications-table .space-one-column{padding:20px}.files-cell{padding:8px 12px;vertical-align:middle}.individual-files{display:flex;flex-direction:column;gap:8px}.file-link{align-items:center;color:#0073bc;cursor:pointer;display:flex;font-size:1.4rem;gap:5px}.file-link:hover{text-decoration:underline}.pdf-icon{height:15px;margin-left:5px;width:15px}.checkbox-column{width:40px}.date-column,.status-column{width:120px}.agency-group-info{display:flex;flex-direction:column}.agency-group-name{font-size:1.5rem;font-weight:700}.agency-group-count{font-size:1.3rem;margin-top:3px}.accordion-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:8px 0;text-align:left;width:100%}.no-results{color:#666;font-style:italic;padding:20px;text-align:center}.pdf-popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.pdf-popup-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:90%}.pdf-popup-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 20px}.pdf-popup-header h3{font-size:1.8rem;margin:0}.pdf-popup-content{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:20px}.pdf-preview{border:1px solid #ddd;flex-grow:1;margin-bottom:20px;min-height:400px}.pdf-placeholder,.pdf-preview{align-items:center;display:flex;justify-content:center}.pdf-placeholder{flex-direction:column;padding:20px;text-align:center}.pdf-name{font-size:1.6rem;font-weight:700;margin-bottom:10px}.pdf-nav-btn{background-color:#f0f5ff;border:1px solid #a8c6ff;border-radius:4px;color:#0073bc;cursor:pointer;padding:8px 16px}.pdf-pagination{display:flex;gap:8px}.pdf-page-dot{background-color:#ddd;border-radius:50%;cursor:pointer;height:12px;width:12px}.pdf-page-dot.active{background-color:#0073bc}.comment-container{margin-top:15px;width:100%}.comment-label{background-color:#0073bc;border:1px solid #0073bc;border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;font-size:14px;font-weight:400;padding:5px 10px}.comment-box{border:1px solid #0073bc;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:none;padding:0}.comment-input{border:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;font-size:14px;min-height:80px;padding:8px;resize:vertical;width:100%}.comment-input:focus{outline:none}.agency-status-summary{display:flex;gap:5px;margin-top:5px}.status-count{border-radius:30px;color:#fff;font-weight:700;padding:5px 10px}.confirmation-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.confirmation-popup-container{background-color:#fff;border-radius:8px;height:90vh;max-width:1000px;overflow-y:scroll;width:100%}.confirmation-popup-content{align-items:center;display:flex;flex-wrap:wrap;padding:60px 6%;width:100%}.confirmation-title{font-size:2.5rem;font-weight:700;margin-bottom:60px;text-align:center;width:100%}.confirmation-details{margin-bottom:30px;width:100%}.confirmation-details-02{width:100%}.confirmation-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.confirmation-row.font-medium{font-size:1.6rem}.confirmation-label{-webkit-text-stroke:.3px #090e26;font-weight:700;font-weight:400;min-width:110px}.confirmation-label.application-agency,.confirmation-label.font-big{font-size:2rem}.confirmation-value{flex-grow:1;font-size:2rem;font-weight:700}.confirmation-date{font-size:1.6rem}.confirmation-files{background-color:#f2f8ff;border-radius:4px;margin-bottom:20px;padding:20px 18px}.confirmation-file-item{display:flex}.confirmation-file-item:not(:last-child){margin-bottom:10px}.confirmation-file-item.font-medium{font-size:1.5rem}.confirmation-file-item.font-large{font-size:1.6rem}.file-path{display:flex;flex-grow:1;justify-content:space-between}.file-count{text-align:right;width:40px}.confirmation-comment{margin-top:20px}.comment-header,.comment-header-error{color:#0073bc;font-size:1.8rem;font-weight:700;margin-bottom:5px}.comment-header{color:#0073bc}.comment-header-error{color:#ff4d4f}.comment-header.u-mt-medium{margin-top:40px}.comment-content{background-color:#f2f8ff;border-radius:4px;line-height:1.5;padding:20px 18px}.comment-content--error{-webkit-text-stroke:.4px #ff4f4f;background-color:#fff3f3;border:2px solid #ff4f4f;color:#ff4f4f}.confirmation-buttons{display:flex;gap:30px;justify-content:center;margin-top:40px}.confirmation-btn{border:none;border-radius:4px;cursor:pointer;font-size:1.6rem;min-width:150px;padding:10px 30px}.confirmation-btn.primary{background-color:#00a960;color:#fff}.confirmation-btn.secondary{background-color:#e6e6e6;color:#333}.confirmation-status{max-width:100px;width:100%}.insurance-search-page{background-color:#f7f7f7}.insurance-layout{background-color:#fff;display:flex;height:calc(100% - 60px);position:relative;width:100%}.insurance-layout.mobile{flex-direction:column}.sidebar-toggle-container{background-color:#000000b3;bottom:0;box-shadow:0 -3px 6px #0003;left:0;padding:13px 3%;position:fixed;text-align:center;width:100%;z-index:20}.sidebar-toggle-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;justify-content:space-between;width:100%}.toggle-icon.open:after,.toggle-icon.open:before{height:17px;right:20px}.toggle-icon.open:before{transform:translate(-50%,-50%) rotate(45deg)}.toggle-icon.open:after{transform:translate(-50%,-50%) rotate(-45deg)}.toggle-icon:after,.toggle-icon:before{background:#fff;content:"";display:block;height:10px;position:absolute;top:50%;width:2px}.toggle-icon:before{right:20px;transform:translate(-50%,-50%) rotate(-45deg)}.toggle-icon:after{right:27px;transform:translate(-50%,-50%) rotate(45deg)}.sidebar-toggle-pc{padding:5px 0;text-align:right}.sidebar-toggle-button-pc{align-items:center;background:none;border:none;color:#3a75c4;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;gap:5px;margin-left:auto;max-width:87px;width:100%}.insurance-sidebar{background-color:#dfe4eb;flex-shrink:0;padding:20px 1.1%;transition:all .3s ease;width:300px}.insurance-sidebar.mobile{border-bottom:1px solid #e0e0e0;border-right:none;bottom:0;box-shadow:0 -2px 10px #0000001a;height:calc(100% - 50px);left:0;padding-bottom:calc(120px + var(--safe-area-bottom));position:fixed;transform:translateY(calc(100% - 50px));transition:transform .3s ease;width:100%;z-index:5}.insurance-sidebar.mobile.active{transform:translateY(0)}.insurance-sidebar.minimized{left:0;max-width:90px;padding:10px 5px 10px 13px;position:fixed;top:60px;width:100%;z-index:1001}.insurance-sidebar.minimized:after,.insurance-sidebar.minimized:before{content:"";position:absolute}.insurance-sidebar.minimized:before{background-color:#fff;border-bottom:1px solid #0073bc;border-right:7px solid #0073bc;box-shadow:inset 3px 3px 19px #00000014;display:inline-block;height:41px;left:0;top:0;width:100%;z-index:0}.insurance-sidebar.minimized:after{background-color:#d0d0d0;bottom:0;content:"";filter:blur(4px);height:68%;right:0;width:100%;z-index:-1}.minimized-sidebar-content{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.minimized-sidebar-content .sidebar-toggle-button-pc{white-space:nowrap}.sidebar-header{background-color:#0073bc;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:15px;font-weight:600;padding:12px 15px}.sidebar-section{padding:0}.document-section{background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:6%}.section-header{align-items:center;border-bottom:2px solid #0073bc;color:#0073bc;display:flex;font-weight:500;margin-bottom:20px;padding-bottom:5px}.section-note-title{color:#0073bc;font-weight:700;width:40px}.section-note{color:#777;font-size:1rem;line-height:1.2}.popup-complete-btn{-webkit-text-stroke:.5px #fff;background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;max-width:120px;padding:8px 12px;transition:all .3s;width:100%}.popup-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.popup-header-actions .popup-complete-btn{max-width:none;width:auto}.popup-select-all-btn{background-color:initial;border:1px solid #0073bc;border-radius:4px;color:#0073bc;cursor:pointer;font-size:1.5rem;padding:8px 12px;transition:all .3s}.popup-select-all-btn:hover:not(:disabled){background-color:#0073bc1a}.popup-select-all-btn:disabled{cursor:not-allowed;opacity:.5}.dropdown-select{border:1px solid #ccc;border-radius:4px;cursor:pointer;margin-bottom:15px;padding:8px 10px}.dropdown-title{align-items:center;display:flex;justify-content:space-between;width:100%}.dropdown-arrow{color:#666;font-size:10px}.selection-option{align-items:self-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px;position:relative}.selection-option.first-mb{margin-bottom:20px}.option-label{align-items:center;color:#0073bc;display:flex;font-size:1.3rem;font-weight:700;gap:3px;max-width:115px;width:100%}.required-mark{color:#ff4f4f;font-weight:700}.required-mark-red{color:#e53935}.option-value{align-items:center;cursor:pointer;display:flex;font-size:1.2rem;justify-content:space-between;position:relative;transition:all .3s ease}.selected-companies-list .selected-company-item:not(:last-child){margin-bottom:6px}.selected-company-item{line-height:1.1}.remaining-count{font-weight:700}.option-arrow{font-size:10px;margin-left:5px}.date-selection{margin-bottom:20px}.date-separator{margin:0 8px}.word-search{border-bottom:2px solid #0073bc;border-top:2px solid #0073bc;margin-bottom:15px;padding-bottom:20px;padding-top:15px}.search-container-solicitor{background:#fff;border:2px solid #0073bc;border-radius:5px;display:flex}.search-container-solicitor.mt5{margin-top:5px}.search-container-solicitor.summary{align-items:flex-start;border:none}.search-container-solicitor.long{width:100%}input[type=text].search-input,textarea.search-area{border:none;border-radius:4px 0 0 4px;flex-grow:1;font-size:1.4rem;padding:10px 8px}input[type=text].search-input{padding:10px 0 10px 8px}textarea.search-area{border-radius:15px;padding:10px 8px;pointer-events:none}.reset-btn{background:none;border:none;cursor:pointer;font-size:1.3rem;text-align:center;transition:all .3s;width:100%}.reset-btn:hover{text-decoration:underline}.insurance-results{background:#fff;flex-grow:1;height:100%;overflow-y:scroll;padding:60px 3% 40px;transition:all .3s ease;width:calc(100% - 250px)}.insurance-results.fullwidth{width:100%}.results-header{margin-bottom:20px}.results-divider{background-color:#3a75c4;height:2px;margin-top:5px}.company-section{margin-bottom:30px;max-width:100%;overflow:hidden;position:relative}.company-header{align-items:center;flex-wrap:wrap;margin-bottom:15px;width:100%}.header-controls{align-items:center;display:flex;gap:10px;max-width:110px;width:100%}.company-name{font-size:1.8rem;font-weight:600;margin:0}.sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a75c4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:12px;border:1px solid #3a75c4;border-radius:4px;color:#3a75c4;cursor:pointer;font-size:13px;padding:5px 28px 5px 10px}.sort-select:focus{border-color:#2c5a95;outline:none}.results-grid{-webkit-overflow-scrolling:touch;cursor:grab;display:flex;flex-wrap:nowrap;gap:15px;margin-bottom:20px;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:10px;position:relative;scroll-behavior:smooth;scrollbar-width:thin;touch-action:pan-x;width:100%;will-change:transform,scroll-position}.results-grid,.results-grid.dragging{-webkit-user-select:none;user-select:none}.results-grid.dragging{cursor:grabbing!important;scroll-behavior:auto!important}.results-grid:active{cursor:grabbing}.results-grid::-webkit-scrollbar{height:6px}.results-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.results-grid::-webkit-scrollbar-thumb{background:#b0c4de;border-radius:10px}.results-grid::-webkit-scrollbar-thumb:hover{background:#8daad3}.swipe-hint{animation:fadeOut 3s forwards;background-color:#0009;border-radius:15px;bottom:10px;color:#fff;font-size:12px;left:50%;opacity:.7;padding:5px 10px;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:2}@keyframes fadeOut{0%{opacity:.7}70%{opacity:.7}to{opacity:0}}.result-image-container{align-items:flex-start;display:flex;font-size:1.2rem;justify-content:center;position:relative}.similarity-badge{background-color:#ff4f4fcc;border-bottom-left-radius:2px;border-top-right-radius:3px;bottom:1px;color:#fff;font-size:1.3rem;font-weight:700;left:1px;padding:5px 10px;position:absolute;z-index:1}.goods-title-b{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;max-height:64px;overflow:hidden;text-overflow:ellipsis}.similarity-badge-b{background-color:#ff4f4fcc;border-bottom-left-radius:2px;border-bottom-left-radius:10px;border-top-right-radius:3px;bottom:auto;color:#fff;font-size:1.6rem;font-weight:700;left:auto;padding:8px 10px;position:absolute;right:-11px;top:-20px}.scroll-nav-wrapper{position:relative;width:100%}.scroll-nav{display:flex;height:60px;justify-content:space-between;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:10}.scroll-button{align-items:center;background-color:#0000004d;border:none;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;max-width:30px;pointer-events:fill;transition:all .3s;width:100%}.scroll-button:hover{background-color:#000c}.scroll-indicator{animation:pulse 2s infinite;background:linear-gradient(90deg,#0000,#0000000d 70%);border-radius:4px 0 0 4px;height:40px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:20px;z-index:1}@keyframes pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.feedback-popup{background:#fff;border:2px solid #0073bc;border-radius:8px;bottom:20px;box-shadow:0 0 50px #0000001a;display:flex;gap:15px;max-width:400px;padding:15px;position:fixed;right:20px;width:calc(100vw - 40px);z-index:1000}.feedback-popup.wide{display:block;max-width:700px;padding:30px 2.5%}.feedback-popup-checkbox-wrapper{display:flex;flex-wrap:wrap;gap:15px 30px;list-style:none;margin-bottom:20px;margin-top:20px}.feedback-popup-checkbox-list{display:flex;gap:10px;width:calc(50% - 15px)}.message-main-title{font-size:1.6rem;font-weight:700}.other-reason-textarea{padding-bottom:25px}.other-reason-textarea .message-title{color:#0073bc;font-size:1.5rem;font-weight:700;padding-bottom:5px}.other-reason-textarea textarea.message-area{border:2px solid #0073bc;border-radius:5px;padding:2%;width:100%}.close-button{background:none;background-color:#fff;border:2px solid #0073bc;border-radius:50px;color:#0073bc;cursor:pointer;font-size:2.5rem;font-weight:700;line-height:1;padding:15px;position:absolute;right:0;top:-17px}.close-button:after,.close-button:before{background:#0073bc;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;width:2px}.close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.feedback-message{font-size:1.3rem}.feedback-buttons{display:flex;gap:10px;justify-content:center;max-width:90px;width:100%}.result-card{background:#f2f8ff;border:1px solid #b6c7e7;border-radius:5px;box-shadow:0 2px 4px #0000000d;color:inherit;display:block;flex:0 0 auto;min-width:350px;padding:20px 1%;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease;width:350px}.result-card-left{width:40%}.result-card-left.box{background:#fff;border:1px solid #b6c7e7;border-radius:2px;height:158px;list-style:none;padding:12px 2% 0;transition:all .3s}.result-card-left.box>li:not(:last-child){padding-bottom:3px}.result-card-left.box>li:not(:first-child){-webkit-text-stroke:.3px #090e26}.goods-date,.result-card-left.box>li:last-child{padding-top:3px}.goods-date{border-bottom:1px solid #090e26;border-top:1px solid #090e26}.result-card-left .goods-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:46px;overflow:hidden;position:relative;text-overflow:ellipsis;transition:max-height .3s ease,-webkit-line-clamp .3s ease}.result-card-left .goods-title.short-text{-webkit-box-orient:initial;-webkit-line-clamp:none;display:block;max-height:none;overflow:visible;text-overflow:clip}.result-card-right{text-align:left;width:60%}.result-card-right-title{background:#0073bc;color:#fff;display:inline-block;font-size:1.3rem;letter-spacing:.1em;margin-left:15px;padding:5px 15px;position:relative}.result-card-right-title:before{border-color:#0000 #0073bc #0000 #0000;border-style:solid;border-width:15px 15px 15px 0;content:"";left:-15px;position:absolute;top:0}.result-card-right-text{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;overflow-y:hidden;padding-left:13px;padding-top:8px}.result-card:hover{transition:transform .15s ease,box-shadow .2s ease}.results-grid.dragging .result-card{transform:scale(.98)}.result-card:focus{outline:2px solid #3a75c4;outline-offset:2px}.insurance-company-popup{background:#fff;border:1px solid #0073bc;border-radius:4px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:calc(100% + 10px);max-height:500px;max-width:1000px;opacity:0;position:absolute;top:0;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:calc(100vw - 300px)}.insurance-company-popup.show{opacity:1;transform:translateY(0);visibility:visible}.popup-header{background-color:#f2f8ff;border-top-left-radius:5px;border-top-right-radius:5px;font-size:1.6rem;font-weight:600;justify-content:space-between;line-height:1;padding:20px 3%}.popup-close,.popup-header{align-items:center;color:#0073bc;display:flex}.popup-close{background:none;border:none;border-radius:50%;cursor:pointer;font-size:2.5rem;font-weight:700;justify-content:center;position:relative;right:0;transition:background-color .2s}.popup-close:after,.popup-close:before{background:#0073bc;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;width:2px}.popup-close:before{transform:translate(-50%,-50%) rotate(45deg)}.popup-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.popup-close:hover{color:#2c5a95}.popup-content{max-height:250px;overflow-y:auto;padding:4% 3%;scrollbar-color:#0073bc #0000;scrollbar-width:thin}.insurance-company-popup .popup-content{flex-grow:1;max-height:450px}.popup-content::-webkit-scrollbar{width:6px}.popup-content::-webkit-scrollbar-track{background:#0000}.popup-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:6px}.company-checkbox-item{align-items:flex-start;display:flex;gap:12px}.company-checkbox-item:last-child{margin-bottom:0}.company-checkbox-item label{cursor:pointer;font-size:1.4rem;-webkit-user-select:none;user-select:none}.company-checkbox-item input[type=checkbox]{accent-color:#0073bc;cursor:pointer}.selection-option.accordion{align-items:flex-start;flex-direction:column}.option-label.accordion-header{border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0;width:100%}.accordion-arrow{font-size:1.2rem;transition:transform .3s}.accordion-arrow.open{transform:rotate(180deg)}.accordion-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-out;width:100%}.accordion-content.open{max-height:500px;opacity:1;padding:10px 0}.accordion-companies{border-top:1px solid #eee;margin-top:5px;padding-top:10px}.popup-base{background:#fff;border:2px solid #0073bc;border-radius:5px;box-shadow:0 0 40px #0000001a;opacity:0;position:absolute;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.popup-base.show{opacity:1;transform:translateY(0);visibility:visible}.product-type-popup{left:calc(100% + 10px);max-width:600px;top:0;width:calc(100vw - 300px)}.datepicker-container{position:relative;width:100%}.date-input-wrapper{align-items:center;background-color:#fff;border:2px solid #0073bc;border-radius:4px;cursor:pointer;display:flex;overflow:hidden}input[type=text].date-input{background:#0000;border:none;flex-grow:1;font-size:1.2rem;outline:none;padding:10px 2px 10px 8px}.calendar-button{align-items:center;background:none;border:none;color:#0073bc;cursor:pointer;display:flex;justify-content:center;padding-right:5px}.calendar-popup{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 10px #0000001a;margin-top:4px;position:absolute;z-index:1000}.calendar-container{padding:12px;width:280px}.calendar-header{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-bottom:10px}.calendar-nav-button{background:none;border:none;color:#0073bc;cursor:pointer;font-size:1.6rem;padding:4px 8px}.calendar-nav-button:hover{background-color:#f0f0f0;border-radius:4px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px;text-align:center}.weekday{font-size:1.2rem;padding:4px}.sunday{color:#ff4d4f}.saturday{color:#1890ff}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{cursor:pointer;font-size:1.4rem;padding:8px 4px;text-align:center}.calendar-day:hover{background-color:#f0f0f0}.calendar-day.selected{background-color:#0073bc;border-radius:4px;color:#fff}.empty-day{padding:8px 4px}.date-range{align-items:center;display:flex;gap:8px;margin-top:5px}.date-separator{display:inline-block;margin:0 4px}@media (min-width:769px){.result-card-left .goods-title{transition:all .3s}.result-card-left.box:hover{height:auto;min-height:158px}.result-card-left .goods-title:hover{-webkit-line-clamp:unset;max-height:none;overflow:visible;z-index:10}.result-card-left .goods-title:hover:after{background-color:#fff;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.goods-title.short-text:hover:after{content:none;display:none}.result-card-left.box:has(.short-text):hover{height:158px}}@media (max-width:768px){.section-header{margin-bottom:25px}.word-search{padding-bottom:25px}.date-selection,.selection-option.first-mb{margin-bottom:25px}.selection-option{margin-bottom:20px}.insurance-company-popup{left:0}.insurance-sidebar{padding:30px 3%}.insurance-results{padding:30px 3% 40px}.document-section{height:calc(100vh - 170px);overflow-y:scroll;padding-bottom:40px}.header-controls{justify-content:space-between;margin-top:10px;width:100%}.sort-select{flex-grow:1;margin-top:0}.date-separator{margin:5px 0}.results-grid{-webkit-overflow-scrolling:touch;gap:10px;padding:5px 0 15px}.swipe-hint{font-size:1.2rem;padding:6px 12px}.product-type-popup{left:0;max-width:100%;width:100%}.insurance-company-popup{width:100%}.option-label,.option-value,input[type=text].date-input{font-size:1.4rem}.popup-close{right:10px}.popup-header{font-size:1.4rem}.result-card{cursor:pointer}.result-card-left li{position:relative}.result-card.expanded .goods-title{-webkit-line-clamp:unset;max-height:none}.result-card.expanded .result-card-left.box{height:auto;min-height:158px;overflow-y:scroll}.result-card-left .goods-title:hover:after{content:none;display:none}.expand-button{background:#0073bc;border:1px solid #0073bc;border-radius:50%;bottom:5px;cursor:pointer;display:block;font-size:1rem;height:18px;position:absolute;right:0;width:18px}.expand-button.expanded:after,.expand-button.expanded:before,.expand-button:not(.expanded):after,.expand-button:not(.expanded):before{background:none;background-color:#fff;border:none;content:"";cursor:pointer;display:block;font-weight:700;height:7px;position:absolute;width:2px}.expand-button.expanded:before{right:9px;top:4px;transform:rotate(-135deg)}.expand-button.expanded:after{right:5px;top:4px;transform:rotate(-45deg)}.expand-button:not(.expanded):before{right:9px;top:5px;transform:rotate(135deg)}.expand-button:not(.expanded):after{right:5px;top:5px;transform:rotate(45deg)}.goods-title.short-text .expand-button{display:none}.result-card.expanded .goods-title.short-text{-webkit-line-clamp:none;max-height:none}.result-card.short-text.expanded .result-card-left.box{height:158px;overflow-y:visible}}@media screen and (max-width:500px){.feedback-buttons{margin-inline:auto}.company-checkbox-item{gap:8px}.feedback-popup.wide{padding:20px}}.button-container{display:flex;flex-direction:column;gap:10px;margin-bottom:60px}@media (max-width:768px){.sidebar-section.mobile-safe-area{padding-bottom:env(safe-area-inset-bottom,20px)}.button-container.mobile-buttons{margin-bottom:calc(60px + env(safe-area-inset-bottom, 34px));padding-bottom:env(safe-area-inset-bottom,0)}.insurance-sidebar.mobile{padding-bottom:calc(120px + env(safe-area-inset-bottom, 34px))}.insurance-sidebar{padding-bottom:120px}.sidebar-section{margin-bottom:80px}@media screen and (min-height:812px){.insurance-sidebar{padding-bottom:140px}}}@supports (-webkit-touch-callout:none){@media (max-width:640px){textarea.search-area{font-size:15px!important}}}@media (hover:none) and (pointer:coarse){@media (max-width:640px){textarea.search-area{font-size:15px!important}}}.insurance-company-popup .select-all-inline{align-items:center;border-bottom:1px solid #e1e9f2;display:flex;grid-column:1/-1;justify-content:flex-start;margin-bottom:10px;padding:6px 0 10px 2px}.product-type-popup .select-all-inline{align-items:center;border-bottom:1px solid #e1e9f2;display:flex;grid-column:span 2;margin-bottom:10px;padding:4px 0 8px}.document-tabs-section{margin-bottom:15px}.search-tabs{background-color:#f8f9fa;border:1px solid #b6c7e7;border-radius:5px;display:flex;margin-bottom:8px;overflow:hidden}.tab-button-search{background-color:#f8f9fa;border:none;border-right:1px solid #b6c7e7;color:#6c757d;cursor:pointer;flex:1 1;font-size:1.2rem;font-weight:500;padding:8px 12px;text-align:center;transition:all .2s ease}.tab-button-search:last-child{border-right:none}.tab-button-search:hover{background-color:#e9ecef;color:#495057}.tab-button-search.active{background-color:#0073bc;color:#fff;font-weight:600}.document-type-note{color:#777;font-size:1rem;line-height:1.2;margin:0;padding:0}.document-section .section-header{display:none}.sonpo-search-tab{width:100%}.sonpo-search-tab .sonpo-document-type{margin-bottom:15px}.sonpo-search-tab .sonpo-document-type .form-select{background-color:#fff;border:1px solid #0073bc;border-radius:4px;color:#0073bc;cursor:pointer;font-size:1.3rem;font-weight:500;margin-bottom:15px;padding:8px 10px;width:100%}.sonpo-search-tab .form-group{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px;position:relative}.sonpo-search-tab .form-group.first-mb{margin-bottom:20px}.sonpo-search-tab .option-label{align-items:center;color:#0073bc;display:flex;font-size:1.3rem;font-weight:700;gap:3px;max-width:115px;width:100%}.sonpo-search-tab .selection-status{align-items:center;color:#6c757d;cursor:pointer;display:flex;font-size:1.2rem;justify-content:space-between;position:relative;transition:all .3s ease}.sonpo-search-tab .loading-text{color:#6c757d;font-size:1.4rem;padding:10px;text-align:center}.sonpo-search-tab .option-list{background:#fff;border:1px solid #0073bc;border-radius:4px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:calc(100% + 10px);max-height:500px;max-width:600px;opacity:0;position:absolute;top:0;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:calc(100vw - 300px);z-index:1000}.sonpo-search-tab .option-list.show{opacity:1;transform:translateY(0);visibility:visible}.sonpo-search-tab .option-item{align-items:flex-start;cursor:pointer;display:flex;gap:12px;padding:8px 12px;transition:background-color .2s ease}.sonpo-search-tab .option-item:hover{background-color:#f8f9fa}.sonpo-search-tab .option-item input[type=checkbox]{accent-color:#0073bc;cursor:pointer}.sonpo-search-tab .option-text{color:#333;cursor:pointer;flex:1 1;font-size:1.4rem;-webkit-user-select:none;user-select:none}.sonpo-search-tab .date-period{margin-bottom:20px}.sonpo-search-tab .date-range{align-items:center;display:flex;gap:8px;margin-top:5px}.sonpo-search-tab .date-input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:1.2rem;outline:none;padding:8px 12px}.sonpo-search-tab .date-input:focus{border-color:#0073bc}.sonpo-search-tab .date-separator{color:#6c757d;display:inline-block;font-weight:500;margin:0 4px}.sonpo-search-tab .word-search{border-bottom:2px solid #0073bc;border-top:2px solid #0073bc;margin-bottom:15px;padding-bottom:20px;padding-top:15px}.sonpo-search-tab .search-container-solicitor{background:#fff;border:2px solid #0073bc;border-radius:5px;display:flex}.sonpo-search-tab .search-container-solicitor.mt5{margin-top:5px}.sonpo-search-tab .search-input{border:none;border-radius:4px 0 0 4px;flex-grow:1;font-size:1.4rem;outline:none;padding:10px 0 10px 8px}.sonpo-search-tab .search-button-mini{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:background-color .2s ease}.sonpo-search-tab .search-button-mini:hover{background-color:#0073bc1a}.sonpo-search-tab .button-container{display:flex;flex-direction:column;gap:10px;margin-bottom:60px}.sonpo-search-tab .search-btn{background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.6rem;font-weight:600;padding:12px;transition:background-color .2s ease;width:100%}.sonpo-search-tab .search-btn:hover:not(:disabled){background-color:#005092}.sonpo-search-tab .search-btn.loading,.sonpo-search-tab .search-btn:disabled{background-color:#6c757d;cursor:not-allowed}.sonpo-search-tab .reset-btn{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.3rem;text-align:center;transition:all .3s;width:100%}.sonpo-search-tab .reset-btn:hover{text-decoration:underline}@media (max-width:768px){.search-tabs{margin-bottom:10px}.tab-button-search{font-size:1.1rem;padding:6px 8px}.document-type-note{font-size:.9rem}.sonpo-search-tab .option-list{left:0;max-height:300px;max-width:100%;width:100%}.sonpo-search-tab .form-group{margin-bottom:20px}.sonpo-search-tab .button-container{margin-bottom:calc(60px + env(safe-area-inset-bottom, 34px))}.sonpo-search-tab .word-search{padding-bottom:25px}.sonpo-search-tab .date-period,.sonpo-search-tab .form-group.first-mb{margin-bottom:25px}}.company-header{display:flex;gap:10px;justify-content:space-between}.company-header.align-top{align-items:flex-start}.product-searcher{flex:1 1;position:relative;width:100%}.more-options-toggle{background-color:#007bff;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9em;padding:4px 10px;-webkit-user-select:none;user-select:none;white-space:nowrap}.more-options-toggle:hover{background-color:#005a93}.product-filter-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;line-height:2;position:relative}.product-selector-wrapper{position:relative;width:calc(100% - 116px)}.filter-label{font-weight:700;letter-spacing:-.01em;white-space:nowrap;width:105px}.product-selector-inline{align-items:center;display:flex;flex-wrap:wrap;gap:5px 10px;position:relative}.product-selector-inline.multi-line{padding-bottom:5px;padding-right:30px}.product-checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:5px;line-height:2;transition:background-color .2s}.product-checkbox-label:hover{background-color:#f5f5f5}.product-checkbox-label input[type=checkbox]{cursor:pointer;margin:0}.accordion-content-filter{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;z-index:100}.accordion-content-filter.open{max-height:500px;opacity:1}.expand-button-filter{background:#0073bc;border:1px solid #0073bc;border-radius:50%;bottom:8px;cursor:pointer;display:block;font-size:1rem;height:22px;position:absolute;right:0;width:22px}.expand-button-filter.open:after,.expand-button-filter.open:before,.expand-button-filter:not(.open):after,.expand-button-filter:not(.open):before{background:none;background-color:#fff;border:none;content:"";cursor:pointer;display:block;font-weight:700;height:8px;position:absolute;width:2px}.expand-button-filter.open:before{right:11px;top:5px;transform:rotate(-135deg)}.expand-button-filter.open:after{right:6px;top:5px;transform:rotate(-45deg)}.expand-button-filter:not(.open):before{right:11px;top:6px;transform:rotate(135deg)}.expand-button-filter:not(.open):after{right:6px;top:6px;transform:rotate(45deg)}.remaining-count{color:#0270b8;display:none;font-size:.9em;white-space:nowrap}@media (hover:hover) and (pointer:fine){.product-searcher:hover .accordion-content-filter{max-height:-webkit-fit-content;max-height:fit-content;opacity:1}.product-searcher .remaining-count{display:inline;position:absolute;right:0;top:0}.expand-button-filter{display:none}}.accordion-content-filter .product-selector{display:flex;flex-wrap:wrap;gap:5px 10px}.accordion-content-filter .product-selector>div{padding:0}.accordion-content-filter .product-selector label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:5px;transition:background-color .2s}.accordion-content-filter .product-selector label:hover{background-color:#f5f5f5}.accordion-content-filter .product-selector input[type=checkbox]{cursor:pointer;margin:0}.accordion-content-filter::-webkit-scrollbar{width:6px}.accordion-content-filter::-webkit-scrollbar-thumb,.accordion-content-filter::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.accordion-content-filter::-webkit-scrollbar-thumb:hover{background:#f5f5f5}.product-button-container{display:flex;flex-direction:column;max-width:110px;width:100%}@media (max-width:768px){.product-filter-header{align-items:stretch;gap:5px}.product-selector-inline{width:100%}.accordion-content-filter{left:-10px;min-width:0;min-width:auto;right:-10px;width:calc(100% + 20px)}.filter-label{width:-webkit-fit-content;width:fit-content}.product-button-container{max-width:105px}.product-searcher{flex:auto}}@media (max-width:640px){.product-filter-header{gap:8px}.product-button-container{margin-left:auto;margin-right:auto}.product-selector-wrapper{width:100%}}.insurance-detail-page{flex-direction:column;height:100vh}.detail-container,.insurance-detail-page{background:#f2f8ff;display:flex;width:100%}.detail-container{flex:1 1;height:100%;margin:0 auto;max-width:1400px;padding-inline:3%;padding-bottom:20px;padding-top:10px;transition:width .3s ease,max-width .3s ease,margin-left .3s ease}.detail-container.sidebar-open{margin-left:250px;max-width:calc(100% - 250px);width:calc(100% - 250px)}.detail-close-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#333;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px;z-index:1000}.detail-close-button:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.detail-close-button:focus{box-shadow:0 0 0 3px #0073bc80;outline:none}.detail-close-button:active{transform:scale(.95)}.loading-spinner{align-items:center;color:#0073bc;display:flex;font-size:1.6rem;height:300px;justify-content:center;width:100%}.detail-sidebar{background-color:#f2f8ff;flex-shrink:0;min-height:100vh;overflow-y:auto;padding:59px 0 20px 2%;width:500px}.search-title{font-size:1.8rem;margin:0 0 5px}.search-form{width:100%}.search-input{border:none;flex-grow:1;font-size:1.4rem;outline:none;padding:10px 15px}.pdf-viewer-container{flex:1 1;flex-direction:column;overflow-y:scroll;position:relative}.pdf-toolbar,.pdf-viewer-container{background-color:#f2f8ff;display:flex}.pdf-toolbar{align-items:center;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-bottom:10px}.pdf-control-group{align-items:center;display:flex}.pdf-control-group.center,.pdf-control-group.left{gap:10px}.pdf-control-group.doc-info-toolbar{flex:1 1;max-width:600px}.doc-info-table-toolbar{width:100%}.doc-info-table{border-collapse:collapse;border-radius:6px;font-size:1.3rem;line-height:1.2;overflow:hidden;width:100%}.doc-info-table th{border-bottom:2px solid #777;font-size:1.3rem;font-weight:600;padding:0 2% 5px 0;text-align:left}.doc-info-table th:first-child,.doc-info-table th:last-child,.doc-info-table th:nth-child(3){width:85px}.character-controls{cursor:pointer;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.character-controls--14:hover,.character-controls:hover{word-wrap:break-word;overflow:visible;text-overflow:clip;white-space:normal;z-index:10}.character-controls--14:hover{display:block;max-width:20ch}.doc-info-table{table-layout:fixed}.doc-info-table td{position:relative;vertical-align:top}.doc-info-table tr,.doc-info-table tr:hover{height:auto}.character-controls--5{max-width:5ch}.character-controls--14{max-width:14ch}.doc-info-table td{font-weight:500;padding:5px 2% 0 0}.doc-info-table tr:last-child td{border-bottom:none}.doc-info-accordion-toolbar{border-radius:6px;overflow:hidden;width:100%}.doc-info-accordion-header-toolbar{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:5px;padding:10px 3%;transition:background-color .2s ease;width:100%}.doc-info-accordion-header-toolbar:hover{background-color:#fff}.doc-info-accordion-title-toolbar{font-size:1.4rem;font-weight:600}.doc-info-accordion-icon-toolbar{align-items:center;color:#0073bc;display:flex;transform:rotate(-90deg);transition:transform .2s ease}.doc-info-accordion-icon-toolbar.open{transform:rotate(0deg)}.doc-info-accordion-content-toolbar{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.doc-info-accordion-content-toolbar.open{max-height:200px;padding:10px 0 0}.doc-info-items-toolbar{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.doc-info-item-toolbar{align-items:center;display:flex;gap:4px}.doc-info-text{display:block;font-size:1.3rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-info-text--full{max-width:calc(100% - 30px);overflow:visible;text-overflow:inherit;white-space:break-spaces;width:100%}.doc-info-text--10{max-width:10ch}.doc-info-label-toolbar{font-weight:500}.doc-info-value-toolbar{font-weight:600}.pdf-control-button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background-color .2s;width:36px}.pdf-control-button:hover{background-color:#e0e0e0}.zoom-level{font-size:1.4rem}.page-nav-button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background-color .2s;width:36px}.page-nav-button:hover{background-color:#e0e0e0}.page-nav-button:disabled{cursor:not-allowed;opacity:.5}.page-indicator{align-items:center;display:flex;gap:5px}input[type=text].page-input{border:1px solid #ddd;border-radius:4px;font-size:1.4rem;padding:5px;text-align:center;width:40px}.total-pages{font-size:1.4rem}.pdf-frame-container{align-items:center;background-color:#f0f0f0;display:flex;flex:1 1;justify-content:center;overflow:auto}.pdf-content{height:100%;transform-origin:center;width:100%}.pdf-frame{border:none;height:100%;width:100%}.mobile-page-nav{align-items:center;background-color:#f5f5f5;border-top:1px solid #e0e0e0;display:none;justify-content:space-between;padding:10px}.mobile-nav-button{background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.4rem;padding:8px 12px}.mobile-nav-button:disabled{cursor:not-allowed;opacity:.5}.mobile-page-indicator{font-size:1.4rem}.chat-bubble{background-color:#fff;border:2px solid #0073bc;border-radius:8px;bottom:20px;max-width:300px;position:absolute;right:20px;z-index:10}.chat-content{padding:18px 15px;position:relative}.chat-close{background:#0073bc;border:none;border-radius:50%;height:30px;position:absolute;right:0;top:-15px;transition:all .3s;width:30px}.chat-close:hover{opacity:.9}.chat-close:after,.chat-close:before{background:#fff;content:"";cursor:pointer;display:block;height:16px;position:absolute;right:14px;top:7px;width:2px}.chat-close:before{transform:rotate(-135deg)}.chat-close:after{transform:rotate(-45deg)}.chat-content p{font-size:1.4rem;margin:0}.chat-arrow{position:relative}.chat-arrow:after,.chat-arrow:before{content:"";display:block;height:0;position:absolute;width:0}.chat-arrow:before{border-left:6px solid #0000;border-right:6px solid #0000;border-top:10px solid #fff;bottom:-10px;right:20px;z-index:1}.chat-arrow:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:12px solid #0073bc;bottom:-13px;right:18px;z-index:0}.summary-container{background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:20px;padding:15px}.summary-content{color:#333;font-size:14px;line-height:1.6;max-height:none;overflow-y:auto;white-space:pre-wrap}.portrait-layout{display:flex;flex-direction:row}.landscape-layout{display:flex;flex-direction:column}.landscape-layout .detail-sidebar{max-height:300px;min-height:auto;padding:15px 0 0;width:100%}.landscape-layout .pdf-viewer-container{height:calc(100vh - 360px)}@media (max-width:1400px){.pdf-toolbar{flex-wrap:wrap}.pdf-control-group.doc-info-toolbar{min-width:100%;width:100%}}@media (max-width:1024px){.detail-container{flex-direction:column}.detail-sidebar{height:auto;max-height:300px;min-height:auto;padding:15px 0 0;width:100%}.pdf-viewer-container{height:calc(100vh - 360px);min-height:50vh}.detail-container.sidebar-open{margin-left:0;max-width:100%;width:100%}.portrait-layout{flex-direction:column}.portrait-layout .detail-sidebar{max-height:300px;min-height:auto;padding:15px 0 0;width:100%}.portrait-layout .pdf-viewer-container{height:calc(100vh - 360px)}.doc-info-table-toolbar{display:none}.doc-info-items-toolbar{display:flex;flex-direction:column;gap:8px}.doc-info-item-toolbar--full{grid-column:1/-1;width:100%}.doc-info-item-toolbar-row{display:flex;gap:8px;width:100%}.doc-info-item-toolbar--half{flex:1 1;min-width:0}.doc-info-accordion-header-toolbar{padding:0}.pdf-toolbar{align-items:stretch;gap:10px}.pdf-control-group.doc-info-toolbar{margin:0;max-width:none;min-width:auto;order:-1;width:calc(100% - 135px)}.pdf-control-group.center,.pdf-control-group.left{justify-content:center}}@media (min-width:769px){.doc-info-table-toolbar{display:block}}@media (max-width:768px){.pdf-toolbar{flex-wrap:nowrap;gap:5px}.detail-container{padding-bottom:15px}.pdf-control-group.center{display:none;justify-content:center;margin-top:10px;order:3;width:100%}.mobile-page-nav{display:flex}.page-indicator,.page-nav-button{display:none}.doc-info-table{font-size:1.1rem}.doc-info-table th{font-size:1rem;padding:6px 8px}.doc-info-table td{padding:6px 8px}.doc-info-accordion-title-toolbar{font-size:1.4rem}.doc-info-label-toolbar{font-size:1.3rem}.doc-info-value-toolbar{font-size:1.4rem}.doc-info-accordion-toolbar{display:block}}.guard-notice{animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e0e0e0;border-radius:8px;bottom:20px;box-shadow:0 4px 16px #0000001a;max-width:400px;position:fixed;right:20px;transition:all .3s ease;z-index:999}.guard-notice--with-feedback{bottom:120px;z-index:999}.guard-notice-content{align-items:flex-start;display:flex;gap:8px;padding:12px 16px}.guard-notice-icon{color:#ff9800;flex-shrink:0;margin-top:2px}.guard-notice-text{color:#333;font-size:13px;line-height:1.4;margin:0}.guard-notice-close{background:#0000;border:none;color:#666;cursor:pointer;font-size:18px;height:24px;line-height:1;position:absolute;right:8px;top:8px;transition:color .2s;width:24px}.guard-notice-close:hover{color:#333}.guard-notice-close:focus{box-shadow:0 0 0 2px #0073bc80;outline:none}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.detail-sidebar{padding-bottom:140px}.detail-sidebar .search-box-container{padding-bottom:200px}.insurance-detail-page .guard-notice{bottom:15px;left:15px;max-width:none;right:15px;z-index:995}.insurance-detail-page .guard-notice--with-feedback{bottom:110px}.insurance-detail-page .detail-container.landscape-layout .guard-notice{left:auto;max-width:350px}.insurance-detail-page .detail-container.landscape-layout .guard-notice--with-feedback{bottom:280px}.detail-container.sidebar-open .guard-notice{left:15px;max-width:none;right:15px}}@media (max-width:768px){.insurance-detail-page .detail-container .guard-notice{bottom:16px important}.guard-notice--with-feedback{bottom:120px!important}.guard-notice-content{padding:10px 14px}.guard-notice-text{font-size:12px}.detail-sidebar{padding-bottom:160px}.detail-sidebar .search-box-container{padding-bottom:240px}.insurance-detail-page .guard-notice{bottom:5px;left:10px;right:10px}.insurance-detail-page .guard-notice--with-feedback{bottom:270px}}@media (max-width:480px){.insurance-detail-page .guard-notice{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f8f9fa;border-radius:0;border-top:1px solid #dee2e6;bottom:0;box-shadow:0 -1px 3px #0000001a;left:0;right:0}.insurance-detail-page .guard-notice--with-feedback{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e0e0e0;border-radius:8px;bottom:290px;box-shadow:0 4px 16px #0000001a;left:6px;right:6px}.insurance-detail-page .guard-notice-content{padding:12px 14px}.insurance-detail-page .guard-notice-text{color:#495057;font-size:11px;line-height:1.3}.insurance-detail-page .guard-notice-icon{color:#ffc107}}@media (min-width:1025px){.detail-container.sidebar-open .guard-notice{left:auto;max-width:400px;right:320px}}@media (prefers-contrast:high){.guard-notice{background:#fff;border:2px solid #333}.guard-notice-text{color:#000;font-weight:500}}html{font-size:62.5%}body{color:#090e26;font-size:1.4rem}*{box-sizing:border-box;font-family:Helvetica Neue,Arial,sans-serif;margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff}.login-container{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.login-background{height:100%;position:absolute;width:100%;z-index:-1}.corner-logo{right:30px;top:30px;z-index:1}.small-logo{width:100px}.login-card{background-color:#fff;border-radius:8px;padding:40px;position:relative;width:550px;z-index:1}.logo-header{margin-inline:auto;margin-bottom:80px;max-width:350px;text-align:center;width:100%}.main-logo{display:block;height:auto;max-width:500px;width:100%}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.icon-container,.input-group{align-items:center;display:flex}.icon-container{height:30px;justify-content:center;left:0;position:absolute;width:30px}.icon{height:25px;width:25px}.login-box{border-bottom:1px solid #b6c7e7;padding:10px 10px 10px 40px}input[type=password],input[type=text]{background:#fff;font-size:1.6rem;outline:none;transition:border-color .3s;width:100%}input[type=password]::placeholder,input[type=text]::placeholder{color:#999}.password-toggle{cursor:pointer;position:absolute;right:10px}.eye-icon{height:24px;width:24px}.password-help{color:#ff4d4d;display:flex;font-size:1.4rem;justify-content:center;margin-top:5px}.help-link{color:#ff4d4d;text-decoration:none}.help-link:hover{text-decoration:underline}.divider{color:#ff4d4d;margin:0 5px}.login-button{background-color:#0073bc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.6rem;margin-top:40px;padding:15px;transition:background-color .3s}.login-button:hover{background-color:#005092}.remember-me{align-items:center;color:#666;display:flex;font-size:1.4rem;gap:10px;justify-content:center;margin-top:15px}.corner-logo{height:2px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.small-logo{height:auto;width:120px}.error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;margin-bottom:20px;padding:10px;text-align:center}@media (max-width:600px){.login-card{padding:30px 20px;width:90%}.main-logo{max-width:280px}.small-logo{width:80px}}.page-header{border-bottom:2px solid #0073bc;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.page-header,.title-section{align-items:center;display:flex}.title-section{gap:15px;width:100%}.title-section h2{-webkit-text-stroke:.5px #090e26;font-weight:400}.title-section .icon-square{align-items:center;display:flex;height:15px;justify-content:center;width:15px}.title-section .icon-square img{height:100%;object-fit:contain;width:100%}.page-header h1{-webkit-text-stroke:.5px #090e26;font-size:2rem;font-weight:400;margin:0}.c-label{-webkit-text-stroke:.5px #0073bc;border-radius:20px;color:#0073bc;font-size:1.6rem;margin-top:20px;padding:5px}.c-bg-pale-blue{background:#f2f8ff}.c-max-large,.c-max-middle,.c-max-x-small{margin-inline:auto}.c-max-large{max-width:1080px}.c-max-middle{max-width:1000px}.c-max-l-mini{max-width:500px}.c-max-mini{max-width:460px}.c-max-l-small{max-width:400px}.c-max-small{max-width:300px}.c-max-m-small{max-width:200px}.c-max-s-small{max-width:150px}.c-max-x-small{max-width:100px}.c-m-center{margin-inline:auto}.c-justify-center{justify-content:center}.c-display-flex{align-items:center;display:flex}.c-display-flex--gap10{gap:10px}.c-mt-10{margin-top:10px}
/*# sourceMappingURL=main.be9fb455.css.map*/